Class TRALfpHttpServer
Unit
Declaration
type TRALfpHttpServer = class(TRALServer)
Description
No description available, ancestor TRALServer description follows
Base class for HTTP Server components
Hierarchy
- TObject
- TPersistent
- TComponent
- TRALComponent
- TRALServer
- TRALfpHttpServer
Overview
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
destructor Destroy; override; |
![]() |
function CreateRALSSL: TRALSSL; override; |
![]() |
function GetQueueSize: Word; |
![]() |
function GetSSL: TRALfpHTTPSSL; |
![]() |
procedure SetActive(const AValue: boolean); override; |
![]() |
procedure SetPort(const AValue: IntegerRAL); override; |
![]() |
procedure SetQueueSize(const AValue: Word); |
![]() |
procedure SetSessionTimeout(const AValue: IntegerRAL); override; |
![]() |
procedure SetSSL(const AValue: TRALfpHTTPSSL); |
Properties
![]() |
property QueueSize : Word read GetQueueSize write SetQueueSize; |
![]() |
property SSL: TRALfpHTTPSSL read GetSSL write SetSSL; |
Description
Methods
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
destructor Destroy; override; |
![]() |
function CreateRALSSL: TRALSSL; override; |
![]() |
function GetQueueSize: Word; |
![]() |
function GetSSL: TRALfpHTTPSSL; |
![]() |
procedure SetActive(const AValue: boolean); override; |
![]() |
procedure SetPort(const AValue: IntegerRAL); override; |
![]() |
procedure SetQueueSize(const AValue: Word); |
![]() |
procedure SetSessionTimeout(const AValue: IntegerRAL); override; |
![]() |
procedure SetSSL(const AValue: TRALfpHTTPSSL); |
Properties
![]() |
property QueueSize : Word read GetQueueSize write SetQueueSize; |
![]() |
property SSL: TRALfpHTTPSSL read GetSSL write SetSSL; |
GitHub Repository
Generated by PasDoc 0.16.0.


