| Interface | Description |
|---|---|
| Transport |
Transport implementations defines how the data will be actually transferred.
|
| Class | Description |
|---|---|
| AsyncTransport |
Asynchronous implementation of the transport for 3rd party implementations
that are natively asynchronous.
|
| BlockingTransport |
Blocking transport is base implementation for blocking 3rd party
implementations.
|
| DefaultTransport |
Static reference to default transport.
|