p2ps.imp.endpoint.UDP
Class UDPEndpoint.DefaultInputMonitorFactory

java.lang.Object
  extended byp2ps.imp.endpoint.UDP.UDPEndpoint.DefaultInputMonitorFactory
All Implemented Interfaces:
InputMonitorFactory
Enclosing class:
UDPEndpoint

public static class UDPEndpoint.DefaultInputMonitorFactory
extends java.lang.Object
implements InputMonitorFactory


Constructor Summary
UDPEndpoint.DefaultInputMonitorFactory()
           
 
Method Summary
 InputMonitor createInputMonitor()
          Create a new InputMonitor instance
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UDPEndpoint.DefaultInputMonitorFactory

public UDPEndpoint.DefaultInputMonitorFactory()
Method Detail

createInputMonitor

public InputMonitor createInputMonitor()
Create a new InputMonitor instance

Specified by:
createInputMonitor in interface InputMonitorFactory