All Packages  This Package  Class Hierarchy  Class Search  Index

Class edu.utah.janos.core.InChannelHandle
java.lang.Object
   |
   +----edu.utah.janos.core.InChannelHandle

  Summary

public final class  InChannelHandle
     extends java.lang.Object
{
          // Fields 1
     private InChannel inChan;

          // Constructors 2
     public InChannelHandle();
     public InChannelHandle(InChannel);

          // Methods 3
     public void copy(InChannelHandle);
     public boolean push(BufferHandle, int);
     public void setChannel(InChannel);
}

A cross-process handle on an InChannel. Packets can be inserted into the InChannel via an InChannelHandle.


  Cross Reference

Returned By:
CommSpaceElement.getInChannelHandle()





  Fields

· inChan

Summary  |  Top
   private InChannel inChan


  Constructors

· InChannelHandle

Summary  |  Top

   public InChannelHandle() 


· InChannelHandle

Summary  |  Top
   public InChannelHandle(InChannel inChan) 


  Methods

· setChannel

Summary  |  Top
   public void setChannel(InChannel inChan) 


· copy

Summary  |  Top
   public void copy(InChannelHandle otherChan) 


· push

Summary  |  Top
   public boolean push(BufferHandle pkt, 
                       int payloadStart) 



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