Uses of Class
org.apache.qpid.protonj2.client.ReconnectLocation
-
Packages that use ReconnectLocation Package Description org.apache.qpid.protonj2.client org.apache.qpid.protonj2.client.util -
-
Uses of ReconnectLocation in org.apache.qpid.protonj2.client
Methods in org.apache.qpid.protonj2.client that return types with arguments of type ReconnectLocation Modifier and Type Method Description List<ReconnectLocation>
ReconnectOptions. reconnectLocations()
-
Uses of ReconnectLocation in org.apache.qpid.protonj2.client.util
Methods in org.apache.qpid.protonj2.client.util that return ReconnectLocation Modifier and Type Method Description ReconnectLocation
ReconnectLocationPool. getNext()
Returns the next entry in the pool of entries.Methods in org.apache.qpid.protonj2.client.util that return types with arguments of type ReconnectLocation Modifier and Type Method Description List<ReconnectLocation>
ReconnectLocationPool. getList()
Gets the current list ofReconnectLocation
values.Methods in org.apache.qpid.protonj2.client.util with parameters of type ReconnectLocation Modifier and Type Method Description void
ReconnectLocationPool. add(ReconnectLocation entry)
Adds a new entry to the pool if not already contained within.void
ReconnectLocationPool. addFirst(ReconnectLocation entry)
Adds a newReconnectLocation
to the pool if not already contained within.boolean
ReconnectLocationPool. remove(ReconnectLocation entry)
Remove aReconnectLocation
from the pool if present, otherwise has no effect.Method parameters in org.apache.qpid.protonj2.client.util with type arguments of type ReconnectLocation Modifier and Type Method Description void
ReconnectLocationPool. addAll(List<ReconnectLocation> additions)
Adds a list of newReconnectLocation
values to the pool if not already contained within.void
ReconnectLocationPool. replaceAll(List<ReconnectLocation> replacements)
Removes all currently configuredReconnectLocation
values from the pool and replaces them with the new set given.Constructor parameters in org.apache.qpid.protonj2.client.util with type arguments of type ReconnectLocation Constructor Description ReconnectLocationPool(List<ReconnectLocation> backups)
Creates a newReconnectLocationPool
with the providedReconnectLocation
values.
-