org.activeio.net
Class JxtaSocketSyncChannelFactory.JxtaSocketFactory
java.lang.Object
javax.net.SocketFactory
org.activeio.net.JxtaSocketSyncChannelFactory.JxtaSocketFactory
- Enclosing class:
- JxtaSocketSyncChannelFactory
- public static final class JxtaSocketSyncChannelFactory.JxtaSocketFactory
- extends SocketFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.