public class QuotedPrintableDecoder
extends java.lang.Object
implements io.vertx.core.streams.WriteStream<io.vertx.core.buffer.Buffer>
Constructor and Description |
---|
QuotedPrintableDecoder(io.vertx.core.streams.WriteStream<io.vertx.core.buffer.Buffer> delegate) |
Modifier and Type | Method and Description |
---|---|
QuotedPrintableDecoder |
drainHandler(io.vertx.core.Handler<java.lang.Void> handler) |
io.vertx.core.Future<java.lang.Void> |
end() |
void |
end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>> handler) |
QuotedPrintableDecoder |
exceptionHandler(io.vertx.core.Handler<java.lang.Throwable> handler) |
QuotedPrintableDecoder |
setWriteQueueMaxSize(int maxSize) |
io.vertx.core.Future<java.lang.Void> |
write(io.vertx.core.buffer.Buffer data) |
void |
write(io.vertx.core.buffer.Buffer data,
io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>> handler) |
boolean |
writeQueueFull() |
public QuotedPrintableDecoder(io.vertx.core.streams.WriteStream<io.vertx.core.buffer.Buffer> delegate)
public QuotedPrintableDecoder exceptionHandler(io.vertx.core.Handler<java.lang.Throwable> handler)
exceptionHandler
in interface io.vertx.core.streams.StreamBase
exceptionHandler
in interface io.vertx.core.streams.WriteStream<io.vertx.core.buffer.Buffer>
public io.vertx.core.Future<java.lang.Void> write(io.vertx.core.buffer.Buffer data)
write
in interface io.vertx.core.streams.WriteStream<io.vertx.core.buffer.Buffer>
public void write(io.vertx.core.buffer.Buffer data, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>> handler)
write
in interface io.vertx.core.streams.WriteStream<io.vertx.core.buffer.Buffer>
public io.vertx.core.Future<java.lang.Void> end()
end
in interface io.vertx.core.streams.WriteStream<io.vertx.core.buffer.Buffer>
public void end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>> handler)
end
in interface io.vertx.core.streams.WriteStream<io.vertx.core.buffer.Buffer>
public QuotedPrintableDecoder setWriteQueueMaxSize(int maxSize)
setWriteQueueMaxSize
in interface io.vertx.core.streams.WriteStream<io.vertx.core.buffer.Buffer>
public boolean writeQueueFull()
writeQueueFull
in interface io.vertx.core.streams.WriteStream<io.vertx.core.buffer.Buffer>
public QuotedPrintableDecoder drainHandler(io.vertx.core.Handler<java.lang.Void> handler)
drainHandler
in interface io.vertx.core.streams.WriteStream<io.vertx.core.buffer.Buffer>
Copyright © 2023. All Rights Reserved.