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(java.lang.Object... arguments)
Sends the ack data back to the client.
|
boolean isAcknowledged()
true
if ack was sent, false
otherwise.void send(java.lang.Object... arguments) throws java.io.IOException
arguments
- ack data.java.io.IOException
- if an error occursvoid send(JSONArray arguments) throws java.io.IOException
arguments
- ack data.java.io.IOException
- if an error occurs"Copyright © 2010 - 2020 Adobe Systems Incorporated. All Rights Reserved"