类 JettyClientHttpConnector.JettyDataBuffer.JettyByteBufferIterator
java.lang.Object
cn.taketoday.http.client.reactive.JettyClientHttpConnector.JettyDataBuffer.JettyByteBufferIterator
- 所有已实现的接口:
cn.taketoday.core.io.buffer.DataBuffer.ByteBufferIterator,Closeable,AutoCloseable,Iterator<ByteBuffer>
private static final class JettyClientHttpConnector.JettyDataBuffer.JettyByteBufferIterator
extends Object
implements cn.taketoday.core.io.buffer.DataBuffer.ByteBufferIterator
-
字段概要
字段 -
构造器概要
构造器构造器说明JettyByteBufferIterator(cn.taketoday.core.io.buffer.DataBuffer.ByteBufferIterator delegate, org.eclipse.jetty.io.Content.Chunk chunk) -
方法概要
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 java.util.Iterator
forEachRemaining, remove
-
字段详细资料
-
delegate
private final cn.taketoday.core.io.buffer.DataBuffer.ByteBufferIterator delegate -
chunk
private final org.eclipse.jetty.io.Content.Chunk chunk
-
-
构造器详细资料
-
JettyByteBufferIterator
public JettyByteBufferIterator(cn.taketoday.core.io.buffer.DataBuffer.ByteBufferIterator delegate, org.eclipse.jetty.io.Content.Chunk chunk)
-
-
方法详细资料
-
close
public void close()- 指定者:
close在接口中AutoCloseable- 指定者:
close在接口中Closeable- 指定者:
close在接口中cn.taketoday.core.io.buffer.DataBuffer.ByteBufferIterator
-
hasNext
public boolean hasNext()- 指定者:
hasNext在接口中Iterator<ByteBuffer>
-
next
- 指定者:
next在接口中Iterator<ByteBuffer>
-