Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/jdk/net/
DExtendedSocketOptions.java39 private static class ExtSocketOption<T> implements SocketOption<T> { class in ExtendedSocketOptions
42 ExtSocketOption(String name, Class<T> type) { in ExtSocketOption() method in ExtendedSocketOptions.ExtSocketOption