| Interface | Description |
|---|---|
| Transport |
Transport is a SPI describing a communication layer handling a low-level network protocol
It is used by a Channel to actually transmit the messages to or from the remote server
Usually transports are implicitly defined for the current
Platform and created
internally by a ChannelFactory but it's possible to define custom
transport and register them |
| TransportActivityListener | |
| TransportFuture | |
| TransportMessage | |
| TransportProgressHandler<M> | |
| TransportResponseHandler<M> | |
| TransportStatusHandler | |
| TransportStopListener |
| Class | Description |
|---|---|
| AbstractTransport<C> | |
| DefaultTransportMessage<M> | |
| TransportStatusHandler.LogEngineStatusHandler | |
| TransportStatusHandler.NoopEngineStatusHandler |
| Exception | Description |
|---|---|
| TransportException |
Transport exception occuring during communication
|
| TransportHttpStatusException | |
| TransportIOException | |
| TransportStateException |