|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.neo.swarm.util.network.multicast.MulticastReader
Receives multicast byte[] data.
| Constructor Summary | |
MulticastReader(java.net.InetAddress group,
int port,
int timeout)
|
|
| Method Summary | |
void |
close()
|
byte[] |
read()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MulticastReader(java.net.InetAddress group,
int port,
int timeout)
timeout - specifies blocking operation timeout in ms. 0 is infinite| Method Detail |
public byte[] read()
throws java.io.IOException
read in interface Receiverjava.io.IOException
public void close()
throws java.io.IOException
close in interface Receiverjava.io.IOException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||