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

org.butor.json.StreamHandler Maven / Gradle / Ivy

Go to download

This module enables fast and easy creation of sync., async., req./resp., req./resp. stream HTTP/json services.

There is a newer version: 1.0.29
Show newest version
package org.butor.json;

import java.io.IOException;
import java.io.InputStream;

import org.butor.json.service.ResponseHandler;

public interface StreamHandler {
	void parse(InputStream is, ResponseHandler handler, String loReqInfo) throws IOException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy