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