Uses of Class
org.apache.qpid.protonj2.client.ReconnectLocation
-
Uses of ReconnectLocation in org.apache.qpid.protonj2.client
-
Uses of ReconnectLocation in org.apache.qpid.protonj2.client.util
Modifier and TypeMethodDescriptionReconnectLocationPool.getNext()
Returns the next entry in the pool of entries.Modifier and TypeMethodDescriptionReconnectLocationPool.getList()
Gets the current list ofReconnectLocation
values.Modifier and TypeMethodDescriptionvoid
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.Modifier and TypeMethodDescriptionvoid
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.ModifierConstructorDescriptionReconnectLocationPool
(List<ReconnectLocation> backups) Creates a newReconnectLocationPool
with the providedReconnectLocation
values.