Uses of Enum
org.apache.hc.core5.http.impl.nio.FlushMode
Packages that use FlushMode
Package
Description
Default implementation of HTTP/1.1 transport based on
the asynchronous (non-blocking) I/O model.
-
Uses of FlushMode in org.apache.hc.core5.http.impl.nio
Methods in org.apache.hc.core5.http.impl.nio that return FlushModeModifier and TypeMethodDescriptionstatic FlushMode
Returns the enum constant of this type with the specified name.static FlushMode[]
FlushMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.hc.core5.http.impl.nio with parameters of type FlushModeModifier and TypeMethodDescription(package private) void
AbstractHttp1StreamDuplexer.commitMessageHead
(OutgoingMessage messageHead, boolean endStream, FlushMode flushMode) void
Http1StreamChannel.submit
(OutgoingMessage messageHead, boolean endStream, FlushMode flushMode) void
ServerHttp1StreamDuplexer.DelayedOutputChannel.submit
(HttpResponse response, boolean endStream, FlushMode flushMode)