Uses of Class
org.apache.commons.net.DatagramSocketClient
-
Packages that use DatagramSocketClient Package Description org.apache.commons.net org.apache.commons.net.ntp org.apache.commons.net.tftp -
-
Uses of DatagramSocketClient in org.apache.commons.net
Subclasses of DatagramSocketClient in org.apache.commons.net Modifier and Type Class 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. -
Uses of DatagramSocketClient in org.apache.commons.net.ntp
Subclasses of DatagramSocketClient in org.apache.commons.net.ntp Modifier and Type Class 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. -
Uses of DatagramSocketClient in org.apache.commons.net.tftp
Subclasses of DatagramSocketClient in org.apache.commons.net.tftp Modifier and Type Class 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.
-