Class HttpController

java.lang.Object
org.faceless.publisher.web.HttpController

public class HttpController extends Object
An abstraction of an HTTP interface onto the ServiceEngine. Could theoretically be extended to add new functionality. Must be stateless.
  • Constructor Details

    • HttpController

      public HttpController()
  • Method Details

    • process

      public boolean process(AbstractHttpSession session) throws IOException
      Process the AbstractHttpSession - when overriding, make sure to "return super.process(session)" as the last operation
      Parameters:
      session - the session
      Throws:
      IOException