Class TRALSaguiServer

Unit

Declaration

type TRALSaguiServer = class(TRALServer)

Description

TRALSaguiServer

Hierarchy

Overview

Methods

Public constructor Create(AOwner: TComponent); override;
Public destructor Destroy; override;
Protected function CreateRALSSL: TRALSSL; override;
Protected function GetConnectionLimit: Int64RAL;
Protected function GetPoolCount: IntegerRAL;
Protected function GetSSL: TRALSaguiSSL;
Protected function InitializeServer: boolean;
Protected function IPv6IsImplemented: boolean; override;
Protected procedure CreateServerHandle;
Protected procedure FreeServerHandle;
Protected procedure SetActive(const AValue: boolean); override;
Protected procedure SetConnectionLimit(const AValue: Int64RAL);
Protected procedure SetLibPath(const AValue: TFileName);
Protected procedure SetPoolCount(const AValue: IntegerRAL);
Protected procedure SetPort(const AValue: IntegerRAL); override;
Protected procedure SetSessionTimeout(const AValue: IntegerRAL); override;
Protected procedure SetSSL(const AValue: TRALSaguiSSL);
Protected procedure ShutdownServerHandle;

Properties

Published property ConnectionLimit: Int64RAL read GetConnectionLimit write SetConnectionLimit;
Published property LibPath: TFileName read FLibPath write SetLibPath;
Published property PoolCount: IntegerRAL read GetPoolCount write SetPoolCount;
Published property SSL: TRALSaguiSSL read GetSSL write SetSSL;

Description

Methods

Public constructor Create(AOwner: TComponent); override;
 
Public destructor Destroy; override;
 
Protected function CreateRALSSL: TRALSSL; override;
 
Protected function GetConnectionLimit: Int64RAL;
 
Protected function GetPoolCount: IntegerRAL;
 
Protected function GetSSL: TRALSaguiSSL;
 
Protected function InitializeServer: boolean;
 
Protected function IPv6IsImplemented: boolean; override;
 
Protected procedure CreateServerHandle;
 
Protected procedure FreeServerHandle;
 
Protected procedure SetActive(const AValue: boolean); override;
 
Protected procedure SetConnectionLimit(const AValue: Int64RAL);
 
Protected procedure SetLibPath(const AValue: TFileName);
 
Protected procedure SetPoolCount(const AValue: IntegerRAL);
 
Protected procedure SetPort(const AValue: IntegerRAL); override;
 
Protected procedure SetSessionTimeout(const AValue: IntegerRAL); override;
 
Protected procedure SetSSL(const AValue: TRALSaguiSSL);
 
Protected procedure ShutdownServerHandle;
 

Properties

Published property ConnectionLimit: Int64RAL read GetConnectionLimit write SetConnectionLimit;
 
Published property LibPath: TFileName read FLibPath write SetLibPath;
 
Published property PoolCount: IntegerRAL read GetPoolCount write SetPoolCount;
 
Published property SSL: TRALSaguiSSL read GetSSL write SetSSL;
 


GitHub Repository
Generated by PasDoc 0.16.0.