Package org.wildfly.mod_cluster.undertow.metric
-
Class Summary Class Description BytesReceivedHttpHandler HttpHandlerimplementation that counts number of bytes received viaBytesReceivedStreamSourceConduitwrapping.BytesReceivedStreamSourceConduit Implementation ofStreamSourceConduitwrapping that wraps around byte-transferring methods to calculate total number of bytes transferred leveragingLongAdder.BytesSentHttpHandler HttpHandlerimplementation that counts number of bytes sent viaBytesSentStreamSinkConduitwrapping.BytesSentStreamSinkConduit Implementation ofStreamSinkConduitwrapping that wraps around byte-transferring methods to calculate total number of bytes transferred leveragingLongAdder.RequestCountHttpHandler HttpHandlerthat counts number of incoming requests.RunningRequestsHttpHandler HttpHandlerimplementation that counts number of active / running requests to replace the busyness metric.UndertowBoottimeHandler