public class RequestDataHolder extends Object
| Constructor and Description |
|---|
RequestDataHolder(javax.servlet.http.HttpServletRequest httpServletRequest) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthType() |
String |
getBody() |
String |
getContentType() |
String |
getEncoding() |
Map<String,String> |
getHeaders() |
String |
getMethod() |
String |
getPath() |
String |
getQueryString() |
String |
toString() |
public RequestDataHolder(javax.servlet.http.HttpServletRequest httpServletRequest)
throws IOException
IOExceptionCopyright © 2019. All rights reserved.