Uses of Class
net.tomp2p.connection.ConnectionConfigurationBean

Packages that use ConnectionConfigurationBean
net.tomp2p.connection   
net.tomp2p.p2p   
 

Uses of ConnectionConfigurationBean in net.tomp2p.connection
 

Methods in net.tomp2p.connection that return ConnectionConfigurationBean
 ConnectionConfigurationBean ConnectionBean.getConfiguration()
           
 

Constructors in net.tomp2p.connection with parameters of type ConnectionConfigurationBean
ConnectionBean(int p2pID, DispatcherReply dispatcherRequest, Sender sender, org.jboss.netty.channel.group.ChannelGroup channelGroup, ConnectionReservation connectionReservation, ConnectionConfigurationBean configuration, Scheduler scheduler)
           
ConnectionHandler(int udpPort, int tcpPort, Number160 id, Bindings bindings, int p2pID, ConnectionConfigurationBean configuration, File messageLogger, KeyPair keyPair, PeerMap peerMap, P2PConfiguration peerConfiguration, org.jboss.netty.util.Timer timer)
           
ConnectionReservation(org.jboss.netty.channel.ChannelFactory tcpClientChannelFactory, org.jboss.netty.channel.ChannelFactory udpChannelFactory, ConnectionConfigurationBean configuration, MessageLogger messageLoggerFilter, Statistics statistics, Scheduler scheduler)
           
SenderNetty(ConnectionConfigurationBean configuration, org.jboss.netty.util.Timer timer)
          The sender is shared for all master and child peers
 

Uses of ConnectionConfigurationBean in net.tomp2p.p2p
 

Methods in net.tomp2p.p2p that return ConnectionConfigurationBean
 ConnectionConfigurationBean Peer.getConnectionConfiguration()
           
 

Constructors in net.tomp2p.p2p with parameters of type ConnectionConfigurationBean
Peer(int p2pID, Number160 nodeId, ConnectionConfigurationBean connectionConfiguration)
           
Peer(int p2pID, Number160 nodeId, P2PConfiguration peerConfiguration, ConnectionConfigurationBean connectionConfiguration, KeyPair keyPair)
           
 



Copyright © 2012. All Rights Reserved.