Class WebSocketFrameLogEntry

java.lang.Object
java.util.AbstractMap<String,Object>
java.util.HashMap<String,Object>
net.targetr.rc.monitoring.logs.websocket.WebSocketFrameLogEntry
All Implemented Interfaces:
Serializable, Cloneable, Map<String,Object>

public class WebSocketFrameLogEntry extends HashMap<String,Object>
Represents a log entry for a WebSocket frame.
See Also:
  • Constructor Details

    • WebSocketFrameLogEntry

      public WebSocketFrameLogEntry()
      Constructs a new WebSocket frame log entry.
  • Method Details

    • toJson

      public String toJson()
      Serializes this health stat object to a JSON string.
      Returns:
      the JSON representation of this object