Uses of Class
com.sun.grizzly.websockets.FrameType

Packages that use FrameType
com.sun.grizzly.websockets   
 

Uses of FrameType in com.sun.grizzly.websockets
 

Methods in com.sun.grizzly.websockets that return FrameType
 FrameType DataFrame.getType()
           
static FrameType FrameType.valueOf(byte opcodes)
           
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.
 

Methods in com.sun.grizzly.websockets with parameters of type FrameType
 void DataFrame.setType(FrameType type)
           
 

Constructors in com.sun.grizzly.websockets with parameters of type FrameType
DataFrame(FrameType type)
           
DataFrame(FrameType type, byte[] bytes)
           
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.