org.activeio.net
Class JxtaSocketSyncChannelFactory.JxtaSocketFactory

java.lang.Object
  extended by javax.net.SocketFactory
      extended by org.activeio.net.JxtaSocketSyncChannelFactory.JxtaSocketFactory
Enclosing class:
JxtaSocketSyncChannelFactory

public static final class JxtaSocketSyncChannelFactory.JxtaSocketFactory
extends SocketFactory


Method Summary
 Socket createSocket(InetAddress remoteHost, int remotePort)
           
 Socket createSocket(InetAddress remoteHost, int remotePort, InetAddress localHost, int localPort)
           
 Socket createSocket(String remoteHost, int remotePort)
           
 Socket createSocket(String remoteHost, int remotePort, InetAddress localHost, int localPort)
           
static SocketFactory getDefault()
           
 
Methods inherited from class javax.net.SocketFactory
createSocket
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDefault

public static SocketFactory getDefault()

createSocket

public Socket createSocket(String remoteHost,
                           int remotePort)
                    throws IOException,
                           UnknownHostException
Specified by:
createSocket in class SocketFactory
Throws:
IOException
UnknownHostException

createSocket

public Socket createSocket(String remoteHost,
                           int remotePort,
                           InetAddress localHost,
                           int localPort)
                    throws IOException,
                           UnknownHostException
Specified by:
createSocket in class SocketFactory
Throws:
IOException
UnknownHostException

createSocket

public Socket createSocket(InetAddress remoteHost,
                           int remotePort)
                    throws IOException
Specified by:
createSocket in class SocketFactory
Throws:
IOException

createSocket

public Socket createSocket(InetAddress remoteHost,
                           int remotePort,
                           InetAddress localHost,
                           int localPort)
                    throws IOException
Specified by:
createSocket in class SocketFactory
Throws:
IOException


Copyright © -2009 The ActiveIO Project. All Rights Reserved.