Class TRALfpHttpServer

Unit

Declaration

type TRALfpHttpServer = class(TRALServer)

Description

No description available, ancestor TRALServer description follows

Base class for HTTP Server components

Hierarchy

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;
 
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;
 


GitHub Repository
Generated by PasDoc 0.16.0.