Package com.influxdb.internal
Class AbstractQueryApi.RawIterator
java.lang.Object
com.influxdb.internal.AbstractQueryApi.RawIterator
- All Implemented Interfaces:
Closeable,AutoCloseable,Consumer<okhttp3.ResponseBody>,Iterator<String>
- Enclosing class:
AbstractQueryApi
-
Method Details
-
hasNext
public boolean hasNext() -
next
-
accept
public void accept(okhttp3.ResponseBody body) -
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Throws:
IOException
-