net.tomp2p.connection
Class ConnectionBean
java.lang.Object
net.tomp2p.connection.ConnectionBean
public class ConnectionBean
- extends Object
A bean that holds sharable configuration settings for the peer. The
non-sharable configurations are stored in PeerBean
.
- Author:
- Thomas Bocek
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConnectionBean
public ConnectionBean(int p2pID,
DispatcherReply dispatcherRequest,
Sender sender,
org.jboss.netty.channel.group.ChannelGroup channelGroup,
ConnectionReservation connectionReservation,
ConnectionConfigurationBean configuration,
Scheduler scheduler)
getSender
public Sender getSender()
setSender
public void setSender(Sender sender)
getDispatcherRequest
public DispatcherReply getDispatcherRequest()
getP2PID
public int getP2PID()
getChannelGroup
public org.jboss.netty.channel.group.ChannelGroup getChannelGroup()
getConnectionReservation
public ConnectionReservation getConnectionReservation()
getConfiguration
public ConnectionConfigurationBean getConfiguration()
getScheduler
public Scheduler getScheduler()
Copyright © 2012. All Rights Reserved.