Uses of Class
io.netty.handler.codec.http2.Http2FrameStreamEvent.Type
-
Packages that use Http2FrameStreamEvent.Type Package Description io.netty.handler.codec.http2 Handlers for sending and receiving HTTP/2 frames. -
-
Uses of Http2FrameStreamEvent.Type in io.netty.handler.codec.http2
Fields in io.netty.handler.codec.http2 declared as Http2FrameStreamEvent.Type Modifier and Type Field Description private Http2FrameStreamEvent.Type
Http2FrameStreamEvent. type
Methods in io.netty.handler.codec.http2 that return Http2FrameStreamEvent.Type Modifier and Type Method Description Http2FrameStreamEvent.Type
Http2FrameStreamEvent. type()
static Http2FrameStreamEvent.Type
Http2FrameStreamEvent.Type. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Http2FrameStreamEvent.Type[]
Http2FrameStreamEvent.Type. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.netty.handler.codec.http2 with parameters of type Http2FrameStreamEvent.Type Constructor Description Http2FrameStreamEvent(Http2FrameStream stream, Http2FrameStreamEvent.Type type)
-