Class FinalizedClientResponse

All Implemented Interfaces:
AutoCloseable
Direct Known Subclasses:
AbortedResponse

@Deprecated public abstract class FinalizedClientResponse extends ClientResponse
Deprecated.
finalizers should no longer be used and this type will be removed in the future
A class that adds a
invalid @link
{@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.