Uses of Class
org.apache.sshd.common.session.helpers.PendingWriteFuture
Packages that use PendingWriteFuture
-
Uses of PendingWriteFuture in org.apache.sshd.common.session.helpers
Fields in org.apache.sshd.common.session.helpers with type parameters of type PendingWriteFutureModifier and TypeFieldDescriptionprotected final Queue
<PendingWriteFuture> KeyExchangeMessageHandler.pendingPackets
Queues up high-level packets written during an ongoing key exchange.Methods in org.apache.sshd.common.session.helpers that return PendingWriteFutureModifier and TypeMethodDescriptionprotected PendingWriteFuture
KeyExchangeMessageHandler.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 PendingWriteFutureModifier and TypeMethodDescriptionprivate void
KeyExchangeMessageHandler.drainQueueTo
(List<AbstractMap.SimpleImmutableEntry<PendingWriteFuture, IoWriteFuture>> pendingAborted, IoWriteFuture aborted)