Class DummyContainer

  • All Implemented Interfaces:
    org.simpleframework.http.core.Container

    public abstract class DummyContainer
    extends Object
    implements org.simpleframework.http.core.Container
    For usage with the simpleframework webserver in the SimpleWebserverTestParent.
    • Constructor Detail

      • DummyContainer

        public DummyContainer()
    • Method Detail

      • handle

        public void handle​(org.simpleframework.http.Request req,
                           org.simpleframework.http.Response resp)
        Specified by:
        handle in interface org.simpleframework.http.core.Container
      • serve

        public abstract void serve​(org.simpleframework.http.Request req,
                                   org.simpleframework.http.Response resp)
                            throws Exception
        Throws:
        Exception