public static interface IConnectionSupport.INetworkCon
| Modifier and Type | Method and Description | 
|---|---|
default void | 
close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>> h)  | 
io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer> | 
read()  | 
io.vertx.core.streams.WriteStream<io.vertx.core.buffer.Buffer> | 
write()  | 
default void | 
write(io.vertx.core.buffer.Buffer b)  | 
default void | 
write(java.lang.String s)  | 
io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer> read()
io.vertx.core.streams.WriteStream<io.vertx.core.buffer.Buffer> write()
default void write(java.lang.String s)
default void write(io.vertx.core.buffer.Buffer b)
default void close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>> h)
Copyright © 2023. All Rights Reserved.