Class AbstractNoninterruptibleWritableChannel

java.lang.Object
org.apache.maven.surefire.api.util.internal.AbstractNoninterruptibleWritableChannel
All Implemented Interfaces:
Closeable, AutoCloseable, Channel, WritableByteChannel, WritableBufferedByteChannel

abstract class AbstractNoninterruptibleWritableChannel extends Object implements WritableBufferedByteChannel
The channel used for writes which cannot be implicitly closed after the operational Thread is interrupted.
Since:
3.0.0-M5