Uses of Enum
org.apache.hc.core5.http.impl.nio.ExpandableBuffer.Mode
Packages that use ExpandableBuffer.Mode
Package
Description
Default implementation of HTTP/1.1 transport based on
the asynchronous (non-blocking) I/O model.
-
Uses of ExpandableBuffer.Mode in org.apache.hc.core5.http.impl.nio
Fields in org.apache.hc.core5.http.impl.nio declared as ExpandableBuffer.ModeMethods in org.apache.hc.core5.http.impl.nio that return ExpandableBuffer.ModeModifier and TypeMethodDescriptionprotected ExpandableBuffer.Mode
ExpandableBuffer.mode()
Returns the current mode:static ExpandableBuffer.Mode
Returns the enum constant of this type with the specified name.static ExpandableBuffer.Mode[]
ExpandableBuffer.Mode.values()
Returns an array containing the constants of this enum type, in the order they are declared.