Package com.yahoo.vespa.http.client.core
Class XmlFeedReader
- java.lang.Object
-
- com.yahoo.vespa.http.client.core.XmlFeedReader
-
public class XmlFeedReader extends Object
Reads an input stream of xml, sends these to session.- Author:
- dybis
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
read(InputStream inputStream, FeedClient feedClient, AtomicInteger numSent)
-
-
-
Method Detail
-
read
public static void read(InputStream inputStream, FeedClient feedClient, AtomicInteger numSent) throws Exception
- Throws:
Exception
-
-