Package | Description |
---|---|
org.apache.commons.net | |
org.apache.commons.net.ntp | |
org.apache.commons.net.tftp |
Modifier and Type | Class and Description |
---|---|
class |
CharGenUDPClient
The CharGenUDPClient class is a UDP implementation of a client for the
character generator protocol described in RFC 864.
|
class |
DaytimeUDPClient
The DaytimeUDPClient class is a UDP implementation of a client for the
Daytime protocol described in RFC 867.
|
class |
DiscardUDPClient
The DiscardUDPClient class is a UDP implementation of a client for the
Discard protocol described in RFC 863.
|
class |
EchoUDPClient
The EchoUDPClient class is a UDP implementation of a client for the
Echo protocol described in RFC 862.
|
class |
TimeUDPClient
The TimeUDPClient class is a UDP implementation of a client for the
Time protocol described in RFC 868.
|
Modifier and Type | Class and Description |
---|---|
class |
NTPUDPClient
The NTPUDPClient class is a UDP implementation of a client for the
Network Time Protocol (NTP) described in RFC 1305 as well as the
Simple Network Time Protocol (SNTP) in RFC-2030.
|
Modifier and Type | Class and Description |
---|---|
class |
TFTP
The TFTP class exposes a set of methods to allow you to deal with the TFTP
protocol directly, in case you want to write your own TFTP client or
server.
|
class |
TFTPClient
The TFTPClient class encapsulates all the aspects of the TFTP protocol
necessary to receive and send files through TFTP.
|