Package com.oracle.bmc.http.internal
Class RetryTokenUtils
- java.lang.Object
 - 
- com.oracle.bmc.http.internal.RetryTokenUtils
 
 
- 
public class RetryTokenUtils extends Object
Utility class that adds the opc-retry-token header to the request 
- 
- 
Field Summary
Fields Modifier and Type Field Description static StringOPC_RETRY_TOKEN_HEADER 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidaddRetryToken(com.oracle.bmc.http.client.HttpRequest httpRequest) 
 - 
 
- 
- 
Field Detail
- 
OPC_RETRY_TOKEN_HEADER
public static final String OPC_RETRY_TOKEN_HEADER
- See Also:
 - Constant Field Values
 
 
 - 
 
 -