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.long
Gets the range from.long
Gets the range to.void
ifETagDoesntMatch
(String ifETagDoesntMatch) If E tag doesnt match.void
ifETagMatches
(String ifETagMatches) If E tag matches.void
ifModifiedSince
(Date ifModifiedSince) If modified since.void
ifUnmodifiedSince
(Date ifUnmodifiedSince) If unmodified since.void
range
(long rangeFrom, long rangeTo) Range.void
startAt
(long startAt) Start at.void
tail
(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
-