Package | Description |
---|---|
io.netty.handler.codec.http2 |
Handlers for sending and receiving HTTP/2 frames.
|
Modifier and Type | Class and Description |
---|---|
class |
Http2ConnectionAdapter
Provides empty implementations of all
Http2Connection.Listener methods. |
class |
Http2EventAdapter
This class brings
Http2Connection.Listener and Http2FrameListener together to provide
NOOP implementation so inheriting classes can selectively choose which methods to override. |
class |
InboundHttp2ToHttpAdapter
This adapter provides just header/data events from the HTTP message flow defined
in [RFC 7540], Section 8.1.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultHttp2Connection.addListener(Http2Connection.Listener listener) |
void |
Http2Connection.addListener(Http2Connection.Listener listener)
Adds a listener of stream life-cycle events.
|
void |
DefaultHttp2Connection.removeListener(Http2Connection.Listener listener) |
void |
Http2Connection.removeListener(Http2Connection.Listener listener)
Removes a listener of stream life-cycle events.
|
Copyright © 2008–2025 The Netty Project. All rights reserved.