JNodeOS v1.1.5 API

Uses of Class
edu.utah.janos.nodeos.Flow

Packages that use Flow
edu.utah.janos.nodeos   
edu.utah.janos.services.icmp   
edu.utah.janos.tests   
edu.utah.janos.util   
 

Uses of Flow in edu.utah.janos.nodeos
 

Methods in edu.utah.janos.nodeos that return Flow
static Flow Flow.currentFlow()
          Get the current flow.
 

Methods in edu.utah.janos.nodeos with parameters of type Flow
static InChannel InChannel.create(Flow flow, ThreadPoolSpec tps, DemultiplexKey classifier, java.lang.String protocolSpec, java.lang.String addrSpec, DeliverFunc deliverFunc)
          Create a new InChannel.
static InChannel InChannel.create(Flow flow, DemultiplexKey classifier, java.lang.String protocolSpec, java.lang.String addrSpec, DeliverFunc deliverFunc)
          XXX flow parameter is silly.
static OutChannel OutChannel.create(Flow flow, java.lang.String protocolSpec, java.lang.String addressSpec)
          Create a new OutChannel.
static OutChannel OutChannel.create(Flow flow, NetworkSpec ns, java.lang.String protocolSpec, java.lang.String addressSpec)
           
static CutThroughChannel CutThroughChannel.create(Flow flow, DemultiplexKey classifier, ThreadPoolSpec inchan_tps, NetworkSpec outchan_ns, java.lang.String inProtocolSpec, java.lang.String outProtocolSpec, java.lang.String inAddressSpec, java.lang.String outAddressSpec, Address destAddr)
           
 

Constructors in edu.utah.janos.nodeos with parameters of type Flow
DemultiplexKey.DemultiplexKey(Flow flow)
          Create a new demultiplex key.
 

Uses of Flow in edu.utah.janos.services.icmp
 

Methods in edu.utah.janos.services.icmp that return Flow
 Flow ICMPFlow.getFlow()
           
 

Uses of Flow in edu.utah.janos.tests
 

Methods in edu.utah.janos.tests that return Flow
static Flow TestMain.getRootFlow()
          Return rootFlow
 

Uses of Flow in edu.utah.janos.util
 

Fields in edu.utah.janos.util declared as Flow
 Flow FlowBase.flow
           
 

Methods in edu.utah.janos.util with parameters of type Flow
 void FlowBase.run(Flow flow, java.lang.String[] args, CommSpaceHandle commSpaceHandle)
          This sets the flow, and args fields and then calls start().
 

Constructors in edu.utah.janos.util with parameters of type Flow
SimpleDemultiplexKey.SimpleDemultiplexKey(Flow flow, int offset, byte[] value)
           
 


JNodeOS v1.1.5 API

This documentation is Copyright (C) 1998-2001 The University of Utah. All Rights Reserved. See the file LICENSE for distribution terms.
Documentation, software, and mailing list archives for Janos can be found at the Janos Project: http://www.cs.utah.edu/flux/janos/