josx.rcxcomm
Interface AddressingHandler


public interface AddressingHandler

An interface for processing incoming addressing packets on specific ports.


Method Summary
 void processAddressingPacket(byte[] packet, int len, byte source)
          Process the adressing packet.
 

Method Detail

processAddressingPacket

public void processAddressingPacket(byte[] packet,
                                    int len,
                                    byte source)
Process the adressing packet.

Parameters:
packet - the addressing packet
len - the length of the packet
source - the machine and port address to return replies to