async.net.impl
Class ListenOnRunAccept

java.lang.Object
  extended by async.net.impl.ListenOnRunAccept
All Implemented Interfaces:
Runnable

public class ListenOnRunAccept
extends Object
implements Runnable


Constructor Summary
ListenOnRunAccept(Socket socket, IOCallback ioCallback, ExceptionCallback<IOException> eCallback)
           
 
Method Summary
 ExceptionCallback<IOException> getExceptionCallback()
           
 IOCallback getIoCallback()
           
 Socket getSocket()
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListenOnRunAccept

public ListenOnRunAccept(Socket socket,
                         IOCallback ioCallback,
                         ExceptionCallback<IOException> eCallback)
Method Detail

run

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

getSocket

public Socket getSocket()

getIoCallback

public IOCallback getIoCallback()

getExceptionCallback

public ExceptionCallback<IOException> getExceptionCallback()


Copyright © 2011. All Rights Reserved.