jdk/src/share/classes/sun/nio/ch/ExtendedSocketOption.java
changeset 9679 d98ae8bc45fc
parent 5506 202f599c92aa
child 14342 8435a30053c1
equal deleted inserted replaced
9677:638762c0263e 9679:d98ae8bc45fc
    27 
    27 
    28 import java.net.SocketOption;
    28 import java.net.SocketOption;
    29 
    29 
    30 /**
    30 /**
    31  * Defines socket options that are supported by the implementation
    31  * Defines socket options that are supported by the implementation
    32  * but not defined in StandardSocketOption.
    32  * but not defined in StandardSocketOptions.
    33  */
    33  */
    34 
    34 
    35 class ExtendedSocketOption {
    35 class ExtendedSocketOption {
    36     private ExtendedSocketOption() { }
    36     private ExtendedSocketOption() { }
    37 
    37