public class RequestContext extends Object
| Modifier and Type | Class | Description |
|---|---|---|
static class |
RequestContext.RequestContextBuilder |
| Constructor | 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 | Description |
|---|---|---|
String |
getCid() |
|
String |
getFp() |
|
Map<String,String> |
getHeaders() |
|
String |
getIp() |
|
String |
getMethod() |
|
String |
getRemoteIp() |
|
String |
getUrl() |
|
String |
getVid() |
Copyright © 2020. All rights reserved.