StripeConnection
A wrapper for accessing a HttpURLConnection. Implements Closeable to simplify closing related resources.
Inheritors
Types
Link copied to clipboard
abstract class AbstractConnection<ResponseBodyType>(conn: HttpsURLConnection) : StripeConnection<ResponseBodyType>
Link copied to clipboard
Default StripeConnection that converts the ResponseStream to a String.
Link copied to clipboard
StripeConnection that writes the ResponseStream to a File.