|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectcn.dreampie.common.http.AbstractRequest
public abstract class AbstractRequest
Date: 15/11/13 Time: 18:38
| 构造方法摘要 | |
|---|---|
protected |
AbstractRequest()
|
| 方法摘要 | |
|---|---|
protected void |
checkProxyRequest()
|
String |
getBaseNetworkPath()
Returns the base network path of this request (ie baseUri without the protocol). |
protected abstract String |
getBasePath()
The path on which resty is mounted. |
String |
getBaseUri()
Returns the base URI of this request. |
String |
getClientAddress()
The address (IP) of the client. |
protected String |
getHost()
|
protected abstract String |
getLocalClientAddress()
Returns the client address of this request, without taking proxy into account |
protected abstract String |
getLocalScheme()
The URL scheme used for this request, without taking proxy into account. |
protected abstract String |
getQueryString()
|
protected abstract javax.servlet.RequestDispatcher |
getRequestDispatcher(String url)
|
protected String |
getScheme()
|
boolean |
isSecured()
Is this request performed through a secured connection or not. |
String |
toString()
|
| 从类 java.lang.Object 继承的方法 |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| 从接口 cn.dreampie.common.Request 继承的方法 |
|---|
getCharacterEncoding, getContentLength, getContentStream, getContentType, getCookiesMap, getCookieValue, getHeader, getHeaders, getHeaders, getHttpMethod, getLocale, getLocales, getQueryParam, getQueryParams, getQueryParams, getRealPath, getRestPath, getRestUri, isPersistentCookie, setCharacterEncoding, unwrap |
| 构造方法详细信息 |
|---|
protected AbstractRequest()
| 方法详细信息 |
|---|
public String toString()
Object 中的 toStringpublic String getBaseUri()
Request 复制的描述
Request 中的 getBaseUripublic String getBaseNetworkPath()
Request 复制的描述
Request 中的 getBaseNetworkPathprotected String getHost()
public boolean isSecured()
Request 复制的描述
Request 中的 isSecuredprotected String getScheme()
public String getClientAddress()
Request 复制的描述
Request 中的 getClientAddressprotected void checkProxyRequest()
protected abstract String getQueryString()
protected abstract javax.servlet.RequestDispatcher getRequestDispatcher(String url)
protected abstract String getLocalClientAddress()
protected abstract String getBasePath()
protected abstract String getLocalScheme()
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||