Package org.opentcs.access.rmi.factories
Interfaces and classes for configuration of the RMI runtime used by openTCS kernel and clients.
-
Interface Summary Interface Description SocketFactoryProvider A provider for instances ofRMIClientSocketFactoryandRMIServerSocketFactory. -
Class Summary Class Description NullSocketFactoryProvider Providesnullfor both client and server socket factories.SecureSocketFactoryProvider Provides instances ofRMIClientSocketFactoryandRMIServerSocketFactorythat are implemented over the SSL or TLS protocols.