fr.ybo.opendata.rennes.util
Class HttpConnecteur

java.lang.Object
  extended by fr.ybo.opendata.rennes.util.HttpConnecteur
All Implemented Interfaces:
Connecteur

public class HttpConnecteur
extends Object
implements Connecteur

Connecteur Http.


Constructor Summary
HttpConnecteur()
           
 
Method Summary
 InputStream openInputStream(String url)
          Renvoi l'InputStream associé à une url.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HttpConnecteur

public HttpConnecteur()
Method Detail

openInputStream

public InputStream openInputStream(String url)
                            throws KeolisReseauException
Description copied from interface: Connecteur
Renvoi l'InputStream associé à une url.

Specified by:
openInputStream in interface Connecteur
Parameters:
url - l'url.
Returns:
l'inputStream associé.
Throws:
KeolisReseauException - si un problème réseaux est rencontré.


Copyright © 2012. All Rights Reserved.