public abstract class AbstractHttpRpcResponse extends com.nlf.core.AbstractResponse implements IHttpRpcResponse
| 限定符和类型 | 字段和说明 |
|---|---|
protected com.sun.net.httpserver.HttpExchange |
exchange |
KEY_CORS_ALLOW_CREDENTIALS, KEY_CORS_ALLOW_HEADERS, KEY_CORS_ALLOW_METHODS, KEY_CORS_ALLOW_ORIGIN, KEY_CORS_ENABLE, KEY_CORS_MAX_AGE| 构造器和说明 |
|---|
AbstractHttpRpcResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
com.sun.net.httpserver.HttpExchange |
getHttpExchange() |
void |
setHttpExchange(com.sun.net.httpserver.HttpExchange exchange) |
public com.sun.net.httpserver.HttpExchange getHttpExchange()
getHttpExchange 在接口中 IHttpRpcResponsepublic void setHttpExchange(com.sun.net.httpserver.HttpExchange exchange)
setHttpExchange 在接口中 IHttpRpcResponseCopyright © 2020. All Rights Reserved.