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:
java.io.Closeable
,java.lang.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
Fields Modifier and Type Field Description private ProxyProtocolClientConnectionFactory.V1.Tag
tag
-
Fields inherited from class org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.ProxyProtocolConnection
LOG
-
Fields inherited from interface org.eclipse.jetty.util.thread.Invocable
__nonBlocking
-
-
Constructor Summary
Constructors Constructor Description ProxyProtocolConnectionV1(EndPoint endPoint, java.util.concurrent.Executor executor, ClientConnectionFactory factory, java.util.Map<java.lang.String,java.lang.Object> context, ProxyProtocolClientConnectionFactory.V1.Tag tag)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected 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 Detail
-
tag
private final ProxyProtocolClientConnectionFactory.V1.Tag tag
-
-
Constructor Detail
-
ProxyProtocolConnectionV1
public ProxyProtocolConnectionV1(EndPoint endPoint, java.util.concurrent.Executor executor, ClientConnectionFactory factory, java.util.Map<java.lang.String,java.lang.Object> context, ProxyProtocolClientConnectionFactory.V1.Tag tag)
-
-
Method Detail
-
writePROXYBytes
protected void writePROXYBytes(EndPoint endPoint, Callback callback)
- Specified by:
writePROXYBytes
in classProxyProtocolClientConnectionFactory.ProxyProtocolConnection
-
-