Uses of Class
org.apache.maven.surefire.extensions.ForkChannel
-
Packages that use ForkChannel Package Description org.apache.maven.plugin.surefire.extensions org.apache.maven.surefire.extensions -
-
Uses of ForkChannel in org.apache.maven.plugin.surefire.extensions
Subclasses of ForkChannel in org.apache.maven.plugin.surefire.extensions Modifier and Type Class Description (package private) classLegacyForkChannelThe main purpose of this class is to bind thecommand readerreading the commands fromCommandReader, serializing them and writing the stream to thesub-process.(package private) classSurefireForkChannelThe TCP/IP server accepting only one client connection.Methods in org.apache.maven.plugin.surefire.extensions that return ForkChannel Modifier and Type Method Description ForkChannelLegacyForkNodeFactory. createForkChannel(ForkNodeArguments arguments)ForkChannelSurefireForkNodeFactory. createForkChannel(ForkNodeArguments arguments) -
Uses of ForkChannel in org.apache.maven.surefire.extensions
Methods in org.apache.maven.surefire.extensions that return ForkChannel Modifier and Type Method Description ForkChannelForkNodeFactory. createForkChannel(ForkNodeArguments arguments)Opens and closes the channel.
-