Package | Description |
---|---|
org.glassfish.grizzly.websockets | |
org.glassfish.grizzly.websockets.frametypes |
Modifier and Type | Class and Description |
---|---|
class |
BaseFrameType |
Modifier and Type | Method and Description |
---|---|
FrameType |
DataFrame.getType() |
Constructor and Description |
---|
DataFrame(FrameType type) |
DataFrame(FrameType type,
byte[] data) |
DataFrame(FrameType type,
byte[] data,
boolean fin) |
DataFrame(FrameType type,
String data) |
DataFrame(FrameType type,
String data,
boolean fin) |
Modifier and Type | Class and Description |
---|---|
class |
BinaryFrameType |
class |
ClosingFrameType |
class |
ContinuationFrameType |
class |
PingFrameType |
class |
PongFrameType |
class |
TextFrameType |
Copyright © 2014 Oracle Corporation. All rights reserved.