org.jboss.xnio.nio
Class NioUdpSocketChannelImpl.ReadHandler

java.lang.Object
  extended by org.jboss.xnio.nio.NioUdpSocketChannelImpl.ReadHandler
All Implemented Interfaces:
java.lang.Runnable
Enclosing class:
NioUdpSocketChannelImpl

public final class NioUdpSocketChannelImpl.ReadHandler
extends java.lang.Object
implements java.lang.Runnable


Constructor Summary
NioUdpSocketChannelImpl.ReadHandler()
           
 
Method Summary
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NioUdpSocketChannelImpl.ReadHandler

public NioUdpSocketChannelImpl.ReadHandler()
Method Detail

run

public void run()
Specified by:
run in interface java.lang.Runnable