Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


oracle.sdp.sclb.api.datacentric
Interface DcrPlugin


public interface DcrPlugin

Interface of a DCR-plugin that can be loaded into DCR using the DCR plug-in framework.


Method Summary
 String getKey(HttpServletRequest request)
          Extracts the key to be used by the Converged Load Balancer for lookup in the consistent hash when routing a HTTP request.
 String getKey(javax.servlet.sip.SipServletRequest request)
          Extract the key to be used by the Converged Load Balancer for lookup in the consistent hash when routing a SIP request.

 

Method Detail

getKey

String getKey(javax.servlet.sip.SipServletRequest request)
Extract the key to be used by the Converged Load Balancer for lookup in the consistent hash when routing a SIP request.
Parameters:
request - the request to extract the key from
Returns:
the key

getKey

String getKey(HttpServletRequest request)
Extracts the key to be used by the Converged Load Balancer for lookup in the consistent hash when routing a HTTP request.
Parameters:
request - the request to extract the key from
Returns:
the key

Skip navigation links

Oracle Communications Converged Application Server Java API Reference
5.1

E36938-01


Copyright © 2012 Oracle Corporation. All Rights Reserved.