DRCL JavaSim API

drcl.net
Interface PktClassifier

All Known Implementing Classes:
MQueue, FRED, SRED, ColorQueue

public interface PktClassifier

Interface to implement a packet classifier. The classifier classifies packets into classes represented by unique integers.


Method Summary
 int classify(Packet pkt_)
          Returns the class the packet belongs to.
 

Method Detail

classify

public int classify(Packet pkt_)
Returns the class the packet belongs to.

DRCL JavaSim API

Copyright © 2001 - DRCL, OSU     ~ Back to JavaSim Home ~