protected class ServletHttpFacade.RequestFacade extends Object implements HttpFacade.Request
Modifier | Constructor and Description |
---|---|
protected |
RequestFacade() |
Modifier and Type | Method and Description |
---|---|
HttpFacade.Cookie |
getCookie(String cookieName) |
String |
getFirstParam(String param) |
String |
getHeader(String name) |
List<String> |
getHeaders(String name) |
InputStream |
getInputStream() |
String |
getMethod() |
MultivaluedHashMap<String,String> |
getQueryParameters() |
String |
getQueryParamValue(String param) |
String |
getRelativePath() |
String |
getRemoteAddr() |
String |
getURI() |
boolean |
isSecure() |
void |
setError(AuthenticationError error) |
void |
setError(LogoutError error) |
public String getMethod()
getMethod
in interface HttpFacade.Request
public String getURI()
getURI
in interface HttpFacade.Request
public String getRelativePath()
getRelativePath
in interface HttpFacade.Request
public boolean isSecure()
isSecure
in interface HttpFacade.Request
public String getFirstParam(String param)
getFirstParam
in interface HttpFacade.Request
public String getQueryParamValue(String param)
getQueryParamValue
in interface HttpFacade.Request
public MultivaluedHashMap<String,String> getQueryParameters()
public HttpFacade.Cookie getCookie(String cookieName)
getCookie
in interface HttpFacade.Request
public String getHeader(String name)
getHeader
in interface HttpFacade.Request
public List<String> getHeaders(String name)
getHeaders
in interface HttpFacade.Request
public InputStream getInputStream()
getInputStream
in interface HttpFacade.Request
public String getRemoteAddr()
getRemoteAddr
in interface HttpFacade.Request
public void setError(AuthenticationError error)
setError
in interface HttpFacade.Request
public void setError(LogoutError error)
setError
in interface HttpFacade.Request
Copyright © 2018 JBoss by Red Hat. All rights reserved.