| 限定符和类型 | 字段和说明 |
|---|---|
static ThreadLocal<Scopes.HttpObject> |
current |
| 构造器和说明 |
|---|
HttpObject() |
| 限定符和类型 | 方法和说明 |
|---|---|
static Scopes.HttpObject |
current() |
String |
getAction() |
String |
getContentType() |
String |
getController() |
io.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder |
getDecoder() |
String |
getIp() |
String |
getMethod() |
int |
getPort() |
String |
getRemoteAddress() |
io.netty.handler.codec.http.FullHttpRequest |
getRequest() |
io.netty.handler.codec.http.FullHttpResponse |
getResponse() |
String |
getUID() |
String |
getUrl() |
String |
getUserAgent() |
boolean |
isClass() |
void |
setAction(String action) |
void |
setClass(boolean aClass) |
void |
setContentType(String contentType) |
void |
setController(String controller) |
void |
setDecoder(io.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder decoder) |
void |
setIp(String ip) |
void |
setMethod(String method) |
void |
setPort(int port) |
void |
setRemoteAddress(String remoteAddress) |
void |
setRequest(io.netty.handler.codec.http.FullHttpRequest request) |
void |
setResponse(io.netty.handler.codec.http.FullHttpResponse response) |
void |
setUID(String UID) |
void |
setUrl(String url) |
void |
setUserAgent(String userAgent) |
public static ThreadLocal<Scopes.HttpObject> current
public String getUID()
public void setUID(String UID)
public io.netty.handler.codec.http.FullHttpRequest getRequest()
public void setRequest(io.netty.handler.codec.http.FullHttpRequest request)
public io.netty.handler.codec.http.FullHttpResponse getResponse()
public void setResponse(io.netty.handler.codec.http.FullHttpResponse response)
public io.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder getDecoder()
public void setDecoder(io.netty.handler.codec.http.multipart.InterfaceHttpPostRequestDecoder decoder)
public String getIp()
public void setIp(String ip)
public static Scopes.HttpObject current()
public String getController()
public void setController(String controller)
public String getAction()
public void setAction(String action)
public String getMethod()
public void setMethod(String method)
public String getUserAgent()
public void setUserAgent(String userAgent)
public String getContentType()
public void setContentType(String contentType)
public boolean isClass()
public void setClass(boolean aClass)
public int getPort()
public void setPort(int port)
public String getRemoteAddress()
public void setRemoteAddress(String remoteAddress)
public String getUrl()
public void setUrl(String url)
Copyright © 2020. All rights reserved.