java.lang.AutoCloseable, java.io.Closeable, Connectionpublic static interface Connection.UpgradeFrom extends Connection
Connection.Listener, Connection.UpgradeFrom, Connection.UpgradeTo| Modifier and Type | Method | Description |
|---|---|---|
java.nio.ByteBuffer |
onUpgradeFrom() |
Takes the input buffer from the connection on upgrade.
|
addListener, close, getBytesIn, getBytesOut, getCreatedTimeStamp, getEndPoint, getMessagesIn, getMessagesOut, onClose, onIdleExpired, onOpen, removeListenerjava.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–2018 Webtide. All rights reserved.