jdk/src/java.base/share/classes/java/nio/channels/AsynchronousServerSocketChannel.java
changeset 45881 aaec0fbe17ae
parent 45124 144479e89cdb
equal deleted inserted replaced
45871:878e21603932 45881:aaec0fbe17ae
    54  * <blockquote>
    54  * <blockquote>
    55  * <table class="striped">
    55  * <table class="striped">
    56  * <caption style="display:none">Socket options</caption>
    56  * <caption style="display:none">Socket options</caption>
    57  * <thead>
    57  * <thead>
    58  *   <tr>
    58  *   <tr>
    59  *     <th>Option Name</th>
    59  *     <th scope="col">Option Name</th>
    60  *     <th>Description</th>
    60  *     <th scope="col">Description</th>
    61  *   </tr>
    61  *   </tr>
    62  * </thead>
    62  * </thead>
    63  * <tbody>
    63  * <tbody>
    64  *   <tr>
    64  *   <tr>
    65  *     <td> {@link java.net.StandardSocketOptions#SO_RCVBUF SO_RCVBUF} </td>
    65  *     <th scope="row"> {@link java.net.StandardSocketOptions#SO_RCVBUF SO_RCVBUF} </th>
    66  *     <td> The size of the socket receive buffer </td>
    66  *     <td> The size of the socket receive buffer </td>
    67  *   </tr>
    67  *   </tr>
    68  *   <tr>
    68  *   <tr>
    69  *     <td> {@link java.net.StandardSocketOptions#SO_REUSEADDR SO_REUSEADDR} </td>
    69  *     <th scope="row"> {@link java.net.StandardSocketOptions#SO_REUSEADDR SO_REUSEADDR} </th>
    70  *     <td> Re-use address </td>
    70  *     <td> Re-use address </td>
    71  *   </tr>
    71  *   </tr>
    72  * </tbody>
    72  * </tbody>
    73  * </table>
    73  * </table>
    74  * </blockquote>
    74  * </blockquote>