public class ClientHandlerService extends Object implements ConnectionListener
| Modifier and Type | Class and Description |
|---|---|
class |
ClientHandlerService.ClientItemListener |
static interface |
ClientHandlerService.ClientListener |
class |
ClientHandlerService.ClientMessageListener |
class |
ClientHandlerService.ClientOperationHandler |
static class |
ClientHandlerService.CountDownLatchLeave |
static class |
ClientHandlerService.PartitionImpl |
| Constructor and Description |
|---|
ClientHandlerService(Node node) |
| Modifier and Type | Method and Description |
|---|---|
void |
connectionAdded(Connection connection) |
void |
connectionRemoved(Connection connection) |
ClientEndpoint |
getClientEndpoint(Connection conn) |
void |
handle(Packet packet) |
int |
numberOfConnectedClients() |
void |
restart() |
void |
shutdown() |
public ClientHandlerService(Node node)
public void handle(Packet packet)
public void shutdown()
public void restart()
public int numberOfConnectedClients()
public ClientEndpoint getClientEndpoint(Connection conn)
public void connectionAdded(Connection connection)
connectionAdded in interface ConnectionListenerpublic void connectionRemoved(Connection connection)
connectionRemoved in interface ConnectionListenerCopyright © 2013 Hazelcast, Inc.. All rights reserved.