Class FinalizedClientResponse

  • All Implemented Interfaces:
    AutoCloseable
    Direct Known Subclasses:
    AbortedResponse

    public abstract class FinalizedClientResponse
    extends ClientResponse
    A class that adds a {@link Object#finalize) method to the {@link ClientResponse} as a last ditch backstop to prevent leaking resources with ill-behaved clients. Use of finalize could incur a significant performance penalty.