Package | Description |
---|---|
net.schmizz.concurrent | |
net.schmizz.sshj.common | |
net.schmizz.sshj.connection | |
net.schmizz.sshj.sftp | |
net.schmizz.sshj.transport | |
net.schmizz.sshj.userauth |
Constructor and Description |
---|
Event(String name,
ExceptionChainer<T> chainer)
Creates this event with given
name and exception chainer . |
Event(String name,
ExceptionChainer<T> chainer,
ReentrantLock lock)
Creates this event with given
name , exception chainer , and associated lock . |
Promise(String name,
ExceptionChainer<T> chainer)
Creates this promise with given
name and exception chainer . |
Promise(String name,
ExceptionChainer<T> chainer,
ReentrantLock lock)
Creates this promise with given
name , exception chainer , and associated lock . |
Modifier and Type | Field and Description |
---|---|
static ExceptionChainer<SSHException> |
SSHException.chainer |
Modifier and Type | Field and Description |
---|---|
static ExceptionChainer<ConnectionException> |
ConnectionException.chainer |
Modifier and Type | Field and Description |
---|---|
static ExceptionChainer<SFTPException> |
SFTPException.chainer |
Modifier and Type | Field and Description |
---|---|
static ExceptionChainer<TransportException> |
TransportException.chainer |
Modifier and Type | Field and Description |
---|---|
static ExceptionChainer<UserAuthException> |
UserAuthException.chainer |
Copyright © 2009–2017. All rights reserved.