|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of EntityTag in org.apache.abdera.examples.simple |
---|
Methods in org.apache.abdera.examples.simple that return EntityTag | |
---|---|
EntityTag |
EntityProviderExample.Foo.getEntityTag()
|
Uses of EntityTag in org.apache.abdera.ext.json |
---|
Methods in org.apache.abdera.ext.json with parameters of type EntityTag | |
---|---|
void |
JSONStream.writeField(String name,
EntityTag value)
|
Uses of EntityTag in org.apache.abdera.model |
---|
Methods in org.apache.abdera.model that return EntityTag | |
---|---|
EntityTag |
Document.getEntityTag()
Return the entity tag for this document |
Methods in org.apache.abdera.model with parameters of type EntityTag | |
---|---|
Document<T> |
Document.setEntityTag(EntityTag tag)
Set the entity tag for this document |
Uses of EntityTag in org.apache.abdera.parser.stax |
---|
Fields in org.apache.abdera.parser.stax declared as EntityTag | |
---|---|
protected EntityTag |
FOMDocument.etag
|
Methods in org.apache.abdera.parser.stax that return EntityTag | |
---|---|
EntityTag |
FOMDocument.getEntityTag()
|
Methods in org.apache.abdera.parser.stax with parameters of type EntityTag | |
---|---|
Document<T> |
FOMDocument.setEntityTag(EntityTag tag)
|
Uses of EntityTag in org.apache.abdera.protocol |
---|
Methods in org.apache.abdera.protocol that return EntityTag | |
---|---|
EntityTag |
EntityProvider.getEntityTag()
Return the EntityTag of the entity, |
EntityTag |
Response.getEntityTag()
Get the Entity Tag returned by the server |
EntityTag[] |
Request.getIfMatch()
Get a listing of Etags from the If-Match header |
EntityTag[] |
Request.getIfNoneMatch()
Get a listing of ETags from the If-None-Match header |
Uses of EntityTag in org.apache.abdera.protocol.client |
---|
Methods in org.apache.abdera.protocol.client with parameters of type EntityTag | |
---|---|
RequestOptions |
RequestOptions.setIfMatch(EntityTag... entity_tags)
Sets the value of the HTTP If-Match header |
RequestOptions |
RequestOptions.setIfMatch(EntityTag entity_tag)
Sets the value of the HTTP If-Match header |
RequestOptions |
RequestOptions.setIfNoneMatch(EntityTag... entity_tags)
Sets the value of the HTTP If-None-Match header |
RequestOptions |
RequestOptions.setIfNoneMatch(EntityTag entity_tag)
Sets the value of the HTTP If-None-Match header |
Uses of EntityTag in org.apache.abdera.protocol.server |
---|
Methods in org.apache.abdera.protocol.server that return EntityTag | |
---|---|
static EntityTag |
ProviderHelper.calculateEntityTag(Base base)
|
Methods in org.apache.abdera.protocol.server with parameters of type EntityTag | |
---|---|
ResponseContext |
ResponseContext.setEntityTag(EntityTag etag)
Set the value of the ETag header |
Uses of EntityTag in org.apache.abdera.protocol.server.context |
---|
Methods in org.apache.abdera.protocol.server.context that return EntityTag | |
---|---|
EntityTag |
ResponseContextWrapper.getEntityTag()
|
EntityTag[] |
RequestContextWrapper.getIfMatch()
|
EntityTag[] |
RequestContextWrapper.getIfNoneMatch()
|
Methods in org.apache.abdera.protocol.server.context with parameters of type EntityTag | |
---|---|
ResponseContext |
ResponseContextWrapper.setEntityTag(EntityTag etag)
|
ResponseContext |
AbstractResponseContext.setEntityTag(EntityTag etag)
|
Constructors in org.apache.abdera.protocol.server.context with parameters of type EntityTag | |
---|---|
MediaResponseContext(byte[] bytes,
EntityTag etag,
int status)
|
|
MediaResponseContext(InputStream in,
EntityTag etag,
int status)
|
|
MediaResponseContext(ReadableByteChannel channel,
EntityTag etag,
int status)
|
Uses of EntityTag in org.apache.abdera.protocol.util |
---|
Methods in org.apache.abdera.protocol.util that return EntityTag | |
---|---|
EntityTag |
AbstractEntityProvider.getEntityTag()
|
EntityTag |
AbstractResponse.getEntityTag()
|
EntityTag[] |
AbstractRequest.getIfMatch()
|
EntityTag[] |
AbstractRequest.getIfNoneMatch()
|
Uses of EntityTag in org.apache.abdera.util |
---|
Fields in org.apache.abdera.util declared as EntityTag | |
---|---|
static EntityTag |
EntityTag.WILD
|
Methods in org.apache.abdera.util that return EntityTag | |
---|---|
protected EntityTag |
EntityTag.clone()
|
static EntityTag |
EntityTag.generate(String... material)
Utility method for generating ETags. |
static EntityTag |
EntityTag.parse(String entity_tag)
|
static EntityTag[] |
EntityTag.parseTags(String entity_tags)
|
Methods in org.apache.abdera.util with parameters of type EntityTag | |
---|---|
int |
EntityTag.compareTo(EntityTag o)
|
static boolean |
EntityTag.matches(EntityTag tag1,
EntityTag tag2)
|
static boolean |
EntityTag.matches(EntityTag etag,
String... material)
Checks that the passed in ETag matches the ETag generated by the generate method |
static boolean |
EntityTag.matches(EntityTag tag1,
String tag2)
|
static boolean |
EntityTag.matchesAny(EntityTag tag1,
EntityTag[] tags)
|
static boolean |
EntityTag.matchesAny(EntityTag tag1,
EntityTag[] tags)
|
static boolean |
EntityTag.matchesAny(EntityTag tag1,
EntityTag[] tags,
boolean weak)
|
static boolean |
EntityTag.matchesAny(EntityTag tag1,
EntityTag[] tags,
boolean weak)
|
static boolean |
EntityTag.matchesAny(EntityTag tag1,
String tags)
|
static boolean |
EntityTag.matchesAny(EntityTag tag1,
String tags,
boolean weak)
|
static String |
EntityTag.toString(EntityTag... tags)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |