Class HttpProxyResponse
java.lang.Object
org.apache.mina.proxy.handlers.http.HttpProxyResponse
HttpProxyResponse.java - Wrapper class for HTTP requests.
- Since:
- MINA 2.0.0-M3
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
httpVersion
The HTTP response protocol version. -
statusLine
The HTTP response status line. -
statusCode
private final int statusCodeThe HTTP response status code; -
headers
-
body
The HTTP response body.
-
-
Constructor Details
-
HttpProxyResponse
-
-
Method Details
-
getHttpVersion
- Returns:
- the HTTP response protocol version.
-
getStatusCode
public final int getStatusCode()- Returns:
- the HTTP response status code.
-
getStatusLine
- Returns:
- the HTTP response status line.
-
getBody
- Returns:
- the HTTP response body.
-
setBody
-
getHeaders
-