Package org.jacoco.agent.rt.internal.output


package org.jacoco.agent.rt.internal.output
  • Class
    Description
    Local only agent output that will write coverage data to the filesystem.
    Common interface for different implementations that outputs execution data dumps.
    Output that does nothing.
    Output that connects to a TCP port.
    Handler for a single socket based remote connection.
    Output that opens TCP server socket.