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 ofRMIClientSocketFactory
andRMIServerSocketFactory
. -
Class Summary Class Description NullSocketFactoryProvider Providesnull
for both client and server socket factories.SecureSocketFactoryProvider Provides instances ofRMIClientSocketFactory
andRMIServerSocketFactory
that are implemented over the SSL or TLS protocols.