Searched refs:TRANSPORT_ATTR_SSL_SESSION (Results 1 – 6 of 6) sorted by relevance
41 public static final Attributes.Key<SSLSession> TRANSPORT_ATTR_SSL_SESSION = field in Grpc
158 .set(Grpc.TRANSPORT_ATTR_SSL_SESSION, session)652 .set(Grpc.TRANSPORT_ATTR_SSL_SESSION, session)
297 …icates are available in the SSLSession, which is found in the `TRANSPORT_ATTR_SSL_SESSION` attribu…305 SSLSession sslSession = call.attributes().get(Grpc.TRANSPORT_ATTR_SSL_SESSION);
537 assertNotNull(rpc.stream.getAttributes().get(Grpc.TRANSPORT_ATTR_SSL_SESSION)); in clientStreamGetsAttributes()
487 .set(Grpc.TRANSPORT_ATTR_SSL_SESSION, sslSession) in start()
1781 serverCallCapture.get().getAttributes().get(Grpc.TRANSPORT_ATTR_SSL_SESSION); in assertX500SubjectDn()