Interface AsyncConnection<ContextT,SocketT>

All Superinterfaces:
AutoCloseable, Connection<ContextT,SocketT>

public interface AsyncConnection<ContextT,SocketT> extends Connection<ContextT,SocketT>
Represents an asynchornous type of Connection. Unless otherwise indicated, instances of AsyncConnection aren't thread-safe. Therefore you must ensure that all manipulation of the AsyncConnection instance is performed within a callback from the subscribed events.