public interface HttpContext
| Modifier and Type | Method and Description |
|---|---|
String |
getContextPath() |
javax.servlet.http.Cookie[] |
getCookies() |
HttpMethod |
getMethod()
Returns the http method.
|
String |
getScheme() |
String |
getServerName() |
int |
getServerPort() |
HttpMethod getMethod()
javax.servlet.http.Cookie[] getCookies()
String getScheme()
int getServerPort()
String getServerName()
String getContextPath()
Copyright © 2018 eXo Platform SAS. All rights reserved.