Uses of Class
com.rabbitmq.client.Address
Packages that use 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
Subclasses of Address in com.rabbitmq.clientMethods in com.rabbitmq.client that return AddressModifier and TypeMethodDescriptionstatic AddressAddress.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 parameterMethods in com.rabbitmq.client that return types with arguments of type AddressModifier and TypeMethodDescriptionAddressResolver.getAddresses()Get the potentialAddresses 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().Methods in com.rabbitmq.client with parameters of type AddressModifier 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.Method parameters in com.rabbitmq.client with type arguments of type AddressModifier and TypeMethodDescriptionprotected AddressResolverConnectionFactory.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.Constructors in com.rabbitmq.client with parameters of type AddressModifierConstructorDescriptionDnsRecordIpAddressResolver(Address address) DnsRecordIpAddressResolver(Address address, boolean ssl) Constructor parameters in com.rabbitmq.client with type arguments of type Address -
Uses of Address in com.rabbitmq.client.impl
Methods in com.rabbitmq.client.impl with parameters of type AddressModifier and TypeMethodDescription -
Uses of Address in com.rabbitmq.client.impl.nio
Methods in com.rabbitmq.client.impl.nio with parameters of type AddressModifier and TypeMethodDescription -
Uses of Address in com.rabbitmq.client.impl.recovery
Constructor parameters in com.rabbitmq.client.impl.recovery with type arguments of type AddressModifierConstructorDescriptionAutorecoveringConnection(ConnectionParams params, FrameHandlerFactory f, List<Address> addrs) RecoveryAwareAMQConnectionFactory(ConnectionParams params, FrameHandlerFactory factory, List<Address> addrs)