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