Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Advanced RestEasyClient usage

Header Image

  1. Using RestEasyClient with authentication
    • This article covers how to use RestEasyClient with authentication, including the authentication types supported by RestEasyClient, how to pass credentials for each authentication type, and code examples for each.
  2. Using RestEasyClient with proxies
    • This article covers how to configure RestEasyClient to work with a proxy and some of the other proxy-related options that can be set, providing increased privacy, security, and access to restricted websites.
  3. Using RestEasyClient with cookies
    • The article covers how to set and retrieve cookies with RestEasyClient, a Java library for consuming RESTful web services.
  4. Using RestEasyClient with streaming
    • This article explains how to use the RestEasyClient library to stream large responses from web servers, including configuration options for optimal performance.
  5. Using RestEasyClient with custom headers
    • This article covers how to add and handle custom headers in RestEasyClient, allowing users to include additional information or interact with specific APIs, and retrieve important information such as pagination details or rate limits from responses.

Table of contents