Class ThroughputOutputStream

java.lang.Object
java.io.OutputStream
io.fusionauth.http.server.io.ThroughputOutputStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public class ThroughputOutputStream extends OutputStream
Intercepts each OutputStream method and sends the number of bytes to the Throughput object.
Author:
Brian Pontarelli