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, tryFillInterested
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getByteBufferPool, getConnection, getContext, onFillable, setConnection, toConnectionString
public 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.AbstractConnection
protected int read(org.eclipse.jetty.io.EndPoint endPoint, java.nio.ByteBuffer buffer) throws java.io.IOException
read
in class ProxyConnection
java.io.IOException
protected void write(org.eclipse.jetty.io.EndPoint endPoint, java.nio.ByteBuffer buffer, org.eclipse.jetty.util.Callback callback)
write
in class ProxyConnection
Copyright © 1995–2018 Webtide. All rights reserved.