Package io.undertow.server
Class RequestStatistics
- java.lang.Object
-
- io.undertow.server.RequestStatistics
-
public final class RequestStatistics extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description RequestStatistics(HttpServerExchange exchange)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetBytesReceived()longgetBytesSent()java.lang.StringgetMethod()longgetProcessingTime()java.lang.StringgetProtocol()java.lang.StringgetQueryString()java.lang.StringgetRemoteAddress()longgetStartTime()java.lang.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 java.lang.String getQueryString()
-
getUri
public java.lang.String getUri()
-
getMethod
public java.lang.String getMethod()
-
getProtocol
public java.lang.String getProtocol()
-
getRemoteAddress
public java.lang.String getRemoteAddress()
-
-