vertx / io.vertx.rxjava.core.net / NetServer / connectStream

connectStream

open fun connectStream(): ReadStream<NetSocket>

Return the connect stream for this server. The server can only have at most one handler at any one time. As the server accepts TCP or SSL connections it creates an instance of io.vertx.rxjava.core.net.NetSocket and passes it to the connect stream .

Return
the connect stream