Package org.eclipse.jetty.client
Class ProxyProtocolClientConnectionFactory.ProxyProtocolConnectionV1
java.lang.Object
org.eclipse.jetty.io.AbstractConnection
org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.ProxyProtocolConnection
org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.ProxyProtocolConnectionV1
- All Implemented Interfaces:
Closeable,AutoCloseable,Connection,Callback,Invocable
- Enclosing class:
ProxyProtocolClientConnectionFactory
private static class ProxyProtocolClientConnectionFactory.ProxyProtocolConnectionV1
extends ProxyProtocolClientConnectionFactory.ProxyProtocolConnection
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.eclipse.jetty.util.Callback
Callback.Completable, Callback.Completing, Callback.InvocableCallback, Callback.NestedNested classes/interfaces inherited from interface org.eclipse.jetty.io.Connection
Connection.Listener, Connection.UpgradeFrom, Connection.UpgradeToNested classes/interfaces inherited from interface org.eclipse.jetty.util.thread.Invocable
Invocable.InvocationType -
Field Summary
FieldsFields inherited from class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.ProxyProtocolConnection
LOGFields inherited from interface org.eclipse.jetty.util.thread.Invocable
__nonBlocking -
Constructor Summary
ConstructorsConstructorDescriptionProxyProtocolConnectionV1(EndPoint endPoint, Executor executor, ClientConnectionFactory factory, Map<String, Object> context, ProxyProtocolClientConnectionFactory.V1.Tag tag) -
Method Summary
Modifier and TypeMethodDescriptionprotected voidwritePROXYBytes(EndPoint endPoint, Callback callback) Methods inherited from class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.ProxyProtocolConnection
failed, getInvocationType, onFillable, onOpen, succeededMethods 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
-
Field Details
-
tag
-
-
Constructor Details
-
ProxyProtocolConnectionV1
public ProxyProtocolConnectionV1(EndPoint endPoint, Executor executor, ClientConnectionFactory factory, Map<String, Object> context, ProxyProtocolClientConnectionFactory.V1.Tag tag)
-
-
Method Details
-
writePROXYBytes
- Specified by:
writePROXYBytesin classProxyProtocolClientConnectionFactory.ProxyProtocolConnection
-