org.eclipse.jetty.io.Connection.UpgradeTopublic class ConnectHandler.DownstreamConnection extends ProxyConnection implements org.eclipse.jetty.io.Connection.UpgradeTo
LOG| Constructor | Description |
|---|---|
DownstreamConnection(org.eclipse.jetty.io.EndPoint endPoint,
java.util.concurrent.Executor executor,
org.eclipse.jetty.io.ByteBufferPool bufferPool,
java.util.concurrent.ConcurrentMap<java.lang.String,java.lang.Object> context) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
onOpen() |
|
void |
onUpgradeTo(java.nio.ByteBuffer buffer) |
|
protected int |
read(org.eclipse.jetty.io.EndPoint endPoint,
java.nio.ByteBuffer buffer) |
|
protected void |
write(org.eclipse.jetty.io.EndPoint endPoint,
java.nio.ByteBuffer buffer,
org.eclipse.jetty.util.Callback callback) |
addListener, close, failedCallback, fillInterested, getBytesIn, getBytesOut, getCreatedTimeStamp, getEndPoint, getExecutor, getInputBufferSize, getMessagesIn, getMessagesOut, isFillInterested, onClose, onFillInterestedFailed, onIdleExpired, onReadTimeout, removeListener, setInputBufferSize, toString, tryFillInterested, tryFillInterestedclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetByteBufferPool, getConnection, getContext, onFillable, setConnection, toConnectionStringpublic DownstreamConnection(org.eclipse.jetty.io.EndPoint endPoint,
java.util.concurrent.Executor executor,
org.eclipse.jetty.io.ByteBufferPool bufferPool,
java.util.concurrent.ConcurrentMap<java.lang.String,java.lang.Object> context)
public void onUpgradeTo(java.nio.ByteBuffer buffer)
onUpgradeTo in interface org.eclipse.jetty.io.Connection.UpgradeTopublic void onOpen()
onOpen in class org.eclipse.jetty.io.AbstractConnectionprotected int read(org.eclipse.jetty.io.EndPoint endPoint,
java.nio.ByteBuffer buffer)
throws java.io.IOException
read in class ProxyConnectionjava.io.IOExceptionprotected void write(org.eclipse.jetty.io.EndPoint endPoint,
java.nio.ByteBuffer buffer,
org.eclipse.jetty.util.Callback callback)
write in class ProxyConnectionCopyright © 1995–2018 Webtide. All rights reserved.