Mule SSH Multiplexer
Install Guide
Java API Reference
Mule API Reference
Package Index
|
Class Index
net.schmizz.concurrent
net.schmizz.sshj
net.schmizz.sshj.common
net.schmizz.sshj.connection
net.schmizz.sshj.connection.channel
net.schmizz.sshj.connection.channel.direct
net.schmizz.sshj.connection.channel.forwarded
net.schmizz.sshj.sftp
net.schmizz.sshj.signature
net.schmizz.sshj.transport
net.schmizz.sshj.transport.cipher
net.schmizz.sshj.transport.compression
net.schmizz.sshj.transport.digest
net.schmizz.sshj.transport.kex
net.schmizz.sshj.transport.mac
net.schmizz.sshj.transport.random
net.schmizz.sshj.transport.verification
net.schmizz.sshj.userauth
net.schmizz.sshj.userauth.keyprovider
net.schmizz.sshj.userauth.method
net.schmizz.sshj.userauth.password
net.schmizz.sshj.xfer
net.schmizz.sshj.xfer.scp
org.mule.modules.ssh.multiplexer
org.mule.modules.ssh.multiplexer.adapter
org.mule.modules.ssh.multiplexer.adapters
org.mule.modules.ssh.multiplexer.agents
org.mule.modules.ssh.multiplexer.basic
org.mule.modules.ssh.multiplexer.callback
org.mule.modules.ssh.multiplexer.config
org.mule.modules.ssh.multiplexer.connection
org.mule.modules.ssh.multiplexer.connectivity
org.mule.modules.ssh.multiplexer.devkit
org.mule.modules.ssh.multiplexer.exception
org.mule.modules.ssh.multiplexer.oauth
org.mule.modules.ssh.multiplexer.process
org.mule.modules.ssh.multiplexer.processors
Interfaces
ExceptionChainer
<Z extends Throwable>
Classes
ErrorDeliveryUtil
Event
<T extends Throwable>
Promise
<V, T extends Throwable>
Package Index
|
Class Index
Summary:
Ctors
|
Methods
|
Inherited Methods
|
[Expand All]
public class
ErrorDeliveryUtil
extends Object
java.lang.Object
↳
net.schmizz.concurrent.ErrorDeliveryUtil
Summary
Public Constructors
ErrorDeliveryUtil
()
Public Methods
static void
alertEvents
(Throwable x, Collection<? extends
Event
> events)
static void
alertEvents
(Throwable x,
Event...
events)
static void
alertPromises
(Throwable x,
Promise...
promises)
static void
alertPromises
(Throwable x, Collection<? extends
Promise
> promises)
[Expand]
Inherited Methods
From class java.lang.Object
Object
clone
()
boolean
equals
(Object arg0)
void
finalize
()
final Class<?>
getClass
()
int
hashCode
()
final void
notify
()
final void
notifyAll
()
String
toString
()
final void
wait
()
final void
wait
(long arg0, int arg1)
final void
wait
(long arg0)
Public Constructors
public
ErrorDeliveryUtil
()
Public Methods
public static void
alertEvents
(Throwable x, Collection<? extends
Event
> events)
Parameters
x
events
public static void
alertEvents
(Throwable x,
Event...
events)
Parameters
x
events
public static void
alertPromises
(Throwable x,
Promise...
promises)
Parameters
x
promises
public static void
alertPromises
(Throwable x, Collection<? extends
Promise
> promises)
Parameters
x
promises