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

se.gawell.fakeriak.servlet.GetHandler Maven / Gradle / Ivy

package se.gawell.fakeriak.servlet;

import java.io.IOException;

import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;

public interface GetHandler {

	void handle(HttpServletRequest request, HttpServletResponse response) throws IOException;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy