net.tomp2p.connection
Class ConnectionBean

java.lang.Object
  extended by net.tomp2p.connection.ConnectionBean

public class ConnectionBean
extends Object


Constructor Summary
ConnectionBean(int p2pID, DispatcherRequest dispatcherRequest, Sender sender, org.jboss.netty.channel.group.ChannelGroup channelGroup)
           
 
Method Summary
 org.jboss.netty.channel.group.ChannelGroup getChannelGroup()
           
 DispatcherRequest getDispatcherRequest()
           
 int getP2PID()
           
 Sender getSender()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConnectionBean

public ConnectionBean(int p2pID,
                      DispatcherRequest dispatcherRequest,
                      Sender sender,
                      org.jboss.netty.channel.group.ChannelGroup channelGroup)
Method Detail

getSender

public Sender getSender()

getDispatcherRequest

public DispatcherRequest getDispatcherRequest()

getP2PID

public int getP2PID()

getChannelGroup

public org.jboss.netty.channel.group.ChannelGroup getChannelGroup()


Copyright © 2011. All Rights Reserved.