Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] Jetty 9 version of setResolveNames for Connectors

Thanks for the reply.

We don't want DNS names be resolved by the connectors. 

When you say you don't have to for server connections what does that mean?. Do they not resolve dns addresses be default? Do we need to inject our own implementation of SockerAddressResolver to not do the resolution?

I think I might be confused by the client/server talk.

Any help will be appreciated.

CIao,
Ivy

 
Date: Fri, 2 Sep 2016 09:55:19 -0500
From: Jesse McConnell <jesse.mcconnell@xxxxxxxxx>
To: JETTY user mailing list <jetty-users@xxxxxxxxxxx>
Subject: Re: [jetty-users] Jetty 9 version of setResolveNames for
        Connectors
Message-ID:
        <CAPHPUs+5CdCCYT8yvbSU56TSZwQpgV5utfBg61QuFA8ydmnwLg@xxxxxxxxxxxxxx>
Content-Type: text/plain; charset="utf-8"

you shouldn't have to for a server connector, I believe its primary usage
has been refactored to SockerAddressResolver which is used in the
jetty-client

--
jesse mcconnell
jesse.mcconnell@xxxxxxxxx

On Fri, Sep 2, 2016 at 9:23 AM, dr ivano <dr.ivano@xxxxxxxxx> wrote:

> Hi,
>
> Moving Connectors from Jetty 8 to Jetty 9 was fine except for one
> property: setResolveNames.
>
> Can someone give me a hint on how to set resolve names to false for
> ServerConnector's?
>
> Thank you.
>
> Ciao,
> Ivy
>
> _______________________________________________
> jetty-users mailing list
> jetty-users@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe
> from this list, visit
> https://dev.eclipse.org/mailman/listinfo/jetty-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://dev.eclipse.org/mailman/private/jetty-users/attachments/20160902/2542e15f/attachment.html>

------------------------------

_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users

End of jetty-users Digest, Vol 88, Issue 2
******************************************


Back to the top