Uses of Class
org.apache.http.protocol.HttpService
Packages that use HttpService
-
Uses of HttpService in org.apache.http.impl.bootstrap
Fields in org.apache.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.http.impl.bootstrap with parameters of type HttpServiceModifierConstructorDescription(package private)
HttpServer
(int port, InetAddress ifAddress, SocketConfig socketConfig, ServerSocketFactory serverSocketFactory, HttpService httpService, HttpConnectionFactory<? extends DefaultBHttpServerConnection> connectionFactory, SSLServerSetupHandler sslSetupHandler, ExceptionLogger exceptionLogger) RequestListener
(SocketConfig socketConfig, ServerSocket serversocket, HttpService httpService, HttpConnectionFactory<? extends HttpServerConnection> connectionFactory, ExceptionLogger exceptionLogger, ExecutorService executorService) (package private)
Worker
(HttpService httpservice, HttpServerConnection conn, ExceptionLogger exceptionLogger)