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