| Package | Description |
|---|---|
| org.glassfish.tyrus.websockets | |
| org.glassfish.tyrus.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 © 2012-2013. All Rights Reserved.