クラスの使用
org.fanout.gripcontrol.WebSocketEvent
-
org.fanout.gripcontrolでのWebSocketEventの使用
WebSocketEvent型の引数を持つ型を返すorg.fanout.gripcontrolのメソッド 修飾子とタイプ メソッド 説明 static List<WebSocketEvent>GripControl. decodeWebSocketEvents(byte[] bytes)Decode the request body into an array of WebSocketEvent instances.static List<WebSocketEvent>GripControl. decodeWebSocketEvents(String body)Decode the request body into an array of WebSocketEvent instances.WebSocketEvent型の型引数を持つorg.fanout.gripcontrolのメソッド・パラメータ 修飾子とタイプ メソッド 説明 static StringGripControl. encodeWebSocketEvents(List<WebSocketEvent> webSocketEvents)Encode the specified array of WebSocketEvent instances.static byte[]GripControl. encodeWebSocketEventsBinary(List<WebSocketEvent> webSocketEvents)Encode the specified array of WebSocketEvent instances as a byte array.