Class BytesReceivedHttpHandler
- java.lang.Object
-
- org.wildfly.mod_cluster.undertow.metric.BytesReceivedHttpHandler
-
- All Implemented Interfaces:
io.undertow.server.HttpHandler
public class BytesReceivedHttpHandler extends Object implements io.undertow.server.HttpHandler
HttpHandlerimplementation that counts number of bytes received viaBytesReceivedStreamSourceConduitwrapping.- Since:
- 8.0
- Author:
- Radoslav Husar
-
-
Constructor Summary
Constructors Constructor Description BytesReceivedHttpHandler(io.undertow.server.HttpHandler handler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhandleRequest(io.undertow.server.HttpServerExchange exchange)
-