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

scouter.server.netio.req.net.ReqCommand Maven / Gradle / Ivy

There is a newer version: 2.20.0
Show newest version
package scouter.server.netio.req.net;

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

public interface ReqCommand {
	public void process(InputStream in, OutputStream out) throws IOException;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy