public interface RequestContext
| Modifier and Type | Method and Description |
|---|---|
String |
getCallerIp() |
ServiceKey |
getCallerService() |
String |
getCookie(String key) |
String |
getHeader(String key) |
String |
getMethod() |
URI |
getURI() |
Collection<String> |
listCookieKeys() |
Collection<String> |
listHeaderKeys() |
void |
setCookie(String key,
String value) |
void |
setHeader(String key,
String value) |
void |
setMethod(String method) |
String getMethod()
void setMethod(String method)
Collection<String> listHeaderKeys()
Collection<String> listCookieKeys()
String getCallerIp()
ServiceKey getCallerService()
URI getURI()
Copyright © 2023. All rights reserved.