public class org.eclipse.jetty.io.SocketChannelEndPoint extends org.eclipse.jetty.io.ChannelEndPoint
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jetty.io.SocketChannelEndPoint
  super_class: org.eclipse.jetty.io.ChannelEndPoint
{
  private static final org.eclipse.jetty.util.log.Logger LOG;
    descriptor: Lorg/eclipse/jetty/util/log/Logger;
    flags: (0x001a) ACC_PRIVATE, ACC_STATIC, ACC_FINAL

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

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

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

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 34
            ldc Lorg/eclipse/jetty/io/SocketChannelEndPoint;
            invokestatic org.eclipse.jetty.util.log.Log.getLogger:(Ljava/lang/Class;)Lorg/eclipse/jetty/util/log/Logger;
            putstatic org.eclipse.jetty.io.SocketChannelEndPoint.LOG:Lorg/eclipse/jetty/util/log/Logger;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  public void <init>(java.nio.channels.SelectableChannel, org.eclipse.jetty.io.ManagedSelector, java.nio.channels.SelectionKey, org.eclipse.jetty.util.thread.Scheduler);
    descriptor: (Ljava/nio/channels/SelectableChannel;Lorg/eclipse/jetty/io/ManagedSelector;Ljava/nio/channels/SelectionKey;Lorg/eclipse/jetty/util/thread/Scheduler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // org.eclipse.jetty.io.SocketChannelEndPoint this
        start local 1 // java.nio.channels.SelectableChannel channel
        start local 2 // org.eclipse.jetty.io.ManagedSelector selector
        start local 3 // java.nio.channels.SelectionKey key
        start local 4 // org.eclipse.jetty.util.thread.Scheduler scheduler
         0: .line 41
            aload 0 /* this */
            aload 1 /* channel */
            checkcast java.nio.channels.SocketChannel
            aload 2 /* selector */
            aload 3 /* key */
            aload 4 /* scheduler */
            invokespecial org.eclipse.jetty.io.SocketChannelEndPoint.<init>:(Ljava/nio/channels/SocketChannel;Lorg/eclipse/jetty/io/ManagedSelector;Ljava/nio/channels/SelectionKey;Lorg/eclipse/jetty/util/thread/Scheduler;)V
         1: .line 42
            return
        end local 4 // org.eclipse.jetty.util.thread.Scheduler scheduler
        end local 3 // java.nio.channels.SelectionKey key
        end local 2 // org.eclipse.jetty.io.ManagedSelector selector
        end local 1 // java.nio.channels.SelectableChannel channel
        end local 0 // org.eclipse.jetty.io.SocketChannelEndPoint this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    2     0       this  Lorg/eclipse/jetty/io/SocketChannelEndPoint;
            0    2     1    channel  Ljava/nio/channels/SelectableChannel;
            0    2     2   selector  Lorg/eclipse/jetty/io/ManagedSelector;
            0    2     3        key  Ljava/nio/channels/SelectionKey;
            0    2     4  scheduler  Lorg/eclipse/jetty/util/thread/Scheduler;
    MethodParameters:
           Name  Flags
      channel    
      selector   
      key        
      scheduler  

  public void <init>(java.nio.channels.SocketChannel, org.eclipse.jetty.io.ManagedSelector, java.nio.channels.SelectionKey, org.eclipse.jetty.util.thread.Scheduler);
    descriptor: (Ljava/nio/channels/SocketChannel;Lorg/eclipse/jetty/io/ManagedSelector;Ljava/nio/channels/SelectionKey;Lorg/eclipse/jetty/util/thread/Scheduler;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // org.eclipse.jetty.io.SocketChannelEndPoint this
        start local 1 // java.nio.channels.SocketChannel channel
        start local 2 // org.eclipse.jetty.io.ManagedSelector selector
        start local 3 // java.nio.channels.SelectionKey key
        start local 4 // org.eclipse.jetty.util.thread.Scheduler scheduler
         0: .line 46
            aload 0 /* this */
            aload 1 /* channel */
            aload 2 /* selector */
            aload 3 /* key */
            aload 4 /* scheduler */
            invokespecial org.eclipse.jetty.io.ChannelEndPoint.<init>:(Ljava/nio/channels/ByteChannel;Lorg/eclipse/jetty/io/ManagedSelector;Ljava/nio/channels/SelectionKey;Lorg/eclipse/jetty/util/thread/Scheduler;)V
         1: .line 48
            aload 0 /* this */
            aload 1 /* channel */
            invokevirtual java.nio.channels.SocketChannel.socket:()Ljava/net/Socket;
            putfield org.eclipse.jetty.io.SocketChannelEndPoint._socket:Ljava/net/Socket;
         2: .line 49
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jetty.io.SocketChannelEndPoint._socket:Ljava/net/Socket;
            invokevirtual java.net.Socket.getLocalSocketAddress:()Ljava/net/SocketAddress;
            checkcast java.net.InetSocketAddress
            putfield org.eclipse.jetty.io.SocketChannelEndPoint._local:Ljava/net/InetSocketAddress;
         3: .line 50
            aload 0 /* this */
            aload 0 /* this */
            getfield org.eclipse.jetty.io.SocketChannelEndPoint._socket:Ljava/net/Socket;
            invokevirtual java.net.Socket.getRemoteSocketAddress:()Ljava/net/SocketAddress;
            checkcast java.net.InetSocketAddress
            putfield org.eclipse.jetty.io.SocketChannelEndPoint._remote:Ljava/net/InetSocketAddress;
         4: .line 51
            return
        end local 4 // org.eclipse.jetty.util.thread.Scheduler scheduler
        end local 3 // java.nio.channels.SelectionKey key
        end local 2 // org.eclipse.jetty.io.ManagedSelector selector
        end local 1 // java.nio.channels.SocketChannel channel
        end local 0 // org.eclipse.jetty.io.SocketChannelEndPoint this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lorg/eclipse/jetty/io/SocketChannelEndPoint;
            0    5     1    channel  Ljava/nio/channels/SocketChannel;
            0    5     2   selector  Lorg/eclipse/jetty/io/ManagedSelector;
            0    5     3        key  Ljava/nio/channels/SelectionKey;
            0    5     4  scheduler  Lorg/eclipse/jetty/util/thread/Scheduler;
    MethodParameters:
           Name  Flags
      channel    
      selector   
      key        
      scheduler  

  public java.net.Socket getSocket();
    descriptor: ()Ljava/net/Socket;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.io.SocketChannelEndPoint this
         0: .line 55
            aload 0 /* this */
            getfield org.eclipse.jetty.io.SocketChannelEndPoint._socket:Ljava/net/Socket;
            areturn
        end local 0 // org.eclipse.jetty.io.SocketChannelEndPoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/io/SocketChannelEndPoint;

  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.io.SocketChannelEndPoint this
         0: .line 61
            aload 0 /* this */
            getfield org.eclipse.jetty.io.SocketChannelEndPoint._local:Ljava/net/InetSocketAddress;
            areturn
        end local 0 // org.eclipse.jetty.io.SocketChannelEndPoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/io/SocketChannelEndPoint;

  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.io.SocketChannelEndPoint this
         0: .line 67
            aload 0 /* this */
            getfield org.eclipse.jetty.io.SocketChannelEndPoint._remote:Ljava/net/InetSocketAddress;
            areturn
        end local 0 // org.eclipse.jetty.io.SocketChannelEndPoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/io/SocketChannelEndPoint;

  protected void doShutdownOutput();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // org.eclipse.jetty.io.SocketChannelEndPoint this
         0: .line 75
            aload 0 /* this */
            getfield org.eclipse.jetty.io.SocketChannelEndPoint._socket:Ljava/net/Socket;
            invokevirtual java.net.Socket.isOutputShutdown:()Z
            ifne 5
         1: .line 76
            aload 0 /* this */
            getfield org.eclipse.jetty.io.SocketChannelEndPoint._socket:Ljava/net/Socket;
            invokevirtual java.net.Socket.shutdownOutput:()V
         2: .line 77
            goto 5
         3: .line 78
      StackMap locals:
      StackMap stack: java.io.IOException
            astore 1 /* e */
        start local 1 // java.io.IOException e
         4: .line 80
            getstatic org.eclipse.jetty.io.SocketChannelEndPoint.LOG:Lorg/eclipse/jetty/util/log/Logger;
            aload 1 /* e */
            invokeinterface org.eclipse.jetty.util.log.Logger.debug:(Ljava/lang/Throwable;)V
        end local 1 // java.io.IOException e
         5: .line 82
      StackMap locals:
      StackMap stack:
            return
        end local 0 // org.eclipse.jetty.io.SocketChannelEndPoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lorg/eclipse/jetty/io/SocketChannelEndPoint;
            4    5     1     e  Ljava/io/IOException;
      Exception table:
        from    to  target  type
           0     2       3  Class java.io.IOException
}
SourceFile: "SocketChannelEndPoint.java"