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