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>
AbstractSession. pendingPackets
Methods in org.apache.sshd.common.session.helpers that return PendingWriteFuture Modifier and Type Method Description protected PendingWriteFuture
AbstractSession. enqueuePendingPacket(Buffer buffer)
Checks if key-exchange is done - if so, or the packet is related to the key-exchange protocol, then allows the packet to go through, otherwise enqueues it to be sent when key-exchange completedMethods in org.apache.sshd.common.session.helpers that return types with arguments of type PendingWriteFuture Modifier and Type Method Description protected java.util.List<java.util.AbstractMap.SimpleImmutableEntry<PendingWriteFuture,IoWriteFuture>>
AbstractSession. sendPendingPackets(java.util.Queue<PendingWriteFuture> packetsQueue)
Method parameters in org.apache.sshd.common.session.helpers with type arguments of type PendingWriteFuture Modifier and Type Method Description protected java.util.List<java.util.AbstractMap.SimpleImmutableEntry<PendingWriteFuture,IoWriteFuture>>
AbstractSession. sendPendingPackets(java.util.Queue<PendingWriteFuture> packetsQueue)
-