Package io.dropwizard.jetty
Interface LocalIpFilter
-
public interface LocalIpFilter- See Also:
- LocalIpFilter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanuse(NetworkInterface networkInterface, InetAddress address)
-
-
-
Method Detail
-
use
boolean use(NetworkInterface networkInterface, InetAddress address) throws SocketException
- Throws:
SocketException
-
-