Package io.undertow.server
Class RequestStatistics
- java.lang.Object
-
- io.undertow.server.RequestStatistics
-
public final class RequestStatistics extends Object
-
-
Constructor Summary
Constructors Constructor Description RequestStatistics(HttpServerExchange exchange)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetBytesReceived()longgetBytesSent()StringgetMethod()longgetProcessingTime()StringgetProtocol()StringgetQueryString()StringgetRemoteAddress()longgetStartTime()StringgetUri()
-
-
-
Constructor Detail
-
RequestStatistics
public RequestStatistics(HttpServerExchange exchange)
-
-
Method Detail
-
getBytesSent
public long getBytesSent()
-
getBytesReceived
public long getBytesReceived()
-
getStartTime
public long getStartTime()
-
getProcessingTime
public long getProcessingTime()
-
getQueryString
public String getQueryString()
-
getUri
public String getUri()
-
getMethod
public String getMethod()
-
getProtocol
public String getProtocol()
-
getRemoteAddress
public String getRemoteAddress()
-
-