JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
io.netty.handler.codec.http2
Interface Http2StreamStateEvent
All Known Implementing Classes:
AbstractHttp2StreamStateEvent
,
Http2StreamActiveEvent
,
Http2StreamClosedEvent
@UnstableApi
public interface
Http2StreamStateEvent
An event describing a state change of a particular HTTP/2 stream. Such events are typically emitted by channel handlers to exchange stream state information.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
int
streamId
()
Returns the HTTP/2 stream identifier for this event.
Method Detail
streamId
int streamId()
Returns the HTTP/2 stream identifier for this event.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method