public class VertxServerWebSocket extends AbstractServerWebSocket
ServerWebSocket for Vert.x 3.binaryActions, closeActions, errorActions, textActions| Constructor and Description |
|---|
VertxServerWebSocket(io.vertx.core.http.ServerWebSocket socket) |
| 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)
ServerWebSocket is available. |
String |
uri() |
public VertxServerWebSocket(io.vertx.core.http.ServerWebSocket socket)
public String uri()
protected void doClose()
doClose in class AbstractServerWebSocketprotected void doSend(String data)
doSend in class AbstractServerWebSocketprotected void doSend(ByteBuffer byteBuffer)
doSend in class AbstractServerWebSocketpublic <T> T unwrap(Class<T> clazz)
ServerWebSocket is available.Copyright © 2015–2019. All rights reserved.