Package | Description |
---|---|
io.netty.example.http2.helloworld.multiplex.server | |
io.netty.handler.codec.http2 |
Handlers for sending and receiving HTTP/2 frames.
|
Modifier and Type | Method and Description |
---|---|
void |
HelloWorldHttp2Handler.onDataRead(ChannelHandlerContext ctx,
Http2DataFrame data)
If receive a frame with end-of-stream set, send a pre-canned response.
|
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–2016 The Netty Project. All rights reserved.