public class JwaServerWebSocket extends AbstractServerWebSocket
ServerWebSocket for Java WebSocket API 1.binaryActions, closeActions, errorActions, textActions| Constructor and Description |
|---|
JwaServerWebSocket(Session session) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doClose() |
protected void |
doSend(ByteBuffer byteBuffer) |
protected void |
doSend(String data) |
Set<String> |
headerNames() |
List<String> |
headers(String name) |
<T> T |
unwrap(Class<T> clazz)
Session is available. |
String |
uri() |
public JwaServerWebSocket(Session session)
public String uri()
protected void doClose()
doClose in class AbstractServerWebSocketprotected void doSend(ByteBuffer byteBuffer)
doSend in class AbstractServerWebSocketprotected void doSend(String data)
doSend in class AbstractServerWebSocketCopyright © 2015–2019. All rights reserved.