Package org.faceless.publisher.web
Class HttpController
java.lang.Object
org.faceless.publisher.web.HttpController
An abstraction of an HTTP interface onto the ServiceEngine.
Could theoretically be extended to add new functionality.
Must be stateless.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
process
(AbstractHttpSession session) Process the AbstractHttpSession - when overriding, make sure to "return super.process(session)" as the last operation
-
Constructor Details
-
HttpController
public HttpController()
-
-
Method Details
-
process
Process the AbstractHttpSession - when overriding, make sure to "return super.process(session)" as the last operation- Parameters:
session
- the session- Throws:
IOException
-