public interface MiniServlet extends Runnable {
    void setArg(String arg);
    void setOutputStream(java.io.OutputStream out);
    }
