| Package | Description |
|---|---|
| net.tomp2p.relay | |
| net.tomp2p.relay.buffer | |
| net.tomp2p.relay.tcp | |
| net.tomp2p.relay.tcp.buffered |
| Modifier and Type | Method and Description |
|---|---|
abstract BaseRelayClient |
RelayClientConfig.createClient(PeerConnection connection,
Peer peer)
Creates a client object
|
| Modifier and Type | Method and Description |
|---|---|
List<BaseRelayClient> |
DistributedRelay.relayClients()
Returns connections to current relay peers
|
Collection<BaseRelayClient> |
FutureRelay.relays() |
| Modifier and Type | Method and Description |
|---|---|
void |
RelayRPC.addClient(BaseRelayClient connection)
Add a client to the list
|
void |
RelayRPC.removeClient(BaseRelayClient connection)
Remove a client from the list
|
| Modifier and Type | Method and Description |
|---|---|
FutureRelay |
FutureRelay.done(Collection<BaseRelayClient> relays) |
| Modifier and Type | Class and Description |
|---|---|
class |
BufferedRelayClient
Extends the basic relay connection capabilities by functions to handle the buffer at the relay peer.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TCPRelayClient |
| Modifier and Type | Method and Description |
|---|---|
BaseRelayClient |
TCPRelayClientConfig.createClient(PeerConnection connection,
Peer peer) |
| Modifier and Type | Class and Description |
|---|---|
class |
BufferedTCPRelayClient
Basically the same implementation as
TCPRelayClient, but exending from the
BufferedRelayClient such that the RelayRPC can distinguish between buffered and unbuffered
connections. |
| Modifier and Type | Method and Description |
|---|---|
BaseRelayClient |
BufferedTCPRelayClientConfig.createClient(PeerConnection connection,
Peer peer) |
Copyright © 2015. All rights reserved.