Package org.apache.http
Interface HttpConnectionFactory<T extends HttpConnection>
-
- All Known Implementing Classes:
DefaultBHttpClientConnectionFactory
,DefaultBHttpServerConnectionFactory
public interface HttpConnectionFactory<T extends HttpConnection>
Factory forHttpConnection
instances.- Since:
- 4.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description T
createConnection(java.net.Socket socket)
-
-
-
Method Detail
-
createConnection
T createConnection(java.net.Socket socket) throws java.io.IOException
- Throws:
java.io.IOException
-
-