Searched refs:ExtSocketOption (Results 1 – 1 of 1) sorted by relevance
50 private static class ExtSocketOption<T> implements SocketOption<T> { class in ExtendedSocketOptions53 ExtSocketOption(String name, Class<T> type) { in ExtSocketOption() method in ExtendedSocketOptions.ExtSocketOption71 ExtSocketOption<SocketFlow>("SO_FLOW_SLA", SocketFlow.class);96 new ExtSocketOption<Boolean>("TCP_QUICKACK", Boolean.class);117 = new ExtSocketOption<Integer>("TCP_KEEPIDLE", Integer.class);140 = new ExtSocketOption<Integer>("TCP_KEEPINTERVAL", Integer.class);164 = new ExtSocketOption<Integer>("TCP_KEEPCOUNT", Integer.class);