public abstract class AbstractHttpRpcRequest extends com.nlf.core.AbstractRequest implements IHttpRpcRequest
| 限定符和类型 | 字段和说明 |
|---|---|
protected com.sun.net.httpserver.HttpExchange |
exchange |
protected com.nlf.util.InputStreamCache |
inputStreamCache
输入流缓存
|
ACCEPT_ENCODING, ACCEPT_LANGUAGE, ACCESS_CONTROL_ALLOW_CREDENTIALS, ACCESS_CONTROL_ALLOW_HEADERS, ACCESS_CONTROL_ALLOW_METHODS, ACCESS_CONTROL_ALLOW_ORIGIN, ACCESS_CONTROL_MAX_AGE, CONTENT_DISPOSITION, CONTENT_ENCODING, CONTENT_LENGTH, CONTENT_TYPE, DEFAULT_CHARSET, DEFAULT_DIR_ALLOWED, DEFAULT_GZIP_ENABLE, DEFAULT_GZIP_FILE_EXT, DEFAULT_GZIP_MIN_SIZE, DEFAULT_HOME_PAGE, DEFAULT_MSG_304, DEFAULT_MSG_403, DEFAULT_MSG_404, DEFAULT_MSG_HTML, DEFAULT_ROOT, ENCODING_GZIP, ETAG, IF_MODIFIED_SINCE, IF_NONE_MATCH, KEY_CORS_ALLOW_CREDENTIALS, KEY_CORS_ALLOW_HEADERS, KEY_CORS_ALLOW_METHODS, KEY_CORS_ALLOW_ORIGIN, KEY_CORS_ENABLE, KEY_CORS_MAX_AGE, LAST_MODIFIED| 构造器和说明 |
|---|
AbstractHttpRpcRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
com.sun.net.httpserver.HttpExchange |
getHttpExchange()
获取HttpExchange
|
InputStream |
getInputStream() |
String |
getPath() |
void |
setHttpExchange(com.sun.net.httpserver.HttpExchange exchange)
设置HttpExchange
|
get, get, get, getArray, getArray, getArray, getClient, getPageNumber, getPageSize, getParam, getSession, setClient, setPageNumber, setPageSize, setParam, setSessionclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinitprotected com.sun.net.httpserver.HttpExchange exchange
protected com.nlf.util.InputStreamCache inputStreamCache
public com.sun.net.httpserver.HttpExchange getHttpExchange()
IHttpRpcExchangegetHttpExchange 在接口中 IHttpRpcExchangepublic void setHttpExchange(com.sun.net.httpserver.HttpExchange exchange)
IHttpRpcExchangesetHttpExchange 在接口中 IHttpRpcExchangeexchange - HttpExchangepublic String getPath()
getPath 在接口中 com.nlf.core.IRequestpublic InputStream getInputStream() throws IOException
getInputStream 在接口中 com.nlf.core.IRequestIOExceptionCopyright © 2020. All Rights Reserved.