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