Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

normal.packetfilter: Javadoc index of package normal.packetfilter.


Package Samples:

normal.packetfilter

Classes:

AllowAll: A PacketFilter that accepts all packets. You should use AllowAll.instance instead of creating a new AllowAll filter every time one is required. For this reason, the constructor for this class is private.
TwoClasses: A PacketFilter that accepts either of two class of packets or any subclass thereof.
SingleClass: A PacketFilter that only accepts packets of a given class or a subclass thereof.
PacketFilter: Represents an algorithm by which packets are either accepted or rejected.

Home | Contact Us | Privacy Policy | Terms of Service