public interface Http2GoAwayFrame extends Http2Frame, ByteBufHolder
extraStreamIds().| Modifier and Type | Method and Description |
|---|---|
ByteBuf |
content()
Optional debugging information describing cause the GOAWAY.
|
Http2GoAwayFrame |
copy()
Create a deep copy of this
ByteBufHolder. |
Http2GoAwayFrame |
duplicate()
Duplicate the
ByteBufHolder. |
long |
errorCode()
The reason for beginning closure of the connection.
|
int |
extraStreamIds()
The number of IDs to reserve for the receiver to use while GOAWAY is in transit.
|
Http2GoAwayFrame |
retain()
Increases the reference count by
1. |
Http2GoAwayFrame |
retain(int increment)
Increases the reference count by the specified
increment. |
Http2GoAwayFrame |
setExtraStreamIds(int extraStreamIds)
Sets the number of IDs to reserve for the receiver to use while GOAWAY is in transit.
|
Http2GoAwayFrame |
touch()
Records the current access location of this object for debugging purposes.
|
Http2GoAwayFrame |
touch(Object hint)
Records the current access location of this object with an additonal arbitrary information for debugging
purposes.
|
refCnt, release, releaselong errorCode()
int extraStreamIds()
Http2GoAwayFrame setExtraStreamIds(int extraStreamIds)
thisextraStreamIds()ByteBuf content()
null, but may
be empty.content in interface ByteBufHolderHttp2GoAwayFrame copy()
ByteBufHolderByteBufHolder.copy in interface ByteBufHolderHttp2GoAwayFrame duplicate()
ByteBufHolderByteBufHolder. Be aware that this will not automatically call ByteBufHolder.retain().duplicate in interface ByteBufHolderHttp2GoAwayFrame retain()
ReferenceCounted1.retain in interface ByteBufHolderretain in interface ReferenceCountedHttp2GoAwayFrame retain(int increment)
ReferenceCountedincrement.retain in interface ByteBufHolderretain in interface ReferenceCountedHttp2GoAwayFrame touch()
ReferenceCountedResourceLeakDetector. This method is a shortcut to touch(null).touch in interface ByteBufHoldertouch in interface ReferenceCountedHttp2GoAwayFrame touch(Object hint)
ReferenceCountedResourceLeakDetector.touch in interface ByteBufHoldertouch in interface ReferenceCountedCopyright © 2008–2016 The Netty Project. All rights reserved.