protected class JettyHttpFacade.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() |
InputStream |
getInputStream(boolean buffered) |
String |
getMethod() |
String |
getQueryParamValue(String paramName) |
String |
getRelativePath() |
String |
getRemoteAddr() |
String |
getURI() |
boolean |
isSecure() |
void |
setError(AuthenticationError error) |
void |
setError(LogoutError error) |
public String getURI()
getURI in interface HttpFacade.Requestpublic String getRelativePath()
getRelativePath in interface HttpFacade.Requestpublic String getFirstParam(String param)
getFirstParam in interface HttpFacade.Requestpublic boolean isSecure()
isSecure in interface HttpFacade.Requestpublic String getQueryParamValue(String paramName)
getQueryParamValue in interface HttpFacade.Requestpublic HttpFacade.Cookie getCookie(String cookieName)
getCookie in interface HttpFacade.Requestpublic List<String> getHeaders(String name)
getHeaders in interface HttpFacade.Requestpublic InputStream getInputStream()
getInputStream in interface HttpFacade.Requestpublic InputStream getInputStream(boolean buffered)
getInputStream in interface HttpFacade.Requestpublic String getMethod()
getMethod in interface HttpFacade.Requestpublic String getHeader(String name)
getHeader in interface HttpFacade.Requestpublic String getRemoteAddr()
getRemoteAddr in interface HttpFacade.Requestpublic void setError(AuthenticationError error)
setError in interface HttpFacade.Requestpublic void setError(LogoutError error)
setError in interface HttpFacade.RequestCopyright © 2019 JBoss by Red Hat. All rights reserved.