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

com.clouway.friendlyserve.Take Maven / Gradle / Ivy

There is a newer version: 0.1.5
Show newest version
package com.clouway.friendlyserve;

import java.io.IOException;

/**
 * @author Miroslav Genov ([email protected])
 */
public interface Take {

  Response ack(Request request) throws IOException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy