Package io.bdeploy.jersey
Class JerseyRequestContext
java.lang.Object
io.bdeploy.jersey.JerseyRequestContext
Provides a wrapper around the
ContainerRequestContext where per-request data is stored.
In case a new Thread is started *within* a request, the request association is lost if not handled explicitly, thus we need to fall back to a simple thread local solution.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()getProperty(String name) voidremoveProperty(String name) voidsetProperty(String name, Object object)
-
Constructor Details
-
JerseyRequestContext
public JerseyRequestContext()
-
-
Method Details
-
getProperty
-
setProperty
-
removeProperty
-
clear
public void clear()
-