Package | Description |
---|---|
org.restlet.data | |
org.restlet.engine.header | |
org.restlet.ext.sip | |
org.restlet.ext.sip.internal | |
org.restlet.representation | |
org.restlet.util |
Modifier and Type | Field and Description |
---|---|
static Tag |
Tag.ALL
Tag matching any other tag, used in call's condition data.
|
Modifier and Type | Method and Description |
---|---|
Tag |
Conditions.getRangeTag()
Returns the range condition based on the entity tag of the requested
variant.
Note that when used with HTTP connectors, this property maps to the "If-Range" header. |
static Tag |
Tag.parse(String httpTag)
Parses a tag formatted as defined by the HTTP standard.
|
Modifier and Type | Method and Description |
---|---|
List<Tag> |
Conditions.getMatch()
Returns the modifiable list of tags that must be matched.
|
List<Tag> |
Conditions.getNoneMatch()
Returns the modifiable list of tags that mustn't match.
|
Modifier and Type | Method and Description |
---|---|
Status |
Conditions.getRangeStatus(Tag tag,
Date modificationDate)
Returns the range conditional status of an entity.
|
Status |
Conditions.getStatus(Method method,
boolean entityExists,
Tag tag,
Date modificationDate)
Returns the conditional status of a variant using a given method.
|
void |
Conditions.setRangeTag(Tag rangeTag)
Sets the range condition based on the entity tag of the requested
variant.
Note that when used with HTTP connectors, this property maps to the "If-Range" header. |
Modifier and Type | Method and Description |
---|---|
void |
Conditions.setMatch(List<Tag> tags)
Sets the modifiable list of tags that must be matched.
Note that when used with HTTP connectors, this property maps to the "If-Match" header. |
void |
Conditions.setNoneMatch(List<Tag> tags)
Sets the modifiable list of tags that mustn't match.
|
Modifier and Type | Method and Description |
---|---|
HeaderWriter<Tag> |
TagWriter.append(Tag tag) |
Modifier and Type | Method and Description |
---|---|
HeaderWriter<Tag> |
TagWriter.append(Tag tag) |
static String |
TagWriter.write(Tag tag)
Writes a tag.
|
Modifier and Type | Method and Description |
---|---|
static String |
TagWriter.write(List<Tag> tags)
Writes a list of tags.
|
Modifier and Type | Method and Description |
---|---|
Tag |
SipRequest.getSipIfMatch()
Deprecated.
Returns the identifier of the specific event state that the request is
refreshing.
|
Tag |
SipResponse.getSipTag()
Deprecated.
Returns the tag of the returned representation.
|
Modifier and Type | Method and Description |
---|---|
void |
SipRequest.setSipIfMatch(Tag sipIfMatch)
Deprecated.
Sets the identifier of the specific event state that the request is
refreshing.
|
void |
SipResponse.setSipTag(Tag sipTag)
Deprecated.
Sets the tag of the returned representation.
|
Modifier and Type | Method and Description |
---|---|
Tag |
SipInboundRequest.getSipIfMatch()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
SipInboundRequest.setSipIfMatch(Tag sipIfMatch)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Tag |
RepresentationInfo.getTag()
Returns the tag.
Note that when used with HTTP connectors, this property maps to the "ETag" header. |
Modifier and Type | Method and Description |
---|---|
void |
RepresentationInfo.setTag(Tag tag)
Sets the tag.
Note that when used with HTTP connectors, this property maps to the "ETag" header. |
Constructor and Description |
---|
Representation(MediaType mediaType,
Date modificationDate,
Tag tag)
Constructor.
|
Representation(MediaType mediaType,
Tag tag)
Constructor.
|
Representation(Variant variant,
Date modificationDate,
Tag tag)
Constructor from a variant.
|
Representation(Variant variant,
Tag tag)
Constructor from a variant.
|
RepresentationInfo(MediaType mediaType,
Date modificationDate,
Tag tag)
Constructor.
|
RepresentationInfo(MediaType mediaType,
Tag tag)
Constructor.
|
RepresentationInfo(Variant variant,
Date modificationDate,
Tag tag)
Constructor from a variant.
|
RepresentationInfo(Variant variant,
Tag tag)
Constructor from a variant.
|
Modifier and Type | Method and Description |
---|---|
Tag |
WrapperRepresentation.getTag() |
Modifier and Type | Method and Description |
---|---|
void |
WrapperRepresentation.setTag(Tag tag) |
Copyright © 2005–2016. All rights reserved.