Class ClientHandler.Heaplet

  • All Implemented Interfaces:
    Heaplet
    Enclosing class:
    ClientHandler

    public static class ClientHandler.Heaplet
    extends GenericHeaplet
    Creates and initializes a client handler in a heap environment.
    • Constructor Detail

      • Heaplet

        public Heaplet()
    • Method Detail

      • destroy

        public void destroy()
        Description copied from interface: Heaplet
        Called to indicate that the object created by the heaplet is going to be dereferenced. This gives the heaplet an opportunity to free any resources that are being held prior to its dereference.
        Specified by:
        destroy in interface Heaplet
        Overrides:
        destroy in class GenericHeaplet