| Package | Description |
|---|---|
| net.tomp2p.connection | |
| net.tomp2p.p2p.builder | |
| net.tomp2p.rpc |
| Modifier and Type | Class and Description |
|---|---|
class |
ChannelServerConfiguration
The the configuration for the server.
|
class |
DefaultConnectionConfiguration
The ConnectionConfiguration with default settings.
|
| Constructor and Description |
|---|
RequestHandler(K futureResponse,
PeerBean peerBean,
ConnectionBean connectionBean,
ConnectionConfiguration configuration)
Create a request handler that can send UDP messages.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
BasicBuilder<K>
The basic build methods for the builder classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
BroadcastBuilder |
class |
RoutingBuilder |
class |
SendDirectBuilder |
class |
ShutdownBuilder
Set the configuration options for the shutdown command.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SendDirectBuilderI |
| Modifier and Type | Method and Description |
|---|---|
FutureResponse |
AnnounceRPC.broadcast(PeerAddress remotePeer,
ConnectionConfiguration configuration,
ChannelCreator channelCreator) |
FutureResponse |
NeighborRPC.closeNeighbors(PeerAddress remotePeer,
NeighborRPC.SearchValues searchValues,
Message.Type type,
ChannelCreator channelCreator,
ConnectionConfiguration configuration)
Requests close neighbors from the remote peer.
|
FutureResponse |
PingRPC.fireTCP(PeerAddress remotePeer,
ChannelCreator channelCreator,
ConnectionConfiguration configuration)
Ping a TCP peer, but don't expect an answer.
|
FutureResponse |
PingRPC.fireUDP(PeerAddress remotePeer,
ChannelCreator channelCreator,
ConnectionConfiguration configuration)
Ping a UDP peer, but don't expect an answer.
|
RequestHandler<FutureResponse> |
PingRPC.ping(PeerAddress remotePeer,
ConnectionConfiguration configuration)
Ping with UDP or TCP, but do not send yet.
|
FutureResponse |
AnnounceRPC.ping(PeerAddress remotePeer,
ConnectionConfiguration configuration,
ChannelCreator channelCreator) |
FutureResponse |
PingRPC.pingBroadcastUDP(PeerAddress remotePeer,
ChannelCreator channelCreator,
ConnectionConfiguration configuration)
Ping a UDP peer using layer 2 broadcast.
|
FutureResponse |
PingRPC.pingTCP(PeerAddress remotePeer,
ChannelCreator channelCreator,
ConnectionConfiguration configuration)
Ping a TCP peer.
|
FutureResponse |
PingRPC.pingTCPDiscover(PeerAddress remotePeer,
ChannelCreator channelCreator,
ConnectionConfiguration configuration)
Ping a TCP peer, and find out how the other peer sees us.
|
FutureResponse |
PingRPC.pingTCPProbe(PeerAddress remotePeer,
ChannelCreator channelCreator,
ConnectionConfiguration configuration)
Ping a TCP peer, and request the other peer to ping us on our public address with a fire and forget message.
|
FutureResponse |
PingRPC.pingUDP(PeerAddress remotePeer,
ChannelCreator channelCreator,
ConnectionConfiguration configuration)
Ping a UDP peer.
|
FutureResponse |
PingRPC.pingUDPDiscover(PeerAddress remotePeer,
ChannelCreator channelCreator,
ConnectionConfiguration configuration)
Ping a UDP peer, and find out how the other peer sees us.
|
FutureResponse |
PingRPC.pingUDPProbe(PeerAddress remotePeer,
ChannelCreator channelCreator,
ConnectionConfiguration configuration)
Ping a UDP peer, and request the other peer to ping us on our public address with a fire and forget message.
|
FutureResponse |
BroadcastRPC.send(PeerAddress remotePeer,
BroadcastBuilder broadcastBuilder,
ChannelCreator channelCreator,
ConnectionConfiguration configuration) |
Copyright © 2014. All rights reserved.