Uses of Class
net.tomp2p.futures.FutureChannel

Packages that use FutureChannel
net.tomp2p.connection   
 

Uses of FutureChannel in net.tomp2p.connection
 

Methods in net.tomp2p.connection that return FutureChannel
 FutureChannel ChannelCreator.createTCPChannel(ReplyTimeoutHandler timeoutHandler, RequestHandlerTCP<? extends BaseFuture> requestHandler, int connectTimeoutMillis, InetSocketAddress recipient)
          Creates a TCP channel future.
 FutureChannel ChannelCreator.createUDPChannel(ReplyTimeoutHandler timeoutHandler, RequestHandlerUDP<? extends BaseFuture> requestHandler, boolean broadcast)
          Creates a UDP channel.
 

Methods in net.tomp2p.connection with parameters of type FutureChannel
 void Scheduler.addConnectionQueue(FutureChannel futureChannelCreation, Semaphore semaphore, Runnable runnable)
           
 



Copyright © 2013. All Rights Reserved.