|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SocketIOOutbound
| Method Summary | |
|---|---|
void |
close()
force close connection |
void |
disconnect()
disconnect the current connection |
void |
sendMessage(List<SocketIOPacketImpl> messages)
Send messages to the client. |
void |
sendMessage(SocketIOPacket packet)
Send a message to the client formatted is SocketIO format. |
void |
sendMessage(String message)
Send a message to the client. |
| Method Detail |
|---|
void disconnect()
void close()
void sendMessage(String message)
throws SocketIOException
message - The message to send
SocketIOException
void sendMessage(SocketIOPacket packet)
throws SocketIOException
packet - The message to send
SocketIOException
void sendMessage(List<SocketIOPacketImpl> messages)
throws SocketIOException
packet - The message to send
SocketIOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||