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.Request
public String getRelativePath()
getRelativePath
in interface HttpFacade.Request
public String getFirstParam(String param)
getFirstParam
in interface HttpFacade.Request
public boolean isSecure()
isSecure
in interface HttpFacade.Request
public String getQueryParamValue(String paramName)
getQueryParamValue
in interface HttpFacade.Request
public HttpFacade.Cookie getCookie(String cookieName)
getCookie
in interface HttpFacade.Request
public List<String> getHeaders(String name)
getHeaders
in interface HttpFacade.Request
public InputStream getInputStream()
getInputStream
in interface HttpFacade.Request
public InputStream getInputStream(boolean buffered)
getInputStream
in interface HttpFacade.Request
public String getMethod()
getMethod
in interface HttpFacade.Request
public String getHeader(String name)
getHeader
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.