Home
last modified time | relevance | path

Searched refs:writeShutdown (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/ch/
DAsynchronousSocketChannelImpl.java76 private boolean writeShutdown; field in AsynchronousSocketChannelImpl
353 if (writeShutdown) { in write()
464 if (writeShutdown) in setOption()
556 if (!writeShutdown) { in shutdownOutput()
558 writeShutdown = true; in shutdownOutput()
587 if (writeShutdown) in toString()