org.eclipse.ecf.provider.filetransfer.events.socket
Class SocketEventCreateUtil

java.lang.Object
  extended by org.eclipse.ecf.provider.filetransfer.events.socket.SocketEventCreateUtil

public class SocketEventCreateUtil
extends java.lang.Object


Constructor Summary
SocketEventCreateUtil()
           
 
Method Summary
static java.net.Socket createSocket(ISocketListener spyListener, ISocketEventSource socketEventSource, INonconnectedSocketFactory unconnectedFactory, java.net.InetSocketAddress remoteInetAddress, java.net.InetSocketAddress localInetAddress, int timeout)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SocketEventCreateUtil

public SocketEventCreateUtil()
Method Detail

createSocket

public static java.net.Socket createSocket(ISocketListener spyListener,
                                           ISocketEventSource socketEventSource,
                                           INonconnectedSocketFactory unconnectedFactory,
                                           java.net.InetSocketAddress remoteInetAddress,
                                           java.net.InetSocketAddress localInetAddress,
                                           int timeout)
                                    throws java.io.IOException
Throws:
java.io.IOException