|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SocketIOException | |
|---|---|
| org.atmosphere.socketio | |
| org.atmosphere.socketio.transport | |
| Uses of SocketIOException in org.atmosphere.socketio |
|---|
| Subclasses of SocketIOException in org.atmosphere.socketio | |
|---|---|
class |
SocketIOClosedException
|
| Methods in org.atmosphere.socketio that throw SocketIOException | |
|---|---|
void |
SocketIOOutbound.sendMessage(List<SocketIOPacketImpl> messages)
Send messages to the client. |
void |
SocketIOOutbound.sendMessage(SocketIOPacket packet)
Send a message to the client formatted is SocketIO format. |
void |
SocketIOOutbound.sendMessage(String message)
Send a message to the client. |
| Uses of SocketIOException in org.atmosphere.socketio.transport |
|---|
| Methods in org.atmosphere.socketio.transport that throw SocketIOException | |
|---|---|
static List<SocketIOPacketImpl> |
SocketIOPacketImpl.parse(String data)
|
void |
XHRTransport.XHRSessionHelper.sendMessage(List<SocketIOPacketImpl> messages)
|
void |
WebSocketTransport.SocketIOWebSocketSessionWrapperImpl.sendMessage(List<SocketIOPacketImpl> messages)
|
void |
XHRTransport.XHRSessionHelper.sendMessage(SocketIOPacket packet)
|
void |
WebSocketTransport.SocketIOWebSocketSessionWrapperImpl.sendMessage(SocketIOPacket packet)
|
void |
XHRTransport.XHRSessionHelper.sendMessage(String message)
|
void |
WebSocketTransport.SocketIOWebSocketSessionWrapperImpl.sendMessage(String message)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||