Package de.galan.commons.test
Class DummyContainer
java.lang.Object
de.galan.commons.test.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 Summary
Constructors -
Method Summary
-
Constructor Details
-
DummyContainer
public DummyContainer()
-
-
Method Details
-
handle
public void handle(org.simpleframework.http.Request req, org.simpleframework.http.Response resp) - Specified by:
handlein interfaceorg.simpleframework.http.core.Container
-
serve
public abstract void serve(org.simpleframework.http.Request req, org.simpleframework.http.Response resp) throws Exception - Throws:
Exception
-