Interface | Description |
---|---|
Transport | |
TransportChannel |
A transport channel allows to send a response to a request on the channel.
|
TransportConnectionListener | |
TransportFuture<V> | |
TransportResponseHandler<T extends TransportResponse> | |
TransportServiceAdapter |
Class | Description |
---|---|
BaseTransportResponseHandler<T extends TransportResponse> |
A simple based class that always spawns.
|
BytesTransportRequest |
A specialized, bytes only request, that can potentially be optimized on the network
layer, specifically for teh same large buffer send to several nodes.
|
DelegatingTransportChannel |
Wrapper around transport channel that delegates all requests to the
underlying channel
|
EmptyTransportResponseHandler | |
FutureTransportResponseHandler<T extends TransportResponse> |
A response handler to be used when all interaction will be done through the
TransportFuture . |
PlainTransportFuture<V extends TransportResponse> | |
RequestHandlerRegistry<Request extends TransportRequest> | |
Transport.TransportSettings | |
TransportChannelResponseHandler<T extends TransportResponse> |
Base class for delegating transport response to a transport channel
|
TransportInfo | |
TransportMessage<TM extends TransportMessage<TM>> |
The transport message is also a
context holder that holds transient context, that is,
the context is not serialized with message. |
TransportModule | |
TransportRequest | |
TransportRequest.Empty | |
TransportRequestHandler<T extends TransportRequest> | |
TransportRequestOptions | |
TransportRequestOptions.Builder | |
TransportResponse | |
TransportResponse.Empty | |
TransportResponseOptions | |
TransportResponseOptions.Builder | |
TransportService | |
TransportStats |
Enum | Description |
---|---|
TransportRequestOptions.Type | |
Transports |
Exception | Description |
---|---|
ActionNotFoundTransportException |
An exception indicating that a transport action was not found.
|
ActionTransportException |
An action invocation failure.
|
BindTransportException | |
ConnectTransportException | |
NodeDisconnectedException | |
NodeNotConnectedException |
An exception indicating that a message is sent to a node that is not connected.
|
NodeShouldNotConnectException | |
NotSerializableTransportException | |
ReceiveTimeoutTransportException | |
RemoteTransportException |
A remote exception for an action.
|
ResponseHandlerFailureTransportException |
A failure to handle the response of a transaction action.
|
SendRequestTransportException | |
TransportException | |
TransportSerializationException |
Copyright © 2009–2016. All rights reserved.