Uses of Interface
io.vertx.core.transport.Transport
-
Packages that use Transport Package Description io.vertx.core io.vertx.core.transport io.vertx.reactivex.core io.vertx.rxjava3.core -
-
Uses of Transport in io.vertx.core
Methods in io.vertx.core with parameters of type Transport Modifier and Type Method Description VertxBuilder
VertxBuilder. withTransport(Transport transport)
Programmatically set the transport, this overridesVertxOptions.setPreferNativeTransport(boolean)
-
Uses of Transport in io.vertx.core.transport
Fields in io.vertx.core.transport declared as Transport Modifier and Type Field Description static Transport
Transport. EPOLL
Native transport based on Netty native epoll transport.static Transport
Transport. IO_URING
Native transport based on Netty native io_uring transport.static Transport
Transport. KQUEUE
Native transport based on Netty native kqueue transport.static Transport
Transport. NIO
Nio transport, always available based on ${code java.nio} API.Methods in io.vertx.core.transport that return Transport Modifier and Type Method Description static Transport
Transport. nativeTransport()
-
Uses of Transport in io.vertx.reactivex.core
Methods in io.vertx.reactivex.core with parameters of type Transport Modifier and Type Method Description VertxBuilder
VertxBuilder. withTransport(Transport transport)
Programmatically set the transport, this overridesVertxOptions
-
Uses of Transport in io.vertx.rxjava3.core
Methods in io.vertx.rxjava3.core with parameters of type Transport Modifier and Type Method Description VertxBuilder
VertxBuilder. withTransport(Transport transport)
Programmatically set the transport, this overridesVertxOptions
-