jdk/src/java.base/unix/classes/sun/nio/ch/UnixAsynchronousServerSocketChannelImpl.java
changeset 32649 2ee9017c7597
parent 29986 97167d851fc4
equal deleted inserted replaced
32648:1fa861caf840 32649:2ee9017c7597
    41 
    41 
    42 class UnixAsynchronousServerSocketChannelImpl
    42 class UnixAsynchronousServerSocketChannelImpl
    43     extends AsynchronousServerSocketChannelImpl
    43     extends AsynchronousServerSocketChannelImpl
    44     implements Port.PollableChannel
    44     implements Port.PollableChannel
    45 {
    45 {
    46     private final static NativeDispatcher nd = new SocketDispatcher();
    46     private static final NativeDispatcher nd = new SocketDispatcher();
    47 
    47 
    48     private final Port port;
    48     private final Port port;
    49     private final int fdVal;
    49     private final int fdVal;
    50 
    50 
    51     // flag to indicate an accept is outstanding
    51     // flag to indicate an accept is outstanding