Package org.wildfly.mod_cluster.undertow.metric
package org.wildfly.mod_cluster.undertow.metric
-
ClassesClassDescription
HttpHandlerimplementation that counts number of bytes received viaBytesReceivedStreamSourceConduitwrapping.Implementation ofStreamSourceConduitwrapping that wraps around byte-transferring methods to calculate total number of bytes transferred leveragingLongAdder.HttpHandlerimplementation that counts number of bytes sent viaBytesSentStreamSinkConduitwrapping.Implementation ofStreamSinkConduitwrapping that wraps around byte-transferring methods to calculate total number of bytes transferred leveragingLongAdder.HttpHandlerthat counts number of incoming requests.HttpHandlerimplementation that counts number of active / running requests to replace the busyness metric.