public abstract class ProxyConnection
extends org.eclipse.jetty.io.AbstractConnection
| Modifier | Constructor and Description |
|---|---|
protected |
ProxyConnection(org.eclipse.jetty.io.EndPoint endp,
Executor executor,
org.eclipse.jetty.io.ByteBufferPool bufferPool,
ConcurrentMap<String,Object> context) |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.jetty.io.ByteBufferPool |
getByteBufferPool() |
org.eclipse.jetty.io.Connection |
getConnection() |
ConcurrentMap<String,Object> |
getContext() |
void |
onFillable() |
protected abstract int |
read(org.eclipse.jetty.io.EndPoint endPoint,
ByteBuffer buffer) |
void |
setConnection(org.eclipse.jetty.io.Connection connection) |
String |
toString() |
protected abstract void |
write(org.eclipse.jetty.io.EndPoint endPoint,
ByteBuffer buffer,
Callback callback) |
addListener, close, failedCallback, fillInterested, fillInterested, getBytesIn, getBytesOut, getCreatedTimeStamp, getEndPoint, getExecutor, getInputBufferSize, getMessagesIn, getMessagesOut, next, onClose, onFillInterestedFailed, onOpen, onReadTimeout, setInputBufferSizeprotected static final Logger LOG
protected ProxyConnection(org.eclipse.jetty.io.EndPoint endp,
Executor executor,
org.eclipse.jetty.io.ByteBufferPool bufferPool,
ConcurrentMap<String,Object> context)
public org.eclipse.jetty.io.ByteBufferPool getByteBufferPool()
public ConcurrentMap<String,Object> getContext()
public org.eclipse.jetty.io.Connection getConnection()
public void setConnection(org.eclipse.jetty.io.Connection connection)
public void onFillable()
onFillable in class org.eclipse.jetty.io.AbstractConnectionprotected abstract int read(org.eclipse.jetty.io.EndPoint endPoint,
ByteBuffer buffer)
throws IOException
IOExceptionprotected abstract void write(org.eclipse.jetty.io.EndPoint endPoint,
ByteBuffer buffer,
Callback callback)
public String toString()
toString in class org.eclipse.jetty.io.AbstractConnectionCopyright © 1995-2019 Webtide. All Rights Reserved.