Uses of Enum
com.easypost.easyvcr.HttpClientType
Packages that use HttpClientType
-
Uses of HttpClientType in com.easypost.easyvcr
Methods in com.easypost.easyvcr that return HttpClientTypeModifier and TypeMethodDescriptionstatic HttpClientTypeReturns 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.Methods in com.easypost.easyvcr with parameters of type HttpClientTypeModifier and TypeMethodDescriptionstatic ObjectHttpClients.newClient(HttpClientType type, String url, Cassette cassette, Mode mode)Get a new client configured to use cassettes.static ObjectHttpClients.newClient(HttpClientType type, String url, Cassette cassette, Mode mode, AdvancedSettings advancedSettings)Get a new client configured to use cassettes.