Package io.grpc.okhttp
Class SslSocketFactoryChannelCredentials
- java.lang.Object
-
- io.grpc.okhttp.SslSocketFactoryChannelCredentials
-
@ExperimentalApi("There is no plan to make this API stable, given transport API instability") public final class SslSocketFactoryChannelCredentials extends ObjectA credential with full control over the SSLSocketFactory.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static io.grpc.ChannelCredentialscreate(SSLSocketFactory factory)
-
-
-
Method Detail
-
create
public static io.grpc.ChannelCredentials create(SSLSocketFactory factory)
-
-