Uses of Interface
org.apache.sshd.common.Closeable
-
Packages that use Closeable Package Description org.apache.sshd.common org.apache.sshd.common.io org.apache.sshd.common.session org.apache.sshd.common.util.closeable org.apache.sshd.common.util.threads -
-
Uses of Closeable in org.apache.sshd.common
Methods in org.apache.sshd.common with parameters of type Closeable Modifier and Type Method Description static voidCloseable. close(Closeable closeable) -
Uses of Closeable in org.apache.sshd.common.io
Subinterfaces of Closeable in org.apache.sshd.common.io Modifier and Type Interface Description interfaceIoAcceptorinterfaceIoConnectorinterfaceIoInputStreamRepresents a stream that can be read asynchronously.interfaceIoOutputStreamRepresents a stream that can be written asynchronously.interfaceIoServiceinterfaceIoServiceFactoryinterfaceIoSession -
Uses of Closeable in org.apache.sshd.common.session
Subinterfaces of Closeable in org.apache.sshd.common.session Modifier and Type Interface Description interfaceSessionContextA "succinct" summary of the most important attributes of an SSH session -
Uses of Closeable in org.apache.sshd.common.util.closeable
Classes in org.apache.sshd.common.util.closeable that implement Closeable Modifier and Type Class Description classAbstractCloseableProvides some default implementations for managing channel/connection open/close stateclassAbstractInnerCloseableclassFuturesCloseable<T extends SshFuture>classIoBaseCloseableclassParallelCloseableWaits for a group ofCloseables to complete in any order, then signals the completion by setting the "parent" future as closedclassSequentialCloseableWaits for a group ofCloseables to complete in the given order, then signals the completion by setting the "parent" future as closedclassSimpleCloseableMethods in org.apache.sshd.common.util.closeable that return Closeable Modifier and Type Method Description CloseableBuilder. build()protected abstract CloseableAbstractInnerCloseable. getInnerCloseable()Methods in org.apache.sshd.common.util.closeable with parameters of type Closeable Modifier and Type Method Description BuilderBuilder. close(Closeable c)BuilderBuilder. parallel(Closeable... closeables)BuilderBuilder. sequential(Closeable... closeables)Method parameters in org.apache.sshd.common.util.closeable with type arguments of type Closeable Modifier and Type Method Description BuilderBuilder. parallel(Object id, Iterable<? extends Closeable> closeables)BuilderBuilder. sequential(Object id, Iterable<Closeable> closeables)Constructor parameters in org.apache.sshd.common.util.closeable with type arguments of type Closeable Constructor Description ParallelCloseable(Object id, Object lock, Iterable<? extends Closeable> closeables)SequentialCloseable(Object id, Object lock, Iterable<? extends Closeable> closeables) -
Uses of Closeable in org.apache.sshd.common.util.threads
Subinterfaces of Closeable in org.apache.sshd.common.util.threads Modifier and Type Interface Description interfaceCloseableExecutorServiceClasses in org.apache.sshd.common.util.threads that implement Closeable Modifier and Type Class Description classNoCloseExecutorWraps anExecutorServiceas aCloseableExecutorServiceand avoids calling itsshutdownmethods when the wrapper is shut downclassSshThreadPoolExecutorprotected classSshThreadPoolExecutor.DelegateCloseable
-