Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] HttpClient support for multi-homed hosts

Hi,

On Fri, Aug 21, 2015 at 11:00 AM, Simone Bordet <sbordet@xxxxxxxxxxx> wrote:
>> There's also the minor issue that it isn't possible to get a collection of
>> InetSocketAddress for a multi-homed hostname where each InetSocketAddress
>> knows its hostname.
>
> This I don't follow. Can you expand ?
>
> Just to recap your requisite:
> You configure your DNS with multiple IPs for a single host name.
> You would like to resolve the host name using getAllByName(String),
> and try to connect to the IPs until the first succeeds, or all fail.
>
> That is correct ?

If so, please file a feature request at
https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Jetty.

Thanks !

-- 
Simone Bordet
----
http://cometd.org
http://webtide.com
Developer advice, training, services and support
from the Jetty & CometD experts.


Back to the top