public interface SocketIOAck
SocketIOSocketListener
when the client
requests and ack packet.Modifier and Type | Method and Description |
---|---|
boolean |
isAcknowledged()
Checks if this ack is already handled.
|
void |
send(JSONArray arguments)
Sends the ack data back to the client.
|
void |
send(Object... arguments)
Sends the ack data back to the client.
|
boolean isAcknowledged()
true
if ack was sent, false
otherwise.void send(Object... arguments) throws IOException
arguments
- ack data.IOException
- if an error occursvoid send(JSONArray arguments) throws IOException
arguments
- ack data.IOException
- if an error occurs"Copyright © 2006 - 2015 Adobe Systems Incorporated. All Rights Reserved"