Package org.eclipse.jetty.client.util
Class PathContentProvider.PathIterator
- java.lang.Object
-
- org.eclipse.jetty.client.util.PathContentProvider.PathIterator
-
- All Implemented Interfaces:
java.io.Closeable,java.lang.AutoCloseable,java.util.Iterator<java.nio.ByteBuffer>
- Enclosing class:
- PathContentProvider
private class PathContentProvider.PathIterator extends java.lang.Object implements java.util.Iterator<java.nio.ByteBuffer>, java.io.Closeable
-
-
Constructor Summary
Constructors Modifier Constructor Description privatePathIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()booleanhasNext()java.nio.ByteBuffernext()
-
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNextin interfacejava.util.Iterator<java.nio.ByteBuffer>
-
next
public java.nio.ByteBuffer next()
- Specified by:
nextin interfacejava.util.Iterator<java.nio.ByteBuffer>
-
close
public void close()
- Specified by:
closein interfacejava.lang.AutoCloseable- Specified by:
closein interfacejava.io.Closeable
-
-