Tema: HTTP cliente
Ver Mensaje Individual
  #1 (permalink)  
Antiguo 11/04/2014, 08:52
harry_richard
 
Fecha de Ingreso: abril-2014
Mensajes: 1
Antigüedad: 11 años
Puntos: 0
Busqueda HTTP cliente

tengo un problema quiero comunicarme por HTTP y se brinca la linea

HttpClient httpClient= HttpClientBuilder.create().build();

se va directo al try y no al catch ahi se termina el codigo no ejecuta el resto estoy debugeando.

antes usaba :

HttpClient httpclient = new DefaultHttpClient();

pero me sale que es obsolteto
porfas espero su ayuda