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>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.
-