Uses of Interface
io.fusionauth.http.server.Instrumenter
Packages that use Instrumenter
Package
Description
-
Uses of Instrumenter in io.fusionauth.http.server
Classes in io.fusionauth.http.server that implement InstrumenterModifier and TypeClassDescriptionclassA simple counting instrumenter for the HTTPServer.classA thread safe counting instrumenter for the HTTPServer, that ensures accurate data but could impact performance.Methods in io.fusionauth.http.server that return InstrumenterMethods in io.fusionauth.http.server with parameters of type InstrumenterModifier and TypeMethodDescriptiondefault TConfigurable.withInstrumenter(Instrumenter instrumenter) Sets an instrumenter that the server will notify when events and conditions happen.HTTPServerConfiguration.withInstrumenter(Instrumenter instrumenter) Sets an instrumenter that the server will notify when events and conditions happen. -
Uses of Instrumenter in io.fusionauth.http.server.internal
Constructors in io.fusionauth.http.server.internal with parameters of type InstrumenterModifierConstructorDescriptionHTTPWorker(Socket socket, HTTPServerConfiguration configuration, Instrumenter instrumenter, HTTPListenerConfiguration listener, Throughput throughput) -
Uses of Instrumenter in io.fusionauth.http.util
Methods in io.fusionauth.http.util with parameters of type InstrumenterModifier and TypeMethodDescriptionstatic byte[]HTTPTools.parseRequestPreamble(InputStream inputStream, HTTPRequest request, byte[] requestBuffer, Instrumenter instrumenter, Runnable readObserver) Parses the request preamble directly from the given InputStream.