Uses of Class
org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer.MessageDelineation
-
Packages that use AbstractHttp1StreamDuplexer.MessageDelineation 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 AbstractHttp1StreamDuplexer.MessageDelineation in org.apache.hc.core5.http.impl.nio
Methods in org.apache.hc.core5.http.impl.nio that return AbstractHttp1StreamDuplexer.MessageDelineation Modifier and Type Method Description (package private) AbstractHttp1StreamDuplexer.MessageDelineation
AbstractHttp1StreamDuplexer. endOutputStream(java.util.List<? extends Header> trailers)
static AbstractHttp1StreamDuplexer.MessageDelineation
AbstractHttp1StreamDuplexer.MessageDelineation. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AbstractHttp1StreamDuplexer.MessageDelineation[]
AbstractHttp1StreamDuplexer.MessageDelineation. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-