org.jnp.test
Class TestJNPSockets.ClientSocketFactory

java.lang.Object
  extended byorg.jnp.test.TestJNPSockets.ClientSocketFactory
All Implemented Interfaces:
java.rmi.server.RMIClientSocketFactory, java.io.Serializable
Enclosing class:
TestJNPSockets (src)

public static class TestJNPSockets.ClientSocketFactory
extends java.lang.Object
implements java.rmi.server.RMIClientSocketFactory, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
TestJNPSockets.ClientSocketFactory()
           
 
Method Summary
 java.net.Socket createSocket(java.lang.String host, int port)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestJNPSockets.ClientSocketFactory

public TestJNPSockets.ClientSocketFactory()
Method Detail

createSocket

public java.net.Socket createSocket(java.lang.String host,
                                    int port)
                             throws java.io.IOException
Specified by:
createSocket in interface java.rmi.server.RMIClientSocketFactory
Throws:
java.io.IOException