Interface LocalIpFilter


  • public interface LocalIpFilter
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      boolean use​(java.net.NetworkInterface networkInterface, java.net.InetAddress address)  
    • Method Detail

      • use

        boolean use​(java.net.NetworkInterface networkInterface,
                    java.net.InetAddress address)
             throws java.net.SocketException
        Throws:
        java.net.SocketException