All Packages  This Package  Class Hierarchy  Class Search  Index

Class edu.utah.janos.tests.UdpTest
java.lang.Object
   |
   +----edu.utah.janos.nodeos.FlowRun
           |
           +----edu.utah.janos.util.FlowBase
                   |
                   +----edu.utah.janos.tests.UdpTest

  Summary

public class  UdpTest
     extends edu.utah.janos.util.FlowBase
{
          // Fields 5
     static final int count;
     static final byte[] key1;
     static final byte[] key2;
     static final int port1;
     static final int port2;

          // Constructors 1
     public UdpTest();

          // Methods 4
     private InChannel makeInChannel(Address, OutChannel, byte[], byte[]) throws Exception;
     private OutChannel makeOutChannel(Address) throws Exception;
     public void start();
     public void start1() throws Exception;
}




  Fields

· port1

Summary  |  Top

   static final int port1


· port2

Summary  |  Top
   static final int port2


· key1

Summary  |  Top
   static final byte[] key1


· key2

Summary  |  Top
   static final byte[] key2


· count

Summary  |  Top
   static final int count


  Constructors

· UdpTest

Summary  |  Top

   public UdpTest() 


  Methods

· start

Summary  |  Top
   public void start() 
Overrides:
start in class FlowBase


· start1

Summary  |  Top
   public void start1()  throws Exception


· makeOutChannel

Summary  |  Top
   private OutChannel makeOutChannel(Address outAddr)  throws Exception


· makeInChannel

Summary  |  Top
   private InChannel makeInChannel(Address inAddr, 
                                   OutChannel replyChannel, 
                                   byte[] recvKey, 
                                   byte[] replyKey)  throws Exception


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