Uses of Class
org.apache.hc.core5.http.impl.io.HttpService
-
Packages that use HttpService 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. -
-
Uses of HttpService in org.apache.hc.core5.http.impl.bootstrap
Fields in org.apache.hc.core5.http.impl.bootstrap declared as HttpService Modifier and Type Field Description private HttpService
Worker. httpservice
private HttpService
HttpServer. httpService
private HttpService
RequestListener. httpService
Constructors in org.apache.hc.core5.http.impl.bootstrap with parameters of type HttpService Constructor Description HttpServer(int port, HttpService httpService, java.net.InetAddress ifAddress, SocketConfig socketConfig, javax.net.ServerSocketFactory serverSocketFactory, HttpConnectionFactory<? extends DefaultBHttpServerConnection> connectionFactory, Callback<javax.net.ssl.SSLParameters> sslSetupHandler, ExceptionListener exceptionListener)
RequestListener(SocketConfig socketConfig, java.net.ServerSocket serversocket, HttpService httpService, HttpConnectionFactory<? extends HttpServerConnection> connectionFactory, ExceptionListener exceptionListener, java.util.concurrent.ExecutorService executorService)
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 Modifier and Type Method Description HttpService
HttpService.Builder. build()
Create a new HTTP service.
-