public interface Http2ResetFrame extends Http2StreamFrame
| Modifier and Type | Method and Description |
|---|---|
long |
errorCode()
The reason for resetting the stream.
|
Http2ResetFrame |
setStream(Object stream)
Set the stream identifier for this message.
|
streamHttp2ResetFrame setStream(Object stream)
Http2StreamFramesetStream in interface Http2StreamFramethislong errorCode()
Copyright © 2008–2016 The Netty Project. All rights reserved.