Home
last modified time | relevance | path

Searched refs:ExtSocketOption (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/jdk/net/
DExtendedSocketOptions.java50 private static class ExtSocketOption<T> implements SocketOption<T> { class in ExtendedSocketOptions
53 ExtSocketOption(String name, Class<T> type) { in ExtSocketOption() method in ExtendedSocketOptions.ExtSocketOption
71 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);