C R

C

com.linkedin.d2.contrib - package com.linkedin.d2.contrib
 

R

restRequest(RestRequest, Callback<RestResponse>, String) - Method in class com.linkedin.d2.contrib.RouteLookupClient
 
restRequest(RestRequest, RequestContext, Callback<RestResponse>, String) - Method in class com.linkedin.d2.contrib.RouteLookupClient
 
restRequest(RestRequest, String) - Method in class com.linkedin.d2.contrib.RouteLookupClient
 
restRequest(RestRequest, RequestContext, String) - Method in class com.linkedin.d2.contrib.RouteLookupClient
 
restRequest(RestRequest, Callback<RestResponse>, String) - Method in interface com.linkedin.d2.contrib.RoutingAwareClient
This function can be used to send a restRequest with an additional routeKey to determine the appropriate d2 service to use for routing the request.
restRequest(RestRequest, RequestContext, Callback<RestResponse>, String) - Method in interface com.linkedin.d2.contrib.RoutingAwareClient
This function can be used to send a restRequest with an additional routeKey to determine the appropriate d2 service to use for routing the request.
restRequest(RestRequest, String) - Method in interface com.linkedin.d2.contrib.RoutingAwareClient
This function can be used to send a restRequest with an additional routeKey to determine the appropriate d2 service to use for routing the request.
restRequest(RestRequest, RequestContext, String) - Method in interface com.linkedin.d2.contrib.RoutingAwareClient
This function can be used to send a restRequest with an additional routeKey to determine the appropriate d2 service to use for routing the request.
RouteLookup - Interface in com.linkedin.d2.contrib
This interface is meant to be used in conjunction with a client that implements RoutingAwareClient.
RouteLookupClient - Class in com.linkedin.d2.contrib
RouteLookupClient can be used to send normal RestRequests as well as request that require a RouteLookup.
RouteLookupClient(Client, RouteLookup, String) - Constructor for class com.linkedin.d2.contrib.RouteLookupClient
 
RoutingAwareClient - Interface in com.linkedin.d2.contrib
RoutingAwareClient will currently only support RestRequests with an additional key.
run(String, String, String, Callback<String>) - Method in interface com.linkedin.d2.contrib.RouteLookup
This function can be used to return a different service name than the original service name.

C R