public class ImapChunker extends java.lang.Object implements io.vertx.core.streams.ReadStream<ImapChunker.ImapChunk>
| Modifier and Type | Class and Description |
|---|---|
static class |
ImapChunker.ImapChunk |
static class |
ImapChunker.Type |
| Constructor and Description |
|---|
ImapChunker(io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer> upstream) |
| Modifier and Type | Method and Description |
|---|---|
ImapChunker |
endHandler(io.vertx.core.Handler<java.lang.Void> endHandler) |
ImapChunker |
exceptionHandler(io.vertx.core.Handler<java.lang.Throwable> handler) |
ImapChunker |
fetch(long amount) |
ImapChunker |
handler(io.vertx.core.Handler<ImapChunker.ImapChunk> handler) |
ImapChunker |
pause() |
ImapChunker |
resume() |
public ImapChunker(io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer> upstream)
public ImapChunker exceptionHandler(io.vertx.core.Handler<java.lang.Throwable> handler)
exceptionHandler in interface io.vertx.core.streams.ReadStream<ImapChunker.ImapChunk>exceptionHandler in interface io.vertx.core.streams.StreamBasepublic ImapChunker handler(io.vertx.core.Handler<ImapChunker.ImapChunk> handler)
handler in interface io.vertx.core.streams.ReadStream<ImapChunker.ImapChunk>public ImapChunker pause()
pause in interface io.vertx.core.streams.ReadStream<ImapChunker.ImapChunk>public ImapChunker resume()
resume in interface io.vertx.core.streams.ReadStream<ImapChunker.ImapChunk>public ImapChunker fetch(long amount)
fetch in interface io.vertx.core.streams.ReadStream<ImapChunker.ImapChunk>public ImapChunker endHandler(io.vertx.core.Handler<java.lang.Void> endHandler)
endHandler in interface io.vertx.core.streams.ReadStream<ImapChunker.ImapChunk>Copyright © 2024. All Rights Reserved.