Uses of Package
net.schmizz.concurrent
-
Classes in net.schmizz.concurrent used by net.schmizz.concurrent Class Description Event An event can be set, cleared, or awaited, similar to Python'sthreading.event
.ExceptionChainer Chains an exception to desired type.Promise Represents promised data of the parameterized typeV
and allows waiting on it. -
Classes in net.schmizz.concurrent used by net.schmizz.keepalive Class Description Promise Represents promised data of the parameterized typeV
and allows waiting on it. -
Classes in net.schmizz.concurrent used by net.schmizz.sshj.common Class Description Event An event can be set, cleared, or awaited, similar to Python'sthreading.event
.ExceptionChainer Chains an exception to desired type. -
Classes in net.schmizz.concurrent used by net.schmizz.sshj.connection Class Description ExceptionChainer Chains an exception to desired type.Promise Represents promised data of the parameterized typeV
and allows waiting on it. -
Classes in net.schmizz.concurrent used by net.schmizz.sshj.connection.channel Class Description Event An event can be set, cleared, or awaited, similar to Python'sthreading.event
. -
Classes in net.schmizz.concurrent used by net.schmizz.sshj.sftp Class Description ExceptionChainer Chains an exception to desired type.Promise Represents promised data of the parameterized typeV
and allows waiting on it. -
Classes in net.schmizz.concurrent used by net.schmizz.sshj.transport Class Description Event An event can be set, cleared, or awaited, similar to Python'sthreading.event
.ExceptionChainer Chains an exception to desired type. -
Classes in net.schmizz.concurrent used by net.schmizz.sshj.userauth Class Description ExceptionChainer Chains an exception to desired type.Promise Represents promised data of the parameterized typeV
and allows waiting on it.