Class GetOptions
java.lang.Object
ecmwf.ecpds.mover.plugin.http.GetOptions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the if E tag doesnt match.Gets the if E tag matches.Gets the if modified since.Gets the if unmodified since.longGets the range from.longGets the range to.voidifETagDoesntMatch(String ifETagDoesntMatch) If E tag doesnt match.voidifETagMatches(String ifETagMatches) If E tag matches.voidifModifiedSince(Date ifModifiedSince) If modified since.voidifUnmodifiedSince(Date ifUnmodifiedSince) If unmodified since.voidrange(long rangeFrom, long rangeTo) Range.voidstartAt(long startAt) Start at.voidtail(long tail) Tail.toString()To string.
-
Constructor Details
-
GetOptions
public GetOptions()
-
-
Method Details
-
ifETagMatches
If E tag matches.- Parameters:
ifETagMatches- the if E tag matches
-
ifETagDoesntMatch
If E tag doesnt match.- Parameters:
ifETagDoesntMatch- the if E tag doesnt match
-
ifModifiedSince
If modified since.- Parameters:
ifModifiedSince- the if modified since
-
ifUnmodifiedSince
If unmodified since.- Parameters:
ifUnmodifiedSince- the if unmodified since
-
tail
public void tail(long tail) Tail.- Parameters:
tail- the tail
-
startAt
public void startAt(long startAt) Start at.- Parameters:
startAt- the start at
-
range
public void range(long rangeFrom, long rangeTo) Range.- Parameters:
rangeFrom- the range fromrangeTo- the range to
-
getIfETagMatches
-
getIfETagDoesntMatch
Gets the if E tag doesnt match.- Returns:
- the if E tag doesnt match
-
getIfModifiedSince
-
getIfUnmodifiedSince
-
getRangeFrom
public long getRangeFrom()Gets the range from.- Returns:
- the range from
-
getRangeTo
public long getRangeTo()Gets the range to.- Returns:
- the range to
-
toString
-