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 SummaryModifier 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- processReplyProcesses 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.
 
- formatHTTPReplyFormats the URLConnection HTTP headers reply into a String.- Returns:
- The formatted HTML reply string.