@UnstableApi public interface Http2HeadersFrame extends Http2StreamFrame
| Modifier and Type | Method and Description |
|---|---|
Http2Headers |
headers()
A complete header list.
|
boolean |
isEndStream()
true if this frame is the last one in this direction of the stream. |
int |
padding()
Frame padding to use.
|
Http2HeadersFrame |
setStream(Object stream)
Set the stream identifier for this message.
|
streamHttp2HeadersFrame setStream(Object stream)
Http2StreamFramesetStream in interface Http2StreamFramethisHttp2Headers headers()
boolean isEndStream()
true if this frame is the last one in this direction of the stream.int padding()
Copyright © 2008–2016 The Netty Project. All rights reserved.