Package | Description |
---|---|
net.tomp2p.connection | |
net.tomp2p.p2p | |
net.tomp2p.rpc |
Modifier and Type | Method and Description |
---|---|
ConnectionConfiguration |
ConnectionBean.getConfiguration() |
Constructor and Description |
---|
ConnectionBean(int p2pID,
DispatcherReply dispatcherRequest,
Sender sender,
org.jboss.netty.channel.group.ChannelGroup channelGroup,
ConnectionReservation connectionReservation,
ConnectionConfiguration configuration,
Scheduler scheduler) |
ConnectionHandler(int udpPort,
int tcpPort,
Number160 id,
Bindings bindings,
int p2pID,
ConnectionConfiguration configuration,
File messageLogger,
KeyPair keyPair,
PeerMap peerMap,
org.jboss.netty.util.Timer timer,
int maxMessageSize,
int maintenanceThreads,
int replicationThreads,
int workerThreads) |
ConnectionReservation(org.jboss.netty.channel.ChannelFactory tcpClientChannelFactory,
org.jboss.netty.channel.ChannelFactory udpChannelFactory,
ConnectionConfiguration configuration,
MessageLogger messageLoggerFilter,
Statistics statistics,
Scheduler scheduler) |
DispatcherReply(int p2pID,
PeerBean peerBean,
ConnectionConfiguration configuration,
org.jboss.netty.channel.group.ChannelGroup channelGroup,
PeerMap peerMap)
Constructor
|
SenderNetty(ConnectionConfiguration configuration,
org.jboss.netty.util.Timer timer)
The sender is shared for all master and child peers
|
Modifier and Type | Method and Description |
---|---|
ConnectionConfiguration |
PeerMaker.getConfiguration() |
ConnectionConfiguration |
Peer.getConfiguration() |
Modifier and Type | Method and Description |
---|---|
PeerMaker |
PeerMaker.setConfiguration(ConnectionConfiguration configuration) |
Constructor and Description |
---|
TrackerRPC(PeerBean peerBean,
ConnectionBean connectionBean,
ConnectionConfiguration p2pConfiguration) |
Copyright © 2013. All Rights Reserved.