|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FrameType | |
|---|---|
| org.glassfish.grizzly.websockets | |
| org.glassfish.grizzly.websockets.frametypes | |
| Uses of FrameType in org.glassfish.grizzly.websockets |
|---|
| Classes in org.glassfish.grizzly.websockets that implement FrameType | |
|---|---|
class |
BaseFrameType
|
| Methods in org.glassfish.grizzly.websockets that return FrameType | |
|---|---|
FrameType |
DataFrame.getType()
|
| Constructors in org.glassfish.grizzly.websockets with parameters of type FrameType | |
|---|---|
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)
|
|
| Uses of FrameType in org.glassfish.grizzly.websockets.frametypes |
|---|
| Classes in org.glassfish.grizzly.websockets.frametypes that implement FrameType | |
|---|---|
class |
BinaryFrameType
|
class |
ClosingFrameType
|
class |
ContinuationFrameType
|
class |
PingFrameType
|
class |
PongFrameType
|
class |
TextFrameType
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||