Uses of Class
org.java_websocket.framing.Framedata.Opcode

Packages that use Framedata.Opcode
org.java_websocket.framing   
 

Uses of Framedata.Opcode in org.java_websocket.framing
 

Fields in org.java_websocket.framing declared as Framedata.Opcode
protected  Framedata.Opcode FramedataImpl1.optcode
           
 

Methods in org.java_websocket.framing that return Framedata.Opcode
 Framedata.Opcode FramedataImpl1.getOpcode()
           
 Framedata.Opcode Framedata.getOpcode()
           
static Framedata.Opcode Framedata.Opcode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Framedata.Opcode[] Framedata.Opcode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.java_websocket.framing with parameters of type Framedata.Opcode
 void FramedataImpl1.setOptcode(Framedata.Opcode optcode)
           
 void FrameBuilder.setOptcode(Framedata.Opcode optcode)
           
 

Constructors in org.java_websocket.framing with parameters of type Framedata.Opcode
FramedataImpl1(Framedata.Opcode op)
           
 



Copyright © 2013 Pusher. All Rights Reserved.