
public interface HttpRequest extends Request
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseUri() |
InputStream |
getBodyInputStream() |
String |
getContentType() |
String |
getHeader(String name) |
String |
getMethod() |
String |
getParameter(String name) |
String |
getRemoteAddr() |
String |
getRequestPath() |
String getMethod()
String getBaseUri()
String getRequestPath()
String getContentType()
InputStream getBodyInputStream() throws IOException
IOExceptionString getRemoteAddr()
Copyright © 2015. All Rights Reserved.