ConnectionFactory
interface ConnectionFactory
Factory to create StripeConnection, which encapsulates an HttpURLConnection, triggers the request and parses the response with different body type as StripeResponse.
Inheritors
Types
Functions
Link copied to clipboard
Creates an StripeConnection which attempts to parse the http response body as a String.
Link copied to clipboard
Creates an StripeConnection which attempts to parse the http response body as a File.