All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.devsmart.miniweb.handlers.controller.ParamHandler Maven / Gradle / Ivy

package com.devsmart.miniweb.handlers.controller;


import org.apache.http.HttpRequest;
import org.apache.http.HttpResponse;
import org.apache.http.protocol.HttpContext;

public interface ParamHandler {

    public Object createParam(HttpRequest request, HttpResponse response, HttpContext context, ControllerInvoker controllerInvoker);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy