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 Object
A credential with full control over the SSLSocketFactory.
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ChannelCredentials
create(SSLSocketFactory factory)
-
-
-
Method Detail
-
create
public static ChannelCredentials create(SSLSocketFactory factory)
-
-