|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| 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)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||