jdk/src/share/classes/java/net/SocketOption.java
changeset 9679 d98ae8bc45fc
parent 5506 202f599c92aa
child 14342 8435a30053c1
equal deleted inserted replaced
9677:638762c0263e 9679:d98ae8bc45fc
    36  *
    36  *
    37  * @param   <T>     The type of the socket option value.
    37  * @param   <T>     The type of the socket option value.
    38  *
    38  *
    39  * @since 1.7
    39  * @since 1.7
    40  *
    40  *
    41  * @see StandardSocketOption
    41  * @see StandardSocketOptions
    42  */
    42  */
    43 
    43 
    44 public interface SocketOption<T> {
    44 public interface SocketOption<T> {
    45 
    45 
    46     /**
    46     /**