public static interface Connection.UpgradeFrom
Modifier and Type | Method and Description |
---|---|
java.nio.ByteBuffer |
onUpgradeFrom()
Takes the input buffer from the connection on upgrade.
|
java.nio.ByteBuffer onUpgradeFrom()
Takes the input buffer from the connection on upgrade.
This method is used to take any unconsumed input from a connection during an upgrade.
Copyright © 1995–2023 Webtide. All rights reserved.