Uses of Enum Class
dev.relism.flash.http2.stream.Http2StreamState
Packages that use Http2StreamState
-
Uses of Http2StreamState in dev.relism.flash.http2.stream
Methods in dev.relism.flash.http2.stream that return Http2StreamStateModifier and TypeMethodDescriptionHttp2Stream.state()Http2StreamState.transition(int streamId, Http2StreamState.Event event) static Http2StreamStateReturns the enum constant of this class with the specified name.static Http2StreamState[]Http2StreamState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in dev.relism.flash.http2.stream with parameters of type Http2StreamStateModifier and TypeMethodDescriptionstatic booleanHttp2StreamState.isValid(Http2StreamState state, Http2StreamState.Event event)