Class Summary |
ClientTwoWaySocketFactory |
Socket factory for clients who want servers to be able to call them
back even if the client's address/port are not reachable from the
server. |
EndpointInfo |
Stores information about socket endpoint (address/port pair). |
ServerTwoWaySocketFactory |
Server side socket factory which allows the server to make callbacks to a
client whose address is unreachable from the server (as long as the server is
reachable from the client). |
SignallingChannel |
Provides a signalling channel used to set up callback sockets between the
client and server. |
SocketAdapter |
Adapts two sockets by sending the data from the output
stream of one to the input stream of the other and
vice versa. |
SocketPool |
Provides a simple producer/consumer pool of sockets. |
TwoWay |
Constants and utilities for the two-way signalling protocol. |