fipaos.mts.rmi.internal
Class SSLRMIComms.FIPAOS_SSL_Server_Factory

java.lang.Object
  |
  +--fipaos.mts.rmi.internal.SSLRMIComms.FIPAOS_SSL_Server_Factory
All Implemented Interfaces:
java.rmi.server.RMIServerSocketFactory, java.io.Serializable
Enclosing class:
SSLRMIComms

public static class SSLRMIComms.FIPAOS_SSL_Server_Factory
extends java.lang.Object
implements java.rmi.server.RMIServerSocketFactory, java.io.Serializable

Custom RMIServerSocketFactory to produce SSL sockets :)

See Also:
Serialized Form

Constructor Summary
SSLRMIComms.FIPAOS_SSL_Server_Factory()
           
 
Method Summary
 java.net.ServerSocket createServerSocket(int port)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SSLRMIComms.FIPAOS_SSL_Server_Factory

public SSLRMIComms.FIPAOS_SSL_Server_Factory()
Method Detail

createServerSocket

public java.net.ServerSocket createServerSocket(int port)
                                         throws java.io.IOException
Specified by:
createServerSocket in interface java.rmi.server.RMIServerSocketFactory