IP*Works! V9

ipworks
Class UdpportDataInEvent

java.lang.Object
  extended by java.util.EventObject
      extended by 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

Field Summary
 byte[] datagram
           
 java.lang.String sourceAddress
           
 int sourcePort
           
 
Fields inherited from class java.util.EventObject
source
 
Method Summary
 
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
 

Field Detail

datagram

public byte[] datagram

sourceAddress

public java.lang.String sourceAddress

sourcePort

public int sourcePort

IP*Works! V9

Copyright (c) 2013 /n software inc. - All rights reserved.