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 WebSocketEndpoint
java.io.IOException
public void onClose(WebSocketSession session)
onClose
in interface WebSocketEndpoint