public final class URIAffinity extends Affinity
Affinity.forUri(URI)
.LOCAL, NONE, WEAK_AFFINITY_CONTEXT_KEY
Constructor and Description |
---|
URIAffinity(URI uri)
Construct a new instance.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Affinity other) |
boolean |
equals(Object other) |
boolean |
equals(URIAffinity other) |
URI |
getUri()
Get the associated URI.
|
int |
hashCode() |
String |
toString() |
public URIAffinity(URI uri)
uri
- the URI to bind to (must not be null
)public boolean equals(URIAffinity other)
Copyright © 2019 JBoss by Red Hat. All rights reserved.