@Deprecated public class RequestCacheThreadLocal extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CONTEXT_PATH_KEY
Deprecated.
|
static String |
REMOTE_ADDRESS_KEY
Deprecated.
|
static String |
REQUEST_ID_KEY
Deprecated.
|
static String |
X_FORWARDED_FOR_KEY
Deprecated.
|
| Constructor and Description |
|---|
RequestCacheThreadLocal()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
clearRequestCache()
Deprecated.
|
static String |
getContextPath()
Deprecated.
|
static Optional<String> |
getKey()
Deprecated.
Returns identifier for the current operation if set.
|
static String |
getRemoteAddress()
Deprecated.
|
static Map |
getRequestCache()
Deprecated.
|
static String |
getRequestCorrelationId()
Deprecated.
|
static String |
getXForwardedFor()
Deprecated.
|
static void |
setKey(String key)
Deprecated.
Set an identifier for the current operation.
|
static void |
setRequestCache(Map requestCache)
Deprecated.
|
public static final String REMOTE_ADDRESS_KEY
public static final String X_FORWARDED_FOR_KEY
public static final String CONTEXT_PATH_KEY
public static final String REQUEST_ID_KEY
public static Map getRequestCache()
public static void clearRequestCache()
public static String getRemoteAddress()
public static String getXForwardedFor()
public static String getContextPath()
public static String getRequestCorrelationId()
public static void setKey(String key)
Copyright © 2003–2016 Atlassian. All rights reserved.