async.net
Class ASyncFactoryImpl

java.lang.Object
  extended by async.net.ASyncFactoryImpl
All Implemented Interfaces:
ASyncFactory

public class ASyncFactoryImpl
extends Object
implements ASyncFactory


Constructor Summary
ASyncFactoryImpl()
           
 
Method Summary
 ASyncConsol createASyncConsol(ThreadHandler handler)
           
 ASyncHttp createASyncHttp(ASync async, InetAddress address)
           
 ASyncSocket createASyncSocket(ThreadHandler handler, InetAddress address, ExceptionCallback<IOException> exceptionCallback)
           
 Dispatcher createDispatcher()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ASyncFactoryImpl

public ASyncFactoryImpl()
Method Detail

createASyncSocket

public ASyncSocket createASyncSocket(ThreadHandler handler,
                                     InetAddress address,
                                     ExceptionCallback<IOException> exceptionCallback)
Specified by:
createASyncSocket in interface ASyncFactory

createASyncHttp

public ASyncHttp createASyncHttp(ASync async,
                                 InetAddress address)
Specified by:
createASyncHttp in interface ASyncFactory

createASyncConsol

public ASyncConsol createASyncConsol(ThreadHandler handler)
Specified by:
createASyncConsol in interface ASyncFactory

createDispatcher

public Dispatcher createDispatcher()
Specified by:
createDispatcher in interface ASyncFactory


Copyright © 2011. All Rights Reserved.