ipworks
Class McastDataInEvent
java.lang.Object
|
+--java.util.EventObject
|
+--ipworks.McastDataInEvent
- All Implemented Interfaces:
- java.io.Serializable
- public class McastDataInEvent
- extends java.util.EventObject
Fired when data is received.
The DataIn
event is fired every time a new datagram is received.
Datagram contains the packet as sent by the remote host.
SourceAddress contains the IP number (Internet address) of the
remote host, and SourcePort contains the port from which the
packet originated.
- See Also:
Mcast
,
Mcast.fireDataIn
, Serialized Form
Fields inherited from class java.util.EventObject |
source |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
datagram
public byte[] datagram
sourceAddress
public java.lang.String sourceAddress
sourcePort
public int sourcePort
Copyright (c) 2001 /n software inc. - All rights reserved.