public interface io.dropwizard.jetty.LocalIpFilter
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: io.dropwizard.jetty.LocalIpFilter
  super_class: java.lang.Object
{
  public abstract boolean use(java.net.NetworkInterface, java.net.InetAddress);
    descriptor: (Ljava/net/NetworkInterface;Ljava/net/InetAddress;)Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Exceptions:
      throws java.net.SocketException
    MethodParameters:
                  Name  Flags
      networkInterface  
      address           
}
SourceFile: "LocalIpFilter.java"