public interface SocketIOOutbound
| Modifier and Type | Method and Description |
|---|---|
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.
|
void disconnect()
void close()
void sendMessage(String message) throws SocketIOException
message - The message to sendSocketIOExceptionvoid sendMessage(SocketIOPacket packet) throws SocketIOException
packet - The message to sendSocketIOExceptionvoid sendMessage(List<SocketIOPacketImpl> messages) throws SocketIOException
packet - The message to sendSocketIOExceptionCopyright © 2017. All Rights Reserved.