| Package | Description |
|---|---|
| net.tomp2p.nat | |
| net.tomp2p.relay | |
| net.tomp2p.relay.tcp | |
| net.tomp2p.relay.tcp.buffered |
| Modifier and Type | Method and Description |
|---|---|
FutureRelayNAT |
PeerNAT.startRelay(RelayClientConfig relayConfig,
BootstrapBuilder bootstrapBuilder) |
FutureRelayNAT |
PeerNAT.startRelay(RelayClientConfig relayConfig,
FutureDiscover futureDiscover) |
FutureRelayNAT |
PeerNAT.startRelay(RelayClientConfig relayConfig,
FutureDiscover futureDiscover,
FutureNAT futureNAT) |
FutureRelayNAT |
PeerNAT.startRelay(RelayClientConfig relayConfig,
PeerAddress peerAddress) |
| Modifier and Type | Method and Description |
|---|---|
RelayClientConfig |
RelayClientConfig.failedRelayWaitTime(int failedRelayWaitTime)
Defines how many seconds to wait at least until asking a relay that
denied a relay request or a relay that failed to act as a relay again
|
RelayClientConfig |
RelayClientConfig.manualRelays(Collection<PeerAddress> manualRelays)
Set the relay list where the peer should connect to
|
RelayClientConfig |
RelayClientConfig.maxFail(int maxFail)
Defines how many times a setup with a relay can fail before it's ignored
|
RelayClientConfig |
RelayClientConfig.peerMapUpdateInterval(int peerMapUpdateInterval)
Defines the time interval (in seconds) of sending the peer map of the unreachable peer
to its relays.
|
RelayClientConfig |
DistributedRelay.relayConfig() |
| Constructor and Description |
|---|
DistributedRelay(Peer peer,
RelayRPC relayRPC,
RelayClientConfig relayConfig) |
| Modifier and Type | Class and Description |
|---|---|
class |
TCPRelayClientConfig |
| Modifier and Type | Class and Description |
|---|---|
class |
BufferedTCPRelayClientConfig |
Copyright © 2015. All rights reserved.