jdk/src/java.base/share/classes/jdk/net/ExtendedSocketOptions.java
changeset 34894 3248b89d1921
parent 25859 3317bb8137f4
equal deleted inserted replaced
34893:71fe40b51c50 34894:3248b89d1921
    32  * {@link java.net.StandardSocketOptions}. These options may be platform
    32  * {@link java.net.StandardSocketOptions}. These options may be platform
    33  * specific.
    33  * specific.
    34  *
    34  *
    35  * @since 1.8
    35  * @since 1.8
    36  */
    36  */
    37 @jdk.Exported
       
    38 public final class ExtendedSocketOptions {
    37 public final class ExtendedSocketOptions {
    39 
    38 
    40     private static class ExtSocketOption<T> implements SocketOption<T> {
    39     private static class ExtSocketOption<T> implements SocketOption<T> {
    41         private final String name;
    40         private final String name;
    42         private final Class<T> type;
    41         private final Class<T> type;