Package | Description |
---|---|
oracle.dbtools.plugin.api.servlet |
Extensions to the Servlet API.
|
Modifier and Type | Method and Description |
---|---|
EntityTag.Builder |
EntityTag.Builder.append(char c) |
EntityTag.Builder |
EntityTag.Builder.append(CharSequence text)
Append text to the ETag value
|
EntityTag.Builder |
EntityTag.Builder.append(CharSequence text,
int start,
int length) |
EntityTag.Builder |
EntityTags.builder()
Return a new instance of an
EntityTag.Builder |
EntityTag.Builder |
EntityTag.Builder.digest(boolean digest)
Indicates whether the value should be hashed by a secure hash.
|
EntityTag.Builder |
EntityTag.Builder.strength(EntityTag.Strength strength)
Set
EntityTag.Strength of the EntityTag . |