Package io.fusionauth.http.server.io
package io.fusionauth.http.server.io
-
ClassesClassDescriptionAn InputStream that handles the HTTP body, including body bytes that were read while the preamble was processed.The primary output stream for the HTTP server (currently supporting version 1.1).This class allows the
HTTPWorkerto hook into other classes without passing around interfaces, loggers, and configuration.An InputStream that updates a Throughput as it is read from.Intercepts each OutputStream method and sends the number of bytes to the Throughput object.