Class SampleFilter.Heaplet

  • All Implemented Interfaces:
    Heaplet
    Enclosing class:
    SampleFilter

    public static class SampleFilter.Heaplet
    extends GenericHeaplet
    Create and initialize the filter, based on the configuration. The filter object is stored in the heap.
    • Constructor Detail

      • Heaplet

        public Heaplet()
    • Method Detail

      • create

        public Object create()
                      throws HeapException
        Create the filter object in the heap, setting the header name and value for the filter, based on the configuration.
        Specified by:
        create in class GenericHeaplet
        Returns:
        The filter object.
        Throws:
        HeapException - Failed to create the object.