org.opendof.core.transport NamespaceOpenDOF Object Access Library
Contains transport interface definitions.
Classes

  ClassDescription
Public classConnectionBase
Base class for transport connections.
Public classConnectionConfig
This is a base class for transport-specific configuration information.
Public classServerBase
Base class for transport servers.
Public classServerConfig
This class represents transport-specific configuration associated with a server.
Interfaces

  InterfaceDescription
Public interfaceConnection
The connection class encapsulates transport level implementation of a connection.
Public interfaceConnectionCallback
This allows the transport to callback into the OAL to affect a connection.
Public interfaceServer
This class represents an transport server.
Public interfaceServerCallback
This allows the transport to callback into the OAL to affect a server.
Public interfaceTransport
This class represents the external API for a transport.
Public interfaceTransportHandler
This interface represents the public API of the transport manager.