Uses of Interface
io.vertx.core.Vertx
Packages that use Vertx
Package
Description
-
Uses of Vertx in io.vertx.core
Fields in io.vertx.core declared as VertxModifier and TypeFieldDescriptionprotected VertxAbstractVerticle.vertxReference to the Vert.x instance that deployed this verticleprotected VertxVerticleBase.vertxReference to the Vert.x instance that deployed this verticleMethods in io.vertx.core that return VertxModifier and TypeMethodDescriptionVertxBuilder.build()Creates a non clustered instance.Vertx.exceptionHandler(Handler<Throwable> handler) Set a default exception handler forContext, set onContext.exceptionHandler(Handler)at creation.AbstractVerticle.getVertx()Get the Vert.x instanceVerticle.getVertx()Get a reference to the Vert.x instance that deployed this verticleContext.owner()static VertxVertx.vertx()Creates a non clustered instance using default options.static VertxVertx.vertx(VertxOptions options) Creates a non clustered instance using the specified optionsMethods in io.vertx.core that return types with arguments of type VertxModifier and TypeMethodDescriptionVertxBuilder.buildClustered()Creates a clustered instance.Vertx.clusteredVertx(VertxOptions options) Creates a clustered instance using the specified options.Methods in io.vertx.core with parameters of type VertxModifier and TypeMethodDescriptionvoidInitialise the verticle.voidInitialise the verticle with the Vert.x instance and the context.voidInitialise the verticle. -
Uses of Vertx in io.vertx.core.net
Methods in io.vertx.core.net with parameters of type VertxModifier and TypeMethodDescriptionEndpointResolver<A, ?, ?, ?> AddressResolver.endpointResolver(Vertx vertx) Return a resolver capable of resolving addresses to endpoints.io.vertx.core.net.impl.KeyStoreHelperio.vertx.core.net.impl.KeyStoreHelperio.vertx.core.net.impl.KeyStoreHelperKeyCertOptions.getKeyManagerFactory(Vertx vertx) Create and return the key manager factory for these options.KeyStoreOptionsBase.getKeyManagerFactory(Vertx vertx) PemKeyCertOptions.getKeyManagerFactory(Vertx vertx) KeyStoreOptionsBase.getTrustManagerFactory(Vertx vertx) PemTrustOptions.getTrustManagerFactory(Vertx vertx) TrustOptions.getTrustManagerFactory(Vertx vertx) Create and return the trust manager factory for these options.KeyCertOptions.keyManagerFactoryMapper(Vertx vertx) Returns a function that maps SNI server names toKeyManagerFactoryinstance.KeyStoreOptionsBase.keyManagerFactoryMapper(Vertx vertx) PemKeyCertOptions.keyManagerFactoryMapper(Vertx vertx) KeyStoreOptionsBase.loadKeyStore(Vertx vertx) Load and return a Java keystore.PemKeyCertOptions.loadKeyStore(Vertx vertx) Load and return a Java keystore.PemTrustOptions.loadKeyStore(Vertx vertx) Load and return a Java keystore.KeyStoreOptionsBase.trustManagerMapper(Vertx vertx) PemTrustOptions.trustManagerMapper(Vertx vertx) TrustOptions.trustManagerMapper(Vertx vertx) Returns a function that maps SNI server names to aTrustManagerFactoryinstance. -
Uses of Vertx in io.vertx.core.spi
Methods in io.vertx.core.spi with parameters of type Vertx -
Uses of Vertx in io.vertx.core.spi.cluster
Methods in io.vertx.core.spi.cluster with parameters of type Vertx -
Uses of Vertx in io.vertx.core.spi.dns
Methods in io.vertx.core.spi.dns with parameters of type VertxModifier and TypeMethodDescriptionstatic AddressResolverProviderAddressResolverProvider.factory(Vertx vertx, AddressResolverOptions options) -
Uses of Vertx in io.vertx.core.spi.metrics
Methods in io.vertx.core.spi.metrics with parameters of type VertxModifier and TypeMethodDescriptiondefault voidVertxMetrics.vertxCreated(Vertx vertx) Callback to signal when the Vertx instance is fully initialized.