All Packages  This Package  Class Hierarchy  Class Search  Index

Inner Class edu.utah.janos.tests.UdpTest.UdpTest_Deliver
java.lang.Object
   |
   +----edu.utah.janos.tests.UdpTest.UdpTest_Deliver

  Summary

private class  UdpTest.UdpTest_Deliver
     extends java.lang.Object
     implements edu.utah.janos.nodeos.DeliverFunc
{
          // Fields 4
     private final Address inAddr;
     InChannel myInChan;
     private final OutChannel replyChannel;
     private final byte[] replyKey;

          // Constructors 1
     public UdpTest_Deliver(Address, OutChannel, byte[]);

          // Methods 2
     public void receive(BufferHandle, int);
     public void receive1(BufferHandle) throws IOException;
}




  Fields

· myInChan

Summary  |  Top

   InChannel myInChan


· inAddr

Summary  |  Top
   private final Address inAddr


· replyChannel

Summary  |  Top
   private final OutChannel replyChannel


· replyKey

Summary  |  Top
   private final byte[] replyKey


  Constructors

· UdpTest_Deliver

Summary  |  Top

   public UdpTest_Deliver(Address inAddr, 
                          OutChannel replyChannel, 
                          byte[] replyKey) 


  Methods

· receive

Summary  |  Top
   public void receive(BufferHandle packet, 
                       int _) 
Implements:
receive in interface DeliverFunc


· receive1

Summary  |  Top
   public void receive1(BufferHandle packet)  throws IOException


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