
ch.ethz.inf.vs.californium.proxy.RequestHandler Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of californium-proxy Show documentation
Show all versions of californium-proxy Show documentation
Californium (Cf) proxy library
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