Uses of Class
net.tomp2p.rpc.RequestHandlerTCP

Packages that use RequestHandlerTCP
net.tomp2p.connection   
net.tomp2p.rpc   
 

Uses of RequestHandlerTCP in net.tomp2p.connection
 

Methods in net.tomp2p.connection with parameters of type RequestHandlerTCP
 org.jboss.netty.channel.ChannelFuture ChannelCreator.createTCPChannel(ReplyTimeoutHandler timeoutHandler, RequestHandlerTCP<? extends BaseFuture> requestHandler, FutureResponse futureResponse, int connectTimeoutMillis, InetSocketAddress recipient)
          Creates a TCP channel future.
 void Sender.sendTCP(RequestHandlerTCP<? extends BaseFuture> handler, FutureResponse futureResponse, Message message, ChannelCreator channelCreator, int idleTCPMillis)
          Sent the message via TCP.
 void SenderNetty.sendTCP(RequestHandlerTCP<? extends BaseFuture> handler, FutureResponse futureResponse, Message message, ChannelCreator channelCreator, int idleTCPMillis)
           
 

Uses of RequestHandlerTCP in net.tomp2p.rpc
 

Methods in net.tomp2p.rpc that return RequestHandlerTCP
 RequestHandlerTCP<FutureData> DirectDataRPC.prepareSend(PeerAddress remotePeer, org.jboss.netty.buffer.ChannelBuffer buffer, boolean raw)
          Prepares for sending to a remote peer.
 



Copyright © 2012. All Rights Reserved.