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

com.wizzardo.http.Handler Maven / Gradle / Ivy

package com.wizzardo.http;

import com.wizzardo.http.request.Request;
import com.wizzardo.http.response.Response;

import java.io.IOException;

/**
 * @author: wizzardo
 * Date: 07.09.14
 */
public interface Handler extends Named {

    Response handle(Request request, Response response) throws IOException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy