EAF 7.4 API

Package com.lutris.appserver.server.httpPresentation

Interface Summary
HttpPresentation Presentation Object interface.
HttpPresentationRequest Object passed to presentation objects that is used to access HTTP request data.
HttpPresentationResponse Object passed to presentation objects that is used to generate HTTP responses.
 

Class Summary
HttpPresentationInputStream HTTP request input stream reader.
HttpPresentationOutputStream HTTP request output stream writter.
 

Exception Summary
DirectoryException  
FilePresentationException Encapulates any error that occurs when serving static files
HttpPresentationException Exception that encapulates any error that occurs when accessing HTTP information supplied to a presentation object.
HttpPresentationIOException IOException derived class that is thrown when the presentation manager encounters an I/O error when talking to a client.
PageUnauthorizedException Throwing this class will cause a 401 Unauthorized response.
 

Error Summary
ClientPageRedirectException Exception used to signal a page redirection via the client.
PageRedirectException Base class of page redirection classes.
ServerPageRedirectException Exception used to signal a page redirection internal to server.
 


EAF 7.4 API