Example usage for Java com.vaadin.server VaadinServletRequest fields, constructors, methods, implement or subclass
The text is from its open source code.
HttpServletRequest | getHttpServletRequest() Gets the original, unwrapped HTTP servlet request. |
String | getParameter(String parameter) Gets the named request parameter This is typically a HTTP GET or POST parameter, though other request types might have other ways of representing parameters. |
String | getRemoteAddr() Returns the IP address from which the request came. |