public interface WebSocketEvent
| Modifier and Type | Method and Description |
|---|---|
ByteSource |
getBinary() |
Integer |
getCloseCode() |
String |
getCloseReason() |
Throwable |
getError() |
String |
getMessage() |
WebSocketSession |
getSession() |
WebSocketEventType |
getType() |
WebSocketEventType getType()
String getMessage()
ByteSource getBinary()
Integer getCloseCode()
String getCloseReason()
Throwable getError()
WebSocketSession getSession()