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:
java.io.Closeable,java.lang.AutoCloseable,Connection
- Enclosing class:
- ProxyConnectionFactory
public static class ProxyConnectionFactory.ProxyProtocolV1Connection extends AbstractConnection
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eclipse.jetty.io.Connection
Connection.Listener, Connection.UpgradeFrom, Connection.UpgradeTo
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedProxyProtocolV1Connection(EndPoint endp, Connector connector, java.lang.String next, java.nio.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
-
-
-
-
Method Detail
-
onOpen
public void onOpen()
- Specified by:
onOpenin interfaceConnection- Overrides:
onOpenin classAbstractConnection
-
onFillable
public void onFillable()
- Specified by:
onFillablein classAbstractConnection
-
-