Class WebSocketFrameSent


  • public class WebSocketFrameSent
    extends Object
    Fired when WebSocket frame is sent
    • Constructor Detail

      • WebSocketFrameSent

        public WebSocketFrameSent()
    • Method Detail

      • getRequestId

        public String getRequestId()
        Request identifier.
      • setRequestId

        public void setRequestId​(String requestId)
        Request identifier.
      • getTimestamp

        public Double getTimestamp()
        Timestamp.
      • setTimestamp

        public void setTimestamp​(Double timestamp)
        Timestamp.
      • getResponse

        public WebSocketFrame getResponse()
        WebSocket response data.
      • setResponse

        public void setResponse​(WebSocketFrame response)
        WebSocket response data.