- All Implemented Interfaces:
- CommunicationHandler
public class ClientSocketCommunicationHandler
extends AbstractSocketCommunicationHandler
This class implements gateway in Client mode: TCP connection is initialized
by the client and the client sends the MessageType#ConnectRequest
message to the Server Gateway.
NOTE that: At the moment this mode supports only the routing in
Configuration.RoutingMode#FORWARD
, and so far for supporting also the
Configuration.RoutingMode#ROUTER
the client should be aware of all
the peers to join in advance, which is a very limited case
- Version:
- $LastChangedRevision$ ($LastChangedDate: 2014-07-23 11:24:23 +0200
(Wed, 23 Jul 2014) $)
- Author:
- Stefano "Kismet" Lenzi