Class TRALIndyServer

Unit

Declaration

type TRALIndyServer = class(TRALServer)

Description

TRALIndyServer

Hierarchy

Overview

Methods

Public constructor Create(AOwner: TComponent); override;
Public destructor Destroy; override;
Protected function CreateRALSSL: TRALSSL; override;
Protected function GetListenQueue: IntegerRAL;
Protected function GetMaxConnections: IntegerRAL;
Protected function GetSSL: TRALIndySSL;
Protected function IPv6IsImplemented: Boolean; override;
Protected procedure OnCommandProcess(AContext: TIdContext; ARequestInfo: TIdHTTPRequestInfo; AResponseInfo: TIdHTTPResponseInfo);
Protected procedure OnParseAuthentication(AContext: TIdContext; const AAuthType, AAuthData: String; var VUsername, VPassword: String; var VHandled: Boolean);
Protected procedure QuerySSLPort(APort: TIdPort; var VUseSSL: Boolean);
Protected procedure SetActive(const AValue: Boolean); override;
Protected procedure SetListenQueue(const AValue: IntegerRAL);
Protected procedure SetMaxConnections(const AValue: IntegerRAL);
Protected procedure SetPort(const AValue: IntegerRAL); override;
Protected procedure SetSessionTimeout(const AValue: IntegerRAL); override;
Protected procedure SetSSL(const AValue: TRALIndySSL);

Properties

Published property ListenQueue: IntegerRAL read GetListenQueue write SetListenQueue;
Published property MaxConnections: IntegerRAL read GetMaxConnections write SetMaxConnections;
Published property SSL: TRALIndySSL read GetSSL write SetSSL;

Description

Methods

Public constructor Create(AOwner: TComponent); override;
 
Public destructor Destroy; override;
 
Protected function CreateRALSSL: TRALSSL; override;
 
Protected function GetListenQueue: IntegerRAL;
 
Protected function GetMaxConnections: IntegerRAL;
 
Protected function GetSSL: TRALIndySSL;
 
Protected function IPv6IsImplemented: Boolean; override;
 
Protected procedure OnCommandProcess(AContext: TIdContext; ARequestInfo: TIdHTTPRequestInfo; AResponseInfo: TIdHTTPResponseInfo);
 
Protected procedure OnParseAuthentication(AContext: TIdContext; const AAuthType, AAuthData: String; var VUsername, VPassword: String; var VHandled: Boolean);
 
Protected procedure QuerySSLPort(APort: TIdPort; var VUseSSL: Boolean);
 
Protected procedure SetActive(const AValue: Boolean); override;
 
Protected procedure SetListenQueue(const AValue: IntegerRAL);
 
Protected procedure SetMaxConnections(const AValue: IntegerRAL);
 
Protected procedure SetPort(const AValue: IntegerRAL); override;
 
Protected procedure SetSessionTimeout(const AValue: IntegerRAL); override;
 
Protected procedure SetSSL(const AValue: TRALIndySSL);
 

Properties

Published property ListenQueue: IntegerRAL read GetListenQueue write SetListenQueue;
 
Published property MaxConnections: IntegerRAL read GetMaxConnections write SetMaxConnections;
 
Published property SSL: TRALIndySSL read GetSSL write SetSSL;
 


GitHub Repository
Generated by PasDoc 0.16.0.