Skip to content

Instantly share code, notes, and snippets.

@fedotxxl
Created March 23, 2016 11:54
Show Gist options
  • Save fedotxxl/c344be7bbdd1ae4df6d4 to your computer and use it in GitHub Desktop.
Save fedotxxl/c344be7bbdd1ae4df6d4 to your computer and use it in GitHub Desktop.
client = ClientBuilder.newClient();
client.register(new LoggingFilter());
client.property(ClientProperties.CONNECT_TIMEOUT, timeoutInMillis);
client.property(ClientProperties.READ_TIMEOUT, timeoutInMillis);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment