Show: Delphi
C++
Display Preferences
Data.DBXTransport
From XE2 API Documentation
Defines classes that implement the dbExpress transport protocol using dbExpress local channels, socket channels, transport filters, transport cypher filters, and additional supporting functionality such as dbExpress client information, and more.
Classes
| TDbxChannel | Base class for classes that implement communication channels. |
| TDBXChannelInfo | Provides transport-specific information from transport implementation. |
| TDBXClientInfo | Holds information about a connected client. |
| TDBXCommunicationLayerFactory | Represents a factory of various implementations of the communication layer. |
| TDBXLocalChannel | Represents the channel for interfacing in-process communication. |
| TDBXSocketChannelInfo | Transport channel information for socket-based transport. |
| TFilterProperties | Represents a collection of strings specifying the properties of a TTransportFilterItem instance. |
| TTransportCypherFilter | Implements a dbExpress transport encryption filter. |
| TTransportFilter | Parent class for transport filters. |
| TTransportFilterCollection | Represents a collection of transport filters. |
| TTransportFilterFactory | Represents a filter factory for transport filters. |
| TTransportFilterItem | Represents a transport filter. |
| TTransportFilterTools | Represents the utility class for data processing. |
Types
| TDBXClientInfo | Holds information about a connected client. |