Package | Description |
---|---|
org.apache.sshd.common.channel | |
org.apache.sshd.common.forward | |
org.apache.sshd.common.session.helpers | |
org.apache.sshd.common.util |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractChannel.invokeChannelSignaller(Invoker<ChannelListener,Void> invoker) |
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultForwardingFilter.invokePortEventListenerSignaller(Invoker<PortForwardingEventListener,Void> invoker) |
protected void |
DefaultForwardingFilter.invokePortEventListenerSignallerHolders(Collection<? extends PortForwardingEventListenerManager> holders,
Invoker<PortForwardingEventListener,Void> invoker) |
protected void |
DefaultForwardingFilter.invokePortEventListenerSignallerListeners(Collection<? extends PortForwardingEventListener> listeners,
Invoker<PortForwardingEventListener,Void> invoker) |
Modifier and Type | Method and Description |
---|---|
protected void |
SessionHelper.invokeSessionSignaller(Invoker<SessionListener,Void> invoker) |
Modifier and Type | Method and Description |
---|---|
static <ARG> Invoker<ARG,Void> |
Invoker.wrapAll(Collection<? extends Invoker<? super ARG,?>> invokers) |
static <ARG> Invoker<ARG,Void> |
Invoker.wrapFirst(Collection<? extends Invoker<? super ARG,?>> invokers) |
Modifier and Type | Method and Description |
---|---|
static <ARG> AbstractMap.SimpleImmutableEntry<Invoker<? super ARG,?>,Throwable> |
Invoker.invokeTillFirstFailure(ARG arg,
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,
Collection<? extends Invoker<? super ARG,?>> invokers)
Invokes all the instances ignoring the return value.
|
static <ARG> AbstractMap.SimpleImmutableEntry<Invoker<? super ARG,?>,Throwable> |
Invoker.invokeTillFirstFailure(ARG arg,
Collection<? extends Invoker<? super ARG,?>> invokers)
Invokes all instances until 1st failure (if any)
|
static <ARG> Invoker<ARG,Void> |
Invoker.wrapAll(Collection<? extends Invoker<? super ARG,?>> invokers) |
static <ARG> Invoker<ARG,Void> |
Invoker.wrapFirst(Collection<? extends Invoker<? super ARG,?>> invokers) |
Copyright © 2008–2022 The Apache Software Foundation. All rights reserved.