|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | |
|---|---|
FutureChannel |
ChannelCreator.createTCPChannel(ReplyTimeoutHandler timeoutHandler,
RequestHandlerTCP<? extends BaseFuture> requestHandler,
int connectTimeoutMillis,
InetSocketAddress recipient)
Creates a TCP channel future. |
void |
SenderNetty.sendTCP(RequestHandlerTCP<? extends BaseFuture> handler,
FutureResponse futureResponse,
Message message,
ChannelCreator channelCreator,
int idleTCPMillis)
|
void |
Sender.sendTCP(RequestHandlerTCP<? extends BaseFuture> handler,
FutureResponse futureResponse,
Message message,
ChannelCreator channelCreator,
int idleTCPMillis)
Sent the message via TCP. |
| Uses of RequestHandlerTCP in net.tomp2p.rpc |
|---|
| Methods in net.tomp2p.rpc that return RequestHandlerTCP | |
|---|---|
RequestHandlerTCP<FutureResponse> |
HandshakeRPC.pingTCP(PeerAddress remotePeer)
|
RequestHandlerTCP<FutureResponse> |
DirectDataRPC.prepareSend(PeerAddress remotePeer,
org.jboss.netty.buffer.ChannelBuffer buffer,
boolean raw)
Prepares for sending to a remote peer. |
| Methods in net.tomp2p.rpc with parameters of type RequestHandlerTCP | |
|---|---|
FutureResponse |
SenderCacheStrategy.putIfAbsent(CacheKey cacheKey,
RequestHandlerTCP<FutureResponse> request,
ChannelCreator channelCreator)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||