public class LightHttpResponse extends LightHttpMessage
| Modifier and Type | Field and Description |
|---|---|
LightHttpBody |
body |
int |
code |
java.lang.String |
reasonPhrase |
headerNames, headerValues| Constructor and Description |
|---|
LightHttpResponse() |
| Modifier and Type | Method and Description |
|---|---|
void |
prepare() |
void |
reset() |
addHeader, getFirstHeaderValuepublic int code
public java.lang.String reasonPhrase
public LightHttpBody body
public void prepare()
public void reset()
reset in class LightHttpMessage