Uses of Enum
org.apache.hc.core5.http2.impl.nio.H2Stream.State
Packages that use H2Stream.State
Package
Description
Default implementation of HTTP/2 transport based on
the asynchronous (non-blocking) I/O model.
-
Uses of H2Stream.State in org.apache.hc.core5.http2.impl.nio
Subclasses with type arguments of type H2Stream.State in org.apache.hc.core5.http2.impl.nioFields in org.apache.hc.core5.http2.impl.nio with type parameters of type H2Stream.StateModifier and TypeFieldDescriptionprivate final Consumer<H2Stream.State> H2Stream.stateChangeCallbackprivate final AtomicReference<H2Stream.State> H2Stream.transitionRefMethods in org.apache.hc.core5.http2.impl.nio that return H2Stream.StateModifier and TypeMethodDescriptionstatic H2Stream.StateReturns the enum constant of this type with the specified name.static H2Stream.State[]H2Stream.State.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructor parameters in org.apache.hc.core5.http2.impl.nio with type arguments of type H2Stream.StateModifierConstructorDescription(package private)H2Stream(H2StreamChannel channel, H2StreamHandler handler, Consumer<H2Stream.State> stateChangeCallback)