org.springframework.integration.x.ip.websocket
Class WebSocketFrame
java.lang.Object
org.springframework.integration.x.ip.serializer.DataFrame
org.springframework.integration.x.ip.websocket.WebSocketFrame
public class WebSocketFrame
- extends DataFrame
- Since:
- 3.0
- Author:
- Gary Russell
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TYPE_FRAGMENTED_CONTROL
public static final int TYPE_FRAGMENTED_CONTROL
- See Also:
- Constant Field Values
TYPE_INVALID_UTF8
public static final int TYPE_INVALID_UTF8
- See Also:
- Constant Field Values
TYPE_PING
public static final int TYPE_PING
- See Also:
- Constant Field Values
TYPE_PONG
public static final int TYPE_PONG
- See Also:
- Constant Field Values
TYPE_OPEN
public static final int TYPE_OPEN
- See Also:
- Constant Field Values
TYPE_CLOSE
public static final int TYPE_CLOSE
- See Also:
- Constant Field Values
WebSocketFrame
public WebSocketFrame(int type,
java.lang.String payload)
WebSocketFrame
public WebSocketFrame(int type,
byte[] binary)
WebSocketFrame
public WebSocketFrame(int type,
java.lang.String payload,
byte[] binary)
getStatus
public short getStatus()
setStatus
public void setStatus(short status)
setRsv
public void setRsv(int rsv)
getRsv
public int getRsv()
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object