Home
last modified time | relevance | path

Searched refs:HttpServerConnection (Results 1 – 3 of 3) sorted by relevance

/external/apache-http/src/org/apache/http/impl/
DAbstractHttpServerConnection.java43 import org.apache.http.HttpServerConnection;
66 public abstract class AbstractHttpServerConnection implements HttpServerConnection {
/external/apache-http/src/org/apache/http/
DHttpServerConnection.java46 public interface HttpServerConnection extends HttpConnection { interface
/external/apache-http/src/org/apache/http/protocol/
DHttpService.java43 import org.apache.http.HttpServerConnection;
126 final HttpServerConnection conn, in handleRequest()