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