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