Uses of Interface
org.apache.maven.surefire.api.util.internal.WritableBufferedByteChannel
-
Packages that use WritableBufferedByteChannel Package Description org.apache.maven.surefire.api.util.internal org.apache.maven.surefire.booter.spi org.apache.maven.surefire.booter.stream -
-
Uses of WritableBufferedByteChannel in org.apache.maven.surefire.api.util.internal
Classes in org.apache.maven.surefire.api.util.internal that implement WritableBufferedByteChannel Modifier and Type Class Description (package private) class
AbstractNoninterruptibleWritableChannel
The channel used for writes which cannot be implicitly closed after the operational Thread isinterrupted
.Methods in org.apache.maven.surefire.api.util.internal that return WritableBufferedByteChannel Modifier and Type Method Description static WritableBufferedByteChannel
Channels. newBufferedChannel(java.io.OutputStream out)
private static WritableBufferedByteChannel
Channels. newChannel(java.io.OutputStream out, int bufferSize)
-
Uses of WritableBufferedByteChannel in org.apache.maven.surefire.booter.spi
Methods in org.apache.maven.surefire.booter.spi with parameters of type WritableBufferedByteChannel Modifier and Type Method Description protected void
AbstractMasterProcessChannelProcessorFactory. schedulePeriodicFlusher(int delayInMillis, WritableBufferedByteChannel channel)
Constructors in org.apache.maven.surefire.booter.spi with parameters of type WritableBufferedByteChannel Constructor Description EventChannelEncoder(WritableBufferedByteChannel out)
The encoder for events. -
Uses of WritableBufferedByteChannel in org.apache.maven.surefire.booter.stream
Constructors in org.apache.maven.surefire.booter.stream with parameters of type WritableBufferedByteChannel Constructor Description EventEncoder(WritableBufferedByteChannel out)
-