Unit 'fphttp2connection' Package
[Overview][Types][Classes][Index] [#fcl-web]

TH2Connection

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

Declaration

Source position: fphttp2connection.pp line 132

type TH2Connection = class

public

  constructor Create();

  destructor Destroy; override;

  procedure Seed();

  procedure ApplyUpgradeSettings();

  procedure SetInitialRequest();

  procedure Start;

  procedure SendFrame();

  procedure DecodeHeaderBlock();

  procedure SendHeaders();

  function SendData();

  function FindStream();

  property SendWindow: Int64; [r]

  procedure ProcessNextFrame;

  function HandleNextFrame;

  procedure BeginShutdown();

  property Transport: TStream; [r]

  property RemoteSettings: TH2SettingsArray; [r]

  property Limits: TH2Limits; [r]

  property OnRequestReady: TH2RequestEvent; [rw]

  property LastPeerStreamID: Cardinal; [r]

  property LastProcessedPeerStreamID: Cardinal; [r]

  property Closing: Boolean; [r]

end;

Inheritance

TH2Connection

|

TObject


Documentation generated on: 2026-06-30