Networking-related classes.
-
Abstraction layer representing a "network" over which a local "node" can communicate with remote nodes.
Callback interface used by
Network
implementations.
Support superclass for clients that want to maintain a persistent connection to some server.
Support for managing activity based on
SelectableChannel
asynchronous I/O notifications.
Implemented by objects that handle individual connections accepted by a
SocketAcceptor
.
Network
implementation based on TCP connections.