Uses of Interface
com.martiansoftware.nailgun.NGClientListener
-
Packages that use NGClientListener Package Description com.martiansoftware.nailgun -
-
Uses of NGClientListener in com.martiansoftware.nailgun
Fields in com.martiansoftware.nailgun with type parameters of type NGClientListener Modifier and Type Field Description private java.util.Set<NGClientListener>
NGInputStream. clientListeners
Methods in com.martiansoftware.nailgun with parameters of type NGClientListener Modifier and Type Method Description void
NGContext. addClientListener(NGClientListener listener)
void
NGInputStream. addClientListener(NGClientListener listener)
Registers a new NGClientListener to be called on client disconnection or calls the listeners clientDisconnected method if the client has already disconnected to avoid races.void
NGContext. removeClientListener(NGClientListener listener)
void
NGInputStream. removeClientListener(NGClientListener listener)
-