All Packages  This Package  Class Hierarchy  Class Search  Index

Class edu.utah.janos.tests.nodeos.InChannelTester
java.lang.Object
   |
   +----edu.utah.janos.tests.Tester
           |
           +----edu.utah.janos.tests.nodeos.InChannelTester

  Summary

public class  InChannelTester
     extends edu.utah.janos.tests.Tester
{
          // Fields 8
     private final byte[][] key;
     private final InetAddress localhost;
     private final int packets;
     private int[] packetsDelivered;
     private int packetsLost;
     private int[] packetsSent;
     private final int port;
     private DatagramSocket socket;

          // Constructors 1
     public InChannelTester() throws IOException;

          // Methods 2
     private void sendPacket(byte[]);
     public void testUnit() throws TestFailedException;

          // Inner Classes 1
     private class InChannelTester.Receiver
}




  Fields

· key

Summary  |  Top

   private final byte[][] key

Keys for testing


· localhost

Summary  |  Top
   private final InetAddress localhost


· port

Summary  |  Top
   private final int port


· socket

Summary  |  Top
   private DatagramSocket socket


· packets

Summary  |  Top
   private final int packets


· packetsSent

Summary  |  Top
   private int[] packetsSent


· packetsLost

Summary  |  Top
   private int packetsLost


· packetsDelivered

Summary  |  Top
   private int[] packetsDelivered


  Constructors

· InChannelTester

Summary  |  Top

   public InChannelTester()  throws IOException


  Methods

· sendPacket

Summary  |  Top
   private void sendPacket(byte[] data) 


· testUnit

Summary  |  Top
   public void testUnit()  throws TestFailedException
Overrides:
testUnit in class Tester


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