Problems implementing a cache/proxy by means of Californium library

82 Views Asked by At

I'd like to implement a proxy/cache server using californium Library. The problem is that I have no references about how to use it. Could you give some advice/tips or link me some manual or tutorial? I would appreciate a lot. Thanks

1

There are 1 best solutions below

0
On

In the meantime, Eclipse/Californium contains a redesigned proxy2. See Proxy 2, README, for more details. It uses com.google.guava:guava:28.2 to implement the cache function.