com.enterprisedt.util.proxy
Class StreamSocketFactory

java.lang.Object
  extended by com.enterprisedt.util.proxy.StreamSocketFactory

public class StreamSocketFactory
extends java.lang.Object

Creates the appropriate stream socket

Version:
$Revision: 1.2 $
Author:
Bruce Blackshaw

Constructor Summary
StreamSocketFactory()
           
 
Method Summary
static StreamSocket getConnectedSocket(java.lang.String host, int port, int socketTimeout, ProxySettings settings)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StreamSocketFactory

public StreamSocketFactory()
Method Detail

getConnectedSocket

public static StreamSocket getConnectedSocket(java.lang.String host,
                                              int port,
                                              int socketTimeout,
                                              ProxySettings settings)
                                       throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2001-2011 Enterprise Distributed Technologies Ltd. All Rights Reserved.