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>
AbstractSession.pendingPackets
Methods in org.apache.sshd.common.session.helpers that return PendingWriteFutureModifier and TypeMethodDescriptionprotected 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 PendingWriteFutureModifier and TypeMethodDescriptionAbstractSession.sendPendingPackets
(Queue<PendingWriteFuture> packetsQueue) Method parameters in org.apache.sshd.common.session.helpers with type arguments of type PendingWriteFutureModifier and TypeMethodDescriptionAbstractSession.sendPendingPackets
(Queue<PendingWriteFuture> packetsQueue)