Uses of Class
org.apache.maven.surefire.extensions.ForkChannel
Packages that use ForkChannel
Package
Description
-
Uses of ForkChannel in org.apache.maven.plugin.surefire.extensions
Subclasses of ForkChannel in org.apache.maven.plugin.surefire.extensionsModifier and TypeClassDescription(package private) final classThe main purpose of this class is to bind thecommand readerreading the commands fromCommandReader, serializing them and writing the stream to thesub-process.(package private) final classThe TCP/IP server accepting only one client connection.Methods in org.apache.maven.plugin.surefire.extensions that return ForkChannelModifier and TypeMethodDescriptionLegacyForkNodeFactory.createForkChannel(ForkNodeArguments arguments) SurefireForkNodeFactory.createForkChannel(ForkNodeArguments arguments) -
Uses of ForkChannel in org.apache.maven.surefire.extensions
Methods in org.apache.maven.surefire.extensions that return ForkChannelModifier and TypeMethodDescriptionForkNodeFactory.createForkChannel(ForkNodeArguments arguments) Opens and closes the channel.