org.activeio.net
Class JxtaSocketSyncChannelFactory.JxtaSocketFactory

java.lang.Object
  extended byjavax.net.SocketFactory
      extended byorg.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
Throws:
IOException
UnknownHostException

createSocket

public Socket createSocket(String remoteHost,
                           int remotePort,
                           InetAddress localHost,
                           int localPort)
                    throws IOException,
                           UnknownHostException
Throws:
IOException
UnknownHostException

createSocket

public Socket createSocket(InetAddress remoteHost,
                           int remotePort)
                    throws IOException
Throws:
IOException

createSocket

public Socket createSocket(InetAddress remoteHost,
                           int remotePort,
                           InetAddress localHost,
                           int localPort)
                    throws IOException
Throws:
IOException


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