Uses of Class
org.atmosphere.websocket.WebSocketEventListener.WebSocketEvent.TYPE
-
Packages that use WebSocketEventListener.WebSocketEvent.TYPE Package Description org.atmosphere.websocket -
-
Uses of WebSocketEventListener.WebSocketEvent.TYPE in org.atmosphere.websocket
Methods in org.atmosphere.websocket that return WebSocketEventListener.WebSocketEvent.TYPE Modifier and Type Method Description WebSocketEventListener.WebSocketEvent.TYPEWebSocketEventListener.WebSocketEvent. type()The type of the last Websocket's event.static WebSocketEventListener.WebSocketEvent.TYPEWebSocketEventListener.WebSocketEvent.TYPE. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static WebSocketEventListener.WebSocketEvent.TYPE[]WebSocketEventListener.WebSocketEvent.TYPE. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.atmosphere.websocket with parameters of type WebSocketEventListener.WebSocketEvent.TYPE Constructor Description WebSocketEvent(T message, WebSocketEventListener.WebSocketEvent.TYPE type, WebSocket webSocket)
-