src/java.base/share/classes/sun/nio/ch/ServerSocketChannelImpl.java
branchunixdomainchannels
changeset 58847 692de65ab293
parent 58801 119ac9128c1b
child 58911 2c777f25cfff
equal deleted inserted replaced
58832:203fceb089fc 58847:692de65ab293
    53 
    53 
    54 /**
    54 /**
    55  * An implementation of ServerSocketChannels
    55  * An implementation of ServerSocketChannels
    56  */
    56  */
    57 
    57 
    58 public abstract class ServerSocketChannelImpl
    58 abstract class ServerSocketChannelImpl
    59     extends ServerSocketChannel
    59     extends ServerSocketChannel
    60     implements SelChImpl
    60     implements SelChImpl
    61 {
    61 {
    62     // Used to make native close and configure calls
    62     // Used to make native close and configure calls
    63     static final NativeDispatcher nd = new SocketDispatcher();
    63     static final NativeDispatcher nd = new SocketDispatcher();