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 private
PathIterator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
boolean
hasNext()
java.nio.ByteBuffer
next()
-
-
-
Method Detail
-
hasNext
public boolean hasNext()
- Specified by:
hasNext
in interfacejava.util.Iterator<java.nio.ByteBuffer>
-
next
public java.nio.ByteBuffer next()
- Specified by:
next
in interfacejava.util.Iterator<java.nio.ByteBuffer>
-
close
public void close()
- Specified by:
close
in interfacejava.lang.AutoCloseable
- Specified by:
close
in interfacejava.io.Closeable
-
-