Package io.grpc.okhttp
Class SslSocketFactoryServerCredentials
- java.lang.Object
-
- io.grpc.okhttp.SslSocketFactoryServerCredentials
-
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/1785") public final class SslSocketFactoryServerCredentials 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.ServerCredentialscreate(SSLSocketFactory factory)static io.grpc.ServerCredentialscreate(SSLSocketFactory factory, ConnectionSpec connectionSpec)
-
-
-
Method Detail
-
create
public static io.grpc.ServerCredentials create(SSLSocketFactory factory)
-
create
public static io.grpc.ServerCredentials create(SSLSocketFactory factory, ConnectionSpec connectionSpec)
-
-