The `close` method in the `com.sun.jersey.api.client.ClientResponse` class in Java is used to release any resources held by the client response object. This includes closing any underlying connections and freeing up any system resources. It is good practice to call this method after using a client response object to ensure efficient resource management and avoid potential memory leaks.
Java ClientResponse.close - 24 examples found. These are the top rated real world Java examples of com.sun.jersey.api.client.ClientResponse.close extracted from open source projects. You can rate examples to help us improve the quality of examples.