| Package | Description |
|---|---|
| net.tomp2p.connection | |
| net.tomp2p.p2p | |
| net.tomp2p.peers | |
| net.tomp2p.rpc | |
| net.tomp2p.storage |
| Modifier and Type | Method and Description |
|---|---|
PeerStatusListener[] |
PeerBean.peerStatusListeners() |
| Modifier and Type | Method and Description |
|---|---|
PeerBean |
PeerBean.peerStatusListeners(PeerStatusListener[] peerStatusListeners) |
| Constructor and Description |
|---|
ChannelServer(io.netty.channel.EventLoopGroup bossGroup,
io.netty.channel.EventLoopGroup workerGroup,
ChannelServerConficuration channelServerConfiguration,
Dispatcher dispatcher,
PeerStatusListener[] peerStatusListeners)
Sets parameters and starts network device discovery.
|
PeerCreator(int p2pId,
Number160 peerId,
KeyPair keyPair,
ChannelServerConficuration channelServerConficuration,
ChannelClientConfiguration channelClientConfiguration,
PeerStatusListener[] peerStatusListeners,
ScheduledExecutorService timer)
Creates a master peer and starts UPD and TCP channels.
|
Sender(Number160 peerId,
PeerStatusListener[] peerStatusListeners,
ChannelClientConfiguration channelClientConfiguration,
Dispatcher dispatcher)
Creates a new sender with the listeners for offline peers.
|
TimeoutFactory(FutureResponse futureResponse,
int timeoutSeconds,
PeerStatusListener[] peerStatusListeners,
String name) |
| Modifier and Type | Method and Description |
|---|---|
PeerStatusListener[] |
PeerMaker.peerStatusListeners() |
| Modifier and Type | Method and Description |
|---|---|
PeerMaker |
PeerMaker.peerStatusListeners(PeerStatusListener[] peerStatusListeners) |
| Modifier and Type | Class and Description |
|---|---|
class |
PeerMap
This routing implementation uses is based on Kademlia.
|
| Modifier and Type | Method and Description |
|---|---|
QuitRPC |
QuitRPC.addPeerStatusListener(PeerStatusListener listener)
Add a peer status listener that gets notified when a peer is offline.
|
| Modifier and Type | Class and Description |
|---|---|
class |
IdentityManagement |
class |
TrackerStorage
The maintenance for the tracker is done by the client peer.
|
Copyright © 2014. All rights reserved.