-
public final class NetworkEvent.WebSocketClosedEvent extends NetworkEvent
Fired when WebSocket is closed.
-
-
Constructor Summary
Constructors Constructor Description WebSocketClosedEvent(String requestId, Double timestamp)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Doublecomponent2()final NetworkEvent.WebSocketClosedEventcopy(String requestId, Double timestamp)final StringgetRequestId()Request identifier. final DoublegetTimestamp()Timestamp. -
-
Method Detail
-
component1
final String component1()
-
component2
final Double component2()
-
copy
final NetworkEvent.WebSocketClosedEvent copy(String requestId, Double timestamp)
-
getRequestId
final String getRequestId()
Request identifier.
-
getTimestamp
final Double getTimestamp()
Timestamp.
-
-
-
-