public class UpgradeConnection extends AbstractConnection
Eventually, upon successful Upgrade request/response, this connection swaps itself out for the WebSocektClientConnection handler.
| Modifier and Type | Class and Description |
|---|---|
class |
UpgradeConnection.SendUpgradeRequest |
AbstractConnection.FillingInterestedCallback, AbstractConnection.NestedState, AbstractConnection.StateConnection.Listener, Connection.UpgradeFrom, Connection.UpgradeToEXECUTE_ONFILLABLE, FILL_INTERESTED, FILLING, FILLING_FILL_INTERESTED, IDLE, REFILLING| Constructor and Description |
|---|
UpgradeConnection(EndPoint endp,
Executor executor,
ConnectPromise connectPromise) |
| Modifier and Type | Method and Description |
|---|---|
void |
disconnect(boolean onlyOutput) |
void |
onClose() |
void |
onFillable() |
void |
onOpen() |
protected boolean |
onReadTimeout() |
addListener, close, failedCallback, fillInterested, fillInterested, getBytesIn, getBytesOut, getCreatedTimeStamp, getEndPoint, getExecutor, getInputBufferSize, getMessagesIn, getMessagesOut, next, onFillInterestedFailed, setInputBufferSize, toStringpublic UpgradeConnection(EndPoint endp, Executor executor, ConnectPromise connectPromise)
public void disconnect(boolean onlyOutput)
public void onFillable()
onFillable in class AbstractConnectionpublic void onOpen()
onOpen in interface ConnectiononOpen in class AbstractConnectionpublic void onClose()
onClose in interface ConnectiononClose in class AbstractConnectionprotected boolean onReadTimeout()
onReadTimeout in class AbstractConnectionCopyright © 1995-2016 Webtide. All Rights Reserved.