JNodeOS v1.1.5 API

Uses of Interface
edu.utah.janos.nodeos.DeliverFunc

Packages that use DeliverFunc
edu.utah.janos.apps.ping   
edu.utah.janos.benchmarks   
edu.utah.janos.nodeos   
 

Uses of DeliverFunc in edu.utah.janos.apps.ping
 

Classes in edu.utah.janos.apps.ping that implement DeliverFunc
 class PingFlow
          A flow implementation of `ping'.
 

Uses of DeliverFunc in edu.utah.janos.benchmarks
 

Classes in edu.utah.janos.benchmarks that implement DeliverFunc
 class FloodSink
           
 

Uses of DeliverFunc in edu.utah.janos.nodeos
 

Methods in edu.utah.janos.nodeos with parameters of type DeliverFunc
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.
 void OutChannel.sendAsync(BufferHandle bh, DeliverFunc callback)
           
 


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/