Uses of Class
org.apache.hc.core5.http.impl.nio.ClientHttp1StreamDuplexer
-
Packages that use ClientHttp1StreamDuplexer 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.org.apache.hc.core5.testing.nio -
-
Uses of ClientHttp1StreamDuplexer in org.apache.hc.core5.http.impl.nio
Methods in org.apache.hc.core5.http.impl.nio that return ClientHttp1StreamDuplexer Modifier and Type Method Description ClientHttp1StreamDuplexerClientHttp1StreamDuplexerFactory. create(ProtocolIOSession ioSession)Constructors in org.apache.hc.core5.http.impl.nio with parameters of type ClientHttp1StreamDuplexer Constructor Description ClientHttp1IOEventHandler(ClientHttp1StreamDuplexer streamDuplexer) -
Uses of ClientHttp1StreamDuplexer in org.apache.hc.core5.testing.nio
Methods in org.apache.hc.core5.testing.nio that return ClientHttp1StreamDuplexer Modifier and Type Method Description protected ClientHttp1StreamDuplexerInternalClientHttp1EventHandlerFactory. createClientHttp1StreamDuplexer(ProtocolIOSession ioSession, HttpProcessor httpProcessor, Http1Config http1Config, CharCodingConfig charCodingConfig, ConnectionReuseStrategy connectionReuseStrategy, NHttpMessageParser<HttpResponse> incomingMessageParser, NHttpMessageWriter<HttpRequest> outgoingMessageWriter, ContentLengthStrategy incomingContentStrategy, ContentLengthStrategy outgoingContentStrategy, Http1StreamListener streamListener)
-