Uses of Interface
io.vertx.core.transport.Transport
Packages that use Transport
Package
Description
-
Uses of Transport in io.vertx.core
Methods in io.vertx.core with parameters of type TransportModifier and TypeMethodDescriptionVertxBuilder.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 TransportModifier and TypeFieldDescriptionstatic final TransportTransport.EPOLLNative transport based on Netty native epoll transport.static final TransportTransport.IO_URINGNative transport based on Netty native io_uring transport.static final TransportTransport.KQUEUENative transport based on Netty native kqueue transport.static final TransportTransport.NIONio transport, always available based on ${code java.nio} API.Methods in io.vertx.core.transport that return TransportModifier and TypeMethodDescriptionstatic TransportTransport.nativeTransport()Return a native transport suitable for the OSTransport.EPOLLorTransport.IO_URINGon LinuxTransport.KQUEUEon Mac -
Uses of Transport in io.vertx.reactivex.core
Methods in io.vertx.reactivex.core with parameters of type TransportModifier and TypeMethodDescriptionVertxBuilder.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 TransportModifier and TypeMethodDescriptionVertxBuilder.withTransport(Transport transport) Programmatically set the transport, this overridesVertxOptions