- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
Deprecated.
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
-
- accept(boolean) - Method in interface io.vertx.mqtt.MqttEndpoint
-
Sends the CONNACK message to the remote MQTT client with "connection accepted"
return code.
- accept(boolean, MqttProperties) - 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
-
- 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(boolean, MqttProperties) - 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
-
- 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(boolean, MqttProperties) - 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
-
- 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(boolean, MqttProperties) - 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.
- ACCEPTOR_EVENT_LOOP_GROUP - Static variable in interface io.vertx.core.spi.transport.Transport
-
- 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_ALLOW_PRIVATE_NETWORK - Static variable in interface io.vertx.core.http.HttpHeaders
-
Access-Control-Allow-Private-Network header name
- ACCESS_CONTROL_ALLOW_PRIVATE_NETWORK - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
-
Access-Control-Allow-Private-Network header name
- ACCESS_CONTROL_ALLOW_PRIVATE_NETWORK - Static variable in class io.vertx.rxjava.core.http.HttpHeaders
-
Access-Control-Allow-Private-Network header name
- ACCESS_CONTROL_ALLOW_PRIVATE_NETWORK - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
-
Access-Control-Allow-Private-Network 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
- ACCESS_CONTROL_REQUEST_PRIVATE_NETWORK - Static variable in interface io.vertx.core.http.HttpHeaders
-
Access-Control-Request-Private-Network header name
- ACCESS_CONTROL_REQUEST_PRIVATE_NETWORK - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
-
Access-Control-Request-Private-Network header name
- ACCESS_CONTROL_REQUEST_PRIVATE_NETWORK - Static variable in class io.vertx.rxjava.core.http.HttpHeaders
-
Access-Control-Request-Private-Network header name
- ACCESS_CONTROL_REQUEST_PRIVATE_NETWORK - Static variable in class io.vertx.rxjava3.core.http.HttpHeaders
-
Access-Control-Request-Private-Network header name
- 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() - Method in interface io.vertx.mqtt.messages.MqttPublishMessage
-
Send the PUBACK/PUBCOMP to the broker.
- 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() - Method in class io.vertx.reactivex.mqtt.messages.MqttPublishMessage
-
Send the PUBACK/PUBCOMP to the broker.
- 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() - Method in class io.vertx.rxjava.mqtt.messages.MqttPublishMessage
-
Send the PUBACK/PUBCOMP to the broker.
- 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.
- ack() - Method in class io.vertx.rxjava3.mqtt.messages.MqttPublishMessage
-
Send the PUBACK/PUBCOMP to the broker.
- 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
-
- acl(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
- ACL - Static variable in interface io.vertx.redis.client.Command
-
- acl(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- acl(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- 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
-
- acl(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
-
- ACL - Static variable in class io.vertx.rxjava3.redis.client.Command
-
- acl(List<String>) - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
- AclPolicy - Class in io.vertx.ext.consul.policy
-
Holds properties of Acl policies
- AclPolicy() - Constructor for class io.vertx.ext.consul.policy.AclPolicy
-
- AclPolicy(JsonObject) - Constructor for class io.vertx.ext.consul.policy.AclPolicy
-
- AclToken - Class in io.vertx.ext.consul
-
Deprecated.
- AclToken() - Constructor for class io.vertx.ext.consul.AclToken
-
Deprecated.
Default constructor
- AclToken(AclToken) - Constructor for class io.vertx.ext.consul.AclToken
-
Deprecated.
Copy constructor
- AclToken(JsonObject) - Constructor for class io.vertx.ext.consul.AclToken
-
Deprecated.
Constructor from JSON
- AclToken - Class in io.vertx.ext.consul.token
-
- AclToken() - Constructor for class io.vertx.ext.consul.token.AclToken
-
- AclToken(JsonObject) - Constructor for class io.vertx.ext.consul.token.AclToken
-
- 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).
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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(JsonObject) - Method in class io.vertx.reactivex.uritemplate.Variables
-
Populates with a JSON object:
null
are conserved
JsonArray
is converted to List
JsonObject
is converted to Map
any other value is converted to a string
Note that nested JSON elements are converted to a string, so { "user": { "first_name": "John", "last_name": "Doe", "address" : { "city": "Paris", etc...
- 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(JsonObject) - Method in class io.vertx.rxjava.uritemplate.Variables
-
Populates with a JSON object:
null
are conserved
JsonArray
is converted to List
JsonObject
is converted to Map
any other value is converted to a string
Note that nested JSON elements are converted to a string, so { "user": { "first_name": "John", "last_name": "Doe", "address" : { "city": "Paris", etc...
- 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
- addAll(JsonObject) - Method in class io.vertx.rxjava3.uritemplate.Variables
-
Populates with a JSON object:
null
are conserved
JsonArray
is converted to List
JsonObject
is converted to Map
any other value is converted to a string
Note that nested JSON elements are converted to a string, so { "user": { "first_name": "John", "last_name": "Doe", "address" : { "city": "Paris", etc...
- addAll(JsonObject) - Method in interface io.vertx.uritemplate.Variables
-
Populates with a JSON object:
null
are conserved
JsonArray
is converted to List<String>
JsonObject
is converted to Map<String, String>
any other value is converted to a string
Note that nested JSON elements are converted to a string, so { "user": { "first_name": "John", "last_name": "Doe", "address" : { "city": "Paris", etc...
- 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
-
- 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
- addAnnotation(OutputUnit) - Method in class io.vertx.json.schema.OutputUnit
-
- addAnnotations(List<OutputUnit>) - Method in class io.vertx.json.schema.OutputUnit
-
- 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 interface io.vertx.serviceproxy.AuthorizationInterceptor
-
Add a single authority to the authorities set.
- addAuthorization(Authorization) - Method in class io.vertx.serviceproxy.ServiceAuthInterceptor
-
Deprecated.
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
-
- 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.
- addCachedMethod(HttpMethod) - Method in class io.vertx.ext.web.client.CachingWebClientOptions
-
Add an HTTP method that is cacheable.
- addCachedStatusCode(Integer) - Method in class io.vertx.ext.web.client.CachingWebClientOptions
-
Add a status code that is cacheable.
- 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
-
- addCompressor(CompressionOptions) - Method in class io.vertx.core.http.HttpServerOptions
-
Add a compressor.
- 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.RedisConnectOptions
-
Adds a connection string (endpoint) to use while connecting to the redis server.
- 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
-
- 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
-
Deprecated.
- 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
-
Deprecated.
- 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
-
Deprecated.
- 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.SSLOptions
-
Add a CRL path
- 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.CachingWebClientOptions
-
- 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.SSLOptions
-
Add a CRL value
- 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.CachingWebClientOptions
-
- 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.
- addDatacenter(String) - Method in class io.vertx.ext.consul.policy.AclPolicy
-
- addDatacenter(String) - Method in class io.vertx.ext.consul.token.TokenApplyingOptions
-
- 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.SSLOptions
-
Add an enabled cipher suite, appended to the ordered suites.
- 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.CachingWebClientOptions
-
- 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.SSLOptions
-
Add an enabled SSL/TLS protocols, appended to the ordered protocols.
- 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.CachingWebClientOptions
-
- 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
- addError(OutputUnit) - Method in class io.vertx.json.schema.OutputUnit
-
- addErrors(List<OutputUnit>) - Method in class io.vertx.json.schema.OutputUnit
-
- 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.
- addFailureHandler(Handler<RoutingContext>) - Method in interface io.vertx.ext.web.openapi.router.OpenAPIRoute
-
Adds a failure handler for this route
- 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.
- addHandler(Handler<RoutingContext>) - Method in interface io.vertx.ext.web.openapi.router.OpenAPIRoute
-
Adds a handler for this route which is executed after the security and validation handlers defined in the contract
- 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
-
- addHeader(String, Buffer) - Method in interface io.vertx.kafka.client.producer.KafkaProducerRecord
-
- 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(CharSequence, CharSequence) - Method in class io.vertx.reactivex.ext.web.client.WebClientSession
-
Configure the client to add an HTTP header to every request.
- addHeader(CharSequence, Iterable<CharSequence>) - Method in class io.vertx.reactivex.ext.web.client.WebClientSession
-
Configure the client to add an HTTP header to every request.
- addHeader(String, Iterable<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(CharSequence, CharSequence) - Method in class io.vertx.rxjava.ext.web.client.WebClientSession
-
Configure the client to add an HTTP header to every request.
- addHeader(CharSequence, Iterable<CharSequence>) - Method in class io.vertx.rxjava.ext.web.client.WebClientSession
-
Configure the client to add an HTTP header to every request.
- addHeader(String, Iterable<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(CharSequence, CharSequence) - Method in class io.vertx.rxjava3.ext.web.client.WebClientSession
-
Configure the client to add an HTTP header to every request.
- addHeader(CharSequence, Iterable<CharSequence>) - Method in class io.vertx.rxjava3.ext.web.client.WebClientSession
-
Configure the client to add an HTTP header to every request.
- addHeader(String, Iterable<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
-
- 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(ProxyInterceptor) - Method in interface io.vertx.httpproxy.HttpProxy
-
Add an interceptor to the interceptor chain.
- addInterceptor(ProxyInterceptor) - Method in class io.vertx.rxjava3.httpproxy.HttpProxy
-
Add an interceptor to the interceptor chain.
- addInterceptor(String, ServiceInterceptor) - Method in class io.vertx.serviceproxy.ServiceBinder
-
- addInterceptor(Function<Message<JsonObject>, Future<Message<JsonObject>>>) - Method in class io.vertx.serviceproxy.ServiceBinder
-
Deprecated.
- addInterceptor(String, Function<Message<JsonObject>, Future<Message<JsonObject>>>) - Method in class io.vertx.serviceproxy.ServiceBinder
-
Deprecated.
- addInterceptor(ServiceInterceptor) - Method in class io.vertx.serviceproxy.ServiceBinder
-
- additional() - Method in exception io.vertx.mssqlclient.MSSQLException
-
- 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
-
Deprecated.
Add one or more json documents including schemas on top or inner levels.
- addJson(String, JsonObject) - Method in interface io.vertx.json.schema.SchemaRouter
-
Deprecated.
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
-
Deprecated.
- addJson(URI, JsonObject) - Method in class io.vertx.reactivex.json.schema.SchemaRouter
-
Deprecated.
- addJson(String, JsonObject) - Method in class io.vertx.rxjava.json.schema.SchemaRouter
-
Deprecated.
- addJson(URI, JsonObject) - Method in class io.vertx.rxjava.json.schema.SchemaRouter
-
Deprecated.
- addJson(String, JsonObject) - Method in class io.vertx.rxjava3.json.schema.SchemaRouter
-
Deprecated.
- addJson(URI, JsonObject) - Method in class io.vertx.rxjava3.json.schema.SchemaRouter
-
Deprecated.
- 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
-
- 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
-
- addNonProxyHost(String) - Method in class io.vertx.core.net.NetClientOptions
-
- addNonProxyHost(String) - Method in class io.vertx.ext.web.client.WebClientOptions
-
- 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
-
- 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
-
- addPoint(Point) - Method in class io.vertx.pgclient.data.Path
-
- addPoint(Point) - Method in class io.vertx.pgclient.data.Polygon
-
- addPolicy(PolicyLink) - Method in class io.vertx.ext.consul.token.AclToken
-
Adds a policy.
- 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
-
- addRelativeOrigin(String) - Method in interface io.vertx.ext.web.handler.CorsHandler
-
Add a relative origin to the list of allowed Origins.
- addRelativeOrigin(String) - Method in class io.vertx.reactivex.ext.web.handler.CorsHandler
-
Add a relative origin to the list of allowed Origins.
- addRelativeOrigin(String) - Method in class io.vertx.rxjava.ext.web.handler.CorsHandler
-
Add a relative origin to the list of allowed Origins.
- addRelativeOrigin(String) - Method in class io.vertx.rxjava3.ext.web.handler.CorsHandler
-
Add a relative origin to the list of allowed Origins.
- addRelativeOrigins(List<String>) - Method in interface io.vertx.ext.web.handler.CorsHandler
-
Set the list of allowed relative origins.
- addRelativeOrigins(List<String>) - Method in class io.vertx.reactivex.ext.web.handler.CorsHandler
-
Set the list of allowed relative origins.
- addRelativeOrigins(List<String>) - Method in class io.vertx.rxjava.ext.web.handler.CorsHandler
-
Set the list of allowed relative origins.
- addRelativeOrigins(List<String>) - Method in class io.vertx.rxjava3.ext.web.handler.CorsHandler
-
Set the list of allowed relative origins.
- 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
-
- 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
-
Deprecated.
Add a parsed schema to this router.
- addSchema(Schema, JsonPointer[]) - Method in class io.vertx.reactivex.json.schema.SchemaRouter
-
Deprecated.
- addSchema(Schema, JsonPointer[]) - Method in class io.vertx.rxjava.json.schema.SchemaRouter
-
Deprecated.
- addSchema(Schema, JsonPointer[]) - Method in class io.vertx.rxjava3.json.schema.SchemaRouter
-
Deprecated.
- addSchemaAlias(Schema, String) - Method in class io.vertx.json.schema.common.SchemaRouterImpl
-
- addSchemaAlias(Schema, String) - Method in interface io.vertx.json.schema.SchemaRouter
-
Deprecated.
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
-
Deprecated.
- addSchemaAlias(Schema, String) - Method in class io.vertx.rxjava.json.schema.SchemaRouter
-
Deprecated.
- addSchemaAlias(Schema, String) - Method in class io.vertx.rxjava3.json.schema.SchemaRouter
-
Deprecated.
- addSchemaWithScope(Schema, JsonPointer) - Method in class io.vertx.json.schema.common.SchemaRouterImpl
-
- addSchemaWithScope(Schema, JsonPointer) - Method in interface io.vertx.json.schema.SchemaRouter
-
Deprecated.
Add a parsed schema to this router.
- addSchemaWithScope(Schema, JsonPointer) - Method in class io.vertx.reactivex.json.schema.SchemaRouter
-
Deprecated.
- addSchemaWithScope(Schema, JsonPointer) - Method in class io.vertx.rxjava.json.schema.SchemaRouter
-
Deprecated.
- addSchemaWithScope(Schema, JsonPointer) - Method in class io.vertx.rxjava3.json.schema.SchemaRouter
-
Deprecated.
- addScope(String) - Method in class io.vertx.ext.auth.authentication.TokenCredentials
-
- addScope(String) - Method in class io.vertx.ext.auth.oauth2.OAuth2AuthorizationURL
-
Add a scope
- 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.
- addSupportedGrantType(String) - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
-
- 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.RunTestOnContext
-
- 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.RunTestOnContext
-
- 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
-
- 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
-
- 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
-
- aggregate(String, JsonArray) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
- aggregate(String, JsonArray) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
- aggregate(String, JsonArray) - Method in class io.vertx.rxjava3.ext.mongo.MongoClient
-
- 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
-
- 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
-
- all(Handler<AsyncResult<List<Row>>>) - Method in interface io.vertx.cassandra.ResultSet
-
- all(Future<T1>, Future<T2>) - Static method in interface io.vertx.core.CompositeFuture
-
- all(Future<T1>, Future<T2>, Future<T3>) - Static method in interface io.vertx.core.CompositeFuture
-
- all(Future<T1>, Future<T2>, Future<T3>, Future<T4>) - Static method in interface io.vertx.core.CompositeFuture
-
- all(Future<T1>, Future<T2>, Future<T3>, Future<T4>, Future<T5>) - Static method in interface io.vertx.core.CompositeFuture
-
- all(Future<T1>, Future<T2>, Future<T3>, Future<T4>, Future<T5>, Future<T6>) - Static method in interface io.vertx.core.CompositeFuture
-
- all(List<Future>) - Static method in interface io.vertx.core.CompositeFuture
-
- all(Future<?>, Future<?>) - Static method in interface io.vertx.core.Future
-
Return a composite future, succeeded when all futures are succeeded, failed when any future is failed.
- all(Future<?>, Future<?>, Future<?>) - Static method in interface io.vertx.core.Future
-
- all(Future<?>, Future<?>, Future<?>, Future<?>) - Static method in interface io.vertx.core.Future
-
- all(Future<?>, Future<?>, Future<?>, Future<?>, Future<?>) - Static method in interface io.vertx.core.Future
-
- all(Future<?>, Future<?>, Future<?>, Future<?>, Future<?>, Future<?>) - Static method in interface io.vertx.core.Future
-
- all(List<? extends Future<?>>) - Static method in interface io.vertx.core.Future
-
- 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
-
- 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
- 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.
- allowPrivateNetwork(boolean) - Method in interface io.vertx.ext.web.handler.CorsHandler
-
Set whether access from public to private networks are allowed.
- allowPrivateNetwork(boolean) - Method in class io.vertx.reactivex.ext.web.handler.CorsHandler
-
Set whether access from public to private networks are allowed.
- allowPrivateNetwork(boolean) - Method in class io.vertx.rxjava.ext.web.handler.CorsHandler
-
Set whether access from public to private networks are allowed.
- allowPrivateNetwork(boolean) - Method in class io.vertx.rxjava3.ext.web.handler.CorsHandler
-
Set whether access from public to private networks are allowed.
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- AmqpMessageBuilder - Class in io.vertx.reactivex.amqp
-
- 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
-
- 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
-
- 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
-
- 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
-
- 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
-
- andThen(Handler<AsyncResult<T>>) - Method in interface io.vertx.core.Future
-
Invokes the given handler
upon completion.
- annotate(String, String) - Method in interface io.vertx.json.schema.JsonSchema
-
Annotates the schema.
- annotate(String, String) - Method in class io.vertx.reactivex.json.schema.JsonSchema
-
Annotates the schema.
- annotate(String, String) - Method in class io.vertx.rxjava.json.schema.JsonSchema
-
Annotates the schema.
- annotate(String, String) - Method in class io.vertx.rxjava3.json.schema.JsonSchema
-
Annotates the schema.
- 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
-
- any(Future<T1>, Future<T2>, Future<T3>) - Static method in interface io.vertx.core.CompositeFuture
-
- any(Future<T1>, Future<T2>, Future<T3>, Future<T4>) - Static method in interface io.vertx.core.CompositeFuture
-
- any(Future<T1>, Future<T2>, Future<T3>, Future<T4>, Future<T5>) - Static method in interface io.vertx.core.CompositeFuture
-
- any(Future<T1>, Future<T2>, Future<T3>, Future<T4>, Future<T5>, Future<T6>) - Static method in interface io.vertx.core.CompositeFuture
-
- any(List<Future>) - Static method in interface io.vertx.core.CompositeFuture
-
- any(Future<?>, Future<?>) - Static method in interface io.vertx.core.Future
-
Return a composite future, succeeded when any futures is succeeded, failed when all futures are failed.
- any(Future<?>, Future<?>, Future<?>) - Static method in interface io.vertx.core.Future
-
- any(Future<?>, Future<?>, Future<?>, Future<?>) - Static method in interface io.vertx.core.Future
-
- any(Future<?>, Future<?>, Future<?>, Future<?>, Future<?>) - Static method in interface io.vertx.core.Future
-
- any(Future<?>, Future<?>, Future<?>, Future<?>, Future<?>, Future<?>) - Static method in interface io.vertx.core.Future
-
- any(List<? extends Future<?>>) - Static method in interface io.vertx.core.Future
-
- 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
-
NOTE: This class has been automatically generated from the
original
non RX-ified interface using Vert.x codegen.
- 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
-
NOTE: This class has been automatically generated from the
original
non RX-ified interface using Vert.x codegen.
- 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
-
NOTE: This class has been automatically generated from the
original
non RX-ified interface using Vert.x codegen.
- 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
-
- 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
-
- 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
-
- ApolloWSOptions - Class in io.vertx.ext.web.handler.graphql
-
- ApolloWSOptions() - Constructor for class io.vertx.ext.web.handler.graphql.ApolloWSOptions
-
Deprecated.
Default constructor.
- ApolloWSOptions(ApolloWSOptions) - Constructor for class io.vertx.ext.web.handler.graphql.ApolloWSOptions
-
Deprecated.
Copy constructor.
- ApolloWSOptions(JsonObject) - Constructor for class io.vertx.ext.web.handler.graphql.ApolloWSOptions
-
Deprecated.
Constructor to create options from JSON.
- ApolloWSOptionsConverter - Class in io.vertx.ext.web.handler.graphql
-
- 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
-
- append(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
- APPEND - Static variable in interface io.vertx.redis.client.Command
-
- append(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- append(String, String) - Method in interface io.vertx.redis.client.RedisAPI
-
- 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
-
- append(String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
-
- 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
-
- 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.
- appendQueryPlaceholder(StringBuilder, int, int) - Method in class io.vertx.mssqlclient.spi.MSSQLDriver
-
- appendQueryPlaceholder(StringBuilder, int, int) - Method in class io.vertx.pgclient.spi.PgDriver
-
- appendQueryPlaceholder(StringBuilder, int, int) - Method in interface io.vertx.sqlclient.spi.Driver
-
Append a parameter placeholder in the query
.
- 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_JSON - Static variable in interface io.vertx.openapi.contract.MediaType
-
- APPLICATION_JSON_UTF8 - Static variable in interface io.vertx.openapi.contract.MediaType
-
- 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
- ApplicationJsonTransformer - Class in io.vertx.openapi.validation.transformer
-
- ApplicationJsonTransformer() - Constructor for class io.vertx.openapi.validation.transformer.ApplicationJsonTransformer
-
- 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
-
- applicationProtocols(List<String>) - Method in class io.vertx.core.spi.tls.DefaultSslContextFactory
-
- applicationProtocols(List<String>) - Method in interface io.vertx.core.spi.tls.SslContextFactory
-
Set the application protocols to use when using ALPN.
- apply(int) - Method in interface io.vertx.ext.jdbc.spi.JDBCColumnDescriptorProvider
-
Get a column descriptor
- 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
-
Deprecated.
- 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
-
- 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.
- ArrayParserFactory - Class in io.vertx.reactivex.ext.web.validation.builder
-
This interface is used to create able to parse serialized array structures.
- ArrayParserFactory(ArrayParserFactory) - Constructor for class io.vertx.reactivex.ext.web.validation.builder.ArrayParserFactory
-
- ArrayParserFactory(Object) - Constructor for class io.vertx.reactivex.ext.web.validation.builder.ArrayParserFactory
-
- ArrayParserFactory - Class in io.vertx.rxjava.ext.web.validation.builder
-
This interface is used to create able to parse serialized array structures.
- ArrayParserFactory(ArrayParserFactory) - Constructor for class io.vertx.rxjava.ext.web.validation.builder.ArrayParserFactory
-
- ArrayParserFactory(Object) - Constructor for class io.vertx.rxjava.ext.web.validation.builder.ArrayParserFactory
-
- ArrayParserFactory - Class in io.vertx.rxjava3.ext.web.validation.builder
-
This interface is used to create able to parse serialized array structures.
- ArrayParserFactory(ArrayParserFactory) - Constructor for class io.vertx.rxjava3.ext.web.validation.builder.ArrayParserFactory
-
- ArrayParserFactory(Object) - Constructor for class io.vertx.rxjava3.ext.web.validation.builder.ArrayParserFactory
-
- 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
-
- asJsonArray(int) - Method in interface io.vertx.ext.web.RequestBody
-
- asJsonArray() - Method in interface io.vertx.ext.web.RequestBody
-
- asJsonArray(int) - Method in class io.vertx.reactivex.ext.web.RequestBody
-
Gets the current body buffer as a .
- asJsonArray() - Method in class io.vertx.reactivex.ext.web.RequestBody
-
- asJsonArray(int) - Method in class io.vertx.rxjava.ext.web.RequestBody
-
Gets the current body buffer as a .
- asJsonArray() - Method in class io.vertx.rxjava.ext.web.RequestBody
-
- asJsonArray(int) - Method in class io.vertx.rxjava3.ext.web.RequestBody
-
Gets the current body buffer as a .
- asJsonArray() - Method in class io.vertx.rxjava3.ext.web.RequestBody
-
- asJsonObject(int) - Method in interface io.vertx.ext.web.RequestBody
-
- asJsonObject() - Method in interface io.vertx.ext.web.RequestBody
-
- asJsonObject(int) - Method in class io.vertx.reactivex.ext.web.RequestBody
-
Gets the current body buffer as a .
- asJsonObject() - Method in class io.vertx.reactivex.ext.web.RequestBody
-
- asJsonObject(int) - Method in class io.vertx.rxjava.ext.web.RequestBody
-
Gets the current body buffer as a .
- asJsonObject() - Method in class io.vertx.rxjava.ext.web.RequestBody
-
- asJsonObject(int) - Method in class io.vertx.rxjava3.ext.web.RequestBody
-
Gets the current body buffer as a .
- asJsonObject() - Method in class io.vertx.rxjava3.ext.web.RequestBody
-
- ASKING - Static variable in class io.vertx.reactivex.redis.client.Command
-
- asking(Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
- asking() - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
- ASKING - Static variable in interface io.vertx.redis.client.Command
-
- asking(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- asking() - Method in interface io.vertx.redis.client.RedisAPI
-
- ASKING - Static variable in class io.vertx.rxjava.redis.client.Command
-
- asking(Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
-
- asking() - Method in class io.vertx.rxjava.redis.client.RedisAPI
-
- ASKING - Static variable in class io.vertx.rxjava3.redis.client.Command
-
- asking() - Method in class io.vertx.rxjava3.redis.client.RedisAPI
-
- asMessageHandler() - Method in interface io.vertx.ext.unit.collect.EventBusCollector
-
- asPojo(Class<R>, int) - Method in interface io.vertx.ext.web.RequestBody
-
- asPojo(Class<R>) - Method in interface io.vertx.ext.web.RequestBody
-
- asPojo(Class<R>, int) - Method in class io.vertx.reactivex.ext.web.RequestBody
-
- asPojo(Class<R>) - Method in class io.vertx.reactivex.ext.web.RequestBody
-
- asPojo(Class<R>, int) - Method in class io.vertx.rxjava.ext.web.RequestBody
-
- asPojo(Class<R>) - Method in class io.vertx.rxjava.ext.web.RequestBody
-
- asPojo(Class<R>, int) - Method in class io.vertx.rxjava3.ext.web.RequestBody
-
- asPojo(Class<R>) - Method in class io.vertx.rxjava3.ext.web.RequestBody
-
- 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
-
- 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
-
- 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
-
- asString() - Method in interface io.vertx.ext.web.RequestBody
-
- asString(String) - Method in interface io.vertx.ext.web.RequestBody
-
Get the entire HTTP request body as a string, assuming the specified encoding.
- asString() - Method in class io.vertx.reactivex.ext.web.RequestBody
-
- asString(String) - Method in class io.vertx.reactivex.ext.web.RequestBody
-
Get the entire HTTP request body as a string, assuming the specified encoding.
- asString() - Method in class io.vertx.rxjava.ext.web.RequestBody
-
- asString(String) - Method in class io.vertx.rxjava.ext.web.RequestBody
-
Get the entire HTTP request body as a string, assuming the specified encoding.
- asString() - Method in class io.vertx.rxjava3.ext.web.RequestBody
-
- asString(String) - Method in class io.vertx.rxjava3.ext.web.RequestBody
-
Get the entire HTTP request body as a string, assuming the specified encoding.
- 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
-
- AsyncFileLock - Interface in io.vertx.core.file
-
- AsyncFileLock - Class in io.vertx.reactivex.core.file
-
- AsyncFileLock(AsyncFileLock) - Constructor for class io.vertx.reactivex.core.file.AsyncFileLock
-
- AsyncFileLock(Object) - Constructor for class io.vertx.reactivex.core.file.AsyncFileLock
-
- AsyncFileLock - Class in io.vertx.rxjava.core.file
-
- AsyncFileLock(AsyncFileLock) - Constructor for class io.vertx.rxjava.core.file.AsyncFileLock
-
- AsyncFileLock(Object) - Constructor for class io.vertx.rxjava.core.file.AsyncFileLock
-
- AsyncFileLock - Class in io.vertx.rxjava3.core.file
-
- AsyncFileLock(AsyncFileLock) - Constructor for class io.vertx.rxjava3.core.file.AsyncFileLock
-
- AsyncFileLock(Object) - Constructor for class io.vertx.rxjava3.core.file.AsyncFileLock
-
- 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
-
- 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(JsonObject) - 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
-
- auth(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
- AUTH - Static variable in interface io.vertx.redis.client.Command
-
- auth(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- auth(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
-
- 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
-
- auth(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
-
- 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
-
- AUTH_PASSWORD_PROPERTY - Static variable in class io.vertx.ext.httpservicefactory.HttpServiceFactory
-
- AUTH_USERNAME_PROPERTY - Static variable in class io.vertx.ext.httpservicefactory.HttpServiceFactory
-
- AuthConverter - Class in io.vertx.config.vault.client
-
Converter and mapper for
Auth
.
- AuthConverter() - Constructor for class io.vertx.config.vault.client.AuthConverter
-
- authenticate(JsonObject, Handler<AsyncResult<User>>) - Method in interface io.vertx.ext.auth.authentication.AuthenticationProvider
-
- authenticate(JsonObject) - Method in interface io.vertx.ext.auth.authentication.AuthenticationProvider
-
- 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
-
Deprecated.
- authenticate(JsonObject) - Method in class io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider
-
Deprecated.
- 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
-
Deprecated.
- authenticate(JsonObject) - Method in class io.vertx.rxjava.ext.auth.authentication.AuthenticationProvider
-
Deprecated.
- 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
-
Deprecated.
- 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.
- AuthenticationInterceptor - Interface in io.vertx.serviceproxy
-
Create an event bus service interceptor that will provide an authentication check
- AuthenticationProvider - Interface in io.vertx.ext.auth.authentication
-
User-facing interface for authenticating users.
- authenticationProvider(AuthenticationProvider) - Method in interface io.vertx.ext.shell.term.TermServer
-
Set an auth provider to use, any provider configured in options will override this provider.
- 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(AuthenticationProvider) - 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.
- 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(AuthenticationProvider) - 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.
- 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
-
- authenticationProvider(AuthenticationProvider) - 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.
- Authenticator - Class in io.vertx.ext.auth.otp
-
Authenticator of specific user.
- Authenticator(boolean) - Constructor for class io.vertx.ext.auth.otp.Authenticator
-
- Authenticator() - Constructor for class io.vertx.ext.auth.otp.Authenticator
-
- Authenticator(JsonObject) - Constructor for class io.vertx.ext.auth.otp.Authenticator
-
- 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.otp
-
- AuthenticatorConverter() - Constructor for class io.vertx.ext.auth.otp.AuthenticatorConverter
-
- AuthenticatorConverter - Class in io.vertx.ext.auth.webauthn
-
- AuthenticatorConverter() - Constructor for class io.vertx.ext.auth.webauthn.AuthenticatorConverter
-
- authenticatorFetcher(Function<String, Future<Authenticator>>) - Method in interface io.vertx.ext.auth.otp.hotp.HotpAuth
-
- authenticatorFetcher(Function<String, Future<Authenticator>>) - Method in interface io.vertx.ext.auth.otp.totp.TotpAuth
-
- authenticatorFetcher(Function<Authenticator, Future<List<Authenticator>>>) - Method in interface io.vertx.ext.auth.webauthn.WebAuthn
-
- authenticatorFetcher(Function<String, Future<Authenticator>>) - Method in class io.vertx.reactivex.ext.auth.otp.hotp.HotpAuth
-
Provide a that can fetch s from a backend given an identifier
argument.
- authenticatorFetcher(Function<String, Single<Authenticator>>) - Method in class io.vertx.reactivex.ext.auth.otp.hotp.HotpAuth
-
Provide a that can fetch s from a backend given an identifier
argument.
- authenticatorFetcher(Function<String, Future<Authenticator>>) - Method in class io.vertx.reactivex.ext.auth.otp.totp.TotpAuth
-
Provide a that can fetch s from a backend given an identifier
argument.
- authenticatorFetcher(Function<String, Single<Authenticator>>) - Method in class io.vertx.reactivex.ext.auth.otp.totp.TotpAuth
-
Provide a that can fetch s from a backend given an identifier
argument.
- authenticatorFetcher(Function<Authenticator, Future<List<Authenticator>>>) - Method in class io.vertx.reactivex.ext.auth.webauthn.WebAuthn
-
- authenticatorFetcher(Function<Authenticator, Single<List<Authenticator>>>) - Method in class io.vertx.reactivex.ext.auth.webauthn.WebAuthn
-
- authenticatorFetcher(Function<String, Future<Authenticator>>) - Method in class io.vertx.rxjava.ext.auth.otp.hotp.HotpAuth
-
Provide a that can fetch s from a backend given an identifier
argument.
- authenticatorFetcher(Function<String, Future<Authenticator>>) - Method in class io.vertx.rxjava.ext.auth.otp.totp.TotpAuth
-
Provide a that can fetch s from a backend given an identifier
argument.
- authenticatorFetcher(Function<Authenticator, Future<List<Authenticator>>>) - Method in class io.vertx.rxjava.ext.auth.webauthn.WebAuthn
-
- authenticatorFetcher(Function<String, Single<Authenticator>>) - Method in class io.vertx.rxjava3.ext.auth.otp.hotp.HotpAuth
-
Provide a that can fetch s from a backend given an identifier
argument.
- authenticatorFetcher(Function<String, Single<Authenticator>>) - Method in class io.vertx.rxjava3.ext.auth.otp.totp.TotpAuth
-
Provide a that can fetch s from a backend given an identifier
argument.
- authenticatorFetcher(Function<Authenticator, Single<List<Authenticator>>>) - Method in class io.vertx.rxjava3.ext.auth.webauthn.WebAuthn
-
- 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.otp.hotp.HotpAuth
-
- authenticatorUpdater(Function<Authenticator, Future<Void>>) - Method in interface io.vertx.ext.auth.otp.totp.TotpAuth
-
- authenticatorUpdater(Function<Authenticator, Future<Void>>) - Method in interface io.vertx.ext.auth.webauthn.WebAuthn
-
- authenticatorUpdater(Function<Authenticator, Future<Void>>) - Method in class io.vertx.reactivex.ext.auth.otp.hotp.HotpAuth
-
Provide a that can update or insert a .
- authenticatorUpdater(Function<Authenticator, Completable>) - Method in class io.vertx.reactivex.ext.auth.otp.hotp.HotpAuth
-
Provide a that can update or insert a .
- authenticatorUpdater(Function<Authenticator, Future<Void>>) - Method in class io.vertx.reactivex.ext.auth.otp.totp.TotpAuth
-
Provide a that can update or insert a .
- authenticatorUpdater(Function<Authenticator, Completable>) - Method in class io.vertx.reactivex.ext.auth.otp.totp.TotpAuth
-
Provide a that can update or insert a .
- authenticatorUpdater(Function<Authenticator, Future<Void>>) - Method in class io.vertx.reactivex.ext.auth.webauthn.WebAuthn
-
- authenticatorUpdater(Function<Authenticator, Completable>) - Method in class io.vertx.reactivex.ext.auth.webauthn.WebAuthn
-
- authenticatorUpdater(Function<Authenticator, Future<Void>>) - Method in class io.vertx.rxjava.ext.auth.otp.hotp.HotpAuth
-
Provide a that can update or insert a .
- authenticatorUpdater(Function<Authenticator, Future<Void>>) - Method in class io.vertx.rxjava.ext.auth.otp.totp.TotpAuth
-
Provide a that can update or insert a .
- authenticatorUpdater(Function<Authenticator, Future<Void>>) - Method in class io.vertx.rxjava.ext.auth.webauthn.WebAuthn
-
- authenticatorUpdater(Function<Authenticator, Completable>) - Method in class io.vertx.rxjava3.ext.auth.otp.hotp.HotpAuth
-
Provide a that can update or insert a .
- authenticatorUpdater(Function<Authenticator, Completable>) - Method in class io.vertx.rxjava3.ext.auth.otp.totp.TotpAuth
-
Provide a that can update or insert a .
- authenticatorUpdater(Function<Authenticator, Completable>) - Method in class io.vertx.rxjava3.ext.auth.webauthn.WebAuthn
-
- AuthOptions - Interface in io.vertx.ext.auth
-
- authority(HostAndPort) - Method in interface io.vertx.core.http.HttpClientRequest
-
Override the request authority, when using HTTP/1.x this overrides the request host
header, when using
HTTP/2 this sets the authority
pseudo header.
- authority() - Method in interface io.vertx.core.http.HttpServerRequest
-
- authority() - Method in interface io.vertx.core.http.ServerWebSocket
-
- authority() - Method in class io.vertx.grpc.client.GrpcClientChannel
-
- authority(HostAndPort) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
-
Override the request authority, when using HTTP/1.x this overrides the request host
header, when using
HTTP/2 this sets the authority
pseudo header.
- authority() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
-
- authority() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
-
- authority(HostAndPort) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
-
Override the request authority, when using HTTP/1.x this overrides the request host
header, when using
HTTP/2 this sets the authority
pseudo header.
- authority() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
-
- authority() - Method in class io.vertx.rxjava.core.http.ServerWebSocket
-
- authority(HostAndPort) - Method in class io.vertx.rxjava3.core.http.HttpClientRequest
-
Override the request authority, when using HTTP/1.x this overrides the request host
header, when using
HTTP/2 this sets the authority
pseudo header.
- authority() - Method in class io.vertx.rxjava3.core.http.HttpServerRequest
-
- authority() - Method in class io.vertx.rxjava3.core.http.ServerWebSocket
-
- 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
-
- AuthorizationInterceptor - Interface in io.vertx.serviceproxy
-
Create an event bus service interceptor that will provide an authorization check
- 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
-
- authorizeURL(OAuth2AuthorizationURL) - 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
-
Deprecated.
- authorizeURL(OAuth2AuthorizationURL) - 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
-
Deprecated.
- authorizeURL(OAuth2AuthorizationURL) - 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
-
Deprecated.
- authorizeURL(OAuth2AuthorizationURL) - 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
-
- authProvider(AuthProvider) - Method in interface io.vertx.ext.shell.term.TermServer
-
- authProvider(AuthenticationProvider) - Method in interface io.vertx.ext.stomp.StompServerHandler
-
- 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
-
Deprecated.
- 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
-
Deprecated.
- 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
-
Deprecated.
- authProvider(AuthenticationProvider) - Method in class io.vertx.rxjava3.ext.stomp.StompServerHandler
-
Configures the to be used to authenticate the user.
- 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)
- available() - Method in interface io.vertx.ext.web.RequestBody
-
Return
true
if a
BodyHandler
was executed before this call in the lifetime
of the request.
- available() - Method in class io.vertx.reactivex.ext.web.RequestBody
-
Return
true
if a
BodyHandler
was executed before this call in the lifetime
of the request.
- available() - Method in class io.vertx.rxjava.ext.web.RequestBody
-
Return
true
if a
BodyHandler
was executed before this call in the lifetime
of the request.
- available() - Method in class io.vertx.rxjava3.ext.web.RequestBody
-
Return
true
if a
BodyHandler
was executed before this call in the lifetime
of the request.
- 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
-