Uses of Interface
org.apache.sshd.common.util.EventNotifier
-
Packages that use EventNotifier Package Description org.apache.sshd.client.channel org.apache.sshd.client.channel.exit -
-
Uses of EventNotifier in org.apache.sshd.client.channel
Methods in org.apache.sshd.client.channel with parameters of type EventNotifier Modifier and Type Method Description protected 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 EventNotifier Modifier and Type Field Description protected EventNotifier<? super String>AbstractChannelExitRequestHandler. notifierConstructors in org.apache.sshd.client.channel.exit with parameters of type EventNotifier Constructor Description AbstractChannelExitRequestHandler(AtomicReference<V> holder, EventNotifier<? super String> notifier)ExitSignalChannelRequestHandler(AtomicReference<String> holder, EventNotifier<? super String> notifier)ExitStatusChannelRequestHandler(AtomicReference<Integer> holder, EventNotifier<? super String> notifier)
-