Uses of Interface
org.apache.hc.core5.http.io.HttpServerConnection
Packages that use HttpServerConnection
Package
Description
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.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