Uses of Interface
org.apache.hc.core5.http.impl.Http1StreamListener
Packages that use Http1StreamListener
Package
Description
HTTP/1.1 requester and server bootstrap.
Default implementation of HTTP/1.1 transport based on the classic
(blocking) I/O model.
Default implementation of HTTP/1.1 transport based on
the asynchronous (non-blocking) I/O model.
HTTP/2 capable requester and server bootstrap.
-
Uses of Http1StreamListener in org.apache.hc.core5.http.impl.bootstrap
Fields in org.apache.hc.core5.http.impl.bootstrap declared as Http1StreamListenerModifier and TypeFieldDescriptionprivate Http1StreamListenerAsyncRequesterBootstrap.streamListenerprivate Http1StreamListenerAsyncServerBootstrap.streamListenerprivate Http1StreamListenerRequesterBootstrap.streamListenerprivate Http1StreamListenerServerBootstrap.streamListenerMethods in org.apache.hc.core5.http.impl.bootstrap with parameters of type Http1StreamListenerModifier and TypeMethodDescriptionfinal AsyncRequesterBootstrapAsyncRequesterBootstrap.setStreamListener(Http1StreamListener streamListener) AssignsHttp1StreamListenerinstance.final AsyncServerBootstrapAsyncServerBootstrap.setStreamListener(Http1StreamListener streamListener) AssignsHttp1StreamListenerinstance.final RequesterBootstrapRequesterBootstrap.setStreamListener(Http1StreamListener streamListener) final 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 Http1StreamListenerModifier and TypeFieldDescriptionprivate Http1StreamListenerHttpRequestExecutor.Builder.streamListenerprivate final Http1StreamListenerHttpRequestExecutor.streamListenerprivate Http1StreamListenerHttpService.Builder.streamListenerprivate final Http1StreamListenerHttpService.streamListenerMethods in org.apache.hc.core5.http.impl.io with parameters of type Http1StreamListenerModifier and TypeMethodDescriptionHttpRequestExecutor.Builder.withHttp1StreamListener(Http1StreamListener streamListener) HttpService.Builder.withHttp1StreamListener(Http1StreamListener streamListener) Constructors in org.apache.hc.core5.http.impl.io with parameters of type Http1StreamListenerModifierConstructorDescriptionHttpRequestExecutor(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 Http1StreamListenerModifier and TypeFieldDescriptionprivate final Http1StreamListenerClientHttp1StreamDuplexer.streamListenerprivate final Http1StreamListenerClientHttp1StreamDuplexerFactory.streamListenerprivate final Http1StreamListenerServerHttp1StreamDuplexer.streamListenerprivate final Http1StreamListenerServerHttp1StreamDuplexerFactory.streamListenerConstructors in org.apache.hc.core5.http.impl.nio with parameters of type Http1StreamListenerModifierConstructorDescriptionClientHttp1StreamDuplexer(ProtocolIOSession ioSession, HttpProcessor httpProcessor, Http1Config http1Config, CharCodingConfig charCodingConfig, ConnectionReuseStrategy connectionReuseStrategy, NHttpMessageParser<HttpResponse> incomingMessageParser, NHttpMessageWriter<HttpRequest> outgoingMessageWriter, ContentLengthStrategy incomingContentStrategy, ContentLengthStrategy outgoingContentStrategy, Http1StreamListener streamListener) ClientHttp1StreamDuplexerFactory(HttpProcessor httpProcessor, Http1Config http1Config, CharCodingConfig charCodingConfig, ConnectionReuseStrategy connectionReuseStrategy, NHttpMessageParserFactory<HttpResponse> responseParserFactory, NHttpMessageWriterFactory<HttpRequest> requestWriterFactory, ContentLengthStrategy incomingContentStrategy, ContentLengthStrategy outgoingContentStrategy, Http1StreamListener streamListener) ClientHttp1StreamDuplexerFactory(HttpProcessor httpProcessor, Http1Config http1Config, CharCodingConfig charCodingConfig, ConnectionReuseStrategy connectionReuseStrategy, NHttpMessageParserFactory<HttpResponse> responseParserFactory, NHttpMessageWriterFactory<HttpRequest> requestWriterFactory, Http1StreamListener streamListener) ClientHttp1StreamDuplexerFactory(HttpProcessor httpProcessor, Http1Config http1Config, CharCodingConfig charCodingConfig, Http1StreamListener streamListener) ServerHttp1StreamDuplexer(ProtocolIOSession ioSession, HttpProcessor httpProcessor, HandlerFactory<AsyncServerExchangeHandler> exchangeHandlerFactory, String scheme, Http1Config http1Config, CharCodingConfig charCodingConfig, ConnectionReuseStrategy connectionReuseStrategy, NHttpMessageParser<HttpRequest> incomingMessageParser, NHttpMessageWriter<HttpResponse> outgoingMessageWriter, ContentLengthStrategy incomingContentStrategy, ContentLengthStrategy outgoingContentStrategy, Http1StreamListener streamListener) ServerHttp1StreamDuplexerFactory(HttpProcessor httpProcessor, HandlerFactory<AsyncServerExchangeHandler> exchangeHandlerFactory, Http1Config http1Config, CharCodingConfig charCodingConfig, ConnectionReuseStrategy connectionReuseStrategy, NHttpMessageParserFactory<HttpRequest> requestParserFactory, NHttpMessageWriterFactory<HttpResponse> responseWriterFactory, ContentLengthStrategy incomingContentStrategy, ContentLengthStrategy outgoingContentStrategy, Http1StreamListener streamListener) ServerHttp1StreamDuplexerFactory(HttpProcessor httpProcessor, HandlerFactory<AsyncServerExchangeHandler> exchangeHandlerFactory, Http1Config http1Config, CharCodingConfig charCodingConfig, ConnectionReuseStrategy connectionReuseStrategy, NHttpMessageParserFactory<HttpRequest> requestParserFactory, NHttpMessageWriterFactory<HttpResponse> responseWriterFactory, Http1StreamListener streamListener) ServerHttp1StreamDuplexerFactory(HttpProcessor httpProcessor, HandlerFactory<AsyncServerExchangeHandler> exchangeHandlerFactory, Http1Config http1Config, CharCodingConfig charCodingConfig, Http1StreamListener 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 Http1StreamListenerModifier and TypeFieldDescriptionprivate Http1StreamListenerH2RequesterBootstrap.http1StreamListenerprivate Http1StreamListenerH2ServerBootstrap.http1StreamListenerMethods in org.apache.hc.core5.http2.impl.nio.bootstrap with parameters of type Http1StreamListenerModifier and TypeMethodDescriptionfinal H2RequesterBootstrapH2RequesterBootstrap.setStreamListener(Http1StreamListener http1StreamListener) AssignsHttp1StreamListenerinstance.final 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 -
Uses of Http1StreamListener in org.apache.hc.core5.testing.nio
Classes in org.apache.hc.core5.testing.nio that implement Http1StreamListenerMethods in org.apache.hc.core5.testing.nio with parameters of type Http1StreamListenerModifier and TypeMethodDescriptionprotected 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)