@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.
|
streamId, streamId
name
Http2Headers headers()
boolean isEndStream()
true
if this frame is the last one in this direction of the stream.int padding()
Copyright © 2008–2017 The Netty Project. All rights reserved.