Package org.jacoco.agent.rt.internal.output
-
Interface Summary Interface Description IAgentOutput Common interface for different implementations that outputs execution data dumps. -
Class Summary Class Description FileOutput Local only agent output that will write coverage data to the filesystem.NoneOutput Output that does nothing.TcpClientOutput Output that connects to a TCP port.TcpConnection Handler for a single socket based remote connection.TcpServerOutput Output that opens TCP server socket.