kotlinx-rpc
Toggle table of contents
0.10.2
common
Target filter
common
Back to docs
Switch theme
Search in API
Skip to content
kotlinx-rpc
kotlinx-rpc-grpc-server
/
kotlinx.rpc.grpc.server
/
GrpcTlsServerCredentials
Grpc
Tls
Server
Credentials
Available in a dev version: 0․11․0-grpc-186
How to configure
fun
GrpcTlsServerCredentials
(
certChain
:
String
,
privateKey
:
String
,
configure
:
GrpcTlsServerCredentialsBuilder
.
(
)
->
Unit
=
{}
)
:
GrpcServerCredentials
(
source
)