Interface | Description |
---|---|
Reservation | |
Sender |
Class | Description |
---|---|
Bindings |
Gathers information about interface bindings.
|
ChannelCreator |
Creates the channels.
|
ConnectionBean |
A bean that holds sharable configuration settings for the peer.
|
ConnectionHandler |
Handles the server connections of a node, i.e.
|
ConnectionReservation |
The connection pool limits the connection used in the application.
|
DefaultReservation | |
DiscoverNetworks |
A class to search for addresses to bind the sockets to.
|
DispatcherReply |
Used to deliver incoming REQUEST messages to their specific handlers.
|
MessageLogger |
Prints the received message to a gzip encoded file.
|
NATUtils |
This class is used to do automatic port forwarding.
|
PeerBean |
A bean that holds non-sharable (unique for each peer) configuration settings
for the peer.
|
PeerConnection |
This is a handle for permanent connections.
|
PerformanceFilter |
Measures the number of outgoing and incoming packets.
|
ReplyTimeoutHandler |
Code inspired by Netty's TimeoutHandlers from Trustin Lee and
adapted/extended to a reply timeout handler.
|
Scheduler | |
SenderNetty |
Handles sending of messages.
|
Enum | Description |
---|---|
Bindings.Protocol |
Types of protocols.
|
PeerException.AbortCause |
USER_ABORT means that this peer aborts the communication.
|
Exception | Description |
---|---|
PeerException |
This exception is used internally and passed over to the method
exceptionCaught.
|
Copyright © 2013. All Rights Reserved.