Uses of Enum Class
io.helidon.http.http2.Http2FrameType
Packages that use Http2FrameType
-
Uses of Http2FrameType in io.helidon.http.http2
Methods in io.helidon.http.http2 that return Http2FrameTypeModifier and TypeMethodDescriptionstatic Http2FrameTypeHttp2FrameType.byId(int id) Get a frame type by frame id.Http2Continuation.frameType()Http2DataFrame.frameType()Http2Frame.frameType()Frame type enum.Http2GoAway.frameType()Http2Ping.frameType()Http2Priority.frameType()Http2RstStream.frameType()Http2Settings.frameType()Http2WindowUpdate.frameType()Http2FrameHeader.type()Frame type enum.Http2FrameTypes.type()Frame type enum.static Http2FrameTypeReturns the enum constant of this class with the specified name.static Http2FrameType[]Http2FrameType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.helidon.http.http2 with parameters of type Http2FrameTypeModifier and TypeMethodDescriptionstatic Http2StreamStateHttp2StreamState.checkAndGetState(Http2StreamState current, Http2FrameType frameType, boolean send, boolean endOfStream, boolean endOfHeaders) Check that the frame is ok for current state.static Http2FrameTypes<? extends Http2Flag> Http2FrameTypes.get(Http2FrameType frameType) Get frame types based on frame type enum.