public class CacheServerEndpoint extends Object implements ServerSideConnectionAcceptor<CacheServerSideConnection>
| Constructor and Description |
|---|
CacheServerEndpoint(CacheServer broker) |
| Modifier and Type | Method and Description |
|---|---|
CacheServerSideConnection |
createConnection(Channel channel) |
Map<String,CacheServerSideConnection> |
getClientConnections() |
Map<Long,CacheServerSideConnection> |
getConnections() |
public CacheServerEndpoint(CacheServer broker)
public CacheServerSideConnection createConnection(Channel channel)
createConnection in interface ServerSideConnectionAcceptor<CacheServerSideConnection>public Map<String,CacheServerSideConnection> getClientConnections()
public Map<Long,CacheServerSideConnection> getConnections()
Copyright © 2016. All rights reserved.