Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 

A

abort(String) - Method in interface io.vertx.ext.stomp.StompClientConnection
Aborts a transaction.
abort(String, Handler<AsyncResult<Frame>>) - Method in interface io.vertx.ext.stomp.StompClientConnection
Aborts a transaction.
abort(String, Map<String, String>) - Method in interface io.vertx.ext.stomp.StompClientConnection
Aborts a transaction.
abort(String, Map<String, String>, Handler<AsyncResult<Frame>>) - Method in interface io.vertx.ext.stomp.StompClientConnection
Aborts a transaction.
abort(String, Handler<AsyncResult<Frame>>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Aborts a transaction.
abort(String) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Aborts a transaction.
abort(String, Map<String, String>, Handler<AsyncResult<Frame>>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Aborts a transaction.
abort(String, Map<String, String>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Aborts a transaction.
abort(String, Handler<AsyncResult<Frame>>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Aborts a transaction.
abort(String) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Aborts a transaction.
abort(String, Map<String, String>, Handler<AsyncResult<Frame>>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Aborts a transaction.
abort(String, Map<String, String>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Aborts a transaction.
abort(String) - Method in class io.vertx.rxjava3.ext.stomp.StompClientConnection
Aborts a transaction.
abort(String, Map<String, String>) - Method in class io.vertx.rxjava3.ext.stomp.StompClientConnection
Aborts a transaction.
abortHandler(Handler<ServerFrame>) - Method in interface io.vertx.ext.stomp.StompServerHandler
Configures the action to execute when a ABORT frame is received.
abortHandler(Handler<ServerFrame>) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
Configures the action to execute when a ABORT frame is received.
abortHandler(Handler<ServerFrame>) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
Configures the action to execute when a ABORT frame is received.
abortHandler(Handler<ServerFrame>) - Method in class io.vertx.rxjava3.ext.stomp.StompServerHandler
Configures the action to execute when a ABORT frame is received.
abortTransaction(Handler<AsyncResult<Void>>) - Method in interface io.vertx.kafka.client.producer.KafkaProducer
Aborts the ongoing transaction.
abortTransaction() - Method in interface io.vertx.kafka.client.producer.KafkaProducer
Like KafkaProducer.abortTransaction(Handler) but with a future of the result
abortTransaction(Handler<AsyncResult<Void>>) - Method in interface io.vertx.kafka.client.producer.KafkaWriteStream
Aborts the ongoing transaction.
abortTransaction() - Method in interface io.vertx.kafka.client.producer.KafkaWriteStream
Like KafkaWriteStream.abortTransaction(Handler) but with a future of the result
abortTransaction(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
Aborts the ongoing transaction.
abortTransaction() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
Aborts the ongoing transaction.
abortTransaction(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
Aborts the ongoing transaction.
abortTransaction() - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
Aborts the ongoing transaction.
abortTransaction() - Method in class io.vertx.rxjava3.kafka.client.producer.KafkaProducer
Aborts the ongoing transaction.
absoluteURI() - Method in interface io.vertx.core.http.HttpClientRequest
 
absoluteURI() - Method in interface io.vertx.core.http.HttpServerRequest
 
absoluteURI() - Method in interface io.vertx.core.spi.observability.HttpRequest
 
absoluteURI() - Method in interface io.vertx.httpproxy.ProxyRequest
 
absoluteURI() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
 
absoluteURI() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
 
absoluteURI() - Method in class io.vertx.rxjava.core.http.HttpClientRequest
 
absoluteURI() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
absoluteURI() - Method in class io.vertx.rxjava3.core.http.HttpClientRequest
 
absoluteURI() - Method in class io.vertx.rxjava3.core.http.HttpServerRequest
 
absoluteURI() - Method in class io.vertx.rxjava3.httpproxy.ProxyRequest
 
AbstractServiceReference<T> - Class in io.vertx.servicediscovery.types
A class to simplify the implementation of service reference.
AbstractServiceReference(Vertx, ServiceDiscovery, Record) - Constructor for class io.vertx.servicediscovery.types.AbstractServiceReference
Creates a new instance of AbstractServiceReference.
AbstractSession - Class in io.vertx.ext.web.sstore
The abstract session class provides a barebones implementation for session storage implementors.
AbstractSession() - Constructor for class io.vertx.ext.web.sstore.AbstractSession
This constructor is mandatory (even though not referenced anywhere) is required for serialization purposes.
AbstractSession(VertxContextPRNG) - Constructor for class io.vertx.ext.web.sstore.AbstractSession
 
AbstractSession(VertxContextPRNG, long, int) - Constructor for class io.vertx.ext.web.sstore.AbstractSession
 
AbstractUser - Class in io.vertx.ext.auth
Deprecated.
All user objects should be created using User.create(JsonObject).
AbstractUser() - Constructor for class io.vertx.ext.auth.AbstractUser
Deprecated.
 
AbstractVerticle - Class in io.vertx.core
An abstract base class that you can extend to write your own Verticle classes.
AbstractVerticle() - Constructor for class io.vertx.core.AbstractVerticle
 
AbstractVerticle - Class in io.vertx.reactivex.core
 
AbstractVerticle() - Constructor for class io.vertx.reactivex.core.AbstractVerticle
 
AbstractVerticle - Class in io.vertx.rxjava.core
 
AbstractVerticle() - Constructor for class io.vertx.rxjava.core.AbstractVerticle
 
AbstractVerticle - Class in io.vertx.rxjava3.core
 
AbstractVerticle() - Constructor for class io.vertx.rxjava3.core.AbstractVerticle
 
ACCEPT - Static variable in interface io.vertx.core.http.HttpHeaders
Accept header name
accept() - Method in interface io.vertx.core.http.ServerWebSocket
Accept the WebSocket and terminate the WebSocket handshake.
accept(T, U, V) - Method in interface io.vertx.ext.web.handler.graphql.TriConsumer
Execute with the provided arguments.
accept() - Method in interface io.vertx.ext.web.ParsedHeaderValues
 
accept(T) - Method in interface io.vertx.junit5.ParameterClosingConsumer
 
accept() - Method in interface io.vertx.mqtt.MqttEndpoint
Like MqttEndpoint.accept(boolean) with no session is present.
accept(boolean) - Method in interface io.vertx.mqtt.MqttEndpoint
Sends the CONNACK message to the remote MQTT client with "connection accepted" return code.
ACCEPT - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Accept header name
accept() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Accept the WebSocket and terminate the WebSocket handshake.
accept() - Method in class io.vertx.reactivex.ext.web.ParsedHeaderValues
 
accept() - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
Like MqttEndpoint.accept() with no session is present.
accept(boolean) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
Sends the CONNACK message to the remote MQTT client with "connection accepted" return code.
ACCEPT - Static variable in class io.vertx.rxjava.core.http.HttpHeaders
Accept header name
accept() - Method in class io.vertx.rxjava.core.http.ServerWebSocket
Accept the WebSocket and terminate the WebSocket handshake.
accept() - Method in class io.vertx.rxjava.ext.web.ParsedHeaderValues
 
accept() - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
Like MqttEndpoint.accept() with no session is present.
accept(boolean) - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
Sends the CONNACK message to the remote MQTT client with "connection accepted" return code.
ACCEPT - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
Accept header name
accept() - Method in class io.vertx.rxjava3.core.http.ServerWebSocket
Accept the WebSocket and terminate the WebSocket handshake.
accept() - Method in class io.vertx.rxjava3.ext.web.ParsedHeaderValues
 
accept() - Method in class io.vertx.rxjava3.mqtt.MqttEndpoint
Like MqttEndpoint.accept() with no session is present.
accept(boolean) - Method in class io.vertx.rxjava3.mqtt.MqttEndpoint
Sends the CONNACK message to the remote MQTT client with "connection accepted" return code.
ACCEPT_CHARSET - Static variable in interface io.vertx.core.http.HttpHeaders
Accept-Charset header name
ACCEPT_CHARSET - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Accept-Charset header name
ACCEPT_CHARSET - Static variable in class io.vertx.rxjava.core.http.HttpHeaders
Accept-Charset header name
ACCEPT_CHARSET - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
Accept-Charset header name
ACCEPT_ENCODING - Static variable in interface io.vertx.core.http.HttpHeaders
Accept-Encoding header name
ACCEPT_ENCODING - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Accept-Encoding header name
ACCEPT_ENCODING - Static variable in class io.vertx.rxjava.core.http.HttpHeaders
Accept-Encoding header name
ACCEPT_ENCODING - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
Accept-Encoding header name
ACCEPT_LANGUAGE - Static variable in interface io.vertx.core.http.HttpHeaders
Accept-Language header name
ACCEPT_LANGUAGE - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Accept-Language header name
ACCEPT_LANGUAGE - Static variable in class io.vertx.rxjava.core.http.HttpHeaders
Accept-Language header name
ACCEPT_LANGUAGE - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
Accept-Language header name
ACCEPT_PATCH - Static variable in interface io.vertx.core.http.HttpHeaders
Accept-Patch header name
ACCEPT_PATCH - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Accept-Patch header name
ACCEPT_PATCH - Static variable in class io.vertx.rxjava.core.http.HttpHeaders
Accept-Patch header name
ACCEPT_PATCH - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
Accept-Patch header name
ACCEPT_RANGES - Static variable in interface io.vertx.core.http.HttpHeaders
Accept-Ranges header name
ACCEPT_RANGES - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Accept-Ranges header name
ACCEPT_RANGES - Static variable in class io.vertx.rxjava.core.http.HttpHeaders
Accept-Ranges header name
ACCEPT_RANGES - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
Accept-Ranges header name
ACCEPT_VERSION - Static variable in class io.vertx.ext.stomp.Frame
 
acceptableLanguages() - Method in interface io.vertx.ext.web.RoutingContext
Returns the languages for the current request.
acceptableLanguages() - Method in class io.vertx.reactivex.ext.web.RoutingContext
Returns the languages for the current request.
acceptableLanguages() - Method in class io.vertx.rxjava.ext.web.RoutingContext
Returns the languages for the current request.
acceptableLanguages() - Method in class io.vertx.rxjava3.ext.web.RoutingContext
Returns the languages for the current request.
acceptCharset() - Method in interface io.vertx.ext.web.ParsedHeaderValues
 
acceptCharset() - Method in class io.vertx.reactivex.ext.web.ParsedHeaderValues
 
acceptCharset() - Method in class io.vertx.rxjava.ext.web.ParsedHeaderValues
 
acceptCharset() - Method in class io.vertx.rxjava3.ext.web.ParsedHeaderValues
 
accepted() - Method in interface io.vertx.amqp.AmqpMessage
When receiving a message, and when auto-acknowledgement is disabled, this method is used to acknowledge the incoming message.
accepted() - Method in class io.vertx.reactivex.amqp.AmqpMessage
When receiving a message, and when auto-acknowledgement is disabled, this method is used to acknowledge the incoming message.
accepted() - Method in class io.vertx.rxjava.amqp.AmqpMessage
When receiving a message, and when auto-acknowledgement is disabled, this method is used to acknowledge the incoming message.
accepted() - Method in class io.vertx.rxjava3.amqp.AmqpMessage
When receiving a message, and when auto-acknowledgement is disabled, this method is used to acknowledge the incoming message.
acceptEncoding() - Method in interface io.vertx.ext.web.ParsedHeaderValues
 
acceptEncoding() - Method in class io.vertx.reactivex.ext.web.ParsedHeaderValues
 
acceptEncoding() - Method in class io.vertx.rxjava.ext.web.ParsedHeaderValues
 
acceptEncoding() - Method in class io.vertx.rxjava3.ext.web.ParsedHeaderValues
 
acceptLanguage() - Method in interface io.vertx.ext.web.ParsedHeaderValues
 
acceptLanguage() - Method in class io.vertx.reactivex.ext.web.ParsedHeaderValues
 
acceptLanguage() - Method in class io.vertx.rxjava.ext.web.ParsedHeaderValues
 
acceptLanguage() - Method in class io.vertx.rxjava3.ext.web.ParsedHeaderValues
 
acceptMoreValues(Option) - Method in interface io.vertx.core.cli.CommandLine
Checks whether or not the given option accept more values.
acceptMoreValues(Option) - Method in class io.vertx.reactivex.core.cli.CommandLine
Checks whether or not the given option accept more values.
acceptMoreValues(Option) - Method in class io.vertx.rxjava.core.cli.CommandLine
Checks whether or not the given option accept more values.
acceptMoreValues(Option) - Method in class io.vertx.rxjava3.core.cli.CommandLine
Checks whether or not the given option accept more values.
acceptsOptions(SqlConnectOptions) - Method in class io.vertx.db2client.spi.DB2Driver
 
acceptsOptions(SqlConnectOptions) - Method in class io.vertx.mssqlclient.spi.MSSQLDriver
 
acceptsOptions(SqlConnectOptions) - Method in class io.vertx.mysqlclient.spi.MySQLDriver
 
acceptsOptions(SqlConnectOptions) - Method in class io.vertx.pgclient.spi.PgDriver
 
acceptsOptions(SqlConnectOptions) - Method in interface io.vertx.sqlclient.spi.Driver
 
acceptValue() - Method in class io.vertx.core.cli.Option
 
ACCESS_CONTROL_ALLOW_CREDENTIALS - Static variable in interface io.vertx.core.http.HttpHeaders
Access-Control-Allow-Credentials header name
ACCESS_CONTROL_ALLOW_CREDENTIALS - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Access-Control-Allow-Credentials header name
ACCESS_CONTROL_ALLOW_CREDENTIALS - Static variable in class io.vertx.rxjava.core.http.HttpHeaders
Access-Control-Allow-Credentials header name
ACCESS_CONTROL_ALLOW_CREDENTIALS - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
Access-Control-Allow-Credentials header name
ACCESS_CONTROL_ALLOW_HEADERS - Static variable in interface io.vertx.core.http.HttpHeaders
Access-Control-Allow-Headers header name
ACCESS_CONTROL_ALLOW_HEADERS - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Access-Control-Allow-Headers header name
ACCESS_CONTROL_ALLOW_HEADERS - Static variable in class io.vertx.rxjava.core.http.HttpHeaders
Access-Control-Allow-Headers header name
ACCESS_CONTROL_ALLOW_HEADERS - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
Access-Control-Allow-Headers header name
ACCESS_CONTROL_ALLOW_METHODS - Static variable in interface io.vertx.core.http.HttpHeaders
Access-Control-Allow-Methods header name
ACCESS_CONTROL_ALLOW_METHODS - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Access-Control-Allow-Methods header name
ACCESS_CONTROL_ALLOW_METHODS - Static variable in class io.vertx.rxjava.core.http.HttpHeaders
Access-Control-Allow-Methods header name
ACCESS_CONTROL_ALLOW_METHODS - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
Access-Control-Allow-Methods header name
ACCESS_CONTROL_ALLOW_ORIGIN - Static variable in interface io.vertx.core.http.HttpHeaders
Access-Control-Allow-Origin header name
ACCESS_CONTROL_ALLOW_ORIGIN - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Access-Control-Allow-Origin header name
ACCESS_CONTROL_ALLOW_ORIGIN - Static variable in class io.vertx.rxjava.core.http.HttpHeaders
Access-Control-Allow-Origin header name
ACCESS_CONTROL_ALLOW_ORIGIN - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
Access-Control-Allow-Origin header name
ACCESS_CONTROL_EXPOSE_HEADERS - Static variable in interface io.vertx.core.http.HttpHeaders
Access-Control-Expose-Headers header name
ACCESS_CONTROL_EXPOSE_HEADERS - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Access-Control-Expose-Headers header name
ACCESS_CONTROL_EXPOSE_HEADERS - Static variable in class io.vertx.rxjava.core.http.HttpHeaders
Access-Control-Expose-Headers header name
ACCESS_CONTROL_EXPOSE_HEADERS - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
Access-Control-Expose-Headers header name
ACCESS_CONTROL_MAX_AGE - Static variable in interface io.vertx.core.http.HttpHeaders
Access-Control-Max-Age header name
ACCESS_CONTROL_MAX_AGE - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Access-Control-Max-Age header name
ACCESS_CONTROL_MAX_AGE - Static variable in class io.vertx.rxjava.core.http.HttpHeaders
Access-Control-Max-Age header name
ACCESS_CONTROL_MAX_AGE - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
Access-Control-Max-Age header name
ACCESS_CONTROL_REQUEST_HEADERS - Static variable in interface io.vertx.core.http.HttpHeaders
Access-Control-Request-Headers header name
ACCESS_CONTROL_REQUEST_HEADERS - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Access-Control-Request-Headers header name
ACCESS_CONTROL_REQUEST_HEADERS - Static variable in class io.vertx.rxjava.core.http.HttpHeaders
Access-Control-Request-Headers header name
ACCESS_CONTROL_REQUEST_HEADERS - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
Access-Control-Request-Headers header name
ACCESS_CONTROL_REQUEST_METHOD - Static variable in interface io.vertx.core.http.HttpHeaders
Access-Control-Request-Method header name
ACCESS_CONTROL_REQUEST_METHOD - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Access-Control-Request-Method header name
ACCESS_CONTROL_REQUEST_METHOD - Static variable in class io.vertx.rxjava.core.http.HttpHeaders
Access-Control-Request-Method header name
ACCESS_CONTROL_REQUEST_METHOD - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
Access-Control-Request-Method header name
AccessToken - Interface in io.vertx.ext.auth.oauth2
Deprecated.
accessToken() - Method in interface io.vertx.ext.auth.oauth2.AccessToken
Deprecated.
The Access Token if present parsed as a JsonObject
accessToken(JsonObject) - Static method in interface io.vertx.ext.auth.oauth2.KeycloakHelper
Deprecated.
Get decoded `access_token` from the principal.
AccessToken - Class in io.vertx.reactivex.ext.auth.oauth2
AccessToken extension to the User interface

NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.

AccessToken(AccessToken) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.AccessToken
 
AccessToken(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.AccessToken
 
accessToken() - Method in class io.vertx.reactivex.ext.auth.oauth2.AccessToken
The Access Token if present parsed as a JsonObject
accessToken(JsonObject) - Static method in class io.vertx.reactivex.ext.auth.oauth2.KeycloakHelper
Deprecated.
AccessToken - Class in io.vertx.rxjava.ext.auth.oauth2
AccessToken extension to the User interface

NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.

AccessToken(AccessToken) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.AccessToken
 
AccessToken(Object) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.AccessToken
 
accessToken() - Method in class io.vertx.rxjava.ext.auth.oauth2.AccessToken
The Access Token if present parsed as a JsonObject
accessToken(JsonObject) - Static method in class io.vertx.rxjava.ext.auth.oauth2.KeycloakHelper
Deprecated.
AccessToken - Class in io.vertx.rxjava3.ext.auth.oauth2
AccessToken extension to the User interface

NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.

AccessToken(AccessToken) - Constructor for class io.vertx.rxjava3.ext.auth.oauth2.AccessToken
 
AccessToken(Object) - Constructor for class io.vertx.rxjava3.ext.auth.oauth2.AccessToken
 
accessToken() - Method in class io.vertx.rxjava3.ext.auth.oauth2.AccessToken
The Access Token if present parsed as a JsonObject
accessToken(JsonObject) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.KeycloakHelper
Deprecated.
ack(StompServerConnection, Frame) - Method in interface io.vertx.ext.stomp.Destination
Handles a ACK frame.
ACK - Static variable in class io.vertx.ext.stomp.Frame
 
ack(String) - Method in interface io.vertx.ext.stomp.StompClientConnection
Sends an acknowledgement for a specific message.
ack(String, Handler<AsyncResult<Frame>>) - Method in interface io.vertx.ext.stomp.StompClientConnection
Sends an acknowledgement for a specific message.
ack(String, String) - Method in interface io.vertx.ext.stomp.StompClientConnection
Sends an acknowledgement for the given frame.
ack(String, String, Handler<AsyncResult<Frame>>) - Method in interface io.vertx.ext.stomp.StompClientConnection
Sends an acknowledgement for the given frame.
ack(StompServerConnection, Frame) - Method in class io.vertx.reactivex.ext.stomp.Destination
Handles a ACK frame.
ack(String, Handler<AsyncResult<Frame>>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Sends an acknowledgement for a specific message.
ack(String) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Sends an acknowledgement for a specific message.
ack(String, String, Handler<AsyncResult<Frame>>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Sends an acknowledgement for the given frame.
ack(String, String) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Sends an acknowledgement for the given frame.
ack(StompServerConnection, Frame) - Method in class io.vertx.rxjava.ext.stomp.Destination
Handles a ACK frame.
ack(String, Handler<AsyncResult<Frame>>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Sends an acknowledgement for a specific message.
ack(String) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Sends an acknowledgement for a specific message.
ack(String, String, Handler<AsyncResult<Frame>>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Sends an acknowledgement for the given frame.
ack(String, String) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Sends an acknowledgement for the given frame.
ack(StompServerConnection, Frame) - Method in class io.vertx.rxjava3.ext.stomp.Destination
Handles a ACK frame.
ack(String) - Method in class io.vertx.rxjava3.ext.stomp.StompClientConnection
Sends an acknowledgement for a specific message.
ack(String, String) - Method in class io.vertx.rxjava3.ext.stomp.StompClientConnection
Sends an acknowledgement for the given frame.
ackHandler(Handler<ServerFrame>) - Method in interface io.vertx.ext.stomp.StompServerHandler
Configures the action to execute when a ACK frame is received.
ackHandler(Handler<ServerFrame>) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
Configures the action to execute when a ACK frame is received.
ackHandler(Handler<ServerFrame>) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
Configures the action to execute when a ACK frame is received.
ackHandler(Handler<ServerFrame>) - Method in class io.vertx.rxjava3.ext.stomp.StompServerHandler
Configures the action to execute when a ACK frame is received.
Acknowledgement - Interface in io.vertx.ext.stomp
Structure passed to acknowledgement handler called when a ACK or NACK frame is received.
Acknowledgement - Class in io.vertx.reactivex.ext.stomp
Structure passed to acknowledgement handler called when a ACK or NACK frame is received.
Acknowledgement(Acknowledgement) - Constructor for class io.vertx.reactivex.ext.stomp.Acknowledgement
 
Acknowledgement(Object) - Constructor for class io.vertx.reactivex.ext.stomp.Acknowledgement
 
Acknowledgement - Class in io.vertx.rxjava.ext.stomp
Structure passed to acknowledgement handler called when a ACK or NACK frame is received.
Acknowledgement(Acknowledgement) - Constructor for class io.vertx.rxjava.ext.stomp.Acknowledgement
 
Acknowledgement(Object) - Constructor for class io.vertx.rxjava.ext.stomp.Acknowledgement
 
Acknowledgement - Class in io.vertx.rxjava3.ext.stomp
Structure passed to acknowledgement handler called when a ACK or NACK frame is received.
Acknowledgement(Acknowledgement) - Constructor for class io.vertx.rxjava3.ext.stomp.Acknowledgement
 
Acknowledgement(Object) - Constructor for class io.vertx.rxjava3.ext.stomp.Acknowledgement
 
ACL - Static variable in class io.vertx.core.http.HttpMethod
The RFC 3744 ACL method, this instance is interned and uniquely used.
ACL - Static variable in class io.vertx.reactivex.redis.client.Command
 
acl(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command acl.
acl(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command acl.
ACL - Static variable in interface io.vertx.redis.client.Command
 
acl(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command acl.
acl(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command acl.
ACL - Static variable in class io.vertx.rxjava.redis.client.Command
 
acl(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command acl.
acl(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command acl.
ACL - Static variable in class io.vertx.rxjava3.redis.client.Command
 
acl(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
Redis command acl.
AclToken - Class in io.vertx.ext.consul
Holds properties of Acl token
AclToken() - Constructor for class io.vertx.ext.consul.AclToken
Default constructor
AclToken(AclToken) - Constructor for class io.vertx.ext.consul.AclToken
Copy constructor
AclToken(JsonObject) - Constructor for class io.vertx.ext.consul.AclToken
Constructor from JSON
AclTokenType - Enum in io.vertx.ext.consul
Acl token type is either "client" (meaning the token cannot modify ACL rules) or "management" (meaning the token is allowed to perform all actions).
acr(JsonObject) - Static method in interface io.vertx.ext.auth.oauth2.KeycloakHelper
Deprecated.
 
acr(JsonObject) - Static method in class io.vertx.reactivex.ext.auth.oauth2.KeycloakHelper
Deprecated.
acr(JsonObject) - Static method in class io.vertx.rxjava.ext.auth.oauth2.KeycloakHelper
Deprecated.
acr(JsonObject) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.KeycloakHelper
Deprecated.
ACTIVE_CONTEXT - Static variable in class io.vertx.tracing.zipkin.ZipkinTracer
 
ACTIVE_REQUEST - Static variable in class io.vertx.tracing.zipkin.ZipkinTracer
 
ACTIVE_SPAN - Static variable in class io.vertx.tracing.zipkin.ZipkinTracer
 
activeContext() - Static method in class io.vertx.tracing.zipkin.ZipkinTracer
 
activeSpan() - Static method in class io.vertx.tracing.zipkin.ZipkinTracer
 
actualConnection() - Method in interface io.vertx.pgclient.pubsub.PgSubscriber
 
actualConnection() - Method in class io.vertx.reactivex.pgclient.pubsub.PgSubscriber
 
actualConnection() - Method in class io.vertx.rxjava.pgclient.pubsub.PgSubscriber
 
actualConnection() - Method in class io.vertx.rxjava3.pgclient.pubsub.PgSubscriber
 
actualPort() - Method in interface io.vertx.core.http.HttpServer
The actual port the server is listening on.
actualPort() - Method in interface io.vertx.core.net.NetServer
The actual port the server is listening on.
actualPort() - Method in interface io.vertx.ext.shell.term.TermServer
The actual port the server is listening on.
actualPort() - Method in interface io.vertx.ext.stomp.StompServer
Gets the port on which the server is listening.
actualPort() - Method in interface io.vertx.mqtt.MqttServer
The actual port the server is listening on.
actualPort() - Method in class io.vertx.reactivex.core.http.HttpServer
The actual port the server is listening on.
actualPort() - Method in class io.vertx.reactivex.core.net.NetServer
The actual port the server is listening on.
actualPort() - Method in class io.vertx.reactivex.ext.shell.term.TermServer
The actual port the server is listening on.
actualPort() - Method in class io.vertx.reactivex.ext.stomp.StompServer
Gets the port on which the server is listening.
actualPort() - Method in class io.vertx.reactivex.mqtt.MqttServer
The actual port the server is listening on.
actualPort() - Method in class io.vertx.rxjava.core.http.HttpServer
The actual port the server is listening on.
actualPort() - Method in class io.vertx.rxjava.core.net.NetServer
The actual port the server is listening on.
actualPort() - Method in class io.vertx.rxjava.ext.shell.term.TermServer
The actual port the server is listening on.
actualPort() - Method in class io.vertx.rxjava.ext.stomp.StompServer
Gets the port on which the server is listening.
actualPort() - Method in class io.vertx.rxjava.mqtt.MqttServer
The actual port the server is listening on.
actualPort() - Method in class io.vertx.rxjava3.core.http.HttpServer
The actual port the server is listening on.
actualPort() - Method in class io.vertx.rxjava3.core.net.NetServer
The actual port the server is listening on.
actualPort() - Method in class io.vertx.rxjava3.ext.shell.term.TermServer
The actual port the server is listening on.
actualPort() - Method in class io.vertx.rxjava3.ext.stomp.StompServer
Gets the port on which the server is listening.
actualPort() - Method in class io.vertx.rxjava3.mqtt.MqttServer
The actual port the server is listening on.
add(Object) - Method in class io.vertx.core.json.JsonArray
Add an Object to the JSON array.
add(int, Object) - Method in class io.vertx.core.json.JsonArray
Add an Object to the JSON array at given position pos.
add(String, String) - Method in interface io.vertx.core.MultiMap
Adds a new value with the specified name and value.
add(CharSequence, CharSequence) - Method in interface io.vertx.core.MultiMap
Like MultiMap.add(String, String) but accepting CharSequence as parameters
add(String, Iterable<String>) - Method in interface io.vertx.core.MultiMap
Adds a new values under the specified name
add(CharSequence, Iterable<CharSequence>) - Method in interface io.vertx.core.MultiMap
Like MultiMap.add(String, Iterable) but accepting CharSequence as parameters
add(String, Set<Authorization>) - Method in interface io.vertx.ext.auth.authorization.Authorizations
 
add(String, Authorization) - Method in interface io.vertx.ext.auth.authorization.Authorizations
 
add(AuthenticationProvider) - Method in interface io.vertx.ext.auth.ChainAuth
Appends a auth provider to the chain.
add(String, String) - Method in class io.vertx.ext.stomp.utils.Headers
 
add(AuthenticationHandler) - Method in interface io.vertx.ext.web.handler.ChainAuthHandler
Appends a auth provider to the chain.
add(MSSQLException) - Method in exception io.vertx.mssqlclient.MSSQLException
 
add(String, String) - Method in class io.vertx.reactivex.core.MultiMap
Adds a new value with the specified name and value.
add(CharSequence, CharSequence) - Method in class io.vertx.reactivex.core.MultiMap
Like MultiMap.add(java.lang.String, java.lang.String) but accepting CharSequence as parameters
add(String, Iterable<String>) - Method in class io.vertx.reactivex.core.MultiMap
Adds a new values under the specified name
add(CharSequence, Iterable<CharSequence>) - Method in class io.vertx.reactivex.core.MultiMap
Like MultiMap.add(java.lang.String, java.lang.String) but accepting CharSequence as parameters
add(String, Set<Authorization>) - Method in class io.vertx.reactivex.ext.auth.authorization.Authorizations
 
add(String, Authorization) - Method in class io.vertx.reactivex.ext.auth.authorization.Authorizations
 
add(AuthenticationProvider) - Method in class io.vertx.reactivex.ext.auth.ChainAuth
Appends a auth provider to the chain.
add(AuthenticationHandler) - Method in class io.vertx.reactivex.ext.web.handler.ChainAuthHandler
Appends a auth provider to the chain.
add(String, String) - Method in class io.vertx.rxjava.core.MultiMap
Adds a new value with the specified name and value.
add(CharSequence, CharSequence) - Method in class io.vertx.rxjava.core.MultiMap
Like MultiMap.add(java.lang.String, java.lang.String) but accepting CharSequence as parameters
add(String, Iterable<String>) - Method in class io.vertx.rxjava.core.MultiMap
Adds a new values under the specified name
add(CharSequence, Iterable<CharSequence>) - Method in class io.vertx.rxjava.core.MultiMap
Like MultiMap.add(java.lang.String, java.lang.String) but accepting CharSequence as parameters
add(String, Set<Authorization>) - Method in class io.vertx.rxjava.ext.auth.authorization.Authorizations
 
add(String, Authorization) - Method in class io.vertx.rxjava.ext.auth.authorization.Authorizations
 
add(AuthenticationProvider) - Method in class io.vertx.rxjava.ext.auth.ChainAuth
Appends a auth provider to the chain.
add(AuthenticationHandler) - Method in class io.vertx.rxjava.ext.web.handler.ChainAuthHandler
Appends a auth provider to the chain.
add(String, String) - Method in class io.vertx.rxjava3.core.MultiMap
Adds a new value with the specified name and value.
add(CharSequence, CharSequence) - Method in class io.vertx.rxjava3.core.MultiMap
Like MultiMap.add(java.lang.String, java.lang.String) but accepting CharSequence as parameters
add(String, Iterable<String>) - Method in class io.vertx.rxjava3.core.MultiMap
Adds a new values under the specified name
add(CharSequence, Iterable<CharSequence>) - Method in class io.vertx.rxjava3.core.MultiMap
Like MultiMap.add(java.lang.String, java.lang.String) but accepting CharSequence as parameters
add(String, Set<Authorization>) - Method in class io.vertx.rxjava3.ext.auth.authorization.Authorizations
 
add(String, Authorization) - Method in class io.vertx.rxjava3.ext.auth.authorization.Authorizations
 
add(AuthenticationProvider) - Method in class io.vertx.rxjava3.ext.auth.ChainAuth
Appends a auth provider to the chain.
add(AuthenticationHandler) - Method in class io.vertx.rxjava3.ext.web.handler.ChainAuthHandler
Appends a auth provider to the chain.
addAll(JsonArray) - Method in class io.vertx.core.json.JsonArray
Appends all of the elements in the specified array to the end of this JSON array.
addAll(MultiMap) - Method in interface io.vertx.core.MultiMap
Adds all the entries from another MultiMap to this one
addAll(Map<String, String>) - Method in interface io.vertx.core.MultiMap
Adds all the entries from a Map to this
addAll(Map<String, String>) - Method in class io.vertx.ext.stomp.utils.Headers
 
addAll(MultiMap) - Method in class io.vertx.reactivex.core.MultiMap
Adds all the entries from another MultiMap to this one
addAll(Map<String, String>) - Method in class io.vertx.reactivex.core.MultiMap
Adds all the entries from a Map to this
addAll(MultiMap) - Method in class io.vertx.rxjava.core.MultiMap
Adds all the entries from another MultiMap to this one
addAll(Map<String, String>) - Method in class io.vertx.rxjava.core.MultiMap
Adds all the entries from a Map to this
addAll(MultiMap) - Method in class io.vertx.rxjava3.core.MultiMap
Adds all the entries from another MultiMap to this one
addAll(Map<String, String>) - Method in class io.vertx.rxjava3.core.MultiMap
Adds all the entries from a Map to this
addAndGet(long, Handler<AsyncResult<Long>>) - Method in interface io.vertx.core.shareddata.Counter
Add the value to the counter atomically and return the new count
addAndGet(long) - Method in interface io.vertx.core.shareddata.Counter
Same as Counter.addAndGet(long, Handler) but returns a Future of the asynchronous result
addAndGet(long, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.core.shareddata.Counter
Add the value to the counter atomically and return the new count
addAndGet(long) - Method in class io.vertx.reactivex.core.shareddata.Counter
Add the value to the counter atomically and return the new count
addAndGet(long, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.core.shareddata.Counter
Add the value to the counter atomically and return the new count
addAndGet(long) - Method in class io.vertx.rxjava.core.shareddata.Counter
Add the value to the counter atomically and return the new count
addAndGet(long) - Method in class io.vertx.rxjava3.core.shareddata.Counter
Add the value to the counter atomically and return the new count
addArgument(Argument) - Method in interface io.vertx.core.cli.CLI
Adds an argument.
addArgument(Argument) - Method in class io.vertx.reactivex.core.cli.CLI
Adds an argument.
addArgument(Argument) - Method in class io.vertx.rxjava.core.cli.CLI
Adds an argument.
addArgument(Argument) - Method in class io.vertx.rxjava3.core.cli.CLI
Adds an argument.
addArguments(List<Argument>) - Method in interface io.vertx.core.cli.CLI
Adds a set of arguments.
addArguments(List<Argument>) - Method in class io.vertx.reactivex.core.cli.CLI
Adds a set of arguments.
addArguments(List<Argument>) - Method in class io.vertx.rxjava.core.cli.CLI
Adds a set of arguments.
addArguments(List<Argument>) - Method in class io.vertx.rxjava3.core.cli.CLI
Adds a set of arguments.
addArrayOfBigDecimal(BigDecimal[]) - Method in class io.vertx.reactivex.sqlclient.Tuple
Add an array of value at the end of the tuple.
addArrayOfBigDecimal(BigDecimal[]) - Method in class io.vertx.rxjava.sqlclient.Tuple
Add an array of value at the end of the tuple.
addArrayOfBigDecimal(BigDecimal[]) - Method in class io.vertx.rxjava3.sqlclient.Tuple
Add an array of value at the end of the tuple.
addArrayOfBigDecimal(BigDecimal[]) - Method in interface io.vertx.sqlclient.Tuple
Add an array of BigDecimal value at the end of the tuple.
addArrayOfBoolean(Boolean[]) - Method in class io.vertx.reactivex.sqlclient.Tuple
Add an array of Boolean value at the end of the tuple.
addArrayOfBoolean(Boolean[]) - Method in class io.vertx.rxjava.sqlclient.Tuple
Add an array of Boolean value at the end of the tuple.
addArrayOfBoolean(Boolean[]) - Method in class io.vertx.rxjava3.sqlclient.Tuple
Add an array of Boolean value at the end of the tuple.
addArrayOfBoolean(Boolean[]) - Method in interface io.vertx.sqlclient.Tuple
Add an array of Boolean value at the end of the tuple.
addArrayOfBuffer(Buffer[]) - Method in interface io.vertx.sqlclient.Tuple
Add an array of Buffer value at the end of the tuple.
addArrayOfDouble(Double[]) - Method in class io.vertx.reactivex.sqlclient.Tuple
Add an array of Double value at the end of the tuple.
addArrayOfDouble(Double[]) - Method in class io.vertx.rxjava.sqlclient.Tuple
Add an array of Double value at the end of the tuple.
addArrayOfDouble(Double[]) - Method in class io.vertx.rxjava3.sqlclient.Tuple
Add an array of Double value at the end of the tuple.
addArrayOfDouble(Double[]) - Method in interface io.vertx.sqlclient.Tuple
Add an array of Double value at the end of the tuple.
addArrayOfFloat(Float[]) - Method in class io.vertx.reactivex.sqlclient.Tuple
Add an array of Float value at the end of the tuple.
addArrayOfFloat(Float[]) - Method in class io.vertx.rxjava.sqlclient.Tuple
Add an array of Float value at the end of the tuple.
addArrayOfFloat(Float[]) - Method in class io.vertx.rxjava3.sqlclient.Tuple
Add an array of Float value at the end of the tuple.
addArrayOfFloat(Float[]) - Method in interface io.vertx.sqlclient.Tuple
Add an array of Float value at the end of the tuple.
addArrayOfInteger(Integer[]) - Method in class io.vertx.reactivex.sqlclient.Tuple
Add an array of Integer value at the end of the tuple.
addArrayOfInteger(Integer[]) - Method in class io.vertx.rxjava.sqlclient.Tuple
Add an array of Integer value at the end of the tuple.
addArrayOfInteger(Integer[]) - Method in class io.vertx.rxjava3.sqlclient.Tuple
Add an array of Integer value at the end of the tuple.
addArrayOfInteger(Integer[]) - Method in interface io.vertx.sqlclient.Tuple
Add an array of Integer value at the end of the tuple.
addArrayOfJsonArray(JsonArray[]) - Method in class io.vertx.reactivex.sqlclient.Tuple
Add an array of value at the end of the tuple.
addArrayOfJsonArray(JsonArray[]) - Method in class io.vertx.rxjava.sqlclient.Tuple
Add an array of value at the end of the tuple.
addArrayOfJsonArray(JsonArray[]) - Method in class io.vertx.rxjava3.sqlclient.Tuple
Add an array of value at the end of the tuple.
addArrayOfJsonArray(JsonArray[]) - Method in interface io.vertx.sqlclient.Tuple
Add an array of JsonArray value at the end of the tuple.
addArrayOfJsonObject(JsonObject[]) - Method in class io.vertx.reactivex.sqlclient.Tuple
Add an array of value at the end of the tuple.
addArrayOfJsonObject(JsonObject[]) - Method in class io.vertx.rxjava.sqlclient.Tuple
Add an array of value at the end of the tuple.
addArrayOfJsonObject(JsonObject[]) - Method in class io.vertx.rxjava3.sqlclient.Tuple
Add an array of value at the end of the tuple.
addArrayOfJsonObject(JsonObject[]) - Method in interface io.vertx.sqlclient.Tuple
Add an array of JsonObject value at the end of the tuple.
addArrayOfLocalDate(LocalDate[]) - Method in class io.vertx.reactivex.sqlclient.Tuple
Add an array of value at the end of the tuple.
addArrayOfLocalDate(LocalDate[]) - Method in class io.vertx.rxjava.sqlclient.Tuple
Add an array of value at the end of the tuple.
addArrayOfLocalDate(LocalDate[]) - Method in class io.vertx.rxjava3.sqlclient.Tuple
Add an array of value at the end of the tuple.
addArrayOfLocalDate(LocalDate[]) - Method in interface io.vertx.sqlclient.Tuple
Add an array of LocalDate value at the end of the tuple.
addArrayOfLocalDateTime(LocalDateTime[]) - Method in class io.vertx.reactivex.sqlclient.Tuple
Add an array of value at the end of the tuple.
addArrayOfLocalDateTime(LocalDateTime[]) - Method in class io.vertx.rxjava.sqlclient.Tuple
Add an array of value at the end of the tuple.
addArrayOfLocalDateTime(LocalDateTime[]) - Method in class io.vertx.rxjava3.sqlclient.Tuple
Add an array of value at the end of the tuple.
addArrayOfLocalDateTime(LocalDateTime[]) - Method in interface io.vertx.sqlclient.Tuple
Add an array of LocalDateTime value at the end of the tuple.
addArrayOfLocalTime(LocalTime[]) - Method in class io.vertx.reactivex.sqlclient.Tuple
Add an array of value at the end of the tuple.
addArrayOfLocalTime(LocalTime[]) - Method in class io.vertx.rxjava.sqlclient.Tuple
Add an array of value at the end of the tuple.
addArrayOfLocalTime(LocalTime[]) - Method in class io.vertx.rxjava3.sqlclient.Tuple
Add an array of value at the end of the tuple.
addArrayOfLocalTime(LocalTime[]) - Method in interface io.vertx.sqlclient.Tuple
Add an array of LocalTime value at the end of the tuple.
addArrayOfLong(Long[]) - Method in class io.vertx.reactivex.sqlclient.Tuple
Add an array of Long value at the end of the tuple.
addArrayOfLong(Long[]) - Method in class io.vertx.rxjava.sqlclient.Tuple
Add an array of Long value at the end of the tuple.
addArrayOfLong(Long[]) - Method in class io.vertx.rxjava3.sqlclient.Tuple
Add an array of Long value at the end of the tuple.
addArrayOfLong(Long[]) - Method in interface io.vertx.sqlclient.Tuple
Add an array of Long value at the end of the tuple.
addArrayOfOffsetDateTime(OffsetDateTime[]) - Method in class io.vertx.reactivex.sqlclient.Tuple
Add an array of value at the end of the tuple.
addArrayOfOffsetDateTime(OffsetDateTime[]) - Method in class io.vertx.rxjava.sqlclient.Tuple
Add an array of value at the end of the tuple.
addArrayOfOffsetDateTime(OffsetDateTime[]) - Method in class io.vertx.rxjava3.sqlclient.Tuple
Add an array of value at the end of the tuple.
addArrayOfOffsetDateTime(OffsetDateTime[]) - Method in interface io.vertx.sqlclient.Tuple
Add an array of OffsetDateTime value at the end of the tuple.
addArrayOfOffsetTime(OffsetTime[]) - Method in class io.vertx.reactivex.sqlclient.Tuple
Add an array of value at the end of the tuple.
addArrayOfOffsetTime(OffsetTime[]) - Method in class io.vertx.rxjava.sqlclient.Tuple
Add an array of value at the end of the tuple.
addArrayOfOffsetTime(OffsetTime[]) - Method in class io.vertx.rxjava3.sqlclient.Tuple
Add an array of value at the end of the tuple.
addArrayOfOffsetTime(OffsetTime[]) - Method in interface io.vertx.sqlclient.Tuple
Add an array of OffsetTime value at the end of the tuple.
addArrayOfShort(Short[]) - Method in class io.vertx.reactivex.sqlclient.Tuple
Add an array of Short value at the end of the tuple.
addArrayOfShort(Short[]) - Method in class io.vertx.rxjava.sqlclient.Tuple
Add an array of Short value at the end of the tuple.
addArrayOfShort(Short[]) - Method in class io.vertx.rxjava3.sqlclient.Tuple
Add an array of Short value at the end of the tuple.
addArrayOfShort(Short[]) - Method in interface io.vertx.sqlclient.Tuple
Add an array of Short value at the end of the tuple.
addArrayOfString(String[]) - Method in class io.vertx.reactivex.sqlclient.Tuple
Add an array of String value at the end of the tuple.
addArrayOfString(String[]) - Method in class io.vertx.rxjava.sqlclient.Tuple
Add an array of String value at the end of the tuple.
addArrayOfString(String[]) - Method in class io.vertx.rxjava3.sqlclient.Tuple
Add an array of String value at the end of the tuple.
addArrayOfString(String[]) - Method in interface io.vertx.sqlclient.Tuple
Add an array of String value at the end of the tuple.
addArrayOfTemporal(Temporal[]) - Method in class io.vertx.reactivex.sqlclient.Tuple
Add an array of value at the end of the tuple.
addArrayOfTemporal(Temporal[]) - Method in class io.vertx.rxjava.sqlclient.Tuple
Add an array of value at the end of the tuple.
addArrayOfTemporal(Temporal[]) - Method in class io.vertx.rxjava3.sqlclient.Tuple
Add an array of value at the end of the tuple.
addArrayOfTemporal(Temporal[]) - Method in interface io.vertx.sqlclient.Tuple
Add an array of Temporal value at the end of the tuple.
addArrayOfUUID(UUID[]) - Method in class io.vertx.reactivex.sqlclient.Tuple
Add an array of value at the end of the tuple.
addArrayOfUUID(UUID[]) - Method in class io.vertx.rxjava.sqlclient.Tuple
Add an array of value at the end of the tuple.
addArrayOfUUID(UUID[]) - Method in class io.vertx.rxjava3.sqlclient.Tuple
Add an array of value at the end of the tuple.
addArrayOfUUID(UUID[]) - Method in interface io.vertx.sqlclient.Tuple
Add an array of UUID value at the end of the tuple.
addAudience(String) - Method in class io.vertx.ext.auth.JWTOptions
 
addAuthority(String) - Method in class io.vertx.serviceproxy.ServiceJWTInterceptor
Deprecated.
Add a single authority to the authorities set.
addAuthorization(Authorization) - Method in interface io.vertx.ext.auth.authorization.AndAuthorization
 
addAuthorization(Authorization) - Method in interface io.vertx.ext.auth.authorization.OrAuthorization
 
addAuthorization(Authorization) - Method in class io.vertx.reactivex.ext.auth.authorization.AndAuthorization
 
addAuthorization(Authorization) - Method in class io.vertx.reactivex.ext.auth.authorization.OrAuthorization
 
addAuthorization(Authorization) - Method in class io.vertx.rxjava.ext.auth.authorization.AndAuthorization
 
addAuthorization(Authorization) - Method in class io.vertx.rxjava.ext.auth.authorization.OrAuthorization
 
addAuthorization(Authorization) - Method in class io.vertx.rxjava3.ext.auth.authorization.AndAuthorization
 
addAuthorization(Authorization) - Method in class io.vertx.rxjava3.ext.auth.authorization.OrAuthorization
 
addAuthorization(Authorization) - Method in class io.vertx.serviceproxy.ServiceAuthInterceptor
Add a single authority to the authorities set.
addAuthorizationProvider(AuthorizationProvider) - Method in interface io.vertx.ext.web.handler.AuthorizationHandler
Adds a provider that shall be used to retrieve the required authorizations for the user to attest.
addAuthorizationProvider(AuthorizationProvider) - Method in class io.vertx.reactivex.ext.web.handler.AuthorizationHandler
Adds a provider that shall be used to retrieve the required authorizations for the user to attest.
addAuthorizationProvider(AuthorizationProvider) - Method in class io.vertx.rxjava.ext.web.handler.AuthorizationHandler
Adds a provider that shall be used to retrieve the required authorizations for the user to attest.
addAuthorizationProvider(AuthorizationProvider) - Method in class io.vertx.rxjava3.ext.web.handler.AuthorizationHandler
Adds a provider that shall be used to retrieve the required authorizations for the user to attest.
addBigDecimal(BigDecimal) - Method in class io.vertx.reactivex.sqlclient.Tuple
Add a value at the end of the tuple.
addBigDecimal(BigDecimal) - Method in class io.vertx.rxjava.sqlclient.Tuple
Add a value at the end of the tuple.
addBigDecimal(BigDecimal) - Method in class io.vertx.rxjava3.sqlclient.Tuple
Add a value at the end of the tuple.
addBigDecimal(BigDecimal) - Method in interface io.vertx.sqlclient.Tuple
Add a BigDecimal value at the end of the tuple.
addBodyEndHandler(Handler<Void>) - Method in interface io.vertx.ext.web.RoutingContext
Provides a handler that will be called after the last part of the body is written to the wire.
addBodyEndHandler(Handler<Void>) - Method in class io.vertx.reactivex.ext.web.RoutingContext
Provides a handler that will be called after the last part of the body is written to the wire.
addBodyEndHandler(Handler<Void>) - Method in class io.vertx.rxjava.ext.web.RoutingContext
Provides a handler that will be called after the last part of the body is written to the wire.
addBodyEndHandler(Handler<Void>) - Method in class io.vertx.rxjava3.ext.web.RoutingContext
Provides a handler that will be called after the last part of the body is written to the wire.
addBoolean(Boolean) - Method in class io.vertx.reactivex.sqlclient.Tuple
Add a boolean value at the end of the tuple.
addBoolean(Boolean) - Method in class io.vertx.rxjava.sqlclient.Tuple
Add a boolean value at the end of the tuple.
addBoolean(Boolean) - Method in class io.vertx.rxjava3.sqlclient.Tuple
Add a boolean value at the end of the tuple.
addBoolean(Boolean) - Method in interface io.vertx.sqlclient.Tuple
Add a boolean value at the end of the tuple.
addBuffer(Buffer) - Method in class io.vertx.reactivex.sqlclient.Tuple
Add a buffer value at the end of the tuple.
addBuffer(Buffer) - Method in class io.vertx.rxjava.sqlclient.Tuple
Add a buffer value at the end of the tuple.
addBuffer(Buffer) - Method in class io.vertx.rxjava3.sqlclient.Tuple
Add a buffer value at the end of the tuple.
addBuffer(Buffer) - Method in interface io.vertx.sqlclient.Tuple
Add a buffer value at the end of the tuple.
addCapability(String) - Method in class io.vertx.amqp.AmqpReceiverOptions
Adds a capability to be set on the receiver source terminus.
addCapability(String) - Method in class io.vertx.amqp.AmqpSenderOptions
Adds a capability to be set on the sender target terminus.
addCertPath(String) - Method in class io.vertx.core.net.PemKeyCertOptions
Add a path to a certificate file
addCertPath(String) - Method in class io.vertx.core.net.PemTrustOptions
Add a certificate path
addCertValue(Buffer) - Method in class io.vertx.core.net.PemKeyCertOptions
Add a certificate as a buffer
addCertValue(Buffer) - Method in class io.vertx.core.net.PemTrustOptions
Add a certificate value
addChoice(String) - Method in class io.vertx.core.cli.Option
Adds a choice to the list of values accepted by this option.
addChoice(String) - Method in class io.vertx.core.cli.TypedOption
 
addConfirmListener(int, Handler<AsyncResult<ReadStream<RabbitMQConfirmation>>>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Add a Confirm Listener to the channel.
addConfirmListener(int) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Add a Confirm Listener to the channel.
addConfirmListener(int, Handler<AsyncResult<ReadStream<RabbitMQConfirmation>>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Add a Confirm Listener to the channel.
addConfirmListener(int) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Add a Confirm Listener to the channel.
addConfirmListener(int, Handler<AsyncResult<ReadStream<RabbitMQConfirmation>>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Add a Confirm Listener to the channel.
addConfirmListener(int) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Add a Confirm Listener to the channel.
addConfirmListener(int) - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
Add a Confirm Listener to the channel.
addConnectionEstablishedCallback(Handler<Promise<Void>>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Set a callback to be called whenever a new connection is established.
addConnectionString(String) - Method in class io.vertx.redis.client.RedisOptions
Adds a connection string (endpoint) to use while connecting to the redis server.
addContactPoint(InetSocketAddress) - Method in class io.vertx.cassandra.CassandraClientOptions
Adds a contact point to use for the initial connection to the cluster
addContactPoint(String, int) - Method in class io.vertx.cassandra.CassandraClientOptions
Adds a contact point to use for the initial connection to the cluster
addCookie(Cookie) - Method in interface io.vertx.core.http.HttpServerResponse
Add a cookie.
addCookie(Cookie) - Method in interface io.vertx.ext.web.RoutingContext
Add a cookie.
addCookie(Cookie) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Add a cookie.
addCookie(Cookie) - Method in class io.vertx.reactivex.ext.web.RoutingContext
Add a cookie.
addCookie(Cookie) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Add a cookie.
addCookie(Cookie) - Method in class io.vertx.rxjava.ext.web.RoutingContext
Add a cookie.
addCookie(Cookie) - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
Add a cookie.
addCookie(Cookie) - Method in class io.vertx.rxjava3.ext.web.RoutingContext
Add a cookie.
addCopiedHeader(String) - Method in class io.vertx.ext.mail.DKIMSignOptions
Adds a copied header.
addCrlPath(String) - Method in class io.vertx.amqp.AmqpClientOptions
 
addCrlPath(String) - Method in class io.vertx.core.eventbus.EventBusOptions
 
addCrlPath(String) - Method in class io.vertx.core.http.HttpClientOptions
 
addCrlPath(String) - Method in class io.vertx.core.http.HttpServerOptions
 
addCrlPath(String) - Method in class io.vertx.core.net.ClientOptionsBase
 
addCrlPath(String) - Method in class io.vertx.core.net.NetClientOptions
 
addCrlPath(String) - Method in class io.vertx.core.net.NetServerOptions
 
addCrlPath(String) - Method in class io.vertx.core.net.TCPSSLOptions
Add a CRL path
addCrlPath(String) - Method in class io.vertx.ext.consul.ConsulClientOptions
Add a CRL path
addCrlPath(String) - Method in class io.vertx.ext.mail.MailConfig
 
addCrlPath(String) - Method in class io.vertx.ext.shell.term.HttpTermOptions
 
addCrlPath(String) - Method in class io.vertx.ext.shell.term.TelnetTermOptions
 
addCrlPath(String) - Method in class io.vertx.ext.web.client.WebClientOptions
 
addCrlPath(String) - Method in class io.vertx.mqtt.MqttClientOptions
 
addCrlPath(String) - Method in class io.vertx.mqtt.MqttServerOptions
 
addCrlPath(String) - Method in class io.vertx.mssqlclient.MSSQLConnectOptions
 
addCrlPath(String) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
addCrlPath(String) - Method in class io.vertx.pgclient.PgConnectOptions
 
addCrlPath(String) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
 
addCrlValue(Buffer) - Method in class io.vertx.amqp.AmqpClientOptions
 
addCrlValue(Buffer) - Method in class io.vertx.core.eventbus.EventBusOptions
 
addCrlValue(Buffer) - Method in class io.vertx.core.http.HttpClientOptions
 
addCrlValue(Buffer) - Method in class io.vertx.core.http.HttpServerOptions
 
addCrlValue(Buffer) - Method in class io.vertx.core.net.ClientOptionsBase
 
addCrlValue(Buffer) - Method in class io.vertx.core.net.NetClientOptions
 
addCrlValue(Buffer) - Method in class io.vertx.core.net.NetServerOptions
 
addCrlValue(Buffer) - Method in class io.vertx.core.net.TCPSSLOptions
Add a CRL value
addCrlValue(Buffer) - Method in class io.vertx.ext.consul.ConsulClientOptions
Add a CRL value
addCrlValue(Buffer) - Method in class io.vertx.ext.mail.MailConfig
 
addCrlValue(Buffer) - Method in class io.vertx.ext.shell.term.HttpTermOptions
 
addCrlValue(Buffer) - Method in class io.vertx.ext.shell.term.TelnetTermOptions
 
addCrlValue(Buffer) - Method in class io.vertx.ext.web.client.WebClientOptions
 
addCrlValue(Buffer) - Method in class io.vertx.mqtt.MqttClientOptions
 
addCrlValue(Buffer) - Method in class io.vertx.mqtt.MqttServerOptions
 
addCrlValue(Buffer) - Method in class io.vertx.mssqlclient.MSSQLConnectOptions
 
addCrlValue(Buffer) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
addCrlValue(Buffer) - Method in class io.vertx.pgclient.PgConnectOptions
 
addCrlValue(Buffer) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
 
addCustomValidatorFunction(CustomValidator) - Method in interface io.vertx.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
Add a custom validator.
addCustomValidatorFunction(CustomValidator) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
addCustomValidatorFunction(CustomValidator) - Method in class io.vertx.rxjava.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
addCustomValidatorFunction(CustomValidator) - Method in class io.vertx.rxjava3.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
addDefaultHandler(Handler<RoutingContext>) - Method in interface io.vertx.ext.web.handler.MultiTenantHandler
Add a default handler for the case when no tenant was matched.
addDefaultHandler(Handler<RoutingContext>) - Method in class io.vertx.reactivex.ext.web.handler.MultiTenantHandler
Add a default handler for the case when no tenant was matched.
addDefaultHandler(Handler<RoutingContext>) - Method in class io.vertx.rxjava.ext.web.handler.MultiTenantHandler
Add a default handler for the case when no tenant was matched.
addDefaultHandler(Handler<RoutingContext>) - Method in class io.vertx.rxjava3.ext.web.handler.MultiTenantHandler
Add a default handler for the case when no tenant was matched.
addDirective(String, String) - Method in interface io.vertx.ext.web.handler.CSPHandler
Adds a single directive entry to the handler.
addDirective(String, String) - Method in class io.vertx.reactivex.ext.web.handler.CSPHandler
Adds a single directive entry to the handler.
addDirective(String, String) - Method in class io.vertx.rxjava.ext.web.handler.CSPHandler
Adds a single directive entry to the handler.
addDirective(String, String) - Method in class io.vertx.rxjava3.ext.web.handler.CSPHandler
Adds a single directive entry to the handler.
addDisabledMetricsCategory(MetricsDomain) - Method in class io.vertx.micrometer.MicrometerMetricsOptions
Set metric that will not be registered.
addDisabledMetricsCategory(String) - Method in class io.vertx.micrometer.MicrometerMetricsOptions
Set metric that will not be registered.
addDisabledTransport(String) - Method in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
Add a transport (by name) to the set of disabled transports.
addDKIMSignOption(DKIMSignOptions) - Method in class io.vertx.ext.mail.MailConfig
Adds a DKIMSignOptions.
addDouble(Double) - Method in class io.vertx.reactivex.sqlclient.Tuple
Add a double value at the end of the tuple.
addDouble(Double) - Method in class io.vertx.rxjava.sqlclient.Tuple
Add a double value at the end of the tuple.
addDouble(Double) - Method in class io.vertx.rxjava3.sqlclient.Tuple
Add a double value at the end of the tuple.
addDouble(Double) - Method in interface io.vertx.sqlclient.Tuple
Add a double value at the end of the tuple.
addEnabledCipherSuite(String) - Method in class io.vertx.amqp.AmqpClientOptions
 
addEnabledCipherSuite(String) - Method in class io.vertx.core.eventbus.EventBusOptions
 
addEnabledCipherSuite(String) - Method in class io.vertx.core.http.HttpClientOptions
 
addEnabledCipherSuite(String) - Method in class io.vertx.core.http.HttpServerOptions
 
addEnabledCipherSuite(String) - Method in class io.vertx.core.net.ClientOptionsBase
 
addEnabledCipherSuite(String) - Method in class io.vertx.core.net.NetClientOptions
 
addEnabledCipherSuite(String) - Method in class io.vertx.core.net.NetServerOptions
 
addEnabledCipherSuite(String) - Method in class io.vertx.core.net.TCPSSLOptions
Add an enabled cipher suite, appended to the ordered suites.
addEnabledCipherSuite(String) - Method in class io.vertx.ext.consul.ConsulClientOptions
Add an enabled cipher suite, appended to the ordered suites.
addEnabledCipherSuite(String) - Method in class io.vertx.ext.mail.MailConfig
 
addEnabledCipherSuite(String) - Method in class io.vertx.ext.shell.term.HttpTermOptions
 
addEnabledCipherSuite(String) - Method in class io.vertx.ext.shell.term.TelnetTermOptions
 
addEnabledCipherSuite(String) - Method in class io.vertx.ext.web.client.WebClientOptions
 
addEnabledCipherSuite(String) - Method in class io.vertx.mqtt.MqttClientOptions
 
addEnabledCipherSuite(String) - Method in class io.vertx.mqtt.MqttServerOptions
 
addEnabledCipherSuite(String) - Method in class io.vertx.mssqlclient.MSSQLConnectOptions
 
addEnabledCipherSuite(String) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
addEnabledCipherSuite(String) - Method in class io.vertx.pgclient.PgConnectOptions
 
addEnabledCipherSuite(String) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
 
addEnabledSaslMechanism(String) - Method in class io.vertx.amqp.AmqpClientOptions
 
addEnabledSecureTransportProtocol(String) - Method in class io.vertx.amqp.AmqpClientOptions
 
addEnabledSecureTransportProtocol(String) - Method in class io.vertx.core.eventbus.EventBusOptions
 
addEnabledSecureTransportProtocol(String) - Method in class io.vertx.core.http.HttpClientOptions
 
addEnabledSecureTransportProtocol(String) - Method in class io.vertx.core.http.HttpServerOptions
 
addEnabledSecureTransportProtocol(String) - Method in class io.vertx.core.net.ClientOptionsBase
 
addEnabledSecureTransportProtocol(String) - Method in class io.vertx.core.net.NetClientOptions
 
addEnabledSecureTransportProtocol(String) - Method in class io.vertx.core.net.NetServerOptions
 
addEnabledSecureTransportProtocol(String) - Method in class io.vertx.core.net.TCPSSLOptions
Add an enabled SSL/TLS protocols, appended to the ordered protocols.
addEnabledSecureTransportProtocol(String) - Method in class io.vertx.ext.consul.ConsulClientOptions
Add an enabled SSL/TLS protocols, appended to the ordered protocols.
addEnabledSecureTransportProtocol(String) - Method in class io.vertx.ext.mail.MailConfig
 
addEnabledSecureTransportProtocol(String) - Method in class io.vertx.ext.web.client.WebClientOptions
 
addEnabledSecureTransportProtocol(String) - Method in class io.vertx.mqtt.MqttClientOptions
 
addEnabledSecureTransportProtocol(String) - Method in class io.vertx.mqtt.MqttServerOptions
 
addEnabledSecureTransportProtocol(String) - Method in class io.vertx.mssqlclient.MSSQLConnectOptions
 
addEnabledSecureTransportProtocol(String) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
addEnabledSecureTransportProtocol(String) - Method in class io.vertx.pgclient.PgConnectOptions
 
addEnabledSecureTransportProtocol(String) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
 
addEndHandler(Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.web.RoutingContext
Add an end handler for the request/response context.
addEndHandler() - Method in interface io.vertx.ext.web.RoutingContext
Add an end handler for the request/response context.
addEndHandler(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.web.RoutingContext
Add an end handler for the request/response context.
addEndHandler(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.web.RoutingContext
Add an end handler for the request/response context.
addEndHandler(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava3.ext.web.RoutingContext
Add an end handler for the request/response context.
addEndpoint(String) - Method in class io.vertx.redis.client.RedisOptions
addError(TxnError) - Method in class io.vertx.ext.consul.TxnResponse
Adds error to this response
addExclusion(String) - Method in class io.vertx.maven.resolver.ResolutionOptions
Adds an exclusion.
addExpectedContentType(String) - Method in interface io.vertx.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
Add an expected content type of request.
addExpectedContentType(String) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
addExpectedContentType(String) - Method in class io.vertx.rxjava.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
addExpectedContentType(String) - Method in class io.vertx.rxjava3.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
addFailureHandlerByOperationId(String, Handler<RoutingContext>) - Method in interface io.vertx.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Deprecated.
Add a failure handler by operation_id field in Operation object
addFailureHandlerByOperationId(String, Handler<RoutingContext>) - Method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Deprecated.
addFailureHandlerByOperationId(String, Handler<RoutingContext>) - Method in class io.vertx.rxjava.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Deprecated.
addFailureHandlerByOperationId(String, Handler<RoutingContext>) - Method in class io.vertx.rxjava3.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Deprecated.
addFloat(Float) - Method in class io.vertx.reactivex.sqlclient.Tuple
Add a float value at the end of the tuple.
addFloat(Float) - Method in class io.vertx.rxjava.sqlclient.Tuple
Add a float value at the end of the tuple.
addFloat(Float) - Method in class io.vertx.rxjava3.sqlclient.Tuple
Add a float value at the end of the tuple.
addFloat(Float) - Method in interface io.vertx.sqlclient.Tuple
Add a float value at the end of the tuple.
addFormParam(String, ParameterType, boolean) - Method in interface io.vertx.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
Add a single parameter inside a form with included parameter types
addFormParam(String, ParameterType, boolean) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
addFormParam(String, ParameterType, boolean) - Method in class io.vertx.rxjava.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
addFormParam(String, ParameterType, boolean) - Method in class io.vertx.rxjava3.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
addFormParamsArray(String, ParameterType, boolean) - Method in interface io.vertx.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
Add a form parameters array with included parameter types
addFormParamsArray(String, ParameterType, boolean) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
addFormParamsArray(String, ParameterType, boolean) - Method in class io.vertx.rxjava.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
addFormParamsArray(String, ParameterType, boolean) - Method in class io.vertx.rxjava3.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
addFormParamsArrayWithPattern(String, String, boolean) - Method in interface io.vertx.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
Add a form parameters array with a custom pattern
addFormParamsArrayWithPattern(String, String, boolean) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
addFormParamsArrayWithPattern(String, String, boolean) - Method in class io.vertx.rxjava.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
addFormParamsArrayWithPattern(String, String, boolean) - Method in class io.vertx.rxjava3.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
addFormParamWithCustomTypeValidator(String, ParameterTypeValidator, boolean, boolean) - Method in interface io.vertx.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
Add a form parameter with a custom type validator.
addFormParamWithCustomTypeValidator(String, ParameterTypeValidator, boolean, boolean) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
addFormParamWithCustomTypeValidator(String, ParameterTypeValidator, boolean, boolean) - Method in class io.vertx.rxjava.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
addFormParamWithCustomTypeValidator(String, ParameterTypeValidator, boolean, boolean) - Method in class io.vertx.rxjava3.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
addFormParamWithPattern(String, String, boolean) - Method in interface io.vertx.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
Add a single parameter inside a form with a custom pattern
addFormParamWithPattern(String, String, boolean) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
addFormParamWithPattern(String, String, boolean) - Method in class io.vertx.rxjava.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
addFormParamWithPattern(String, String, boolean) - Method in class io.vertx.rxjava3.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
addGlobalHandler(Handler<RoutingContext>) - Method in interface io.vertx.ext.web.api.contract.RouterFactory
Deprecated.
Add global handler to be applied prior to Router being generated.
addGlobalHandler(Handler<RoutingContext>) - Method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Deprecated.
addGlobalHandler(Handler<RoutingContext>) - Method in interface io.vertx.reactivex.ext.web.api.contract.RouterFactory
Deprecated.
addGlobalHandler(Handler<RoutingContext>) - Method in class io.vertx.rxjava.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Deprecated.
addGlobalHandler(Handler<RoutingContext>) - Method in interface io.vertx.rxjava.ext.web.api.contract.RouterFactory
Deprecated.
addGlobalHandler(Handler<RoutingContext>) - Method in class io.vertx.rxjava3.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Deprecated.
addGlobalHandler(Handler<RoutingContext>) - Method in interface io.vertx.rxjava3.ext.web.api.contract.RouterFactory
Deprecated.
addHandlerByOperationId(String, Handler<RoutingContext>) - Method in interface io.vertx.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Deprecated.
Add an handler by operation_id field in Operation object
addHandlerByOperationId(String, Handler<RoutingContext>) - Method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Deprecated.
addHandlerByOperationId(String, Handler<RoutingContext>) - Method in class io.vertx.rxjava.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Deprecated.
addHandlerByOperationId(String, Handler<RoutingContext>) - Method in class io.vertx.rxjava3.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Deprecated.
addHeader(String, String) - Method in class io.vertx.core.eventbus.DeliveryOptions
Add a message header.
addHeader(String, String) - Method in class io.vertx.core.http.RequestOptions
Add a request header.
addHeader(CharSequence, CharSequence) - Method in class io.vertx.core.http.RequestOptions
Add a request header.
addHeader(CharSequence, Iterable<CharSequence>) - Method in class io.vertx.core.http.RequestOptions
 
addHeader(String, String) - Method in class io.vertx.core.http.WebSocketConnectOptions
 
addHeader(CharSequence, CharSequence) - Method in class io.vertx.core.http.WebSocketConnectOptions
 
addHeader(CharSequence, Iterable<CharSequence>) - Method in class io.vertx.core.http.WebSocketConnectOptions
 
addHeader(String, String) - Method in interface io.vertx.ext.mail.MailAttachment
Add an header to this attachment.
addHeader(String, String) - Method in class io.vertx.ext.mail.MailMessage
Add a message header.
addHeader(String, String) - Method in class io.vertx.ext.stomp.Frame
Adds a header to the frame.
addHeader(CharSequence, CharSequence) - Method in interface io.vertx.ext.web.client.WebClientSession
Configure the client to add an HTTP header to every request.
addHeader(String, String) - Method in interface io.vertx.ext.web.client.WebClientSession
Configure the client to add an HTTP header to every request.
addHeader(CharSequence, Iterable<CharSequence>) - Method in interface io.vertx.ext.web.client.WebClientSession
Configure the client to add an HTTP header to every request.
addHeader(String, Iterable<String>) - Method in interface io.vertx.ext.web.client.WebClientSession
Configure the client to add an HTTP header to every request.
addHeader(String, String) - Method in interface io.vertx.kafka.client.producer.KafkaProducerRecord
Like KafkaProducerRecord.addHeader(KafkaHeader) but with a key/value pair
addHeader(String, Buffer) - Method in interface io.vertx.kafka.client.producer.KafkaProducerRecord
Like KafkaProducerRecord.addHeader(KafkaHeader) but with a key/value pair
addHeader(KafkaHeader) - Method in interface io.vertx.kafka.client.producer.KafkaProducerRecord
Add an header to this record.
addHeader(String, String) - Method in class io.vertx.reactivex.ext.mail.MailAttachment
Add an header to this attachment.
addHeader(String, String) - Method in class io.vertx.reactivex.ext.web.client.WebClientSession
Configure the client to add an HTTP header to every request.
addHeader(String, String) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord
addHeader(String, Buffer) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord
addHeader(KafkaHeader) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord
Add an header to this record.
addHeader(String, String) - Method in class io.vertx.rxjava.ext.mail.MailAttachment
Add an header to this attachment.
addHeader(String, String) - Method in class io.vertx.rxjava.ext.web.client.WebClientSession
Configure the client to add an HTTP header to every request.
addHeader(String, String) - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducerRecord
addHeader(String, Buffer) - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducerRecord
addHeader(KafkaHeader) - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducerRecord
Add an header to this record.
addHeader(String, String) - Method in class io.vertx.rxjava3.ext.mail.MailAttachment
Add an header to this attachment.
addHeader(String, String) - Method in class io.vertx.rxjava3.ext.web.client.WebClientSession
Configure the client to add an HTTP header to every request.
addHeader(String, String) - Method in class io.vertx.rxjava3.kafka.client.producer.KafkaProducerRecord
addHeader(String, Buffer) - Method in class io.vertx.rxjava3.kafka.client.producer.KafkaProducerRecord
addHeader(KafkaHeader) - Method in class io.vertx.rxjava3.kafka.client.producer.KafkaProducerRecord
Add an header to this record.
addHeaderParam(String, ParameterType, boolean) - Method in interface io.vertx.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
Add a header parameter with included parameter types
addHeaderParam(String, ParameterType, boolean) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
addHeaderParam(String, ParameterType, boolean) - Method in class io.vertx.rxjava.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
addHeaderParam(String, ParameterType, boolean) - Method in class io.vertx.rxjava3.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
addHeaderParamWithCustomTypeValidator(String, ParameterTypeValidator, boolean, boolean) - Method in interface io.vertx.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
Add a header parameter with a custom type validator.
addHeaderParamWithCustomTypeValidator(String, ParameterTypeValidator, boolean, boolean) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
addHeaderParamWithCustomTypeValidator(String, ParameterTypeValidator, boolean, boolean) - Method in class io.vertx.rxjava.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
addHeaderParamWithCustomTypeValidator(String, ParameterTypeValidator, boolean, boolean) - Method in class io.vertx.rxjava3.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
addHeaderParamWithPattern(String, String, boolean) - Method in interface io.vertx.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
Add a header parameter with a custom pattern
addHeaderParamWithPattern(String, String, boolean) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
addHeaderParamWithPattern(String, String, boolean) - Method in class io.vertx.rxjava.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
addHeaderParamWithPattern(String, String, boolean) - Method in class io.vertx.rxjava3.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
addHeaders(List<KafkaHeader>) - Method in interface io.vertx.kafka.client.producer.KafkaProducerRecord
Add a list of headers to this record.
addHeaders(List<KafkaHeader>) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord
Add a list of headers to this record.
addHeaders(List<KafkaHeader>) - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducerRecord
Add a list of headers to this record.
addHeaders(List<KafkaHeader>) - Method in class io.vertx.rxjava3.kafka.client.producer.KafkaProducerRecord
Add a list of headers to this record.
addHeadersEndHandler(Handler<Void>) - Method in interface io.vertx.ext.web.RoutingContext
Add a handler that will be called just before headers are written to the response.
addHeadersEndHandler(Handler<Void>) - Method in class io.vertx.reactivex.ext.web.RoutingContext
Add a handler that will be called just before headers are written to the response.
addHeadersEndHandler(Handler<Void>) - Method in class io.vertx.rxjava.ext.web.RoutingContext
Add a handler that will be called just before headers are written to the response.
addHeadersEndHandler(Handler<Void>) - Method in class io.vertx.rxjava3.ext.web.RoutingContext
Add a handler that will be called just before headers are written to the response.
addInboundInterceptor(Handler<DeliveryContext<T>>) - Method in interface io.vertx.core.eventbus.EventBus
Add an interceptor that will be called whenever a message is received by Vert.x
addInboundInterceptor(Handler<DeliveryContext<T>>) - Method in class io.vertx.reactivex.core.eventbus.EventBus
Add an interceptor that will be called whenever a message is received by Vert.x
addInboundInterceptor(Handler<DeliveryContext<T>>) - Method in class io.vertx.rxjava.core.eventbus.EventBus
Add an interceptor that will be called whenever a message is received by Vert.x
addInboundInterceptor(Handler<DeliveryContext<T>>) - Method in class io.vertx.rxjava3.core.eventbus.EventBus
Add an interceptor that will be called whenever a message is received by Vert.x
addInboundMapping(InboundMapping) - Method in class io.vertx.camel.CamelBridgeOptions
Adds an inbound mapping (Camel to Vert.x).
addInboundPermitted(PermittedOptions) - Method in class io.vertx.ext.bridge.BridgeOptions
Adds an inbound permitted option to the current BridgeOptions.
addInboundPermitted(PermittedOptions) - Method in class io.vertx.ext.stomp.BridgeOptions
 
addInboundPermitted(PermittedOptions) - Method in class io.vertx.ext.web.handler.sockjs.SockJSBridgeOptions
 
addInteger(Integer) - Method in class io.vertx.reactivex.sqlclient.Tuple
Add an integer value at the end of the tuple.
addInteger(Integer) - Method in class io.vertx.rxjava.sqlclient.Tuple
Add an integer value at the end of the tuple.
addInteger(Integer) - Method in class io.vertx.rxjava3.sqlclient.Tuple
Add an integer value at the end of the tuple.
addInteger(Integer) - Method in interface io.vertx.sqlclient.Tuple
Add an integer value at the end of the tuple.
addInterceptor(Function<Message<JsonObject>, Future<Message<JsonObject>>>) - Method in class io.vertx.serviceproxy.ServiceBinder
 
additionalImports() - Method in class io.vertx.ext.web.api.service.generator.WebApiProxyHandlerGen
 
additionalImports(ProxyModel) - Method in class io.vertx.serviceproxy.generator.GeneratorUtils
 
additionalImports() - Method in class io.vertx.serviceproxy.generator.ServiceProxyHandlerGen
 
additionalItems(SchemaBuilder) - Method in class io.vertx.json.schema.common.dsl.TupleSchemaBuilder
 
additionalProperties(SchemaBuilder) - Method in class io.vertx.json.schema.common.dsl.ObjectSchemaBuilder
 
addJson(URI, JsonObject) - Method in class io.vertx.json.schema.common.SchemaRouterImpl
 
addJson(URI, JsonObject) - Method in interface io.vertx.json.schema.SchemaRouter
Add one or more json documents including schemas on top or inner levels.
addJson(String, JsonObject) - Method in interface io.vertx.json.schema.SchemaRouter
Add one or more json documents including schemas on top or inner levels.
addJson(String, JsonObject) - Method in class io.vertx.reactivex.json.schema.SchemaRouter
Add one or more json documents including schemas on top or inner levels.
addJson(URI, JsonObject) - Method in class io.vertx.reactivex.json.schema.SchemaRouter
Add one or more json documents including schemas on top or inner levels.
addJson(String, JsonObject) - Method in class io.vertx.rxjava.json.schema.SchemaRouter
Add one or more json documents including schemas on top or inner levels.
addJson(URI, JsonObject) - Method in class io.vertx.rxjava.json.schema.SchemaRouter
Add one or more json documents including schemas on top or inner levels.
addJson(String, JsonObject) - Method in class io.vertx.rxjava3.json.schema.SchemaRouter
Add one or more json documents including schemas on top or inner levels.
addJson(URI, JsonObject) - Method in class io.vertx.rxjava3.json.schema.SchemaRouter
Add one or more json documents including schemas on top or inner levels.
addJsonArray(JsonArray) - Method in class io.vertx.reactivex.sqlclient.Tuple
Add a value at the end of the tuple.
addJsonArray(JsonArray) - Method in class io.vertx.rxjava.sqlclient.Tuple
Add a value at the end of the tuple.
addJsonArray(JsonArray) - Method in class io.vertx.rxjava3.sqlclient.Tuple
Add a value at the end of the tuple.
addJsonArray(JsonArray) - Method in interface io.vertx.sqlclient.Tuple
Add a JsonArray value at the end of the tuple.
addJsonBodySchema(String) - Method in interface io.vertx.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
Add a json schema for body with Content-Type "application/json"
addJsonBodySchema(String) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
addJsonBodySchema(String) - Method in class io.vertx.rxjava.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
addJsonBodySchema(String) - Method in class io.vertx.rxjava3.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
addJsonObject(JsonObject) - Method in class io.vertx.reactivex.sqlclient.Tuple
Add a value at the end of the tuple.
addJsonObject(JsonObject) - Method in class io.vertx.rxjava.sqlclient.Tuple
Add a value at the end of the tuple.
addJsonObject(JsonObject) - Method in class io.vertx.rxjava3.sqlclient.Tuple
Add a value at the end of the tuple.
addJsonObject(JsonObject) - Method in interface io.vertx.sqlclient.Tuple
Add a JsonObject value at the end of the tuple.
addJwk(JsonObject) - Method in class io.vertx.ext.auth.jwt.JWTAuthOptions
 
addKeyPath(String) - Method in class io.vertx.core.net.PemKeyCertOptions
Add a path to a key file
addKeyValue(Buffer) - Method in class io.vertx.core.net.PemKeyCertOptions
Add a key as a buffer
addLabelMatch(Match) - Method in class io.vertx.micrometer.MicrometerMetricsOptions
Add a rule for label matching.
addLabels(Label...) - Method in class io.vertx.micrometer.MicrometerMetricsOptions
Add a labels to enable.
addLocalDate(LocalDate) - Method in class io.vertx.reactivex.sqlclient.Tuple
Add a LocalDate value at the end of the tuple.
addLocalDate(LocalDate) - Method in class io.vertx.rxjava.sqlclient.Tuple
Add a LocalDate value at the end of the tuple.
addLocalDate(LocalDate) - Method in class io.vertx.rxjava3.sqlclient.Tuple
Add a LocalDate value at the end of the tuple.
addLocalDate(LocalDate) - Method in interface io.vertx.sqlclient.Tuple
Add a LocalDate value at the end of the tuple.
addLocalDateTime(LocalDateTime) - Method in class io.vertx.reactivex.sqlclient.Tuple
Add a LocalDateTime value at the end of the tuple.
addLocalDateTime(LocalDateTime) - Method in class io.vertx.rxjava.sqlclient.Tuple
Add a LocalDateTime value at the end of the tuple.
addLocalDateTime(LocalDateTime) - Method in class io.vertx.rxjava3.sqlclient.Tuple
Add a LocalDateTime value at the end of the tuple.
addLocalDateTime(LocalDateTime) - Method in interface io.vertx.sqlclient.Tuple
Add a LocalDateTime value at the end of the tuple.
addLocalTime(LocalTime) - Method in class io.vertx.reactivex.sqlclient.Tuple
Add a LocalTime value at the end of the tuple.
addLocalTime(LocalTime) - Method in class io.vertx.rxjava.sqlclient.Tuple
Add a LocalTime value at the end of the tuple.
addLocalTime(LocalTime) - Method in class io.vertx.rxjava3.sqlclient.Tuple
Add a LocalTime value at the end of the tuple.
addLocalTime(LocalTime) - Method in interface io.vertx.sqlclient.Tuple
Add a LocalTime value at the end of the tuple.
addLong(Long) - Method in class io.vertx.reactivex.sqlclient.Tuple
Add a long value at the end of the tuple.
addLong(Long) - Method in class io.vertx.rxjava.sqlclient.Tuple
Add a long value at the end of the tuple.
addLong(Long) - Method in class io.vertx.rxjava3.sqlclient.Tuple
Add a long value at the end of the tuple.
addLong(Long) - Method in interface io.vertx.sqlclient.Tuple
Add a long value at the end of the tuple.
addMonitoredEventBusHandler(Match) - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
Add a monitored event bus handler.
addMonitoredHttpClientEndpoint(Match) - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
Add an monitored http client endpoint.
addMonitoredHttpClientUri(Match) - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
Add an monitored http client uri.
addMonitoredHttpServerRoute(Match) - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
Add an monitored http server route.
addMonitoredHttpServerUri(Match) - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
Add an monitored http server uri.
addMultipartRequiredFile(String, String) - Method in interface io.vertx.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
Add an expected filename inside multipart request.
addMultipartRequiredFile(String, String) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
addMultipartRequiredFile(String, String) - Method in class io.vertx.rxjava.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
addMultipartRequiredFile(String, String) - Method in class io.vertx.rxjava3.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
addNode(Node) - Method in class io.vertx.kafka.admin.ClusterDescription
Add a node belonging to this cluster to the current node list.
addNonProxyHost(String) - Method in class io.vertx.core.http.HttpClientOptions
 
addNonProxyHost(String) - Method in class io.vertx.core.net.ClientOptionsBase
Add a host to the ClientOptionsBase.getNonProxyHosts() list.
addNonProxyHost(String) - Method in class io.vertx.core.net.NetClientOptions
 
addNull() - Method in class io.vertx.core.json.JsonArray
Add a null value to the JSON array.
addOffsetDateTime(OffsetDateTime) - Method in class io.vertx.reactivex.sqlclient.Tuple
Add a OffsetDateTime value at the end of the tuple.
addOffsetDateTime(OffsetDateTime) - Method in class io.vertx.rxjava.sqlclient.Tuple
Add a OffsetDateTime value at the end of the tuple.
addOffsetDateTime(OffsetDateTime) - Method in class io.vertx.rxjava3.sqlclient.Tuple
Add a OffsetDateTime value at the end of the tuple.
addOffsetDateTime(OffsetDateTime) - Method in interface io.vertx.sqlclient.Tuple
Add a OffsetDateTime value at the end of the tuple.
addOffsetTime(OffsetTime) - Method in class io.vertx.reactivex.sqlclient.Tuple
Add a OffsetTime value at the end of the tuple.
addOffsetTime(OffsetTime) - Method in class io.vertx.rxjava.sqlclient.Tuple
Add a OffsetTime value at the end of the tuple.
addOffsetTime(OffsetTime) - Method in class io.vertx.rxjava3.sqlclient.Tuple
Add a OffsetTime value at the end of the tuple.
addOffsetTime(OffsetTime) - Method in interface io.vertx.sqlclient.Tuple
Add a OffsetTime value at the end of the tuple.
addOperation(TxnOperation) - Method in class io.vertx.ext.consul.TxnRequest
Adds operation to this request
addOption(Option) - Method in interface io.vertx.core.cli.CLI
Adds an option.
addOption(Option) - Method in class io.vertx.reactivex.core.cli.CLI
Adds an option.
addOption(Option) - Method in class io.vertx.rxjava.core.cli.CLI
Adds an option.
addOption(Option) - Method in class io.vertx.rxjava3.core.cli.CLI
Adds an option.
addOptions(List<Option>) - Method in interface io.vertx.core.cli.CLI
Adds a set of options.
addOptions(List<Option>) - Method in class io.vertx.reactivex.core.cli.CLI
Adds a set of options.
addOptions(List<Option>) - Method in class io.vertx.rxjava.core.cli.CLI
Adds a set of options.
addOptions(List<Option>) - Method in class io.vertx.rxjava3.core.cli.CLI
Adds a set of options.
addOrigin(String) - Method in interface io.vertx.ext.web.handler.CorsHandler
Add an origin to the list of allowed Origins.
addOrigin(String) - Method in class io.vertx.reactivex.ext.web.handler.CorsHandler
Add an origin to the list of allowed Origins.
addOrigin(String) - Method in class io.vertx.rxjava.ext.web.handler.CorsHandler
Add an origin to the list of allowed Origins.
addOrigin(String) - Method in class io.vertx.rxjava3.ext.web.handler.CorsHandler
Add an origin to the list of allowed Origins.
addOrigins(List<String>) - Method in interface io.vertx.ext.web.handler.CorsHandler
Set the list of allowed origins.
addOrigins(List<String>) - Method in class io.vertx.reactivex.ext.web.handler.CorsHandler
Set the list of allowed origins.
addOrigins(List<String>) - Method in class io.vertx.rxjava.ext.web.handler.CorsHandler
Set the list of allowed origins.
addOrigins(List<String>) - Method in class io.vertx.rxjava3.ext.web.handler.CorsHandler
Set the list of allowed origins.
addOutboundInterceptor(Handler<DeliveryContext<T>>) - Method in interface io.vertx.core.eventbus.EventBus
Add an interceptor that will be called whenever a message is sent from Vert.x
addOutboundInterceptor(Handler<DeliveryContext<T>>) - Method in class io.vertx.reactivex.core.eventbus.EventBus
Add an interceptor that will be called whenever a message is sent from Vert.x
addOutboundInterceptor(Handler<DeliveryContext<T>>) - Method in class io.vertx.rxjava.core.eventbus.EventBus
Add an interceptor that will be called whenever a message is sent from Vert.x
addOutboundInterceptor(Handler<DeliveryContext<T>>) - Method in class io.vertx.rxjava3.core.eventbus.EventBus
Add an interceptor that will be called whenever a message is sent from Vert.x
addOutboundMapping(OutboundMapping) - Method in class io.vertx.camel.CamelBridgeOptions
Adds an outbound mapping (Vert.x to Camel).
addOutboundPermitted(PermittedOptions) - Method in class io.vertx.ext.bridge.BridgeOptions
Adds an outbound permitted option to the current BridgeOptions.
addOutboundPermitted(PermittedOptions) - Method in class io.vertx.ext.stomp.BridgeOptions
 
addOutboundPermitted(PermittedOptions) - Method in class io.vertx.ext.web.handler.sockjs.SockJSBridgeOptions
 
addPathParam(String, ParameterType) - Method in interface io.vertx.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
Add a path parameter with included parameter types.
addPathParam(String, ParameterType) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
addPathParam(String, ParameterType) - Method in class io.vertx.rxjava.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
addPathParam(String, ParameterType) - Method in class io.vertx.rxjava3.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
addPathParamWithCustomTypeValidator(String, ParameterTypeValidator, boolean) - Method in interface io.vertx.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
Add a path parameter with a custom type validator.
addPathParamWithCustomTypeValidator(String, ParameterTypeValidator, boolean) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
addPathParamWithCustomTypeValidator(String, ParameterTypeValidator, boolean) - Method in class io.vertx.rxjava.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
addPathParamWithCustomTypeValidator(String, ParameterTypeValidator, boolean) - Method in class io.vertx.rxjava3.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
addPathParamWithPattern(String, String) - Method in interface io.vertx.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
Add a path parameter with a custom pattern.
addPathParamWithPattern(String, String) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
addPathParamWithPattern(String, String) - Method in class io.vertx.rxjava.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
addPathParamWithPattern(String, String) - Method in class io.vertx.rxjava3.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
addPermission(String) - Method in class io.vertx.ext.auth.JWTOptions
Deprecated.
See JWTAuthorization for a correct way to handle permissions. Add a permission to this token.
addPoint(Point) - Method in class io.vertx.pgclient.data.Path
 
addPoint(Point) - Method in class io.vertx.pgclient.data.Polygon
 
addProperty(String, String) - Method in class io.vertx.db2client.DB2ConnectOptions
 
addProperty(String, String) - Method in class io.vertx.mssqlclient.MSSQLConnectOptions
 
addProperty(String, String) - Method in class io.vertx.mysqlclient.MySQLAuthOptions
Add a property for this client, which will be sent to server at the re-authentication.
addProperty(String, String) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
addProperty(String, String) - Method in class io.vertx.pgclient.PgConnectOptions
 
addProperty(String, String) - Method in class io.vertx.sqlclient.SqlConnectOptions
Add a property for this client, which will be sent to server at the connection start.
addPubKeyCredParam(PublicKeyCredential) - Method in class io.vertx.ext.auth.webauthn.WebAuthnOptions
 
addPubSecKey(PubSecKeyOptions) - Method in class io.vertx.ext.auth.jwt.JWTAuthOptions
 
addPubSecKey(PubSecKeyOptions) - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
 
addQueryParam(String, ParameterType, boolean) - Method in interface io.vertx.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
Add a query parameter with included parameter types
addQueryParam(String, String) - Method in interface io.vertx.ext.web.client.HttpRequest
Add a query parameter to the request.
addQueryParam(String, ParameterType, boolean) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
addQueryParam(String, String) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Add a query parameter to the request.
addQueryParam(String, ParameterType, boolean) - Method in class io.vertx.rxjava.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
addQueryParam(String, String) - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
Add a query parameter to the request.
addQueryParam(String, ParameterType, boolean) - Method in class io.vertx.rxjava3.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
addQueryParam(String, String) - Method in class io.vertx.rxjava3.ext.web.client.HttpRequest
Add a query parameter to the request.
addQueryParamsArray(String, ParameterType, boolean) - Method in interface io.vertx.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
Add a query parameters array with included parameter types
addQueryParamsArray(String, ParameterType, boolean) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
addQueryParamsArray(String, ParameterType, boolean) - Method in class io.vertx.rxjava.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
addQueryParamsArray(String, ParameterType, boolean) - Method in class io.vertx.rxjava3.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
addQueryParamsArrayWithPattern(String, String, boolean) - Method in interface io.vertx.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
Add a query parameters array with a custom pattern
addQueryParamsArrayWithPattern(String, String, boolean) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
addQueryParamsArrayWithPattern(String, String, boolean) - Method in class io.vertx.rxjava.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
addQueryParamsArrayWithPattern(String, String, boolean) - Method in class io.vertx.rxjava3.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
addQueryParamWithCustomTypeValidator(String, ParameterTypeValidator, boolean, boolean) - Method in interface io.vertx.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
Add a query parameter with a custom type validator.
addQueryParamWithCustomTypeValidator(String, ParameterTypeValidator, boolean, boolean) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
addQueryParamWithCustomTypeValidator(String, ParameterTypeValidator, boolean, boolean) - Method in class io.vertx.rxjava.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
addQueryParamWithCustomTypeValidator(String, ParameterTypeValidator, boolean, boolean) - Method in class io.vertx.rxjava3.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
addQueryParamWithPattern(String, String, boolean) - Method in interface io.vertx.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
Add a query parameter with a custom pattern
addQueryParamWithPattern(String, String, boolean) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
addQueryParamWithPattern(String, String, boolean) - Method in class io.vertx.rxjava.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
addQueryParamWithPattern(String, String, boolean) - Method in class io.vertx.rxjava3.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
addRegistration(String, RegistrationInfo, Promise<Void>) - Method in interface io.vertx.core.spi.cluster.ClusterManager
Share a new messaging handler registration with other nodes in the cluster.
addRegistration(String, RegistrationInfo, Promise<Void>) - Method in class io.vertx.ext.cluster.infinispan.InfinispanClusterManager
 
addRegistration(String, RegistrationInfo, Promise<Void>) - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
 
addRegistration(String, RegistrationInfo, Promise<Void>) - Method in class io.vertx.spi.cluster.ignite.IgniteClusterManager
 
addRegistration(String, RegistrationInfo, Promise<Void>) - Method in class io.vertx.spi.cluster.zookeeper.ZookeeperClusterManager
 
addReporter(ReportOptions) - Method in class io.vertx.ext.unit.report.ReportingOptions
Add a reporter to the current list.
addReporter(ReportOptions) - Method in class io.vertx.ext.unit.TestOptions
 
address() - Method in interface io.vertx.amqp.AmqpMessage
 
address(String) - Method in interface io.vertx.amqp.AmqpMessageBuilder
 
address() - Method in interface io.vertx.amqp.AmqpReceiver
The listened address.
address() - Method in interface io.vertx.amqp.AmqpSender
 
address() - Method in interface io.vertx.core.eventbus.Message
The address the message was sent to
address() - Method in interface io.vertx.core.eventbus.MessageConsumer
 
address() - Method in interface io.vertx.core.eventbus.MessageProducer
 
address() - Method in class io.vertx.core.spi.cluster.RegistrationUpdateEvent
 
address - Variable in class io.vertx.ext.shell.command.base.BusPublish
 
address() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
address(String) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
address() - Method in class io.vertx.reactivex.amqp.AmqpReceiver
The listened address.
address() - Method in class io.vertx.reactivex.amqp.AmqpSender
 
address() - Method in class io.vertx.reactivex.core.eventbus.Message
The address the message was sent to
address() - Method in class io.vertx.reactivex.core.eventbus.MessageConsumer
 
address() - Method in class io.vertx.reactivex.core.eventbus.MessageProducer
 
address() - Method in class io.vertx.rxjava.amqp.AmqpMessage
 
address(String) - Method in class io.vertx.rxjava.amqp.AmqpMessageBuilder
 
address() - Method in class io.vertx.rxjava.amqp.AmqpReceiver
The listened address.
address() - Method in class io.vertx.rxjava.amqp.AmqpSender
 
address() - Method in class io.vertx.rxjava.core.eventbus.Message
The address the message was sent to
address() - Method in class io.vertx.rxjava.core.eventbus.MessageConsumer
 
address() - Method in class io.vertx.rxjava.core.eventbus.MessageProducer
 
address() - Method in class io.vertx.rxjava3.amqp.AmqpMessage
 
address(String) - Method in class io.vertx.rxjava3.amqp.AmqpMessageBuilder
 
address() - Method in class io.vertx.rxjava3.amqp.AmqpReceiver
The listened address.
address() - Method in class io.vertx.rxjava3.amqp.AmqpSender
 
address() - Method in class io.vertx.rxjava3.core.eventbus.Message
The address the message was sent to
address() - Method in class io.vertx.rxjava3.core.eventbus.MessageConsumer
 
address() - Method in class io.vertx.rxjava3.core.eventbus.MessageProducer
 
AddressHelper - Class in io.vertx.core.eventbus
Utility for clustered eventbus address.
AddressResolverOptions - Class in io.vertx.core.dns
Configuration options for Vert.x hostname resolver.
AddressResolverOptions() - Constructor for class io.vertx.core.dns.AddressResolverOptions
 
AddressResolverOptions(AddressResolverOptions) - Constructor for class io.vertx.core.dns.AddressResolverOptions
 
AddressResolverOptions(JsonObject) - Constructor for class io.vertx.core.dns.AddressResolverOptions
 
AddressResolverOptionsConverter - Class in io.vertx.core.dns
Converter and mapper for AddressResolverOptions.
AddressResolverOptionsConverter() - Constructor for class io.vertx.core.dns.AddressResolverOptionsConverter
 
addResult(TxnResult) - Method in class io.vertx.ext.consul.TxnResponse
Adds result to this response
addRootCrl(String) - Method in class io.vertx.ext.auth.webauthn.WebAuthnOptions
Load a CRL, for example MDS3 certificate should use http://crl.globalsign.net/Root.crl
addSchema(Schema, JsonPointer...) - Method in class io.vertx.json.schema.common.SchemaRouterImpl
 
addSchema(Schema, JsonPointer...) - Method in interface io.vertx.json.schema.SchemaRouter
Add a parsed schema to this router.
addSchema(Schema, JsonPointer[]) - Method in class io.vertx.reactivex.json.schema.SchemaRouter
Add a parsed schema to this router.
addSchema(Schema, JsonPointer[]) - Method in class io.vertx.rxjava.json.schema.SchemaRouter
Add a parsed schema to this router.
addSchema(Schema, JsonPointer[]) - Method in class io.vertx.rxjava3.json.schema.SchemaRouter
Add a parsed schema to this router.
addSchemaAlias(Schema, String) - Method in class io.vertx.json.schema.common.SchemaRouterImpl
 
addSchemaAlias(Schema, String) - Method in interface io.vertx.json.schema.SchemaRouter
Add an alias to a schema already registered in this router (this alias can be solved only from schema scope).
addSchemaAlias(Schema, String) - Method in class io.vertx.reactivex.json.schema.SchemaRouter
Add an alias to a schema already registered in this router (this alias can be solved only from schema scope).
addSchemaAlias(Schema, String) - Method in class io.vertx.rxjava.json.schema.SchemaRouter
Add an alias to a schema already registered in this router (this alias can be solved only from schema scope).
addSchemaAlias(Schema, String) - Method in class io.vertx.rxjava3.json.schema.SchemaRouter
Add an alias to a schema already registered in this router (this alias can be solved only from schema scope).
addSchemaWithScope(Schema, JsonPointer) - Method in class io.vertx.json.schema.common.SchemaRouterImpl
 
addSchemaWithScope(Schema, JsonPointer) - Method in interface io.vertx.json.schema.SchemaRouter
Add a parsed schema to this router.
addSchemaWithScope(Schema, JsonPointer) - Method in class io.vertx.reactivex.json.schema.SchemaRouter
Add a parsed schema to this router.
addSchemaWithScope(Schema, JsonPointer) - Method in class io.vertx.rxjava.json.schema.SchemaRouter
Add a parsed schema to this router.
addSchemaWithScope(Schema, JsonPointer) - Method in class io.vertx.rxjava3.json.schema.SchemaRouter
Add a parsed schema to this router.
addScope(String) - Method in class io.vertx.ext.auth.authentication.TokenCredentials
 
addScope(String) - Method in class io.vertx.ext.auth.oauth2.Oauth2Credentials
 
addSearchDomain(String) - Method in class io.vertx.core.dns.AddressResolverOptions
Add a DNS search domain.
addSecurityHandler(String, Handler<RoutingContext>) - Method in interface io.vertx.ext.web.api.contract.RouterFactory
Deprecated.
Mount to paths that have to follow a security schema a security handler
addSecurityHandler(String, Handler<RoutingContext>) - Method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Deprecated.
addSecurityHandler(String, Handler<RoutingContext>) - Method in interface io.vertx.reactivex.ext.web.api.contract.RouterFactory
Deprecated.
addSecurityHandler(String, Handler<RoutingContext>) - Method in class io.vertx.rxjava.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Deprecated.
addSecurityHandler(String, Handler<RoutingContext>) - Method in interface io.vertx.rxjava.ext.web.api.contract.RouterFactory
Deprecated.
addSecurityHandler(String, Handler<RoutingContext>) - Method in class io.vertx.rxjava3.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Deprecated.
addSecurityHandler(String, Handler<RoutingContext>) - Method in interface io.vertx.rxjava3.ext.web.api.contract.RouterFactory
Deprecated.
addSecuritySchemaScopeValidator(String, String, Handler<RoutingContext>) - Method in interface io.vertx.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Deprecated.
Add a particular scope validator.
addSecuritySchemaScopeValidator(String, String, Handler<RoutingContext>) - Method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Deprecated.
addSecuritySchemaScopeValidator(String, String, Handler<RoutingContext>) - Method in class io.vertx.rxjava.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Deprecated.
addSecuritySchemaScopeValidator(String, String, Handler<RoutingContext>) - Method in class io.vertx.rxjava3.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Deprecated.
addServer(String) - Method in class io.vertx.core.dns.AddressResolverOptions
Add a DNS server address.
addService(ServerServiceDefinition) - Method in class io.vertx.grpc.VertxServerBuilder
 
addService(BindableService) - Method in class io.vertx.grpc.VertxServerBuilder
 
addShort(Short) - Method in class io.vertx.reactivex.sqlclient.Tuple
Add a short value at the end of the tuple.
addShort(Short) - Method in class io.vertx.rxjava.sqlclient.Tuple
Add a short value at the end of the tuple.
addShort(Short) - Method in class io.vertx.rxjava3.sqlclient.Tuple
Add a short value at the end of the tuple.
addShort(Short) - Method in interface io.vertx.sqlclient.Tuple
Add a short value at the end of the tuple.
addSignedHeader(String) - Method in class io.vertx.ext.mail.DKIMSignOptions
Adds the signed header
addStatement(JsonObject) - Method in interface io.vertx.ext.auth.webauthn.MetaDataService
Manually feed a Meta Data Statement to the service.
addStatement(JsonObject) - Method in class io.vertx.reactivex.ext.auth.webauthn.MetaDataService
Manually feed a Meta Data Statement to the service.
addStatement(JsonObject) - Method in class io.vertx.rxjava.ext.auth.webauthn.MetaDataService
Manually feed a Meta Data Statement to the service.
addStatement(JsonObject) - Method in class io.vertx.rxjava3.ext.auth.webauthn.MetaDataService
Manually feed a Meta Data Statement to the service.
addStore(ConfigStoreOptions) - Method in class io.vertx.config.ConfigRetrieverOptions
Adds a store to the list of stores.
addStreamTracerFactory(ServerStreamTracer.Factory) - Method in class io.vertx.grpc.VertxServerBuilder
 
addString(String) - Method in class io.vertx.reactivex.sqlclient.Tuple
Add a string value at the end of the tuple.
addString(String) - Method in class io.vertx.rxjava.sqlclient.Tuple
Add a string value at the end of the tuple.
addString(String) - Method in class io.vertx.rxjava3.sqlclient.Tuple
Add a string value at the end of the tuple.
addString(String) - Method in interface io.vertx.sqlclient.Tuple
Add a string value at the end of the tuple.
addStringFormatValidator(String, Predicate<String>) - Method in class io.vertx.json.schema.common.BaseFormatValidatorFactory
 
addSubProtocol(String) - Method in class io.vertx.core.http.WebSocketConnectOptions
Add a WebSocket sub protocol to use.
addTemporal(Temporal) - Method in class io.vertx.reactivex.sqlclient.Tuple
Add a Temporal value at the end of the tuple.
addTemporal(Temporal) - Method in class io.vertx.rxjava.sqlclient.Tuple
Add a Temporal value at the end of the tuple.
addTemporal(Temporal) - Method in class io.vertx.rxjava3.sqlclient.Tuple
Add a Temporal value at the end of the tuple.
addTemporal(Temporal) - Method in interface io.vertx.sqlclient.Tuple
Add a Temporal value at the end of the tuple.
addTenantHandler(String, Handler<RoutingContext>) - Method in interface io.vertx.ext.web.handler.MultiTenantHandler
Add a handler for a given tenant to this handler.
addTenantHandler(String, Handler<RoutingContext>) - Method in class io.vertx.reactivex.ext.web.handler.MultiTenantHandler
Add a handler for a given tenant to this handler.
addTenantHandler(String, Handler<RoutingContext>) - Method in class io.vertx.rxjava.ext.web.handler.MultiTenantHandler
Add a handler for a given tenant to this handler.
addTenantHandler(String, Handler<RoutingContext>) - Method in class io.vertx.rxjava3.ext.web.handler.MultiTenantHandler
Add a handler for a given tenant to this handler.
addTransport(AuthenticatorTransport) - Method in class io.vertx.ext.auth.webauthn.WebAuthnOptions
 
addTransportFilter(ServerTransportFilter) - Method in class io.vertx.grpc.VertxServerBuilder
 
addUUID(UUID) - Method in class io.vertx.reactivex.sqlclient.Tuple
Add a UUID value at the end of the tuple.
addUUID(UUID) - Method in class io.vertx.rxjava.sqlclient.Tuple
Add a UUID value at the end of the tuple.
addUUID(UUID) - Method in class io.vertx.rxjava3.sqlclient.Tuple
Add a UUID value at the end of the tuple.
addUUID(UUID) - Method in interface io.vertx.sqlclient.Tuple
Add a UUID value at the end of the tuple.
addValue(Object) - Method in class io.vertx.reactivex.sqlclient.Tuple
Add an object value at the end of the tuple.
addValue(Object) - Method in class io.vertx.rxjava.sqlclient.Tuple
Add an object value at the end of the tuple.
addValue(Object) - Method in class io.vertx.rxjava3.sqlclient.Tuple
Add an object value at the end of the tuple.
addValue(Object) - Method in interface io.vertx.sqlclient.Tuple
Add an object value at the end of the tuple.
addWebSocketSubProtocol(String) - Method in class io.vertx.core.http.HttpServerOptions
Add a WebSocket sub-protocol to the list supported by the server.
addXMLBodySchema(String) - Method in interface io.vertx.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
Add a xml schema for body with Content-Type "application/xml"
addXMLBodySchema(String) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
addXMLBodySchema(String) - Method in class io.vertx.rxjava.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
addXMLBodySchema(String) - Method in class io.vertx.rxjava3.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
adjustLocation(String) - Method in class io.vertx.ext.web.common.template.CachingTemplateEngine
 
after(Handler<TestContext>) - Method in interface io.vertx.ext.unit.TestSuite
Set a callback executed after the tests.
after(Handler<TestContext>) - Method in class io.vertx.reactivex.ext.unit.TestSuite
Set a callback executed after the tests.
after(Handler<TestContext>) - Method in class io.vertx.rxjava.ext.unit.TestSuite
Set a callback executed after the tests.
after(Handler<TestContext>) - Method in class io.vertx.rxjava3.ext.unit.TestSuite
Set a callback executed after the tests.
afterAll(ExtensionContext) - Method in class io.vertx.junit5.VertxExtension
 
afterConfigParsed(JsonObject) - Method in class io.vertx.core.Launcher
Hook for sub-classes of Launcher after the config has been parsed.
afterEach(Handler<TestContext>) - Method in interface io.vertx.ext.unit.TestSuite
Set a callback executed after each test and before the suite after callback.
afterEach(ExtensionContext) - Method in class io.vertx.junit5.VertxExtension
 
afterEach(Handler<TestContext>) - Method in class io.vertx.reactivex.ext.unit.TestSuite
Set a callback executed after each test and before the suite after callback.
afterEach(Handler<TestContext>) - Method in class io.vertx.rxjava.ext.unit.TestSuite
Set a callback executed after each test and before the suite after callback.
afterEach(Handler<TestContext>) - Method in class io.vertx.rxjava3.ext.unit.TestSuite
Set a callback executed after each test and before the suite after callback.
afterStartingVertx(Vertx) - Method in class io.vertx.core.Launcher
Hook for sub-classes of Launcher after the vertx instance is started.
afterStoppingVertx() - Method in class io.vertx.core.Launcher
 
afterTestExecution(ExtensionContext) - Method in class io.vertx.junit5.VertxExtension
 
AGE - Static variable in interface io.vertx.core.http.HttpHeaders
Age header name
AGE - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Age header name
AGE - Static variable in class io.vertx.rxjava.core.http.HttpHeaders
Age header name
AGE - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
Age header name
agentInfo(Handler<AsyncResult<JsonObject>>) - Method in interface io.vertx.ext.consul.ConsulClient
Returns the configuration and member information of the local agent
agentInfo() - Method in interface io.vertx.ext.consul.ConsulClient
Like ConsulClient.agentInfo(Handler) but returns a Future of the asynchronous result.
agentInfo(Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the configuration and member information of the local agent
agentInfo() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the configuration and member information of the local agent
agentInfo(Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the configuration and member information of the local agent
agentInfo() - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the configuration and member information of the local agent
agentInfo() - Method in class io.vertx.rxjava3.ext.consul.ConsulClient
Returns the configuration and member information of the local agent
aggregate(String, JsonArray) - Method in interface io.vertx.ext.mongo.MongoClient
Run aggregate MongoDB command with default AggregateOptions.
aggregate(String, JsonArray) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Run aggregate MongoDB command with default AggregateOptions.
aggregate(String, JsonArray) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Run aggregate MongoDB command with default AggregateOptions.
aggregate(String, JsonArray) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
Run aggregate MongoDB command with default AggregateOptions.
aggregatedStatus() - Method in class io.vertx.ext.consul.ServiceEntry
AggregatedStatus returns the "best" status for the list of health checks.
AggregateOptions - Class in io.vertx.ext.mongo
Options used to configure aggregate operations.
AggregateOptions() - Constructor for class io.vertx.ext.mongo.AggregateOptions
Default constructor
AggregateOptions(AggregateOptions) - Constructor for class io.vertx.ext.mongo.AggregateOptions
Copy constructor
AggregateOptions(JsonObject) - Constructor for class io.vertx.ext.mongo.AggregateOptions
Constructor from JSON
AggregateOptionsConverter - Class in io.vertx.ext.mongo
Converter and mapper for AggregateOptions.
AggregateOptionsConverter() - Constructor for class io.vertx.ext.mongo.AggregateOptionsConverter
 
aggregateWithOptions(String, JsonArray, AggregateOptions) - Method in interface io.vertx.ext.mongo.MongoClient
Run aggregate MongoDB command.
aggregateWithOptions(String, JsonArray, AggregateOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Run aggregate MongoDB command.
aggregateWithOptions(String, JsonArray, AggregateOptions) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Run aggregate MongoDB command.
aggregateWithOptions(String, JsonArray, AggregateOptions) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
Run aggregate MongoDB command.
algoName() - Method in enum io.vertx.ext.mail.CanonicalizationAlgorithm
Gets the canonicalization algorithm representation.
alias(String) - Method in class io.vertx.json.schema.common.dsl.SchemaBuilder
 
all() - Method in interface io.vertx.cassandra.ResultSet
Like ResultSet.all(Handler) but returns a Future of the asynchronous result.
all(Handler<AsyncResult<List<Row>>>) - Method in interface io.vertx.cassandra.ResultSet
The method should not be used concurrently with others like ResultSet.fetchNextPage() or #one(Handler).
all(Future<T1>, Future<T2>) - Static method in interface io.vertx.core.CompositeFuture
Return a composite future, succeeded when all futures are succeeded, failed when any future is failed.
all(Future<T1>, Future<T2>, Future<T3>) - Static method in interface io.vertx.core.CompositeFuture
Like CompositeFuture.all(Future, Future) but with 3 futures.
all(Future<T1>, Future<T2>, Future<T3>, Future<T4>) - Static method in interface io.vertx.core.CompositeFuture
Like CompositeFuture.all(Future, Future) but with 4 futures.
all(Future<T1>, Future<T2>, Future<T3>, Future<T4>, Future<T5>) - Static method in interface io.vertx.core.CompositeFuture
Like CompositeFuture.all(Future, Future) but with 5 futures.
all(Future<T1>, Future<T2>, Future<T3>, Future<T4>, Future<T5>, Future<T6>) - Static method in interface io.vertx.core.CompositeFuture
Like CompositeFuture.all(Future, Future) but with 6 futures.
all(List<Future>) - Static method in interface io.vertx.core.CompositeFuture
Like CompositeFuture.all(Future, Future) but with a list of futures.
all() - Static method in interface io.vertx.ext.auth.ChainAuth
Create a Chainable Auth Provider auth provider that will resolve if all auth providers are successful.
all() - Static method in interface io.vertx.ext.web.handler.ChainAuthHandler
Create a chain authentication handler that will assert that all handlers pass the verification.
all(Handler<AsyncResult<List<Row>>>) - Method in class io.vertx.reactivex.cassandra.ResultSet
all() - Method in class io.vertx.reactivex.cassandra.ResultSet
all() - Static method in class io.vertx.reactivex.ext.auth.ChainAuth
Create a Chainable Auth Provider auth provider that will resolve if all auth providers are successful.
all() - Static method in class io.vertx.reactivex.ext.web.handler.ChainAuthHandler
Create a chain authentication handler that will assert that all handlers pass the verification.
all(Handler<AsyncResult<List<Row>>>) - Method in class io.vertx.rxjava.cassandra.ResultSet
all() - Method in class io.vertx.rxjava.cassandra.ResultSet
all() - Static method in class io.vertx.rxjava.ext.auth.ChainAuth
Create a Chainable Auth Provider auth provider that will resolve if all auth providers are successful.
all() - Static method in class io.vertx.rxjava.ext.web.handler.ChainAuthHandler
Create a chain authentication handler that will assert that all handlers pass the verification.
all() - Method in class io.vertx.rxjava3.cassandra.ResultSet
The method should not be used concurrently with others like ResultSet.fetchNextPage() or .
all() - Static method in class io.vertx.rxjava3.ext.auth.ChainAuth
Create a Chainable Auth Provider auth provider that will resolve if all auth providers are successful.
all() - Static method in class io.vertx.rxjava3.ext.web.handler.ChainAuthHandler
Create a chain authentication handler that will assert that all handlers pass the verification.
allArguments() - Method in interface io.vertx.core.cli.CommandLine
 
allArguments() - Method in class io.vertx.reactivex.core.cli.CommandLine
 
allArguments() - Method in class io.vertx.rxjava.core.cli.CommandLine
 
allArguments() - Method in class io.vertx.rxjava3.core.cli.CommandLine
 
allOf(SchemaBuilder...) - Static method in class io.vertx.json.schema.common.dsl.Schemas
 
AllOfValidatorFactory - Class in io.vertx.json.schema.common
 
AllOfValidatorFactory() - Constructor for class io.vertx.json.schema.common.AllOfValidatorFactory
 
ALLOW - Static variable in interface io.vertx.core.http.HttpHeaders
Allow header name
ALLOW - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Allow header name
ALLOW - Static variable in class io.vertx.rxjava.core.http.HttpHeaders
Allow header name
ALLOW - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
Allow header name
allowAdditionalProperties(boolean) - Method in class io.vertx.json.schema.common.dsl.ObjectSchemaBuilder
 
allowCredentials(boolean) - Method in interface io.vertx.ext.web.handler.CorsHandler
Set whether credentials are allowed.
allowCredentials(boolean) - Method in class io.vertx.reactivex.ext.web.handler.CorsHandler
Set whether credentials are allowed.
allowCredentials(boolean) - Method in class io.vertx.rxjava.ext.web.handler.CorsHandler
Set whether credentials are allowed.
allowCredentials(boolean) - Method in class io.vertx.rxjava3.ext.web.handler.CorsHandler
Set whether credentials are allowed.
allowedHeader(String) - Method in interface io.vertx.ext.web.handler.CorsHandler
Add an allowed header
allowedHeader(String) - Method in class io.vertx.reactivex.ext.web.handler.CorsHandler
Add an allowed header
allowedHeader(String) - Method in class io.vertx.rxjava.ext.web.handler.CorsHandler
Add an allowed header
allowedHeader(String) - Method in class io.vertx.rxjava3.ext.web.handler.CorsHandler
Add an allowed header
allowedHeaders(Set<String>) - Method in interface io.vertx.ext.web.handler.CorsHandler
Add a set of allowed headers
allowedHeaders(Set<String>) - Method in class io.vertx.reactivex.ext.web.handler.CorsHandler
Add a set of allowed headers
allowedHeaders(Set<String>) - Method in class io.vertx.rxjava.ext.web.handler.CorsHandler
Add a set of allowed headers
allowedHeaders(Set<String>) - Method in class io.vertx.rxjava3.ext.web.handler.CorsHandler
Add a set of allowed headers
allowedMethod(HttpMethod) - Method in interface io.vertx.ext.web.handler.CorsHandler
Add an allowed method
allowedMethod(HttpMethod) - Method in class io.vertx.reactivex.ext.web.handler.CorsHandler
Add an allowed method
allowedMethod(HttpMethod) - Method in class io.vertx.rxjava.ext.web.handler.CorsHandler
Add an allowed method
allowedMethod(HttpMethod) - Method in class io.vertx.rxjava3.ext.web.handler.CorsHandler
Add an allowed method
allowedMethods(Set<HttpMethod>) - Method in interface io.vertx.ext.web.handler.CorsHandler
Add a set of allowed methods
allowedMethods(Set<HttpMethod>) - Method in class io.vertx.reactivex.ext.web.handler.CorsHandler
Add a set of allowed methods
allowedMethods(Set<HttpMethod>) - Method in class io.vertx.rxjava.ext.web.handler.CorsHandler
Add a set of allowed methods
allowedMethods(Set<HttpMethod>) - Method in class io.vertx.rxjava3.ext.web.handler.CorsHandler
Add a set of allowed methods
allowedOrigins(JsonObject) - Static method in interface io.vertx.ext.auth.oauth2.KeycloakHelper
Deprecated.
 
allowedOrigins(JsonObject) - Static method in class io.vertx.reactivex.ext.auth.oauth2.KeycloakHelper
Deprecated.
allowedOrigins(JsonObject) - Static method in class io.vertx.rxjava.ext.auth.oauth2.KeycloakHelper
Deprecated.
allowedOrigins(JsonObject) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.KeycloakHelper
Deprecated.
allowEmptyValue() - Method in interface io.vertx.ext.web.api.validation.ParameterValidationRule
Deprecated.
allowEmptyValue is used in query, header, cookie and form parameters.
allowEmptyValue() - Method in class io.vertx.reactivex.ext.web.api.validation.ParameterValidationRule
Deprecated.
allowEmptyValue() - Method in class io.vertx.rxjava.ext.web.api.validation.ParameterValidationRule
Deprecated.
allowEmptyValue() - Method in class io.vertx.rxjava3.ext.web.api.validation.ParameterValidationRule
Deprecated.
allowForward(AllowForwardHeaders) - Method in interface io.vertx.ext.web.Router
Set whether the router should parse "forwarded"-type headers
allowForward(AllowForwardHeaders) - Method in class io.vertx.reactivex.ext.web.Router
Set whether the router should parse "forwarded"-type headers
allowForward(AllowForwardHeaders) - Method in class io.vertx.rxjava.ext.web.Router
Set whether the router should parse "forwarded"-type headers
allowForward(AllowForwardHeaders) - Method in class io.vertx.rxjava3.ext.web.Router
Set whether the router should parse "forwarded"-type headers
AllowForwardHeaders - Enum in io.vertx.ext.web
What kind of forward header parsing are we allowing.
alpnName() - Method in enum io.vertx.core.http.HttpVersion
 
alterConfigs(Map<ConfigResource, Config>, Handler<AsyncResult<Void>>) - Method in interface io.vertx.kafka.admin.KafkaAdminClient
Update the configuration for the specified resources with the default options
alterConfigs(Map<ConfigResource, Config>) - Method in interface io.vertx.kafka.admin.KafkaAdminClient
Like KafkaAdminClient.alterConfigs(Map, Handler) but returns a Future of the asynchronous result
alterConsumerGroupOffsets(String, Map<TopicPartition, OffsetAndMetadata>, Handler<AsyncResult<Void>>) - Method in interface io.vertx.kafka.admin.KafkaAdminClient
Alter committed offsets for a set of partitions in a consumer group.
alterConsumerGroupOffsets(String, Map<TopicPartition, OffsetAndMetadata>) - Method in interface io.vertx.kafka.admin.KafkaAdminClient
Like KafkaAdminClient.alterConsumerGroupOffsets(String, Map, Handler) but returns a Future of the asynchronous result
AmazonCognitoAuth - Interface in io.vertx.ext.auth.oauth2.providers
Simplified factory to create an OAuth2Auth for Amazon Cognito.
AmazonCognitoAuth - Class in io.vertx.reactivex.ext.auth.oauth2.providers
Simplified factory to create an for Amazon Cognito.
AmazonCognitoAuth(AmazonCognitoAuth) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.AmazonCognitoAuth
 
AmazonCognitoAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.AmazonCognitoAuth
 
AmazonCognitoAuth - Class in io.vertx.rxjava.ext.auth.oauth2.providers
Simplified factory to create an for Amazon Cognito.
AmazonCognitoAuth(AmazonCognitoAuth) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.providers.AmazonCognitoAuth
 
AmazonCognitoAuth(Object) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.providers.AmazonCognitoAuth
 
AmazonCognitoAuth - Class in io.vertx.rxjava3.ext.auth.oauth2.providers
Simplified factory to create an for Amazon Cognito.
AmazonCognitoAuth(AmazonCognitoAuth) - Constructor for class io.vertx.rxjava3.ext.auth.oauth2.providers.AmazonCognitoAuth
 
AmazonCognitoAuth(Object) - Constructor for class io.vertx.rxjava3.ext.auth.oauth2.providers.AmazonCognitoAuth
 
AmbiguousOptionException - Exception in io.vertx.core.cli
Exception thrown when the command line is ambiguous meaning it cannot determine exactly which option has to be set.
AmbiguousOptionException(String, List<Option>) - Constructor for exception io.vertx.core.cli.AmbiguousOptionException
Creates a new instance of AmbiguousOptionException.
AmqpClient - Interface in io.vertx.amqp
AMQP Client entry point.
AmqpClient - Class in io.vertx.reactivex.amqp
AMQP Client entry point.
AmqpClient(AmqpClient) - Constructor for class io.vertx.reactivex.amqp.AmqpClient
 
AmqpClient(Object) - Constructor for class io.vertx.reactivex.amqp.AmqpClient
 
AmqpClient - Class in io.vertx.rxjava.amqp
AMQP Client entry point.
AmqpClient(AmqpClient) - Constructor for class io.vertx.rxjava.amqp.AmqpClient
 
AmqpClient(Object) - Constructor for class io.vertx.rxjava.amqp.AmqpClient
 
AmqpClient - Class in io.vertx.rxjava3.amqp
AMQP Client entry point.
AmqpClient(AmqpClient) - Constructor for class io.vertx.rxjava3.amqp.AmqpClient
 
AmqpClient(Object) - Constructor for class io.vertx.rxjava3.amqp.AmqpClient
 
AmqpClientOptions - Class in io.vertx.amqp
Configures the AMQP Client.
AmqpClientOptions() - Constructor for class io.vertx.amqp.AmqpClientOptions
 
AmqpClientOptions(JsonObject) - Constructor for class io.vertx.amqp.AmqpClientOptions
 
AmqpClientOptions(AmqpClientOptions) - Constructor for class io.vertx.amqp.AmqpClientOptions
 
AmqpClientOptionsConverter - Class in io.vertx.amqp
Converter and mapper for AmqpClientOptions.
AmqpClientOptionsConverter() - Constructor for class io.vertx.amqp.AmqpClientOptionsConverter
 
AmqpConnection - Interface in io.vertx.amqp
Once connected to the broker or router, you get a connection.
AmqpConnection - Class in io.vertx.reactivex.amqp
Once connected to the broker or router, you get a connection.
AmqpConnection(AmqpConnection) - Constructor for class io.vertx.reactivex.amqp.AmqpConnection
 
AmqpConnection(Object) - Constructor for class io.vertx.reactivex.amqp.AmqpConnection
 
AmqpConnection - Class in io.vertx.rxjava.amqp
Once connected to the broker or router, you get a connection.
AmqpConnection(AmqpConnection) - Constructor for class io.vertx.rxjava.amqp.AmqpConnection
 
AmqpConnection(Object) - Constructor for class io.vertx.rxjava.amqp.AmqpConnection
 
AmqpConnection - Class in io.vertx.rxjava3.amqp
Once connected to the broker or router, you get a connection.
AmqpConnection(AmqpConnection) - Constructor for class io.vertx.rxjava3.amqp.AmqpConnection
 
AmqpConnection(Object) - Constructor for class io.vertx.rxjava3.amqp.AmqpConnection
 
AmqpMessage - Interface in io.vertx.amqp
Represents an AMQP message.
AmqpMessage - Class in io.vertx.reactivex.amqp
Represents an AMQP message.
AmqpMessage(AmqpMessage) - Constructor for class io.vertx.reactivex.amqp.AmqpMessage
 
AmqpMessage(Object) - Constructor for class io.vertx.reactivex.amqp.AmqpMessage
 
AmqpMessage - Class in io.vertx.rxjava.amqp
Represents an AMQP message.
AmqpMessage(AmqpMessage) - Constructor for class io.vertx.rxjava.amqp.AmqpMessage
 
AmqpMessage(Object) - Constructor for class io.vertx.rxjava.amqp.AmqpMessage
 
AmqpMessage - Class in io.vertx.rxjava3.amqp
Represents an AMQP message.
AmqpMessage(AmqpMessage) - Constructor for class io.vertx.rxjava3.amqp.AmqpMessage
 
AmqpMessage(Object) - Constructor for class io.vertx.rxjava3.amqp.AmqpMessage
 
AmqpMessageBuilder - Interface in io.vertx.amqp
Builder to create a new AmqpMessage.
AmqpMessageBuilder - Class in io.vertx.reactivex.amqp
Builder to create a new AmqpMessage.
AmqpMessageBuilder(AmqpMessageBuilder) - Constructor for class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
AmqpMessageBuilder(Object) - Constructor for class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
AmqpMessageBuilder - Class in io.vertx.rxjava.amqp
Builder to create a new AmqpMessage.
AmqpMessageBuilder(AmqpMessageBuilder) - Constructor for class io.vertx.rxjava.amqp.AmqpMessageBuilder
 
AmqpMessageBuilder(Object) - Constructor for class io.vertx.rxjava.amqp.AmqpMessageBuilder
 
AmqpMessageBuilder - Class in io.vertx.rxjava3.amqp
Builder to create a new AmqpMessage.
AmqpMessageBuilder(AmqpMessageBuilder) - Constructor for class io.vertx.rxjava3.amqp.AmqpMessageBuilder
 
AmqpMessageBuilder(Object) - Constructor for class io.vertx.rxjava3.amqp.AmqpMessageBuilder
 
AmqpReceiver - Interface in io.vertx.amqp
Interface used to consume AMQP message as a stream of message.
AmqpReceiver - Class in io.vertx.reactivex.amqp
Interface used to consume AMQP message as a stream of message.
AmqpReceiver(AmqpReceiver) - Constructor for class io.vertx.reactivex.amqp.AmqpReceiver
 
AmqpReceiver(Object) - Constructor for class io.vertx.reactivex.amqp.AmqpReceiver
 
AmqpReceiver - Class in io.vertx.rxjava.amqp
Interface used to consume AMQP message as a stream of message.
AmqpReceiver(AmqpReceiver) - Constructor for class io.vertx.rxjava.amqp.AmqpReceiver
 
AmqpReceiver(Object) - Constructor for class io.vertx.rxjava.amqp.AmqpReceiver
 
AmqpReceiver - Class in io.vertx.rxjava3.amqp
Interface used to consume AMQP message as a stream of message.
AmqpReceiver(AmqpReceiver) - Constructor for class io.vertx.rxjava3.amqp.AmqpReceiver
 
AmqpReceiver(Object) - Constructor for class io.vertx.rxjava3.amqp.AmqpReceiver
 
AmqpReceiverOptions - Class in io.vertx.amqp
Configures the AMQP Receiver.
AmqpReceiverOptions() - Constructor for class io.vertx.amqp.AmqpReceiverOptions
 
AmqpReceiverOptions(AmqpReceiverOptions) - Constructor for class io.vertx.amqp.AmqpReceiverOptions
 
AmqpReceiverOptions(JsonObject) - Constructor for class io.vertx.amqp.AmqpReceiverOptions
 
AmqpReceiverOptionsConverter - Class in io.vertx.amqp
Converter and mapper for AmqpReceiverOptions.
AmqpReceiverOptionsConverter() - Constructor for class io.vertx.amqp.AmqpReceiverOptionsConverter
 
AmqpSender - Interface in io.vertx.amqp
AMQP Sender interface used to send messages.
AmqpSender - Class in io.vertx.reactivex.amqp
AMQP Sender interface used to send messages.
AmqpSender(AmqpSender) - Constructor for class io.vertx.reactivex.amqp.AmqpSender
 
AmqpSender(Object) - Constructor for class io.vertx.reactivex.amqp.AmqpSender
 
AmqpSender - Class in io.vertx.rxjava.amqp
AMQP Sender interface used to send messages.
AmqpSender(AmqpSender) - Constructor for class io.vertx.rxjava.amqp.AmqpSender
 
AmqpSender(Object) - Constructor for class io.vertx.rxjava.amqp.AmqpSender
 
AmqpSender - Class in io.vertx.rxjava3.amqp
AMQP Sender interface used to send messages.
AmqpSender(AmqpSender) - Constructor for class io.vertx.rxjava3.amqp.AmqpSender
 
AmqpSender(Object) - Constructor for class io.vertx.rxjava3.amqp.AmqpSender
 
AmqpSenderOptions - Class in io.vertx.amqp
Configures the AMQP Sender.
AmqpSenderOptions() - Constructor for class io.vertx.amqp.AmqpSenderOptions
 
AmqpSenderOptions(AmqpSenderOptions) - Constructor for class io.vertx.amqp.AmqpSenderOptions
 
AmqpSenderOptions(JsonObject) - Constructor for class io.vertx.amqp.AmqpSenderOptions
 
AmqpSenderOptionsConverter - Class in io.vertx.amqp
Converter and mapper for AmqpSenderOptions.
AmqpSenderOptionsConverter() - Constructor for class io.vertx.amqp.AmqpSenderOptionsConverter
 
AndAuthorization - Interface in io.vertx.ext.auth.authorization
Allows to perform a logical 'and' between several authorizations
AndAuthorization - Class in io.vertx.reactivex.ext.auth.authorization
Allows to perform a logical 'and' between several authorizations

NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.

AndAuthorization(AndAuthorization) - Constructor for class io.vertx.reactivex.ext.auth.authorization.AndAuthorization
 
AndAuthorization(Object) - Constructor for class io.vertx.reactivex.ext.auth.authorization.AndAuthorization
 
AndAuthorization - Class in io.vertx.rxjava.ext.auth.authorization
Allows to perform a logical 'and' between several authorizations

NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.

AndAuthorization(AndAuthorization) - Constructor for class io.vertx.rxjava.ext.auth.authorization.AndAuthorization
 
AndAuthorization(Object) - Constructor for class io.vertx.rxjava.ext.auth.authorization.AndAuthorization
 
AndAuthorization - Class in io.vertx.rxjava3.ext.auth.authorization
Allows to perform a logical 'and' between several authorizations

NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.

AndAuthorization(AndAuthorization) - Constructor for class io.vertx.rxjava3.ext.auth.authorization.AndAuthorization
 
AndAuthorization(Object) - Constructor for class io.vertx.rxjava3.ext.auth.authorization.AndAuthorization
 
AnnotatedCommand - Class in io.vertx.ext.shell.command
The base command class that Java annotated command should extend.
AnnotatedCommand() - Constructor for class io.vertx.ext.shell.command.AnnotatedCommand
 
annotations() - Method in class io.vertx.ext.web.api.service.generator.WebApiProxyHandlerGen
 
annotations() - Method in class io.vertx.serviceproxy.generator.ServiceProxyGen
 
annotations() - Method in class io.vertx.serviceproxy.generator.ServiceProxyHandlerGen
 
annotations() - Method in class io.vertx.sqlclient.templates.generator.MapperGenBase
 
annotations() - Method in class io.vertx.sqlclient.templates.generator.ParametersMapperGen
 
annotations() - Method in class io.vertx.sqlclient.templates.generator.RowMapperGen
 
any(Future<T1>, Future<T2>) - Static method in interface io.vertx.core.CompositeFuture
Return a composite future, succeeded when any futures is succeeded, failed when all futures are failed.
any(Future<T1>, Future<T2>, Future<T3>) - Static method in interface io.vertx.core.CompositeFuture
Like CompositeFuture.any(Future, Future) but with 3 futures.
any(Future<T1>, Future<T2>, Future<T3>, Future<T4>) - Static method in interface io.vertx.core.CompositeFuture
Like CompositeFuture.any(Future, Future) but with 4 futures.
any(Future<T1>, Future<T2>, Future<T3>, Future<T4>, Future<T5>) - Static method in interface io.vertx.core.CompositeFuture
Like CompositeFuture.any(Future, Future) but with 5 futures.
any(Future<T1>, Future<T2>, Future<T3>, Future<T4>, Future<T5>, Future<T6>) - Static method in interface io.vertx.core.CompositeFuture
Like CompositeFuture.any(Future, Future) but with 6 futures.
any(List<Future>) - Static method in interface io.vertx.core.CompositeFuture
Like CompositeFuture.any(Future, Future) but with a list of futures.
any() - Static method in interface io.vertx.ext.auth.ChainAuth
Create a Chainable Auth Provider auth provider that will resolve on the first success.
any() - Static method in interface io.vertx.ext.web.handler.ChainAuthHandler
Create a chain authentication handler that will assert that any handler passes the verification.
any() - Static method in class io.vertx.reactivex.ext.auth.ChainAuth
Create a Chainable Auth Provider auth provider that will resolve on the first success.
any() - Static method in class io.vertx.reactivex.ext.web.handler.ChainAuthHandler
Create a chain authentication handler that will assert that any handler passes the verification.
any() - Static method in class io.vertx.rxjava.ext.auth.ChainAuth
Create a Chainable Auth Provider auth provider that will resolve on the first success.
any() - Static method in class io.vertx.rxjava.ext.web.handler.ChainAuthHandler
Create a chain authentication handler that will assert that any handler passes the verification.
any() - Static method in class io.vertx.rxjava3.ext.auth.ChainAuth
Create a Chainable Auth Provider auth provider that will resolve on the first success.
any() - Static method in class io.vertx.rxjava3.ext.web.handler.ChainAuthHandler
Create a chain authentication handler that will assert that any handler passes the verification.
anyOf(SchemaBuilder...) - Static method in class io.vertx.json.schema.common.dsl.Schemas
 
AnyOfValidatorFactory - Class in io.vertx.json.schema.common
 
AnyOfValidatorFactory() - Constructor for class io.vertx.json.schema.common.AnyOfValidatorFactory
 
api(Redis) - Static method in class io.vertx.reactivex.redis.client.RedisAPI
 
api(RedisConnection) - Static method in class io.vertx.reactivex.redis.client.RedisAPI
 
api(Redis) - Static method in interface io.vertx.redis.client.RedisAPI
 
api(RedisConnection) - Static method in interface io.vertx.redis.client.RedisAPI
 
api(Redis) - Static method in class io.vertx.rxjava.redis.client.RedisAPI
 
api(RedisConnection) - Static method in class io.vertx.rxjava.redis.client.RedisAPI
 
api(Redis) - Static method in class io.vertx.rxjava3.redis.client.RedisAPI
 
api(RedisConnection) - Static method in class io.vertx.rxjava3.redis.client.RedisAPI
 
APIKeyHandler - Interface in io.vertx.ext.web.handler
An authentication handler that provides API Key support.
APIKeyHandler - Class in io.vertx.reactivex.ext.web.handler
An authentication handler that provides API Key support.
APIKeyHandler(APIKeyHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.APIKeyHandler
 
APIKeyHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.APIKeyHandler
 
APIKeyHandler - Class in io.vertx.rxjava.ext.web.handler
An authentication handler that provides API Key support.
APIKeyHandler(APIKeyHandler) - Constructor for class io.vertx.rxjava.ext.web.handler.APIKeyHandler
 
APIKeyHandler(Object) - Constructor for class io.vertx.rxjava.ext.web.handler.APIKeyHandler
 
APIKeyHandler - Class in io.vertx.rxjava3.ext.web.handler
An authentication handler that provides API Key support.
APIKeyHandler(APIKeyHandler) - Constructor for class io.vertx.rxjava3.ext.web.handler.APIKeyHandler
 
APIKeyHandler(Object) - Constructor for class io.vertx.rxjava3.ext.web.handler.APIKeyHandler
 
ApolloWSConnectionInitEvent - Interface in io.vertx.ext.web.handler.graphql
 
ApolloWSConnectionInitEvent - Class in io.vertx.reactivex.ext.web.handler.graphql
 
ApolloWSConnectionInitEvent(ApolloWSConnectionInitEvent) - Constructor for class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSConnectionInitEvent
 
ApolloWSConnectionInitEvent(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSConnectionInitEvent
 
ApolloWSConnectionInitEvent - Class in io.vertx.rxjava.ext.web.handler.graphql
 
ApolloWSConnectionInitEvent(ApolloWSConnectionInitEvent) - Constructor for class io.vertx.rxjava.ext.web.handler.graphql.ApolloWSConnectionInitEvent
 
ApolloWSConnectionInitEvent(Object) - Constructor for class io.vertx.rxjava.ext.web.handler.graphql.ApolloWSConnectionInitEvent
 
ApolloWSConnectionInitEvent - Class in io.vertx.rxjava3.ext.web.handler.graphql
 
ApolloWSConnectionInitEvent(ApolloWSConnectionInitEvent) - Constructor for class io.vertx.rxjava3.ext.web.handler.graphql.ApolloWSConnectionInitEvent
 
ApolloWSConnectionInitEvent(Object) - Constructor for class io.vertx.rxjava3.ext.web.handler.graphql.ApolloWSConnectionInitEvent
 
ApolloWSHandler - Interface in io.vertx.ext.web.handler.graphql
A handler for GraphQL requests sent over Apollo's subscriptions-transport-ws transport.
ApolloWSHandler - Class in io.vertx.reactivex.ext.web.handler.graphql
A handler for GraphQL requests sent over Apollo's subscriptions-transport-ws transport.
ApolloWSHandler(ApolloWSHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler
 
ApolloWSHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler
 
ApolloWSHandler - Class in io.vertx.rxjava.ext.web.handler.graphql
A handler for GraphQL requests sent over Apollo's subscriptions-transport-ws transport.
ApolloWSHandler(ApolloWSHandler) - Constructor for class io.vertx.rxjava.ext.web.handler.graphql.ApolloWSHandler
 
ApolloWSHandler(Object) - Constructor for class io.vertx.rxjava.ext.web.handler.graphql.ApolloWSHandler
 
ApolloWSHandler - Class in io.vertx.rxjava3.ext.web.handler.graphql
A handler for GraphQL requests sent over Apollo's subscriptions-transport-ws transport.
ApolloWSHandler(ApolloWSHandler) - Constructor for class io.vertx.rxjava3.ext.web.handler.graphql.ApolloWSHandler
 
ApolloWSHandler(Object) - Constructor for class io.vertx.rxjava3.ext.web.handler.graphql.ApolloWSHandler
 
ApolloWSMessage - Interface in io.vertx.ext.web.handler.graphql
A message received over Apollo's subscriptions-transport-ws transport.
ApolloWSMessage - Class in io.vertx.reactivex.ext.web.handler.graphql
A message received over Apollo's subscriptions-transport-ws transport.
ApolloWSMessage(ApolloWSMessage) - Constructor for class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSMessage
 
ApolloWSMessage(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSMessage
 
ApolloWSMessage - Class in io.vertx.rxjava.ext.web.handler.graphql
A message received over Apollo's subscriptions-transport-ws transport.
ApolloWSMessage(ApolloWSMessage) - Constructor for class io.vertx.rxjava.ext.web.handler.graphql.ApolloWSMessage
 
ApolloWSMessage(Object) - Constructor for class io.vertx.rxjava.ext.web.handler.graphql.ApolloWSMessage
 
ApolloWSMessage - Class in io.vertx.rxjava3.ext.web.handler.graphql
A message received over Apollo's subscriptions-transport-ws transport.
ApolloWSMessage(ApolloWSMessage) - Constructor for class io.vertx.rxjava3.ext.web.handler.graphql.ApolloWSMessage
 
ApolloWSMessage(Object) - Constructor for class io.vertx.rxjava3.ext.web.handler.graphql.ApolloWSMessage
 
ApolloWSMessageType - Enum in io.vertx.ext.web.handler.graphql
The ApolloWSMessage types.
ApolloWSOptions - Class in io.vertx.ext.web.handler.graphql
Options for configuring the ApolloWSHandler.
ApolloWSOptions() - Constructor for class io.vertx.ext.web.handler.graphql.ApolloWSOptions
Default constructor.
ApolloWSOptions(ApolloWSOptions) - Constructor for class io.vertx.ext.web.handler.graphql.ApolloWSOptions
Copy constructor.
ApolloWSOptions(JsonObject) - Constructor for class io.vertx.ext.web.handler.graphql.ApolloWSOptions
Constructor to create options from JSON.
ApolloWSOptionsConverter - Class in io.vertx.ext.web.handler.graphql
Converter and mapper for ApolloWSOptions.
ApolloWSOptionsConverter() - Constructor for class io.vertx.ext.web.handler.graphql.ApolloWSOptionsConverter
 
append(String) - Method in interface io.vertx.core.json.pointer.JsonPointer
Append an unescaped token to this pointer
Note: If you provide escaped path the behaviour is undefined
append(int) - Method in interface io.vertx.core.json.pointer.JsonPointer
Append the index as reference token to JsonPointer
append(List<String>) - Method in interface io.vertx.core.json.pointer.JsonPointer
Append an unescaped list of tokens to JsonPointer
Note: If you provide escaped paths the behaviour is undefined
append(JsonPointer) - Method in interface io.vertx.core.json.pointer.JsonPointer
Append all tokens of pointer to this pointer
Note: The base URI of this pointer will remain untouched
append(String) - Method in class io.vertx.reactivex.core.json.pointer.JsonPointer
Append an unescaped token to this pointer
Note: If you provide escaped path the behaviour is undefined
append(int) - Method in class io.vertx.reactivex.core.json.pointer.JsonPointer
Append the index as reference token to JsonPointer
append(List<String>) - Method in class io.vertx.reactivex.core.json.pointer.JsonPointer
Append an unescaped list of tokens to JsonPointer
Note: If you provide escaped paths the behaviour is undefined
append(JsonPointer) - Method in class io.vertx.reactivex.core.json.pointer.JsonPointer
Append all tokens of pointer to this pointer
Note: The base URI of this pointer will remain untouched
APPEND - Static variable in class io.vertx.reactivex.redis.client.Command
 
append(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command append.
append(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command append.
APPEND - Static variable in interface io.vertx.redis.client.Command
 
append(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command append.
append(String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command append.
append(String) - Method in class io.vertx.rxjava.core.json.pointer.JsonPointer
Append an unescaped token to this pointer
Note: If you provide escaped path the behaviour is undefined
append(int) - Method in class io.vertx.rxjava.core.json.pointer.JsonPointer
Append the index as reference token to JsonPointer
append(List<String>) - Method in class io.vertx.rxjava.core.json.pointer.JsonPointer
Append an unescaped list of tokens to JsonPointer
Note: If you provide escaped paths the behaviour is undefined
append(JsonPointer) - Method in class io.vertx.rxjava.core.json.pointer.JsonPointer
Append all tokens of pointer to this pointer
Note: The base URI of this pointer will remain untouched
APPEND - Static variable in class io.vertx.rxjava.redis.client.Command
 
append(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command append.
append(String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command append.
append(String) - Method in class io.vertx.rxjava3.core.json.pointer.JsonPointer
Append an unescaped token to this pointer
Note: If you provide escaped path the behaviour is undefined
append(int) - Method in class io.vertx.rxjava3.core.json.pointer.JsonPointer
Append the index as reference token to JsonPointer
append(List<String>) - Method in class io.vertx.rxjava3.core.json.pointer.JsonPointer
Append an unescaped list of tokens to JsonPointer
Note: If you provide escaped paths the behaviour is undefined
append(JsonPointer) - Method in class io.vertx.rxjava3.core.json.pointer.JsonPointer
Append all tokens of pointer to this pointer
Note: The base URI of this pointer will remain untouched
APPEND - Static variable in class io.vertx.rxjava3.redis.client.Command
 
append(String, String) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
Redis command append.
appendArgument(StringBuilder, Argument, boolean) - Method in class io.vertx.core.cli.UsageMessageFormatter
Appends the usage clause for an Argument to a StringBuilder.
appendArrayElement(Object, Object) - Method in interface io.vertx.core.json.pointer.JsonPointerIterator
Append array element
appendArrayElement(Object, Object) - Method in class io.vertx.reactivex.core.json.pointer.JsonPointerIterator
Append array element
appendArrayElement(Object, Object) - Method in class io.vertx.rxjava.core.json.pointer.JsonPointerIterator
Append array element
appendArrayElement(Object, Object) - Method in class io.vertx.rxjava3.core.json.pointer.JsonPointerIterator
Append array element
appendBuffer(Buffer) - Method in interface io.vertx.core.buffer.Buffer
Appends the specified Buffer to the end of this Buffer.
appendBuffer(Buffer, int, int) - Method in interface io.vertx.core.buffer.Buffer
Appends the specified Buffer starting at the offset using len to the end of this Buffer.
appendBuffer(Buffer) - Method in class io.vertx.reactivex.core.buffer.Buffer
Appends the specified Buffer to the end of this Buffer.
appendBuffer(Buffer, int, int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Appends the specified Buffer starting at the offset using len to the end of this Buffer.
appendBuffer(Buffer) - Method in class io.vertx.rxjava.core.buffer.Buffer
Appends the specified Buffer to the end of this Buffer.
appendBuffer(Buffer, int, int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Appends the specified Buffer starting at the offset using len to the end of this Buffer.
appendBuffer(Buffer) - Method in class io.vertx.rxjava3.core.buffer.Buffer
Appends the specified Buffer to the end of this Buffer.
appendBuffer(Buffer, int, int) - Method in class io.vertx.rxjava3.core.buffer.Buffer
Appends the specified Buffer starting at the offset using len to the end of this Buffer.
appendByte(byte) - Method in interface io.vertx.core.buffer.Buffer
Appends the specified byte to the end of the Buffer.
appendByte(byte) - Method in class io.vertx.reactivex.core.buffer.Buffer
Appends the specified byte to the end of the Buffer.
appendByte(byte) - Method in class io.vertx.rxjava.core.buffer.Buffer
Appends the specified byte to the end of the Buffer.
appendByte(byte) - Method in class io.vertx.rxjava3.core.buffer.Buffer
Appends the specified byte to the end of the Buffer.
appendBytes(byte[]) - Method in interface io.vertx.core.buffer.Buffer
Appends the specified byte[] to the end of the Buffer.
appendBytes(byte[], int, int) - Method in interface io.vertx.core.buffer.Buffer
Appends the specified number of bytes from byte[] to the end of the Buffer, starting at the given offset.
appendBytes(byte[]) - Method in class io.vertx.reactivex.core.buffer.Buffer
Appends the specified byte[] to the end of the Buffer.
appendBytes(byte[], int, int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Appends the specified number of bytes from byte[] to the end of the Buffer, starting at the given offset.
appendBytes(byte[]) - Method in class io.vertx.rxjava.core.buffer.Buffer
Appends the specified byte[] to the end of the Buffer.
appendBytes(byte[], int, int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Appends the specified number of bytes from byte[] to the end of the Buffer, starting at the given offset.
appendBytes(byte[]) - Method in class io.vertx.rxjava3.core.buffer.Buffer
Appends the specified byte[] to the end of the Buffer.
appendBytes(byte[], int, int) - Method in class io.vertx.rxjava3.core.buffer.Buffer
Appends the specified number of bytes from byte[] to the end of the Buffer, starting at the given offset.
appendDouble(double) - Method in interface io.vertx.core.buffer.Buffer
Appends the specified double to the end of the Buffer.
appendDouble(double) - Method in class io.vertx.reactivex.core.buffer.Buffer
Appends the specified double to the end of the Buffer.
appendDouble(double) - Method in class io.vertx.rxjava.core.buffer.Buffer
Appends the specified double to the end of the Buffer.
appendDouble(double) - Method in class io.vertx.rxjava3.core.buffer.Buffer
Appends the specified double to the end of the Buffer.
appendFloat(float) - Method in interface io.vertx.core.buffer.Buffer
Appends the specified float to the end of the Buffer.
appendFloat(float) - Method in class io.vertx.reactivex.core.buffer.Buffer
Appends the specified float to the end of the Buffer.
appendFloat(float) - Method in class io.vertx.rxjava.core.buffer.Buffer
Appends the specified float to the end of the Buffer.
appendFloat(float) - Method in class io.vertx.rxjava3.core.buffer.Buffer
Appends the specified float to the end of the Buffer.
appendInt(int) - Method in interface io.vertx.core.buffer.Buffer
Appends the specified int to the end of the Buffer.
appendInt(int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Appends the specified int to the end of the Buffer.
appendInt(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Appends the specified int to the end of the Buffer.
appendInt(int) - Method in class io.vertx.rxjava3.core.buffer.Buffer
Appends the specified int to the end of the Buffer.
appendIntLE(int) - Method in interface io.vertx.core.buffer.Buffer
Appends the specified int to the end of the Buffer in the Little Endian Byte Order.
appendIntLE(int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Appends the specified int to the end of the Buffer in the Little Endian Byte Order.
appendIntLE(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Appends the specified int to the end of the Buffer in the Little Endian Byte Order.
appendIntLE(int) - Method in class io.vertx.rxjava3.core.buffer.Buffer
Appends the specified int to the end of the Buffer in the Little Endian Byte Order.
appendLong(long) - Method in interface io.vertx.core.buffer.Buffer
Appends the specified long to the end of the Buffer.
appendLong(long) - Method in class io.vertx.reactivex.core.buffer.Buffer
Appends the specified long to the end of the Buffer.
appendLong(long) - Method in class io.vertx.rxjava.core.buffer.Buffer
Appends the specified long to the end of the Buffer.
appendLong(long) - Method in class io.vertx.rxjava3.core.buffer.Buffer
Appends the specified long to the end of the Buffer.
appendLongLE(long) - Method in interface io.vertx.core.buffer.Buffer
Appends the specified long to the end of the Buffer in the Little Endian Byte Order.
appendLongLE(long) - Method in class io.vertx.reactivex.core.buffer.Buffer
Appends the specified long to the end of the Buffer in the Little Endian Byte Order.
appendLongLE(long) - Method in class io.vertx.rxjava.core.buffer.Buffer
Appends the specified long to the end of the Buffer in the Little Endian Byte Order.
appendLongLE(long) - Method in class io.vertx.rxjava3.core.buffer.Buffer
Appends the specified long to the end of the Buffer in the Little Endian Byte Order.
appendMedium(int) - Method in interface io.vertx.core.buffer.Buffer
Appends the specified 24bit int to the end of the Buffer.
appendMedium(int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Appends the specified 24bit int to the end of the Buffer.
appendMedium(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Appends the specified 24bit int to the end of the Buffer.
appendMedium(int) - Method in class io.vertx.rxjava3.core.buffer.Buffer
Appends the specified 24bit int to the end of the Buffer.
appendMediumLE(int) - Method in interface io.vertx.core.buffer.Buffer
Appends the specified 24bit int to the end of the Buffer in the Little Endian Byte Order.
appendMediumLE(int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Appends the specified 24bit int to the end of the Buffer in the Little Endian Byte Order.
appendMediumLE(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Appends the specified 24bit int to the end of the Buffer in the Little Endian Byte Order.
appendMediumLE(int) - Method in class io.vertx.rxjava3.core.buffer.Buffer
Appends the specified 24bit int to the end of the Buffer in the Little Endian Byte Order.
appendOption(StringBuilder, Option) - Method in class io.vertx.core.cli.UsageMessageFormatter
Appends the usage clause for an Option to a StringBuilder.
appendShort(short) - Method in interface io.vertx.core.buffer.Buffer
Appends the specified short to the end of the Buffer.The buffer will expand as necessary to accommodate any bytes written.
appendShort(short) - Method in class io.vertx.reactivex.core.buffer.Buffer
Appends the specified short to the end of the Buffer.The buffer will expand as necessary to accommodate any bytes written.
appendShort(short) - Method in class io.vertx.rxjava.core.buffer.Buffer
Appends the specified short to the end of the Buffer.The buffer will expand as necessary to accommodate any bytes written.
appendShort(short) - Method in class io.vertx.rxjava3.core.buffer.Buffer
Appends the specified short to the end of the Buffer.The buffer will expand as necessary to accommodate any bytes written.
appendShortLE(short) - Method in interface io.vertx.core.buffer.Buffer
Appends the specified short to the end of the Buffer in the Little Endian Byte Order.The buffer will expand as necessary to accommodate any bytes written.
appendShortLE(short) - Method in class io.vertx.reactivex.core.buffer.Buffer
Appends the specified short to the end of the Buffer in the Little Endian Byte Order.The buffer will expand as necessary to accommodate any bytes written.
appendShortLE(short) - Method in class io.vertx.rxjava.core.buffer.Buffer
Appends the specified short to the end of the Buffer in the Little Endian Byte Order.The buffer will expand as necessary to accommodate any bytes written.
appendShortLE(short) - Method in class io.vertx.rxjava3.core.buffer.Buffer
Appends the specified short to the end of the Buffer in the Little Endian Byte Order.The buffer will expand as necessary to accommodate any bytes written.
appendString(String, String) - Method in interface io.vertx.core.buffer.Buffer
Appends the specified String to the end of the Buffer with the encoding as specified by enc.
appendString(String) - Method in interface io.vertx.core.buffer.Buffer
Appends the specified String str to the end of the Buffer with UTF-8 encoding.
appendString(String, String) - Method in class io.vertx.reactivex.core.buffer.Buffer
Appends the specified String to the end of the Buffer with the encoding as specified by enc.
appendString(String) - Method in class io.vertx.reactivex.core.buffer.Buffer
Appends the specified String str to the end of the Buffer with UTF-8 encoding.
appendString(String, String) - Method in class io.vertx.rxjava.core.buffer.Buffer
Appends the specified String to the end of the Buffer with the encoding as specified by enc.
appendString(String) - Method in class io.vertx.rxjava.core.buffer.Buffer
Appends the specified String str to the end of the Buffer with UTF-8 encoding.
appendString(String, String) - Method in class io.vertx.rxjava3.core.buffer.Buffer
Appends the specified String to the end of the Buffer with the encoding as specified by enc.
appendString(String) - Method in class io.vertx.rxjava3.core.buffer.Buffer
Appends the specified String str to the end of the Buffer with UTF-8 encoding.
appendUnsignedByte(short) - Method in interface io.vertx.core.buffer.Buffer
Appends the specified unsigned byte to the end of the Buffer.
appendUnsignedByte(short) - Method in class io.vertx.reactivex.core.buffer.Buffer
Appends the specified unsigned byte to the end of the Buffer.
appendUnsignedByte(short) - Method in class io.vertx.rxjava.core.buffer.Buffer
Appends the specified unsigned byte to the end of the Buffer.
appendUnsignedByte(short) - Method in class io.vertx.rxjava3.core.buffer.Buffer
Appends the specified unsigned byte to the end of the Buffer.
appendUnsignedInt(long) - Method in interface io.vertx.core.buffer.Buffer
Appends the specified unsigned int to the end of the Buffer.
appendUnsignedInt(long) - Method in class io.vertx.reactivex.core.buffer.Buffer
Appends the specified unsigned int to the end of the Buffer.
appendUnsignedInt(long) - Method in class io.vertx.rxjava.core.buffer.Buffer
Appends the specified unsigned int to the end of the Buffer.
appendUnsignedInt(long) - Method in class io.vertx.rxjava3.core.buffer.Buffer
Appends the specified unsigned int to the end of the Buffer.
appendUnsignedIntLE(long) - Method in interface io.vertx.core.buffer.Buffer
Appends the specified unsigned int to the end of the Buffer in the Little Endian Byte Order.
appendUnsignedIntLE(long) - Method in class io.vertx.reactivex.core.buffer.Buffer
Appends the specified unsigned int to the end of the Buffer in the Little Endian Byte Order.
appendUnsignedIntLE(long) - Method in class io.vertx.rxjava.core.buffer.Buffer
Appends the specified unsigned int to the end of the Buffer in the Little Endian Byte Order.
appendUnsignedIntLE(long) - Method in class io.vertx.rxjava3.core.buffer.Buffer
Appends the specified unsigned int to the end of the Buffer in the Little Endian Byte Order.
appendUnsignedShort(int) - Method in interface io.vertx.core.buffer.Buffer
Appends the specified unsigned short to the end of the Buffer.The buffer will expand as necessary to accommodate any bytes written.
appendUnsignedShort(int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Appends the specified unsigned short to the end of the Buffer.The buffer will expand as necessary to accommodate any bytes written.
appendUnsignedShort(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Appends the specified unsigned short to the end of the Buffer.The buffer will expand as necessary to accommodate any bytes written.
appendUnsignedShort(int) - Method in class io.vertx.rxjava3.core.buffer.Buffer
Appends the specified unsigned short to the end of the Buffer.The buffer will expand as necessary to accommodate any bytes written.
appendUnsignedShortLE(int) - Method in interface io.vertx.core.buffer.Buffer
Appends the specified unsigned short to the end of the Buffer in the Little Endian Byte Order.The buffer will expand as necessary to accommodate any bytes written.
appendUnsignedShortLE(int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Appends the specified unsigned short to the end of the Buffer in the Little Endian Byte Order.The buffer will expand as necessary to accommodate any bytes written.
appendUnsignedShortLE(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Appends the specified unsigned short to the end of the Buffer in the Little Endian Byte Order.The buffer will expand as necessary to accommodate any bytes written.
appendUnsignedShortLE(int) - Method in class io.vertx.rxjava3.core.buffer.Buffer
Appends the specified unsigned short to the end of the Buffer in the Little Endian Byte Order.The buffer will expand as necessary to accommodate any bytes written.
APPLICATION_X_WWW_FORM_URLENCODED - Static variable in interface io.vertx.core.http.HttpHeaders
application/x-www-form-urlencoded header value
APPLICATION_X_WWW_FORM_URLENCODED - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
application/x-www-form-urlencoded header value
APPLICATION_X_WWW_FORM_URLENCODED - Static variable in class io.vertx.rxjava.core.http.HttpHeaders
application/x-www-form-urlencoded header value
APPLICATION_X_WWW_FORM_URLENCODED - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
application/x-www-form-urlencoded header value
applicationLayerProtocol() - Method in interface io.vertx.core.net.NetSocket
 
applicationLayerProtocol() - Method in class io.vertx.reactivex.core.net.NetSocket
 
applicationLayerProtocol() - Method in class io.vertx.rxjava.core.net.NetSocket
 
applicationLayerProtocol() - Method in class io.vertx.rxjava3.core.net.NetSocket
 
applicationProperties() - Method in interface io.vertx.amqp.AmqpMessage
 
applicationProperties(JsonObject) - Method in interface io.vertx.amqp.AmqpMessageBuilder
 
applicationProperties() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
applicationProperties(JsonObject) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
applicationProperties() - Method in class io.vertx.rxjava.amqp.AmqpMessage
 
applicationProperties(JsonObject) - Method in class io.vertx.rxjava.amqp.AmqpMessageBuilder
 
applicationProperties() - Method in class io.vertx.rxjava3.amqp.AmqpMessage
 
applicationProperties(JsonObject) - Method in class io.vertx.rxjava3.amqp.AmqpMessageBuilder
 
apply(Statement, Description) - Method in class io.vertx.ext.unit.junit.RepeatRule
 
apply(Statement, Description) - Method in class io.vertx.ext.unit.junit.RunTestOnContext
 
apply(Statement, Description) - Method in class io.vertx.ext.unit.junit.Timeout
 
apply(ResponsePredicateResult) - Method in interface io.vertx.ext.web.client.predicate.ErrorConverter
 
apply(Operation) - Method in enum io.vertx.ext.web.openapi.RouteNamingStrategy
 
apply() - Method in interface io.vertx.junit5.VertxTestContext.ExecutionBlock
 
apply(ResponsePredicateResult) - Method in class io.vertx.reactivex.ext.web.client.predicate.ErrorConverter
 
apply(HttpResponse<Void>) - Method in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
 
apply(RoutingContext) - Method in class io.vertx.reactivex.ext.web.validation.RequestPredicate
 
apply(ResponsePredicateResult) - Method in class io.vertx.rxjava.ext.web.client.predicate.ErrorConverter
 
apply(HttpResponse<Void>) - Method in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
 
apply(RoutingContext) - Method in class io.vertx.rxjava.ext.web.validation.RequestPredicate
 
apply(ResponsePredicateResult) - Method in class io.vertx.rxjava3.ext.web.client.predicate.ErrorConverter
 
apply(HttpResponse<Void>) - Method in class io.vertx.rxjava3.ext.web.client.predicate.ResponsePredicate
 
apply(RoutingContext) - Method in class io.vertx.rxjava3.ext.web.validation.RequestPredicate
 
apply(Message<JsonObject>) - Method in class io.vertx.serviceproxy.ServiceAuthInterceptor
 
apply(Message<JsonObject>) - Method in class io.vertx.serviceproxy.ServiceJWTInterceptor
Deprecated.
 
applyDefaultValue(Object) - Method in class io.vertx.json.schema.common.BaseCombinatorsValidator
 
applyDefaultValue(Object) - Method in interface io.vertx.json.schema.common.DefaultApplier
 
applyHttpChallenge(String, HttpMethod, String, Integer, String) - Method in interface io.vertx.ext.auth.authentication.Credentials
Applies the HTTP Authorization challenge to this Credential instance.
applyHttpChallenge(String, HttpMethod, String) - Method in interface io.vertx.ext.auth.authentication.Credentials
Applies the HTTP Authorization challenge to this Credential instance.
applyHttpChallenge(String) - Method in interface io.vertx.ext.auth.authentication.Credentials
Applies the HTTP Authorization challenge to this Credential instance.
applyHttpChallenge(String, HttpMethod, String, Integer, String) - Method in class io.vertx.ext.auth.authentication.TokenCredentials
 
applyHttpChallenge(String, HttpMethod, String, Integer, String) - Method in class io.vertx.ext.auth.authentication.UsernamePasswordCredentials
 
applyHttpChallenge(String, HttpMethod, String, Integer, String) - Method in class io.vertx.ext.auth.htdigest.HtdigestCredentials
 
applySystemProperties() - Method in class io.vertx.core.spi.launcher.DefaultCommand
Sets the system properties specified by the user command line.
arg(String) - Method in class io.vertx.reactivex.redis.client.Request
Adds a String argument using UTF8 character encoding
arg(String, String) - Method in class io.vertx.reactivex.redis.client.Request
Adds a String using a specific character encoding argument
arg(Buffer) - Method in class io.vertx.reactivex.redis.client.Request
Adds a String key argument
arg(long) - Method in class io.vertx.reactivex.redis.client.Request
Adds a long encoded to string
arg(boolean) - Method in class io.vertx.reactivex.redis.client.Request
Adds a boolean encoded to string
arg(JsonObject) - Method in class io.vertx.reactivex.redis.client.Request
Adds a JsonObject argument, the encoding will serialize the json as key0, value0, key1, value1, ...
arg(JsonArray) - Method in class io.vertx.reactivex.redis.client.Request
Adds a JsonArray argument, the encoding will serialize the json as value0, value1, ...
arg(byte[]) - Method in class io.vertx.reactivex.redis.client.Request
Adds a byte array
arg(int) - Method in class io.vertx.reactivex.redis.client.Request
Adds a int encoded to string
arg(short) - Method in class io.vertx.reactivex.redis.client.Request
Adds a short encoded to string
arg(byte) - Method in class io.vertx.reactivex.redis.client.Request
Adds a byte encoded to string
arg(float) - Method in class io.vertx.reactivex.redis.client.Request
Adds a float encoded to string
arg(double) - Method in class io.vertx.reactivex.redis.client.Request
Adds a double encoded to string
arg(byte[]) - Method in interface io.vertx.redis.client.Request
Adds a byte array
arg(String) - Method in interface io.vertx.redis.client.Request
Adds a String argument using UTF8 character encoding
arg(String, String) - Method in interface io.vertx.redis.client.Request
Adds a String using a specific character encoding argument
arg(Buffer) - Method in interface io.vertx.redis.client.Request
Adds a String key argument
arg(long) - Method in interface io.vertx.redis.client.Request
Adds a long encoded to string
arg(int) - Method in interface io.vertx.redis.client.Request
Adds a int encoded to string
arg(short) - Method in interface io.vertx.redis.client.Request
Adds a short encoded to string
arg(byte) - Method in interface io.vertx.redis.client.Request
Adds a byte encoded to string
arg(float) - Method in interface io.vertx.redis.client.Request
Adds a float encoded to string
arg(double) - Method in interface io.vertx.redis.client.Request
Adds a double encoded to string
arg(boolean) - Method in interface io.vertx.redis.client.Request
Adds a boolean encoded to string
arg(JsonObject) - Method in interface io.vertx.redis.client.Request
Adds a JsonObject argument, the encoding will serialize the json as key0, value0, key1, value1, ...
arg(JsonArray) - Method in interface io.vertx.redis.client.Request
Adds a JsonArray argument, the encoding will serialize the json as value0, value1, ...
arg(String) - Method in class io.vertx.rxjava.redis.client.Request
Adds a String argument using UTF8 character encoding
arg(String, String) - Method in class io.vertx.rxjava.redis.client.Request
Adds a String using a specific character encoding argument
arg(Buffer) - Method in class io.vertx.rxjava.redis.client.Request
Adds a String key argument
arg(long) - Method in class io.vertx.rxjava.redis.client.Request
Adds a long encoded to string
arg(boolean) - Method in class io.vertx.rxjava.redis.client.Request
Adds a boolean encoded to string
arg(JsonObject) - Method in class io.vertx.rxjava.redis.client.Request
Adds a JsonObject argument, the encoding will serialize the json as key0, value0, key1, value1, ...
arg(JsonArray) - Method in class io.vertx.rxjava.redis.client.Request
Adds a JsonArray argument, the encoding will serialize the json as value0, value1, ...
arg(byte[]) - Method in class io.vertx.rxjava.redis.client.Request
Adds a byte array
arg(int) - Method in class io.vertx.rxjava.redis.client.Request
Adds a int encoded to string
arg(short) - Method in class io.vertx.rxjava.redis.client.Request
Adds a short encoded to string
arg(byte) - Method in class io.vertx.rxjava.redis.client.Request
Adds a byte encoded to string
arg(float) - Method in class io.vertx.rxjava.redis.client.Request
Adds a float encoded to string
arg(double) - Method in class io.vertx.rxjava.redis.client.Request
Adds a double encoded to string
arg(String) - Method in class io.vertx.rxjava3.redis.client.Request
Adds a String argument using UTF8 character encoding
arg(String, String) - Method in class io.vertx.rxjava3.redis.client.Request
Adds a String using a specific character encoding argument
arg(Buffer) - Method in class io.vertx.rxjava3.redis.client.Request
Adds a String key argument
arg(long) - Method in class io.vertx.rxjava3.redis.client.Request
Adds a long encoded to string
arg(boolean) - Method in class io.vertx.rxjava3.redis.client.Request
Adds a boolean encoded to string
arg(JsonObject) - Method in class io.vertx.rxjava3.redis.client.Request
Adds a JsonObject argument, the encoding will serialize the json as key0, value0, key1, value1, ...
arg(JsonArray) - Method in class io.vertx.rxjava3.redis.client.Request
Adds a JsonArray argument, the encoding will serialize the json as value0, value1, ...
arg(byte[]) - Method in class io.vertx.rxjava3.redis.client.Request
Adds a byte array
arg(int) - Method in class io.vertx.rxjava3.redis.client.Request
Adds a int encoded to string
arg(short) - Method in class io.vertx.rxjava3.redis.client.Request
Adds a short encoded to string
arg(byte) - Method in class io.vertx.rxjava3.redis.client.Request
Adds a byte encoded to string
arg(float) - Method in class io.vertx.rxjava3.redis.client.Request
Adds a float encoded to string
arg(double) - Method in class io.vertx.rxjava3.redis.client.Request
Adds a double encoded to string
argName - Variable in class io.vertx.core.cli.Argument
The argument name used in the usage.
argName - Variable in class io.vertx.core.cli.Option
the option name used in usage message.
args() - Method in interface io.vertx.ext.shell.command.CommandProcess
 
args() - Method in class io.vertx.reactivex.ext.shell.command.CommandProcess
 
args() - Method in class io.vertx.rxjava.ext.shell.command.CommandProcess
 
args() - Method in class io.vertx.rxjava3.ext.shell.command.CommandProcess
 
argsTokens() - Method in interface io.vertx.ext.shell.command.CommandProcess
 
argsTokens() - Method in class io.vertx.reactivex.ext.shell.command.CommandProcess
 
argsTokens() - Method in class io.vertx.rxjava.ext.shell.command.CommandProcess
 
argsTokens() - Method in class io.vertx.rxjava3.ext.shell.command.CommandProcess
 
Argument - Annotation Type in io.vertx.core.cli.annotations
Annotates a setter to be called with the value of a command line argument.
Argument - Class in io.vertx.core.cli
Defines a command line argument.
Argument() - Constructor for class io.vertx.core.cli.Argument
Creates a new empty instance of Argument.
Argument(Argument) - Constructor for class io.vertx.core.cli.Argument
Creates a new instance of Argument by copying other.
Argument(JsonObject) - Constructor for class io.vertx.core.cli.Argument
Creates a new instance of Argument from the given JSON object.
ArgumentConverter - Class in io.vertx.core.cli
Converter and mapper for Argument.
ArgumentConverter() - Constructor for class io.vertx.core.cli.ArgumentConverter
 
arrayEventMode() - Method in interface io.vertx.core.parsetools.JsonParser
Flip the parser to emit a stream of events for each new json array.
arrayEventMode() - Method in class io.vertx.reactivex.core.parsetools.JsonParser
Flip the parser to emit a stream of events for each new json array.
arrayEventMode() - Method in class io.vertx.rxjava.core.parsetools.JsonParser
Flip the parser to emit a stream of events for each new json array.
arrayEventMode() - Method in class io.vertx.rxjava3.core.parsetools.JsonParser
Flip the parser to emit a stream of events for each new json array.
ArrayKeyword - Class in io.vertx.json.schema.common.dsl
 
ArrayKeyword(String, Object) - Constructor for class io.vertx.json.schema.common.dsl.ArrayKeyword
 
ArrayKeyword(String, Supplier<Object>) - Constructor for class io.vertx.json.schema.common.dsl.ArrayKeyword
 
ArrayOfBigDecimal - Static variable in class io.vertx.sqlclient.data.NullValue
 
ArrayOfBoolean - Static variable in class io.vertx.sqlclient.data.NullValue
 
ArrayOfBuffer - Static variable in class io.vertx.sqlclient.data.NullValue
 
ArrayOfDouble - Static variable in class io.vertx.sqlclient.data.NullValue
 
ArrayOfFloat - Static variable in class io.vertx.sqlclient.data.NullValue
 
ArrayOfInteger - Static variable in class io.vertx.sqlclient.data.NullValue
 
ArrayOfJsonArray - Static variable in class io.vertx.sqlclient.data.NullValue
 
ArrayOfJsonObject - Static variable in class io.vertx.sqlclient.data.NullValue
 
ArrayOfLocalDate - Static variable in class io.vertx.sqlclient.data.NullValue
 
ArrayOfLocalDateTime - Static variable in class io.vertx.sqlclient.data.NullValue
 
ArrayOfLocalTime - Static variable in class io.vertx.sqlclient.data.NullValue
 
ArrayOfLong - Static variable in class io.vertx.sqlclient.data.NullValue
 
ArrayOfOffsetDateTime - Static variable in class io.vertx.sqlclient.data.NullValue
 
ArrayOfOffsetTime - Static variable in class io.vertx.sqlclient.data.NullValue
 
ArrayOfShort - Static variable in class io.vertx.sqlclient.data.NullValue
 
ArrayOfString - Static variable in class io.vertx.sqlclient.data.NullValue
 
ArrayOfTemporal - Static variable in class io.vertx.sqlclient.data.NullValue
 
ArrayOfUUID - Static variable in class io.vertx.sqlclient.data.NullValue
 
ArrayParserFactory - Interface in io.vertx.ext.web.validation.builder
This interface is used to create ValueParser able to parse serialized array structures.
arraySchema() - Static method in class io.vertx.json.schema.common.dsl.Schemas
 
ArraySchemaBuilder - Class in io.vertx.json.schema.common.dsl
 
arrayValue() - Method in interface io.vertx.core.parsetools.JsonEvent
 
arrayValue() - Method in class io.vertx.reactivex.core.parsetools.JsonEvent
 
arrayValue() - Method in class io.vertx.rxjava.core.parsetools.JsonEvent
 
arrayValue() - Method in class io.vertx.rxjava3.core.parsetools.JsonEvent
 
arrayValueMode() - Method in interface io.vertx.core.parsetools.JsonParser
Flip the parser to emit a single value event for each new json array.
arrayValueMode() - Method in class io.vertx.reactivex.core.parsetools.JsonParser
Flip the parser to emit a single value event for each new json array.
arrayValueMode() - Method in class io.vertx.rxjava.core.parsetools.JsonParser
Flip the parser to emit a single value event for each new json array.
arrayValueMode() - Method in class io.vertx.rxjava3.core.parsetools.JsonParser
Flip the parser to emit a single value event for each new json array.
as(BodyCodec<U>) - Method in interface io.vertx.ext.web.client.HttpRequest
Configure the request to decode the response with the responseCodec.
as(BodyCodec<U>) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Configure the request to decode the response with the responseCodec.
as(BodyCodec<U>) - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
Configure the request to decode the response with the responseCodec.
as(BodyCodec<U>) - Method in class io.vertx.rxjava3.ext.web.client.HttpRequest
Configure the request to decode the response with the responseCodec.
asBoolean(AsyncResult) - Static method in class io.vertx.lang.groovy.VertxExtensionModule
Coerces an AsyncResult as a boolean value according to Groovy-Truth.
asInteger() - Method in class io.vertx.json.schema.common.dsl.NumberSchemaBuilder
 
ASKING - Static variable in class io.vertx.reactivex.redis.client.Command
 
asking(Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command asking.
asking() - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command asking.
ASKING - Static variable in interface io.vertx.redis.client.Command
 
asking(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command asking.
asking() - Method in interface io.vertx.redis.client.RedisAPI
Redis command asking.
ASKING - Static variable in class io.vertx.rxjava.redis.client.Command
 
asking(Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command asking.
asking() - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command asking.
ASKING - Static variable in class io.vertx.rxjava3.redis.client.Command
 
asking() - Method in class io.vertx.rxjava3.redis.client.RedisAPI
Redis command asking.
asMessageHandler() - Method in interface io.vertx.ext.unit.collect.EventBusCollector
 
asReadStream(Observable<R>, Function<R, J>) - Static method in class io.vertx.rx.java.ReadStreamSubscriber
 
assertComplete(Future<T>) - Method in class io.vertx.junit5.VertxTestContext
This method allows you to check if a future is completed.
assertEquals(Object, Object) - Method in interface io.vertx.ext.unit.TestContext
Assert the expected argument is equals to the actual argument.
assertEquals(Object, Object, String) - Method in interface io.vertx.ext.unit.TestContext
Assert the expected argument is equals to the actual argument.
assertEquals(Object, Object) - Method in class io.vertx.reactivex.ext.unit.TestContext
Assert the expected argument is equals to the actual argument.
assertEquals(Object, Object, String) - Method in class io.vertx.reactivex.ext.unit.TestContext
Assert the expected argument is equals to the actual argument.
assertEquals(Object, Object) - Method in class io.vertx.rxjava.ext.unit.TestContext
Assert the expected argument is equals to the actual argument.
assertEquals(Object, Object, String) - Method in class io.vertx.rxjava.ext.unit.TestContext
Assert the expected argument is equals to the actual argument.
assertEquals(Object, Object) - Method in class io.vertx.rxjava3.ext.unit.TestContext
Assert the expected argument is equals to the actual argument.
assertEquals(Object, Object, String) - Method in class io.vertx.rxjava3.ext.unit.TestContext
Assert the expected argument is equals to the actual argument.
assertFailure(Future<T>) - Method in class io.vertx.junit5.VertxTestContext
This method allows you to check if a future is failed.
assertFalse(boolean) - Method in interface io.vertx.ext.unit.TestContext
Assert the specified condition is false.
assertFalse(boolean, String) - Method in interface io.vertx.ext.unit.TestContext
Assert the specified condition is false.
assertFalse(boolean) - Method in class io.vertx.reactivex.ext.unit.TestContext
Assert the specified condition is false.
assertFalse(boolean, String) - Method in class io.vertx.reactivex.ext.unit.TestContext
Assert the specified condition is false.
assertFalse(boolean) - Method in class io.vertx.rxjava.ext.unit.TestContext
Assert the specified condition is false.
assertFalse(boolean, String) - Method in class io.vertx.rxjava.ext.unit.TestContext
Assert the specified condition is false.
assertFalse(boolean) - Method in class io.vertx.rxjava3.ext.unit.TestContext
Assert the specified condition is false.
assertFalse(boolean, String) - Method in class io.vertx.rxjava3.ext.unit.TestContext
Assert the specified condition is false.
assertInRange(double, double, double) - Method in interface io.vertx.ext.unit.TestContext
Asserts that the expected double argument is equals to the actual double argument within a positive delta.
assertInRange(double, double, double, String) - Method in interface io.vertx.ext.unit.TestContext
Asserts that the expected double argument is equals to the actual double argument within a positive delta.
assertInRange(double, double, double) - Method in class io.vertx.reactivex.ext.unit.TestContext
Asserts that the expected double argument is equals to the actual double argument within a positive delta.
assertInRange(double, double, double, String) - Method in class io.vertx.reactivex.ext.unit.TestContext
Asserts that the expected double argument is equals to the actual double argument within a positive delta.
assertInRange(double, double, double) - Method in class io.vertx.rxjava.ext.unit.TestContext
Asserts that the expected double argument is equals to the actual double argument within a positive delta.
assertInRange(double, double, double, String) - Method in class io.vertx.rxjava.ext.unit.TestContext
Asserts that the expected double argument is equals to the actual double argument within a positive delta.
assertInRange(double, double, double) - Method in class io.vertx.rxjava3.ext.unit.TestContext
Asserts that the expected double argument is equals to the actual double argument within a positive delta.
assertInRange(double, double, double, String) - Method in class io.vertx.rxjava3.ext.unit.TestContext
Asserts that the expected double argument is equals to the actual double argument within a positive delta.
assertNotEquals(Object, Object) - Method in interface io.vertx.ext.unit.TestContext
Assert the first argument is not equals to the second argument.
assertNotEquals(Object, Object, String) - Method in interface io.vertx.ext.unit.TestContext
Assert the first argument is not equals to the second argument.
assertNotEquals(Object, Object) - Method in class io.vertx.reactivex.ext.unit.TestContext
Assert the first argument is not equals to the second argument.
assertNotEquals(Object, Object, String) - Method in class io.vertx.reactivex.ext.unit.TestContext
Assert the first argument is not equals to the second argument.
assertNotEquals(Object, Object) - Method in class io.vertx.rxjava.ext.unit.TestContext
Assert the first argument is not equals to the second argument.
assertNotEquals(Object, Object, String) - Method in class io.vertx.rxjava.ext.unit.TestContext
Assert the first argument is not equals to the second argument.
assertNotEquals(Object, Object) - Method in class io.vertx.rxjava3.ext.unit.TestContext
Assert the first argument is not equals to the second argument.
assertNotEquals(Object, Object, String) - Method in class io.vertx.rxjava3.ext.unit.TestContext
Assert the first argument is not equals to the second argument.
assertNotNull(Object) - Method in interface io.vertx.ext.unit.TestContext
Assert the expected argument is not null.
assertNotNull(Object, String) - Method in interface io.vertx.ext.unit.TestContext
Assert the expected argument is not null.
assertNotNull(Object) - Method in class io.vertx.reactivex.ext.unit.TestContext
Assert the expected argument is not null.
assertNotNull(Object, String) - Method in class io.vertx.reactivex.ext.unit.TestContext
Assert the expected argument is not null.
assertNotNull(Object) - Method in class io.vertx.rxjava.ext.unit.TestContext
Assert the expected argument is not null.
assertNotNull(Object, String) - Method in class io.vertx.rxjava.ext.unit.TestContext
Assert the expected argument is not null.
assertNotNull(Object) - Method in class io.vertx.rxjava3.ext.unit.TestContext
Assert the expected argument is not null.
assertNotNull(Object, String) - Method in class io.vertx.rxjava3.ext.unit.TestContext
Assert the expected argument is not null.
assertNull(Object) - Method in interface io.vertx.ext.unit.TestContext
Assert the expected argument is null.
assertNull(Object, String) - Method in interface io.vertx.ext.unit.TestContext
Assert the expected argument is null.
assertNull(Object) - Method in class io.vertx.reactivex.ext.unit.TestContext
Assert the expected argument is null.
assertNull(Object, String) - Method in class io.vertx.reactivex.ext.unit.TestContext
Assert the expected argument is null.
assertNull(Object) - Method in class io.vertx.rxjava.ext.unit.TestContext
Assert the expected argument is null.
assertNull(Object, String) - Method in class io.vertx.rxjava.ext.unit.TestContext
Assert the expected argument is null.
assertNull(Object) - Method in class io.vertx.rxjava3.ext.unit.TestContext
Assert the expected argument is null.
assertNull(Object, String) - Method in class io.vertx.rxjava3.ext.unit.TestContext
Assert the expected argument is null.
assertTrue(boolean) - Method in interface io.vertx.ext.unit.TestContext
Assert the specified condition is true.
assertTrue(boolean, String) - Method in interface io.vertx.ext.unit.TestContext
Assert the specified condition is true.
assertTrue(boolean) - Method in class io.vertx.reactivex.ext.unit.TestContext
Assert the specified condition is true.
assertTrue(boolean, String) - Method in class io.vertx.reactivex.ext.unit.TestContext
Assert the specified condition is true.
assertTrue(boolean) - Method in class io.vertx.rxjava.ext.unit.TestContext
Assert the specified condition is true.
assertTrue(boolean, String) - Method in class io.vertx.rxjava.ext.unit.TestContext
Assert the specified condition is true.
assertTrue(boolean) - Method in class io.vertx.rxjava3.ext.unit.TestContext
Assert the specified condition is true.
assertTrue(boolean, String) - Method in class io.vertx.rxjava3.ext.unit.TestContext
Assert the specified condition is true.
assign(TopicPartition) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
Manually assign a partition to this consumer.
assign(Set<TopicPartition>) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
Manually assign a list of partition to this consumer.
assign(TopicPartition, Handler<AsyncResult<Void>>) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
Manually assign a partition to this consumer.
assign(Set<TopicPartition>, Handler<AsyncResult<Void>>) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
Manually assign a list of partition to this consumer.
assign(Set<TopicPartition>) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
Manually assign a set of partitions to this consumer.
assign(Set<TopicPartition>, Handler<AsyncResult<Void>>) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
Manually assign a set of partitions to this consumer.
assign(TopicPartition, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Manually assign a partition to this consumer.
assign(TopicPartition) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Manually assign a partition to this consumer.
assign(Set<TopicPartition>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Manually assign a list of partition to this consumer.
assign(Set<TopicPartition>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Manually assign a list of partition to this consumer.
assign(TopicPartition, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Manually assign a partition to this consumer.
assign(TopicPartition) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Manually assign a partition to this consumer.
assign(Set<TopicPartition>, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Manually assign a list of partition to this consumer.
assign(Set<TopicPartition>) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Manually assign a list of partition to this consumer.
assign(TopicPartition) - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
Manually assign a partition to this consumer.
assign(Set<TopicPartition>) - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
Manually assign a list of partition to this consumer.
assignment(Handler<AsyncResult<Set<TopicPartition>>>) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
Get the set of partitions currently assigned to this consumer.
assignment() - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
Like KafkaConsumer.assignment(Handler) but returns a Future of the asynchronous result
assignment(Handler<AsyncResult<Set<TopicPartition>>>) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
Get the set of partitions currently assigned to this consumer.
assignment() - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
Like KafkaReadStream.assignment(Handler) but returns a Future of the asynchronous result
assignment(Handler<AsyncResult<Set<TopicPartition>>>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Get the set of partitions currently assigned to this consumer.
assignment() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Get the set of partitions currently assigned to this consumer.
assignment(Handler<AsyncResult<Set<TopicPartition>>>) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Get the set of partitions currently assigned to this consumer.
assignment() - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Get the set of partitions currently assigned to this consumer.
assignment() - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
Get the set of partitions currently assigned to this consumer.
asStream() - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
 
asStream() - Method in interface io.vertx.kafka.client.producer.KafkaProducer
 
asType(Map, Class) - Static method in class io.vertx.lang.groovy.VertxExtensionModule
Convert a JSON like map data structure to a Vert.x data object or a JsonObject.
Async - Interface in io.vertx.ext.unit
An asynchronous exit point for a test.

async() - Method in interface io.vertx.ext.unit.TestContext
Create and returns a new async object, the returned async controls the completion of the test.
async(int) - Method in interface io.vertx.ext.unit.TestContext
Create and returns a new async object, the returned async controls the completion of the test.
Async - Class in io.vertx.reactivex.ext.unit
An asynchronous exit point for a test.

NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.

Async(Async) - Constructor for class io.vertx.reactivex.ext.unit.Async
 
Async(Object) - Constructor for class io.vertx.reactivex.ext.unit.Async
 
async() - Method in class io.vertx.reactivex.ext.unit.TestContext
Create and returns a new async object, the returned async controls the completion of the test.
async(int) - Method in class io.vertx.reactivex.ext.unit.TestContext
Create and returns a new async object, the returned async controls the completion of the test.
Async - Class in io.vertx.rxjava.ext.unit
An asynchronous exit point for a test.

NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.

Async(Async) - Constructor for class io.vertx.rxjava.ext.unit.Async
 
Async(Object) - Constructor for class io.vertx.rxjava.ext.unit.Async
 
async() - Method in class io.vertx.rxjava.ext.unit.TestContext
Create and returns a new async object, the returned async controls the completion of the test.
async(int) - Method in class io.vertx.rxjava.ext.unit.TestContext
Create and returns a new async object, the returned async controls the completion of the test.
Async - Class in io.vertx.rxjava3.ext.unit
An asynchronous exit point for a test.

NOTE: This class has been automatically generated from the original non RX-ified interface using Vert.x codegen.

Async(Async) - Constructor for class io.vertx.rxjava3.ext.unit.Async
 
Async(Object) - Constructor for class io.vertx.rxjava3.ext.unit.Async
 
async() - Method in class io.vertx.rxjava3.ext.unit.TestContext
Create and returns a new async object, the returned async controls the completion of the test.
async(int) - Method in class io.vertx.rxjava3.ext.unit.TestContext
Create and returns a new async object, the returned async controls the completion of the test.
asyncAssertFailure() - Method in interface io.vertx.ext.unit.TestContext
Creates and returns a new async handler, the returned handler controls the completion of the test.

When the returned handler is called back with a failed result it completes the async operation.

When the returned handler is called back with a succeeded result it fails the test.

asyncAssertFailure(Handler<Throwable>) - Method in interface io.vertx.ext.unit.TestContext
Creates and returns a new async handler, the returned handler controls the completion of the test.

When the returned handler is called back with a failed result it completes the async operation.

When the returned handler is called back with a succeeded result it fails the test.

asyncAssertFailure() - Method in class io.vertx.reactivex.ext.unit.TestContext
Creates and returns a new async handler, the returned handler controls the completion of the test.

When the returned handler is called back with a failed result it completes the async operation.

When the returned handler is called back with a succeeded result it fails the test.

asyncAssertFailure(Handler<Throwable>) - Method in class io.vertx.reactivex.ext.unit.TestContext
Creates and returns a new async handler, the returned handler controls the completion of the test.

When the returned handler is called back with a failed result it completes the async operation.

When the returned handler is called back with a succeeded result it fails the test.

asyncAssertFailure() - Method in class io.vertx.rxjava.ext.unit.TestContext
Creates and returns a new async handler, the returned handler controls the completion of the test.

When the returned handler is called back with a failed result it completes the async operation.

When the returned handler is called back with a succeeded result it fails the test.

asyncAssertFailure(Handler<Throwable>) - Method in class io.vertx.rxjava.ext.unit.TestContext
Creates and returns a new async handler, the returned handler controls the completion of the test.

When the returned handler is called back with a failed result it completes the async operation.

When the returned handler is called back with a succeeded result it fails the test.

asyncAssertFailure() - Method in class io.vertx.rxjava3.ext.unit.TestContext
Creates and returns a new async handler, the returned handler controls the completion of the test.

When the returned handler is called back with a failed result it completes the async operation.

When the returned handler is called back with a succeeded result it fails the test.

asyncAssertFailure(Handler<Throwable>) - Method in class io.vertx.rxjava3.ext.unit.TestContext
Creates and returns a new async handler, the returned handler controls the completion of the test.

When the returned handler is called back with a failed result it completes the async operation.

When the returned handler is called back with a succeeded result it fails the test.

asyncAssertSuccess() - Method in interface io.vertx.ext.unit.TestContext
Creates and returns a new async handler, the returned handler controls the completion of the test.

When the returned handler is called back with a succeeded result it completes the async operation.

When the returned handler is called back with a failed result it fails the test with the cause of the failure.

asyncAssertSuccess(Handler<T>) - Method in interface io.vertx.ext.unit.TestContext
Creates and returns a new async handler, the returned handler controls the completion of the test.

When the returned handler is called back with a succeeded result it invokes the resultHandler argument with the async result.

asyncAssertSuccess() - Method in class io.vertx.reactivex.ext.unit.TestContext
Creates and returns a new async handler, the returned handler controls the completion of the test.

When the returned handler is called back with a succeeded result it completes the async operation.

When the returned handler is called back with a failed result it fails the test with the cause of the failure.

asyncAssertSuccess(Handler<T>) - Method in class io.vertx.reactivex.ext.unit.TestContext
Creates and returns a new async handler, the returned handler controls the completion of the test.

When the returned handler is called back with a succeeded result it invokes the resultHandler argument with the async result.

asyncAssertSuccess() - Method in class io.vertx.rxjava.ext.unit.TestContext
Creates and returns a new async handler, the returned handler controls the completion of the test.

When the returned handler is called back with a succeeded result it completes the async operation.

When the returned handler is called back with a failed result it fails the test with the cause of the failure.

asyncAssertSuccess(Handler<T>) - Method in class io.vertx.rxjava.ext.unit.TestContext
Creates and returns a new async handler, the returned handler controls the completion of the test.

When the returned handler is called back with a succeeded result it invokes the resultHandler argument with the async result.

asyncAssertSuccess() - Method in class io.vertx.rxjava3.ext.unit.TestContext
Creates and returns a new async handler, the returned handler controls the completion of the test.

When the returned handler is called back with a succeeded result it completes the async operation.

When the returned handler is called back with a failed result it fails the test with the cause of the failure.

asyncAssertSuccess(Handler<T>) - Method in class io.vertx.rxjava3.ext.unit.TestContext
Creates and returns a new async handler, the returned handler controls the completion of the test.

When the returned handler is called back with a succeeded result it invokes the resultHandler argument with the async result.

AsyncFile - Interface in io.vertx.core.file
Represents a file on the file-system which can be read from, or written to asynchronously.
AsyncFile - Class in io.vertx.reactivex.core.file
Represents a file on the file-system which can be read from, or written to asynchronously.
AsyncFile(AsyncFile) - Constructor for class io.vertx.reactivex.core.file.AsyncFile
 
AsyncFile(Object) - Constructor for class io.vertx.reactivex.core.file.AsyncFile
 
AsyncFile - Class in io.vertx.rxjava.core.file
Represents a file on the file-system which can be read from, or written to asynchronously.
AsyncFile(AsyncFile) - Constructor for class io.vertx.rxjava.core.file.AsyncFile
 
AsyncFile(Object) - Constructor for class io.vertx.rxjava.core.file.AsyncFile
 
AsyncFile - Class in io.vertx.rxjava3.core.file
Represents a file on the file-system which can be read from, or written to asynchronously.
AsyncFile(AsyncFile) - Constructor for class io.vertx.rxjava3.core.file.AsyncFile
 
AsyncFile(Object) - Constructor for class io.vertx.rxjava3.core.file.AsyncFile
 
AsyncMap<K,V> - Interface in io.vertx.core.shareddata
An asynchronous map.
AsyncMap<K,V> - Class in io.vertx.reactivex.core.shareddata
An asynchronous map.
AsyncMap(AsyncMap) - Constructor for class io.vertx.reactivex.core.shareddata.AsyncMap
 
AsyncMap(Object, TypeArg<K>, TypeArg<V>) - Constructor for class io.vertx.reactivex.core.shareddata.AsyncMap
 
AsyncMap<K,V> - Class in io.vertx.rxjava.core.shareddata
An asynchronous map.
AsyncMap(AsyncMap) - Constructor for class io.vertx.rxjava.core.shareddata.AsyncMap
 
AsyncMap(Object, TypeArg<K>, TypeArg<V>) - Constructor for class io.vertx.rxjava.core.shareddata.AsyncMap
 
AsyncMap<K,V> - Class in io.vertx.rxjava3.core.shareddata
An asynchronous map.
AsyncMap(AsyncMap) - Constructor for class io.vertx.rxjava3.core.shareddata.AsyncMap
 
AsyncMap(Object, TypeArg<K>, TypeArg<V>) - Constructor for class io.vertx.rxjava3.core.shareddata.AsyncMap
 
AsyncResult<T> - Interface in io.vertx.core
Encapsulates the result of an asynchronous operation.
AsyncValidator - Interface in io.vertx.json.schema.common
 
attachment(String) - Method in interface io.vertx.ext.web.RoutingContext
Set Content-Disposition get to "attachment" with optional filename mime type.
attachment(String) - Method in class io.vertx.reactivex.ext.web.RoutingContext
Set Content-Disposition get to "attachment" with optional filename mime type.
attachment(String) - Method in class io.vertx.rxjava.ext.web.RoutingContext
Set Content-Disposition get to "attachment" with optional filename mime type.
attachment(String) - Method in class io.vertx.rxjava3.ext.web.RoutingContext
Set Content-Disposition get to "attachment" with optional filename mime type.
Attestation - Enum in io.vertx.ext.auth.webauthn
AttestationConveyancePreference https://www.w3.org/TR/webauthn/#attestation-convey
AttestationCertificates - Class in io.vertx.ext.auth.webauthn
Data Object containing the list of certificates used during the attestation of this authenticator.
AttestationCertificates() - Constructor for class io.vertx.ext.auth.webauthn.AttestationCertificates
 
AttestationCertificates(JsonObject) - Constructor for class io.vertx.ext.auth.webauthn.AttestationCertificates
 
AttestationCertificatesConverter - Class in io.vertx.ext.auth.webauthn
Converter and mapper for AttestationCertificates.
AttestationCertificatesConverter() - Constructor for class io.vertx.ext.auth.webauthn.AttestationCertificatesConverter
 
attribute(String, String) - Method in interface io.vertx.ext.web.multipart.MultipartForm
Add an attribute form data part.
attribute(String, String) - Method in class io.vertx.reactivex.ext.web.multipart.MultipartForm
Add an attribute form data part.
attribute(String, String) - Method in class io.vertx.rxjava.ext.web.multipart.MultipartForm
Add an attribute form data part.
attribute(String, String) - Method in class io.vertx.rxjava3.ext.web.multipart.MultipartForm
Add an attribute form data part.
attributes() - Method in interface io.vertx.ext.auth.User
Gets extra attributes of the user.
attributes() - Method in class io.vertx.reactivex.ext.auth.User
Gets extra attributes of the user.
attributes() - Method in class io.vertx.reactivex.redis.client.Response
RESP3 responses may include attributes
attributes() - Method in interface io.vertx.redis.client.Response
RESP3 responses may include attributes
attributes() - Method in class io.vertx.rxjava.ext.auth.User
Gets extra attributes of the user.
attributes() - Method in class io.vertx.rxjava.redis.client.Response
RESP3 responses may include attributes
attributes() - Method in class io.vertx.rxjava3.ext.auth.User
Gets extra attributes of the user.
attributes() - Method in class io.vertx.rxjava3.redis.client.Response
RESP3 responses may include attributes
Auth - Class in io.vertx.config.vault.client
Represents Auth result.
Auth() - Constructor for class io.vertx.config.vault.client.Auth
 
auth() - Method in interface io.vertx.mqtt.MqttEndpoint
 
auth() - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
 
AUTH - Static variable in class io.vertx.reactivex.redis.client.Command
 
auth(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command auth.
auth(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command auth.
AUTH - Static variable in interface io.vertx.redis.client.Command
 
auth(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command auth.
auth(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command auth.
auth() - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
 
AUTH - Static variable in class io.vertx.rxjava.redis.client.Command
 
auth(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command auth.
auth(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command auth.
auth() - Method in class io.vertx.rxjava3.mqtt.MqttEndpoint
 
AUTH - Static variable in class io.vertx.rxjava3.redis.client.Command
 
auth(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
Redis command auth.
AUTH_PASSWORD_PROPERTY - Static variable in class io.vertx.ext.httpservicefactory.HttpServiceFactory
 
AUTH_USERNAME_PROPERTY - Static variable in class io.vertx.ext.httpservicefactory.HttpServiceFactory
 
authenticate(JsonObject, Handler<AsyncResult<User>>) - Method in interface io.vertx.ext.auth.authentication.AuthenticationProvider
Authenticate a user.
authenticate(JsonObject) - Method in interface io.vertx.ext.auth.authentication.AuthenticationProvider
Authenticate a user.
authenticate(Credentials, Handler<AsyncResult<User>>) - Method in interface io.vertx.ext.auth.authentication.AuthenticationProvider
Authenticate a user.
authenticate(Credentials) - Method in interface io.vertx.ext.auth.authentication.AuthenticationProvider
Authenticate a user.
authenticate(Function<RoutingContext, Future<User>>) - Method in interface io.vertx.ext.web.handler.SimpleAuthenticationHandler
This function will allow you to perform authentication the way you intended to.
authenticate(JsonObject, Handler<AsyncResult<User>>) - Method in class io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider
Authenticate a user.
authenticate(JsonObject) - Method in class io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider
Authenticate a user.
authenticate(Credentials, Handler<AsyncResult<User>>) - Method in class io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider
Authenticate a user.
authenticate(Credentials) - Method in class io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider
Authenticate a user.
authenticate(Function<RoutingContext, Future<User>>) - Method in class io.vertx.reactivex.ext.web.handler.SimpleAuthenticationHandler
This function will allow you to perform authentication the way you intended to.
authenticate(Function<RoutingContext, Single<User>>) - Method in class io.vertx.reactivex.ext.web.handler.SimpleAuthenticationHandler
This function will allow you to perform authentication the way you intended to.
authenticate(JsonObject, Handler<AsyncResult<User>>) - Method in class io.vertx.rxjava.ext.auth.authentication.AuthenticationProvider
Authenticate a user.
authenticate(JsonObject) - Method in class io.vertx.rxjava.ext.auth.authentication.AuthenticationProvider
Authenticate a user.
authenticate(Credentials, Handler<AsyncResult<User>>) - Method in class io.vertx.rxjava.ext.auth.authentication.AuthenticationProvider
Authenticate a user.
authenticate(Credentials) - Method in class io.vertx.rxjava.ext.auth.authentication.AuthenticationProvider
Authenticate a user.
authenticate(Function<RoutingContext, Future<User>>) - Method in class io.vertx.rxjava.ext.web.handler.SimpleAuthenticationHandler
This function will allow you to perform authentication the way you intended to.
authenticate(JsonObject) - Method in class io.vertx.rxjava3.ext.auth.authentication.AuthenticationProvider
Authenticate a user.
authenticate(Credentials) - Method in class io.vertx.rxjava3.ext.auth.authentication.AuthenticationProvider
Authenticate a user.
authenticate(Function<RoutingContext, Single<User>>) - Method in class io.vertx.rxjava3.ext.web.handler.SimpleAuthenticationHandler
This function will allow you to perform authentication the way you intended to.
authentication(Credentials) - Method in interface io.vertx.ext.web.client.HttpRequest
Configure the request to perform HTTP Authentication.
authentication(Credentials) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Configure the request to perform HTTP Authentication.
authentication(Credentials) - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
Configure the request to perform HTTP Authentication.
authentication(Credentials) - Method in class io.vertx.rxjava3.ext.web.client.HttpRequest
Configure the request to perform HTTP Authentication.
AuthenticationHandler - Interface in io.vertx.ext.web.handler
Base interface for auth handlers.
AuthenticationHandler - Interface in io.vertx.reactivex.ext.web.handler
Base interface for auth handlers.
AuthenticationHandler - Interface in io.vertx.rxjava.ext.web.handler
Base interface for auth handlers.
AuthenticationHandler - Interface in io.vertx.rxjava3.ext.web.handler
Base interface for auth handlers.
AuthenticationProvider - Interface in io.vertx.ext.auth.authentication
User-facing interface for authenticating users.
AuthenticationProvider - Class in io.vertx.reactivex.ext.auth.authentication
User-facing interface for authenticating users.
AuthenticationProvider(AuthenticationProvider) - Constructor for class io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider
 
AuthenticationProvider(Object) - Constructor for class io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider
 
AuthenticationProvider - Class in io.vertx.rxjava.ext.auth.authentication
User-facing interface for authenticating users.
AuthenticationProvider(AuthenticationProvider) - Constructor for class io.vertx.rxjava.ext.auth.authentication.AuthenticationProvider
 
AuthenticationProvider(Object) - Constructor for class io.vertx.rxjava.ext.auth.authentication.AuthenticationProvider
 
AuthenticationProvider - Class in io.vertx.rxjava3.ext.auth.authentication
User-facing interface for authenticating users.
AuthenticationProvider(AuthenticationProvider) - Constructor for class io.vertx.rxjava3.ext.auth.authentication.AuthenticationProvider
 
AuthenticationProvider(Object) - Constructor for class io.vertx.rxjava3.ext.auth.authentication.AuthenticationProvider
 
Authenticator - Class in io.vertx.ext.auth.webauthn
Data Object representing an authenticator at rest.
Authenticator() - Constructor for class io.vertx.ext.auth.webauthn.Authenticator
 
Authenticator(JsonObject) - Constructor for class io.vertx.ext.auth.webauthn.Authenticator
 
AuthenticatorAttachment - Enum in io.vertx.ext.auth.webauthn
AuthenticatorAttachment https://www.w3.org/TR/webauthn/#enumdef-authenticatorattachment
AuthenticatorConverter - Class in io.vertx.ext.auth.webauthn
Converter and mapper for Authenticator.
AuthenticatorConverter() - Constructor for class io.vertx.ext.auth.webauthn.AuthenticatorConverter
 
authenticatorFetcher(Function<Authenticator, Future<List<Authenticator>>>) - Method in interface io.vertx.ext.auth.webauthn.WebAuthn
Provide a Function that can fetch Authenticators from a backend given the incomplete Authenticator argument.
authenticatorFetcher(Function<Authenticator, Future<List<Authenticator>>>) - Method in class io.vertx.reactivex.ext.auth.webauthn.WebAuthn
Provide a that can fetch Authenticators from a backend given the incomplete Authenticator argument.
authenticatorFetcher(Function<Authenticator, Single<List<Authenticator>>>) - Method in class io.vertx.reactivex.ext.auth.webauthn.WebAuthn
Provide a that can fetch Authenticators from a backend given the incomplete Authenticator argument.
authenticatorFetcher(Function<Authenticator, Future<List<Authenticator>>>) - Method in class io.vertx.rxjava.ext.auth.webauthn.WebAuthn
Provide a that can fetch Authenticators from a backend given the incomplete Authenticator argument.
authenticatorFetcher(Function<Authenticator, Single<List<Authenticator>>>) - Method in class io.vertx.rxjava3.ext.auth.webauthn.WebAuthn
Provide a that can fetch Authenticators from a backend given the incomplete Authenticator argument.
AuthenticatorTransport - Enum in io.vertx.ext.auth.webauthn
AuthenticatorTransport https://www.w3.org/TR/webauthn/#enumdef-authenticatortransport
authenticatorUpdater(Function<Authenticator, Future<Void>>) - Method in interface io.vertx.ext.auth.webauthn.WebAuthn
Provide a Function that can update or insert a Authenticator.
authenticatorUpdater(Function<Authenticator, Future<Void>>) - Method in class io.vertx.reactivex.ext.auth.webauthn.WebAuthn
Provide a that can update or insert a Authenticator.
authenticatorUpdater(Function<Authenticator, Completable>) - Method in class io.vertx.reactivex.ext.auth.webauthn.WebAuthn
Provide a that can update or insert a Authenticator.
authenticatorUpdater(Function<Authenticator, Future<Void>>) - Method in class io.vertx.rxjava.ext.auth.webauthn.WebAuthn
Provide a that can update or insert a Authenticator.
authenticatorUpdater(Function<Authenticator, Completable>) - Method in class io.vertx.rxjava3.ext.auth.webauthn.WebAuthn
Provide a that can update or insert a Authenticator.
AuthOptions - Interface in io.vertx.ext.auth
Deprecated.
do not use this interface to create a provider, use the provider specific factory.
AUTHORIZATION - Static variable in interface io.vertx.core.http.HttpHeaders
Authorization header name
Authorization - Interface in io.vertx.ext.auth.authorization
Interface representing any kind of authorization such as: Role based authorization Permission based authorization Logical authorization (AND, OR, NOT) Time based authorization (ie: allow access the last 5 days of the month, from 8am till 10am, etc.) Context based authorization (ie: allow access if the ip address is 'xxx.xxx.xxx.xxx') Custom based authorization (ie: based on a script or hard-coded code specific to an application) etc.
AUTHORIZATION - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Authorization header name
Authorization - Class in io.vertx.reactivex.ext.auth.authorization
Interface representing any kind of authorization such as: Role based authorization Permission based authorization Logical authorization (AND, OR, NOT) Time based authorization (ie: allow access the last 5 days of the month, from 8am till 10am, etc.) Context based authorization (ie: allow access if the ip address is 'xxx.xxx.xxx.xxx') Custom based authorization (ie: based on a script or hard-coded code specific to an application) etc.
Authorization(Authorization) - Constructor for class io.vertx.reactivex.ext.auth.authorization.Authorization
 
Authorization(Object) - Constructor for class io.vertx.reactivex.ext.auth.authorization.Authorization
 
AUTHORIZATION - Static variable in class io.vertx.rxjava.core.http.HttpHeaders
Authorization header name
Authorization - Class in io.vertx.rxjava.ext.auth.authorization
Interface representing any kind of authorization such as: Role based authorization Permission based authorization Logical authorization (AND, OR, NOT) Time based authorization (ie: allow access the last 5 days of the month, from 8am till 10am, etc.) Context based authorization (ie: allow access if the ip address is 'xxx.xxx.xxx.xxx') Custom based authorization (ie: based on a script or hard-coded code specific to an application) etc.
Authorization(Authorization) - Constructor for class io.vertx.rxjava.ext.auth.authorization.Authorization
 
Authorization(Object) - Constructor for class io.vertx.rxjava.ext.auth.authorization.Authorization
 
AUTHORIZATION - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
Authorization header name
Authorization - Class in io.vertx.rxjava3.ext.auth.authorization
Interface representing any kind of authorization such as: Role based authorization Permission based authorization Logical authorization (AND, OR, NOT) Time based authorization (ie: allow access the last 5 days of the month, from 8am till 10am, etc.) Context based authorization (ie: allow access if the ip address is 'xxx.xxx.xxx.xxx') Custom based authorization (ie: based on a script or hard-coded code specific to an application) etc.
Authorization(Authorization) - Constructor for class io.vertx.rxjava3.ext.auth.authorization.Authorization
 
Authorization(Object) - Constructor for class io.vertx.rxjava3.ext.auth.authorization.Authorization
 
AuthorizationContext - Interface in io.vertx.ext.auth.authorization
The AuthorizationContext contains properties that can be used to match authorizations.
AuthorizationContext - Class in io.vertx.reactivex.ext.auth.authorization
The AuthorizationContext contains properties that can be used to match authorizations.
AuthorizationContext(AuthorizationContext) - Constructor for class io.vertx.reactivex.ext.auth.authorization.AuthorizationContext
 
AuthorizationContext(Object) - Constructor for class io.vertx.reactivex.ext.auth.authorization.AuthorizationContext
 
AuthorizationContext - Class in io.vertx.rxjava.ext.auth.authorization
The AuthorizationContext contains properties that can be used to match authorizations.
AuthorizationContext(AuthorizationContext) - Constructor for class io.vertx.rxjava.ext.auth.authorization.AuthorizationContext
 
AuthorizationContext(Object) - Constructor for class io.vertx.rxjava.ext.auth.authorization.AuthorizationContext
 
AuthorizationContext - Class in io.vertx.rxjava3.ext.auth.authorization
The AuthorizationContext contains properties that can be used to match authorizations.
AuthorizationContext(AuthorizationContext) - Constructor for class io.vertx.rxjava3.ext.auth.authorization.AuthorizationContext
 
AuthorizationContext(Object) - Constructor for class io.vertx.rxjava3.ext.auth.authorization.AuthorizationContext
 
AuthorizationHandler - Interface in io.vertx.ext.web.handler
Base interface for authorization handlers that provide authorization support.
AuthorizationHandler - Class in io.vertx.reactivex.ext.web.handler
Base interface for authorization handlers that provide authorization support.
AuthorizationHandler(AuthorizationHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.AuthorizationHandler
 
AuthorizationHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.AuthorizationHandler
 
AuthorizationHandler - Class in io.vertx.rxjava.ext.web.handler
Base interface for authorization handlers that provide authorization support.
AuthorizationHandler(AuthorizationHandler) - Constructor for class io.vertx.rxjava.ext.web.handler.AuthorizationHandler
 
AuthorizationHandler(Object) - Constructor for class io.vertx.rxjava.ext.web.handler.AuthorizationHandler
 
AuthorizationHandler - Class in io.vertx.rxjava3.ext.web.handler
Base interface for authorization handlers that provide authorization support.
AuthorizationHandler(AuthorizationHandler) - Constructor for class io.vertx.rxjava3.ext.web.handler.AuthorizationHandler
 
AuthorizationHandler(Object) - Constructor for class io.vertx.rxjava3.ext.web.handler.AuthorizationHandler
 
AuthorizationProvider - Interface in io.vertx.ext.auth.authorization
The role of an AuthorizationProvider is to return a set of Authorization.
AuthorizationProvider - Class in io.vertx.reactivex.ext.auth.authorization
The role of an AuthorizationProvider is to return a set of Authorization.
AuthorizationProvider(AuthorizationProvider) - Constructor for class io.vertx.reactivex.ext.auth.authorization.AuthorizationProvider
 
AuthorizationProvider(Object) - Constructor for class io.vertx.reactivex.ext.auth.authorization.AuthorizationProvider
 
AuthorizationProvider - Class in io.vertx.rxjava.ext.auth.authorization
The role of an AuthorizationProvider is to return a set of Authorization.
AuthorizationProvider(AuthorizationProvider) - Constructor for class io.vertx.rxjava.ext.auth.authorization.AuthorizationProvider
 
AuthorizationProvider(Object) - Constructor for class io.vertx.rxjava.ext.auth.authorization.AuthorizationProvider
 
AuthorizationProvider - Class in io.vertx.rxjava3.ext.auth.authorization
The role of an AuthorizationProvider is to return a set of Authorization.
AuthorizationProvider(AuthorizationProvider) - Constructor for class io.vertx.rxjava3.ext.auth.authorization.AuthorizationProvider
 
AuthorizationProvider(Object) - Constructor for class io.vertx.rxjava3.ext.auth.authorization.AuthorizationProvider
 
Authorizations - Interface in io.vertx.ext.auth.authorization
 
authorizations() - Method in interface io.vertx.ext.auth.User
Returns user's authorizations that have been previously loaded by the providers.
Authorizations - Class in io.vertx.reactivex.ext.auth.authorization
 
Authorizations(Authorizations) - Constructor for class io.vertx.reactivex.ext.auth.authorization.Authorizations
 
Authorizations(Object) - Constructor for class io.vertx.reactivex.ext.auth.authorization.Authorizations
 
authorizations() - Method in class io.vertx.reactivex.ext.auth.User
Returns user's authorizations that have been previously loaded by the providers.
Authorizations - Class in io.vertx.rxjava.ext.auth.authorization
 
Authorizations(Authorizations) - Constructor for class io.vertx.rxjava.ext.auth.authorization.Authorizations
 
Authorizations(Object) - Constructor for class io.vertx.rxjava.ext.auth.authorization.Authorizations
 
authorizations() - Method in class io.vertx.rxjava.ext.auth.User
Returns user's authorizations that have been previously loaded by the providers.
Authorizations - Class in io.vertx.rxjava3.ext.auth.authorization
 
Authorizations(Authorizations) - Constructor for class io.vertx.rxjava3.ext.auth.authorization.Authorizations
 
Authorizations(Object) - Constructor for class io.vertx.rxjava3.ext.auth.authorization.Authorizations
 
authorizations() - Method in class io.vertx.rxjava3.ext.auth.User
Returns user's authorizations that have been previously loaded by the providers.
authorizeURL(JsonObject) - Method in interface io.vertx.ext.auth.oauth2.OAuth2Auth
The client sends the end-user's browser to this endpoint to request their authentication and consent.
authorizeURL(JsonObject) - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
The client sends the end-user's browser to this endpoint to request their authentication and consent.
authorizeURL(JsonObject) - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
The client sends the end-user's browser to this endpoint to request their authentication and consent.
authorizeURL(JsonObject) - Method in class io.vertx.rxjava3.ext.auth.oauth2.OAuth2Auth
The client sends the end-user's browser to this endpoint to request their authentication and consent.
AuthProvider - Interface in io.vertx.ext.auth
Deprecated.
This interface was quite opionated. The new alternative is to use one of the specific interfaces: AuthenticationProvider or AuthorizationProvider
authProvider(AuthProvider) - Method in interface io.vertx.ext.shell.term.TermServer
Set an auth provider to use, any provider configured in options will override this provider.
authProvider(AuthenticationProvider) - Method in interface io.vertx.ext.stomp.StompServerHandler
Configures the AuthenticationProvider to be used to authenticate the user.
AuthProvider - Class in io.vertx.reactivex.ext.auth
User-facing interface for authenticating users.
AuthProvider(AuthProvider) - Constructor for class io.vertx.reactivex.ext.auth.AuthProvider
 
AuthProvider(Object) - Constructor for class io.vertx.reactivex.ext.auth.AuthProvider
 
authProvider(AuthProvider) - Method in class io.vertx.reactivex.ext.shell.term.TermServer
Set an auth provider to use, any provider configured in options will override this provider.
authProvider(AuthenticationProvider) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
Configures the to be used to authenticate the user.
AuthProvider - Class in io.vertx.rxjava.ext.auth
User-facing interface for authenticating users.
AuthProvider(AuthProvider) - Constructor for class io.vertx.rxjava.ext.auth.AuthProvider
 
AuthProvider(Object) - Constructor for class io.vertx.rxjava.ext.auth.AuthProvider
 
authProvider(AuthProvider) - Method in class io.vertx.rxjava.ext.shell.term.TermServer
Set an auth provider to use, any provider configured in options will override this provider.
authProvider(AuthenticationProvider) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
Configures the to be used to authenticate the user.
AuthProvider - Class in io.vertx.rxjava3.ext.auth
User-facing interface for authenticating users.
AuthProvider(AuthProvider) - Constructor for class io.vertx.rxjava3.ext.auth.AuthProvider
 
AuthProvider(Object) - Constructor for class io.vertx.rxjava3.ext.auth.AuthProvider
 
authProvider(AuthProvider) - Method in class io.vertx.rxjava3.ext.shell.term.TermServer
Set an auth provider to use, any provider configured in options will override this provider.
authProvider(AuthenticationProvider) - Method in class io.vertx.rxjava3.ext.stomp.StompServerHandler
Configures the to be used to authenticate the user.
authTime(JsonObject) - Static method in interface io.vertx.ext.auth.oauth2.KeycloakHelper
Deprecated.
 
authTime(JsonObject) - Static method in class io.vertx.reactivex.ext.auth.oauth2.KeycloakHelper
Deprecated.
authTime(JsonObject) - Static method in class io.vertx.rxjava.ext.auth.oauth2.KeycloakHelper
Deprecated.
authTime(JsonObject) - Static method in class io.vertx.rxjava3.ext.auth.oauth2.KeycloakHelper
Deprecated.
autoKeepAlive(boolean) - Method in interface io.vertx.mqtt.MqttEndpoint
Enable/disable auto keep alive (sending ping response)
autoKeepAlive(boolean) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
Enable/disable auto keep alive (sending ping response)
autoKeepAlive(boolean) - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
Enable/disable auto keep alive (sending ping response)
autoKeepAlive(boolean) - Method in class io.vertx.rxjava3.mqtt.MqttEndpoint
Enable/disable auto keep alive (sending ping response)
await() - Method in interface io.vertx.ext.unit.Completion
Cause the current thread to wait until this completion completes.

If the current thread is interrupted, an exception will be thrown.

await(long) - Method in interface io.vertx.ext.unit.Completion
Cause the current thread to wait until this completion completes with a configurable timeout.

If completion times out or the current thread is interrupted, an exception will be thrown.

await() - Method in class io.vertx.reactivex.ext.unit.Completion
Cause the current thread to wait until this completion completes.

If the current thread is interrupted, an exception will be thrown.

await(long) - Method in class io.vertx.reactivex.ext.unit.Completion
Cause the current thread to wait until this completion completes with a configurable timeout.

If completion times out or the current thread is interrupted, an exception will be thrown.

await() - Method in class io.vertx.rxjava.ext.unit.Completion
Cause the current thread to wait until this completion completes.

If the current thread is interrupted, an exception will be thrown.

await(long) - Method in class io.vertx.rxjava.ext.unit.Completion
Cause the current thread to wait until this completion completes with a configurable timeout.

If completion times out or the current thread is interrupted, an exception will be thrown.

await() - Method in class io.vertx.rxjava3.ext.unit.Completion
Cause the current thread to wait until this completion completes.

If the current thread is interrupted, an exception will be thrown.

await(long) - Method in class io.vertx.rxjava3.ext.unit.Completion
Cause the current thread to wait until this completion completes with a configurable timeout.

If completion times out or the current thread is interrupted, an exception will be thrown.

awaitCompletion(long, TimeUnit) - Method in class io.vertx.junit5.VertxTestContext
Wait for the completion of the test context.
awaitEvent(Consumer<Handler<T>>) - Static method in class io.vertx.ext.sync.Sync
Deprecated.
Receive a single event from a handler synchronously.
awaitEvent(Consumer<Handler<T>>, long) - Static method in class io.vertx.ext.sync.Sync
Deprecated.
Receive a single event from a handler synchronously.
awaitResult(Consumer<Handler<AsyncResult<T>>>) - Static method in class io.vertx.ext.sync.Sync
Deprecated.
Invoke an asynchronous operation and obtain the result synchronous.
awaitResult(Consumer<Handler<AsyncResult<T>>>, long) - Static method in class io.vertx.ext.sync.Sync
Deprecated.
Invoke an asynchronous operation and obtain the result synchronous.
awaitSuccess() - Method in interface io.vertx.ext.unit.Completion
Cause the current thread to wait until this completion completes and succeeds.

If the current thread is interrupted or the suite fails, an exception will be thrown.

awaitSuccess(long) - Method in interface io.vertx.ext.unit.Completion
Cause the current thread to wait until this completion completes and succeeds with a configurable timeout.

If completion times out or the current thread is interrupted or the suite fails, an exception will be thrown.

awaitSuccess() - Method in interface io.vertx.ext.unit.TestCase
Assert the test case passes and block until it is executed.
awaitSuccess(long, TimeUnit) - Method in interface io.vertx.ext.unit.TestCase
Assert the test case passes and block until it is executed.
awaitSuccess(Vertx) - Method in interface io.vertx.ext.unit.TestCase
Assert the test case passes and block until it is executed.
awaitSuccess(Vertx, long, TimeUnit) - Method in interface io.vertx.ext.unit.TestCase
Assert the test case passes and block until it is executed.
awaitSuccess() - Method in class io.vertx.reactivex.ext.unit.Completion
Cause the current thread to wait until this completion completes and succeeds.

If the current thread is interrupted or the suite fails, an exception will be thrown.

awaitSuccess(long) - Method in class io.vertx.reactivex.ext.unit.Completion
Cause the current thread to wait until this completion completes and succeeds with a configurable timeout.

If completion times out or the current thread is interrupted or the suite fails, an exception will be thrown.

awaitSuccess() - Method in class io.vertx.rxjava.ext.unit.Completion
Cause the current thread to wait until this completion completes and succeeds.

If the current thread is interrupted or the suite fails, an exception will be thrown.

awaitSuccess(long) - Method in class io.vertx.rxjava.ext.unit.Completion
Cause the current thread to wait until this completion completes and succeeds with a configurable timeout.

If completion times out or the current thread is interrupted or the suite fails, an exception will be thrown.

awaitSuccess() - Method in class io.vertx.rxjava3.ext.unit.Completion
Cause the current thread to wait until this completion completes and succeeds.

If the current thread is interrupted or the suite fails, an exception will be thrown.

awaitSuccess(long) - Method in class io.vertx.rxjava3.ext.unit.Completion
Cause the current thread to wait until this completion completes and succeeds with a configurable timeout.

If completion times out or the current thread is interrupted or the suite fails, an exception will be thrown.

awaitTermination(long, TimeUnit) - Method in class io.vertx.grpc.VertxServer
 
awaitTermination() - Method in class io.vertx.grpc.VertxServer
 
AzureADAuth - Interface in io.vertx.ext.auth.oauth2.providers
Simplified factory to create an OAuth2Auth for Azure AD.
AzureADAuth - Class in io.vertx.reactivex.ext.auth.oauth2.providers
Simplified factory to create an for Azure AD.
AzureADAuth(AzureADAuth) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.AzureADAuth
 
AzureADAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.AzureADAuth
 
AzureADAuth - Class in io.vertx.rxjava.ext.auth.oauth2.providers
Simplified factory to create an for Azure AD.
AzureADAuth(AzureADAuth) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.providers.AzureADAuth
 
AzureADAuth(Object) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.providers.AzureADAuth
 
AzureADAuth - Class in io.vertx.rxjava3.ext.auth.oauth2.providers
Simplified factory to create an for Azure AD.
AzureADAuth(AzureADAuth) - Constructor for class io.vertx.rxjava3.ext.auth.oauth2.providers.AzureADAuth
 
AzureADAuth(Object) - Constructor for class io.vertx.rxjava3.ext.auth.oauth2.providers.AzureADAuth
 

B

BackendRegistries - Class in io.vertx.micrometer.backends
BackendRegistries is responsible for managing registries related to particular micrometer backends (influxdb, prometheus...) It contains a store of BackendRegistry objects, each of whose encapsulating a micrometer's MeterRegistry
BackendRegistry - Interface in io.vertx.micrometer.backends
 
background(boolean) - Method in class io.vertx.ext.mongo.IndexOptions
Should the index should be created in the background
backgroundHandler(Handler<Void>) - Method in interface io.vertx.ext.shell.command.CommandProcess
Set a background handler, this handler is called when the command is running and put to background.
backgroundHandler(Handler<Void>) - Method in class io.vertx.reactivex.ext.shell.command.CommandProcess
Set a background handler, this handler is called when the command is running and put to background.
backgroundHandler(Handler<Void>) - Method in class io.vertx.rxjava.ext.shell.command.CommandProcess
Set a background handler, this handler is called when the command is running and put to background.
backgroundHandler(Handler<Void>) - Method in class io.vertx.rxjava3.ext.shell.command.CommandProcess
Set a background handler, this handler is called when the command is running and put to background.
BadRequestException - Exception in io.vertx.ext.web.validation
Represents an exception while processing a request with ValidationHandler.
BadRequestException(String, Throwable) - Constructor for exception io.vertx.ext.web.validation.BadRequestException
 
base64(byte[]) - Static method in class io.vertx.ext.mail.mailencoder.Utils
 
BASE64 - Static variable in class io.vertx.json.schema.common.RegularExpressions
 
BaseAsyncValidator - Class in io.vertx.json.schema.common
 
BaseAsyncValidator() - Constructor for class io.vertx.json.schema.common.BaseAsyncValidator
 
BaseBridgeEvent - Interface in io.vertx.ext.bridge
Represents an event that occurs on the event bus bridge.
BaseBridgeEvent - Class in io.vertx.reactivex.ext.bridge
Represents an event that occurs on the event bus bridge.
BaseBridgeEvent(BaseBridgeEvent) - Constructor for class io.vertx.reactivex.ext.bridge.BaseBridgeEvent
 
BaseBridgeEvent(Object) - Constructor for class io.vertx.reactivex.ext.bridge.BaseBridgeEvent
 
BaseBridgeEvent - Class in io.vertx.rxjava.ext.bridge
Represents an event that occurs on the event bus bridge.
BaseBridgeEvent(BaseBridgeEvent) - Constructor for class io.vertx.rxjava.ext.bridge.BaseBridgeEvent
 
BaseBridgeEvent(Object) - Constructor for class io.vertx.rxjava.ext.bridge.BaseBridgeEvent
 
BaseBridgeEvent - Class in io.vertx.rxjava3.ext.bridge
Represents an event that occurs on the event bus bridge.
BaseBridgeEvent(BaseBridgeEvent) - Constructor for class io.vertx.rxjava3.ext.bridge.BaseBridgeEvent
 
BaseBridgeEvent(Object) - Constructor for class io.vertx.rxjava3.ext.bridge.BaseBridgeEvent
 
BaseCombinatorsValidator - Class in io.vertx.json.schema.common
 
BaseCombinatorsValidator(MutableStateValidator) - Constructor for class io.vertx.json.schema.common.BaseCombinatorsValidator
 
BaseCombinatorsValidatorFactory - Class in io.vertx.json.schema.common
 
BaseCombinatorsValidatorFactory() - Constructor for class io.vertx.json.schema.common.BaseCombinatorsValidatorFactory
 
BaseCommandPack - Class in io.vertx.ext.shell.command.base
 
BaseCommandPack(Vertx) - Constructor for class io.vertx.ext.shell.command.base.BaseCommandPack
 
baseCommands(Vertx) - Static method in interface io.vertx.ext.shell.command.CommandResolver
 
baseCommands(Vertx) - Static method in class io.vertx.reactivex.ext.shell.command.CommandResolver
 
baseCommands(Vertx) - Static method in class io.vertx.rxjava.ext.shell.command.CommandResolver
 
baseCommands(Vertx) - Static method in class io.vertx.rxjava3.ext.shell.command.CommandResolver
 
BaseFormatValidatorFactory - Class in io.vertx.json.schema.common
 
BaseFormatValidatorFactory() - Constructor for class io.vertx.json.schema.common.BaseFormatValidatorFactory
 
BASELINE_CONTROL - Static variable in class io.vertx.core.http.HttpMethod
The RFC 3253 BASELINE_CONTROL method, this instance is interned and uniquely used.
BaseMutableStateValidator - Class in io.vertx.json.schema.common
 
BaseMutableStateValidator(MutableStateValidator) - Constructor for class io.vertx.json.schema.common.BaseMutableStateValidator
 
BaseSchemaParser - Class in io.vertx.json.schema.common
 
BaseSchemaParser(SchemaRouter) - Constructor for class io.vertx.json.schema.common.BaseSchemaParser
 
BaseSingleSchemaValidator - Class in io.vertx.json.schema.common
 
BaseSingleSchemaValidator(MutableStateValidator) - Constructor for class io.vertx.json.schema.common.BaseSingleSchemaValidator
 
BaseSingleSchemaValidatorFactory - Class in io.vertx.json.schema.common
 
BaseSingleSchemaValidatorFactory() - Constructor for class io.vertx.json.schema.common.BaseSingleSchemaValidatorFactory
 
BaseSyncValidator - Class in io.vertx.json.schema.common
 
BaseSyncValidator() - Constructor for class io.vertx.json.schema.common.BaseSyncValidator
 
basicAck(long, boolean, Handler<AsyncResult<Void>>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Acknowledge one or several received messages.
basicAck(long, boolean) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Like RabbitMQClient.basicAck(long, boolean, Handler) but returns a Future of the asynchronous result
basicAck(long, boolean, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Acknowledge one or several received messages.
basicAck(long, boolean) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Acknowledge one or several received messages.
basicAck(long, boolean, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Acknowledge one or several received messages.
basicAck(long, boolean) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Acknowledge one or several received messages.
basicAck(long, boolean) - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
Acknowledge one or several received messages.
basicAuthentication(String, String) - Method in interface io.vertx.ext.web.client.HttpRequest
Configure the request to perform basic access authentication.
basicAuthentication(Buffer, Buffer) - Method in interface io.vertx.ext.web.client.HttpRequest
Configure the request to perform basic access authentication.
basicAuthentication(String, String) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Configure the request to perform basic access authentication.
basicAuthentication(Buffer, Buffer) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Configure the request to perform basic access authentication.
basicAuthentication(String, String) - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
Configure the request to perform basic access authentication.
basicAuthentication(Buffer, Buffer) - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
Configure the request to perform basic access authentication.
basicAuthentication(String, String) - Method in class io.vertx.rxjava3.ext.web.client.HttpRequest
Configure the request to perform basic access authentication.
basicAuthentication(Buffer, Buffer) - Method in class io.vertx.rxjava3.ext.web.client.HttpRequest
Configure the request to perform basic access authentication.
BasicAuthHandler - Interface in io.vertx.ext.web.handler
An auth handler that provides HTTP Basic Authentication support.
BasicAuthHandler - Class in io.vertx.reactivex.ext.web.handler
An auth handler that provides HTTP Basic Authentication support.
BasicAuthHandler(BasicAuthHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.BasicAuthHandler
 
BasicAuthHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.BasicAuthHandler
 
BasicAuthHandler - Class in io.vertx.rxjava.ext.web.handler
An auth handler that provides HTTP Basic Authentication support.
BasicAuthHandler(BasicAuthHandler) - Constructor for class io.vertx.rxjava.ext.web.handler.BasicAuthHandler
 
BasicAuthHandler(Object) - Constructor for class io.vertx.rxjava.ext.web.handler.BasicAuthHandler
 
BasicAuthHandler - Class in io.vertx.rxjava3.ext.web.handler
An auth handler that provides HTTP Basic Authentication support.
BasicAuthHandler(BasicAuthHandler) - Constructor for class io.vertx.rxjava3.ext.web.handler.BasicAuthHandler
 
BasicAuthHandler(Object) - Constructor for class io.vertx.rxjava3.ext.web.handler.BasicAuthHandler
 
basicConsumer(String, Handler<AsyncResult<RabbitMQConsumer>>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
 
basicConsumer(String) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Like RabbitMQClient.basicConsumer(String, Handler) but returns a Future of the asynchronous result
basicConsumer(String, QueueOptions, Handler<AsyncResult<RabbitMQConsumer>>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Create a consumer with the given options.
basicConsumer(String, QueueOptions) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Like RabbitMQClient.basicConsumer(String, QueueOptions, Handler) but returns a Future of the asynchronous result
basicConsumer(String, Handler<AsyncResult<RabbitMQConsumer>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
 
basicConsumer(String) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
 
basicConsumer(String, QueueOptions, Handler<AsyncResult<RabbitMQConsumer>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Create a consumer with the given options.
basicConsumer(String, QueueOptions) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Create a consumer with the given options.
basicConsumer(String, Handler<AsyncResult<RabbitMQConsumer>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
 
basicConsumer(String) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
 
basicConsumer(String, QueueOptions, Handler<AsyncResult<RabbitMQConsumer>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Create a consumer with the given options.
basicConsumer(String, QueueOptions) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Create a consumer with the given options.
basicConsumer(String) - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
 
basicConsumer(String, QueueOptions) - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
Create a consumer with the given options.
basicGet(String, boolean, Handler<AsyncResult<RabbitMQMessage>>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Retrieve a message from a queue using AMQP.Basic.Get
basicGet(String, boolean) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Like RabbitMQClient.basicGet(String, boolean, Handler) but returns a Future of the asynchronous result
basicGet(String, boolean, Handler<AsyncResult<RabbitMQMessage>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Retrieve a message from a queue using AMQP.Basic.Get
basicGet(String, boolean) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Retrieve a message from a queue using AMQP.Basic.Get
basicGet(String, boolean, Handler<AsyncResult<RabbitMQMessage>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Retrieve a message from a queue using AMQP.Basic.Get
basicGet(String, boolean) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Retrieve a message from a queue using AMQP.Basic.Get
basicGet(String, boolean) - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
Retrieve a message from a queue using AMQP.Basic.Get
basicNack(long, boolean, boolean, Handler<AsyncResult<Void>>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Reject one or several received messages.
basicNack(long, boolean, boolean) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Like RabbitMQClient.basicNack(long, boolean, boolean, Handler) but returns a Future of the asynchronous result
basicNack(long, boolean, boolean, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Reject one or several received messages.
basicNack(long, boolean, boolean) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Reject one or several received messages.
basicNack(long, boolean, boolean, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Reject one or several received messages.
basicNack(long, boolean, boolean) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Reject one or several received messages.
basicNack(long, boolean, boolean) - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
Reject one or several received messages.
basicPublish(String, String, Buffer, Handler<AsyncResult<Void>>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Publish a message.
basicPublish(String, String, Buffer) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Like RabbitMQClient.basicPublish(String, String, Buffer, Handler) but returns a Future of the asynchronous result
basicPublish(String, String, BasicProperties, Buffer, Handler<AsyncResult<Void>>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Publish a message.
basicPublish(String, String, BasicProperties, Buffer) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Like RabbitMQClient.basicPublish(String, String, BasicProperties, Buffer, Handler) but returns a Future of the asynchronous result
basicPublish(String, String, Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Publish a message.
basicPublish(String, String, Buffer) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Publish a message.
basicPublish(String, String, BasicProperties, Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Publish a message.
basicPublish(String, String, BasicProperties, Buffer) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Publish a message.
basicPublish(String, String, Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Publish a message.
basicPublish(String, String, Buffer) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Publish a message.
basicPublish(String, String, BasicProperties, Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Publish a message.
basicPublish(String, String, BasicProperties, Buffer) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Publish a message.
basicPublish(String, String, Buffer) - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
Publish a message.
basicPublish(String, String, BasicProperties, Buffer) - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
Publish a message.
basicPublishWithDeliveryTag(String, String, BasicProperties, Buffer, Handler<Long>, Handler<AsyncResult<Void>>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Publish a message.
basicPublishWithDeliveryTag(String, String, BasicProperties, Buffer, Handler<Long>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Publish a message.
basicPublishWithDeliveryTag(String, String, BasicProperties, Buffer, Handler<Long>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Publish a message.
basicPublishWithDeliveryTag(String, String, BasicProperties, Buffer, Handler<Long>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Publish a message.
basicPublishWithDeliveryTag(String, String, BasicProperties, Buffer, Handler<Long>, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Publish a message.
basicPublishWithDeliveryTag(String, String, BasicProperties, Buffer, Handler<Long>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Publish a message.
basicPublishWithDeliveryTag(String, String, BasicProperties, Buffer, Handler<Long>) - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
Publish a message.
basicQos(int, Handler<AsyncResult<Void>>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Request a specific prefetchCount "quality of service" settings for this channel.
basicQos(int) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Like RabbitMQClient.basicQos(int, Handler) but returns a Future of the asynchronous result
basicQos(int, boolean, Handler<AsyncResult<Void>>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Request a specific prefetchCount "quality of service" settings for this channel.
basicQos(int, boolean) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Like RabbitMQClient.basicQos(int, boolean, Handler) but returns a Future of the asynchronous result
basicQos(int, int, boolean, Handler<AsyncResult<Void>>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Request specific "quality of service" settings.
basicQos(int, int, boolean) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Like RabbitMQClient.basicQos(int, int, boolean, Handler) but returns a Future of the asynchronous result
basicQos(int, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Request a specific prefetchCount "quality of service" settings for this channel.
basicQos(int) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Request a specific prefetchCount "quality of service" settings for this channel.
basicQos(int, boolean, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Request a specific prefetchCount "quality of service" settings for this channel.
basicQos(int, boolean) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Request a specific prefetchCount "quality of service" settings for this channel.
basicQos(int, int, boolean, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Request specific "quality of service" settings.
basicQos(int, int, boolean) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Request specific "quality of service" settings.
basicQos(int, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Request a specific prefetchCount "quality of service" settings for this channel.
basicQos(int) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Request a specific prefetchCount "quality of service" settings for this channel.
basicQos(int, boolean, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Request a specific prefetchCount "quality of service" settings for this channel.
basicQos(int, boolean) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Request a specific prefetchCount "quality of service" settings for this channel.
basicQos(int, int, boolean, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Request specific "quality of service" settings.
basicQos(int, int, boolean) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Request specific "quality of service" settings.
basicQos(int) - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
Request a specific prefetchCount "quality of service" settings for this channel.
basicQos(int, boolean) - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
Request a specific prefetchCount "quality of service" settings for this channel.
basicQos(int, int, boolean) - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQClient
Request specific "quality of service" settings.
batch(List<String>, Handler<AsyncResult<List<Integer>>>) - Method in interface io.vertx.ext.sql.SQLConnection
Batch simple SQL strings and execute the batch where the async result contains a array of Integers.
batch(List<String>, Handler<AsyncResult<List<Integer>>>) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Batch simple SQL strings and execute the batch where the async result contains a array of Integers.
batch(List<String>) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Batch simple SQL strings and execute the batch where the async result contains a array of Integers.
batch(List<Request>, Handler<AsyncResult<List<Response>>>) - Method in class io.vertx.reactivex.redis.client.Redis
Sends a list of commands in a single IO operation, this prevents any inter twinning to happen from other client users.
batch(List<Request>) - Method in class io.vertx.reactivex.redis.client.Redis
Sends a list of commands in a single IO operation, this prevents any inter twinning to happen from other client users.
batch(List<Request>, Handler<AsyncResult<List<Response>>>) - Method in class io.vertx.reactivex.redis.client.RedisConnection
Sends a list of commands in a single IO operation, this prevents any inter twinning to happen from other client users.
batch(List<Request>) - Method in class io.vertx.reactivex.redis.client.RedisConnection
Sends a list of commands in a single IO operation, this prevents any inter twinning to happen from other client users.
batch(List<Request>, Handler<AsyncResult<List<Response>>>) - Method in interface io.vertx.redis.client.Redis
Sends a list of commands in a single IO operation, this prevents any inter twinning to happen from other client users.
batch(List<Request>) - Method in interface io.vertx.redis.client.Redis
Sends a list of commands in a single IO operation, this prevents any inter twinning to happen from other client users.
batch(List<Request>, Handler<AsyncResult<List<Response>>>) - Method in interface io.vertx.redis.client.RedisConnection
Sends a list of commands in a single IO operation, this prevents any inter twinning to happen from other client users.
batch(List<Request>) - Method in interface io.vertx.redis.client.RedisConnection
Sends a list of commands in a single IO operation, this prevents any inter twinning to happen from other client users.
batch(List<String>, Handler<AsyncResult<List<Integer>>>) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Batch simple SQL strings and execute the batch where the async result contains a array of Integers.
batch(List<String>) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Batch simple SQL strings and execute the batch where the async result contains a array of Integers.
batch(List<Request>, Handler<AsyncResult<List<Response>>>) - Method in class io.vertx.rxjava.redis.client.Redis
Sends a list of commands in a single IO operation, this prevents any inter twinning to happen from other client users.
batch(List<Request>) - Method in class io.vertx.rxjava.redis.client.Redis
Sends a list of commands in a single IO operation, this prevents any inter twinning to happen from other client users.
batch(List<Request>, Handler<AsyncResult<List<Response>>>) - Method in class io.vertx.rxjava.redis.client.RedisConnection
Sends a list of commands in a single IO operation, this prevents any inter twinning to happen from other client users.
batch(List<Request>) - Method in class io.vertx.rxjava.redis.client.RedisConnection
Sends a list of commands in a single IO operation, this prevents any inter twinning to happen from other client users.
batch(List<Request>) - Method in class io.vertx.rxjava3.redis.client.Redis
Sends a list of commands in a single IO operation, this prevents any inter twinning to happen from other client users.
batch(List<Request>) - Method in class io.vertx.rxjava3.redis.client.RedisConnection
Sends a list of commands in a single IO operation, this prevents any inter twinning to happen from other client users.
batchCallableWithParams(String, List<JsonArray>, List<JsonArray>, Handler<AsyncResult<List<Integer>>>) - Method in interface io.vertx.ext.sql.SQLConnection
Batch a callable statement with all entries from the args list.
batchCallableWithParams(String, List<JsonArray>, List<JsonArray>, Handler<AsyncResult<List<Integer>>>) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Batch a callable statement with all entries from the args list.
batchCallableWithParams(String, List<JsonArray>, List<JsonArray>) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Batch a callable statement with all entries from the args list.
batchCallableWithParams(String, List<JsonArray>, List<JsonArray>, Handler<AsyncResult<List<Integer>>>) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Batch a callable statement with all entries from the args list.
batchCallableWithParams(String, List<JsonArray>, List<JsonArray>) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Batch a callable statement with all entries from the args list.
batchHandler(Handler<KafkaConsumerRecords<K, V>>) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
Set the handler to be used when batches of messages are fetched from the Kafka server.
batchHandler(Handler<ConsumerRecords<K, V>>) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
Set the handler that will be called when a new batch of records is returned from Kafka.
batchHandler(Handler<KafkaConsumerRecords<K, V>>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Set the handler to be used when batches of messages are fetched from the Kafka server.
batchHandler(Handler<KafkaConsumerRecords<K, V>>) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Set the handler to be used when batches of messages are fetched from the Kafka server.
batchHandler(Handler<KafkaConsumerRecords<K, V>>) - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
Set the handler to be used when batches of messages are fetched from the Kafka server.
batchWithParams(String, List<JsonArray>, Handler<AsyncResult<List<Integer>>>) - Method in interface io.vertx.ext.sql.SQLConnection
Batch a prepared statement with all entries from the args list.
batchWithParams(String, List<JsonArray>, Handler<AsyncResult<List<Integer>>>) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Batch a prepared statement with all entries from the args list.
batchWithParams(String, List<JsonArray>) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Batch a prepared statement with all entries from the args list.
batchWithParams(String, List<JsonArray>, Handler<AsyncResult<List<Integer>>>) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Batch a prepared statement with all entries from the args list.
batchWithParams(String, List<JsonArray>) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Batch a prepared statement with all entries from the args list.
bearerTokenAuthentication(String) - Method in interface io.vertx.ext.web.client.HttpRequest
Configure the request to perform bearer token authentication.
bearerTokenAuthentication(String) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Configure the request to perform bearer token authentication.
bearerTokenAuthentication(String) - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
Configure the request to perform bearer token authentication.
bearerTokenAuthentication(String) - Method in class io.vertx.rxjava3.ext.web.client.HttpRequest
Configure the request to perform bearer token authentication.
before(Handler<TestContext>) - Method in interface io.vertx.ext.unit.TestSuite
Set a callback executed before the tests.
before(Handler<TestContext>) - Method in class io.vertx.reactivex.ext.unit.TestSuite
Set a callback executed before the tests.
before(Handler<TestContext>) - Method in class io.vertx.rxjava.ext.unit.TestSuite
Set a callback executed before the tests.
before(Handler<TestContext>) - Method in class io.vertx.rxjava3.ext.unit.TestSuite
Set a callback executed before the tests.
beforeAll(ExtensionContext) - Method in class io.vertx.junit5.VertxExtension
 
beforeDeployingVerticle(DeploymentOptions) - Method in class io.vertx.core.Launcher
Hook for sub-classes of Launcher before the verticle is deployed.
beforeEach(Handler<TestContext>) - Method in interface io.vertx.ext.unit.TestSuite
Set a callback executed before each test and after the suite before callback.
beforeEach(ExtensionContext) - Method in class io.vertx.junit5.VertxExtension
 
beforeEach(Handler<TestContext>) - Method in class io.vertx.reactivex.ext.unit.TestSuite
Set a callback executed before each test and after the suite before callback.
beforeEach(Handler<TestContext>) - Method in class io.vertx.rxjava.ext.unit.TestSuite
Set a callback executed before each test and after the suite before callback.
beforeEach(Handler<TestContext>) - Method in class io.vertx.rxjava3.ext.unit.TestSuite
Set a callback executed before each test and after the suite before callback.
beforeStartingVertx(VertxOptions) - Method in class io.vertx.core.Launcher
Hook for sub-classes of Launcher before the vertx instance is started.
beforeStoppingVertx(Vertx) - Method in class io.vertx.core.Launcher
 
beforeTestExecution(ExtensionContext) - Method in class io.vertx.junit5.VertxExtension
 
begin(T) - Method in interface io.vertx.core.spi.metrics.PoolMetrics
The submitted task start to use the resource.
begin(Handler<AsyncResult<Transaction>>) - Method in class io.vertx.reactivex.sqlclient.SqlConnection
Begin a transaction and returns a Transaction for controlling and tracking this transaction.
begin() - Method in class io.vertx.reactivex.sqlclient.SqlConnection
Begin a transaction and returns a Transaction for controlling and tracking this transaction.
begin(Handler<AsyncResult<Transaction>>) - Method in class io.vertx.rxjava.sqlclient.SqlConnection
Begin a transaction and returns a Transaction for controlling and tracking this transaction.
begin() - Method in class io.vertx.rxjava.sqlclient.SqlConnection
Begin a transaction and returns a Transaction for controlling and tracking this transaction.
begin() - Method in class io.vertx.rxjava3.sqlclient.SqlConnection
Begin a transaction and returns a Transaction for controlling and tracking this transaction.
begin(Handler<AsyncResult<Transaction>>) - Method in interface io.vertx.sqlclient.SqlConnection
Begin a transaction and returns a Transaction for controlling and tracking this transaction.
begin() - Method in interface io.vertx.sqlclient.SqlConnection
Like SqlConnection.begin(Handler) but returns a Future of the asynchronous result
beginHandler(Handler<ServerFrame>) - Method in interface io.vertx.ext.stomp.StompServerHandler
Configures the action to execute when a BEGIN frame is received.
beginHandler(Handler<ServerFrame>) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
Configures the action to execute when a BEGIN frame is received.
beginHandler(Handler<ServerFrame>) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
Configures the action to execute when a BEGIN frame is received.
beginHandler(Handler<ServerFrame>) - Method in class io.vertx.rxjava3.ext.stomp.StompServerHandler
Configures the action to execute when a BEGIN frame is received.
beginningOffsets(Set<TopicPartition>, Handler<AsyncResult<Map<TopicPartition, Long>>>) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
Get the first offset for the given partitions.
beginningOffsets(Set<TopicPartition>) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
Like KafkaConsumer.beginningOffsets(Set, Handler) but returns a Future of the asynchronous result
beginningOffsets(TopicPartition, Handler<AsyncResult<Long>>) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
Get the first offset for the given partitions.
beginningOffsets(TopicPartition) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
Like KafkaConsumer.beginningOffsets(TopicPartition, Handler) but returns a Future of the asynchronous result
beginningOffsets(Set<TopicPartition>, Handler<AsyncResult<Map<TopicPartition, Long>>>) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
Get the first offset for the given partitions.
beginningOffsets(Set<TopicPartition>) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
Like KafkaReadStream.beginningOffsets(Set, Handler) but returns a Future of the asynchronous result
beginningOffsets(TopicPartition, Handler<AsyncResult<Long>>) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
Get the first offset for the given partition.
beginningOffsets(TopicPartition) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
Like KafkaReadStream.beginningOffsets(TopicPartition, Handler) but returns a Future of the asynchronous result
beginningOffsets(TopicPartition, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Get the first offset for the given partitions.
beginningOffsets(TopicPartition) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Get the first offset for the given partitions.
beginningOffsets(TopicPartition, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Get the first offset for the given partitions.
beginningOffsets(TopicPartition) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Get the first offset for the given partitions.
beginningOffsets(TopicPartition) - Method in class io.vertx.rxjava3.kafka.client.consumer.KafkaConsumer
Get the first offset for the given partitions.
beginTime() - Method in interface io.vertx.ext.unit.report.TestResult
The time at which the test began in millis.
beginTime() - Method in class io.vertx.reactivex.ext.unit.report.TestResult
The time at which the test began in millis.
beginTime() - Method in class io.vertx.rxjava.ext.unit.report.TestResult
The time at which the test began in millis.
beginTime() - Method in class io.vertx.rxjava3.ext.unit.report.TestResult
The time at which the test began in millis.
beginTransaction(Handler<AsyncResult<Void>>) - Method in interface io.vertx.kafka.client.producer.KafkaProducer
Starts a new kafka transaction.
beginTransaction() - Method in interface io.vertx.kafka.client.producer.KafkaProducer
Like KafkaProducer.beginTransaction(Handler) but with a future of the result
beginTransaction(Handler<AsyncResult<Void>>) - Method in interface io.vertx.kafka.client.producer.KafkaWriteStream
Starts a new kafka transaction.
beginTransaction() - Method in interface io.vertx.kafka.client.producer.KafkaWriteStream
Like KafkaWriteStream.beginTransaction(Handler) but with a future of the result
beginTransaction(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
Starts a new kafka transaction.
beginTransaction() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
Starts a new kafka transaction.
beginTransaction(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
Starts a new kafka transaction.
beginTransaction() - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
Starts a new kafka transaction.
beginTransaction() - Method in class io.vertx.rxjava3.kafka.client.producer.KafkaProducer
Starts a new kafka transaction.
beginTX(String, Handler<AsyncResult<Frame>>) - Method in interface io.vertx.ext.stomp.StompClientConnection
Begins a transaction.
beginTX(String) - Method in interface io.vertx.ext.stomp.StompClientConnection
Begins a transaction.
beginTX(String, Map<String, String>) - Method in interface io.vertx.ext.stomp.StompClientConnection
Begins a transaction.
beginTX(String, Map<String, String>, Handler<AsyncResult<Frame>>) - Method in interface io.vertx.ext.stomp.StompClientConnection
Begins a transaction.
beginTX(String, Handler<AsyncResult<Frame>>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Begins a transaction.
beginTX(String) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Begins a transaction.
beginTX(String, Map<String, String>, Handler<AsyncResult<Frame>>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Begins a transaction.
beginTX(String, Map<String, String>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Begins a transaction.
beginTX(String, Handler<AsyncResult<Frame>>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Begins a transaction.
beginTX(String) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Begins a transaction.
beginTX(String, Map<String, String>, Handler<AsyncResult<Frame>>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Begins a transaction.
beginTX(String, Map<String, String>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Begins a transaction.
beginTX(String) - Method in class io.vertx.rxjava3.ext.stomp.StompClientConnection
Begins a transaction.
beginTX(String, Map<String, String>) - Method in class io.vertx.rxjava3.ext.stomp.StompClientConnection
Begins a transaction.
BGREWRITEAOF - Static variable in class io.vertx.reactivex.redis.client.Command
 
bgrewriteaof(Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bgrewriteaof.
bgrewriteaof() - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bgrewriteaof.
BGREWRITEAOF - Static variable in interface io.vertx.redis.client.Command
 
bgrewriteaof(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command bgrewriteaof.
bgrewriteaof() - Method in interface io.vertx.redis.client.RedisAPI
Redis command bgrewriteaof.
BGREWRITEAOF - Static variable in class io.vertx.rxjava.redis.client.Command
 
bgrewriteaof(Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command bgrewriteaof.
bgrewriteaof() - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command bgrewriteaof.
BGREWRITEAOF - Static variable in class io.vertx.rxjava3.redis.client.Command
 
bgrewriteaof() - Method in class io.vertx.rxjava3.redis.client.RedisAPI
Redis command bgrewriteaof.
BGSAVE - Static variable in class io.vertx.reactivex.redis.client.Command
 
bgsave(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bgsave.
bgsave(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bgsave.
BGSAVE - Static variable in interface io.vertx.redis.client.Command
 
bgsave(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command bgsave.
bgsave(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command bgsave.
BGSAVE - Static variable in class io.vertx.rxjava.redis.client.Command
 
bgsave(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command bgsave.
bgsave(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command bgsave.
BGSAVE - Static variable in class io.vertx.rxjava3.redis.client.Command
 
bgsave(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
Redis command bgsave.
BigDecimal - Static variable in class io.vertx.sqlclient.data.NullValue
 
bigDecimalValue() - Method in class io.vertx.sqlclient.data.Numeric
 
bigIntegerValue() - Method in class io.vertx.sqlclient.data.Numeric
 
binaryData() - Method in interface io.vertx.core.http.WebSocketFrame
 
binaryData() - Method in class io.vertx.reactivex.core.http.WebSocketFrame
 
binaryData() - Method in class io.vertx.rxjava.core.http.WebSocketFrame
 
binaryData() - Method in class io.vertx.rxjava3.core.http.WebSocketFrame
 
binaryFileUpload(String, String, String, String) - Method in interface io.vertx.ext.web.multipart.MultipartForm
Add a binary file upload form data part.
binaryFileUpload(String, String, Buffer, String) - Method in interface io.vertx.ext.web.multipart.MultipartForm
Add a binary file upload form data part.
binaryFileUpload(String, String, String, String) - Method in class io.vertx.reactivex.ext.web.multipart.MultipartForm
Add a binary file upload form data part.
binaryFileUpload(String, String, Buffer, String) - Method in class io.vertx.reactivex.ext.web.multipart.MultipartForm
Add a binary file upload form data part.
binaryFileUpload(String, String, String, String) - Method in class io.vertx.rxjava.ext.web.multipart.MultipartForm
Add a binary file upload form data part.
binaryFileUpload(String, String, Buffer, String) - Method in class io.vertx.rxjava.ext.web.multipart.MultipartForm
Add a binary file upload form data part.
binaryFileUpload(String, String, String, String) - Method in class io.vertx.rxjava3.ext.web.multipart.MultipartForm
Add a binary file upload form data part.
binaryFileUpload(String, String, Buffer, String) - Method in class io.vertx.rxjava3.ext.web.multipart.MultipartForm
Add a binary file upload form data part.
binaryFrame(Buffer, boolean) - Static method in interface io.vertx.core.http.WebSocketFrame
Create a binary WebSocket frame.
binaryFrame(Buffer, boolean) - Static method in class io.vertx.reactivex.core.http.WebSocketFrame
Create a binary WebSocket frame.
binaryFrame(Buffer, boolean) - Static method in class io.vertx.rxjava.core.http.WebSocketFrame
Create a binary WebSocket frame.
binaryFrame(Buffer, boolean) - Static method in class io.vertx.rxjava3.core.http.WebSocketFrame
Create a binary WebSocket frame.
binaryHandlerID() - Method in interface io.vertx.core.http.WebSocketBase
When a WebSocket is created it automatically registers an event handler with the event bus - the ID of that handler is given by this method.
binaryHandlerID() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
When a WebSocket is created it automatically registers an event handler with the event bus - the ID of that handler is given by this method.
binaryHandlerID() - Method in class io.vertx.reactivex.core.http.WebSocket
When a WebSocket is created it automatically registers an event handler with the event bus - the ID of that handler is given by this method.
binaryHandlerID() - Method in interface io.vertx.reactivex.core.http.WebSocketBase
When a WebSocket is created it automatically registers an event handler with the event bus - the ID of that handler is given by this method.
binaryHandlerID() - Method in class io.vertx.rxjava.core.http.ServerWebSocket
When a WebSocket is created it automatically registers an event handler with the event bus - the ID of that handler is given by this method.
binaryHandlerID() - Method in class io.vertx.rxjava.core.http.WebSocket
When a WebSocket is created it automatically registers an event handler with the event bus - the ID of that handler is given by this method.
binaryHandlerID() - Method in interface io.vertx.rxjava.core.http.WebSocketBase
When a WebSocket is created it automatically registers an event handler with the event bus - the ID of that handler is given by this method.
binaryHandlerID() - Method in class io.vertx.rxjava3.core.http.ServerWebSocket
When a WebSocket is created it automatically registers an event handler with the event bus - the ID of that handler is given by this method.
binaryHandlerID() - Method in class io.vertx.rxjava3.core.http.WebSocket
When a WebSocket is created it automatically registers an event handler with the event bus - the ID of that handler is given by this method.
binaryHandlerID() - Method in interface io.vertx.rxjava3.core.http.WebSocketBase
When a WebSocket is created it automatically registers an event handler with the event bus - the ID of that handler is given by this method.
binaryMessageHandler(Handler<Buffer>) - Method in interface io.vertx.core.http.WebSocketBase
Set a binary message handler on the connection.
binaryMessageHandler(Handler<Buffer>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Set a binary message handler on the connection.
binaryMessageHandler(Handler<Buffer>) - Method in class io.vertx.reactivex.core.http.WebSocket
Set a binary message handler on the connection.
binaryMessageHandler(Handler<Buffer>) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
Set a binary message handler on the connection.
binaryMessageHandler(Handler<Buffer>) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
Set a binary message handler on the connection.
binaryMessageHandler(Handler<Buffer>) - Method in class io.vertx.rxjava.core.http.WebSocket
Set a binary message handler on the connection.
binaryMessageHandler(Handler<Buffer>) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
Set a binary message handler on the connection.
binaryMessageHandler(Handler<Buffer>) - Method in class io.vertx.rxjava3.core.http.ServerWebSocket
Set a binary message handler on the connection.
binaryMessageHandler(Handler<Buffer>) - Method in class io.vertx.rxjava3.core.http.WebSocket
Set a binary message handler on the connection.
binaryMessageHandler(Handler<Buffer>) - Method in interface io.vertx.rxjava3.core.http.WebSocketBase
Set a binary message handler on the connection.
binaryValue() - Method in interface io.vertx.core.parsetools.JsonEvent
Return the binary value.
binaryValue() - Method in class io.vertx.reactivex.core.parsetools.JsonEvent
Return the binary value.
binaryValue() - Method in class io.vertx.rxjava.core.parsetools.JsonEvent
Return the binary value.
binaryValue() - Method in class io.vertx.rxjava3.core.parsetools.JsonEvent
Return the binary value.
bind(Function<JsonObject, Future<AuthenticationHandler>>) - Method in interface io.vertx.ext.web.openapi.SecurityScheme
 
bind(Metadata) - Method in class io.vertx.grpc.ContextServerInterceptor
This method is called before the ContextServerInterceptor.interceptCall(ServerCall, Metadata, ServerCallHandler) call happens and allows extracting data from the metadata to the vert.x context.
bind(Function<JsonObject, Future<AuthenticationHandler>>) - Method in class io.vertx.reactivex.ext.web.openapi.SecurityScheme
 
bind(Function<JsonObject, Single<AuthenticationHandler>>) - Method in class io.vertx.reactivex.ext.web.openapi.SecurityScheme
 
bind(Function<JsonObject, Single<AuthenticationHandler>>) - Method in class io.vertx.rxjava3.ext.web.openapi.SecurityScheme
 
bindBlocking(Function<JsonObject, AuthenticationHandler>) - Method in interface io.vertx.ext.web.openapi.SecurityScheme
 
bindBlocking(Function<JsonObject, AuthenticationHandler>) - Method in class io.vertx.reactivex.ext.web.openapi.SecurityScheme
 
bindBlocking(Function<JsonObject, AuthenticationHandler>) - Method in class io.vertx.rxjava3.ext.web.openapi.SecurityScheme
 
bindings() - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
 
bindings() - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
 
bindings() - Method in class io.vertx.rxjava3.servicediscovery.ServiceDiscovery
 
bindings() - Method in interface io.vertx.servicediscovery.ServiceDiscovery
 
BITCOUNT - Static variable in class io.vertx.reactivex.redis.client.Command
 
bitcount(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bitcount.
bitcount(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bitcount.
BITCOUNT - Static variable in interface io.vertx.redis.client.Command
 
bitcount(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command bitcount.
bitcount(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command bitcount.
BITCOUNT - Static variable in class io.vertx.rxjava.redis.client.Command
 
bitcount(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command bitcount.
bitcount(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command bitcount.
BITCOUNT - Static variable in class io.vertx.rxjava3.redis.client.Command
 
bitcount(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
Redis command bitcount.
BITFIELD - Static variable in class io.vertx.reactivex.redis.client.Command
 
bitfield(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bitfield.
bitfield(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bitfield.
BITFIELD - Static variable in interface io.vertx.redis.client.Command
 
bitfield(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command bitfield.
bitfield(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command bitfield.
BITFIELD - Static variable in class io.vertx.rxjava.redis.client.Command
 
bitfield(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command bitfield.
bitfield(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command bitfield.
BITFIELD - Static variable in class io.vertx.rxjava3.redis.client.Command
 
bitfield(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
Redis command bitfield.
BITFIELD_RO - Static variable in class io.vertx.reactivex.redis.client.Command
 
BITFIELD_RO - Static variable in interface io.vertx.redis.client.Command
 
BITFIELD_RO - Static variable in class io.vertx.rxjava.redis.client.Command
 
BITFIELD_RO - Static variable in class io.vertx.rxjava3.redis.client.Command
 
bitfieldRo(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bitfieldRo.
bitfieldRo(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bitfieldRo.
bitfieldRo(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command bitfieldRo.
bitfieldRo(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command bitfieldRo.
bitfieldRo(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command bitfieldRo.
bitfieldRo(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command bitfieldRo.
bitfieldRo(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
Redis command bitfieldRo.
BITOP - Static variable in class io.vertx.reactivex.redis.client.Command
 
bitop(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bitop.
bitop(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bitop.
BITOP - Static variable in interface io.vertx.redis.client.Command
 
bitop(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command bitop.
bitop(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command bitop.
BITOP - Static variable in class io.vertx.rxjava.redis.client.Command
 
bitop(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command bitop.
bitop(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command bitop.
BITOP - Static variable in class io.vertx.rxjava3.redis.client.Command
 
bitop(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
Redis command bitop.
BITPOS - Static variable in class io.vertx.reactivex.redis.client.Command
 
bitpos(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bitpos.
bitpos(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bitpos.
BITPOS - Static variable in interface io.vertx.redis.client.Command
 
bitpos(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command bitpos.
bitpos(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command bitpos.
BITPOS - Static variable in class io.vertx.rxjava.redis.client.Command
 
bitpos(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command bitpos.
bitpos(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command bitpos.
BITPOS - Static variable in class io.vertx.rxjava3.redis.client.Command
 
bitpos(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
Redis command bitpos.
bits(Integer) - Method in class io.vertx.ext.mongo.IndexOptions
Sets the number of precision of the stored geohash value of the location data in 2d indexes.
blockingHandler(Handler<RoutingContext>) - Method in interface io.vertx.ext.web.Route
Like Route.blockingHandler(Handler, boolean) called with ordered = true
blockingHandler(Handler<RoutingContext>, boolean) - Method in interface io.vertx.ext.web.Route
Specify a blocking request handler for the route.
blockingHandler(Handler<RoutingContext>) - Method in class io.vertx.reactivex.ext.web.Route
blockingHandler(Handler<RoutingContext>, boolean) - Method in class io.vertx.reactivex.ext.web.Route
Specify a blocking request handler for the route.
blockingHandler(Handler<RoutingContext>) - Method in class io.vertx.rxjava.ext.web.Route
blockingHandler(Handler<RoutingContext>, boolean) - Method in class io.vertx.rxjava.ext.web.Route
Specify a blocking request handler for the route.
blockingHandler(Handler<RoutingContext>) - Method in class io.vertx.rxjava3.ext.web.Route
blockingHandler(Handler<RoutingContext>, boolean) - Method in class io.vertx.rxjava3.ext.web.Route
Specify a blocking request handler for the route.
BlockingQueryOptions - Class in io.vertx.ext.consul
Options used to perform blocking query that used to wait for a potential change using long polling.
BlockingQueryOptions() - Constructor for class io.vertx.ext.consul.BlockingQueryOptions
Default constructor
BlockingQueryOptions(BlockingQueryOptions) - Constructor for class io.vertx.ext.consul.BlockingQueryOptions
Copy constructor
BlockingQueryOptions(JsonObject) - Constructor for class io.vertx.ext.consul.BlockingQueryOptions
Constructor from JSON
BlockingQueryOptionsConverter - Class in io.vertx.ext.consul
Converter and mapper for BlockingQueryOptions.
BlockingQueryOptionsConverter() - Constructor for class io.vertx.ext.consul.BlockingQueryOptionsConverter
 
blockingScheduler(WorkerExecutor) - Static method in class io.vertx.reactivex.core.RxHelper
Create a scheduler for a WorkerExecutor object, actions are executed on the threads of this executor.
blockingScheduler(Vertx, boolean) - Static method in class io.vertx.reactivex.core.RxHelper
Create a scheduler for a Vertx object, actions can be blocking, they are not executed on Vertx event loop.
blockingScheduler(Vertx) - Static method in class io.vertx.reactivex.core.RxHelper
Create a scheduler for a Vertx object, actions can be blocking, they are not executed on Vertx event loop.
blockingScheduler(Vertx) - Static method in class io.vertx.reactivex.RxHelper
Create a scheduler for a Vertx object, actions can be blocking, they are not executed on Vertx event loop.
blockingScheduler(Vertx, boolean) - Static method in class io.vertx.reactivex.RxHelper
Create a scheduler for a Vertx object, actions can be blocking, they are not executed on Vertx event loop.
blockingScheduler(WorkerExecutor) - Static method in class io.vertx.reactivex.RxHelper
Create a scheduler for a WorkerExecutor object, actions are executed on the threads of this executor.
blockingScheduler(Vertx) - Static method in class io.vertx.rx.java.RxHelper
Create a scheduler for a Vertx object, actions can be blocking, they are not executed on Vertx event loop.
blockingScheduler(Vertx, boolean) - Static method in class io.vertx.rx.java.RxHelper
Create a scheduler for a Vertx object, actions can be blocking, they are not executed on Vertx event loop.
blockingScheduler(Vertx) - Static method in class io.vertx.rxjava.core.RxHelper
Create a scheduler for a Vertx object, actions can be blocking, they are not executed on Vertx event loop.
blockingScheduler(Vertx, boolean) - Static method in class io.vertx.rxjava.core.RxHelper
Create a scheduler for a Vertx object, actions can be blocking, they are not executed on Vertx event loop.
blockingScheduler(WorkerExecutor) - Static method in class io.vertx.rxjava3.core.RxHelper
Create a scheduler for a WorkerExecutor object, actions are executed on the threads of this executor.
blockingScheduler(Vertx, boolean) - Static method in class io.vertx.rxjava3.core.RxHelper
Create a scheduler for a Vertx object, actions can be blocking, they are not executed on Vertx event loop.
blockingScheduler(Vertx) - Static method in class io.vertx.rxjava3.core.RxHelper
Create a scheduler for a Vertx object, actions can be blocking, they are not executed on Vertx event loop.
blockingScheduler(Vertx) - Static method in class io.vertx.rxjava3.RxHelper
Create a scheduler for a Vertx object, actions can be blocking, they are not executed on Vertx event loop.
blockingScheduler(Vertx, boolean) - Static method in class io.vertx.rxjava3.RxHelper
Create a scheduler for a Vertx object, actions can be blocking, they are not executed on Vertx event loop.
blockingScheduler(WorkerExecutor) - Static method in class io.vertx.rxjava3.RxHelper
Create a scheduler for a WorkerExecutor object, actions are executed on the threads of this executor.
BlockingServerInterceptor - Class in io.vertx.grpc
Wraps the ServerInterceptor and executes it on worker thread.
blockMulticastGroup(String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.datagram.DatagramSocket
Block the given address for the given multicast address and notifies the Handler once the operation completes.
blockMulticastGroup(String, String) - Method in interface io.vertx.core.datagram.DatagramSocket
Like DatagramSocket.blockMulticastGroup(String, String, Handler) but returns a Future of the asynchronous result
blockMulticastGroup(String, String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.datagram.DatagramSocket
Block the given address for the given multicast address on the given network interface and notifies the Handler once the operation completes.
blockMulticastGroup(String, String, String) - Method in interface io.vertx.core.datagram.DatagramSocket
Like DatagramSocket.blockMulticastGroup(String, String, String, Handler) but returns a Future of the asynchronous result
blockMulticastGroup(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Block the given address for the given multicast address and notifies the once the operation completes.
blockMulticastGroup(String, String) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Block the given address for the given multicast address and notifies the once the operation completes.
blockMulticastGroup(String, String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Block the given address for the given multicast address on the given network interface and notifies the once the operation completes.
blockMulticastGroup(String, String, String) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Block the given address for the given multicast address on the given network interface and notifies the once the operation completes.
blockMulticastGroup(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Block the given address for the given multicast address and notifies the once the operation completes.
blockMulticastGroup(String, String) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Block the given address for the given multicast address and notifies the once the operation completes.
blockMulticastGroup(String, String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Block the given address for the given multicast address on the given network interface and notifies the once the operation completes.
blockMulticastGroup(String, String, String) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Block the given address for the given multicast address on the given network interface and notifies the once the operation completes.
blockMulticastGroup(String, String) - Method in class io.vertx.rxjava3.core.datagram.DatagramSocket
Block the given address for the given multicast address and notifies the once the operation completes.
blockMulticastGroup(String, String, String) - Method in class io.vertx.rxjava3.core.datagram.DatagramSocket
Block the given address for the given multicast address on the given network interface and notifies the once the operation completes.
BLPOP - Static variable in class io.vertx.reactivex.redis.client.Command
 
blpop(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command blpop.
blpop(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command blpop.
BLPOP - Static variable in interface io.vertx.redis.client.Command
 
blpop(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command blpop.
blpop(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command blpop.
BLPOP - Static variable in class io.vertx.rxjava.redis.client.Command
 
blpop(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command blpop.
blpop(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command blpop.
BLPOP - Static variable in class io.vertx.rxjava3.redis.client.Command
 
blpop(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
Redis command blpop.
Bodies - Interface in io.vertx.ext.web.validation.builder
In this interface you can find all available BodyProcessorFactory to use in ValidationHandlerBuilder.
body() - Method in interface io.vertx.core.eventbus.DeliveryContext
 
body() - Method in interface io.vertx.core.eventbus.Message
The body of the message.
body(Handler<AsyncResult<Buffer>>) - Method in interface io.vertx.core.http.HttpClientResponse
Same as HttpClientResponse.body() but with an handler called when the operation completes
body() - Method in interface io.vertx.core.http.HttpClientResponse
Convenience method for receiving the entire request body in one piece.
body(Handler<AsyncResult<Buffer>>) - Method in interface io.vertx.core.http.HttpServerRequest
Same as HttpServerRequest.body() but with an handler called when the operation completes
body() - Method in interface io.vertx.core.http.HttpServerRequest
Convenience method for receiving the entire request body in one piece.
body() - Method in interface io.vertx.ext.auth.oauth2.OAuth2Response
Deprecated.
The HTTP response body as a buffer
body() - Method in class io.vertx.ext.mail.mailencoder.EncodedPart
 
body - Variable in class io.vertx.ext.shell.command.base.BusPublish
 
body() - Method in interface io.vertx.ext.web.api.RequestParameters
Deprecated.
Return request body
body() - Method in interface io.vertx.ext.web.client.HttpResponse
 
body(BodyProcessorFactory) - Method in interface io.vertx.ext.web.validation.builder.ValidationHandlerBuilder
 
body(BodyProcessor) - Method in interface io.vertx.ext.web.validation.builder.ValidationHandlerBuilder
 
body() - Method in interface io.vertx.ext.web.validation.RequestParameters
Return request body when parsed.
Body - Interface in io.vertx.httpproxy
Handles the HTTP proxy body.
body(ReadStream<Buffer>, long) - Static method in interface io.vertx.httpproxy.Body
Create a new Body instance.
body(ReadStream<Buffer>) - Static method in interface io.vertx.httpproxy.Body
Create a new Body instance.
body(Buffer) - Static method in interface io.vertx.httpproxy.Body
Create a new Body instance.
body() - Method in interface io.vertx.rabbitmq.RabbitMQMessage
 
body() - Method in class io.vertx.reactivex.core.eventbus.DeliveryContext
 
body() - Method in class io.vertx.reactivex.core.eventbus.Message
The body of the message.
body(Handler<AsyncResult<Buffer>>) - Method in class io.vertx.reactivex.core.http.HttpClientResponse
body() - Method in class io.vertx.reactivex.core.http.HttpClientResponse
body(Handler<AsyncResult<Buffer>>) - Method in class io.vertx.reactivex.core.http.HttpServerRequest
body() - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Response
Deprecated.
body() - Method in class io.vertx.reactivex.ext.web.api.RequestParameters
Deprecated.
body() - Method in class io.vertx.reactivex.ext.web.client.HttpResponse
 
body() - Method in class io.vertx.reactivex.ext.web.validation.RequestParameters
Return request body when parsed.
body() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQMessage
 
body() - Method in class io.vertx.rxjava.core.eventbus.DeliveryContext
 
body() - Method in class io.vertx.rxjava.core.eventbus.Message
The body of the message.
body(Handler<AsyncResult<Buffer>>) - Method in class io.vertx.rxjava.core.http.HttpClientResponse
body() - Method in class io.vertx.rxjava.core.http.HttpClientResponse
body(Handler<AsyncResult<Buffer>>) - Method in class io.vertx.rxjava.core.http.HttpServerRequest
body() - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Response
Deprecated.
body() - Method in class io.vertx.rxjava.ext.web.api.RequestParameters
Deprecated.
body() - Method in class io.vertx.rxjava.ext.web.client.HttpResponse
 
body() - Method in class io.vertx.rxjava.ext.web.validation.RequestParameters
Return request body when parsed.
body() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQMessage
 
body() - Method in class io.vertx.rxjava3.core.eventbus.DeliveryContext
 
body() - Method in class io.vertx.rxjava3.core.eventbus.Message
The body of the message.
body() - Method in class io.vertx.rxjava3.core.http.HttpClientResponse
Same as HttpClientResponse.body() but with an handler called when the operation completes
body(Handler<AsyncResult<Buffer>>) - Method in class io.vertx.rxjava3.core.http.HttpServerRequest
body() - Method in class io.vertx.rxjava3.ext.auth.oauth2.OAuth2Response
Deprecated.
body() - Method in class io.vertx.rxjava3.ext.web.api.RequestParameters
Deprecated.
body() - Method in class io.vertx.rxjava3.ext.web.client.HttpResponse
 
body() - Method in class io.vertx.rxjava3.ext.web.validation.RequestParameters
Return request body when parsed.
Body - Class in io.vertx.rxjava3.httpproxy
Handles the HTTP proxy body.
Body(Body) - Constructor for class io.vertx.rxjava3.httpproxy.Body
 
Body(Object) - Constructor for class io.vertx.rxjava3.httpproxy.Body
 
body(Flowable<Buffer>, long) - Static method in class io.vertx.rxjava3.httpproxy.Body
Create a new Body instance.
body(Flowable<Buffer>) - Static method in class io.vertx.rxjava3.httpproxy.Body
Create a new Body instance.
body(Buffer) - Static method in class io.vertx.rxjava3.httpproxy.Body
Create a new Body instance.
body() - Method in class io.vertx.rxjava3.rabbitmq.RabbitMQMessage
 
BODY_REQUIRED - Static variable in interface io.vertx.ext.web.validation.RequestPredicate
Request predicate that checks if body exists or not
BODY_REQUIRED - Static variable in class io.vertx.reactivex.ext.web.validation.RequestPredicate
Request predicate that checks if body exists or not
BODY_REQUIRED - Static variable in class io.vertx.rxjava.ext.web.validation.RequestPredicate
Request predicate that checks if body exists or not
BODY_REQUIRED - Static variable in class io.vertx.rxjava3.ext.web.validation.RequestPredicate
Request predicate that checks if body exists or not
bodyAsBinary() - Method in interface io.vertx.amqp.AmqpMessage
 
bodyAsBinary() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
bodyAsBinary() - Method in class io.vertx.rxjava.amqp.AmqpMessage
 
bodyAsBinary() - Method in class io.vertx.rxjava3.amqp.AmqpMessage
 
bodyAsBoolean() - Method in interface io.vertx.amqp.AmqpMessage
 
bodyAsBoolean() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
bodyAsBoolean() - Method in class io.vertx.rxjava.amqp.AmqpMessage
 
bodyAsBoolean() - Method in class io.vertx.rxjava3.amqp.AmqpMessage
 
bodyAsBuffer() - Method in interface io.vertx.ext.web.client.HttpResponse
 
bodyAsBuffer() - Method in class io.vertx.reactivex.ext.web.client.HttpResponse
 
bodyAsBuffer() - Method in class io.vertx.rxjava.ext.web.client.HttpResponse
 
bodyAsBuffer() - Method in class io.vertx.rxjava3.ext.web.client.HttpResponse
 
bodyAsByte() - Method in interface io.vertx.amqp.AmqpMessage
 
bodyAsByte() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
bodyAsByte() - Method in class io.vertx.rxjava.amqp.AmqpMessage
 
bodyAsByte() - Method in class io.vertx.rxjava3.amqp.AmqpMessage
 
bodyAsChar() - Method in interface io.vertx.amqp.AmqpMessage
 
bodyAsChar() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
bodyAsChar() - Method in class io.vertx.rxjava.amqp.AmqpMessage
 
bodyAsChar() - Method in class io.vertx.rxjava3.amqp.AmqpMessage
 
bodyAsDouble() - Method in interface io.vertx.amqp.AmqpMessage
 
bodyAsDouble() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
bodyAsDouble() - Method in class io.vertx.rxjava.amqp.AmqpMessage
 
bodyAsDouble() - Method in class io.vertx.rxjava3.amqp.AmqpMessage
 
bodyAsFloat() - Method in interface io.vertx.amqp.AmqpMessage
 
bodyAsFloat() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
bodyAsFloat() - Method in class io.vertx.rxjava.amqp.AmqpMessage
 
bodyAsFloat() - Method in class io.vertx.rxjava3.amqp.AmqpMessage
 
bodyAsInteger() - Method in interface io.vertx.amqp.AmqpMessage
 
bodyAsInteger() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
bodyAsInteger() - Method in class io.vertx.rxjava.amqp.AmqpMessage
 
bodyAsInteger() - Method in class io.vertx.rxjava3.amqp.AmqpMessage
 
bodyAsJson(Class<R>) - Method in interface io.vertx.ext.web.client.HttpResponse
 
bodyAsJson(Class<R>) - Method in class io.vertx.reactivex.ext.web.client.HttpResponse
 
bodyAsJson(Class<R>) - Method in class io.vertx.rxjava.ext.web.client.HttpResponse
 
bodyAsJson(Class<R>) - Method in class io.vertx.rxjava3.ext.web.client.HttpResponse
 
bodyAsJsonArray() - Method in interface io.vertx.amqp.AmqpMessage
 
bodyAsJsonArray() - Method in interface io.vertx.ext.web.client.HttpResponse
 
bodyAsJsonArray() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
bodyAsJsonArray() - Method in class io.vertx.reactivex.ext.web.client.HttpResponse
 
bodyAsJsonArray() - Method in class io.vertx.rxjava.amqp.AmqpMessage
 
bodyAsJsonArray() - Method in class io.vertx.rxjava.ext.web.client.HttpResponse
 
bodyAsJsonArray() - Method in class io.vertx.rxjava3.amqp.AmqpMessage
 
bodyAsJsonArray() - Method in class io.vertx.rxjava3.ext.web.client.HttpResponse
 
bodyAsJsonObject() - Method in interface io.vertx.amqp.AmqpMessage
 
bodyAsJsonObject() - Method in interface io.vertx.ext.web.client.HttpResponse
 
bodyAsJsonObject() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
bodyAsJsonObject() - Method in class io.vertx.reactivex.ext.web.client.HttpResponse
 
bodyAsJsonObject() - Method in class io.vertx.rxjava.amqp.AmqpMessage
 
bodyAsJsonObject() - Method in class io.vertx.rxjava.ext.web.client.HttpResponse
 
bodyAsJsonObject() - Method in class io.vertx.rxjava3.amqp.AmqpMessage
 
bodyAsJsonObject() - Method in class io.vertx.rxjava3.ext.web.client.HttpResponse
 
bodyAsList() - Method in interface io.vertx.amqp.AmqpMessage
 
bodyAsList() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
bodyAsList() - Method in class io.vertx.rxjava.amqp.AmqpMessage
 
bodyAsList() - Method in class io.vertx.rxjava3.amqp.AmqpMessage
 
bodyAsLong() - Method in interface io.vertx.amqp.AmqpMessage
 
bodyAsLong() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
bodyAsLong() - Method in class io.vertx.rxjava.amqp.AmqpMessage
 
bodyAsLong() - Method in class io.vertx.rxjava3.amqp.AmqpMessage
 
bodyAsMap() - Method in interface io.vertx.amqp.AmqpMessage
 
bodyAsShort() - Method in interface io.vertx.amqp.AmqpMessage
 
bodyAsShort() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
bodyAsShort() - Method in class io.vertx.rxjava.amqp.AmqpMessage
 
bodyAsShort() - Method in class io.vertx.rxjava3.amqp.AmqpMessage
 
bodyAsString() - Method in interface io.vertx.amqp.AmqpMessage
 
bodyAsString() - Method in interface io.vertx.ext.web.client.HttpResponse
 
bodyAsString(String) - Method in interface io.vertx.ext.web.client.HttpResponse
 
bodyAsString() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
bodyAsString() - Method in class io.vertx.reactivex.ext.web.client.HttpResponse
 
bodyAsString(String) - Method in class io.vertx.reactivex.ext.web.client.HttpResponse
 
bodyAsString() - Method in class io.vertx.rxjava.amqp.AmqpMessage
 
bodyAsString() - Method in class io.vertx.rxjava.ext.web.client.HttpResponse
 
bodyAsString(String) - Method in class io.vertx.rxjava.ext.web.client.HttpResponse
 
bodyAsString() - Method in class io.vertx.rxjava3.amqp.AmqpMessage
 
bodyAsString() - Method in class io.vertx.rxjava3.ext.web.client.HttpResponse
 
bodyAsString(String) - Method in class io.vertx.rxjava3.ext.web.client.HttpResponse
 
bodyAsSymbol() - Method in interface io.vertx.amqp.AmqpMessage
 
bodyAsSymbol() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
bodyAsSymbol() - Method in class io.vertx.rxjava.amqp.AmqpMessage
 
bodyAsSymbol() - Method in class io.vertx.rxjava3.amqp.AmqpMessage
 
bodyAsTimestamp() - Method in interface io.vertx.amqp.AmqpMessage
 
bodyAsTimestamp() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
bodyAsTimestamp() - Method in class io.vertx.rxjava.amqp.AmqpMessage
 
bodyAsTimestamp() - Method in class io.vertx.rxjava3.amqp.AmqpMessage
 
bodyAsUUID() - Method in interface io.vertx.amqp.AmqpMessage
 
bodyAsUUID() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
bodyAsUUID() - Method in class io.vertx.rxjava.amqp.AmqpMessage
 
bodyAsUUID() - Method in class io.vertx.rxjava3.amqp.AmqpMessage
 
BodyCodec<T> - Interface in io.vertx.ext.web.codec
A codec for encoding and decoding HTTP bodies.
BodyCodec<T> - Class in io.vertx.reactivex.ext.web.codec
A codec for encoding and decoding HTTP bodies.
BodyCodec(BodyCodec) - Constructor for class io.vertx.reactivex.ext.web.codec.BodyCodec
 
BodyCodec(Object, TypeArg<T>) - Constructor for class io.vertx.reactivex.ext.web.codec.BodyCodec
 
BodyCodec<T> - Class in io.vertx.rxjava.ext.web.codec
A codec for encoding and decoding HTTP bodies.
BodyCodec(BodyCodec) - Constructor for class io.vertx.rxjava.ext.web.codec.BodyCodec
 
BodyCodec(Object, TypeArg<T>) - Constructor for class io.vertx.rxjava.ext.web.codec.BodyCodec
 
BodyCodec<T> - Class in io.vertx.rxjava3.ext.web.codec
A codec for encoding and decoding HTTP bodies.
BodyCodec(BodyCodec) - Constructor for class io.vertx.rxjava3.ext.web.codec.BodyCodec
 
BodyCodec(Object, TypeArg<T>) - Constructor for class io.vertx.rxjava3.ext.web.codec.BodyCodec
 
bodyEndHandler(Handler<Void>) - Method in interface io.vertx.core.http.HttpServerResponse
Provides a handler that will be called after the last part of the body is written to the wire.
bodyEndHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Provides a handler that will be called after the last part of the body is written to the wire.
bodyEndHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Provides a handler that will be called after the last part of the body is written to the wire.
bodyEndHandler(Handler<Void>) - Method in class io.vertx.rxjava3.core.http.HttpServerResponse
Provides a handler that will be called after the last part of the body is written to the wire.
bodyFilter(Function<ReadStream<Buffer>, ReadStream<Buffer>>) - Method in interface io.vertx.httpproxy.ProxyRequest
Set a body filter.
bodyFilter(Function<ReadStream<Buffer>, ReadStream<Buffer>>) - Method in interface io.vertx.httpproxy.ProxyResponse
Set a body filter.
bodyFilter(Function<ReadStream<Buffer>, Flowable<Buffer>>) - Method in class io.vertx.rxjava3.httpproxy.ProxyRequest
Set a body filter.
bodyFilter(Function<ReadStream<Buffer>, Flowable<Buffer>>) - Method in class io.vertx.rxjava3.httpproxy.ProxyResponse
Set a body filter.
bodyHandler(Handler<Buffer>) - Method in interface io.vertx.core.http.HttpClientResponse
Convenience method for receiving the entire request body in one piece.
bodyHandler(Handler<Buffer>) - Method in interface io.vertx.core.http.HttpServerRequest
Convenience method for receiving the entire request body in one piece.
BodyHandler - Interface in io.vertx.ext.web.handler
A handler which gathers the entire request body and sets it on the RoutingContext.
bodyHandler(BodyHandler) - Method in interface io.vertx.ext.web.openapi.RouterBuilder
Supply your own BodyHandler if you would like to control body limit, uploads directory and deletion of uploaded files.
bodyHandler(Handler<Buffer>) - Method in class io.vertx.reactivex.core.http.HttpClientResponse
Convenience method for receiving the entire request body in one piece.
bodyHandler(Handler<Buffer>) - Method in class io.vertx.reactivex.core.http.HttpServerRequest
Convenience method for receiving the entire request body in one piece.
BodyHandler - Class in io.vertx.reactivex.ext.web.handler
A handler which gathers the entire request body and sets it on the .
BodyHandler(BodyHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.BodyHandler
 
BodyHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.han