async.net.impl
Class ListenOnRunAccept
java.lang.Object
async.net.impl.ListenOnRunAccept
- All Implemented Interfaces:
- Runnable
public class ListenOnRunAccept
- extends Object
- implements Runnable
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ListenOnRunAccept
public ListenOnRunAccept(Socket socket,
IOCallback ioCallback,
ExceptionCallback<IOException> eCallback)
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.