Package io.joshworks.stream.client.sse
Class SSEConnection.DisconnectedStatistics
- java.lang.Object
-
- io.joshworks.stream.client.sse.SSEConnection.DisconnectedStatistics
-
- All Implemented Interfaces:
io.undertow.client.ClientStatistics
- Enclosing class:
- SSEConnection
public class SSEConnection.DisconnectedStatistics extends java.lang.Object implements io.undertow.client.ClientStatistics
-
-
Constructor Summary
Constructors Constructor Description DisconnectedStatistics()
-
Method Summary
Modifier and Type Method Description longgetRead()longgetRequests()longgetWritten()voidreset()
-
-
-
Method Detail
-
getRequests
public long getRequests()
- Specified by:
getRequestsin interfaceio.undertow.client.ClientStatistics
-
getRead
public long getRead()
- Specified by:
getReadin interfaceio.undertow.client.ClientStatistics
-
getWritten
public long getWritten()
- Specified by:
getWrittenin interfaceio.undertow.client.ClientStatistics
-
reset
public void reset()
- Specified by:
resetin interfaceio.undertow.client.ClientStatistics
-
-