Uses of Class
org.apache.hc.core5.http.impl.nio.FlushMode
-
Packages that use FlushMode Package Description org.apache.hc.core5.http.impl.nio 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 FlushMode Modifier and Type Method Description static FlushMode
FlushMode. valueOf(java.lang.String name)
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 FlushMode Modifier and Type Method Description (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)
-