-
public final class NetworkEvent.WebSocketFrameSentEvent extends NetworkEvent
Fired when WebSocket message is sent.
-
-
Constructor Summary
Constructors Constructor Description WebSocketFrameSentEvent(String requestId, Double timestamp, WebSocketFrame response)
-
Method Summary
Modifier and Type Method Description final Stringcomponent1()final Doublecomponent2()final WebSocketFramecomponent3()final NetworkEvent.WebSocketFrameSentEventcopy(String requestId, Double timestamp, WebSocketFrame response)final StringgetRequestId()Request identifier. final DoublegetTimestamp()Timestamp. final WebSocketFramegetResponse()WebSocket response data. -
-
Constructor Detail
-
WebSocketFrameSentEvent
WebSocketFrameSentEvent(String requestId, Double timestamp, WebSocketFrame response)
-
-
Method Detail
-
component1
final String component1()
-
component2
final Double component2()
-
component3
final WebSocketFrame component3()
-
copy
final NetworkEvent.WebSocketFrameSentEvent 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.
-
-
-
-