public class CacheServerEndpoint extends java.lang.Object implements WebSocketEndpoint
| Modifier and Type | Method and Description |
|---|---|
void |
onClose(WebSocketSession session) |
void |
onOpen(WebSocketSession session) |
public void onOpen(WebSocketSession session) throws java.io.IOException
onOpen in interface WebSocketEndpointjava.io.IOExceptionpublic void onClose(WebSocketSession session)
onClose in interface WebSocketEndpoint