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 FlushModeReturns 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) voidAbstractHttp1StreamDuplexer.commitMessageHead(OutgoingMessage messageHead, boolean endStream, FlushMode flushMode) voidHttp1StreamChannel.submit(OutgoingMessage messageHead, boolean endStream, FlushMode flushMode) voidServerHttp1StreamDuplexer.DelayedOutputChannel.submit(HttpResponse response, boolean endStream, FlushMode flushMode)