See: Description
Interface | Description |
---|---|
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.
|
Class | Description |
---|---|
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 . |
Exception | Description |
---|---|
TransportException |
Base exception for transport-related errors.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.