Unit 'fphttp2server' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#fcl-web]

TFPHTTP2Handler

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

Declaration

Source position: fphttp2server.pp line 200

type TFPHTTP2Handler = class(TCustomHTTP2Handler)

published

  property Active: Boolean;

  property WebServer: TFPCustomHttpServer;

  property ThreadMode: TH2ThreadMode;

  property OnError: TH2ErrorEvent;

  property MaxConcurrentStreams: Cardinal;

  property MaxFrameSize: Cardinal;

  property MaxHeaderListSize: Cardinal;

  property MaxContinuationBytes: Cardinal;

  property HPACKTableLimit: Cardinal;

  property MaxResetStreams: Cardinal;

  property MaxPingFlood: Cardinal;

  property MaxSettingsFlood: Cardinal;

end;

Inheritance

TFPHTTP2Handler

|

TCustomHTTP2Handler

|

TObject


Documentation generated on: 2026-06-30