public class org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint extends org.eclipse.jetty.util.AttributesMap implements org.eclipse.jetty.io.EndPoint, org.eclipse.jetty.io.EndPoint$Wrapper
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint
  super_class: org.eclipse.jetty.util.AttributesMap
{
  private static final int PP2_TYPE_NOOP;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 4

  private static final int PP2_TYPE_SSL;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 32

  private static final int PP2_TYPE_SSL_PP2_CLIENT_SSL;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 1

  private static final int PP2_SUBTYPE_SSL_VERSION;
    descriptor: I
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL
    ConstantValue: 33

  private final org.eclipse.jetty.io.EndPoint _endPoint;
    descriptor: Lorg/eclipse/jetty/io/EndPoint;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.net.InetSocketAddress _remote;
    descriptor: Ljava/net/InetSocketAddress;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final java.net.InetSocketAddress _local;
    descriptor: Ljava/net/InetSocketAddress;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private java.util.Map<java.lang.Integer, byte[]> _tlvs;
    descriptor: Ljava/util/Map;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/Map<Ljava/lang/Integer;[B>;

  public void <init>(org.eclipse.jetty.io.EndPoint, java.net.InetSocketAddress, java.net.InetSocketAddress);
    descriptor: (Lorg/eclipse/jetty/io/EndPoint;Ljava/net/InetSocketAddress;Ljava/net/InetSocketAddress;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint this
        start local 1 // org.eclipse.jetty.io.EndPoint endPoint
        start local 2 // java.net.InetSocketAddress remote
        start local 3 // java.net.InetSocketAddress local
         0: .line 763
            aload 0 /* this */
            invokespecial org.eclipse.jetty.util.AttributesMap.<init>:()V
         1: .line 765
            aload 0 /* this */
            aload 1 /* endPoint */
            putfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint._endPoint:Lorg/eclipse/jetty/io/EndPoint;
         2: .line 766
            aload 0 /* this */
            aload 2 /* remote */
            putfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint._remote:Ljava/net/InetSocketAddress;
         3: .line 767
            aload 0 /* this */
            aload 3 /* local */
            putfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint._local:Ljava/net/InetSocketAddress;
         4: .line 768
            return
        end local 3 // java.net.InetSocketAddress local
        end local 2 // java.net.InetSocketAddress remote
        end local 1 // org.eclipse.jetty.io.EndPoint endPoint
        end local 0 // org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    5     0      this  Lorg/eclipse/jetty/server/ProxyConnectionFactory$ProxyEndPoint;
            0    5     1  endPoint  Lorg/eclipse/jetty/io/EndPoint;
            0    5     2    remote  Ljava/net/InetSocketAddress;
            0    5     3     local  Ljava/net/InetSocketAddress;
    MethodParameters:
          Name  Flags
      endPoint  
      remote    
      local     

  public org.eclipse.jetty.io.EndPoint unwrap();
    descriptor: ()Lorg/eclipse/jetty/io/EndPoint;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint this
         0: .line 772
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint._endPoint:Lorg/eclipse/jetty/io/EndPoint;
            areturn
        end local 0 // org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/ProxyConnectionFactory$ProxyEndPoint;

  private void putTLV(int, byte[]);
    descriptor: (I[B)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint this
        start local 1 // int type
        start local 2 // byte[] value
         0: .line 783
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint._tlvs:Ljava/util/Map;
            ifnonnull 2
         1: .line 784
            aload 0 /* this */
            new java.util.HashMap
            dup
            invokespecial java.util.HashMap.<init>:()V
            putfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint._tlvs:Ljava/util/Map;
         2: .line 785
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint._tlvs:Ljava/util/Map;
            iload 1 /* type */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aload 2 /* value */
            invokeinterface java.util.Map.put:(Ljava/lang/Object;Ljava/lang/Object;)Ljava/lang/Object;
            pop
         3: .line 786
            return
        end local 2 // byte[] value
        end local 1 // int type
        end local 0 // org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lorg/eclipse/jetty/server/ProxyConnectionFactory$ProxyEndPoint;
            0    4     1   type  I
            0    4     2  value  [B
    MethodParameters:
       Name  Flags
      type   
      value  

  public byte[] getTLV(int);
    descriptor: (I)[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint this
        start local 1 // int type
         0: .line 796
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint._tlvs:Ljava/util/Map;
            ifnull 1
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint._tlvs:Ljava/util/Map;
            iload 1 /* type */
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            invokeinterface java.util.Map.get:(Ljava/lang/Object;)Ljava/lang/Object;
            checkcast byte[]
            goto 2
      StackMap locals:
      StackMap stack:
         1: aconst_null
      StackMap locals:
      StackMap stack: byte[]
         2: areturn
        end local 1 // int type
        end local 0 // org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jetty/server/ProxyConnectionFactory$ProxyEndPoint;
            0    3     1  type  I
    MethodParameters:
      Name  Flags
      type  

  public void close(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint this
        start local 1 // java.lang.Throwable cause
         0: .line 802
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint._endPoint:Lorg/eclipse/jetty/io/EndPoint;
            aload 1 /* cause */
            invokeinterface org.eclipse.jetty.io.EndPoint.close:(Ljava/lang/Throwable;)V
         1: .line 803
            return
        end local 1 // java.lang.Throwable cause
        end local 0 // org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/eclipse/jetty/server/ProxyConnectionFactory$ProxyEndPoint;
            0    2     1  cause  Ljava/lang/Throwable;
    MethodParameters:
       Name  Flags
      cause  

  public int fill(java.nio.ByteBuffer);
    descriptor: (Ljava/nio/ByteBuffer;)I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint this
        start local 1 // java.nio.ByteBuffer buffer
         0: .line 808
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint._endPoint:Lorg/eclipse/jetty/io/EndPoint;
            aload 1 /* buffer */
            invokeinterface org.eclipse.jetty.io.EndPoint.fill:(Ljava/nio/ByteBuffer;)I
            ireturn
        end local 1 // java.nio.ByteBuffer buffer
        end local 0 // org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/eclipse/jetty/server/ProxyConnectionFactory$ProxyEndPoint;
            0    1     1  buffer  Ljava/nio/ByteBuffer;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      buffer  

  public void fillInterested(org.eclipse.jetty.util.Callback);
    descriptor: (Lorg/eclipse/jetty/util/Callback;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint this
        start local 1 // org.eclipse.jetty.util.Callback callback
         0: .line 814
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint._endPoint:Lorg/eclipse/jetty/io/EndPoint;
            aload 1 /* callback */
            invokeinterface org.eclipse.jetty.io.EndPoint.fillInterested:(Lorg/eclipse/jetty/util/Callback;)V
         1: .line 815
            return
        end local 1 // org.eclipse.jetty.util.Callback callback
        end local 0 // org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/eclipse/jetty/server/ProxyConnectionFactory$ProxyEndPoint;
            0    2     1  callback  Lorg/eclipse/jetty/util/Callback;
    Exceptions:
      throws java.nio.channels.ReadPendingException
    MethodParameters:
          Name  Flags
      callback  

  public boolean flush(java.nio.ByteBuffer[]);
    descriptor: ([Ljava/nio/ByteBuffer;)Z
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint this
        start local 1 // java.nio.ByteBuffer[] buffer
         0: .line 820
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint._endPoint:Lorg/eclipse/jetty/io/EndPoint;
            aload 1 /* buffer */
            invokeinterface org.eclipse.jetty.io.EndPoint.flush:([Ljava/nio/ByteBuffer;)Z
            ireturn
        end local 1 // java.nio.ByteBuffer[] buffer
        end local 0 // org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lorg/eclipse/jetty/server/ProxyConnectionFactory$ProxyEndPoint;
            0    1     1  buffer  [Ljava/nio/ByteBuffer;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      buffer  

  public org.eclipse.jetty.io.Connection getConnection();
    descriptor: ()Lorg/eclipse/jetty/io/Connection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint this
         0: .line 826
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint._endPoint:Lorg/eclipse/jetty/io/EndPoint;
            invokeinterface org.eclipse.jetty.io.EndPoint.getConnection:()Lorg/eclipse/jetty/io/Connection;
            areturn
        end local 0 // org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/ProxyConnectionFactory$ProxyEndPoint;

  public void setConnection(org.eclipse.jetty.io.Connection);
    descriptor: (Lorg/eclipse/jetty/io/Connection;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint this
        start local 1 // org.eclipse.jetty.io.Connection connection
         0: .line 832
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint._endPoint:Lorg/eclipse/jetty/io/EndPoint;
            aload 1 /* connection */
            invokeinterface org.eclipse.jetty.io.EndPoint.setConnection:(Lorg/eclipse/jetty/io/Connection;)V
         1: .line 833
            return
        end local 1 // org.eclipse.jetty.io.Connection connection
        end local 0 // org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    2     0        this  Lorg/eclipse/jetty/server/ProxyConnectionFactory$ProxyEndPoint;
            0    2     1  connection  Lorg/eclipse/jetty/io/Connection;
    MethodParameters:
            Name  Flags
      connection  

  public long getCreatedTimeStamp();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint this
         0: .line 838
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint._endPoint:Lorg/eclipse/jetty/io/EndPoint;
            invokeinterface org.eclipse.jetty.io.EndPoint.getCreatedTimeStamp:()J
            lreturn
        end local 0 // org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/ProxyConnectionFactory$ProxyEndPoint;

  public long getIdleTimeout();
    descriptor: ()J
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint this
         0: .line 844
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint._endPoint:Lorg/eclipse/jetty/io/EndPoint;
            invokeinterface org.eclipse.jetty.io.EndPoint.getIdleTimeout:()J
            lreturn
        end local 0 // org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/ProxyConnectionFactory$ProxyEndPoint;

  public void setIdleTimeout(long);
    descriptor: (J)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint this
        start local 1 // long idleTimeout
         0: .line 850
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint._endPoint:Lorg/eclipse/jetty/io/EndPoint;
            lload 1 /* idleTimeout */
            invokeinterface org.eclipse.jetty.io.EndPoint.setIdleTimeout:(J)V
         1: .line 851
            return
        end local 1 // long idleTimeout
        end local 0 // org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lorg/eclipse/jetty/server/ProxyConnectionFactory$ProxyEndPoint;
            0    2     1  idleTimeout  J
    MethodParameters:
             Name  Flags
      idleTimeout  

  public java.net.InetSocketAddress getLocalAddress();
    descriptor: ()Ljava/net/InetSocketAddress;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint this
         0: .line 856
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint._local:Ljava/net/InetSocketAddress;
            areturn
        end local 0 // org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/ProxyConnectionFactory$ProxyEndPoint;

  public java.net.InetSocketAddress getRemoteAddress();
    descriptor: ()Ljava/net/InetSocketAddress;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint this
         0: .line 862
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint._remote:Ljava/net/InetSocketAddress;
            areturn
        end local 0 // org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/ProxyConnectionFactory$ProxyEndPoint;

  public java.lang.Object getTransport();
    descriptor: ()Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint this
         0: .line 868
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint._endPoint:Lorg/eclipse/jetty/io/EndPoint;
            invokeinterface org.eclipse.jetty.io.EndPoint.getTransport:()Ljava/lang/Object;
            areturn
        end local 0 // org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/ProxyConnectionFactory$ProxyEndPoint;

  public boolean isFillInterested();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint this
         0: .line 874
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint._endPoint:Lorg/eclipse/jetty/io/EndPoint;
            invokeinterface org.eclipse.jetty.io.EndPoint.isFillInterested:()Z
            ireturn
        end local 0 // org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/ProxyConnectionFactory$ProxyEndPoint;

  public boolean isInputShutdown();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint this
         0: .line 880
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint._endPoint:Lorg/eclipse/jetty/io/EndPoint;
            invokeinterface org.eclipse.jetty.io.EndPoint.isInputShutdown:()Z
            ireturn
        end local 0 // org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/ProxyConnectionFactory$ProxyEndPoint;

  public boolean isOpen();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint this
         0: .line 886
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint._endPoint:Lorg/eclipse/jetty/io/EndPoint;
            invokeinterface org.eclipse.jetty.io.EndPoint.isOpen:()Z
            ireturn
        end local 0 // org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/ProxyConnectionFactory$ProxyEndPoint;

  public boolean isOutputShutdown();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint this
         0: .line 892
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint._endPoint:Lorg/eclipse/jetty/io/EndPoint;
            invokeinterface org.eclipse.jetty.io.EndPoint.isOutputShutdown:()Z
            ireturn
        end local 0 // org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/ProxyConnectionFactory$ProxyEndPoint;

  public void onClose(java.lang.Throwable);
    descriptor: (Ljava/lang/Throwable;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint this
        start local 1 // java.lang.Throwable cause
         0: .line 898
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint._endPoint:Lorg/eclipse/jetty/io/EndPoint;
            aload 1 /* cause */
            invokeinterface org.eclipse.jetty.io.EndPoint.onClose:(Ljava/lang/Throwable;)V
         1: .line 899
            return
        end local 1 // java.lang.Throwable cause
        end local 0 // org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/eclipse/jetty/server/ProxyConnectionFactory$ProxyEndPoint;
            0    2     1  cause  Ljava/lang/Throwable;
    MethodParameters:
       Name  Flags
      cause  

  public void onOpen();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint this
         0: .line 904
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint._endPoint:Lorg/eclipse/jetty/io/EndPoint;
            invokeinterface org.eclipse.jetty.io.EndPoint.onOpen:()V
         1: .line 905
            return
        end local 0 // org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jetty/server/ProxyConnectionFactory$ProxyEndPoint;

  public void shutdownOutput();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint this
         0: .line 910
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint._endPoint:Lorg/eclipse/jetty/io/EndPoint;
            invokeinterface org.eclipse.jetty.io.EndPoint.shutdownOutput:()V
         1: .line 911
            return
        end local 0 // org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jetty/server/ProxyConnectionFactory$ProxyEndPoint;

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint this
         0: .line 916
            ldc "%s@%x[remote=%s,local=%s,endpoint=%s]"
            iconst_5
            anewarray java.lang.Object
            dup
            iconst_0
         1: .line 917
            aload 0 /* this */
            invokevirtual java.lang.Object.getClass:()Ljava/lang/Class;
            invokevirtual java.lang.Class.getSimpleName:()Ljava/lang/String;
            aastore
            dup
            iconst_1
         2: .line 918
            aload 0 /* this */
            invokevirtual java.lang.Object.hashCode:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_2
         3: .line 919
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint._remote:Ljava/net/InetSocketAddress;
            aastore
            dup
            iconst_3
         4: .line 920
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint._local:Ljava/net/InetSocketAddress;
            aastore
            dup
            iconst_4
         5: .line 921
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint._endPoint:Lorg/eclipse/jetty/io/EndPoint;
            aastore
         6: .line 916
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    7     0  this  Lorg/eclipse/jetty/server/ProxyConnectionFactory$ProxyEndPoint;

  public boolean tryFillInterested(org.eclipse.jetty.util.Callback);
    descriptor: (Lorg/eclipse/jetty/util/Callback;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint this
        start local 1 // org.eclipse.jetty.util.Callback callback
         0: .line 927
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint._endPoint:Lorg/eclipse/jetty/io/EndPoint;
            aload 1 /* callback */
            invokeinterface org.eclipse.jetty.io.EndPoint.tryFillInterested:(Lorg/eclipse/jetty/util/Callback;)Z
            ireturn
        end local 1 // org.eclipse.jetty.util.Callback callback
        end local 0 // org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lorg/eclipse/jetty/server/ProxyConnectionFactory$ProxyEndPoint;
            0    1     1  callback  Lorg/eclipse/jetty/util/Callback;
    MethodParameters:
          Name  Flags
      callback  

  public void upgrade(org.eclipse.jetty.io.Connection);
    descriptor: (Lorg/eclipse/jetty/io/Connection;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint this
        start local 1 // org.eclipse.jetty.io.Connection newConnection
         0: .line 933
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint._endPoint:Lorg/eclipse/jetty/io/EndPoint;
            aload 1 /* newConnection */
            invokeinterface org.eclipse.jetty.io.EndPoint.upgrade:(Lorg/eclipse/jetty/io/Connection;)V
         1: .line 934
            return
        end local 1 // org.eclipse.jetty.io.Connection newConnection
        end local 0 // org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lorg/eclipse/jetty/server/ProxyConnectionFactory$ProxyEndPoint;
            0    2     1  newConnection  Lorg/eclipse/jetty/io/Connection;
    MethodParameters:
               Name  Flags
      newConnection  

  public void write(org.eclipse.jetty.util.Callback, java.nio.ByteBuffer[]);
    descriptor: (Lorg/eclipse/jetty/util/Callback;[Ljava/nio/ByteBuffer;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint this
        start local 1 // org.eclipse.jetty.util.Callback callback
        start local 2 // java.nio.ByteBuffer[] buffers
         0: .line 939
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint._endPoint:Lorg/eclipse/jetty/io/EndPoint;
            aload 1 /* callback */
            aload 2 /* buffers */
            invokeinterface org.eclipse.jetty.io.EndPoint.write:(Lorg/eclipse/jetty/util/Callback;[Ljava/nio/ByteBuffer;)V
         1: .line 940
            return
        end local 2 // java.nio.ByteBuffer[] buffers
        end local 1 // org.eclipse.jetty.util.Callback callback
        end local 0 // org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/eclipse/jetty/server/ProxyConnectionFactory$ProxyEndPoint;
            0    2     1  callback  Lorg/eclipse/jetty/util/Callback;
            0    2     2   buffers  [Ljava/nio/ByteBuffer;
    Exceptions:
      throws java.nio.channels.WritePendingException
    MethodParameters:
          Name  Flags
      callback  
      buffers   
}
SourceFile: "ProxyConnectionFactory.java"
NestHost: org.eclipse.jetty.server.ProxyConnectionFactory
InnerClasses:
  public abstract Wrapper = org.eclipse.jetty.io.EndPoint$Wrapper of org.eclipse.jetty.io.EndPoint
  public ProxyEndPoint = org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint of org.eclipse.jetty.server.ProxyConnectionFactory