public class Protocol.SNTPResponse extends Protocol.HandshakeMessage
| Constructor and Description |
|---|
SNTPResponse(java.nio.ByteBuffer buffer) |
SNTPResponse(Protocol.SNTPRequest request) |
| Modifier and Type | Method and Description |
|---|---|
long |
getDelay() |
long |
getDelta() |
long |
getDestinationTimestamp() |
BinaryProtocol.MessageOp |
getOp() |
long |
getOriginateTimestamp() |
long |
getReceiveTimestamp() |
long |
getTransmitTimestamp() |
java.nio.ByteBuffer |
wireFormat()
The default message consists of the operation enum and just a 0
length size.
|
getBoolean, getByteArray, getDouble, getEnum, getNameIdPair, getRepNodeImplArray, getStringArray, getVLSN, wireFormatallocateInitializedBuffer, match, toStringpublic SNTPResponse(Protocol.SNTPRequest request)
public SNTPResponse(java.nio.ByteBuffer buffer)
public java.nio.ByteBuffer wireFormat()
BinaryProtocol.MessagewireFormat in interface BinaryProtocol.WireFormatablewireFormat in class BinaryProtocol.Messagepublic BinaryProtocol.MessageOp getOp()
getOp in class BinaryProtocol.Messagepublic long getOriginateTimestamp()
public long getReceiveTimestamp()
public long getTransmitTimestamp()
public long getDestinationTimestamp()
public long getDelay()
public long getDelta()
Copyright (c) 2004-2012 Oracle. All rights reserved.