| Constructor and Description |
|---|
ETagDefault(String tag)
Constructor
|
ETagDefault(String tag,
boolean isWeak)
Constructor
|
ETagDefault(String tag,
boolean isWeak,
boolean isWildcard)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getHeaderValue() |
String |
getTag() |
int |
hashCode() |
boolean |
isWeak() |
boolean |
isWildcard() |
boolean |
matches(ETag other) |
boolean |
matches(ETag other,
boolean weakComparison) |
String |
toString() |
public ETagDefault(String tag)
public ETagDefault(String tag, boolean isWeak)
public ETagDefault(String tag, boolean isWeak, boolean isWildcard)
public boolean isWildcard()
isWildcard in interface ETagpublic String getHeaderValue()
getHeaderValue in interface ETagpublic boolean matches(ETag other, boolean weakComparison)
Copyright © 2017. All rights reserved.