Uses of Interface
org.apache.hc.core5.http.io.HttpServerConnection
Packages that use HttpServerConnection
Package
Description
HTTP/1.1 requester and server bootstrap.
Default implementation of HTTP/1.1 transport based on the classic
(blocking) I/O model.
-
Uses of HttpServerConnection in org.apache.hc.core5.http.impl.bootstrap
Fields in org.apache.hc.core5.http.impl.bootstrap declared as HttpServerConnectionFields in org.apache.hc.core5.http.impl.bootstrap with type parameters of type HttpServerConnectionModifier and TypeFieldDescriptionprivate final HttpConnectionFactory<? extends HttpServerConnection> RequestListener.connectionFactoryMethods in org.apache.hc.core5.http.impl.bootstrap that return HttpServerConnectionConstructors in org.apache.hc.core5.http.impl.bootstrap with parameters of type HttpServerConnectionModifierConstructorDescription(package private)Worker(HttpService httpservice, HttpServerConnection conn, ExceptionListener exceptionListener) Constructor parameters in org.apache.hc.core5.http.impl.bootstrap with type arguments of type HttpServerConnectionModifierConstructorDescriptionRequestListener(SocketConfig socketConfig, ServerSocket serversocket, HttpService httpService, HttpConnectionFactory<? extends HttpServerConnection> connectionFactory, ExceptionListener exceptionListener, ExecutorService executorService) -
Uses of HttpServerConnection in org.apache.hc.core5.http.impl.io
Classes in org.apache.hc.core5.http.impl.io that implement HttpServerConnectionMethods in org.apache.hc.core5.http.impl.io with parameters of type HttpServerConnectionModifier and TypeMethodDescriptionvoidHttpService.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