public class GroupDrawServer extends Object
| Constructor and Description |
|---|
GroupDrawServer() |
| Modifier and Type | Method and Description |
|---|---|
void |
onClose(javax.websocket.Session session) |
void |
onOpen(javax.websocket.Session session) |
void |
shapeCreated(String message,
javax.websocket.Session client) |
public void onOpen(javax.websocket.Session session)
public void onClose(javax.websocket.Session session)
public void shapeCreated(String message, javax.websocket.Session client) throws IOException, javax.websocket.EncodeException
IOExceptionjavax.websocket.EncodeExceptionCopyright © 2012-2013. All Rights Reserved.