package traffic
Type Members
- trait CachePacketChannel extends RequestPacketChannel
This channel is given to any fr.linkit.api.gnom.cache.SharedCache (according to fr.linkit.api.gnom.cache.SharedCacheFactory) and performs all the request sending and reception.
a CacheHandler can be set in order to complete requests or to perform content handling (fr.linkit.api.gnom.cache.traffic.handler.CacheContentHandler), or choose and get any information about the engines that are attaching to the cache (fr.linkit.api.gnom.cache.traffic.handler.CacheAttachHandler).This channel is given to any fr.linkit.api.gnom.cache.SharedCache (according to fr.linkit.api.gnom.cache.SharedCacheFactory) and performs all the request sending and reception.
a CacheHandler can be set in order to complete requests or to perform content handling (fr.linkit.api.gnom.cache.traffic.handler.CacheContentHandler), or choose and get any information about the engines that are attaching to the cache (fr.linkit.api.gnom.cache.traffic.handler.CacheAttachHandler).