
ch.ethz.inf.vs.californium.proxy.ProxyCoAPResolver 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.network.Exchange;
public interface ProxyCoAPResolver {
public void forwardRequest(Exchange exchange);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy