Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
The port implementations, AmqpPort and HttpPort currently make their own duplicate declaration of getBindingAddress. This is a hang-over from the RMI times. This should be pulled up. The HostNameAlias implementation should then be generalised to use Port rather than assume AmqpPort - which would then permit its use on HTTP ports too.