Package com.iizix.ws.engine
Class RESTfulReply
java.lang.Object
com.iizix.ws.engine.RESTfulReply
The class holding the reply from a RESTful request.
- Author:
- Christopher Mindus
Method Summary
Modifier and TypeMethodDescriptionFormats the URLConnection HTTP headers reply into a String.processReply
(List<IReplyContent> replyContents) Processes the URL connection to read the data for the request.
Method Details
processReply
Processes the URL connection to read the data for the request.- Parameters:
replyContents
- The available reply content parsers.- Returns:
- The reply content that processed the reply.
- Throws:
IOException
- For I/O errors.
formatHTTPReply
Formats the URLConnection HTTP headers reply into a String.- Returns:
- The formatted HTML reply string.