Uses of Class
com.adobe.pdfservices.operation.internal.http.HttpRequestConfig
-
Packages that use HttpRequestConfig Package Description com.adobe.pdfservices.operation.internal.auth com.adobe.pdfservices.operation.internal.http -
-
Uses of HttpRequestConfig in com.adobe.pdfservices.operation.internal.auth
Methods in com.adobe.pdfservices.operation.internal.auth with parameters of type HttpRequestConfig Modifier and Type Method Description SessionTokenAuthenticator. getSessionToken(HttpRequestConfig requestConfig)SessionTokenJwtAuthenticator. getSessionToken(HttpRequestConfig requestConfig)SessionTokenSessionTokenAuthenticator. getSessionToken(HttpRequestConfig requestConfig)SessionTokenAuthenticator. refreshSessionToken(HttpRequestConfig requestConfig)Fetches a new Session Token from IMS and returns the token.SessionTokenJwtAuthenticator. refreshSessionToken(HttpRequestConfig requestConfig)Fetches a new Session Token from IMSSessionTokenSessionTokenAuthenticator. refreshSessionToken(HttpRequestConfig requestConfig) -
Uses of HttpRequestConfig in com.adobe.pdfservices.operation.internal.http
Methods in com.adobe.pdfservices.operation.internal.http that return HttpRequestConfig Modifier and Type Method Description HttpRequestConfigBaseHttpRequest. getConfig()HttpRequestConfigBaseMultipartRequest. getConfig()HttpRequestConfigHttpRequest. getConfig()Methods in com.adobe.pdfservices.operation.internal.http with parameters of type HttpRequestConfig Modifier and Type Method Description HttpRequestBaseHttpRequest. withConfig(HttpRequestConfig requestConfig)MultiPartRequestBaseMultipartRequest. withConfig(HttpRequestConfig requestConfig)HttpRequestHttpRequest. withConfig(HttpRequestConfig requestConfig)
-