Package edu.pdx.cs410J.web
Class HttpRequestHelper.Response
java.lang.Object
edu.pdx.cs410J.web.HttpRequestHelper.Response
- Enclosing class:
- HttpRequestHelper
Encapsulates a response to an HTTP request
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the (presumably textual) response from the URLint
Returns the number of lines in the response's contentint
Returns the HTTP status code of the response
-
Constructor Details
-
Response
-
-
Method Details
-
getHttpStatusCode
Returns the HTTP status code of the response- See Also:
-
getContent
Returns the (presumably textual) response from the URL -
getContentLines
Returns the number of lines in the response's content
-