ipworks
Class UdpportDataInEvent
java.lang.Object
java.util.EventObject
ipworks.UdpportDataInEvent
- All Implemented Interfaces:
- java.io.Serializable
public class UdpportDataInEvent
- 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:
Udpport
,
Udpport.DataInEvent
,
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) 2013 /n software inc. - All rights reserved.