|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of FrameType in org.glassfish.grizzly.websockets |
|---|
| Methods in org.glassfish.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 org.glassfish.grizzly.websockets with parameters of type FrameType | |
|---|---|
void |
DataFrame.setType(FrameType type)
|
| Constructors in org.glassfish.grizzly.websockets with parameters of type FrameType | |
|---|---|
DataFrame(FrameType type)
|
|
DataFrame(FrameType type,
byte[] bytes)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||