| Package | Description |
|---|---|
| java.net |
Network communication through TCP and UDP sockets or URLs.
|
| tijos.framework.networkcenter.ntp |
Network time protocol client class
|
| Modifier and Type | Method and Description |
|---|---|
void |
DatagramSocket.receive(DatagramPacket p)
Reads a datagram packet from the socket.
|
void |
DatagramSocket.send(DatagramPacket p)
Sends the specified packet.
|
| Modifier and Type | Method and Description |
|---|---|
DatagramPacket |
NtpV3Packet.getDatagramPacket() |
DatagramPacket |
NtpV3Impl.getDatagramPacket()
Returns the datagram packet with the NTP details already filled in.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NtpV3Packet.setDatagramPacket(DatagramPacket dp)
Set the contents of this object from the datagram packet
|
void |
NtpV3Impl.setDatagramPacket(DatagramPacket srcDp)
Set the contents of this object from source datagram packet.
|