Class TRALSynopseServer

Unit

Declaration

type TRALSynopseServer = class(TRALServer)

Description

TRALSynopseServer

Hierarchy

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


GitHub Repository
Generated by PasDoc 0.16.0.