Uses of Enum
org.apache.hc.core5.http2.impl.nio.FrameInputBuffer.State
Packages that use FrameInputBuffer.State
Package
Description
Default implementation of HTTP/2 transport based on
the asynchronous (non-blocking) I/O model.
-
Uses of FrameInputBuffer.State in org.apache.hc.core5.http2.impl.nio
Fields in org.apache.hc.core5.http2.impl.nio declared as FrameInputBuffer.StateMethods in org.apache.hc.core5.http2.impl.nio that return FrameInputBuffer.StateModifier and TypeMethodDescriptionstatic FrameInputBuffer.StateReturns the enum constant of this type with the specified name.static FrameInputBuffer.State[]FrameInputBuffer.State.values()Returns an array containing the constants of this enum type, in the order they are declared.