-
public final class NetworkEvent.WebSocketFrameReceivedEvent extends NetworkEvent
Fired when WebSocket message is received.
-
-
Constructor Summary
Constructors Constructor Description WebSocketFrameReceivedEvent(String requestId, Double timestamp, WebSocketFrame response)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Doublecomponent2()final WebSocketFramecomponent3()final NetworkEvent.WebSocketFrameReceivedEventcopy(String requestId, Double timestamp, WebSocketFrame response)final StringgetRequestId()Request identifier. final DoublegetTimestamp()Timestamp. final WebSocketFramegetResponse()WebSocket response data. -
-
Constructor Detail
-
WebSocketFrameReceivedEvent
WebSocketFrameReceivedEvent(String requestId, Double timestamp, WebSocketFrame response)
-
-
Method Detail
-
component1
final String component1()
-
component2
final Double component2()
-
component3
final WebSocketFrame component3()
-
copy
final NetworkEvent.WebSocketFrameReceivedEvent copy(String requestId, Double timestamp, WebSocketFrame response)
-
getRequestId
final String getRequestId()
Request identifier.
-
getTimestamp
final Double getTimestamp()
Timestamp.
-
getResponse
final WebSocketFrame getResponse()
WebSocket response data.
-
-
-
-