toggle menu
stripe-android
androidJvm
switch theme
search in API
stripe-core
/
com.stripe.android.core.networking
/
StripeConnection
/
AbstractConnection
Abstract
Connection
abstract
class
AbstractConnection
<
ResponseBodyType
>
(
conn
:
HttpsURLConnection
)
:
StripeConnection
<
ResponseBodyType
>
Inheritors
Default
FileConnection
Members
Constructors
Abstract
Connection
Link copied to clipboard
constructor
(
conn
:
HttpsURLConnection
)
Properties
response
Link copied to clipboard
open
override
val
response
:
StripeResponse
<
ResponseBodyType
>
response
Code
Link copied to clipboard
open
override
val
responseCode
:
Int
Functions
close
Link copied to clipboard
open
override
fun
close
(
)
create
Body
From
Response
Stream
Link copied to clipboard
abstract
fun
createBodyFromResponseStream
(
responseStream
:
InputStream
?
)
:
ResponseBodyType
?