| NetUtil | NetUtil | |||
|---|---|---|---|---|
| Compiled from "NetUtil.java" | Compiled from "NetUtil.java" | |||
| public class io.dropwizard.jetty.NetUtil { | public class io.dropwizard.jetty.NetUtil { | |||
| public static final int DEFAULT_TCP_BACKLOG_WINDOWS; | public static final int DEFAULT_TCP_BACKLOG_WINDOWS; | |||
| public static final int DEFAULT_TCP_BACKLOG_LINUX; | public static final int DEFAULT_TCP_BACKLOG_LINUX; | |||
| public static final java.lang.String TCP_BACKLOG_SETTING_LOCATION; | public static final java.lang.String TCP_BACKLOG_SETTING_LOCATION; | |||
| public io.dropwizard.jetty.NetUtil(); | public io.dropwizard.jetty.NetUtil(); | |||
| public static int getTcpBacklog(); | public static int getTcpBacklog(); | |||
| public static int getTcpBacklog(int); | public static int getTcpBacklog(int); | |||
| public static boolean isWindows(); | public static boolean isWindows(); | |||
| public static int getDefaultTcpBacklog(); | public static int getDefaultTcpBacklog(); | |||
| public static void setLocalIpFilter(io.dropwizard.jetty.LocalIpFilter); | ||||
| public static io.dropwizard.jetty.LocalIpFilter getLocalIpFilter(); | ||||
| public static java.util.Collection<java.net.InetAddress> getAllLocalIPs() | ||||
| throws java.net.SocketException; | ||||
| static {}; | ||||
| } | } | |||
| End of changes. 1 change blocks. | ||||
| 0 lines changed or deleted | 5 lines changed or added | |||
This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/ | ||||