Uses of Interface
org.apache.http.HttpServerConnection
Packages that use HttpServerConnection
Package
Description
Default implementations of HTTP connections for synchronous,
blocking communication.
Embedded server and server bootstrap.
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 HttpServerConnectionModifier and TypeClassDescriptionclass
Deprecated.class
Default implementation ofHttpServerConnection
.class
Deprecated.(4.3) useDefaultBHttpServerConnection
class
Deprecated.Do not use. -
Uses of HttpServerConnection in org.apache.http.impl.bootstrap
Fields in org.apache.http.impl.bootstrap declared as HttpServerConnectionFields in org.apache.http.impl.bootstrap with type parameters of type HttpServerConnectionModifier and TypeFieldDescriptionprivate final HttpConnectionFactory
<? extends HttpServerConnection> RequestListener.connectionFactory
Methods in org.apache.http.impl.bootstrap that return HttpServerConnectionConstructors in org.apache.http.impl.bootstrap with parameters of type HttpServerConnectionModifierConstructorDescription(package private)
Worker
(HttpService httpservice, HttpServerConnection conn, ExceptionLogger exceptionLogger) Constructor parameters in org.apache.http.impl.bootstrap with type arguments of type HttpServerConnectionModifierConstructorDescriptionRequestListener
(SocketConfig socketConfig, ServerSocket serversocket, HttpService httpService, HttpConnectionFactory<? extends HttpServerConnection> connectionFactory, ExceptionLogger exceptionLogger, ExecutorService executorService) -
Uses of HttpServerConnection in org.apache.http.protocol
Methods in org.apache.http.protocol with parameters of type HttpServerConnectionModifier and TypeMethodDescriptionvoid
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.
DefaultBHttpServerConnection