public static final class WebSocketEventListener.WebSocketEvent<T>
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
WebSocketEventListener.WebSocketEvent.TYPE |
| Constructor and Description |
|---|
WebSocketEventListener.WebSocketEvent(T message,
WebSocketEventListener.WebSocketEvent.TYPE type,
WebSocket webSocket) |
public WebSocketEventListener.WebSocketEvent(T message, WebSocketEventListener.WebSocketEvent.TYPE type, WebSocket webSocket)
public T message()
public WebSocket webSocket()
public WebSocketEventListener.WebSocketEvent.TYPE type()
public java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2018. All Rights Reserved.