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
-
Method Summary
Modifier and TypeMethodDescriptionboolean
process
(AbstractHttpSession session) void
setSend404
(boolean b)
-
Constructor Details
-
HttpController
public HttpController()
-
-
Method Details
-
setSend404
public void setSend404(boolean b) -
process
- Throws:
IOException
-