Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] NPE when trying to use Jetty async HTTP client

Hi,

On Sat, Jul 1, 2017 at 4:45 PM, Alexander Farber
<alexander.farber@xxxxxxxxx> wrote:
> Hello again,
>
> I have change my code to the following, but for some reason it returns
>
> java.net.NoRouteToHostException: No route to host

It's what it says: there is no network.

Nothing that Jetty's HttpClient can do, apart reporting the exception.

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


Back to the top