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

Uses of FrameType in com.sun.grizzly.websockets
 

Methods in com.sun.grizzly.websockets that return FrameType
 FrameType DataFrame.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're declared.
 

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

Constructors in com.sun.grizzly.websockets with parameters of type FrameType
DataFrame(FrameType frameType)
           
 



Copyright © 2011 Oracle Corpration. All Rights Reserved.