Modifier and Type | Method and Description |
---|---|
void |
DestinationsRequestContextListener.requestContextDestroyed(RequestContext requestContext) |
void |
DestinationsRequestContextListener.requestContextInitialized(RequestContext requestContext) |
Modifier and Type | Method and Description |
---|---|
void |
UserRequestContextListener.requestContextDestroyed(RequestContext requestContext) |
void |
UserRequestContextListener.requestContextInitialized(RequestContext requestContext) |
Modifier and Type | Class and Description |
---|---|
class |
DefaultRequestContext
This class represents the context of a request that can be accessed from within other threads outside the thread of
the incoming servlet request..
|
Modifier and Type | Method and Description |
---|---|
RequestContext |
DefaultRequestContextFactory.newRequestContext(javax.servlet.http.HttpServletRequest request) |
RequestContext |
RequestContextFactory.newRequestContext(javax.servlet.http.HttpServletRequest request) |
Modifier and Type | Method and Description |
---|---|
static com.google.common.base.Optional<RequestContext> |
RequestContextAccessor.getCurrentRequestContext() |
com.google.common.base.Optional<RequestContext> |
RequestContextFacade.getCurrentRequestContext()
Returns the current
RequestContext , if present. |
com.google.common.base.Optional<RequestContext> |
ThreadLocalRequestContextFacade.getCurrentRequestContext() |
Modifier and Type | Method and Description |
---|---|
void |
RequestContextListener.requestContextDestroyed(RequestContext requestContext)
Invoked when destroying a
RequestContext . |
void |
RequestContextListener.requestContextInitialized(RequestContext requestContext)
Invoked when initializing a
RequestContext . |
void |
RequestContextFacade.setCurrentContext(RequestContext requestContext)
Sets the current
RequestContext . |
void |
ThreadLocalRequestContextFacade.setCurrentContext(RequestContext requestContext) |
RequestContextExecutor |
RequestContextExecutor.withRequestContext(RequestContext requestContext) |
Modifier and Type | Method and Description |
---|---|
void |
TenantRequestContextListener.requestContextDestroyed(RequestContext requestContext) |
void |
TenantRequestContextListener.requestContextInitialized(RequestContext requestContext) |
Modifier and Type | Class and Description |
---|---|
class |
HystrixDelegatingRequestContext |
Modifier and Type | Method and Description |
---|---|
com.google.common.base.Optional<RequestContext> |
HystrixRequestContextFacade.getCurrentRequestContext() |
Modifier and Type | Method and Description |
---|---|
void |
HystrixRequestContextFacade.setCurrentContext(RequestContext requestContext) |
Constructor and Description |
---|
HystrixDelegatingRequestContext(RequestContext delegate) |
Copyright © 2017 SAP SE. All rights reserved.