Uses of Class
org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexer
Packages that use ServerHttp1StreamDuplexer
Package
Description
Default implementation of HTTP/1.1 transport based on
the asynchronous (non-blocking) I/O model.
-
Uses of ServerHttp1StreamDuplexer in org.apache.hc.core5.http.impl.nio
Methods in org.apache.hc.core5.http.impl.nio that return ServerHttp1StreamDuplexerModifier and TypeMethodDescriptionServerHttp1StreamDuplexerFactory.create(String scheme, ProtocolIOSession ioSession) Constructors in org.apache.hc.core5.http.impl.nio with parameters of type ServerHttp1StreamDuplexerModifierConstructorDescriptionServerHttp1IOEventHandler(ServerHttp1StreamDuplexer streamDuplexer)