Package org.eclipse.jetty.server
Class ProxyConnectionFactory.ProxyProtocolV1Connection
- java.lang.Object
-
- org.eclipse.jetty.io.AbstractConnection
-
- org.eclipse.jetty.server.ProxyConnectionFactory.ProxyProtocolV1Connection
-
- All Implemented Interfaces:
Closeable,AutoCloseable,org.eclipse.jetty.io.Connection
- Enclosing class:
- ProxyConnectionFactory
public static class ProxyConnectionFactory.ProxyProtocolV1Connection extends org.eclipse.jetty.io.AbstractConnection
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedProxyProtocolV1Connection(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
-
ProxyProtocolV1Connection
protected ProxyProtocolV1Connection(org.eclipse.jetty.io.EndPoint endp, Connector connector, String next, ByteBuffer buffer)
-
-