Uses of Interface
org.apache.http.HttpServerConnection
| Package | Description |
|---|---|
| org.apache.http.impl |
Default implementations for interfaces in
org.apache.http. |
| org.apache.http.protocol |
HTTP protocol execution framework.
|
-
Uses of HttpServerConnection in org.apache.http.impl
Classes in org.apache.http.impl that implement HttpServerConnection Modifier and Type Class Description classAbstractHttpServerConnectionAbstract server-side HTTP connection capable of transmitting and receiving data using arbitrarySessionInputBufferandSessionOutputBufferclassDefaultHttpServerConnectionDefault implementation of a server-side HTTP connection.classSocketHttpServerConnectionImplementation of a server-side HTTP connection that can be bound to a network Socket in order to receive and transmit data. -
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)