public class GrizzlyServerWebSocket extends AbstractServerWebSocket
ServerWebSocket for Grizzly 2.binaryActions, closeActions, errorActions, textActions| Constructor and Description |
|---|
GrizzlyServerWebSocket(org.glassfish.grizzly.websockets.DefaultWebSocket webSocket) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doClose() |
protected void |
doSend(ByteBuffer data) |
protected void |
doSend(String data) |
<T> T |
unwrap(Class<T> clazz) |
String |
uri() |
public GrizzlyServerWebSocket(org.glassfish.grizzly.websockets.DefaultWebSocket webSocket)
public String uri()
protected void doSend(String data)
doSend in class AbstractServerWebSocketprotected void doSend(ByteBuffer data)
doSend in class AbstractServerWebSocketprotected void doClose()
doClose in class AbstractServerWebSocketpublic <T> T unwrap(Class<T> clazz)
Copyright © 2015–2018. All rights reserved.