| Constructor and Description |
|---|
ETag(String value) |
ETag(String value,
ValidatorType type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
void |
format(CharArrayBuffer buf) |
static ETag |
get(MessageHeaders message) |
ValidatorType |
getType() |
String |
getValue() |
int |
hashCode() |
static ETag |
parse(Header h) |
static ETag |
parse(String s) |
static boolean |
strongCompare(ETag t1,
ETag t2) |
String |
toString() |
static boolean |
weakCompare(ETag t1,
ETag t2) |
public ETag(String value, ValidatorType type)
public ETag(String value)
public ValidatorType getType()
public String getValue()
public static ETag get(MessageHeaders message)
@Internal public void format(CharArrayBuffer buf)
Copyright © 1999–2021 The Apache Software Foundation. All rights reserved.