Uses of Class
org.apache.sshd.common.session.helpers.PendingWriteFuture
-
Packages that use PendingWriteFuture Package Description org.apache.sshd.common.session.helpers -
-
Uses of PendingWriteFuture in org.apache.sshd.common.session.helpers
Fields in org.apache.sshd.common.session.helpers with type parameters of type PendingWriteFuture Modifier and Type Field Description protected Queue<PendingWriteFuture>
AbstractSession. pendingPackets
Methods in org.apache.sshd.common.session.helpers that return types with arguments of type PendingWriteFuture Modifier and Type Method Description protected List<AbstractMap.SimpleImmutableEntry<PendingWriteFuture,IoWriteFuture>>
AbstractSession. sendPendingPackets(Queue<PendingWriteFuture> packetsQueue)
Method parameters in org.apache.sshd.common.session.helpers with type arguments of type PendingWriteFuture Modifier and Type Method Description protected List<AbstractMap.SimpleImmutableEntry<PendingWriteFuture,IoWriteFuture>>
AbstractSession. sendPendingPackets(Queue<PendingWriteFuture> packetsQueue)
-