|
Class Summary |
| Bindings |
Gathers information about interface bindings. |
| ChannelCreator |
Creates the channels. |
| ConnectionBean |
A bean that holds sharable configuration settings for the peer. |
| ConnectionConfigurationBean |
This bean sets the sharable configuration for the connection (TCP and UDP)
settings. |
| ConnectionHandler |
Handles the server connections of a node, i.e. |
| ConnectionReservation |
The connection pool limits the connection used in the application. |
| DiscoverNetwork5 |
Discovers and searches for interfaces and addresses for users with Java 1.5. |
| DiscoverNetwork6 |
Discovers and searches for interfaces and addresses for users with Java 1.6. |
| 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. |
| Sender |
Handles sending of messages. |