public class ComsatClient
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_PORT
The default comsat port.
|
protected java.net.DatagramSocket |
socket |
| Constructor and Description |
|---|
ComsatClient () |
ComsatClient (int port,
int timeout) |
| Modifier and Type | Method and Description |
|---|---|
void |
close () |
ComsatInfo |
read () |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic static final int DEFAULT_PORT
protected java.net.DatagramSocket socket
public ComsatClient() throws java.io.IOException
java.io.IOExceptionpublic ComsatClient(int port, int timeout) throws java.io.IOException
java.io.IOExceptionpublic void close() throws java.io.IOException
java.io.IOExceptionpublic ComsatInfo read() throws java.io.IOException
java.io.IOException