| Modifier and Type | Interface and Description |
|---|---|
interface |
Http3CancelPushFrame
See CANCEL_PUSH.
|
interface |
Http3ControlStreamFrame
Marker interface for frames that can be sent and received on a
HTTP3 control stream.
|
interface |
Http3DataFrame
See DATA.
|
interface |
Http3GoAwayFrame
See GOAWAY.
|
interface |
Http3HeadersFrame
See HEADERS.
|
interface |
Http3MaxPushIdFrame
See MAX_PUSH_ID.
|
interface |
Http3PushPromiseFrame
See PUSH_PROMISE.
|
interface |
Http3PushStreamFrame
Marker interface for frames that can be sent and received on a
HTTP3 push stream.
|
interface |
Http3RequestStreamFrame
Marker interface for frames that can be sent and received on a
HTTP3 request stream.
|
interface |
Http3SettingsFrame
See SETTINGS.
|
interface |
Http3UnknownFrame
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultHttp3CancelPushFrame |
class |
DefaultHttp3DataFrame |
class |
DefaultHttp3GoAwayFrame |
class |
DefaultHttp3HeadersFrame |
class |
DefaultHttp3MaxPushIdFrame |
class |
DefaultHttp3PushPromiseFrame |
class |
DefaultHttp3SettingsFrame |
class |
DefaultHttp3UnknownFrame |
Copyright © 2020–2024 The Netty Project. All rights reserved.