crypto/tls.Conn.ConnectionState (method, view implemented interface methods)

11 uses

	crypto/tls (current package)
		conn.go#L1469: func (c *Conn) ConnectionState() ConnectionState {

	golang.org/x/net/http2
		transport.go#L693: 	state := tlsCn.ConnectionState()

	google.golang.org/grpc/credentials
		tls.go#L101: 		State: conn.ConnectionState(),
		tls.go#L106: 	id := credinternal.SPIFFEIDFromState(conn.ConnectionState())
		tls.go#L120: 		State: conn.ConnectionState(),
		tls.go#L125: 	id := credinternal.SPIFFEIDFromState(conn.ConnectionState())

	net/http
		h2_bundle.go#L7338: 		state := tlsCn.ConnectionState()
		server.go#L1866: 		*c.tlsState = tlsConn.ConnectionState()
		server.go#L3515: 		*req.TLS = h.c.ConnectionState()
		transport.go#L1550: 	cs := tlsConn.ConnectionState()
		transport.go#L1600: 			cs := tc.ConnectionState()