Package com.enterprisedt.util.proxy
Class StreamSocketFactory
java.lang.Object
com.enterprisedt.util.proxy.StreamSocketFactory
Creates the appropriate stream socket
- Version:
- $Revision$
- Author:
- Bruce Blackshaw
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StreamSocketgetConnectedSocket(String host, int port, int socketTimeout, ProxySettings settings)
-
Constructor Details
-
StreamSocketFactory
public StreamSocketFactory()
-
-
Method Details
-
getConnectedSocket
public static StreamSocket getConnectedSocket(String host, int port, int socketTimeout, ProxySettings settings) throws IOException - Throws:
IOException
-