org.jboss.as.websockets.frame
Class AbstractFrame
java.lang.Object
org.jboss.as.websockets.frame.AbstractFrame
- All Implemented Interfaces:
- Frame
- Direct Known Subclasses:
- BinaryFrame, CloseFrame, PingFrame, PongFrame, TextFrame
public class AbstractFrame
- extends Object
- implements Frame
- Author:
- Mike Brock
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractFrame
protected AbstractFrame(FrameType type)
getType
public FrameType getType()
- Specified by:
getType
in interface Frame
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.