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

ch.ethz.inf.vs.californium.proxy.RequestHandler Maven / Gradle / Ivy

The newest version!
package ch.ethz.inf.vs.californium.proxy;

import ch.ethz.inf.vs.californium.coap.Request;

public interface RequestHandler {

	public void handleRequest(Request request);
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy