Package | Description |
---|---|
net.schmizz.concurrent | |
net.schmizz.sshj.common | |
net.schmizz.sshj.connection.channel |
Modifier and Type | Method and Description |
---|---|
static void |
ErrorDeliveryUtil.alertEvents(Throwable x,
Event... events) |
Modifier and Type | Method and Description |
---|---|
static void |
ErrorDeliveryUtil.alertEvents(Throwable x,
Collection<? extends Event> events) |
Modifier and Type | Method and Description |
---|---|
Event<IOException> |
StreamCopier.spawn(String name) |
Event<IOException> |
StreamCopier.spawnDaemon(String name) |
Modifier and Type | Field and Description |
---|---|
protected Event<ConnectionException> |
AbstractChannel.closeEvent
Channel close event
|
protected Event<ConnectionException> |
AbstractChannel.openEvent
Channel open event
|
Modifier and Type | Method and Description |
---|---|
protected Event<ConnectionException> |
AbstractChannel.sendChannelRequest(String reqType,
boolean wantReply,
Buffer.PlainBuffer reqSpecific) |
Modifier and Type | Method and Description |
---|---|
static void |
SocketStreamCopyMonitor.monitor(int frequency,
TimeUnit unit,
Event<IOException> x,
Event<IOException> y,
Channel channel,
Socket socket) |
static void |
SocketStreamCopyMonitor.monitor(int frequency,
TimeUnit unit,
Event<IOException> x,
Event<IOException> y,
Channel channel,
Socket socket) |
Copyright © 2009–2014. All rights reserved.