参照先: 説明
| インタフェース | 説明 |
|---|---|
| InTransport |
Represents an inbound transport, that is the transport used to receive information.
|
| OutTransport |
Represents an outbound transport, that is the transport used to send information.
|
| Transport |
Base interface for inbound and outbound transports.
|
| クラス | 説明 |
|---|---|
| BaseTransport |
Base abstract class for a
Transport that provides local storage for all transport properties. |
| InputStreamInTransportAdapter |
Adapter that allows a raw
InputStream to be used as an InTransport. |
| OutputStreamOutTransportAdapter |
Adapter that allows a raw
OutputStream to be used as an OutTransport. |
| 例外 | 説明 |
|---|---|
| TransportException |
Base exception for transport-related errors.
|
Copyright © 2012. All Rights Reserved.