Enhydra 5.1 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
AppletUtils This is the counterpart to com.lutris.applet.LBSConnection.
HttpPresentationComms Object passed to presentation objects that contains HTTP and Presentation Manager access and control objects.
HttpPresentationInputStream HTTP request input stream reader.
HttpPresentationManager Presentation manager class.
HttpPresentationOutputStream HTTP request output stream writter.
HttpSerialized This class provides two utility methods for presentation objects that want to read and/or write Java serialized objects.
HttpUtil Class containing various static methods that are useful in implementing presentations.
Mime  
 

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.
 


Enhydra 5.1 API