Package org.eclipse.jetty.client
Class ProxyProtocolClientConnectionFactory.V1.Tag
java.lang.Object
org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V1.Tag
- All Implemented Interfaces:
ClientConnectionFactory.Decorator
- Enclosing class:
ProxyProtocolClientConnectionFactory.V1
@Deprecated(since="2021-05-27")
public static class ProxyProtocolClientConnectionFactory.V1.Tag
extends Object
implements ClientConnectionFactory.Decorator
Deprecated.
The Eclipse Jetty and Apache Felix Http Jetty packages are no longer supported.
PROXY protocol version 1 metadata holder to be used in conjunction
with Request.tag(Object).
Instances of this class are associated to a destination so that all connections of that destination will initiate the communication with the PROXY protocol version 1 bytes specified by this metadata.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ProxyProtocolClientConnectionFactory.V1.TagDeprecated.The PROXY V1 Tag typically used to "ping" the server. -
Constructor Summary
ConstructorsConstructorDescriptionTag()Deprecated.Creates a Tag whose metadata will be derived from the underlying EndPoint.Deprecated.Creates a Tag with the given source metadata.Deprecated.Creates a Tag with the given metadata. -
Method Summary
Modifier and TypeMethodDescriptionapply(ClientConnectionFactory factory) Deprecated.Wraps the givenfactory.booleanDeprecated.Deprecated.intDeprecated.Deprecated.Deprecated.intDeprecated.inthashCode()Deprecated.
-
Field Details
-
UNKNOWN
Deprecated.The PROXY V1 Tag typically used to "ping" the server.
-
-
Constructor Details
-
Tag
public Tag()Deprecated.Creates a Tag whose metadata will be derived from the underlying EndPoint.
-
Tag
Deprecated.Creates a Tag with the given source metadata.
The destination metadata will be derived from the underlying EndPoint.
- Parameters:
srcIP- the source IP addresssrcPort- the source port
-
Tag
Deprecated.Creates a Tag with the given metadata.
- Parameters:
family- the protocol familysrcIP- the source IP addresssrcPort- the source portdstIP- the destination IP addressdstPort- the destination port
-
-
Method Details
-
getFamily
Deprecated. -
getSourceAddress
Deprecated. -
getSourcePort
public int getSourcePort()Deprecated. -
getDestinationAddress
Deprecated. -
getDestinationPort
public int getDestinationPort()Deprecated. -
apply
Deprecated.Description copied from interface:ClientConnectionFactory.DecoratorWraps the given
factory.- Specified by:
applyin interfaceClientConnectionFactory.Decorator- Parameters:
factory- the ClientConnectionFactory to wrap- Returns:
- the wrapping ClientConnectionFactory
-
equals
Deprecated. -
hashCode
public int hashCode()Deprecated.
-