io.socket.client.NoAck Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of socket.io-client Show documentation
Show all versions of socket.io-client Show documentation
Socket.IO Client Library for Java
The newest version!
package io.socket.client;
/**
* No Acknowledgement.
*/
public class NoAck {
}