@UnstableApi public abstract class AbstractHttp2StreamStateEvent extends Object implements Http2StreamStateEvent
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractHttp2StreamStateEvent(int streamId) |
| Modifier and Type | Method and Description |
|---|---|
int |
streamId()
Returns the HTTP/2 stream identifier for this event.
|
protected AbstractHttp2StreamStateEvent(int streamId)
public int streamId()
Http2StreamStateEventstreamId in interface Http2StreamStateEventCopyright © 2008–2017 The Netty Project. All rights reserved.