com.ning.http.client.providers.netty.netty4
Class PongWebSocketFrame
java.lang.Object
com.ning.http.client.providers.netty.netty4.WebSocketFrame
com.ning.http.client.providers.netty.netty4.PongWebSocketFrame
public class PongWebSocketFrame
- extends WebSocketFrame
Web Socket frame containing binary data
- Author:
- Vibul Imtarnasan
|
Constructor Summary |
PongWebSocketFrame()
Creates a new empty pong frame. |
PongWebSocketFrame(boolean finalFragment,
int rsv,
org.jboss.netty.buffer.ChannelBuffer binaryData)
Creates a new pong frame with the specified binary data |
PongWebSocketFrame(org.jboss.netty.buffer.ChannelBuffer binaryData)
Creates a new pong frame with the specified binary data. |
PongWebSocketFrame
public PongWebSocketFrame()
- Creates a new empty pong frame.
PongWebSocketFrame
public PongWebSocketFrame(org.jboss.netty.buffer.ChannelBuffer binaryData)
- Creates a new pong frame with the specified binary data.
- Parameters:
binaryData - the content of the frame.
PongWebSocketFrame
public PongWebSocketFrame(boolean finalFragment,
int rsv,
org.jboss.netty.buffer.ChannelBuffer binaryData)
- Creates a new pong frame with the specified binary data
- Parameters:
finalFragment - flag indicating if this frame is the final fragmentrsv - reserved bits used for protocol extensionsbinaryData - the content of the frame.
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2012. All Rights Reserved.