Errai 3.0.1-SNAPSHOT

Uses of Class
org.jboss.as.websockets.FrameType

Packages that use FrameType
org.jboss.as.websockets   
org.jboss.as.websockets.frame   
 

Uses of FrameType in org.jboss.as.websockets
 

Methods in org.jboss.as.websockets that return FrameType
 FrameType Frame.getType()
           
static FrameType FrameType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static FrameType[] FrameType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of FrameType in org.jboss.as.websockets.frame
 

Methods in org.jboss.as.websockets.frame that return FrameType
 FrameType AbstractFrame.getType()
           
 

Constructors in org.jboss.as.websockets.frame with parameters of type FrameType
AbstractFrame(FrameType type)
           
 


Errai 3.0.1-SNAPSHOT

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