Contains transport interface definitions.
Classes
Class | Description | |
---|---|---|
![]() | ConnectionBase | Base class for transport connections. |
![]() | ConnectionConfig | This is a base class for transport-specific configuration information. |
![]() | ServerBase | Base class for transport servers. |
![]() | ServerConfig | This class represents transport-specific configuration associated with a server.
|
Interfaces
Interface | Description | |
---|---|---|
![]() | Connection | The connection class encapsulates transport level implementation of a connection.
|
![]() | ConnectionCallback | This allows the transport to callback into the OAL to affect a connection.
|
![]() | Server | This class represents an transport server. |
![]() | ServerCallback | This allows the transport to callback into the OAL to affect a server. |
![]() | Transport | This class represents the external API for a transport. |
![]() | TransportHandler | This interface represents the public API of the transport manager. |