net.i2p.sam
Class SAMv3Handler.DatagramServer.Listener

java.lang.Object
  extended by net.i2p.sam.SAMv3Handler.DatagramServer.Listener
All Implemented Interfaces:
Runnable
Enclosing class:
SAMv3Handler.DatagramServer

static class SAMv3Handler.DatagramServer.Listener
extends Object
implements Runnable


Constructor Summary
SAMv3Handler.DatagramServer.Listener(DatagramChannel server)
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SAMv3Handler.DatagramServer.Listener

public SAMv3Handler.DatagramServer.Listener(DatagramChannel server)
Method Detail

run

public void run()
Specified by:
run in interface Runnable