Package | Description |
---|---|
com.sap.cloud.sdk.cloudplatform.connectivity | |
com.sap.cloud.sdk.cloudplatform.servlet | |
com.sap.cloud.sdk.frameworks.hystrix |
Modifier and Type | Method and Description |
---|---|
void |
DestinationsRequestContextListener.requestContextDestroyed(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 |
RequestContextFactory.newRequestContext(javax.servlet.http.HttpServletRequest request) |
RequestContext |
DefaultRequestContextFactory.newRequestContext(javax.servlet.http.HttpServletRequest request) |
Modifier and Type | Method and Description |
---|---|
com.google.common.base.Optional<RequestContext> |
RequestContextFacade.getCurrentRequestContext() |
com.google.common.base.Optional<RequestContext> |
ThreadLocalRequestContextFacade.getCurrentRequestContext() |
static com.google.common.base.Optional<RequestContext> |
RequestContextAccessor.getCurrentRequestContext() |
Modifier and Type | Method and Description |
---|---|
void |
RequestContextListener.requestContextDestroyed(RequestContext requestContext)
Invoked when destroying a
RequestContext . |
void |
AbstractRequestContextListener.requestContextDestroyed(RequestContext requestContext) |
void |
RequestContextListener.requestContextInitialized(RequestContext requestContext)
Invoked when initializing a
RequestContext . |
void |
AbstractRequestContextListener.requestContextInitialized(RequestContext requestContext) |
void |
RequestContextFacade.setCurrentContext(RequestContext requestContext)
Sets the current
RequestContext . |
void |
ThreadLocalRequestContextFacade.setCurrentContext(RequestContext requestContext)
Sets the current
RequestContext . |
RequestContextExecutor |
RequestContextExecutor.withRequestContext(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)
Sets the current
RequestContext . |
Constructor and Description |
---|
HystrixDelegatingRequestContext(RequestContext delegate) |
Copyright © 2018 SAP SE. All rights reserved.