public class HTTPRequestContext extends Object
| Constructor and Description |
|---|
HTTPRequestContext(String clientIP) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClientIP() |
static HTTPRequestContext |
getCurrent() |
static void |
setCurrent(HTTPRequestContext context) |
public HTTPRequestContext(String clientIP)
public static void setCurrent(HTTPRequestContext context)
public static HTTPRequestContext getCurrent() throws pl.edu.icm.unity.exceptions.InternalException
pl.edu.icm.unity.exceptions.InternalExceptionpublic String getClientIP()
Copyright © 2020 Unity. All rights reserved.