Package net.sf.colossus.webserver
Class RoundtripTimeBookkeeper.RoundtripTimeEntry
- java.lang.Object
-
- net.sf.colossus.webserver.RoundtripTimeBookkeeper.RoundtripTimeEntry
-
- Enclosing class:
- RoundtripTimeBookkeeper
private class RoundtripTimeBookkeeper.RoundtripTimeEntry extends java.lang.Object
-
-
Constructor Summary
Constructors Modifier Constructor Description private
RoundtripTimeEntry(long index, long when, long rtTime)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getIndex()
long
getRTTime()
long
getWhen()
-