toggle menu
wire-grpc-client
4.9.5
common
js
jvm
native
switch theme
search in API
wire-grpc-client
/
com.squareup.wire
/
GrpcResponse
Grpc
Response
common
js
jvm
native
expect
class
GrpcResponse
actual
class
GrpcResponse
actual
typealias
GrpcResponse
=
Response
actual
class
GrpcResponse
Members
Constructors
Grpc
Response
Link copied to clipboard
js
native
constructor
(
)
constructor
(
)
Properties
body
Link copied to clipboard
common
js
native
@get:
JvmName
(
name
=
"body"
)
expect
val
body
:
GrpcResponseBody
?
actual
val
body
:
GrpcResponseBody
?
actual
val
body
:
GrpcResponseBody
?
Functions
close
Link copied to clipboard
common
js
native
expect
fun
close
(
)
actual
fun
close
(
)
actual
fun
close
(
)
header
Link copied to clipboard
common
js
native
@
JvmOverloads
expect
fun
header
(
name
:
String
,
defaultValue
:
String
?
=
null
)
:
String
?
actual
fun
header
(
name
:
String
,
defaultValue
:
String
?
)
:
String
?
actual
fun
header
(
name
:
String
,
defaultValue
:
String
?
)
:
String
?
trailers
Link copied to clipboard
common
js
native
expect
fun
trailers
(
)
:
GrpcHeaders
actual
fun
trailers
(
)
:
GrpcHeaders
actual
fun
trailers
(
)
:
GrpcHeaders