Uses of Class
rina.flow0.TCPFlow

Packages that use TCPFlow
rina.dns   
rina.flow   
rina.flow0   
rina.flowAllocator.impl.util   
rina.idd   
rina.ipcProcess.impl   
 

Uses of TCPFlow in rina.dns
 

Constructors in rina.dns with parameters of type TCPFlow
DNSHandler(TCPFlow flow, java.util.LinkedHashMap<java.lang.String,DNS.DNSRecord> dataBase, Logger logger)
           
 

Uses of TCPFlow in rina.flow
 

Methods in rina.flow that return TCPFlow
 TCPFlow Flow.getTcpFlow()
           
 

Methods in rina.flow with parameters of type TCPFlow
 void Flow.setTcpFlow(TCPFlow tcpFlow)
           
 

Constructors in rina.flow with parameters of type TCPFlow
Flow(java.lang.String srcIPCName, java.lang.String dstIPCName, int dstPort, TCPFlow tcpFlow)
           
Flow(java.lang.String srcIPCName, java.lang.String dstIPCName, TCPFlow tcpFlow)
           
 

Uses of TCPFlow in rina.flow0
 

Methods in rina.flow0 that return TCPFlow
 TCPFlow TCPFlow.accept()
          accept an incoming client socket
 

Uses of TCPFlow in rina.flowAllocator.impl.util
 

Constructors in rina.flowAllocator.impl.util with parameters of type TCPFlow
IncomingClientHandler(TCPFlow tcpflow, MessageQueue msgQueue, java.util.LinkedHashMap<java.lang.String,TCPFlow> tcpFlowAllocated)
           
IncomingCom(TCPFlow tcpListeningFlow, MessageQueue messageQueue, java.util.LinkedHashMap<java.lang.String,TCPFlow> tcpFlowAllocated)
           
OutgoingComHandler(MessageQueue msgQueue, TCPFlow tcpFlow)
          Constructor
 

Constructor parameters in rina.flowAllocator.impl.util with type arguments of type TCPFlow
IncomingClientHandler(TCPFlow tcpflow, MessageQueue msgQueue, java.util.LinkedHashMap<java.lang.String,TCPFlow> tcpFlowAllocated)
           
IncomingCom(TCPFlow tcpListeningFlow, MessageQueue messageQueue, java.util.LinkedHashMap<java.lang.String,TCPFlow> tcpFlowAllocated)
           
 

Uses of TCPFlow in rina.idd
 

Constructors in rina.idd with parameters of type TCPFlow
IDDHandler(TCPFlow flow, RIBDaemonImpl RIBdaemon)
          Constructor
 

Uses of TCPFlow in rina.ipcProcess.impl
 

Methods in rina.ipcProcess.impl that return TCPFlow
 TCPFlow TCPFlowManager.allocateTCPFlow(java.lang.String IPCName)
           
 TCPFlow TCPFlowManager.getTCPFlow(java.lang.String IPCName)