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
- 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.