Player Module
/
com.bitmovin.player.api.network
/
HttpResponse
Http
Response
data class
HttpResponse
(httpRequest:
HttpRequest
, url:
String
, status:
Int
, headers:
Map
<
String
,
String
>, body:
ByteArray
)
Content copied to clipboard
Functions
Properties
Properties
body
Link copied to clipboard
var
body
:
ByteArray
Content copied to clipboard
The body of this response.
headers
Link copied to clipboard
val
headers
:
Map
<
String
,
String
>
Content copied to clipboard
The HTTP headers of this response.
httpRequest
Link copied to clipboard
val
httpRequest
:
HttpRequest
Content copied to clipboard
The corresponding request object of this response
status
Link copied to clipboard
val
status
:
Int
Content copied to clipboard
The HTTP status code
url
Link copied to clipboard
val
url
:
String
Content copied to clipboard
The URL of the corresponding request.
Functions
equals
Link copied to clipboard
open operator override fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
open override fun
hashCode
():
Int
Content copied to clipboard