| Class | Description |
|---|---|
| BytesReceivedHttpHandler |
HttpHandler implementation that counts number of bytes received via BytesReceivedStreamSourceConduit
wrapping. |
| BytesReceivedStreamSourceConduit |
Implementation of
StreamSourceConduit wrapping that wraps around byte-transferring methods to calculate total
number of bytes transferred leveraging LongAdder. |
| BytesSentHttpHandler |
HttpHandler implementation that counts number of bytes sent via BytesSentStreamSinkConduit
wrapping. |
| BytesSentStreamSinkConduit |
Implementation of
StreamSinkConduit wrapping that wraps around byte-transferring methods to calculate total
number of bytes transferred leveraging LongAdder. |
| RequestCountHttpHandler |
HttpHandler that counts number of incoming requests. |
| RunningRequestsHttpHandler |
HttpHandler implementation that counts number of active / running requests to replace the busyness
metric. |
| UndertowBoottimeHandler |
Copyright © 2021 JBoss by Red Hat. All rights reserved.