Uses of Class
com.caplin.net.udp.UDPSendException
Packages that use UDPSendException
-
Uses of UDPSendException in com.caplin.net.udp
Methods in com.caplin.net.udp that throw UDPSendExceptionModifier and TypeMethodDescriptionvoidSends the specified command and arguments string to the default destination.voidUDPAccessor.send(String commandAndArguments, InetAddress address, int port) Sends the specified command and arguments string to the specified address and port.