Uses of Interface
org.apache.maven.surefire.api.util.internal.WritableBufferedByteChannel
Packages that use WritableBufferedByteChannel
Package
Description
-
Uses of WritableBufferedByteChannel in org.apache.maven.surefire.api.util.internal
Classes in org.apache.maven.surefire.api.util.internal that implement WritableBufferedByteChannelModifier and TypeClassDescription(package private) class
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 WritableBufferedByteChannelModifier and TypeMethodDescriptionstatic WritableBufferedByteChannel
Channels.newBufferedChannel
(OutputStream out) private static WritableBufferedByteChannel
Channels.newChannel
(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 WritableBufferedByteChannelModifier and TypeMethodDescriptionprotected void
AbstractMasterProcessChannelProcessorFactory.schedulePeriodicFlusher
(int delayInMillis, WritableBufferedByteChannel channel) Constructors in org.apache.maven.surefire.booter.spi with parameters of type WritableBufferedByteChannelModifierConstructorDescriptionThe 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