Uses of Class
io.netty.handler.codec.http2.Http2FrameStreamEvent.Type
-
-
Uses of Http2FrameStreamEvent.Type in io.netty.handler.codec.http2
Methods in io.netty.handler.codec.http2 that return Http2FrameStreamEvent.Type Modifier and Type Method Description Http2FrameStreamEvent.TypeHttp2FrameStreamEvent. type()static Http2FrameStreamEvent.TypeHttp2FrameStreamEvent.Type. valueOf(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.
-