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. clientListenersMethods in com.martiansoftware.nailgun with parameters of type NGClientListener Modifier and Type Method Description voidNGContext. addClientListener(NGClientListener listener)voidNGInputStream. 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.voidNGContext. removeClientListener(NGClientListener listener)voidNGInputStream. removeClientListener(NGClientListener listener)
-