Uses of Class
org.apache.hc.core5.http.impl.io.ChunkedInputStream.State
-
Packages that use ChunkedInputStream.State Package Description org.apache.hc.core5.http.impl.io 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
Fields in org.apache.hc.core5.http.impl.io declared as ChunkedInputStream.State Modifier and Type Field Description private ChunkedInputStream.State
ChunkedInputStream. state
Methods in org.apache.hc.core5.http.impl.io that return ChunkedInputStream.State Modifier and Type Method Description static ChunkedInputStream.State
ChunkedInputStream.State. valueOf(java.lang.String name)
Returns 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.
-