Class ProxyProtocolClientConnectionFactory.V2.Tag.TLV

java.lang.Object
org.eclipse.jetty.client.ProxyProtocolClientConnectionFactory.V2.Tag.TLV
Enclosing class:
ProxyProtocolClientConnectionFactory.V2.Tag

@Deprecated(since="2021-05-27") public static class ProxyProtocolClientConnectionFactory.V2.Tag.TLV extends Object
Deprecated.
  • Constructor Summary

    Constructors
    Constructor
    Description
    TLV(int type, byte[] value)
    Deprecated.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Deprecated.
     
    int
    Deprecated.
     
    byte[]
    Deprecated.
     
    int
    Deprecated.
     

    Methods inherited from class java.lang.Object

    getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • TLV

      public TLV(int type, byte[] value)
      Deprecated.
  • Method Details

    • getType

      public int getType()
      Deprecated.
    • getValue

      public byte[] getValue()
      Deprecated.
    • equals

      public boolean equals(Object obj)
      Deprecated.
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class Object