Uses of Interface
com.martiansoftware.nailgun.NGClientListener
Packages that use NGClientListener
-
Uses of NGClientListener in com.martiansoftware.nailgun
Fields in com.martiansoftware.nailgun with type parameters of type NGClientListenerModifier and TypeFieldDescriptionprivate final Set
<NGClientListener> NGInputStream.clientListeners
Methods in com.martiansoftware.nailgun with parameters of type NGClientListenerModifier and TypeMethodDescriptionvoid
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)