Package p2ps.imp.endpoint.UDP

Interface Summary
InputMonitor An interface implemented by classes that monitor input ports and notify the UDPEndpoint once a packet of data has been received.
InputMonitorFactory A factory interface for creating InputMonitor instances.
UDPEndpointSchemes The standard p2ps pipe schemes.
 

Class Summary
UDPEndpoint A class that sends and receives message bytes to/from a Datagram Socket.
UDPEndpoint.DefaultInputMonitorFactory  
UDPMulticastEndpoint An extension to UDPOutputEndpoint that enables sendind to a multicast address.
UDPOutputEndpoint An extension to UDPEndpoint that connects to a specfied endpoint address + port and always sends to that endpoint.
UDPReplyEndpoint An wrapper endpoint that is used to reply to a specific UDP network address.
UDPResolver The resolver for socket using UDP