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.Nested
Nested classes/interfaces inherited from interface org.eclipse.jetty.io.Connection
Connection.Listener, Connection.UpgradeFrom, Connection.UpgradeTo
Nested 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
LOG
Fields 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 void
writePROXYBytes
(EndPoint endPoint, Callback callback) Methods inherited from class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.ProxyProtocolConnection
failed, getInvocationType, onFillable, onOpen, succeeded
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
-
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:
writePROXYBytes
in classProxyProtocolClientConnectionFactory.ProxyProtocolConnection
-