Uses of Interface
org.apache.sshd.common.util.EventNotifier
Packages that use EventNotifier
-
Uses of EventNotifier in org.apache.sshd.client.channel
Methods in org.apache.sshd.client.channel with parameters of type EventNotifierModifier and TypeMethodDescriptionprotected void
AbstractClientChannel.addChannelSignalRequestHandlers
(EventNotifier<String> notifier) -
Uses of EventNotifier in org.apache.sshd.client.channel.exit
Fields in org.apache.sshd.client.channel.exit declared as EventNotifierModifier and TypeFieldDescriptionprotected final EventNotifier<? super String>
AbstractChannelExitRequestHandler.notifier
Constructors in org.apache.sshd.client.channel.exit with parameters of type EventNotifierModifierConstructorDescriptionprotected
AbstractChannelExitRequestHandler
(AtomicReference<V> holder, EventNotifier<? super String> notifier) ExitSignalChannelRequestHandler
(AtomicReference<String> holder, EventNotifier<? super String> notifier) ExitStatusChannelRequestHandler
(AtomicReference<Integer> holder, EventNotifier<? super String> notifier)