|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ning.http.client.providers.netty.netty4.WebSocketFrame
public abstract class WebSocketFrame
Base class for web socket frames
Constructor Summary | |
---|---|
WebSocketFrame()
|
Method Summary | |
---|---|
org.jboss.netty.buffer.ChannelBuffer |
getBinaryData()
Returns binary data |
int |
getRsv()
Bits used for extensions to the standard. |
boolean |
isFinalFragment()
Flag to indicate if this frame is the final fragment in a message. |
void |
setBinaryData(org.jboss.netty.buffer.ChannelBuffer binaryData)
Sets the binary data for this frame |
void |
setFinalFragment(boolean finalFragment)
|
void |
setRsv(int rsv)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WebSocketFrame()
Method Detail |
---|
public org.jboss.netty.buffer.ChannelBuffer getBinaryData()
public void setBinaryData(org.jboss.netty.buffer.ChannelBuffer binaryData)
public boolean isFinalFragment()
public void setFinalFragment(boolean finalFragment)
public int getRsv()
public void setRsv(int rsv)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |