public interface StreamInput
extends io.vertx.core.streams.StreamBase
buffers
.Modifier and Type | Method and Description |
---|---|
StreamInput |
endHandler(io.vertx.core.Handler<Void> handler)
Set an end handler.
|
StreamInput |
exceptionHandler(io.vertx.core.Handler<Throwable> handler)
Set an exception handler on the read stream.
|
StreamInput |
handler(io.vertx.core.Handler<io.vertx.core.buffer.Buffer> handler)
Set a buffer handler.
|
StreamInput exceptionHandler(io.vertx.core.Handler<Throwable> handler)
exceptionHandler
in interface io.vertx.core.streams.StreamBase
handler
- the exception handlerStreamInput handler(io.vertx.core.Handler<io.vertx.core.buffer.Buffer> handler)
StreamInput endHandler(io.vertx.core.Handler<Void> handler)
Copyright © 2023 Eclipse. All rights reserved.