public class org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint extends org.eclipse.jetty.util.AttributesMap implements org.eclipse.jetty.io.EndPoint
  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 final org.eclipse.jetty.io.EndPoint _endp;
    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

  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 endp
        start local 2 // java.net.InetSocketAddress remote
        start local 3 // java.net.InetSocketAddress local
         0: .line 597
            aload 0 /* this */
            invokespecial org.eclipse.jetty.util.AttributesMap.<init>:()V
         1: .line 599
            aload 0 /* this */
            aload 1 /* endp */
            putfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint._endp:Lorg/eclipse/jetty/io/EndPoint;
         2: .line 600
            aload 0 /* this */
            aload 2 /* remote */
            putfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint._remote:Ljava/net/InetSocketAddress;
         3: .line 601
            aload 0 /* this */
            aload 3 /* local */
            putfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint._local:Ljava/net/InetSocketAddress;
         4: .line 602
            return
        end local 3 // java.net.InetSocketAddress local
        end local 2 // java.net.InetSocketAddress remote
        end local 1 // org.eclipse.jetty.io.EndPoint endp
        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    endp  Lorg/eclipse/jetty/io/EndPoint;
            0    5     2  remote  Ljava/net/InetSocketAddress;
            0    5     3   local  Ljava/net/InetSocketAddress;
    MethodParameters:
        Name  Flags
      endp    
      remote  
      local   

  public boolean isOptimizedForDirectBuffers();
    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 607
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint._endp:Lorg/eclipse/jetty/io/EndPoint;
            invokeinterface org.eclipse.jetty.io.EndPoint.isOptimizedForDirectBuffers:()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 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 613
            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 619
            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.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 625
            ldc "%s@%x[remote=%s,local=%s,endpoint=%s]"
            iconst_5
            anewarray java.lang.Object
            dup
            iconst_0
         1: .line 626
            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 627
            aload 0 /* this */
            invokevirtual java.lang.Object.hashCode:()I
            invokestatic java.lang.Integer.valueOf:(I)Ljava/lang/Integer;
            aastore
            dup
            iconst_2
         3: .line 628
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint._remote:Ljava/net/InetSocketAddress;
            aastore
            dup
            iconst_3
         4: .line 629
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint._local:Ljava/net/InetSocketAddress;
            aastore
            dup
            iconst_4
         5: .line 630
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint._endp:Lorg/eclipse/jetty/io/EndPoint;
            aastore
         6: .line 625
            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 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 636
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint._endp: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 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 642
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint._endp: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 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 648
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint._endp:Lorg/eclipse/jetty/io/EndPoint;
            invokeinterface org.eclipse.jetty.io.EndPoint.shutdownOutput:()V
         1: .line 649
            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 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 654
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint._endp: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 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 660
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint._endp: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 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 666
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint._endp:Lorg/eclipse/jetty/io/EndPoint;
            aload 1 /* cause */
            invokeinterface org.eclipse.jetty.io.EndPoint.close:(Ljava/lang/Throwable;)V
         1: .line 667
            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 672
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint._endp: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 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 678
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint._endp: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 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 684
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint._endp: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 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 690
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint._endp: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 696
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint._endp:Lorg/eclipse/jetty/io/EndPoint;
            lload 1 /* idleTimeout */
            invokeinterface org.eclipse.jetty.io.EndPoint.setIdleTimeout:(J)V
         1: .line 697
            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 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 702
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint._endp:Lorg/eclipse/jetty/io/EndPoint;
            aload 1 /* callback */
            invokeinterface org.eclipse.jetty.io.EndPoint.fillInterested:(Lorg/eclipse/jetty/util/Callback;)V
         1: .line 703
            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 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 708
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint._endp: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 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 714
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint._endp: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 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 720
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint._endp: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 721
            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   

  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 726
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint._endp: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 732
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint._endp:Lorg/eclipse/jetty/io/EndPoint;
            aload 1 /* connection */
            invokeinterface org.eclipse.jetty.io.EndPoint.setConnection:(Lorg/eclipse/jetty/io/Connection;)V
         1: .line 733
            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 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 738
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint._endp:Lorg/eclipse/jetty/io/EndPoint;
            invokeinterface org.eclipse.jetty.io.EndPoint.onOpen:()V
         1: .line 739
            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 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 744
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint._endp:Lorg/eclipse/jetty/io/EndPoint;
            aload 1 /* cause */
            invokeinterface org.eclipse.jetty.io.EndPoint.onClose:(Ljava/lang/Throwable;)V
         1: .line 745
            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 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 750
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint._endp:Lorg/eclipse/jetty/io/EndPoint;
            aload 1 /* newConnection */
            invokeinterface org.eclipse.jetty.io.EndPoint.upgrade:(Lorg/eclipse/jetty/io/Connection;)V
         1: .line 751
            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  
}
SourceFile: "ProxyConnectionFactory.java"
NestHost: org.eclipse.jetty.server.ProxyConnectionFactory
InnerClasses:
  public ProxyEndPoint = org.eclipse.jetty.server.ProxyConnectionFactory$ProxyEndPoint of org.eclipse.jetty.server.ProxyConnectionFactory