Package | Description |
---|---|
org.apache.sshd.common.session.helpers |
Modifier and Type | Field and Description |
---|---|
protected Queue<PendingWriteFuture> |
AbstractSession.pendingPackets |
Modifier and Type | Method and 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 completed
|
Modifier and Type | Method and Description |
---|---|
protected List<AbstractMap.SimpleImmutableEntry<PendingWriteFuture,IoWriteFuture>> |
AbstractSession.sendPendingPackets(Queue<PendingWriteFuture> packetsQueue) |
Modifier and Type | Method and Description |
---|---|
protected List<AbstractMap.SimpleImmutableEntry<PendingWriteFuture,IoWriteFuture>> |
AbstractSession.sendPendingPackets(Queue<PendingWriteFuture> packetsQueue) |
Copyright © 2008–2022 The Apache Software Foundation. All rights reserved.