Uses of Class
org.apache.http.impl.AbstractHttpServerConnection
| Package | Description |
|---|---|
| org.apache.http.impl |
Default implementations for interfaces in
org.apache.http. |
-
Uses of AbstractHttpServerConnection in org.apache.http.impl
Subclasses of AbstractHttpServerConnection in org.apache.http.impl Modifier and Type Class Description classDefaultHttpServerConnectionDefault 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.