Package | Description |
---|---|
org.glassfish.tyrus.core.frame |
WebSocket frame representations.
|
Modifier and Type | Class and Description |
---|---|
class |
BinaryFrame
Binary frame representation.
|
class |
CloseFrame
Close frame representation.
|
class |
PingFrame
Ping frame representation.
|
class |
PongFrame
Pong frame representation.
|
class |
TextFrame
Text frame representation.
|
Modifier and Type | Method and Description |
---|---|
static TyrusFrame |
TyrusFrame.wrap(Frame frame,
byte inFragmentedType,
java.nio.ByteBuffer remainder)
TyrusFrame factory method. |
Copyright © 2012–2020 Oracle Corporation. All rights reserved.