Package com.rabbitmq.client
Class ResolvedInetAddress
java.lang.Object
com.rabbitmq.client.Address
com.rabbitmq.client.ResolvedInetAddress
-
Constructor Summary
ConstructorDescriptionResolvedInetAddress
(String originalHostname, InetAddress inetAddress, int port) -
Method Summary
Modifier and TypeMethodDescriptiontoInetSocketAddress
(int port) Construct an InetSocketAddress for this address with a specific portMethods inherited from class com.rabbitmq.client.Address
equals, getHost, getPort, hashCode, isHostWithPort, parseAddress, parseAddresses, parseHost, parsePort, toString
-
Constructor Details
-
ResolvedInetAddress
-
-
Method Details
-
toInetSocketAddress
Description copied from class:Address
Construct an InetSocketAddress for this address with a specific port- Overrides:
toInetSocketAddress
in classAddress
-