@ProviderType 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(@Nonnull Object... arguments) throws IOException
arguments - ack data.IOException - if an error occursvoid send(@Nonnull JSONArray arguments) throws IOException
arguments - ack data.IOException - if an error occursCopyright © 2010 - 2020 Adobe. All Rights Reserved