|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnet.spy.log.MCastLog
Multicast log sender.
| Constructor Summary | |
MCastLog(InetAddress ia,
int port)
Get an instance of MCastLog that will send messages to the given Multicast address on the given port. |
|
| Method Summary | |
void |
close()
Close this log thingy. |
static void |
main(String[] args)
Testing and what not. |
void |
sendMessage(SpyMessage sm)
Send a SpyMessage on this multicast socket. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MCastLog(InetAddress ia,
int port)
throws IOException
| Method Detail |
public void sendMessage(SpyMessage sm)
throws IOException
IOExceptionpublic void close()
public static void main(String[] args)
throws Exception
Exception
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||