Uses of Class
rina.ipcProcess.impl.TCPFlowManager

Packages that use TCPFlowManager
rina.flowAllocator.impl   
rina.ipcProcess.enrollment   
rina.ipcProcess.impl   
rina.rib.impl   
rina.rib.util   
rina.routing   
 

Uses of TCPFlowManager in rina.flowAllocator.impl
 

Methods in rina.flowAllocator.impl that return TCPFlowManager
 TCPFlowManager FlowAllocatorImpl.getTcpManager()
           
 

Methods in rina.flowAllocator.impl with parameters of type TCPFlowManager
 void FlowAllocatorImpl.setTcpManager(TCPFlowManager tcpManager)
           
 

Constructors in rina.flowAllocator.impl with parameters of type TCPFlowManager
FlowAllocatorImpl(RIBImpl rib, MessageQueue msgQueue, TCPFlowManager tcpManager)
           
 

Uses of TCPFlowManager in rina.ipcProcess.enrollment
 

Constructors in rina.ipcProcess.enrollment with parameters of type TCPFlowManager
Enrollment(RIBDaemonImpl RIBdaemon, TCPFlowManager tcpManager)
          DIF-0 NMS
EnrollmentHandler(RIBDaemonImpl RIBdaemon, TCPFlowManager tcpManager, MessageQueue msgQueue, java.lang.String newMember)
          DIF 0
 

Uses of TCPFlowManager in rina.ipcProcess.impl
 

Methods in rina.ipcProcess.impl that return TCPFlowManager
 TCPFlowManager IPCProcessImpl.getTcpManager()
           
 

Methods in rina.ipcProcess.impl with parameters of type TCPFlowManager
 void IPCProcessImpl.setTcpManager(TCPFlowManager tcpManager)
           
 

Uses of TCPFlowManager in rina.rib.impl
 

Constructors in rina.rib.impl with parameters of type TCPFlowManager
RIBDaemonImpl(RIBImpl rib, TCPFlowManager tcpManager)
           
 

Uses of TCPFlowManager in rina.rib.util
 

Constructors in rina.rib.util with parameters of type TCPFlowManager
PubHandler(RIBImpl rib, TCPFlowManager tcpManager, Event event)
           
SubHandler(RIBImpl rib, TCPFlowManager tcpManager, Event event)
           
 

Uses of TCPFlowManager in rina.routing
 

Constructors in rina.routing with parameters of type TCPFlowManager
ProbeNeighbour(RIBImpl rib, TCPFlowManager tcpManager)
           
RoutingDaemon(RIBDaemonImpl RIBdaemon, TCPFlowManager tcpManager)