Uses of Enum
io.netty.handler.codec.http2.Http2FrameStreamEvent.Type
Packages that use Http2FrameStreamEvent.Type
-
Uses of Http2FrameStreamEvent.Type in io.netty.handler.codec.http2
Subclasses with type arguments of type Http2FrameStreamEvent.Type in io.netty.handler.codec.http2Methods in io.netty.handler.codec.http2 that return Http2FrameStreamEvent.TypeModifier and TypeMethodDescriptionHttp2FrameStreamEvent.type()static Http2FrameStreamEvent.TypeReturns 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.