Class TRALfpHttpServer
Unit
Declaration
type TRALfpHttpServer = class(TRALServer)
Description
This item has no description. Showing description inherited from TRALServer.
Base class for HTTP Server components
Hierarchy
- TObject
- TPersistent
- TComponent
- TRALComponent
- TRALServer
- TRALfpHttpServer
Overview
Methods
| Public | constructor Create(AOwner: TComponent); override; |
| Public | destructor Destroy; override; |
| Protected | function CreateRALSSL: TRALSSL; override; |
| Protected | function GetQueueSize: Word; |
| Protected | function GetSSL: TRALfpHTTPSSL; |
| Protected | procedure SetActive(const AValue: boolean); override; |
| Protected | procedure SetPort(const AValue: IntegerRAL); override; |
| Protected | procedure SetQueueSize(const AValue: Word); |
| Protected | procedure SetSessionTimeout(const AValue: IntegerRAL); override; |
| Protected | procedure SetSSL(const AValue: TRALfpHTTPSSL); |
Properties
| Published | property QueueSize : Word read GetQueueSize write SetQueueSize; |
| Published | property SSL: TRALfpHTTPSSL 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 GetQueueSize: Word; |
|
This item has no description. | |
| Protected | function GetSSL: TRALfpHTTPSSL; |
|
This item has no description. | |
| Protected | procedure SetActive(const AValue: boolean); override; |
|
This item has no description. | |
| Protected | procedure SetPort(const AValue: IntegerRAL); override; |
|
This item has no description. | |
| Protected | procedure SetQueueSize(const AValue: Word); |
|
This item has no description. | |
| Protected | procedure SetSessionTimeout(const AValue: IntegerRAL); override; |
|
This item has no description. | |
| Protected | procedure SetSSL(const AValue: TRALfpHTTPSSL); |
|
This item has no description. | |
Properties
| Published | property QueueSize : Word read GetQueueSize write SetQueueSize; |
|
This item has no description. | |
| Published | property SSL: TRALfpHTTPSSL read GetSSL write SetSSL; |
|
This item has no description. | |
PascalRAL - GitHub Repository
Generated by PasDoc 1.0.4.