Errai 3.0.1-SNAPSHOT

org.jboss.as.websockets.frame
Class AbstractFrame

java.lang.Object
  extended by 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

Constructor Summary
protected AbstractFrame(FrameType type)
           
 
Method Summary
 FrameType getType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractFrame

protected AbstractFrame(FrameType type)
Method Detail

getType

public FrameType getType()
Specified by:
getType in interface Frame

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.