|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Event | |
---|---|
net.schmizz.concurrent | |
net.schmizz.sshj.common | |
net.schmizz.sshj.connection.channel |
Uses of Event in net.schmizz.concurrent |
---|
Methods in net.schmizz.concurrent with parameters of type Event | |
---|---|
static void |
ErrorDeliveryUtil.alertEvents(Throwable x,
Event... events)
|
Method parameters in net.schmizz.concurrent with type arguments of type Event | |
---|---|
static void |
ErrorDeliveryUtil.alertEvents(Throwable x,
Collection<? extends Event> events)
|
Uses of Event in net.schmizz.sshj.common |
---|
Methods in net.schmizz.sshj.common that return Event | |
---|---|
Event<IOException> |
StreamCopier.spawn(String name)
|
Event<IOException> |
StreamCopier.spawnDaemon(String name)
|
Uses of Event in net.schmizz.sshj.connection.channel |
---|
Fields in net.schmizz.sshj.connection.channel declared as Event | |
---|---|
protected Event<ConnectionException> |
AbstractChannel.close
Channel close event |
protected Event<ConnectionException> |
AbstractChannel.open
Channel open event |
Methods in net.schmizz.sshj.connection.channel that return Event | |
---|---|
protected Event<ConnectionException> |
AbstractChannel.sendChannelRequest(String reqType,
boolean wantReply,
Buffer.PlainBuffer reqSpecific)
|
Methods in net.schmizz.sshj.connection.channel with parameters of type Event | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |