toggle menu
wire-grpc-client
5.0.0-alpha01
jvm
switch theme
search in API
wire-grpc-client
/
com.squareup.wire
/
GrpcClient
/
Builder
Builder
jvm
class
Builder
Members
Constructors
Builder
Link copied to clipboard
jvm
constructor
(
)
Functions
base
Url
Link copied to clipboard
jvm
fun
baseUrl
(
baseUrl
:
String
)
:
GrpcClient.Builder
fun
baseUrl
(
url
:
GrpcHttpUrl
)
:
GrpcClient.Builder
build
Link copied to clipboard
jvm
fun
build
(
)
:
GrpcClient
call
Factory
Link copied to clipboard
jvm
fun
callFactory
(
client
:
Call.Factory
)
:
GrpcClient.Builder
client
Link copied to clipboard
jvm
fun
client
(
client
:
OkHttpClient
)
:
GrpcClient.Builder
min
Message
To
Compress
Link copied to clipboard
jvm
fun
minMessageToCompress
(
bytes
:
Long
)
:
GrpcClient.Builder
Sets the minimum outbound message size (in bytes) that will be compressed.