Package cz.o2.proxima.direct.io.http
Class TestableConnFactory
- java.lang.Object
-
- cz.o2.proxima.direct.io.http.TestableConnFactory
-
- All Implemented Interfaces:
ConnFactory
,java.io.Serializable
- Direct Known Subclasses:
OpenTsdbConnectionFactory
public abstract class TestableConnFactory extends java.lang.Object implements ConnFactory
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TestableConnFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.net.HttpURLConnection
newConnection(java.net.URL url)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface cz.o2.proxima.direct.io.http.ConnFactory
openConnection
-
-