Package | Description |
---|---|
org.apache.sshd.common.session.helpers |
Modifier and Type | Field and Description |
---|---|
protected Queue<PendingWriteFuture> |
KeyExchangeMessageHandler.pendingPackets
Queues up high-level packets written during an ongoing key exchange.
|
Modifier and Type | Method and Description |
---|---|
protected PendingWriteFuture |
KeyExchangeMessageHandler.enqueuePendingPacket(int cmd,
Buffer buffer)
Enqueues a packet to be written once a running key exchange terminates.
|
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.