org.jboss.as.websockets.frame
Class CloseFrame
java.lang.Object
org.jboss.as.websockets.frame.AbstractFrame
org.jboss.as.websockets.frame.CloseFrame
- All Implemented Interfaces:
- Frame
public class CloseFrame
- extends AbstractFrame
A socket closing frame. Writing this frame to the WebSocket will signal to the remote they must disconnect.
- Author:
- Mike Brock
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
get
public static CloseFrame get()
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.