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