public class org.eclipse.jetty.server.ServerConnector$ServerConnectorManager extends org.eclipse.jetty.io.SelectorManager
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jetty.server.ServerConnector$ServerConnectorManager
  super_class: org.eclipse.jetty.io.SelectorManager
{
  final org.eclipse.jetty.server.ServerConnector this$0;
    descriptor: Lorg/eclipse/jetty/server/ServerConnector;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  public void <init>(org.eclipse.jetty.server.ServerConnector, java.util.concurrent.Executor, org.eclipse.jetty.util.thread.Scheduler, int);
    descriptor: (Lorg/eclipse/jetty/server/ServerConnector;Ljava/util/concurrent/Executor;Lorg/eclipse/jetty/util/thread/Scheduler;I)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=5, args_size=5
        start local 0 // org.eclipse.jetty.server.ServerConnector$ServerConnectorManager this
        start local 2 // java.util.concurrent.Executor executor
        start local 3 // org.eclipse.jetty.util.thread.Scheduler scheduler
        start local 4 // int selectors
         0: .line 505
            aload 0 /* this */
            aload 1
            putfield org.eclipse.jetty.server.ServerConnector$ServerConnectorManager.this$0:Lorg/eclipse/jetty/server/ServerConnector;
         1: .line 506
            aload 0 /* this */
            aload 2 /* executor */
            aload 3 /* scheduler */
            iload 4 /* selectors */
            invokespecial org.eclipse.jetty.io.SelectorManager.<init>:(Ljava/util/concurrent/Executor;Lorg/eclipse/jetty/util/thread/Scheduler;I)V
         2: .line 507
            return
        end local 4 // int selectors
        end local 3 // org.eclipse.jetty.util.thread.Scheduler scheduler
        end local 2 // java.util.concurrent.Executor executor
        end local 0 // org.eclipse.jetty.server.ServerConnector$ServerConnectorManager this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    3     0       this  Lorg/eclipse/jetty/server/ServerConnector$ServerConnectorManager;
            0    3     2   executor  Ljava/util/concurrent/Executor;
            0    3     3  scheduler  Lorg/eclipse/jetty/util/thread/Scheduler;
            0    3     4  selectors  I
    MethodParameters:
           Name  Flags
      this$0     final
      executor   
      scheduler  
      selectors  

  protected void accepted(java.nio.channels.SelectableChannel);
    descriptor: (Ljava/nio/channels/SelectableChannel;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.ServerConnector$ServerConnectorManager this
        start local 1 // java.nio.channels.SelectableChannel channel
         0: .line 512
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ServerConnector$ServerConnectorManager.this$0:Lorg/eclipse/jetty/server/ServerConnector;
            aload 1 /* channel */
            checkcast java.nio.channels.SocketChannel
            invokevirtual org.eclipse.jetty.server.ServerConnector.accepted:(Ljava/nio/channels/SocketChannel;)V
         1: .line 513
            return
        end local 1 // java.nio.channels.SelectableChannel channel
        end local 0 // org.eclipse.jetty.server.ServerConnector$ServerConnectorManager this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/eclipse/jetty/server/ServerConnector$ServerConnectorManager;
            0    2     1  channel  Ljava/nio/channels/SelectableChannel;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
         Name  Flags
      channel  

  protected org.eclipse.jetty.io.ChannelEndPoint newEndPoint(java.nio.channels.SelectableChannel, org.eclipse.jetty.io.ManagedSelector, java.nio.channels.SelectionKey);
    descriptor: (Ljava/nio/channels/SelectableChannel;Lorg/eclipse/jetty/io/ManagedSelector;Ljava/nio/channels/SelectionKey;)Lorg/eclipse/jetty/io/ChannelEndPoint;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // org.eclipse.jetty.server.ServerConnector$ServerConnectorManager this
        start local 1 // java.nio.channels.SelectableChannel channel
        start local 2 // org.eclipse.jetty.io.ManagedSelector selectSet
        start local 3 // java.nio.channels.SelectionKey selectionKey
         0: .line 518
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ServerConnector$ServerConnectorManager.this$0:Lorg/eclipse/jetty/server/ServerConnector;
            aload 1 /* channel */
            checkcast java.nio.channels.SocketChannel
            aload 2 /* selectSet */
            aload 3 /* selectionKey */
            invokevirtual org.eclipse.jetty.server.ServerConnector.newEndPoint:(Ljava/nio/channels/SocketChannel;Lorg/eclipse/jetty/io/ManagedSelector;Ljava/nio/channels/SelectionKey;)Lorg/eclipse/jetty/io/ChannelEndPoint;
            areturn
        end local 3 // java.nio.channels.SelectionKey selectionKey
        end local 2 // org.eclipse.jetty.io.ManagedSelector selectSet
        end local 1 // java.nio.channels.SelectableChannel channel
        end local 0 // org.eclipse.jetty.server.ServerConnector$ServerConnectorManager this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    1     0          this  Lorg/eclipse/jetty/server/ServerConnector$ServerConnectorManager;
            0    1     1       channel  Ljava/nio/channels/SelectableChannel;
            0    1     2     selectSet  Lorg/eclipse/jetty/io/ManagedSelector;
            0    1     3  selectionKey  Ljava/nio/channels/SelectionKey;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
              Name  Flags
      channel       
      selectSet     
      selectionKey  

  public org.eclipse.jetty.io.Connection newConnection(java.nio.channels.SelectableChannel, org.eclipse.jetty.io.EndPoint, java.lang.Object);
    descriptor: (Ljava/nio/channels/SelectableChannel;Lorg/eclipse/jetty/io/EndPoint;Ljava/lang/Object;)Lorg/eclipse/jetty/io/Connection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // org.eclipse.jetty.server.ServerConnector$ServerConnectorManager this
        start local 1 // java.nio.channels.SelectableChannel channel
        start local 2 // org.eclipse.jetty.io.EndPoint endpoint
        start local 3 // java.lang.Object attachment
         0: .line 524
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ServerConnector$ServerConnectorManager.this$0:Lorg/eclipse/jetty/server/ServerConnector;
            invokevirtual org.eclipse.jetty.server.ServerConnector.getDefaultConnectionFactory:()Lorg/eclipse/jetty/server/ConnectionFactory;
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ServerConnector$ServerConnectorManager.this$0:Lorg/eclipse/jetty/server/ServerConnector;
            aload 2 /* endpoint */
            invokeinterface org.eclipse.jetty.server.ConnectionFactory.newConnection:(Lorg/eclipse/jetty/server/Connector;Lorg/eclipse/jetty/io/EndPoint;)Lorg/eclipse/jetty/io/Connection;
            areturn
        end local 3 // java.lang.Object attachment
        end local 2 // org.eclipse.jetty.io.EndPoint endpoint
        end local 1 // java.nio.channels.SelectableChannel channel
        end local 0 // org.eclipse.jetty.server.ServerConnector$ServerConnectorManager this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lorg/eclipse/jetty/server/ServerConnector$ServerConnectorManager;
            0    1     1     channel  Ljava/nio/channels/SelectableChannel;
            0    1     2    endpoint  Lorg/eclipse/jetty/io/EndPoint;
            0    1     3  attachment  Ljava/lang/Object;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
            Name  Flags
      channel     
      endpoint    
      attachment  

  protected void endPointOpened(org.eclipse.jetty.io.EndPoint);
    descriptor: (Lorg/eclipse/jetty/io/EndPoint;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.ServerConnector$ServerConnectorManager this
        start local 1 // org.eclipse.jetty.io.EndPoint endpoint
         0: .line 530
            aload 0 /* this */
            aload 1 /* endpoint */
            invokespecial org.eclipse.jetty.io.SelectorManager.endPointOpened:(Lorg/eclipse/jetty/io/EndPoint;)V
         1: .line 531
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ServerConnector$ServerConnectorManager.this$0:Lorg/eclipse/jetty/server/ServerConnector;
            aload 1 /* endpoint */
            invokevirtual org.eclipse.jetty.server.ServerConnector.onEndPointOpened:(Lorg/eclipse/jetty/io/EndPoint;)V
         2: .line 532
            return
        end local 1 // org.eclipse.jetty.io.EndPoint endpoint
        end local 0 // org.eclipse.jetty.server.ServerConnector$ServerConnectorManager this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/eclipse/jetty/server/ServerConnector$ServerConnectorManager;
            0    3     1  endpoint  Lorg/eclipse/jetty/io/EndPoint;
    MethodParameters:
          Name  Flags
      endpoint  

  protected void endPointClosed(org.eclipse.jetty.io.EndPoint);
    descriptor: (Lorg/eclipse/jetty/io/EndPoint;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.ServerConnector$ServerConnectorManager this
        start local 1 // org.eclipse.jetty.io.EndPoint endpoint
         0: .line 537
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ServerConnector$ServerConnectorManager.this$0:Lorg/eclipse/jetty/server/ServerConnector;
            aload 1 /* endpoint */
            invokevirtual org.eclipse.jetty.server.ServerConnector.onEndPointClosed:(Lorg/eclipse/jetty/io/EndPoint;)V
         1: .line 538
            aload 0 /* this */
            aload 1 /* endpoint */
            invokespecial org.eclipse.jetty.io.SelectorManager.endPointClosed:(Lorg/eclipse/jetty/io/EndPoint;)V
         2: .line 539
            return
        end local 1 // org.eclipse.jetty.io.EndPoint endpoint
        end local 0 // org.eclipse.jetty.server.ServerConnector$ServerConnectorManager this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    3     0      this  Lorg/eclipse/jetty/server/ServerConnector$ServerConnectorManager;
            0    3     1  endpoint  Lorg/eclipse/jetty/io/EndPoint;
    MethodParameters:
          Name  Flags
      endpoint  

  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.ServerConnector$ServerConnectorManager this
         0: .line 544
            ldc "SelectorManager@%s"
            iconst_1
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            getfield org.eclipse.jetty.server.ServerConnector$ServerConnectorManager.this$0:Lorg/eclipse/jetty/server/ServerConnector;
            aastore
            invokestatic java.lang.String.format:(Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/String;
            areturn
        end local 0 // org.eclipse.jetty.server.ServerConnector$ServerConnectorManager this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lorg/eclipse/jetty/server/ServerConnector$ServerConnectorManager;

  protected org.eclipse.jetty.io.EndPoint newEndPoint(java.nio.channels.SelectableChannel, org.eclipse.jetty.io.ManagedSelector, java.nio.channels.SelectionKey);
    descriptor: (Ljava/nio/channels/SelectableChannel;Lorg/eclipse/jetty/io/ManagedSelector;Ljava/nio/channels/SelectionKey;)Lorg/eclipse/jetty/io/EndPoint;
    flags: (0x1044) ACC_PROTECTED, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=4, locals=4, args_size=4
         0: .line 1
            aload 0
            aload 1
            aload 2
            aload 3
            invokevirtual org.eclipse.jetty.server.ServerConnector$ServerConnectorManager.newEndPoint:(Ljava/nio/channels/SelectableChannel;Lorg/eclipse/jetty/io/ManagedSelector;Ljava/nio/channels/SelectionKey;)Lorg/eclipse/jetty/io/ChannelEndPoint;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
    Exceptions:
      throws java.io.IOException
}
SourceFile: "ServerConnector.java"
NestHost: org.eclipse.jetty.server.ServerConnector
InnerClasses:
  protected ServerConnectorManager = org.eclipse.jetty.server.ServerConnector$ServerConnectorManager of org.eclipse.jetty.server.ServerConnector