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

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

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

import ch.ethz.inf.vs.californium.network.Exchange;

public interface ProxyCoAPResolver {

	public void forwardRequest(Exchange exchange);
	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy