public class HttpServerResponse
extends java.lang.Object
implements java.lang.Cloneable
| 构造器和说明 |
|---|
HttpServerResponse() |
| 限定符和类型 | 方法和说明 |
|---|---|
HttpServerResponse |
clone() |
void |
render(javax.servlet.http.HttpServletResponse resp) |
void |
update(java.util.Map<?,?> map) |
void |
updateBody(java.lang.String body) |
void |
updateBy(java.lang.String str) |
void |
updateCode(int statusCode,
java.lang.String statusText) |
public HttpServerResponse clone()
clone 在类中 java.lang.Objectpublic void updateBy(java.lang.String str)
public void update(java.util.Map<?,?> map)
public void updateCode(int statusCode,
java.lang.String statusText)
public void updateBody(java.lang.String body)
public void render(javax.servlet.http.HttpServletResponse resp)