Class NoopSslSession

java.lang.Object
io.grpc.internal.NoopSslSession
All Implemented Interfaces:
SSLSession

public class NoopSslSession extends Object implements SSLSession
A no-op ssl session, to facilitate overriding only the required methods in specific implementations.