org.glassfish.grizzly.websockets.frametypes
Class ContinuationFrameType
java.lang.Object
org.glassfish.grizzly.websockets.BaseFrameType
org.glassfish.grizzly.websockets.frametypes.ContinuationFrameType
- All Implemented Interfaces:
- FrameType
public class ContinuationFrameType
- extends BaseFrameType
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContinuationFrameType
public ContinuationFrameType(boolean text)
respond
public void respond(WebSocket socket,
DataFrame frame)
setPayload
public void setPayload(DataFrame frame,
byte[] data)
- Specified by:
setPayload in interface FrameType- Overrides:
setPayload in class BaseFrameType
getBytes
public byte[] getBytes(DataFrame dataFrame)
- Specified by:
getBytes in interface FrameType- Overrides:
getBytes in class BaseFrameType
Copyright © 2012 Oracle Corporation. All Rights Reserved.