Class TRALIndyServer
Unit
Declaration
type TRALIndyServer = class(TRALServer)
Description
TRALIndyServer
Hierarchy
- TObject
- TPersistent
- TComponent
- TRALComponent
- TRALServer
- TRALIndyServer
Overview
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
destructor Destroy; override; |
![]() |
function CreateRALSSL: TRALSSL; override; |
![]() |
function GetListenQueue: IntegerRAL; |
![]() |
function GetMaxConnections: IntegerRAL; |
![]() |
function GetSSL: TRALIndySSL; |
![]() |
function IPv6IsImplemented: Boolean; override; |
![]() |
procedure OnCommandProcess(AContext: TIdContext; ARequestInfo: TIdHTTPRequestInfo; AResponseInfo: TIdHTTPResponseInfo); |
![]() |
procedure OnParseAuthentication(AContext: TIdContext; const AAuthType, AAuthData: String; var VUsername, VPassword: String; var VHandled: Boolean); |
![]() |
procedure QuerySSLPort(APort: TIdPort; var VUseSSL: Boolean); |
![]() |
procedure SetActive(const AValue: Boolean); override; |
![]() |
procedure SetListenQueue(const AValue: IntegerRAL); |
![]() |
procedure SetMaxConnections(const AValue: IntegerRAL); |
![]() |
procedure SetPort(const AValue: IntegerRAL); override; |
![]() |
procedure SetSessionTimeout(const AValue: IntegerRAL); override; |
![]() |
procedure SetSSL(const AValue: TRALIndySSL); |
Properties
![]() |
property ListenQueue: IntegerRAL read GetListenQueue write SetListenQueue; |
![]() |
property MaxConnections: IntegerRAL read GetMaxConnections write SetMaxConnections; |
![]() |
property SSL: TRALIndySSL read GetSSL write SetSSL; |
Description
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
destructor Destroy; override; |
![]() |
function CreateRALSSL: TRALSSL; override; |
![]() |
function GetListenQueue: IntegerRAL; |
![]() |
function GetMaxConnections: IntegerRAL; |
![]() |
function GetSSL: TRALIndySSL; |
![]() |
function IPv6IsImplemented: Boolean; override; |
![]() |
procedure OnCommandProcess(AContext: TIdContext; ARequestInfo: TIdHTTPRequestInfo; AResponseInfo: TIdHTTPResponseInfo); |
![]() |
procedure OnParseAuthentication(AContext: TIdContext; const AAuthType, AAuthData: String; var VUsername, VPassword: String; var VHandled: Boolean); |
![]() |
procedure QuerySSLPort(APort: TIdPort; var VUseSSL: Boolean); |
![]() |
procedure SetActive(const AValue: Boolean); override; |
![]() |
procedure SetListenQueue(const AValue: IntegerRAL); |
![]() |
procedure SetMaxConnections(const AValue: IntegerRAL); |
![]() |
procedure SetPort(const AValue: IntegerRAL); override; |
![]() |
procedure SetSessionTimeout(const AValue: IntegerRAL); override; |
![]() |
procedure SetSSL(const AValue: TRALIndySSL); |
Properties
![]() |
property ListenQueue: IntegerRAL read GetListenQueue write SetListenQueue; |
![]() |
property MaxConnections: IntegerRAL read GetMaxConnections write SetMaxConnections; |
![]() |
property SSL: TRALIndySSL read GetSSL write SetSSL; |
GitHub Repository
Generated by PasDoc 0.16.0.


