Class TRALfpHttpServerThread
Unit
Declaration
type TRALfpHttpServerThread = class(TThread)
Description
TRALfpHttpServerThread
Hierarchy
- TObject
- TThread
- TRALfpHttpServerThread
Overview
Methods
![]() |
constructor Create(AOwner: TRALfpHttpServer); |
![]() |
destructor Destroy; override; |
![]() |
function GetActive: boolean; |
![]() |
function GetPort: IntegerRAL; |
![]() |
function GetQueueSize: Word; |
![]() |
function GetSessionTimeout: IntegerRAL; |
![]() |
function GetURLServer: StringRAL; |
![]() |
procedure DecodeAuth(ARequest: TFPHTTPConnectionRequest; AResult: TRALRequest); |
![]() |
procedure Execute; override; |
![]() |
procedure OnCommandProcess(Sender: TObject; var ARequest: TFPHTTPConnectionRequest; var AResponse: TFPHTTPConnectionResponse); |
![]() |
procedure SetActive(AValue: boolean); |
![]() |
procedure SetPort(AValue: IntegerRAL); |
![]() |
procedure SetQueueSize(const AValue: Word); |
![]() |
procedure SetSessionTimeout(const AValue: IntegerRAL); |
![]() |
procedure TerminatedSet; override; |
Properties
![]() |
property Active: boolean read GetActive write SetActive; |
![]() |
property Port: IntegerRAL read GetPort write SetPort; |
![]() |
property QueueSize: Word read GetQueueSize write SetQueueSize; |
![]() |
property SessionTimeout: IntegerRAL read GetSessionTimeout write SetSessionTimeout; |
Description
Methods
![]() |
constructor Create(AOwner: TRALfpHttpServer); |
![]() |
destructor Destroy; override; |
![]() |
function GetActive: boolean; |
![]() |
function GetPort: IntegerRAL; |
![]() |
function GetQueueSize: Word; |
![]() |
function GetSessionTimeout: IntegerRAL; |
![]() |
function GetURLServer: StringRAL; |
![]() |
procedure DecodeAuth(ARequest: TFPHTTPConnectionRequest; AResult: TRALRequest); |
![]() |
procedure Execute; override; |
![]() |
procedure OnCommandProcess(Sender: TObject; var ARequest: TFPHTTPConnectionRequest; var AResponse: TFPHTTPConnectionResponse); |
![]() |
procedure SetActive(AValue: boolean); |
![]() |
procedure SetPort(AValue: IntegerRAL); |
![]() |
procedure SetQueueSize(const AValue: Word); |
![]() |
procedure SetSessionTimeout(const AValue: IntegerRAL); |
![]() |
procedure TerminatedSet; override; |
Properties
![]() |
property Active: boolean read GetActive write SetActive; |
![]() |
property Port: IntegerRAL read GetPort write SetPort; |
![]() |
property QueueSize: Word read GetQueueSize write SetQueueSize; |
![]() |
property SessionTimeout: IntegerRAL read GetSessionTimeout write SetSessionTimeout; |
GitHub Repository
Generated by PasDoc 0.16.0.


