org.cruxframework.crux.core.client.websocket
Class SocketCloseEvent
java.lang.Object
org.cruxframework.crux.core.client.event.BaseEvent<T>
org.cruxframework.crux.core.client.event.CruxEvent<WebSocket>
org.cruxframework.crux.core.client.websocket.SocketCloseEvent
public class SocketCloseEvent
- extends CruxEvent<WebSocket>
| Fields inherited from class org.cruxframework.crux.core.client.event.CruxEvent |
senderId |
| Fields inherited from class org.cruxframework.crux.core.client.event.BaseEvent |
source |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SocketCloseEvent
protected SocketCloseEvent(WebSocket socket,
boolean wasClean,
short code,
String reason)
isWasClean
public boolean isWasClean()
getReason
public String getReason()
getCode
public short getCode()
Copyright © 2014. All rights reserved.