Uses of Interface
io.dropwizard.jetty.LocalIpFilter
-
Packages that use LocalIpFilter Package Description io.dropwizard.jetty -
-
Uses of LocalIpFilter in io.dropwizard.jetty
Methods in io.dropwizard.jetty that return LocalIpFilter Modifier and Type Method Description static LocalIpFilterNetUtil. getLocalIpFilter()Return the current local ip filter used byNetUtil.getAllLocalIPs()Methods in io.dropwizard.jetty with parameters of type LocalIpFilter Modifier and Type Method Description static voidNetUtil. setLocalIpFilter(LocalIpFilter newLocalIpFilter)Replace the default local ip filter used byNetUtil.getAllLocalIPs()
-