Class TRALSaguiServer
Unit
Declaration
type TRALSaguiServer = class(TRALServer)
Description
TRALSaguiServer
Hierarchy
- TObject
- TPersistent
- TComponent
- TRALComponent
- TRALServer
- TRALSaguiServer
Overview
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
destructor Destroy; override; |
![]() |
function CreateRALSSL: TRALSSL; override; |
![]() |
function GetConnectionLimit: Int64RAL; |
![]() |
function GetPoolCount: IntegerRAL; |
![]() |
function GetSSL: TRALSaguiSSL; |
![]() |
function InitializeServer: boolean; |
![]() |
function IPv6IsImplemented: boolean; override; |
![]() |
procedure CreateServerHandle; |
![]() |
procedure FreeServerHandle; |
![]() |
procedure SetActive(const AValue: boolean); override; |
![]() |
procedure SetConnectionLimit(const AValue: Int64RAL); |
![]() |
procedure SetLibPath(const AValue: TFileName); |
![]() |
procedure SetPoolCount(const AValue: IntegerRAL); |
![]() |
procedure SetPort(const AValue: IntegerRAL); override; |
![]() |
procedure SetSessionTimeout(const AValue: IntegerRAL); override; |
![]() |
procedure SetSSL(const AValue: TRALSaguiSSL); |
![]() |
procedure ShutdownServerHandle; |
Properties
![]() |
property ConnectionLimit: Int64RAL read GetConnectionLimit write SetConnectionLimit; |
![]() |
property LibPath: TFileName read FLibPath write SetLibPath; |
![]() |
property PoolCount: IntegerRAL read GetPoolCount write SetPoolCount; |
![]() |
property SSL: TRALSaguiSSL read GetSSL write SetSSL; |
Description
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
destructor Destroy; override; |
![]() |
function CreateRALSSL: TRALSSL; override; |
![]() |
function GetConnectionLimit: Int64RAL; |
![]() |
function GetPoolCount: IntegerRAL; |
![]() |
function GetSSL: TRALSaguiSSL; |
![]() |
function InitializeServer: boolean; |
![]() |
function IPv6IsImplemented: boolean; override; |
![]() |
procedure CreateServerHandle; |
![]() |
procedure FreeServerHandle; |
![]() |
procedure SetActive(const AValue: boolean); override; |
![]() |
procedure SetConnectionLimit(const AValue: Int64RAL); |
![]() |
procedure SetLibPath(const AValue: TFileName); |
![]() |
procedure SetPoolCount(const AValue: IntegerRAL); |
![]() |
procedure SetPort(const AValue: IntegerRAL); override; |
![]() |
procedure SetSessionTimeout(const AValue: IntegerRAL); override; |
![]() |
procedure SetSSL(const AValue: TRALSaguiSSL); |
![]() |
procedure ShutdownServerHandle; |
Properties
![]() |
property ConnectionLimit: Int64RAL read GetConnectionLimit write SetConnectionLimit; |
![]() |
property LibPath: TFileName read FLibPath write SetLibPath; |
![]() |
property PoolCount: IntegerRAL read GetPoolCount write SetPoolCount; |
![]() |
property SSL: TRALSaguiSSL read GetSSL write SetSSL; |
GitHub Repository
Generated by PasDoc 0.16.0.


