| Package | Description |
|---|---|
| net.tomp2p.connection | |
| net.tomp2p.p2p |
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionReservation.addPeerConnection(PeerConnection peerConnection) |
void |
ConnectionReservation.removePeerConnection(PeerConnection peerConnection) |
| Modifier and Type | Method and Description |
|---|---|
PeerConnection |
Peer.createPeerConnection(PeerAddress destination,
int idleTCPMillis)
Opens a TCP connection and keeps it open.
|
| Modifier and Type | Method and Description |
|---|---|
FutureData |
Peer.send(PeerConnection connection,
org.jboss.netty.buffer.ChannelBuffer requestBuffer) |
FutureData |
Peer.send(PeerConnection connection,
Object object) |
Copyright © 2011. All Rights Reserved.