|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SocketIOFrame | |
|---|---|
| com.glines.socketio.client.jre | |
| com.glines.socketio.server | |
| com.glines.socketio.server.transport | |
| Uses of SocketIOFrame in com.glines.socketio.client.jre |
|---|
| Fields in com.glines.socketio.client.jre with type parameters of type SocketIOFrame | |
|---|---|
protected BlockingQueue<SocketIOFrame> |
SocketIOConnectionXHRBase.queue
|
| Methods in com.glines.socketio.client.jre with parameters of type SocketIOFrame | |
|---|---|
protected void |
SocketIOConnectionXHRBase.onFrame(SocketIOFrame frame)
|
protected void |
SocketIOConnectionXHRBase.sendFrame(SocketIOFrame frame)
|
| Uses of SocketIOFrame in com.glines.socketio.server |
|---|
| Methods in com.glines.socketio.server that return types with arguments of type SocketIOFrame | |
|---|---|
static List<SocketIOFrame> |
SocketIOFrame.parse(String data)
|
| Methods in com.glines.socketio.server with parameters of type SocketIOFrame | |
|---|---|
void |
SocketIOSession.onMessage(SocketIOFrame message)
|
void |
SocketIOSession.SessionTransportHandler.sendMessage(SocketIOFrame message)
|
| Uses of SocketIOFrame in com.glines.socketio.server.transport |
|---|
| Methods in com.glines.socketio.server.transport with parameters of type SocketIOFrame | |
|---|---|
void |
XHRTransport.XHRSessionHelper.sendMessage(SocketIOFrame frame)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||