fr.dyade.aaa.agent
Class UDPNetwork.MessageAndIndex

java.lang.Object
  extended by fr.dyade.aaa.agent.UDPNetwork.MessageAndIndex
Enclosing class:
UDPNetwork

final class UDPNetwork.MessageAndIndex
extends java.lang.Object

A particular structure used to remember:


Field Summary
(package private)  int index
          The index of the first packet containing the message.
(package private)  Message msg
          The sent message.
(package private)  int size
          The number of packets used to send the message.
 
Constructor Summary
UDPNetwork.MessageAndIndex(Message msg, int index, int size)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

msg

Message msg
The sent message.


index

int index
The index of the first packet containing the message.


size

int size
The number of packets used to send the message.

Constructor Detail

UDPNetwork.MessageAndIndex

public UDPNetwork.MessageAndIndex(Message msg,
                                  int index,
                                  int size)


Copyright © 2010 ScalAgent D.T.. All Rights Reserved.