Uses of Enum
org.apache.hc.core5.http.impl.nio.AbstractHttp1StreamDuplexer.MessageDelineation
Packages that use AbstractHttp1StreamDuplexer.MessageDelineation
Package
Description
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.MessageDelineationModifier and TypeMethodDescription(package private) AbstractHttp1StreamDuplexer.MessageDelineation
AbstractHttp1StreamDuplexer.endOutputStream
(List<? extends Header> trailers) Returns the enum constant of this type with the specified name.AbstractHttp1StreamDuplexer.MessageDelineation.values()
Returns an array containing the constants of this enum type, in the order they are declared.