Class IfMatchCheck

java.lang.Object
io.milton.httpclient.IfMatchCheck

public class IfMatchCheck extends Object
Just a wrapper for an etag. If this is present, but the etag is null it means to do a if-none-match: * (ie ensure there is no resource) If etag is present it will be if-match: (etag), ie ensure the resource is the same If you pass a null instead of this, then it means do no match checks
Author:
brad
  • Constructor Details

    • IfMatchCheck

      public IfMatchCheck(String etag)
  • Method Details

    • getEtag

      public String getEtag()