Uses of Class
com.rabbitmq.client.Address
Package
Description
The client API proper: classes and interfaces representing the AMQP
connections, channels, and wire-protocol framing descriptors.
Implementations of interfaces specified in the client API, and their supporting classes.
NIO network connector.
Implementation of connection and topology recovery.
-
Uses of Address in com.rabbitmq.client
Modifier and TypeMethodDescriptionstatic Address
Address.parseAddress
(String addressString) Factory method: takes a formatted addressString string as construction parameterstatic Address[]
Address.parseAddresses
(String addresses) Array-based factory method: takes an array of formatted address strings as construction parameterModifier and TypeMethodDescriptionAddressResolver.getAddresses()
Get the potentialAddress
es to connect to.DnsRecordIpAddressResolver.getAddresses()
Get the IP addresses from a DNS queryDnsSrvRecordAddressResolver.getAddresses()
ListAddressResolver.getAddresses()
AddressResolver.maybeShuffle
(List<Address> input) Optionally shuffle the list of addresses returned byAddressResolver.getAddresses()
.Modifier and TypeMethodDescriptionConnectionFactory.newConnection
(Address[] addrs) Create a new broker connection, picking the first available address from the list.ConnectionFactory.newConnection
(Address[] addrs, String clientProvidedName) Create a new broker connection with a client-provided name, picking the first available address from the list.ConnectionFactory.newConnection
(ExecutorService executor, Address[] addrs) Create a new broker connection, picking the first available address from the list.ConnectionFactory.newConnection
(ExecutorService executor, Address[] addrs, String clientProvidedName) Create a new broker connection with a client-provided name, picking the first available address from the list.Modifier and TypeMethodDescriptionprotected AddressResolver
ConnectionFactory.createAddressResolver
(List<Address> addresses) AddressResolver.maybeShuffle
(List<Address> input) Optionally shuffle the list of addresses returned byAddressResolver.getAddresses()
.ConnectionFactory.newConnection
(ExecutorService executor, List<Address> addrs) Create a new broker connection, picking the first available address from the list.ConnectionFactory.newConnection
(ExecutorService executor, List<Address> addrs, String clientProvidedName) Create a new broker connection with a client-provided name, picking the first available address from the list.ConnectionFactory.newConnection
(List<Address> addrs) Create a new broker connection, picking the first available address from the list.ConnectionFactory.newConnection
(List<Address> addrs, String clientProvidedName) Create a new broker connection with a client-provided name, picking the first available address from the list.ModifierConstructorDescriptionDnsRecordIpAddressResolver
(Address address) DnsRecordIpAddressResolver
(Address address, boolean ssl) -
Uses of Address in com.rabbitmq.client.impl
Modifier and TypeMethodDescription -
Uses of Address in com.rabbitmq.client.impl.nio
Modifier and TypeMethodDescription -
Uses of Address in com.rabbitmq.client.impl.recovery
ModifierConstructorDescriptionAutorecoveringConnection
(ConnectionParams params, FrameHandlerFactory f, List<Address> addrs) RecoveryAwareAMQConnectionFactory
(ConnectionParams params, FrameHandlerFactory factory, List<Address> addrs)