Package | Description |
---|---|
org.apache.sshd.common.channel | |
org.apache.sshd.common.forward | |
org.apache.sshd.common.session.helpers | |
org.apache.sshd.common.util.io.functors |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractChannel.invokeChannelSignaller(Invoker<ChannelListener,java.lang.Void> invoker) |
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultForwarder.invokePortEventListenerSignaller(Invoker<PortForwardingEventListener,java.lang.Void> invoker) |
protected void |
DefaultForwarder.invokePortEventListenerSignallerHolders(java.util.Collection<? extends PortForwardingEventListenerManager> holders,
Invoker<PortForwardingEventListener,java.lang.Void> invoker) |
protected void |
DefaultForwarder.invokePortEventListenerSignallerListeners(java.util.Collection<? extends PortForwardingEventListener> listeners,
Invoker<PortForwardingEventListener,java.lang.Void> invoker) |
Modifier and Type | Method and Description |
---|---|
protected void |
SessionHelper.invokeSessionSignaller(Invoker<SessionListener,java.lang.Void> invoker) |
Modifier and Type | Method and Description |
---|---|
static <ARG> Invoker<ARG,java.lang.Void> |
Invoker.wrapAll(java.util.Collection<? extends Invoker<? super ARG,?>> invokers)
Wraps a bunch of
Invoker -s that return no value into one that invokes them in the same order as
they appear. |
static <ARG> Invoker<ARG,java.lang.Void> |
Invoker.wrapFirst(java.util.Collection<? extends Invoker<? super ARG,?>> invokers)
Wraps a bunch of
Invoker -s that return no value into one that invokes them in the same order as
they appear. |
Modifier and Type | Method and Description |
---|---|
static <ARG> java.util.AbstractMap.SimpleImmutableEntry<Invoker<? super ARG,?>,java.lang.Throwable> |
Invoker.invokeTillFirstFailure(ARG arg,
java.util.Collection<? extends Invoker<? super ARG,?>> invokers)
Invokes all instances until 1st failure (if any)
|
Modifier and Type | Method and Description |
---|---|
static <ARG> void |
Invoker.invokeAll(ARG arg,
java.util.Collection<? extends Invoker<? super ARG,?>> invokers)
Invokes all the instances ignoring the return value.
|
static <ARG> java.util.AbstractMap.SimpleImmutableEntry<Invoker<? super ARG,?>,java.lang.Throwable> |
Invoker.invokeTillFirstFailure(ARG arg,
java.util.Collection<? extends Invoker<? super ARG,?>> invokers)
Invokes all instances until 1st failure (if any)
|
static <ARG> Invoker<ARG,java.lang.Void> |
Invoker.wrapAll(java.util.Collection<? extends Invoker<? super ARG,?>> invokers)
Wraps a bunch of
Invoker -s that return no value into one that invokes them in the same order as
they appear. |
static <ARG> Invoker<ARG,java.lang.Void> |
Invoker.wrapFirst(java.util.Collection<? extends Invoker<? super ARG,?>> invokers)
Wraps a bunch of
Invoker -s that return no value into one that invokes them in the same order as
they appear. |