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