Searched defs:StdSocketOption (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/net/
H A DStandardSocketOptions.java65 new StdSocketOption<Boolean>("SO_BROADCAST", Boolean.class);
85 new StdSocketOption<Boolean>("SO_KEEPALIVE", Boolean.class);
116 new StdSocketOption<Integer>("SO_SNDBUF", Integer.class);
156 new StdSocketOption<Integer>("SO_RCVBUF", Integer.class);
187 new StdSocketOption<Boolean>("SO_REUSEADDR", Boolean.class);
219 new StdSocketOption<Integer>("SO_LINGER", Integer.class);
251 new StdSocketOption<Integer>("IP_TOS", Integer.class);
274 new StdSocketOption<NetworkInterface>("IP_MULTICAST_IF", NetworkInterface.class);
301 new StdSocketOption<Integer>("IP_MULTICAST_TTL", Integer.class);
326 new StdSocketOption<Boolea
356 private static class StdSocketOption<T> implements SocketOption<T> { class in class:StandardSocketOptions
359 StdSocketOption(String name, Class<T> type) { method in class:StandardSocketOptions.StdSocketOption
[all...]

Completed in 22 milliseconds