public static class ProxyConnectionFactory.ProxyConnection extends AbstractConnection
Connection.Listener, Connection.UpgradeFrom, Connection.UpgradeTo| Modifier | Constructor and Description |
|---|---|
protected |
ProxyConnection(EndPoint endp,
Connector connector,
String next) |
| Modifier and Type | Method and Description |
|---|---|
void |
onFillable()
Callback method invoked when the endpoint is ready to be read.
|
void |
onOpen() |
addListener, close, failedCallback, fillInterested, getBytesIn, getBytesOut, getCreatedTimeStamp, getEndPoint, getExecutor, getInputBufferSize, getMessagesIn, getMessagesOut, isDispatchIO, isFillInterested, onClose, onFillInterestedFailed, onReadTimeout, setInputBufferSize, toStringpublic void onOpen()
onOpen in interface ConnectiononOpen in class AbstractConnectionpublic void onFillable()
AbstractConnectionCallback method invoked when the endpoint is ready to be read.
onFillable in class AbstractConnectionAbstractConnection.fillInterested()Copyright © 1995–2015 Mort Bay Consulting. All rights reserved.