Class ProxyProtocolClientConnectionFactory.V2.Tag.TLV
java.lang.Object
org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag.TLV
- Enclosing class:
ProxyProtocolClientConnectionFactory.V2.Tag
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
type
private final int type -
value
private final byte[] value
-
-
Constructor Details
-
TLV
public TLV(int type, byte[] value)
-
-
Method Details
-
getType
public int getType() -
getValue
public byte[] getValue() -
equals
-
hashCode
-