Class TRALSynopseServer
Unit
Declaration
type TRALSynopseServer = class(TRALServer)
Description
TRALSynopseServer
Hierarchy
- TObject
- TPersistent
- TComponent
- TRALComponent
- TRALServer
- TRALSynopseServer
Overview
Methods
| Public | constructor Create(AOwner: TComponent); override; |
| Public | destructor Destroy; override; |
| Protected | function CreateRALSSL: TRALSSL; override; |
| Protected | function GetSSL: TRALSynopseSSL; |
| Protected | function IPv6IsImplemented: boolean; override; |
| Protected | function OnCommandProcess(AContext: THttpServerRequestAbstract): Cardinal; |
| Protected | function OnSendFile(AContext: THttpServerRequestAbstract; const LocalFileName: TFileName): boolean; |
| Protected | procedure DecodeAuth(AResult: TRALRequest); |
| Protected | procedure OnHttpTerminate(ASender : TObject); |
| Protected | procedure SetActive(const AValue: boolean); override; |
| Protected | procedure SetPoolCount(const AValue: IntegerRAL); |
| Protected | procedure SetPort(const AValue: IntegerRAL); override; |
| Protected | procedure SetQueueSize(const AValue: IntegerRAL); |
| Protected | procedure SetSSL(const AValue: TRALSynopseSSL); |
Properties
| Published | property PoolCount: IntegerRAL read FPoolCount write SetPoolCount; |
| Published | property QueueSize: IntegerRAL read FQueueSize write SetQueueSize; |
| Published | property SSL: TRALSynopseSSL read GetSSL write SetSSL; |
Description
Methods
| Public | constructor Create(AOwner: TComponent); override; |
|
This item has no description. | |
| Public | destructor Destroy; override; |
|
This item has no description. | |
| Protected | function CreateRALSSL: TRALSSL; override; |
|
This item has no description. Showing description inherited from TRALServer.CreateRALSSL. Used by inherited members to set SSL settings | |
| Protected | function GetSSL: TRALSynopseSSL; |
|
This item has no description. | |
| Protected | function IPv6IsImplemented: boolean; override; |
|
This item has no description. Showing description inherited from TRALServer.IPv6IsImplemented. Checks if the current server component allows IPv6 | |
| Protected | function OnCommandProcess(AContext: THttpServerRequestAbstract): Cardinal; |
|
This item has no description. | |
| Protected | function OnSendFile(AContext: THttpServerRequestAbstract; const LocalFileName: TFileName): boolean; |
|
This item has no description. | |
| Protected | procedure DecodeAuth(AResult: TRALRequest); |
|
This item has no description. | |
| Protected | procedure OnHttpTerminate(ASender : TObject); |
|
This item has no description. | |
| Protected | procedure SetActive(const AValue: boolean); override; |
|
This item has no description. | |
| Protected | procedure SetPoolCount(const AValue: IntegerRAL); |
|
This item has no description. | |
| Protected | procedure SetPort(const AValue: IntegerRAL); override; |
|
This item has no description. | |
| Protected | procedure SetQueueSize(const AValue: IntegerRAL); |
|
This item has no description. | |
| Protected | procedure SetSSL(const AValue: TRALSynopseSSL); |
|
This item has no description. | |
Properties
| Published | property PoolCount: IntegerRAL read FPoolCount write SetPoolCount; |
|
This item has no description. | |
| Published | property QueueSize: IntegerRAL read FQueueSize write SetQueueSize; |
|
This item has no description. | |
| Published | property SSL: TRALSynopseSSL read GetSSL write SetSSL; |
|
This item has no description. | |
PascalRAL - GitHub Repository
Generated by PasDoc 1.0.4.