public class RequestContext extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RequestContext.RequestContextBuilder |
| Constructor and Description |
|---|
RequestContext() |
RequestContext(String cid,
String vid,
String fp,
String ip,
String remoteIp,
Map<String,String> headers,
String url,
String method) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCid() |
String |
getFp() |
Map<String,String> |
getHeaders() |
String |
getIp() |
String |
getMethod() |
String |
getRemoteIp() |
String |
getUrl() |
String |
getVid() |
Copyright © 2020. All rights reserved.