All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----com.oroinc.net.DatagramSocketClient | +----com.oroinc.net.DiscardUDPClient
Copyright © 1997 Original Reusable Objects, Inc. All rights reserved.
send(data, data.length, host.
-
send(byte[], int, InetAddress)
- Same as
send(data, length, host.
-
send(byte[], int, InetAddress, int)
- Sends the specified data to the specified server at the specified port.
public static final int DEFAULT_PORT
public DiscardUDPClient()
public void send(byte data[], int length, InetAddress host, int port) throws IOException
public void send(byte data[], int length, InetAddress host) throws IOException
send(data, length, host. DiscardUDPClient.DEFAULT_PORT)
.
public void send(byte data[], InetAddress host) throws IOException
send(data, data.length, host. DiscardUDPClient.DEFAULT_PORT)
.
All Packages Class Hierarchy This Package Previous Next Index