fipaos.mts.rmi.internal
Class SSLRMIComms

fipaos.mts.MTPBase
  |
  +--fipaos.mts.InternalMTPBase
        |
        +--fipaos.mts.rmi.internal.RMIComms
              |
              +--fipaos.mts.rmi.internal.SSLRMIComms

public class SSLRMIComms
extends RMIComms

This class is totally dependant upon Java 2 & JSSE!!!!!!!! You have been warned


Inner Class Summary
 public static classSSLRMIComms.FIPAOS_SSL_Factory
          Custom RMISocketFactory to produce SSL sockets :)
 public static classSSLRMIComms.FIPAOS_SSL_Server_Factory
          Custom RMIServerSocketFactory to produce SSL sockets :)
 public classSSLRMIComms.SSLMTSListener
          Class that is actually bound to the NS

Inner classes inherited from class fipaos.mts.rmi.internal.RMIComms
RMIComms.MTSListener

Fields inherited from class fipaos.mts.MTPBase
_shutdown, ACC_NAME

Constructor Summary
SSLRMIComms(String name, URL ns)
           

Method Summary
 ListgetProtocols()
          Retreives the protocols known by this comms implementation

Methods inherited from class fipaos.mts.rmi.internal.RMIComms
bindToRegistry, getAddress, handleMessage, main, shutdown, startupRegistry

Methods inherited from class fipaos.mts.InternalMTPBase
incoming, initialise, outgoing

Constructor Detail

SSLRMIComms

public SSLRMIComms(String name, URL ns)
throws fipaos.mts.InitialisationException,
java.rmi.RemoteException
Method Detail

getProtocols

public List getProtocols()
Retreives the protocols known by this comms implementation
Returns: A List of String's

Association Links

to Class java.lang.String

Transport specific protocol type