All Downloads are FREE. Search and download functionalities are using the official Maven repository.

public.javadoc.org.spincast.core.routing.ETag.html Maven / Gradle / Ivy

There is a newer version: 2.2.0
Show newest version






ETag (org.spincast:spincast-framework 1.0.0 API)












org.spincast.core.routing

Interface ETag

  • All Known Implementing Classes:
    ETagDefault


    public interface ETag
    Represents an HTTP ETag.
    • Method Detail

      • getTag

        String getTag()
        Gets the tag text.
      • isWeak

        boolean isWeak()
        Is it weak?
      • isWildcard

        boolean isWildcard()
        Is it a wildcard ETag?
      • getHeaderValue

        String getHeaderValue()
        Gets the HTTP header value to use for this ETag.
      • matches

        boolean matches(ETag other)
        Does the ETag strongly matches the other specified ETag?

        If one (or both) ETag is a wildcard, it matches.

        more info

      • matches

        boolean matches(ETag other,
                        boolean weakComparison)
        Does the ETag strongly or weakly matches the other specified ETag?

        If one (or both) ETag is a wildcard, it matches.

        more info

Copyright © 2019. All rights reserved.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy