| Interface | Description |
|---|---|
| ConnectionConfiguration | |
| DiscoverNetworkListener | |
| PingBuilderFactory | |
| PingFactory | |
| PipelineFilter |
The user may modify the filter by adding, removing, or changing the handlers.
|
| ProgresHandler | |
| RelaySender | |
| Responder | |
| SendBehavior |
Decice how a direct message is sent.
|
| SignatureFactory |
This interface is used in the encoder and decoders.
|
| Class | Description |
|---|---|
| Bindings |
Gathers information about interface bindings.
|
| ChannelClientConfiguration |
The class that stores the limits for the resource reservation.
|
| ChannelCreator |
Creates the channels.
|
| ChannelServer |
The "server" part that accepts connections.
|
| ChannelServerConfiguration |
The the configuration for the server.
|
| ConnectionBean |
A bean that holds sharable configuration settings for the peer.
|
| DefaultConnectionConfiguration |
The ConnectionConfiguration with default settings.
|
| DefaultSendBehavior |
Default sending behavior for UDP and TCP messages.
|
| DiscoverNetworks |
A class to search for addresses to bind the sockets to.
|
| DiscoverResults | |
| Dispatcher |
Used to deliver incoming REQUEST messages to their specific handlers.
|
| DropConnectionInboundHandler |
This is a soft limit, as there is no way to drop a connection before creating
a socket from Java.
|
| DSASignatureFactory |
The default signature is done with SHA1withDSA.
|
| HeartBeat |
Striped down version of the IdleStateHandler.
|
| IdleStateHandlerTomP2P |
Striped down version of the IdleStateHandler.
|
| PeerBean |
A bean that holds non-sharable (unique for each peer) configuration settings for the peer.
|
| PeerConnection | |
| PeerCreator |
Creates a peer and listens to incoming connections.
|
| Ports |
Store port information.
|
| RequestHandler<K extends FutureResponse> |
Is able to send UDP messages (as a request) and processes incoming replies.
|
| Reservation |
Reserves a block of connections.
|
| RSASignatureFactory |
The signature is done with SHA1withRSA.
|
| Sender |
The class that sends out messages.
|
| TimeoutFactory |
A factory that creates timeout handlers.
|
| Enum | Description |
|---|---|
| PeerException.AbortCause |
USER_ABORT means that this peer aborts the communication.
|
| SendBehavior.SendMethod | |
| StandardProtocolFamily |
| Exception | Description |
|---|---|
| PeerException |
This exception is used internally and passed over to the method
exceptionCaught.
|
Copyright © 2014. All rights reserved.