|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GetOpt | |
---|---|
com.bristle.javalib.net.http |
Uses of GetOpt in com.bristle.javalib.net.http |
---|
Methods in com.bristle.javalib.net.http that return GetOpt | |
---|---|
static GetOpt |
HttpUtil.getCookies(HttpServletRequest request)
Returns a GetOpt object that can be used to get the values of the HTTP cookies of the specified HttpServletRequest object. |
static GetOpt |
HttpUtil.getHeaders(HttpServletRequest request)
Returns a GetOpt object that can be used to get the values of the HTTP headers of the specified HttpServletRequest object. |
static GetOpt |
HttpUtil.getParams(HttpServletRequest request)
Returns a GetOpt object that can be used to get the values of the HTTP parameters of the specified HttpServletRequest object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |