doc.com.rallydev.rest.client.class-use.HttpClient.html Maven / Gradle / Ivy
Uses of Class com.rallydev.rest.client.HttpClient (Rally Rest API for Java 2.2)
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