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) classThe 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 WritableBufferedByteChannelChannels.newBufferedChannel(OutputStream out) private static WritableBufferedByteChannelChannels.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 voidAbstractMasterProcessChannelProcessorFactory.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