Uses of Interface
org.apache.http.HttpServerConnection
-
Packages that use HttpServerConnection Package Description org.apache.http.impl Default implementations of HTTP connections for synchronous, blocking communication.org.apache.http.impl.bootstrap Embedded server and server bootstrap.org.apache.http.protocol Core HTTP protocol execution framework and HTTP protocol handlers for synchronous, blocking communication. -
-
Uses of HttpServerConnection in org.apache.http.impl
Classes in org.apache.http.impl that implement HttpServerConnection Modifier and Type Class Description classAbstractHttpServerConnectionDeprecated.(4.3) useDefaultBHttpServerConnectionclassDefaultBHttpServerConnectionDefault implementation ofHttpServerConnection.classDefaultHttpServerConnectionDeprecated.(4.3) useDefaultBHttpServerConnectionclassSocketHttpServerConnectionDeprecated.Do not use. -
Uses of HttpServerConnection in org.apache.http.impl.bootstrap
Fields in org.apache.http.impl.bootstrap declared as HttpServerConnection Modifier and Type Field Description private HttpServerConnectionWorker. connFields in org.apache.http.impl.bootstrap with type parameters of type HttpServerConnection Modifier and Type Field Description private HttpConnectionFactory<? extends HttpServerConnection>RequestListener. connectionFactoryMethods in org.apache.http.impl.bootstrap that return HttpServerConnection Modifier and Type Method Description HttpServerConnectionWorker. getConnection()Constructors in org.apache.http.impl.bootstrap with parameters of type HttpServerConnection Constructor Description Worker(HttpService httpservice, HttpServerConnection conn, ExceptionLogger exceptionLogger)Constructor parameters in org.apache.http.impl.bootstrap with type arguments of type HttpServerConnection Constructor Description RequestListener(SocketConfig socketConfig, java.net.ServerSocket serversocket, HttpService httpService, HttpConnectionFactory<? extends HttpServerConnection> connectionFactory, ExceptionLogger exceptionLogger, java.util.concurrent.ExecutorService executorService) -
Uses of HttpServerConnection in org.apache.http.protocol
Methods in org.apache.http.protocol with parameters of type HttpServerConnection Modifier and Type Method Description voidHttpService. 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.
-