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.onHeadersRead(ChannelHandlerContext ctx,
Http2HeadersFrame headers)
If receive a frame with end-of-stream set, send a pre-canned response.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultHttp2HeadersFrame
The default
Http2HeadersFrame implementation. |
Modifier and Type | Method and Description |
---|---|
Http2HeadersFrame |
Http2StreamActiveEvent.headers()
For outbound streams, this method returns the same
Http2HeadersFrame object as the one that
made the stream active. |
Constructor and Description |
---|
Http2StreamActiveEvent(int streamId,
Http2HeadersFrame headers) |
Copyright © 2008–2017 The Netty Project. All rights reserved.