Klasse Representation<E>

java.lang.Object
org.jupnp.http.Representation<E>
Alle implementierten Schnittstellen:
Serializable

public class Representation<E> extends Object implements Serializable
Autor:
Christian Bauer
Siehe auch:
  • Konstruktordetails

  • Methodendetails

    • getUrl

      public URL getUrl()
    • getCacheControl

      public CacheControl getCacheControl()
    • getContentLength

      public Integer getContentLength()
    • getContentType

      public String getContentType()
    • getLastModified

      public Long getLastModified()
    • getEntityTag

      public String getEntityTag()
    • getEntity

      public E getEntity()
    • getMaxAgeOrNull

      public Long getMaxAgeOrNull()
    • isExpired

      public boolean isExpired(long storedOn, long maxAge)
    • isExpired

      public boolean isExpired(long storedOn)
    • isNoStore

      public boolean isNoStore()
    • isNoCache

      public boolean isNoCache()
    • mustRevalidate

      public boolean mustRevalidate()
    • hasEntityTagChanged

      public boolean hasEntityTagChanged(String currentEtag)
    • hasBeenModified

      public boolean hasBeenModified(long currentModificationTime)
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object