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

com.brettonw.servlet.Handler Maven / Gradle / Ivy

Go to download

ServletBase provides a base implementation for a JSON request/response server.

There is a newer version: 3.4.2
Show newest version
package com.brettonw.servlet;

import java.io.IOException;

@FunctionalInterface
public interface Handler {
    void handle (Type t) throws IOException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy