All Packages  This Package  Class Hierarchy  Class Search  Index

Class edu.utah.janos.nodeos.CutThroughChannel
java.lang.Object
   |
   +----edu.utah.janos.nodeos.CutThroughChannel

  Summary

public final class  CutThroughChannel
     extends java.lang.Object
{
          // Fields 2
     private final InChannel inFrom;
     private final OutChannel outTo;

          // Constructors 1
     public CutThroughChannel(Flow, DemultiplexKey, ThreadPool, Address) throws IOException;

          // Methods 1
     void destroy();
}

Java wrapper for a CutThroughChannel.

Implemented on top of UDP for the moment.

Author:
Janos Ministry of Development

See Also: InChannel, OutChannel




  Fields

· outTo

Summary  |  Top

   private final OutChannel outTo

The OutChan this CutThrough forwards to.


· inFrom

Summary  |  Top
   private final InChannel inFrom

The InChan this CutThrough receives from.


  Constructors

· CutThroughChannel

Summary  |  Top

   public CutThroughChannel(Flow flow, 
                            DemultiplexKey classifier, 
                            ThreadPool threadPool, 
                            Address destAddr)  throws IOException


  Methods

· destroy

Summary  |  Top
   void destroy() 


All Packages  This Package  Class Hierarchy  Class Search  Index
Freshly brewed Java API Documentation automatically generated with polardoc Version 1.0.7