Class AbstractNativeSocketFactory
- java.lang.Object
-
- io.fabric8.maven.docker.access.hc.util.AbstractNativeSocketFactory
-
- All Implemented Interfaces:
org.apache.http.conn.socket.ConnectionSocketFactory
public abstract class AbstractNativeSocketFactory extends Object implements org.apache.http.conn.socket.ConnectionSocketFactory
- Since:
- 08/08/16
- Author:
- roland
-
-
Constructor Summary
Constructors Constructor Description AbstractNativeSocketFactory(String path)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description SocketconnectSocket(int connectTimeout, Socket sock, org.apache.http.HttpHost host, InetSocketAddress remoteAddress, InetSocketAddress localAddress, org.apache.http.protocol.HttpContext context)abstract SocketcreateSocket(org.apache.http.protocol.HttpContext context)protected abstract SocketAddresscreateSocketAddress(String path)
-
-
-
Constructor Detail
-
AbstractNativeSocketFactory
public AbstractNativeSocketFactory(String path)
-
-
Method Detail
-
connectSocket
public Socket connectSocket(int connectTimeout, Socket sock, org.apache.http.HttpHost host, InetSocketAddress remoteAddress, InetSocketAddress localAddress, org.apache.http.protocol.HttpContext context) throws IOException
- Specified by:
connectSocketin interfaceorg.apache.http.conn.socket.ConnectionSocketFactory- Throws:
IOException
-
createSocketAddress
protected abstract SocketAddress createSocketAddress(String path)
-
createSocket
public abstract Socket createSocket(org.apache.http.protocol.HttpContext context) throws IOException
- Specified by:
createSocketin interfaceorg.apache.http.conn.socket.ConnectionSocketFactory- Throws:
IOException
-
-