public class ConnectHandler.DownstreamConnection extends ProxyConnection implements org.eclipse.jetty.io.Connection.UpgradeTo
LOG| Constructor and Description |
|---|
ConnectHandler.DownstreamConnection(org.eclipse.jetty.io.EndPoint endPoint,
Executor executor,
org.eclipse.jetty.io.ByteBufferPool bufferPool,
ConcurrentMap<String,Object> context) |
ConnectHandler.DownstreamConnection(org.eclipse.jetty.io.EndPoint endPoint,
Executor executor,
org.eclipse.jetty.io.ByteBufferPool bufferPool,
ConcurrentMap<String,Object> context,
ByteBuffer buffer)
Deprecated.
use
#DownstreamConnection(EndPoint, Executor, ByteBufferPool, ConcurrentMap) instead |
| Modifier and Type | Method and Description |
|---|---|
void |
onOpen() |
void |
onUpgradeTo(ByteBuffer buffer) |
protected int |
read(org.eclipse.jetty.io.EndPoint endPoint,
ByteBuffer buffer) |
protected void |
write(org.eclipse.jetty.io.EndPoint endPoint,
ByteBuffer buffer,
Callback callback) |
getByteBufferPool, getConnection, getContext, onFillable, setConnection, toStringaddListener, close, failedCallback, fillInterested, fillInterested, getBytesIn, getBytesOut, getCreatedTimeStamp, getEndPoint, getExecutor, getInputBufferSize, getMessagesIn, getMessagesOut, next, onClose, onFillInterestedFailed, onReadTimeout, setInputBufferSizepublic ConnectHandler.DownstreamConnection(org.eclipse.jetty.io.EndPoint endPoint,
Executor executor,
org.eclipse.jetty.io.ByteBufferPool bufferPool,
ConcurrentMap<String,Object> context)
@Deprecated public ConnectHandler.DownstreamConnection(org.eclipse.jetty.io.EndPoint endPoint, Executor executor, org.eclipse.jetty.io.ByteBufferPool bufferPool, ConcurrentMap<String,Object> context, ByteBuffer buffer)
#DownstreamConnection(EndPoint, Executor, ByteBufferPool, ConcurrentMap) insteadpublic void onUpgradeTo(ByteBuffer buffer)
onUpgradeTo in interface org.eclipse.jetty.io.Connection.UpgradeTopublic void onOpen()
onOpen in interface org.eclipse.jetty.io.ConnectiononOpen in class org.eclipse.jetty.io.AbstractConnectionprotected int read(org.eclipse.jetty.io.EndPoint endPoint,
ByteBuffer buffer)
throws IOException
read in class ProxyConnectionIOExceptionprotected void write(org.eclipse.jetty.io.EndPoint endPoint,
ByteBuffer buffer,
Callback callback)
write in class ProxyConnectionCopyright © 1995-2019 Webtide. All Rights Reserved.