Package io.undertow.client
Interface ClientStatistics
public interface ClientStatistics
Returns statistics about the Undertow client connection
- Author:
- Stuart Douglas
-
Method Details
-
getRequests
long getRequests() -
getRead
long getRead() -
getWritten
long getWritten() -
reset
void reset()
-