Package | Description |
---|---|
org.java_websocket.framing |
Modifier and Type | Field and Description |
---|---|
protected Framedata.Opcode |
FramedataImpl1.optcode |
Modifier and Type | Method and Description |
---|---|
Framedata.Opcode |
Framedata.getOpcode() |
Framedata.Opcode |
FramedataImpl1.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.
|
Modifier and Type | Method and Description |
---|---|
void |
FrameBuilder.setOptcode(Framedata.Opcode optcode) |
void |
FramedataImpl1.setOptcode(Framedata.Opcode optcode) |
Constructor and Description |
---|
FramedataImpl1(Framedata.Opcode op) |
Copyright © 2013. All Rights Reserved.