Home
last modified time | relevance | path

Searched defs:restTemplate (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/opencensus-java/examples/spring/servlet/src/main/java/io/opencensus/examples/spring/servlet/
H A DHelloController.java90 RestTemplate restTemplate = new RestTemplate(getClientHttpRequestFactory()); field in HelloController
/aosp_15_r20/external/opencensus-java/contrib/spring/src/test/java/io/opencensus/contrib/spring/instrument/web/
H A DTraceWebAsyncClientAutoConfigurationTest.java197 org.springframework.web.client.AsyncRestTemplate restTemplate() { in restTemplate() method in TraceWebAsyncClientAutoConfigurationTest.TestConfiguration