| NetUtil | NetUtil | |||
|---|---|---|---|---|
| Compiled from "NetUtil.java" | Compiled from "NetUtil.java" | |||
| public class io.dropwizard.jetty.NetUtil { | class io.dropwizard.jetty.NetUtil { | |||
| public static final int DEFAULT_TCP_BACKLOG_WINDOWS; | static final int DEFAULT_TCP_BACKLOG_WINDOWS; | |||
| public static final int DEFAULT_TCP_BACKLOG_LINUX; | static final int DEFAULT_TCP_BACKLOG_LINUX; | |||
| public static final java.lang.String TCP_BACKLOG_SETTING_LOCATION; | static final java.lang.String TCP_BACKLOG_SETTING_LOCATION; | |||
| public io.dropwizard.jetty.NetUtil(); | io.dropwizard.jetty.NetUtil(); | |||
| public static int getTcpBacklog(); | public static int getTcpBacklog(); | |||
| public static int getTcpBacklog(int); | static int getTcpBacklog(int); | |||
| public static boolean isWindows(); | ||||
| 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. 2 change blocks. | ||||
| 13 lines changed or deleted | 6 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/ | ||||