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 voidAbstractClientChannel.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.notifierConstructors in org.apache.sshd.client.channel.exit with parameters of type EventNotifierModifierConstructorDescriptionprotectedAbstractChannelExitRequestHandler(AtomicReference<V> holder, EventNotifier<? super String> notifier) ExitSignalChannelRequestHandler(AtomicReference<String> holder, EventNotifier<? super String> notifier) ExitStatusChannelRequestHandler(AtomicReference<Integer> holder, EventNotifier<? super String> notifier)