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 void
AbstractClientChannel. addChannelSignalRequestHandlers(EventNotifier<java.lang.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 java.lang.String>
AbstractChannelExitRequestHandler. notifier
Constructors in org.apache.sshd.client.channel.exit with parameters of type EventNotifier Constructor Description AbstractChannelExitRequestHandler(java.util.concurrent.atomic.AtomicReference<V> holder, EventNotifier<? super java.lang.String> notifier)
ExitSignalChannelRequestHandler(java.util.concurrent.atomic.AtomicReference<java.lang.String> holder, EventNotifier<? super java.lang.String> notifier)
ExitStatusChannelRequestHandler(java.util.concurrent.atomic.AtomicReference<java.lang.Integer> holder, EventNotifier<? super java.lang.String> notifier)
-