Uses of Class
org.apache.hc.core5.http.impl.nio.ServerHttp1StreamDuplexer
-
Packages that use ServerHttp1StreamDuplexer 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 ServerHttp1StreamDuplexer in org.apache.hc.core5.http.impl.nio
Methods in org.apache.hc.core5.http.impl.nio that return ServerHttp1StreamDuplexer Modifier and Type Method Description ServerHttp1StreamDuplexerServerHttp1StreamDuplexerFactory. create(java.lang.String scheme, ProtocolIOSession ioSession)Constructors in org.apache.hc.core5.http.impl.nio with parameters of type ServerHttp1StreamDuplexer Constructor Description ServerHttp1IOEventHandler(ServerHttp1StreamDuplexer streamDuplexer) -
Uses of ServerHttp1StreamDuplexer in org.apache.hc.core5.testing.nio
Methods in org.apache.hc.core5.testing.nio that return ServerHttp1StreamDuplexer Modifier and Type Method Description protected ServerHttp1StreamDuplexerInternalServerHttp1EventHandlerFactory. createServerHttp1StreamDuplexer(ProtocolIOSession ioSession, HttpProcessor httpProcessor, HandlerFactory<AsyncServerExchangeHandler> exchangeHandlerFactory, Http1Config http1Config, CharCodingConfig charCodingConfig, ConnectionReuseStrategy connectionReuseStrategy, NHttpMessageParser<HttpRequest> incomingMessageParser, NHttpMessageWriter<HttpResponse> outgoingMessageWriter, ContentLengthStrategy incomingContentStrategy, ContentLengthStrategy outgoingContentStrategy, Http1StreamListener streamListener)
-