Class HTTPRequestContext
java.lang.Object
pl.edu.icm.unity.engine.api.server.HTTPRequestContext
Stores in thread local state related to the HTTP request being served by the thread.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic HTTPRequestContext
static void
setCurrent
(HTTPRequestContext context)
-
Constructor Details
-
HTTPRequestContext
-
-
Method Details
-
setCurrent
-
getCurrent
public static HTTPRequestContext getCurrent() throws pl.edu.icm.unity.base.exceptions.InternalException- Throws:
pl.edu.icm.unity.base.exceptions.InternalException
-
getClientIP
-
getUserAgent
-