public class SimpleUdpClient extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
host |
protected boolean |
oneShot |
protected int |
port |
protected XDR |
request |
| Constructor and Description |
|---|
SimpleUdpClient(String host,
int port,
XDR request) |
SimpleUdpClient(String host,
int port,
XDR request,
Boolean oneShot) |
protected final String host
protected final int port
protected final XDR request
protected final boolean oneShot
public void run()
throws IOException
IOExceptionCopyright © 2014 Apache Software Foundation. All Rights Reserved.