Uses of Class
org.apache.hc.core5.http.impl.io.HttpService
Packages that use HttpService
Package
Description
HTTP/1.1 requester and server bootstrap.
Default implementation of HTTP/1.1 transport based on the classic
(blocking) I/O model.
-
Uses of HttpService in org.apache.hc.core5.http.impl.bootstrap
Fields in org.apache.hc.core5.http.impl.bootstrap declared as HttpServiceModifier and TypeFieldDescriptionprivate final HttpService
Worker.httpservice
private final HttpService
HttpServer.httpService
private final HttpService
RequestListener.httpService
Constructors in org.apache.hc.core5.http.impl.bootstrap with parameters of type HttpServiceModifierConstructorDescriptionHttpServer
(int port, HttpService httpService, InetAddress ifAddress, SocketConfig socketConfig, ServerSocketFactory serverSocketFactory, HttpConnectionFactory<? extends DefaultBHttpServerConnection> connectionFactory, Callback<SSLParameters> sslSetupHandler, ExceptionListener exceptionListener) RequestListener
(SocketConfig socketConfig, ServerSocket serversocket, HttpService httpService, HttpConnectionFactory<? extends HttpServerConnection> connectionFactory, ExceptionListener exceptionListener, ExecutorService executorService) (package private)
Worker
(HttpService httpservice, HttpServerConnection conn, ExceptionListener exceptionListener) -
Uses of HttpService in org.apache.hc.core5.http.impl.io
Methods in org.apache.hc.core5.http.impl.io that return HttpService