JNodeOS v1.2.0 API

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

Packages that use Address
edu.utah.janos.nodeos   
edu.utah.janos.route   
 

Uses of Address in edu.utah.janos.nodeos
 

Methods in edu.utah.janos.nodeos that return Address
 Address AddressFactory.newAddress(int anAddress, java.lang.String protocolSpec, java.lang.String addressSpec)
          Construct a new Address object that associates the given, virtual "active address" with the physical address described by the addressSpec and its protocolSpec.
 

Methods in edu.utah.janos.nodeos with parameters of type Address
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)
           
 

Uses of Address in edu.utah.janos.route
 

Methods in edu.utah.janos.route that return Address
 Address RouteEntry.getPhysicalNext()
           
 

Constructors in edu.utah.janos.route with parameters of type Address
RouteEntry.RouteEntry(int dst, int nxt, Address addr)
          Create a new RouteEntry for the given destination whose next hop is the given nxt/addr.
 


JNodeOS v1.2.0 API

This documentation is Copyright (C) 1998-2002 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 web site: http://www.cs.utah.edu/flux/janos/
Generated on Mar 17, 2002