equal
deleted
inserted
replaced
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 |