Uses of Interface
org.apache.hc.core5.http.impl.Http1StreamListener
-
Packages that use Http1StreamListener Package Description org.apache.hc.core5.http.impl.bootstrap HTTP/1.1 requester and server bootstrap.org.apache.hc.core5.http.impl.io Default implementation of HTTP/1.1 transport based on the classic (blocking) I/O model.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.http2.impl.nio.bootstrap HTTP/2 capable requester and server bootstrap.org.apache.hc.core5.testing.classic org.apache.hc.core5.testing.nio -
-
Uses of Http1StreamListener in org.apache.hc.core5.http.impl.bootstrap
Fields in org.apache.hc.core5.http.impl.bootstrap declared as Http1StreamListener Modifier and Type Field Description private Http1StreamListenerAsyncRequesterBootstrap. streamListenerprivate Http1StreamListenerAsyncServerBootstrap. streamListenerprivate Http1StreamListenerRequesterBootstrap. streamListenerprivate Http1StreamListenerServerBootstrap. streamListenerMethods in org.apache.hc.core5.http.impl.bootstrap with parameters of type Http1StreamListener Modifier and Type Method Description AsyncRequesterBootstrapAsyncRequesterBootstrap. setStreamListener(Http1StreamListener streamListener)AssignsHttp1StreamListenerinstance.AsyncServerBootstrapAsyncServerBootstrap. setStreamListener(Http1StreamListener streamListener)AssignsHttp1StreamListenerinstance.RequesterBootstrapRequesterBootstrap. setStreamListener(Http1StreamListener streamListener)ServerBootstrapServerBootstrap. setStreamListener(Http1StreamListener streamListener)AssignsExceptionListenerinstance. -
Uses of Http1StreamListener in org.apache.hc.core5.http.impl.io
Fields in org.apache.hc.core5.http.impl.io declared as Http1StreamListener Modifier and Type Field Description private Http1StreamListenerHttpRequestExecutor.Builder. streamListenerprivate Http1StreamListenerHttpRequestExecutor. streamListenerprivate Http1StreamListenerHttpService.Builder. streamListenerprivate Http1StreamListenerHttpService. streamListenerMethods in org.apache.hc.core5.http.impl.io with parameters of type Http1StreamListener Modifier and Type Method Description HttpRequestExecutor.BuilderHttpRequestExecutor.Builder. withHttp1StreamListener(Http1StreamListener streamListener)HttpService.BuilderHttpService.Builder. withHttp1StreamListener(Http1StreamListener streamListener)Constructors in org.apache.hc.core5.http.impl.io with parameters of type Http1StreamListener Constructor Description HttpRequestExecutor(Timeout waitForContinue, ConnectionReuseStrategy connReuseStrategy, Http1StreamListener streamListener)Creates new instance of HttpRequestExecutor.HttpService(HttpProcessor processor, HttpRequestMapper<HttpRequestHandler> handlerMapper, ConnectionReuseStrategy connReuseStrategy, HttpResponseFactory<ClassicHttpResponse> responseFactory, Http1StreamListener streamListener)Create a new HTTP service.HttpService(HttpProcessor processor, HttpServerRequestHandler requestHandler, ConnectionReuseStrategy connReuseStrategy, Http1StreamListener streamListener)Create a new HTTP service. -
Uses of Http1StreamListener in org.apache.hc.core5.http.impl.nio
Fields in org.apache.hc.core5.http.impl.nio declared as Http1StreamListener Modifier and Type Field Description private Http1StreamListenerClientHttp1StreamDuplexer. streamListenerprivate Http1StreamListenerClientHttp1StreamDuplexerFactory. streamListenerprivate Http1StreamListenerServerHttp1StreamDuplexer. streamListenerprivate Http1StreamListenerServerHttp1StreamDuplexerFactory. streamListener -
Uses of Http1StreamListener in org.apache.hc.core5.http2.impl.nio.bootstrap
Fields in org.apache.hc.core5.http2.impl.nio.bootstrap declared as Http1StreamListener Modifier and Type Field Description private Http1StreamListenerH2RequesterBootstrap. http1StreamListenerprivate Http1StreamListenerH2ServerBootstrap. http1StreamListenerMethods in org.apache.hc.core5.http2.impl.nio.bootstrap with parameters of type Http1StreamListener Modifier and Type Method Description H2RequesterBootstrapH2RequesterBootstrap. setStreamListener(Http1StreamListener http1StreamListener)AssignsHttp1StreamListenerinstance.H2ServerBootstrapH2ServerBootstrap. setStreamListener(Http1StreamListener http1StreamListener)AssignsHttp1StreamListenerinstance. -
Uses of Http1StreamListener in org.apache.hc.core5.testing.classic
Classes in org.apache.hc.core5.testing.classic that implement Http1StreamListener Modifier and Type Class Description classLoggingHttp1StreamListener -
Uses of Http1StreamListener in org.apache.hc.core5.testing.nio
Classes in org.apache.hc.core5.testing.nio that implement Http1StreamListener Modifier and Type Class Description classLoggingHttp1StreamListenerMethods in org.apache.hc.core5.testing.nio with parameters of type Http1StreamListener 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)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)
-