public class org.eclipse.jetty.server.handler.InetAccessHandler extends org.eclipse.jetty.server.handler.HandlerWrapper
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: org.eclipse.jetty.server.handler.InetAccessHandler
  super_class: org.eclipse.jetty.server.handler.HandlerWrapper
{
  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 org.eclipse.jetty.util.IncludeExcludeSet<java.lang.String, java.net.InetAddress> _addrs;
    descriptor: Lorg/eclipse/jetty/util/IncludeExcludeSet;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/eclipse/jetty/util/IncludeExcludeSet<Ljava/lang/String;Ljava/net/InetAddress;>;

  private final org.eclipse.jetty.util.IncludeExclude<java.lang.String> _names;
    descriptor: Lorg/eclipse/jetty/util/IncludeExclude;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL
    Signature: Lorg/eclipse/jetty/util/IncludeExclude<Ljava/lang/String;>;

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

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.handler.InetAccessHandler this
         0: .line 52
            aload 0 /* this */
            invokespecial org.eclipse.jetty.server.handler.HandlerWrapper.<init>:()V
         1: .line 56
            aload 0 /* this */
            new org.eclipse.jetty.util.IncludeExcludeSet
            dup
            ldc Lorg/eclipse/jetty/util/InetAddressSet;
            invokespecial org.eclipse.jetty.util.IncludeExcludeSet.<init>:(Ljava/lang/Class;)V
            putfield org.eclipse.jetty.server.handler.InetAccessHandler._addrs:Lorg/eclipse/jetty/util/IncludeExcludeSet;
         2: .line 57
            aload 0 /* this */
            new org.eclipse.jetty.util.IncludeExclude
            dup
            invokespecial org.eclipse.jetty.util.IncludeExclude.<init>:()V
            putfield org.eclipse.jetty.server.handler.InetAccessHandler._names:Lorg/eclipse/jetty/util/IncludeExclude;
         3: .line 52
            return
        end local 0 // org.eclipse.jetty.server.handler.InetAccessHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lorg/eclipse/jetty/server/handler/InetAccessHandler;

  public void clear();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // org.eclipse.jetty.server.handler.InetAccessHandler this
         0: .line 65
            aload 0 /* this */
            getfield org.eclipse.jetty.server.handler.InetAccessHandler._addrs:Lorg/eclipse/jetty/util/IncludeExcludeSet;
            invokevirtual org.eclipse.jetty.util.IncludeExcludeSet.clear:()V
         1: .line 66
            aload 0 /* this */
            getfield org.eclipse.jetty.server.handler.InetAccessHandler._names:Lorg/eclipse/jetty/util/IncludeExclude;
            invokevirtual org.eclipse.jetty.util.IncludeExclude.clear:()V
         2: .line 67
            return
        end local 0 // org.eclipse.jetty.server.handler.InetAccessHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lorg/eclipse/jetty/server/handler/InetAccessHandler;

  public void include(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.handler.InetAccessHandler this
        start local 1 // java.lang.String pattern
         0: .line 77
            aload 0 /* this */
            getfield org.eclipse.jetty.server.handler.InetAccessHandler._addrs:Lorg/eclipse/jetty/util/IncludeExcludeSet;
            aload 1 /* pattern */
            invokevirtual org.eclipse.jetty.util.IncludeExcludeSet.include:(Ljava/lang/Object;)V
         1: .line 78
            return
        end local 1 // java.lang.String pattern
        end local 0 // org.eclipse.jetty.server.handler.InetAccessHandler this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/eclipse/jetty/server/handler/InetAccessHandler;
            0    2     1  pattern  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      pattern  

  public void include(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.handler.InetAccessHandler this
        start local 1 // java.lang.String[] patterns
         0: .line 88
            aload 0 /* this */
            getfield org.eclipse.jetty.server.handler.InetAccessHandler._addrs:Lorg/eclipse/jetty/util/IncludeExcludeSet;
            aload 1 /* patterns */
            invokevirtual org.eclipse.jetty.util.IncludeExcludeSet.include:([Ljava/lang/Object;)V
         1: .line 89
            return
        end local 1 // java.lang.String[] patterns
        end local 0 // org.eclipse.jetty.server.handler.InetAccessHandler this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/eclipse/jetty/server/handler/InetAccessHandler;
            0    2     1  patterns  [Ljava/lang/String;
    MethodParameters:
          Name  Flags
      patterns  

  public void exclude(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.handler.InetAccessHandler this
        start local 1 // java.lang.String pattern
         0: .line 99
            aload 0 /* this */
            getfield org.eclipse.jetty.server.handler.InetAccessHandler._addrs:Lorg/eclipse/jetty/util/IncludeExcludeSet;
            aload 1 /* pattern */
            invokevirtual org.eclipse.jetty.util.IncludeExcludeSet.exclude:(Ljava/lang/Object;)V
         1: .line 100
            return
        end local 1 // java.lang.String pattern
        end local 0 // org.eclipse.jetty.server.handler.InetAccessHandler this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lorg/eclipse/jetty/server/handler/InetAccessHandler;
            0    2     1  pattern  Ljava/lang/String;
    MethodParameters:
         Name  Flags
      pattern  

  public void exclude(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.handler.InetAccessHandler this
        start local 1 // java.lang.String[] patterns
         0: .line 110
            aload 0 /* this */
            getfield org.eclipse.jetty.server.handler.InetAccessHandler._addrs:Lorg/eclipse/jetty/util/IncludeExcludeSet;
            aload 1 /* patterns */
            invokevirtual org.eclipse.jetty.util.IncludeExcludeSet.exclude:([Ljava/lang/Object;)V
         1: .line 111
            return
        end local 1 // java.lang.String[] patterns
        end local 0 // org.eclipse.jetty.server.handler.InetAccessHandler this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0      this  Lorg/eclipse/jetty/server/handler/InetAccessHandler;
            0    2     1  patterns  [Ljava/lang/String;
    MethodParameters:
          Name  Flags
      patterns  

  public void includeConnector(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.handler.InetAccessHandler this
        start local 1 // java.lang.String name
         0: .line 120
            aload 0 /* this */
            getfield org.eclipse.jetty.server.handler.InetAccessHandler._names:Lorg/eclipse/jetty/util/IncludeExclude;
            aload 1 /* name */
            invokevirtual org.eclipse.jetty.util.IncludeExclude.include:(Ljava/lang/Object;)V
         1: .line 121
            return
        end local 1 // java.lang.String name
        end local 0 // org.eclipse.jetty.server.handler.InetAccessHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jetty/server/handler/InetAccessHandler;
            0    2     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public void excludeConnector(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.handler.InetAccessHandler this
        start local 1 // java.lang.String name
         0: .line 130
            aload 0 /* this */
            getfield org.eclipse.jetty.server.handler.InetAccessHandler._names:Lorg/eclipse/jetty/util/IncludeExclude;
            aload 1 /* name */
            invokevirtual org.eclipse.jetty.util.IncludeExclude.exclude:(Ljava/lang/Object;)V
         1: .line 131
            return
        end local 1 // java.lang.String name
        end local 0 // org.eclipse.jetty.server.handler.InetAccessHandler this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lorg/eclipse/jetty/server/handler/InetAccessHandler;
            0    2     1  name  Ljava/lang/String;
    MethodParameters:
      Name  Flags
      name  

  public void includeConnectors(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.handler.InetAccessHandler this
        start local 1 // java.lang.String[] names
         0: .line 140
            aload 0 /* this */
            getfield org.eclipse.jetty.server.handler.InetAccessHandler._names:Lorg/eclipse/jetty/util/IncludeExclude;
            aload 1 /* names */
            invokevirtual org.eclipse.jetty.util.IncludeExclude.include:([Ljava/lang/Object;)V
         1: .line 141
            return
        end local 1 // java.lang.String[] names
        end local 0 // org.eclipse.jetty.server.handler.InetAccessHandler this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/eclipse/jetty/server/handler/InetAccessHandler;
            0    2     1  names  [Ljava/lang/String;
    MethodParameters:
       Name  Flags
      names  

  public void excludeConnectors(java.lang.String[]);
    descriptor: ([Ljava/lang/String;)V
    flags: (0x0081) ACC_PUBLIC, ACC_VARARGS
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // org.eclipse.jetty.server.handler.InetAccessHandler this
        start local 1 // java.lang.String[] names
         0: .line 150
            aload 0 /* this */
            getfield org.eclipse.jetty.server.handler.InetAccessHandler._names:Lorg/eclipse/jetty/util/IncludeExclude;
            aload 1 /* names */
            invokevirtual org.eclipse.jetty.util.IncludeExclude.exclude:([Ljava/lang/Object;)V
         1: .line 151
            return
        end local 1 // java.lang.String[] names
        end local 0 // org.eclipse.jetty.server.handler.InetAccessHandler this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lorg/eclipse/jetty/server/handler/InetAccessHandler;
            0    2     1  names  [Ljava/lang/String;
    MethodParameters:
       Name  Flags
      names  

  public void handle(java.lang.String, org.eclipse.jetty.server.Request, javax.servlet.http.HttpServletRequest, javax.servlet.http.HttpServletResponse);
    descriptor: (Ljava/lang/String;Lorg/eclipse/jetty/server/Request;Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=8, args_size=5
        start local 0 // org.eclipse.jetty.server.handler.InetAccessHandler this
        start local 1 // java.lang.String target
        start local 2 // org.eclipse.jetty.server.Request baseRequest
        start local 3 // javax.servlet.http.HttpServletRequest request
        start local 4 // javax.servlet.http.HttpServletResponse response
         0: .line 161
            aload 2 /* baseRequest */
            invokevirtual org.eclipse.jetty.server.Request.getHttpChannel:()Lorg/eclipse/jetty/server/HttpChannel;
            astore 5 /* channel */
        start local 5 // org.eclipse.jetty.server.HttpChannel channel
         1: .line 162
            aload 5 /* channel */
            ifnull 9
         2: .line 164
            aload 5 /* channel */
            invokevirtual org.eclipse.jetty.server.HttpChannel.getEndPoint:()Lorg/eclipse/jetty/io/EndPoint;
            astore 6 /* endp */
        start local 6 // org.eclipse.jetty.io.EndPoint endp
         3: .line 165
            aload 6 /* endp */
            ifnull 9
         4: .line 167
            aload 6 /* endp */
            invokeinterface org.eclipse.jetty.io.EndPoint.getRemoteAddress:()Ljava/net/InetSocketAddress;
            astore 7 /* address */
        start local 7 // java.net.InetSocketAddress address
         5: .line 168
            aload 7 /* address */
            ifnull 9
            aload 0 /* this */
            aload 7 /* address */
            invokevirtual java.net.InetSocketAddress.getAddress:()Ljava/net/InetAddress;
            aload 2 /* baseRequest */
            aload 3 /* request */
            invokevirtual org.eclipse.jetty.server.handler.InetAccessHandler.isAllowed:(Ljava/net/InetAddress;Lorg/eclipse/jetty/server/Request;Ljavax/servlet/http/HttpServletRequest;)Z
            ifne 9
         6: .line 170
            aload 4 /* response */
            sipush 403
            invokeinterface javax.servlet.http.HttpServletResponse.sendError:(I)V
         7: .line 171
            aload 2 /* baseRequest */
            iconst_1
            invokevirtual org.eclipse.jetty.server.Request.setHandled:(Z)V
         8: .line 172
            return
        end local 7 // java.net.InetSocketAddress address
        end local 6 // org.eclipse.jetty.io.EndPoint endp
         9: .line 177
      StackMap locals: org.eclipse.jetty.server.HttpChannel
      StackMap stack:
            aload 0 /* this */
            invokevirtual org.eclipse.jetty.server.handler.InetAccessHandler.getHandler:()Lorg/eclipse/jetty/server/Handler;
            aload 1 /* target */
            aload 2 /* baseRequest */
            aload 3 /* request */
            aload 4 /* response */
            invokeinterface org.eclipse.jetty.server.Handler.handle:(Ljava/lang/String;Lorg/eclipse/jetty/server/Request;Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V
        10: .line 178
            return
        end local 5 // org.eclipse.jetty.server.HttpChannel channel
        end local 4 // javax.servlet.http.HttpServletResponse response
        end local 3 // javax.servlet.http.HttpServletRequest request
        end local 2 // org.eclipse.jetty.server.Request baseRequest
        end local 1 // java.lang.String target
        end local 0 // org.eclipse.jetty.server.handler.InetAccessHandler this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0   11     0         this  Lorg/eclipse/jetty/server/handler/InetAccessHandler;
            0   11     1       target  Ljava/lang/String;
            0   11     2  baseRequest  Lorg/eclipse/jetty/server/Request;
            0   11     3      request  Ljavax/servlet/http/HttpServletRequest;
            0   11     4     response  Ljavax/servlet/http/HttpServletResponse;
            1   11     5      channel  Lorg/eclipse/jetty/server/HttpChannel;
            3    9     6         endp  Lorg/eclipse/jetty/io/EndPoint;
            5    9     7      address  Ljava/net/InetSocketAddress;
    Exceptions:
      throws java.io.IOException, javax.servlet.ServletException
    MethodParameters:
             Name  Flags
      target       
      baseRequest  
      request      
      response     

  protected boolean isAllowed(java.net.InetAddress, org.eclipse.jetty.server.Request, javax.servlet.http.HttpServletRequest);
    descriptor: (Ljava/net/InetAddress;Lorg/eclipse/jetty/server/Request;Ljavax/servlet/http/HttpServletRequest;)Z
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=6, locals=7, args_size=4
        start local 0 // org.eclipse.jetty.server.handler.InetAccessHandler this
        start local 1 // java.net.InetAddress addr
        start local 2 // org.eclipse.jetty.server.Request baseRequest
        start local 3 // javax.servlet.http.HttpServletRequest request
         0: .line 190
            aload 2 /* baseRequest */
            invokevirtual org.eclipse.jetty.server.Request.getHttpChannel:()Lorg/eclipse/jetty/server/HttpChannel;
            invokevirtual org.eclipse.jetty.server.HttpChannel.getConnector:()Lorg/eclipse/jetty/server/Connector;
            invokeinterface org.eclipse.jetty.server.Connector.getName:()Ljava/lang/String;
            astore 4 /* name */
        start local 4 // java.lang.String name
         1: .line 191
            getstatic org.eclipse.jetty.server.handler.InetAccessHandler.LOG:Lorg/eclipse/jetty/util/log/Logger;
            invokeinterface org.eclipse.jetty.util.log.Logger.isDebugEnabled:()Z
            ifeq 5
         2: .line 193
            aload 0 /* this */
            getfield org.eclipse.jetty.server.handler.InetAccessHandler._names:Lorg/eclipse/jetty/util/IncludeExclude;
            aload 4 /* name */
            invokevirtual org.eclipse.jetty.util.IncludeExclude.isIncludedAndNotExcluded:(Ljava/lang/Object;)Ljava/lang/Boolean;
            astore 5 /* allowedByName */
        start local 5 // java.lang.Boolean allowedByName
         3: .line 194
            aload 0 /* this */
            getfield org.eclipse.jetty.server.handler.InetAccessHandler._addrs:Lorg/eclipse/jetty/util/IncludeExcludeSet;
            aload 1 /* addr */
            invokevirtual org.eclipse.jetty.util.IncludeExcludeSet.isIncludedAndNotExcluded:(Ljava/lang/Object;)Ljava/lang/Boolean;
            astore 6 /* allowedByAddr */
        start local 6 // java.lang.Boolean allowedByAddr
         4: .line 195
            getstatic org.eclipse.jetty.server.handler.InetAccessHandler.LOG:Lorg/eclipse/jetty/util/log/Logger;
            ldc "{} allowedByName={} allowedByAddr={} for {}/{}"
            iconst_5
            anewarray java.lang.Object
            dup
            iconst_0
            aload 0 /* this */
            aastore
            dup
            iconst_1
            aload 5 /* allowedByName */
            aastore
            dup
            iconst_2
            aload 6 /* allowedByAddr */
            aastore
            dup
            iconst_3
            aload 1 /* addr */
            aastore
            dup
            iconst_4
            aload 3 /* request */
            aastore
            invokeinterface org.eclipse.jetty.util.log.Logger.debug:(Ljava/lang/String;[Ljava/lang/Object;)V
        end local 6 // java.lang.Boolean allowedByAddr
        end local 5 // java.lang.Boolean allowedByName
         5: .line 197
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            getfield org.eclipse.jetty.server.handler.InetAccessHandler._names:Lorg/eclipse/jetty/util/IncludeExclude;
            aload 4 /* name */
            invokevirtual org.eclipse.jetty.util.IncludeExclude.test:(Ljava/lang/Object;)Z
            ifeq 6
            aload 0 /* this */
            getfield org.eclipse.jetty.server.handler.InetAccessHandler._addrs:Lorg/eclipse/jetty/util/IncludeExcludeSet;
            aload 1 /* addr */
            invokevirtual org.eclipse.jetty.util.IncludeExcludeSet.test:(Ljava/lang/Object;)Z
            ifeq 6
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         6: iconst_0
            ireturn
        end local 4 // java.lang.String name
        end local 3 // javax.servlet.http.HttpServletRequest request
        end local 2 // org.eclipse.jetty.server.Request baseRequest
        end local 1 // java.net.InetAddress addr
        end local 0 // org.eclipse.jetty.server.handler.InetAccessHandler this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    7     0           this  Lorg/eclipse/jetty/server/handler/InetAccessHandler;
            0    7     1           addr  Ljava/net/InetAddress;
            0    7     2    baseRequest  Lorg/eclipse/jetty/server/Request;
            0    7     3        request  Ljavax/servlet/http/HttpServletRequest;
            1    7     4           name  Ljava/lang/String;
            3    5     5  allowedByName  Ljava/lang/Boolean;
            4    5     6  allowedByAddr  Ljava/lang/Boolean;
    MethodParameters:
             Name  Flags
      addr         
      baseRequest  
      request      

  public void dump(java.lang.Appendable, java.lang.String);
    descriptor: (Ljava/lang/Appendable;Ljava/lang/String;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=10, locals=3, args_size=3
        start local 0 // org.eclipse.jetty.server.handler.InetAccessHandler this
        start local 1 // java.lang.Appendable out
        start local 2 // java.lang.String indent
         0: .line 203
            aload 0 /* this */
            aload 1 /* out */
            aload 2 /* indent */
            iconst_4
            anewarray java.lang.Object
            dup
            iconst_0
         1: .line 204
            new org.eclipse.jetty.util.component.DumpableCollection
            dup
            ldc "included"
            aload 0 /* this */
            getfield org.eclipse.jetty.server.handler.InetAccessHandler._addrs:Lorg/eclipse/jetty/util/IncludeExcludeSet;
            invokevirtual org.eclipse.jetty.util.IncludeExcludeSet.getIncluded:()Ljava/util/Set;
            invokespecial org.eclipse.jetty.util.component.DumpableCollection.<init>:(Ljava/lang/String;Ljava/util/Collection;)V
            aastore
            dup
            iconst_1
         2: .line 205
            new org.eclipse.jetty.util.component.DumpableCollection
            dup
            ldc "excluded"
            aload 0 /* this */
            getfield org.eclipse.jetty.server.handler.InetAccessHandler._addrs:Lorg/eclipse/jetty/util/IncludeExcludeSet;
            invokevirtual org.eclipse.jetty.util.IncludeExcludeSet.getExcluded:()Ljava/util/Set;
            invokespecial org.eclipse.jetty.util.component.DumpableCollection.<init>:(Ljava/lang/String;Ljava/util/Collection;)V
            aastore
            dup
            iconst_2
         3: .line 206
            new org.eclipse.jetty.util.component.DumpableCollection
            dup
            ldc "includedConnector"
            aload 0 /* this */
            getfield org.eclipse.jetty.server.handler.InetAccessHandler._names:Lorg/eclipse/jetty/util/IncludeExclude;
            invokevirtual org.eclipse.jetty.util.IncludeExclude.getIncluded:()Ljava/util/Set;
            invokespecial org.eclipse.jetty.util.component.DumpableCollection.<init>:(Ljava/lang/String;Ljava/util/Collection;)V
            aastore
            dup
            iconst_3
         4: .line 207
            new org.eclipse.jetty.util.component.DumpableCollection
            dup
            ldc "excludedConnector"
            aload 0 /* this */
            getfield org.eclipse.jetty.server.handler.InetAccessHandler._names:Lorg/eclipse/jetty/util/IncludeExclude;
            invokevirtual org.eclipse.jetty.util.IncludeExclude.getExcluded:()Ljava/util/Set;
            invokespecial org.eclipse.jetty.util.component.DumpableCollection.<init>:(Ljava/lang/String;Ljava/util/Collection;)V
            aastore
         5: .line 203
            invokevirtual org.eclipse.jetty.server.handler.InetAccessHandler.dumpObjects:(Ljava/lang/Appendable;Ljava/lang/String;[Ljava/lang/Object;)V
         6: .line 208
            return
        end local 2 // java.lang.String indent
        end local 1 // java.lang.Appendable out
        end local 0 // org.eclipse.jetty.server.handler.InetAccessHandler this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    7     0    this  Lorg/eclipse/jetty/server/handler/InetAccessHandler;
            0    7     1     out  Ljava/lang/Appendable;
            0    7     2  indent  Ljava/lang/String;
    Exceptions:
      throws java.io.IOException
    MethodParameters:
        Name  Flags
      out     
      indent  
}
SourceFile: "InetAccessHandler.java"