public class AtmosphereServerWebSocket extends AbstractServerWebSocket
ServerWebSocket for Atmosphere 2.binaryActions, closeActions, errorActions, textActions| Constructor and Description |
|---|
AtmosphereServerWebSocket(AtmosphereResource resource) |
| 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)
AtmosphereResource is available. |
String |
uri() |
public AtmosphereServerWebSocket(AtmosphereResource resource)
public String uri()
protected void doSend(String data)
doSend in class AbstractServerWebSocketprotected void doSend(ByteBuffer byteBuffer)
doSend in class AbstractServerWebSocketprotected void doClose()
doClose in class AbstractServerWebSocketpublic <T> T unwrap(Class<T> clazz)
AtmosphereResource is available.Copyright © 2015–2018. All rights reserved.