public class ConnectHandler.UpstreamConnection extends ProxyConnection
LOG| Constructor | Description |
|---|---|
UpstreamConnection(org.eclipse.jetty.io.EndPoint endPoint,
java.util.concurrent.Executor executor,
org.eclipse.jetty.io.ByteBufferPool bufferPool,
ConnectHandler.ConnectContext connectContext) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
onOpen() |
|
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 UpstreamConnection(org.eclipse.jetty.io.EndPoint endPoint,
java.util.concurrent.Executor executor,
org.eclipse.jetty.io.ByteBufferPool bufferPool,
ConnectHandler.ConnectContext connectContext)
public 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.