java com.sun.jersey.api.client.ClientResponse.getLocation is a method in the Java programming language that belongs to the com.sun.jersey.api.client.ClientResponse class. This method is used to retrieve the Location header from the HTTP response. It returns a java.net.URI object representing the location of the resource that the client needs to redirect to.
Java ClientResponse.getLocation - 24 examples found. These are the top rated real world Java examples of com.sun.jersey.api.client.ClientResponse.getLocation extracted from open source projects. You can rate examples to help us improve the quality of examples.