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:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Throws:
IOException
-