stripe-android
stripe-core
/
com.stripe.android.core.networking
/
StripeConnection
/
AbstractConnection
Abstract
Connection
abstract
class
AbstractConnection
<
ResponseBodyType
>
(
conn
:
HttpURLConnection
)
:
StripeConnection
<
ResponseBodyType
>
Constructors
Functions
Properties
Inheritors
Constructors
Abstract
Connection
Link copied to clipboard
fun
AbstractConnection
(
conn
:
HttpURLConnection
)
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
?
Properties
response
Link copied to clipboard
open
override
val
response
:
StripeResponse
<
ResponseBodyType
>
response
Code
Link copied to clipboard
open
override
val
responseCode
:
Int
Inheritors
Default
Link copied to clipboard
FileConnection
Link copied to clipboard