Unit 'custfcgi' Package
[Overview][Resource strings][Types][Classes][Variables][Index] [#fcl-web]

TFCgiHandler

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: custfcgi.pp line 105

type TFCgiHandler = class(TWebHandler)

protected

  function CreateRequest; virtual;

  function CreateResponse(); virtual;

  function DoFastCGIRead(); virtual;

  function DoFastCGIWrite(); virtual;

  function ProcessRecord(); virtual;

  procedure SetupSocket(); virtual;

  function WaitForRequest(); override;

  procedure EndRequest(); override;

public

  constructor Create(); override;

  destructor Destroy; override;

  property Port: Integer; [rw]

  property LingerTimeOut: Integer; [rw]

  property Address: string; [rw]

  property ProtocolOptions: TProtocolOptions; [rw]

  property OnUnknownRecord: TUnknownRecordEvent; [rw]

  property TimeOut: Integer; [rw]

end;

Inheritance

TFCgiHandler

|

TWebHandler

|

TObject


Documentation generated on: 2023-03-18