Skip to content

Instantly share code, notes, and snippets.

@kevinhooke
Created December 9, 2015 01:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kevinhooke/cfd0193fa18f6d5fb797 to your computer and use it in GitHub Desktop.
Save kevinhooke/cfd0193fa18f6d5fb797 to your computer and use it in GitHub Desktop.
Jersey client api : get String representation of returned Response
response.readEntity(String.class);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment