Uses of Class
com.adobe.pdfservices.operation.internal.http.HttpClientType
-
Packages that use HttpClientType Package Description com.adobe.pdfservices.operation.internal.http com.adobe.pdfservices.operation.internal.http.config -
-
Uses of HttpClientType in com.adobe.pdfservices.operation.internal.http
Methods in com.adobe.pdfservices.operation.internal.http that return HttpClientType Modifier and Type Method Description static HttpClientTypeHttpClientType. valueOf(String name)Returns the enum constant of this type with the specified name.static HttpClientType[]HttpClientType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of HttpClientType in com.adobe.pdfservices.operation.internal.http.config
Methods in com.adobe.pdfservices.operation.internal.http.config that return HttpClientType Modifier and Type Method Description HttpClientTypeHttpClientConfig. getClientType()Methods in com.adobe.pdfservices.operation.internal.http.config with parameters of type HttpClientType Modifier and Type Method Description HttpClientConfig.BuilderHttpClientConfig.Builder. clientType(HttpClientType clientType)
-