Uses of Class
com.soklet.EntityTag
Packages that use EntityTag
-
Uses of EntityTag in com.soklet
Methods in com.soklet that return EntityTagModifier and TypeMethodDescriptionEntityTag.fromStrongValue(@NonNull String value) EntityTag.fromWeakValue(@NonNull String value) Methods in com.soklet that return types with arguments of type EntityTagModifier and TypeMethodDescriptionStaticFiles.EntityTagResolver.entityTagFor(@NonNull Path path, @NonNull BasicFileAttributes attributes) Resolves the ETag for the file being served.EntityTag.fromHeaderValue(@Nullable String headerValue) Methods in com.soklet with parameters of type EntityTagModifier and TypeMethodDescriptionConditionalRequests.responseFor(@NonNull Request request, @Nullable EntityTag entityTag, @Nullable Instant lastModified) Evaluates conditional request headers against the supplied validators.ConditionalRequests.responseFor(@NonNull Request request, @Nullable EntityTag entityTag, @Nullable Instant lastModified, @Nullable Map<@NonNull String, @NonNull Set<@NonNull String>> extraHeaders) Evaluates conditional request headers against the supplied validators.EntityTag.stronglyMatches(@NonNull EntityTag other) ConditionalRequests.validatorHeaders(@Nullable EntityTag entityTag, @Nullable Instant lastModified) Builds validator headers for the supplied representation validators.ConditionalRequests.validatorHeaders(@Nullable EntityTag entityTag, @Nullable Instant lastModified, @Nullable Map<@NonNull String, @NonNull Set<@NonNull String>> extraHeaders) Builds validator headers plus endpoint-specific metadata headers.EntityTag.weaklyMatches(@NonNull EntityTag other)