Uses of Interface
org.apache.hc.core5.http.io.HttpServerConnection
-
Packages that use HttpServerConnection 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.testing.classic -
-
Uses of HttpServerConnection in org.apache.hc.core5.http.impl.bootstrap
Fields in org.apache.hc.core5.http.impl.bootstrap declared as HttpServerConnection Modifier and Type Field Description private HttpServerConnection
Worker. conn
Fields in org.apache.hc.core5.http.impl.bootstrap with type parameters of type HttpServerConnection Modifier and Type Field Description private HttpConnectionFactory<? extends HttpServerConnection>
RequestListener. connectionFactory
Methods in org.apache.hc.core5.http.impl.bootstrap that return HttpServerConnection Modifier and Type Method Description HttpServerConnection
Worker. getConnection()
Constructors in org.apache.hc.core5.http.impl.bootstrap with parameters of type HttpServerConnection Constructor Description Worker(HttpService httpservice, HttpServerConnection conn, ExceptionListener exceptionListener)
Constructor parameters in org.apache.hc.core5.http.impl.bootstrap with type arguments of type HttpServerConnection Constructor Description RequestListener(SocketConfig socketConfig, java.net.ServerSocket serversocket, HttpService httpService, HttpConnectionFactory<? extends HttpServerConnection> connectionFactory, ExceptionListener exceptionListener, java.util.concurrent.ExecutorService executorService)
-
Uses of HttpServerConnection in org.apache.hc.core5.http.impl.io
Classes in org.apache.hc.core5.http.impl.io that implement HttpServerConnection Modifier and Type Class Description class
DefaultBHttpServerConnection
Default implementation ofHttpServerConnection
.Methods in org.apache.hc.core5.http.impl.io with parameters of type HttpServerConnection Modifier and Type Method Description void
HttpService. handleRequest(HttpServerConnection conn, HttpContext context)
Handles receives one HTTP request over the given connection within the given execution context and sends a response back to the client. -
Uses of HttpServerConnection in org.apache.hc.core5.testing.classic
Classes in org.apache.hc.core5.testing.classic that implement HttpServerConnection Modifier and Type Class Description class
LoggingBHttpServerConnection
-