Interface HttpRequest
-
public interface HttpRequestAbstraction interface for an HTTP request to avoid dependencies on specific implementations such as HttpServletRequest etc.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceHttpRequest.NameValue
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HttpRequest.NameValue[]getCookies()StringgetHeader(String headerName)
-
-
-
Method Detail
-
getCookies
HttpRequest.NameValue[] getCookies()
-
-