p2ps.imp.endpoint.UDP
Interface InputMonitor


public interface InputMonitor

An interface implemented by classes that monitor input ports and notify the UDPEndpoint once a packet of data has been received.

Version:
$Revision: 295 $
Author:
Ian Wang

Method Summary
 void dispose()
          Disposes of the input monitor
 void init(UDPEndpoint endpoint)
          Initializes the input monitor for the specified endpoint
 

Method Detail

init

public void init(UDPEndpoint endpoint)
Initializes the input monitor for the specified endpoint


dispose

public void dispose()
Disposes of the input monitor