Java com.rabbitmq.client Address fields, constructors, methods, implement or subclass

Example usage for Java com.rabbitmq.client Address fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.rabbitmq.client Address.

The text is from its open source code.

Constructor

Address(String host, int port)
Construct an address from a host name and port number.
Address(String host)
Construct an address from a host.

Method

StringgetHost()
Get the host name
intgetPort()
Get the port number
Address[]parseAddresses(String addresses)
Array-based factory method: takes an array of formatted address strings as construction parameter