- Session - Class in org.mitre.hpec.clockSkew
-
Identifies one sessions socket and the parameters associated
with it.
- Session() - Constructor for class org.mitre.hpec.clockSkew.Session
-
- SessionList - Class in org.mitre.hpec.clockSkew
-
In the long term we want to be able to initiate
TCP from both directions and then automatically
chose one direction for the actual test.
- setBufSize(int) - Method in class org.mitre.hpec.clockSkew.Skew
-
Set the buffer size for outgoing packets.
- setMillisToWaitForOtherEnd(long) - Method in class org.mitre.hpec.clockSkew.Skew
-
Set the maximum time to wait for the other end in milliseconds.
- setTcpReceiver(boolean) - Method in class org.mitre.hpec.clockSkew.Skew
-
- setUsingTCP(boolean) - Method in class org.mitre.hpec.clockSkew.Skew
-
By default the exchanges are done using UDP.
- setVerbose(boolean) - Method in class org.mitre.hpec.clockSkew.Skew
-
- Skew - Class in org.mitre.hpec.clockSkew
-
Skew is both a standalone application and
a Callable
object.
- Skew(String, int) - Constructor for class org.mitre.hpec.clockSkew.Skew
-
Constructor for a node.
- Skew(String, int, int) - Constructor for class org.mitre.hpec.clockSkew.Skew
-
Constructor for a node.
- Skew(InetSocketAddress, InetSocketAddress) - Constructor for class org.mitre.hpec.clockSkew.Skew
-
Constructor for a node.
- SkewCorrection - Class in org.mitre.hpec.clockSkew
-
SkewCorrection encapsulates the results of the calibration.
- SkewCorrectionListener - Interface in org.mitre.hpec.clockSkew
-
Allows you to register a listener
that gets notified when a calibration/correction exchange
sequence has been completed.
- SkewListen - Class in org.mitre.hpec.clockSkew
-
- SkewListen() - Constructor for class org.mitre.hpec.clockSkew.SkewListen
-
- SkewProber - Interface in org.mitre.hpec.clockSkew
-
- SkewSend - Class in org.mitre.hpec.clockSkew
-
- SkewSend() - Constructor for class org.mitre.hpec.clockSkew.SkewSend
-
- startInSeparateThread() - Method in class org.mitre.hpec.clockSkew.Skew
-
Creates a new daemon thread and invokes the call() method.