Uses of Interface
io.vertx.core.net.StreamChannel
Packages that use StreamChannel
-
Uses of StreamChannel in io.vertx.core.net
Subinterfaces of StreamChannel in io.vertx.core.netModifier and TypeInterfaceDescriptioninterfaceRepresents a socket-like interface to a TCP connection on either the client or the server side.interfaceA Quic stream.Methods in io.vertx.core.net that return StreamChannelModifier and TypeMethodDescriptionStreamChannel.closeHandler(Handler<Void> handler) Set ahandlernotified when the channel is closedStreamChannel.drainHandler(Handler<Void> handler) StreamChannel.endHandler(Handler<Void> endHandler) Set an end handler.StreamChannel.exceptionHandler(Handler<Throwable> handler) StreamChannel.fetch(long amount) StreamChannel.pause()StreamChannel.resume()StreamChannel.setWriteQueueMaxSize(int maxSize) StreamChannel.shutdownHandler(Handler<Duration> handler) Set ahandlernotified when the channel is shutdown: the client or server will close the connection within a certain amount of time. -
Uses of StreamChannel in io.vertx.reactivex.core.net
Methods in io.vertx.reactivex.core.net that return StreamChannelMethods in io.vertx.reactivex.core.net with parameters of type StreamChannelModifier and TypeMethodDescriptionstatic StreamChannelStreamChannel.newInstance(StreamChannel arg) -
Uses of StreamChannel in io.vertx.rxjava3.core.net
Methods in io.vertx.rxjava3.core.net that return StreamChannelMethods in io.vertx.rxjava3.core.net with parameters of type StreamChannelModifier and TypeMethodDescriptionstatic StreamChannelStreamChannel.newInstance(StreamChannel arg)