Jersey Client Timeout Setup

		restClient.property(ClientProperties.CONNECT_TIMEOUT, 5000);
		restClient.property(ClientProperties.READ_TIMEOUT, 5000);

Leave a Comment

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.