パッケージ org.fanout.gripcontrol
クラス WebSocketEvent
java.lang.Object
org.fanout.gripcontrol.WebSocketEvent
public class WebSocketEvent extends Object
Event information used with the GRIP WebSocket-over-HTTP protocol.
Includes information about the type of event as well as an optional content field.
-
フィールドの概要
フィールド 修飾子とタイプ フィールド 説明 Stringcontentbyte[]contentBytesStringtype -
コンストラクタの概要
コンストラクタ コンストラクタ 説明 WebSocketEvent(String type)Initialize with a specified event type.WebSocketEvent(String type, byte[] contentBytes)WebSocketEvent(String type, String content)Initialize with a specified event type and content information. -
メソッドの概要
-
フィールド詳細
-
type
-
-
contentBytes
public final byte[] contentBytes
-
-
コンストラクタの詳細
-
WebSocketEvent
Initialize with a specified event type. -
WebSocketEvent
Initialize with a specified event type and content information. -
WebSocketEvent
-