Interface HttpRequest
-
public interface HttpRequest
Abstraction 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 interface
HttpRequest.NameValue
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HttpRequest.NameValue[]
getCookies()
String
getHeader(String headerName)
-
-
-
Method Detail
-
getCookies
HttpRequest.NameValue[] getCookies()
-
-