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 java.util.Queue<PendingWriteFuture>KeyExchangeMessageHandler. pendingPacketsQueues up high-level packets written during an ongoing key exchange.Methods in org.apache.sshd.common.session.helpers that return PendingWriteFuture Modifier and Type Method Description protected PendingWriteFutureKeyExchangeMessageHandler. enqueuePendingPacket(int cmd, Buffer buffer)Enqueues a packet to be written once a running key exchange terminates.Method parameters in org.apache.sshd.common.session.helpers with type arguments of type PendingWriteFuture Modifier and Type Method Description private voidKeyExchangeMessageHandler. drainQueueTo(java.util.List<java.util.AbstractMap.SimpleImmutableEntry<PendingWriteFuture,IoWriteFuture>> pendingAborted, IoWriteFuture aborted)
-