org.activeio.net
Class JxtaSocketSyncChannelFactory.JxtaServerSocketFactory

java.lang.Object
  extended byjavax.net.ServerSocketFactory
      extended byorg.activeio.net.JxtaSocketSyncChannelFactory.JxtaServerSocketFactory
Enclosing class:
JxtaSocketSyncChannelFactory

public static final class JxtaSocketSyncChannelFactory.JxtaServerSocketFactory
extends ServerSocketFactory


Method Summary
 ServerSocket createServerSocket(int localPort)
           
 ServerSocket createServerSocket(int localPort, int backlog)
           
 ServerSocket createServerSocket(int localPort, int backlog, InetAddress localHost)
           
static ServerSocketFactory getDefault()
           
 
Methods inherited from class javax.net.ServerSocketFactory
createServerSocket
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.