Class TRALSynopseServer
Unit
Declaration
type TRALSynopseServer = class(TRALServer)
Description
TRALSynopseServer
Hierarchy
- TObject
- TPersistent
- TComponent
- TRALComponent
- TRALServer
- TRALSynopseServer
Overview
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
destructor Destroy; override; |
![]() |
function CreateRALSSL: TRALSSL; override; |
![]() |
function GetSSL: TRALSynopseSSL; |
![]() |
function IPv6IsImplemented: boolean; override; |
![]() |
function OnCommandProcess(AContext: THttpServerRequestAbstract): Cardinal; |
![]() |
function OnSendFile(AContext: THttpServerRequestAbstract; const LocalFileName: TFileName): boolean; |
![]() |
procedure DecodeAuth(AResult: TRALRequest); |
![]() |
procedure OnHttpTerminate(ASender : TObject); |
![]() |
procedure SetActive(const AValue: boolean); override; |
![]() |
procedure SetPoolCount(const AValue: IntegerRAL); |
![]() |
procedure SetPort(const AValue: IntegerRAL); override; |
![]() |
procedure SetQueueSize(const AValue: IntegerRAL); |
![]() |
procedure SetSSL(const AValue: TRALSynopseSSL); |
Properties
![]() |
property PoolCount: IntegerRAL read FPoolCount write SetPoolCount; |
![]() |
property QueueSize: IntegerRAL read FQueueSize write SetQueueSize; |
![]() |
property SSL: TRALSynopseSSL read GetSSL write SetSSL; |
Description
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
destructor Destroy; override; |
![]() |
function CreateRALSSL: TRALSSL; override; |
![]() |
function GetSSL: TRALSynopseSSL; |
![]() |
function IPv6IsImplemented: boolean; override; |
![]() |
function OnCommandProcess(AContext: THttpServerRequestAbstract): Cardinal; |
![]() |
function OnSendFile(AContext: THttpServerRequestAbstract; const LocalFileName: TFileName): boolean; |
![]() |
procedure DecodeAuth(AResult: TRALRequest); |
![]() |
procedure OnHttpTerminate(ASender : TObject); |
![]() |
procedure SetActive(const AValue: boolean); override; |
![]() |
procedure SetPoolCount(const AValue: IntegerRAL); |
![]() |
procedure SetPort(const AValue: IntegerRAL); override; |
![]() |
procedure SetQueueSize(const AValue: IntegerRAL); |
![]() |
procedure SetSSL(const AValue: TRALSynopseSSL); |
Properties
![]() |
property PoolCount: IntegerRAL read FPoolCount write SetPoolCount; |
![]() |
property QueueSize: IntegerRAL read FQueueSize write SetQueueSize; |
![]() |
property SSL: TRALSynopseSSL read GetSSL write SetSSL; |
GitHub Repository
Generated by PasDoc 0.16.0.


