Uses of Interface
org.apache.sshd.common.Closeable
Packages that use Closeable
Package
Description
-
Uses of Closeable in org.apache.sshd.common
Methods in org.apache.sshd.common with parameters of type Closeable -
Uses of Closeable in org.apache.sshd.common.io
Subinterfaces of Closeable in org.apache.sshd.common.ioModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceRepresents a stream that can be read asynchronously.interfaceRepresents a stream that can be written asynchronously.interfaceinterfaceinterface -
Uses of Closeable in org.apache.sshd.common.session
Subinterfaces of Closeable in org.apache.sshd.common.sessionModifier and TypeInterfaceDescriptioninterfaceA "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 CloseableModifier and TypeClassDescriptionclassProvides some default implementations for managing channel/connection open/close stateclassclassFuturesCloseable<T extends SshFuture<T>>classclassWaits for a group ofCloseables to complete in any order, then signals the completion by setting the "parent" future as closedclassWaits for a group ofCloseables to complete in the given order, then signals the completion by setting the "parent" future as closedclassClasses in org.apache.sshd.common.util.closeable that implement interfaces with type arguments of type CloseableMethods in org.apache.sshd.common.util.closeable that return CloseableModifier and TypeMethodDescriptionBuilder.build()protected abstract CloseableAbstractInnerCloseable.getInnerCloseable()Methods in org.apache.sshd.common.util.closeable with parameters of type CloseableMethod parameters in org.apache.sshd.common.util.closeable with type arguments of type CloseableConstructor parameters in org.apache.sshd.common.util.closeable with type arguments of type CloseableModifierConstructorDescriptionParallelCloseable(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.threadsClasses in org.apache.sshd.common.util.threads that implement CloseableModifier and TypeClassDescriptionclassWraps anExecutorServiceas aCloseableExecutorServiceand avoids calling itsshutdownmethods when the wrapper is shut downclassprotected class