Вопрос

  1. Connection to Internet is removed. DNS is properly configured.

    Try running the following line:-

    new InetSocketAddress(URL, PORT);

    This takes around 56 seconds to throw UnknownHostException.

  2. Connection to Internet is removed. DNS is not configured.

    Try running the following line:-

    new InetSocketAddress(URL, PORT);

    This takes less than 2 seconds to throw UnknownHostException.

Why?

Is there any solution to quickly throw Exception in Scenario 1?

Нет правильного решения

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top