public abstract class AbstractHttpRpcRequest extends com.nlf.core.AbstractRequest implements IHttpRpcRequest
| 限定符和类型 | 字段和说明 |
|---|---|
protected com.sun.net.httpserver.HttpExchange |
exchange |
protected com.nlf.util.InputStreamCache |
inputStreamCache
输入流缓存
|
| 构造器和说明 |
|---|
AbstractHttpRpcRequest() |
| 限定符和类型 | 方法和说明 |
|---|---|
com.sun.net.httpserver.HttpExchange |
getHttpExchange() |
InputStream |
getInputStream() |
String |
getPath() |
void |
setHttpExchange(com.sun.net.httpserver.HttpExchange exchange) |
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()
getHttpExchange 在接口中 IHttpRpcRequestpublic void setHttpExchange(com.sun.net.httpserver.HttpExchange exchange)
setHttpExchange 在接口中 IHttpRpcRequestpublic String getPath()
getPath 在接口中 com.nlf.core.IRequestpublic InputStream getInputStream() throws IOException
getInputStream 在接口中 com.nlf.core.IRequestIOExceptionCopyright © 2020. All Rights Reserved.