doc.com.rallydev.rest.client.class-use.HttpClient.html Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of rally-rest-api Show documentation
Show all versions of rally-rest-api Show documentation
A java toolkit for interacting with the Rally Rest API
Uses of Class com.rallydev.rest.client.HttpClient (Rally Rest API for Java 2.1)
Uses of Class
com.rallydev.rest.client.HttpClient
-
Packages that use HttpClient
Package
Description
com.rallydev.rest
Provides the main interface to the Rest API.
com.rallydev.rest.client
Provides the underlying http client implementations.
-
-
Uses of HttpClient in com.rallydev.rest
Methods in com.rallydev.rest that return HttpClient
Modifier and Type
Method and Description
HttpClient
RallyRestApi.getClient()
Get the underlying http client implementation.
-
Uses of HttpClient in com.rallydev.rest.client
Subclasses of HttpClient in com.rallydev.rest.client
Modifier and Type
Class and Description
class
ApiKeyClient
A HttpClient which authenticates using an API Key.
class
BasicAuthClient
A HttpClient which authenticates using basic authentication (username/password).
© 2015 - 2025 Weber Informatics LLC | Privacy Policy