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 JDK 8 version of LongAdder (via Infinispan). |
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 JDK 8 version of LongAdder (via Infinispan). |
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 © 2018 JBoss by Red Hat. All rights reserved.