Uses of Interface
org.spincast.core.routing.ETag
Packages that use ETag
Package
Description
-
Uses of ETag in org.spincast.core.exchange
Methods in org.spincast.core.exchange that return types with arguments of type ETagModifier and TypeMethodDescriptionRequestRequestContextAddon.getEtagsFromIfMatchHeader()Returns theETagsfrom theIf-Matchheader, if any.RequestRequestContextAddon.getEtagsFromIfNoneMatchHeader()Returns theETagsfrom theIf-None-Matchheader, if any. -
Uses of ETag in org.spincast.core.routing
Methods in org.spincast.core.routing that return ETagModifier and TypeMethodDescriptionCreates a strong ETag, using a specific tag.Creates a strong or weak ETag, using a specific tag.Creates a strong or weak ETag, using a specific tag.ETagFactory.deserializeHeaderValue(String etagHeader) Creates an ETag object from an already formatted ETag header.Methods in org.spincast.core.routing with parameters of type ETag -
Uses of ETag in org.spincast.plugins.httpcaching
Methods in org.spincast.plugins.httpcaching that return ETagModifier and TypeMethodDescriptionprotected ETagSpincastCacheHeadersRequestContextAddon.getETag()Methods in org.spincast.plugins.httpcaching that return types with arguments of type ETagModifier and TypeMethodDescriptionSpincastCacheHeadersRequestContextAddon.getEtagsFromIfMatchHeader()SpincastCacheHeadersRequestContextAddon.getEtagsFromIfNoneMatchHeader()Methods in org.spincast.plugins.httpcaching with parameters of type ETagModifier and TypeMethodDescriptionprotected booleanSpincastCacheHeadersRequestContextAddon.isEtagMatches(ETag requestETag, boolean weakComparison) protected void -
Uses of ETag in org.spincast.plugins.request
Methods in org.spincast.plugins.request that return types with arguments of type ETagModifier and TypeMethodDescriptionSpincastRequestRequestContextAddon.getEtagsFromIfMatchHeader()SpincastRequestRequestContextAddon.getEtagsFromIfNoneMatchHeader()SpincastRequestRequestContextAddon.parseETagHeader(String headerName) -
Uses of ETag in org.spincast.plugins.routing
Classes in org.spincast.plugins.routing that implement ETagMethods in org.spincast.plugins.routing that return ETagModifier and TypeMethodDescriptionETagFactoryDefault.deserializeHeaderValue(String etagHeaderValue) Methods in org.spincast.plugins.routing with parameters of type ETag