org.activeio.net
Class JxtaSocketSyncChannelFactory.JxtaServerSocketFactory
java.lang.Object
javax.net.ServerSocketFactory
org.activeio.net.JxtaSocketSyncChannelFactory.JxtaServerSocketFactory
- Enclosing class:
- JxtaSocketSyncChannelFactory
- public static final class JxtaSocketSyncChannelFactory.JxtaServerSocketFactory
- extends ServerSocketFactory
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
getDefault
public static ServerSocketFactory getDefault()
createServerSocket
public ServerSocket createServerSocket(int localPort)
throws IOException
- Throws:
IOException
createServerSocket
public ServerSocket createServerSocket(int localPort,
int backlog)
throws IOException
- Throws:
IOException
createServerSocket
public ServerSocket createServerSocket(int localPort,
int backlog,
InetAddress localHost)
throws IOException
- Throws:
IOException
Copyright © -2007 The ActiveIO Project. All Rights Reserved.