Package | Description |
---|---|
io.netty.handler.codec.http2 |
Handlers for sending and receiving HTTP/2 frames.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultHttp2UnknownFrame |
Modifier and Type | Method and Description |
---|---|
Http2UnknownFrame |
Http2UnknownFrame.copy() |
Http2UnknownFrame |
Http2UnknownFrame.duplicate() |
Http2UnknownFrame |
Http2UnknownFrame.replace(ByteBuf content) |
Http2UnknownFrame |
Http2UnknownFrame.retain() |
Http2UnknownFrame |
Http2UnknownFrame.retain(int increment) |
Http2UnknownFrame |
Http2UnknownFrame.retainedDuplicate() |
Http2UnknownFrame |
Http2UnknownFrame.stream(Http2FrameStream stream) |
Http2UnknownFrame |
Http2UnknownFrame.touch() |
Http2UnknownFrame |
Http2UnknownFrame.touch(Object hint) |
Copyright © 2008–2024 The Netty Project. All rights reserved.