Modifier and Type | Class and Description |
---|---|
class |
AbstractFrame |
class |
BinaryFrame
Represents a binary WebSocket frame.
|
class |
CloseFrame
A socket closing frame.
|
class |
PingFrame |
class |
PongFrame |
class |
TextFrame |
Modifier and Type | Method and Description |
---|---|
Frame |
OioWebSocket.readFrame()
Read a single frame from the socket.
|
Modifier and Type | Method and Description |
---|---|
void |
OioWebSocket.writeFrame(Frame frame)
Write a frame to the socket.
|
Modifier and Type | Method and Description |
---|---|
Frame |
Hybi00Socket.readFrame() |
Modifier and Type | Method and Description |
---|---|
void |
Hybi00Socket.writeFrame(Frame frame) |
Modifier and Type | Method and Description |
---|---|
Frame |
Hybi07Socket.readFrame() |
Modifier and Type | Method and Description |
---|---|
void |
Hybi07Socket.writeFrame(Frame frame) |
Modifier and Type | Method and Description |
---|---|
Frame |
Hybi13Socket.readFrame() |
Modifier and Type | Method and Description |
---|---|
void |
Hybi13Socket.writeFrame(Frame frame) |
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.