| Package | Description |
|---|---|
| net.tomp2p.p2p | |
| net.tomp2p.p2p.builder |
| Modifier and Type | Method and Description |
|---|---|
FuturePeerConnection |
Peer.createPeerConnection(PeerAddress destination) |
FuturePeerConnection |
Peer.createPeerConnection(PeerAddress destination,
int heartBeatMillis)
Opens a TCP connection and keeps it open.
|
| Modifier and Type | Method and Description |
|---|---|
SendDirectBuilder |
Peer.sendDirect(FuturePeerConnection recipientConnection) |
| Modifier and Type | Method and Description |
|---|---|
FuturePeerConnection |
SendDirectBuilder.connection() |
| Modifier and Type | Method and Description |
|---|---|
SendDirectBuilder |
SendDirectBuilder.connection(FuturePeerConnection connection) |
| Constructor and Description |
|---|
SendDirectBuilder(Peer peer,
FuturePeerConnection recipientConnection) |
Copyright © 2014. All rights reserved.