The java com.sun.jersey.api.client.ClientResponse.getType is a method in the Jersey API library that is used to retrieve the media type of the response received from a client request made to a server. The media type indicates the format of the response entity, such as JSON or XML. This method returns an object of type MediaType, which represents the media type of the response.
Java ClientResponse.getType - 26 examples found. These are the top rated real world Java examples of com.sun.jersey.api.client.ClientResponse.getType extracted from open source projects. You can rate examples to help us improve the quality of examples.