public static interface HttpFacade.Request
Modifier and Type | Method and Description |
---|---|
HttpFacade.Cookie |
getCookie(String cookieName) |
String |
getFirstParam(String param)
Get first query or form param
|
String |
getHeader(String name) |
List<String> |
getHeaders(String name) |
InputStream |
getInputStream() |
String |
getMethod() |
String |
getQueryParamValue(String param) |
String |
getRemoteAddr() |
String |
getURI()
Full request URI with query params
|
boolean |
isSecure()
HTTPS?
|
void |
setError(AuthenticationError error) |
void |
setError(LogoutError error) |
String getMethod()
String getURI()
boolean isSecure()
String getFirstParam(String param)
param
- HttpFacade.Cookie getCookie(String cookieName)
InputStream getInputStream()
String getRemoteAddr()
void setError(AuthenticationError error)
void setError(LogoutError error)
Copyright © 2016 JBoss by Red Hat. All rights reserved.