| Package | Description |
|---|---|
| io.netty.handler.codec.http2 |
Handlers for sending and receiving HTTP/2 frames.
|
| 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.