Package org.eclipse.jetty.server
Class ProxyConnectionFactory.ProxyProtocolV2Connection
- java.lang.Object
-
- org.eclipse.jetty.io.AbstractConnection
-
- org.eclipse.jetty.server.ProxyConnectionFactory.ProxyProtocolV2Connection
-
- All Implemented Interfaces:
Closeable,AutoCloseable,org.eclipse.jetty.io.Connection
- Enclosing class:
- ProxyConnectionFactory
public class ProxyConnectionFactory.ProxyProtocolV2Connection extends org.eclipse.jetty.io.AbstractConnection
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedProxyProtocolV2Connection(org.eclipse.jetty.io.EndPoint endp, Connector connector, String next, ByteBuffer buffer)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidonFillable()voidonOpen()-
Methods inherited from class org.eclipse.jetty.io.AbstractConnection
addListener, close, failedCallback, fillInterested, getBytesIn, getBytesOut, getCreatedTimeStamp, getEndPoint, getExecutor, getInputBufferSize, getMessagesIn, getMessagesOut, isFillInterested, onClose, onFillInterestedFailed, onIdleExpired, onReadTimeout, removeListener, setInputBufferSize, toConnectionString, toString, tryFillInterested, tryFillInterested
-
-
-
-
Constructor Detail
-
ProxyProtocolV2Connection
protected ProxyProtocolV2Connection(org.eclipse.jetty.io.EndPoint endp, Connector connector, String next, ByteBuffer buffer) throws IOException- Throws:
IOException
-
-