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

A

abort(String) - Method in interface io.vertx.ext.stomp.StompClientConnection
Aborts a transaction.
abort(String, Handler<AsyncResult<Frame>>) - Method in interface io.vertx.ext.stomp.StompClientConnection
Aborts a transaction.
abort(String, Map<String, String>) - Method in interface io.vertx.ext.stomp.StompClientConnection
Aborts a transaction.
abort(String, Map<String, String>, Handler<AsyncResult<Frame>>) - Method in interface io.vertx.ext.stomp.StompClientConnection
Aborts a transaction.
abort(String, Handler<AsyncResult<Frame>>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Aborts a transaction.
abort(String) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Aborts a transaction.
abort(String, Map<String, String>, Handler<AsyncResult<Frame>>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Aborts a transaction.
abort(String, Map<String, String>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Aborts a transaction.
abort(String, Handler<AsyncResult<Frame>>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Aborts a transaction.
abort(String) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Aborts a transaction.
abort(String, Map<String, String>, Handler<AsyncResult<Frame>>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Aborts a transaction.
abort(String, Map<String, String>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Aborts a transaction.
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.
abortTransaction(Handler<AsyncResult<Void>>) - Method in interface io.vertx.kafka.client.producer.KafkaProducer
Aborts the ongoing transaction.
abortTransaction() - Method in interface io.vertx.kafka.client.producer.KafkaProducer
Like KafkaProducer.abortTransaction(Handler) but with a future of the result
abortTransaction(Handler<AsyncResult<Void>>) - Method in interface io.vertx.kafka.client.producer.KafkaWriteStream
Aborts the ongoing transaction.
abortTransaction() - Method in interface io.vertx.kafka.client.producer.KafkaWriteStream
Like KafkaWriteStream.abortTransaction(Handler) but with a future of the result
abortTransaction(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
Aborts the ongoing transaction.
abortTransaction() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
Aborts the ongoing transaction.
abortTransaction(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
Aborts the ongoing transaction.
abortTransaction() - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
Aborts the ongoing transaction.
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 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
 
AbstractServiceReference<T> - Class in io.vertx.servicediscovery.types
A class to simplify the implementation of service reference.
AbstractServiceReference(Vertx, ServiceDiscovery, Record) - Constructor for class io.vertx.servicediscovery.types.AbstractServiceReference
Creates a new instance of AbstractServiceReference.
AbstractSession - Class in io.vertx.ext.web.sstore
The abstract session class provides a barebones implementation for session storage implementors.
AbstractSession() - Constructor for class io.vertx.ext.web.sstore.AbstractSession
This constructor is mandatory (even though not referenced anywhere) is required for serialization purposes.
AbstractSession(VertxContextPRNG) - Constructor for class io.vertx.ext.web.sstore.AbstractSession
 
AbstractSession(VertxContextPRNG, long, int) - Constructor for class io.vertx.ext.web.sstore.AbstractSession
 
AbstractUser - Class in io.vertx.ext.auth
Deprecated.
All user objects should be created using User.create(JsonObject).
AbstractUser() - Constructor for class io.vertx.ext.auth.AbstractUser
Deprecated.
 
AbstractVerticle - Class in io.vertx.core
An abstract base class that you can extend to write your own Verticle classes.
AbstractVerticle() - Constructor for class io.vertx.core.AbstractVerticle
 
AbstractVerticle - Class in io.vertx.reactivex.core
 
AbstractVerticle() - Constructor for class io.vertx.reactivex.core.AbstractVerticle
 
AbstractVerticle - Class in io.vertx.rxjava.core
 
AbstractVerticle() - Constructor for class io.vertx.rxjava.core.AbstractVerticle
 
ACCEPT - Static variable in interface io.vertx.core.http.HttpHeaders
Accept header name
accept() - Method in interface io.vertx.core.http.ServerWebSocket
Accept the WebSocket and terminate the WebSocket handshake.
accept(T, U, V) - Method in interface io.vertx.ext.web.handler.graphql.TriConsumer
Execute with the provided arguments.
accept() - Method in interface io.vertx.ext.web.ParsedHeaderValues
 
accept(T) - Method in interface io.vertx.junit5.ParameterClosingConsumer
 
accept() - Method in interface io.vertx.mqtt.MqttEndpoint
Like MqttEndpoint.accept(boolean) with no session is present.
accept(boolean) - Method in interface io.vertx.mqtt.MqttEndpoint
Sends the CONNACK message to the remote MQTT client with "connection accepted" return code.
ACCEPT - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Accept header name
accept() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Accept the WebSocket and terminate the WebSocket handshake.
accept() - Method in class io.vertx.reactivex.ext.web.ParsedHeaderValues
 
accept() - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
Like MqttEndpoint.accept() with no session is present.
accept(boolean) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
Sends the CONNACK message to the remote MQTT client with "connection accepted" return code.
ACCEPT - Static variable in class io.vertx.rxjava.core.http.HttpHeaders
Accept header name
accept() - Method in class io.vertx.rxjava.core.http.ServerWebSocket
Accept the WebSocket and terminate the WebSocket handshake.
accept() - Method in class io.vertx.rxjava.ext.web.ParsedHeaderValues
 
accept() - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
Like MqttEndpoint.accept() with no session is present.
accept(boolean) - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
Sends the CONNACK message to the remote MQTT client with "connection accepted" return code.
ACCEPT_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_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_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_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_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_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.
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
 
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.
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
 
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
 
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.
acceptsOptions(SqlConnectOptions) - Method in class io.vertx.db2client.spi.DB2Driver
 
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_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_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_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_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_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_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_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
AccessToken - Interface in io.vertx.ext.auth.oauth2
Deprecated.
accessToken() - Method in interface io.vertx.ext.auth.oauth2.AccessToken
Deprecated.
The Access Token if present parsed as a JsonObject
accessToken(JsonObject) - Static method in interface io.vertx.ext.auth.oauth2.KeycloakHelper
Deprecated.
Get decoded `access_token` from the principal.
AccessToken - Class in io.vertx.reactivex.ext.auth.oauth2
AccessToken extension to the User interface

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

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

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

AccessToken(AccessToken) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.AccessToken
 
AccessToken(Object) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.AccessToken
 
accessToken() - Method in class io.vertx.rxjava.ext.auth.oauth2.AccessToken
The Access Token if present parsed as a JsonObject
accessToken(JsonObject) - Static method in class io.vertx.rxjava.ext.auth.oauth2.KeycloakHelper
Deprecated.
ack(StompServerConnection, Frame) - Method in interface io.vertx.ext.stomp.Destination
Handles a ACK frame.
ACK - Static variable in class io.vertx.ext.stomp.Frame
 
ack(String) - Method in interface io.vertx.ext.stomp.StompClientConnection
Sends an acknowledgement for a specific message.
ack(String, Handler<AsyncResult<Frame>>) - Method in interface io.vertx.ext.stomp.StompClientConnection
Sends an acknowledgement for a specific message.
ack(String, String) - Method in interface io.vertx.ext.stomp.StompClientConnection
Sends an acknowledgement for the given frame.
ack(String, String, Handler<AsyncResult<Frame>>) - Method in interface io.vertx.ext.stomp.StompClientConnection
Sends an acknowledgement for the given frame.
ack(StompServerConnection, Frame) - Method in class io.vertx.reactivex.ext.stomp.Destination
Handles a ACK frame.
ack(String, Handler<AsyncResult<Frame>>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Sends an acknowledgement for a specific message.
ack(String) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Sends an acknowledgement for a specific message.
ack(String, String, Handler<AsyncResult<Frame>>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Sends an acknowledgement for the given frame.
ack(String, String) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Sends an acknowledgement for the given frame.
ack(StompServerConnection, Frame) - Method in class io.vertx.rxjava.ext.stomp.Destination
Handles a ACK frame.
ack(String, Handler<AsyncResult<Frame>>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Sends an acknowledgement for a specific message.
ack(String) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Sends an acknowledgement for a specific message.
ack(String, String, Handler<AsyncResult<Frame>>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Sends an acknowledgement for the given frame.
ack(String, String) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Sends an acknowledgement for the given frame.
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.
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
 
ACL - Static variable in class io.vertx.core.http.HttpMethod
The RFC 3744 ACL method, this instance is interned and uniquely used.
ACL - Static variable in class io.vertx.reactivex.redis.client.Command
 
acl(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command acl.
acl(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command acl.
ACL - Static variable in interface io.vertx.redis.client.Command
 
acl(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command acl.
acl(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command acl.
ACL - Static variable in class io.vertx.rxjava.redis.client.Command
 
acl(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command acl.
acl(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command acl.
AclToken - Class in io.vertx.ext.consul
Holds properties of Acl token
AclToken() - Constructor for class io.vertx.ext.consul.AclToken
Default constructor
AclToken(AclToken) - Constructor for class io.vertx.ext.consul.AclToken
Copy constructor
AclToken(JsonObject) - Constructor for class io.vertx.ext.consul.AclToken
Constructor from JSON
AclTokenType - Enum in io.vertx.ext.consul
Acl token type is either "client" (meaning the token cannot modify ACL rules) or "management" (meaning the token is allowed to perform all actions).
acr(JsonObject) - Static method in interface io.vertx.ext.auth.oauth2.KeycloakHelper
Deprecated.
 
acr(JsonObject) - Static method in class io.vertx.reactivex.ext.auth.oauth2.KeycloakHelper
Deprecated.
acr(JsonObject) - Static method in class io.vertx.rxjava.ext.auth.oauth2.KeycloakHelper
Deprecated.
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
 
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.
add(Object) - Method in class io.vertx.core.json.JsonArray
Add an Object to the JSON array.
add(int, Object) - Method in class io.vertx.core.json.JsonArray
Add an Object to the JSON array at given position pos.
add(String, String) - Method in interface io.vertx.core.MultiMap
Adds a new value with the specified name and value.
add(CharSequence, CharSequence) - Method in interface io.vertx.core.MultiMap
Like MultiMap.add(String, String) but accepting CharSequence as parameters
add(String, Iterable<String>) - Method in interface io.vertx.core.MultiMap
Adds a new values under the specified name
add(CharSequence, Iterable<CharSequence>) - Method in interface io.vertx.core.MultiMap
Like MultiMap.add(String, Iterable) but accepting CharSequence as parameters
add(String, Set<Authorization>) - Method in interface io.vertx.ext.auth.authorization.Authorizations
 
add(String, Authorization) - Method in interface io.vertx.ext.auth.authorization.Authorizations
 
add(AuthenticationProvider) - Method in interface io.vertx.ext.auth.ChainAuth
Appends a auth provider to the chain.
add(String, String) - Method in class io.vertx.ext.stomp.utils.Headers
 
add(AuthenticationHandler) - Method in interface io.vertx.ext.web.handler.ChainAuthHandler
Appends a auth provider to the chain.
add(String, String) - Method in class io.vertx.reactivex.core.MultiMap
Adds a new value with the specified name and value.
add(CharSequence, CharSequence) - Method in class io.vertx.reactivex.core.MultiMap
Like MultiMap.add(java.lang.String, java.lang.String) but accepting CharSequence as parameters
add(String, Iterable<String>) - Method in class io.vertx.reactivex.core.MultiMap
Adds a new values under the specified name
add(CharSequence, Iterable<CharSequence>) - Method in class io.vertx.reactivex.core.MultiMap
Like MultiMap.add(java.lang.String, java.lang.String) but accepting CharSequence as parameters
add(String, Set<Authorization>) - Method in class io.vertx.reactivex.ext.auth.authorization.Authorizations
 
add(String, Authorization) - Method in class io.vertx.reactivex.ext.auth.authorization.Authorizations
 
add(AuthenticationProvider) - Method in class io.vertx.reactivex.ext.auth.ChainAuth
Appends a auth provider to the chain.
add(AuthenticationHandler) - Method in class io.vertx.reactivex.ext.web.handler.ChainAuthHandler
Appends a auth provider to the chain.
add(String, String) - Method in class io.vertx.rxjava.core.MultiMap
Adds a new value with the specified name and value.
add(CharSequence, CharSequence) - Method in class io.vertx.rxjava.core.MultiMap
Like MultiMap.add(java.lang.String, java.lang.String) but accepting CharSequence as parameters
add(String, Iterable<String>) - Method in class io.vertx.rxjava.core.MultiMap
Adds a new values under the specified name
add(CharSequence, Iterable<CharSequence>) - Method in class io.vertx.rxjava.core.MultiMap
Like MultiMap.add(java.lang.String, java.lang.String) but accepting CharSequence as parameters
add(String, Set<Authorization>) - Method in class io.vertx.rxjava.ext.auth.authorization.Authorizations
 
add(String, Authorization) - Method in class io.vertx.rxjava.ext.auth.authorization.Authorizations
 
add(AuthenticationProvider) - Method in class io.vertx.rxjava.ext.auth.ChainAuth
Appends a auth provider to the chain.
add(AuthenticationHandler) - Method in class io.vertx.rxjava.ext.web.handler.ChainAuthHandler
Appends a auth provider to the chain.
addAll(JsonArray) - Method in class io.vertx.core.json.JsonArray
Appends all of the elements in the specified array to the end of this JSON array.
addAll(MultiMap) - Method in interface io.vertx.core.MultiMap
Adds all the entries from another MultiMap to this one
addAll(Map<String, String>) - Method in interface io.vertx.core.MultiMap
Adds all the entries from a Map to this
addAll(Map<String, String>) - Method in class io.vertx.ext.stomp.utils.Headers
 
addAll(MultiMap) - Method in class io.vertx.reactivex.core.MultiMap
Adds all the entries from another MultiMap to this one
addAll(Map<String, String>) - Method in class io.vertx.reactivex.core.MultiMap
Adds all the entries from a Map to this
addAll(MultiMap) - Method in class io.vertx.rxjava.core.MultiMap
Adds all the entries from another MultiMap to this one
addAll(Map<String, String>) - Method in class io.vertx.rxjava.core.MultiMap
Adds all the entries from a Map to this
addAndGet(long, Handler<AsyncResult<Long>>) - Method in interface io.vertx.core.shareddata.Counter
Add the value to the counter atomically and return the new count
addAndGet(long) - Method in interface io.vertx.core.shareddata.Counter
Same as Counter.addAndGet(long, Handler) but returns a Future of the asynchronous result
addAndGet(long, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.core.shareddata.Counter
Add the value to the counter atomically and return the new count
addAndGet(long) - Method in class io.vertx.reactivex.core.shareddata.Counter
Add the value to the counter atomically and return the new count
addAndGet(long, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.core.shareddata.Counter
Add the value to the counter atomically and return the new count
addAndGet(long) - Method in class io.vertx.rxjava.core.shareddata.Counter
Add the value to the counter atomically and return the new count
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.
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.
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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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
 
addAuthorities(Set<String>) - Method in interface io.vertx.ext.web.handler.AuthHandler
Deprecated.
this functionality is now handled by the new AuthorizationProvider
addAuthorities(Set<String>) - Method in interface io.vertx.reactivex.ext.web.handler.AuthHandler
Deprecated.
addAuthorities(Set<String>) - Method in interface io.vertx.rxjava.ext.web.handler.AuthHandler
Deprecated.
addAuthority(String) - Method in interface io.vertx.ext.web.handler.AuthHandler
Deprecated.
this functionality is now handled by the new AuthorizationProvider
addAuthority(String) - Method in interface io.vertx.reactivex.ext.web.handler.AuthHandler
Deprecated.
addAuthority(String) - Method in interface io.vertx.rxjava.ext.web.handler.AuthHandler
Deprecated.
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.serviceproxy.ServiceAuthInterceptor
Add a single authority to the authorities set.
addAuthorizationProvider(AuthorizationProvider) - Method in interface io.vertx.ext.web.handler.AuthorizationHandler
Adds a provider that shall be used to retrieve the required authorizations for the user to attest.
addAuthorizationProvider(AuthorizationProvider) - Method in class io.vertx.reactivex.ext.web.handler.AuthorizationHandler
Adds a provider that shall be used to retrieve the required authorizations for the user to attest.
addAuthorizationProvider(AuthorizationProvider) - Method in class io.vertx.rxjava.ext.web.handler.AuthorizationHandler
Adds a provider that shall be used to retrieve the required authorizations for the user to attest.
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 interface io.vertx.sqlclient.Tuple
Add a BigDecimal value at the end of the tuple.
addBodyEndHandler(Handler<Void>) - Method in interface io.vertx.ext.web.RoutingContext
Provides a handler that will be called after the last part of the body is written to the wire.
addBodyEndHandler(Handler<Void>) - Method in class io.vertx.reactivex.ext.web.RoutingContext
Provides a handler that will be called after the last part of the body is written to the wire.
addBodyEndHandler(Handler<Void>) - Method in class io.vertx.rxjava.ext.web.RoutingContext
Provides a handler that will be called after the last part of the body is written to the wire.
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 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 interface io.vertx.sqlclient.Tuple
Add a buffer value at the end of the tuple.
addCapability(String) - Method in class io.vertx.amqp.AmqpReceiverOptions
Adds a capability to be set on the receiver source terminus.
addCapability(String) - Method in class io.vertx.amqp.AmqpSenderOptions
Adds a capability to be set on the sender target terminus.
addCertPath(String) - Method in class io.vertx.core.net.PemKeyCertOptions
Add a path to a certificate file
addCertPath(String) - Method in class io.vertx.core.net.PemTrustOptions
Add a certificate path
addCertValue(Buffer) - Method in class io.vertx.core.net.PemKeyCertOptions
Add a certificate as a buffer
addCertValue(Buffer) - Method in class io.vertx.core.net.PemTrustOptions
Add a certificate value
addChoice(String) - Method in class io.vertx.core.cli.Option
Adds a choice to the list of values accepted by this option.
addChoice(String) - Method in class io.vertx.core.cli.TypedOption
 
addConfirmListener(int, Handler<AsyncResult<ReadStream<RabbitMQConfirmation>>>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Add a Confirm Listener to the channel.
addConfirmListener(int) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Add a Confirm Listener to the channel.
addConfirmListener(int, Handler<AsyncResult<ReadStream<RabbitMQConfirmation>>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Add a Confirm Listener to the channel.
addConfirmListener(int) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Add a Confirm Listener to the channel.
addConfirmListener(int, Handler<AsyncResult<ReadStream<RabbitMQConfirmation>>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Add a Confirm Listener to the channel.
addConfirmListener(int) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Add a Confirm Listener to the channel.
addConnectionEstablishedCallback(Handler<Promise<Void>>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Set a callback to be called whenever a new connection is established.
addConnectionString(String) - Method in class io.vertx.redis.client.RedisOptions
Adds a connection string (endpoint) to use while connecting to the redis server.
addContactPoint(InetSocketAddress) - Method in class io.vertx.cassandra.CassandraClientOptions
Adds a contact point to use for the initial connection to the cluster
addContactPoint(String, int) - Method in class io.vertx.cassandra.CassandraClientOptions
Adds a contact point to use for the initial connection to the cluster
addCookie(Cookie) - Method in interface io.vertx.core.http.HttpServerResponse
Add a cookie.
addCookie(Cookie) - Method in interface io.vertx.ext.web.RoutingContext
Add a cookie.
addCookie(Cookie) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Add a cookie.
addCookie(Cookie) - Method in class io.vertx.reactivex.ext.web.RoutingContext
Add a cookie.
addCookie(Cookie) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Add a cookie.
addCookie(Cookie) - Method in class io.vertx.rxjava.ext.web.RoutingContext
Add a cookie.
addCopiedHeader(String) - Method in class io.vertx.ext.mail.DKIMSignOptions
Adds a copied header.
addCrlPath(String) - Method in class io.vertx.amqp.AmqpClientOptions
 
addCrlPath(String) - Method in class io.vertx.core.eventbus.EventBusOptions
 
addCrlPath(String) - Method in class io.vertx.core.http.HttpClientOptions
 
addCrlPath(String) - Method in class io.vertx.core.http.HttpServerOptions
 
addCrlPath(String) - Method in class io.vertx.core.net.ClientOptionsBase
 
addCrlPath(String) - Method in class io.vertx.core.net.NetClientOptions
 
addCrlPath(String) - Method in class io.vertx.core.net.NetServerOptions
 
addCrlPath(String) - Method in class io.vertx.core.net.TCPSSLOptions
Add a CRL path
addCrlPath(String) - Method in class io.vertx.ext.consul.ConsulClientOptions
Add a CRL path
addCrlPath(String) - Method in class io.vertx.ext.mail.MailConfig
 
addCrlPath(String) - Method in class io.vertx.ext.shell.term.HttpTermOptions
 
addCrlPath(String) - Method in class io.vertx.ext.shell.term.TelnetTermOptions
 
addCrlPath(String) - Method in class io.vertx.ext.web.client.WebClientOptions
 
addCrlPath(String) - Method in class io.vertx.mqtt.MqttClientOptions
 
addCrlPath(String) - Method in class io.vertx.mqtt.MqttServerOptions
 
addCrlPath(String) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
addCrlPath(String) - Method in class io.vertx.pgclient.PgConnectOptions
 
addCrlPath(String) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
 
addCrlValue(Buffer) - Method in class io.vertx.amqp.AmqpClientOptions
 
addCrlValue(Buffer) - Method in class io.vertx.core.eventbus.EventBusOptions
 
addCrlValue(Buffer) - Method in class io.vertx.core.http.HttpClientOptions
 
addCrlValue(Buffer) - Method in class io.vertx.core.http.HttpServerOptions
 
addCrlValue(Buffer) - Method in class io.vertx.core.net.ClientOptionsBase
 
addCrlValue(Buffer) - Method in class io.vertx.core.net.NetClientOptions
 
addCrlValue(Buffer) - Method in class io.vertx.core.net.NetServerOptions
 
addCrlValue(Buffer) - Method in class io.vertx.core.net.TCPSSLOptions
Add a CRL value
addCrlValue(Buffer) - Method in class io.vertx.ext.consul.ConsulClientOptions
Add a CRL value
addCrlValue(Buffer) - Method in class io.vertx.ext.mail.MailConfig
 
addCrlValue(Buffer) - Method in class io.vertx.ext.shell.term.HttpTermOptions
 
addCrlValue(Buffer) - Method in class io.vertx.ext.shell.term.TelnetTermOptions
 
addCrlValue(Buffer) - Method in class io.vertx.ext.web.client.WebClientOptions
 
addCrlValue(Buffer) - Method in class io.vertx.mqtt.MqttClientOptions
 
addCrlValue(Buffer) - Method in class io.vertx.mqtt.MqttServerOptions
 
addCrlValue(Buffer) - Method in class io.vertx.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.
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.
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.
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 interface io.vertx.sqlclient.Tuple
Add a double value at the end of the tuple.
addEnabledCipherSuite(String) - Method in class io.vertx.amqp.AmqpClientOptions
 
addEnabledCipherSuite(String) - Method in class io.vertx.core.eventbus.EventBusOptions
 
addEnabledCipherSuite(String) - Method in class io.vertx.core.http.HttpClientOptions
 
addEnabledCipherSuite(String) - Method in class io.vertx.core.http.HttpServerOptions
 
addEnabledCipherSuite(String) - Method in class io.vertx.core.net.ClientOptionsBase
 
addEnabledCipherSuite(String) - Method in class io.vertx.core.net.NetClientOptions
 
addEnabledCipherSuite(String) - Method in class io.vertx.core.net.NetServerOptions
 
addEnabledCipherSuite(String) - Method in class io.vertx.core.net.TCPSSLOptions
Add an enabled cipher suite, appended to the ordered suites.
addEnabledCipherSuite(String) - Method in class io.vertx.ext.consul.ConsulClientOptions
Add an enabled cipher suite, appended to the ordered suites.
addEnabledCipherSuite(String) - Method in class io.vertx.ext.mail.MailConfig
 
addEnabledCipherSuite(String) - Method in class io.vertx.ext.shell.term.HttpTermOptions
 
addEnabledCipherSuite(String) - Method in class io.vertx.ext.shell.term.TelnetTermOptions
 
addEnabledCipherSuite(String) - Method in class io.vertx.ext.web.client.WebClientOptions
 
addEnabledCipherSuite(String) - Method in class io.vertx.mqtt.MqttClientOptions
 
addEnabledCipherSuite(String) - Method in class io.vertx.mqtt.MqttServerOptions
 
addEnabledCipherSuite(String) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
addEnabledCipherSuite(String) - Method in class io.vertx.pgclient.PgConnectOptions
 
addEnabledCipherSuite(String) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
 
addEnabledSaslMechanism(String) - Method in class io.vertx.amqp.AmqpClientOptions
 
addEnabledSecureTransportProtocol(String) - Method in class io.vertx.amqp.AmqpClientOptions
 
addEnabledSecureTransportProtocol(String) - Method in class io.vertx.core.eventbus.EventBusOptions
 
addEnabledSecureTransportProtocol(String) - Method in class io.vertx.core.http.HttpClientOptions
 
addEnabledSecureTransportProtocol(String) - Method in class io.vertx.core.http.HttpServerOptions
 
addEnabledSecureTransportProtocol(String) - Method in class io.vertx.core.net.ClientOptionsBase
 
addEnabledSecureTransportProtocol(String) - Method in class io.vertx.core.net.NetClientOptions
 
addEnabledSecureTransportProtocol(String) - Method in class io.vertx.core.net.NetServerOptions
 
addEnabledSecureTransportProtocol(String) - Method in class io.vertx.core.net.TCPSSLOptions
Add an enabled SSL/TLS protocols, appended to the ordered protocols.
addEnabledSecureTransportProtocol(String) - Method in class io.vertx.ext.consul.ConsulClientOptions
Add an enabled SSL/TLS protocols, appended to the ordered protocols.
addEnabledSecureTransportProtocol(String) - Method in class io.vertx.ext.mail.MailConfig
 
addEnabledSecureTransportProtocol(String) - Method in class io.vertx.ext.web.client.WebClientOptions
 
addEnabledSecureTransportProtocol(String) - Method in class io.vertx.mqtt.MqttClientOptions
 
addEnabledSecureTransportProtocol(String) - Method in class io.vertx.mqtt.MqttServerOptions
 
addEnabledSecureTransportProtocol(String) - Method in class io.vertx.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.
addEndpoint(String) - Method in class io.vertx.redis.client.RedisOptions
addError(TxnError) - Method in class io.vertx.ext.consul.TxnResponse
Adds error to this response
addExclusion(String) - Method in class io.vertx.maven.resolver.ResolutionOptions
Adds an exclusion.
addExpectedContentType(String) - Method in interface io.vertx.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
Add an expected content type of request.
addExpectedContentType(String) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
addExpectedContentType(String) - Method in class io.vertx.rxjava.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
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.
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 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.
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.
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.
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.
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.
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.
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.
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(String, String) - Method in interface io.vertx.ext.mail.MailAttachment
Add an header to this attachment.
addHeader(String, String) - Method in class io.vertx.ext.mail.MailMessage
Add a message header.
addHeader(String, String) - Method in class io.vertx.ext.stomp.Frame
Adds a header to the frame.
addHeader(CharSequence, CharSequence) - Method in interface io.vertx.ext.web.client.WebClientSession
Configure the client to add an HTTP header to every request.
addHeader(String, String) - Method in interface io.vertx.ext.web.client.WebClientSession
Configure the client to add an HTTP header to every request.
addHeader(CharSequence, Iterable<CharSequence>) - Method in interface io.vertx.ext.web.client.WebClientSession
Configure the client to add an HTTP header to every request.
addHeader(String, Iterable<String>) - Method in interface io.vertx.ext.web.client.WebClientSession
Configure the client to add an HTTP header to every request.
addHeader(String, String) - Method in interface io.vertx.kafka.client.producer.KafkaProducerRecord
Like KafkaProducerRecord.addHeader(KafkaHeader) but with a key/value pair
addHeader(String, Buffer) - Method in interface io.vertx.kafka.client.producer.KafkaProducerRecord
Like KafkaProducerRecord.addHeader(KafkaHeader) but with a key/value pair
addHeader(KafkaHeader) - Method in interface io.vertx.kafka.client.producer.KafkaProducerRecord
Add an header to this record.
addHeader(String, String) - Method in class io.vertx.reactivex.ext.mail.MailAttachment
Add an header to this attachment.
addHeader(String, String) - Method in class io.vertx.reactivex.ext.web.client.WebClientSession
Configure the client to add an HTTP header to every request.
addHeader(String, String) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord
addHeader(String, Buffer) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord
addHeader(KafkaHeader) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord
Add an header to this record.
addHeader(String, String) - Method in class io.vertx.rxjava.ext.mail.MailAttachment
Add an header to this attachment.
addHeader(String, String) - Method in class io.vertx.rxjava.ext.web.client.WebClientSession
Configure the client to add an HTTP header to every request.
addHeader(String, String) - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducerRecord
addHeader(String, Buffer) - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducerRecord
addHeader(KafkaHeader) - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducerRecord
Add an header to this record.
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.
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.
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.
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.
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.
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
addInboundMapping(InboundMapping) - Method in class io.vertx.camel.CamelBridgeOptions
Adds an inbound mapping (Camel to Vert.x).
addInboundPermitted(PermittedOptions) - Method in class io.vertx.ext.bridge.BridgeOptions
Adds an inbound permitted option to the current BridgeOptions.
addInboundPermitted(PermittedOptions) - Method in class io.vertx.ext.stomp.BridgeOptions
 
addInboundPermitted(PermittedOptions) - Method in class io.vertx.ext.web.handler.sockjs.SockJSBridgeOptions
 
addInteger(Integer) - Method in class io.vertx.reactivex.sqlclient.Tuple
Add an integer value at the end of the tuple.
addInteger(Integer) - Method in class io.vertx.rxjava.sqlclient.Tuple
Add an integer value at the end of the tuple.
addInteger(Integer) - Method in interface io.vertx.sqlclient.Tuple
Add an integer value at the end of the tuple.
addInterceptor(Function<Message<JsonObject>, Future<Message<JsonObject>>>) - Method in class io.vertx.serviceproxy.ServiceBinder
 
additionalImports() - Method in class io.vertx.ext.web.api.service.generator.WebApiProxyHandlerGen
 
additionalImports(ProxyModel) - Method in class io.vertx.serviceproxy.generator.GeneratorUtils
 
additionalImports() - Method in class io.vertx.serviceproxy.generator.ServiceProxyHandlerGen
 
additionalItems(SchemaBuilder) - Method in class io.vertx.json.schema.common.dsl.TupleSchemaBuilder
 
additionalProperties(SchemaBuilder) - Method in class io.vertx.json.schema.common.dsl.ObjectSchemaBuilder
 
addJson(URI, JsonObject) - Method in class io.vertx.json.schema.common.SchemaRouterImpl
 
addJson(URI, JsonObject) - Method in interface io.vertx.json.schema.SchemaRouter
Add one or more json documents including schemas on top or inner levels.
addJson(String, JsonObject) - Method in interface io.vertx.json.schema.SchemaRouter
Add one or more json documents including schemas on top or inner levels.
addJson(String, JsonObject) - Method in class io.vertx.reactivex.json.schema.SchemaRouter
Add one or more json documents including schemas on top or inner levels.
addJson(URI, JsonObject) - Method in class io.vertx.reactivex.json.schema.SchemaRouter
Add one or more json documents including schemas on top or inner levels.
addJson(String, JsonObject) - Method in class io.vertx.rxjava.json.schema.SchemaRouter
Add one or more json documents including schemas on top or inner levels.
addJson(URI, JsonObject) - Method in class io.vertx.rxjava.json.schema.SchemaRouter
Add one or more json documents including schemas on top or inner levels.
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 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.
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 interface io.vertx.sqlclient.Tuple
Add a JsonObject value at the end of the tuple.
addJwk(JsonObject) - Method in class io.vertx.ext.auth.jwt.JWTAuthOptions
 
addKeyPath(String) - Method in class io.vertx.core.net.PemKeyCertOptions
Add a path to a key file
addKeyValue(Buffer) - Method in class io.vertx.core.net.PemKeyCertOptions
Add a key as a buffer
addLabelMatch(Match) - Method in class io.vertx.micrometer.MicrometerMetricsOptions
Add a rule for label matching.
addLabels(Label...) - Method in class io.vertx.micrometer.MicrometerMetricsOptions
Add a labels to enable.
addLocalDate(LocalDate) - Method in class io.vertx.reactivex.sqlclient.Tuple
Add a LocalDate value at the end of the tuple.
addLocalDate(LocalDate) - Method in class io.vertx.rxjava.sqlclient.Tuple
Add a LocalDate value at the end of the tuple.
addLocalDate(LocalDate) - Method in 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 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 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 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.
addNode(Node) - Method in class io.vertx.kafka.admin.ClusterDescription
Add a node belonging to this cluster to the current node list.
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 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 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.
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.
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.
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.
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
addOutboundMapping(OutboundMapping) - Method in class io.vertx.camel.CamelBridgeOptions
Adds an outbound mapping (Vert.x to Camel).
addOutboundPermitted(PermittedOptions) - Method in class io.vertx.ext.bridge.BridgeOptions
Adds an outbound permitted option to the current BridgeOptions.
addOutboundPermitted(PermittedOptions) - Method in class io.vertx.ext.stomp.BridgeOptions
 
addOutboundPermitted(PermittedOptions) - Method in class io.vertx.ext.web.handler.sockjs.SockJSBridgeOptions
 
addPathParam(String, ParameterType) - Method in interface io.vertx.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
Add a path parameter with included parameter types.
addPathParam(String, ParameterType) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
addPathParam(String, ParameterType) - Method in class io.vertx.rxjava.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
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.
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.
addPermission(String) - Method in class io.vertx.ext.auth.JWTOptions
Add a permission to this token.
addPoint(Point) - Method in class io.vertx.pgclient.data.Path
 
addPoint(Point) - Method in class io.vertx.pgclient.data.Polygon
 
addProperty(String, String) - Method in class io.vertx.db2client.DB2ConnectOptions
 
addProperty(String, String) - Method in class io.vertx.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.
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.
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.
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.
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.
addRegistration(String, RegistrationInfo, Promise<Void>) - Method in interface io.vertx.core.spi.cluster.ClusterManager
Share a new messaging handler registration with other nodes in the cluster.
addRegistration(String, RegistrationInfo, Promise<Void>) - Method in class io.vertx.ext.cluster.infinispan.InfinispanClusterManager
 
addRegistration(String, RegistrationInfo, Promise<Void>) - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
 
addRegistration(String, RegistrationInfo, Promise<Void>) - Method in class io.vertx.spi.cluster.ignite.IgniteClusterManager
 
addRegistration(String, RegistrationInfo, Promise<Void>) - Method in class io.vertx.spi.cluster.zookeeper.ZookeeperClusterManager
 
addReporter(ReportOptions) - Method in class io.vertx.ext.unit.report.ReportingOptions
Add a reporter to the current list.
addReporter(ReportOptions) - Method in class io.vertx.ext.unit.TestOptions
 
address() - Method in interface io.vertx.amqp.AmqpMessage
 
address(String) - Method in interface io.vertx.amqp.AmqpMessageBuilder
 
address() - Method in interface io.vertx.amqp.AmqpReceiver
The listened address.
address() - Method in interface io.vertx.amqp.AmqpSender
 
address() - Method in interface io.vertx.core.eventbus.Message
The address the message was sent to
address() - Method in interface io.vertx.core.eventbus.MessageConsumer
 
address() - Method in interface io.vertx.core.eventbus.MessageProducer
 
address() - Method in class io.vertx.core.spi.cluster.RegistrationUpdateEvent
 
address - Variable in class io.vertx.ext.shell.command.base.BusPublish
 
address() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
address(String) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
address() - Method in class io.vertx.reactivex.amqp.AmqpReceiver
The listened address.
address() - Method in class io.vertx.reactivex.amqp.AmqpSender
 
address() - Method in class io.vertx.reactivex.core.eventbus.Message
The address the message was sent to
address() - Method in class io.vertx.reactivex.core.eventbus.MessageConsumer
 
address() - Method in class io.vertx.reactivex.core.eventbus.MessageProducer
 
address() - Method in class io.vertx.rxjava.amqp.AmqpMessage
 
address(String) - Method in class io.vertx.rxjava.amqp.AmqpMessageBuilder
 
address() - Method in class io.vertx.rxjava.amqp.AmqpReceiver
The listened address.
address() - Method in class io.vertx.rxjava.amqp.AmqpSender
 
address() - Method in class io.vertx.rxjava.core.eventbus.Message
The address the message was sent to
address() - Method in class io.vertx.rxjava.core.eventbus.MessageConsumer
 
address() - Method in class io.vertx.rxjava.core.eventbus.MessageProducer
 
AddressHelper - Class in io.vertx.core.eventbus
Utility for clustered eventbus address.
AddressResolverOptions - Class in io.vertx.core.dns
Configuration options for Vert.x hostname resolver.
AddressResolverOptions() - Constructor for class io.vertx.core.dns.AddressResolverOptions
 
AddressResolverOptions(AddressResolverOptions) - Constructor for class io.vertx.core.dns.AddressResolverOptions
 
AddressResolverOptions(JsonObject) - Constructor for class io.vertx.core.dns.AddressResolverOptions
 
AddressResolverOptionsConverter - Class in io.vertx.core.dns
Converter and mapper for AddressResolverOptions.
AddressResolverOptionsConverter() - Constructor for class io.vertx.core.dns.AddressResolverOptionsConverter
 
addResult(TxnResult) - Method in class io.vertx.ext.consul.TxnResponse
Adds result to this response
addRootCrl(String) - Method in class io.vertx.ext.auth.webauthn.WebAuthnOptions
 
addSchema(Schema, JsonPointer...) - Method in class io.vertx.json.schema.common.SchemaRouterImpl
 
addSchema(Schema, JsonPointer...) - Method in interface io.vertx.json.schema.SchemaRouter
Add a parsed schema to this router.
addSchema(Schema, JsonPointer[]) - Method in class io.vertx.reactivex.json.schema.SchemaRouter
Add a parsed schema to this router.
addSchema(Schema, JsonPointer[]) - Method in class io.vertx.rxjava.json.schema.SchemaRouter
Add a parsed schema to this router.
addSchemaAlias(Schema, String) - Method in class io.vertx.json.schema.common.SchemaRouterImpl
 
addSchemaAlias(Schema, String) - Method in interface io.vertx.json.schema.SchemaRouter
Add an alias to a schema already registered in this router (this alias can be solved only from schema scope).
addSchemaAlias(Schema, String) - Method in class io.vertx.reactivex.json.schema.SchemaRouter
Add an alias to a schema already registered in this router (this alias can be solved only from schema scope).
addSchemaAlias(Schema, String) - Method in class io.vertx.rxjava.json.schema.SchemaRouter
Add an alias to a schema already registered in this router (this alias can be solved only from schema scope).
addSchemaWithScope(Schema, JsonPointer) - Method in class io.vertx.json.schema.common.SchemaRouterImpl
 
addSchemaWithScope(Schema, JsonPointer) - Method in interface io.vertx.json.schema.SchemaRouter
Add a parsed schema to this router.
addSchemaWithScope(Schema, JsonPointer) - Method in class io.vertx.reactivex.json.schema.SchemaRouter
Add a parsed schema to this router.
addSchemaWithScope(Schema, JsonPointer) - Method in class io.vertx.rxjava.json.schema.SchemaRouter
Add a parsed schema to this router.
addScope(String) - Method in class io.vertx.ext.auth.authentication.TokenCredentials
 
addScope(String) - Method in class io.vertx.ext.auth.JWTOptions
Deprecated.
use the authorization api AuthorizationProvider
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.
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.
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 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.
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 interface io.vertx.sqlclient.Tuple
Add a string value at the end of the tuple.
addStringFormatValidator(String, Predicate<String>) - Method in class io.vertx.json.schema.common.BaseFormatValidatorFactory
 
addSubProtocol(String) - Method in class io.vertx.core.http.WebSocketConnectOptions
Add a WebSocket sub protocol to use.
addTemporal(Temporal) - Method in class io.vertx.reactivex.sqlclient.Tuple
Add a Temporal value at the end of the tuple.
addTemporal(Temporal) - Method in class io.vertx.rxjava.sqlclient.Tuple
Add a Temporal value at the end of the tuple.
addTemporal(Temporal) - Method in 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.
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 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 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.
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.
afterAll(ExtensionContext) - Method in class io.vertx.junit5.VertxExtension
 
afterConfigParsed(JsonObject) - Method in class io.vertx.core.Launcher
Hook for sub-classes of Launcher after the config has been parsed.
afterEach(Handler<TestContext>) - Method in interface io.vertx.ext.unit.TestSuite
Set a callback executed after each test and before the suite after callback.
afterEach(ExtensionContext) - Method in class io.vertx.junit5.VertxExtension
 
afterEach(Handler<TestContext>) - Method in class io.vertx.reactivex.ext.unit.TestSuite
Set a callback executed after each test and before the suite after callback.
afterEach(Handler<TestContext>) - Method in class io.vertx.rxjava.ext.unit.TestSuite
Set a callback executed after each test and before the suite after callback.
afterStartingVertx(Vertx) - Method in class io.vertx.core.Launcher
Hook for sub-classes of Launcher after the vertx instance is started.
afterStoppingVertx() - Method in class io.vertx.core.Launcher
 
afterTestExecution(ExtensionContext) - Method in class io.vertx.junit5.VertxExtension
 
AGE - Static variable in interface io.vertx.core.http.HttpHeaders
Age header name
AGE - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Age header name
AGE - Static variable in class io.vertx.rxjava.core.http.HttpHeaders
Age header name
agentInfo(Handler<AsyncResult<JsonObject>>) - Method in interface io.vertx.ext.consul.ConsulClient
Returns the configuration and member information of the local agent
agentInfo() - Method in interface io.vertx.ext.consul.ConsulClient
Like ConsulClient.agentInfo(Handler) but returns a Future of the asynchronous result.
agentInfo(Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the configuration and member information of the local agent
agentInfo() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the configuration and member information of the local agent
agentInfo(Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the configuration and member information of the local agent
agentInfo() - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the configuration and member information of the local agent
aggregate(String, JsonArray) - Method in interface io.vertx.ext.mongo.MongoClient
Run aggregate MongoDB command with default AggregateOptions.
aggregate(String, JsonArray) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Run aggregate MongoDB command with default AggregateOptions.
aggregate(String, JsonArray) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Run aggregate MongoDB command with default AggregateOptions.
aggregatedStatus() - Method in class io.vertx.ext.consul.ServiceEntry
AggregatedStatus returns the "best" status for the list of health checks.
AggregateOptions - Class in io.vertx.ext.mongo
Options used to configure aggregate operations.
AggregateOptions() - Constructor for class io.vertx.ext.mongo.AggregateOptions
Default constructor
AggregateOptions(AggregateOptions) - Constructor for class io.vertx.ext.mongo.AggregateOptions
Copy constructor
AggregateOptions(JsonObject) - Constructor for class io.vertx.ext.mongo.AggregateOptions
Constructor from JSON
AggregateOptionsConverter - Class in io.vertx.ext.mongo
Converter and mapper for AggregateOptions.
AggregateOptionsConverter() - Constructor for class io.vertx.ext.mongo.AggregateOptionsConverter
 
aggregateWithOptions(String, JsonArray, AggregateOptions) - Method in interface io.vertx.ext.mongo.MongoClient
Run aggregate MongoDB command.
aggregateWithOptions(String, JsonArray, AggregateOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Run aggregate MongoDB command.
aggregateWithOptions(String, JsonArray, AggregateOptions) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Run aggregate MongoDB command.
algoName() - Method in enum io.vertx.ext.mail.CanonicalizationAlgorithm
Gets the canonicalization algorithm representation.
alias(String) - Method in class io.vertx.json.schema.common.dsl.SchemaBuilder
 
all() - Method in interface io.vertx.cassandra.ResultSet
Like ResultSet.all(Handler) but returns a Future of the asynchronous result.
all(Handler<AsyncResult<List<Row>>>) - Method in interface io.vertx.cassandra.ResultSet
The method should not be used concurrently with others like ResultSet.fetchNextPage() or #one(Handler).
all(Future<T1>, Future<T2>) - Static method in interface io.vertx.core.CompositeFuture
Return a composite future, succeeded when all futures are succeeded, failed when any future is failed.
all(Future<T1>, Future<T2>, Future<T3>) - Static method in interface io.vertx.core.CompositeFuture
Like CompositeFuture.all(Future, Future) but with 3 futures.
all(Future<T1>, Future<T2>, Future<T3>, Future<T4>) - Static method in interface io.vertx.core.CompositeFuture
Like CompositeFuture.all(Future, Future) but with 4 futures.
all(Future<T1>, Future<T2>, Future<T3>, Future<T4>, Future<T5>) - Static method in interface io.vertx.core.CompositeFuture
Like CompositeFuture.all(Future, Future) but with 5 futures.
all(Future<T1>, Future<T2>, Future<T3>, Future<T4>, Future<T5>, Future<T6>) - Static method in interface io.vertx.core.CompositeFuture
Like CompositeFuture.all(Future, Future) but with 6 futures.
all(List<Future>) - Static method in interface io.vertx.core.CompositeFuture
Like CompositeFuture.all(Future, Future) but with a list of futures.
all() - Static method in interface io.vertx.ext.auth.ChainAuth
Create a Chainable Auth Provider auth provider that will resolve if all auth providers are successful.
all() - Static method in interface io.vertx.ext.web.handler.ChainAuthHandler
Create a chain authentication handler that will assert that all handlers pass the verification.
all(Handler<AsyncResult<List<Row>>>) - Method in class io.vertx.reactivex.cassandra.ResultSet
all() - Method in class io.vertx.reactivex.cassandra.ResultSet
all() - Static method in class io.vertx.reactivex.ext.auth.ChainAuth
Create a Chainable Auth Provider auth provider that will resolve if all auth providers are successful.
all() - Static method in class io.vertx.reactivex.ext.web.handler.ChainAuthHandler
Create a chain authentication handler that will assert that all handlers pass the verification.
all(Handler<AsyncResult<List<Row>>>) - Method in class io.vertx.rxjava.cassandra.ResultSet
all() - Method in class io.vertx.rxjava.cassandra.ResultSet
all() - Static method in class io.vertx.rxjava.ext.auth.ChainAuth
Create a Chainable Auth Provider auth provider that will resolve if all auth providers are successful.
all() - Static method in class io.vertx.rxjava.ext.web.handler.ChainAuthHandler
Create a chain authentication handler that will assert that all handlers pass the verification.
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
 
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
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.
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
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
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
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
allowedOrigins(JsonObject) - Static method in interface io.vertx.ext.auth.oauth2.KeycloakHelper
Deprecated.
 
allowedOrigins(JsonObject) - Static method in class io.vertx.reactivex.ext.auth.oauth2.KeycloakHelper
Deprecated.
allowedOrigins(JsonObject) - Static method in class io.vertx.rxjava.ext.auth.oauth2.KeycloakHelper
Deprecated.
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.
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
AllowForwardHeaders - Enum in io.vertx.ext.web
What kind of forward header parsing are we allowing.
alpnName() - Method in enum io.vertx.core.http.HttpVersion
 
alterConfigs(Map<ConfigResource, Config>, Handler<AsyncResult<Void>>) - Method in interface io.vertx.kafka.admin.KafkaAdminClient
Update the configuration for the specified resources with the default options
alterConfigs(Map<ConfigResource, Config>) - Method in interface io.vertx.kafka.admin.KafkaAdminClient
Like KafkaAdminClient.alterConfigs(Map, Handler) but returns a Future of the asynchronous result
alterConsumerGroupOffsets(String, Map<TopicPartition, OffsetAndMetadata>, Handler<AsyncResult<Void>>) - Method in interface io.vertx.kafka.admin.KafkaAdminClient
Alter committed offsets for a set of partitions in a consumer group.
alterConsumerGroupOffsets(String, Map<TopicPartition, OffsetAndMetadata>) - Method in interface io.vertx.kafka.admin.KafkaAdminClient
Like KafkaAdminClient.alterConsumerGroupOffsets(String, Map, Handler) but returns a Future of the asynchronous result
AmazonCognitoAuth - Interface in io.vertx.ext.auth.oauth2.providers
Simplified factory to create an OAuth2Auth for Amazon Cognito.
AmazonCognitoAuth - Class in io.vertx.reactivex.ext.auth.oauth2.providers
Simplified factory to create an for Amazon Cognito.
AmazonCognitoAuth(AmazonCognitoAuth) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.AmazonCognitoAuth
 
AmazonCognitoAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.AmazonCognitoAuth
 
AmazonCognitoAuth - Class in io.vertx.rxjava.ext.auth.oauth2.providers
Simplified factory to create an for Amazon Cognito.
AmazonCognitoAuth(AmazonCognitoAuth) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.providers.AmazonCognitoAuth
 
AmazonCognitoAuth(Object) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.providers.AmazonCognitoAuth
 
AmbiguousOptionException - Exception in io.vertx.core.cli
Exception thrown when the command line is ambiguous meaning it cannot determine exactly which option has to be set.
AmbiguousOptionException(String, List<Option>) - Constructor for exception io.vertx.core.cli.AmbiguousOptionException
Creates a new instance of AmbiguousOptionException.
AmqpClient - Interface in io.vertx.amqp
AMQP Client entry point.
AmqpClient - Class in io.vertx.reactivex.amqp
AMQP Client entry point.
AmqpClient(AmqpClient) - Constructor for class io.vertx.reactivex.amqp.AmqpClient
 
AmqpClient(Object) - Constructor for class io.vertx.reactivex.amqp.AmqpClient
 
AmqpClient - Class in io.vertx.rxjava.amqp
AMQP Client entry point.
AmqpClient(AmqpClient) - Constructor for class io.vertx.rxjava.amqp.AmqpClient
 
AmqpClient(Object) - Constructor for class io.vertx.rxjava.amqp.AmqpClient
 
AmqpClientOptions - Class in io.vertx.amqp
Configures the AMQP Client.
AmqpClientOptions() - Constructor for class io.vertx.amqp.AmqpClientOptions
 
AmqpClientOptions(JsonObject) - Constructor for class io.vertx.amqp.AmqpClientOptions
 
AmqpClientOptions(AmqpClientOptions) - Constructor for class io.vertx.amqp.AmqpClientOptions
 
AmqpClientOptionsConverter - Class in io.vertx.amqp
Converter and mapper for AmqpClientOptions.
AmqpClientOptionsConverter() - Constructor for class io.vertx.amqp.AmqpClientOptionsConverter
 
AmqpConnection - Interface in io.vertx.amqp
Once connected to the broker or router, you get a connection.
AmqpConnection - Class in io.vertx.reactivex.amqp
Once connected to the broker or router, you get a connection.
AmqpConnection(AmqpConnection) - Constructor for class io.vertx.reactivex.amqp.AmqpConnection
 
AmqpConnection(Object) - Constructor for class io.vertx.reactivex.amqp.AmqpConnection
 
AmqpConnection - Class in io.vertx.rxjava.amqp
Once connected to the broker or router, you get a connection.
AmqpConnection(AmqpConnection) - Constructor for class io.vertx.rxjava.amqp.AmqpConnection
 
AmqpConnection(Object) - Constructor for class io.vertx.rxjava.amqp.AmqpConnection
 
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
 
AmqpMessageBuilder - Interface in io.vertx.amqp
Builder to create a new AmqpMessage.
AmqpMessageBuilder - Class in io.vertx.reactivex.amqp
Builder to create a new AmqpMessage.
AmqpMessageBuilder(AmqpMessageBuilder) - Constructor for class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
AmqpMessageBuilder(Object) - Constructor for class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
AmqpMessageBuilder - Class in io.vertx.rxjava.amqp
Builder to create a new AmqpMessage.
AmqpMessageBuilder(AmqpMessageBuilder) - Constructor for class io.vertx.rxjava.amqp.AmqpMessageBuilder
 
AmqpMessageBuilder(Object) - Constructor for class io.vertx.rxjava.amqp.AmqpMessageBuilder
 
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
 
AmqpReceiverOptions - Class in io.vertx.amqp
Configures the AMQP Receiver.
AmqpReceiverOptions() - Constructor for class io.vertx.amqp.AmqpReceiverOptions
 
AmqpReceiverOptions(AmqpReceiverOptions) - Constructor for class io.vertx.amqp.AmqpReceiverOptions
 
AmqpReceiverOptions(JsonObject) - Constructor for class io.vertx.amqp.AmqpReceiverOptions
 
AmqpReceiverOptionsConverter - Class in io.vertx.amqp
Converter and mapper for AmqpReceiverOptions.
AmqpReceiverOptionsConverter() - Constructor for class io.vertx.amqp.AmqpReceiverOptionsConverter
 
AmqpSender - Interface in io.vertx.amqp
AMQP Sender interface used to send messages.
AmqpSender - Class in io.vertx.reactivex.amqp
AMQP Sender interface used to send messages.
AmqpSender(AmqpSender) - Constructor for class io.vertx.reactivex.amqp.AmqpSender
 
AmqpSender(Object) - Constructor for class io.vertx.reactivex.amqp.AmqpSender
 
AmqpSender - Class in io.vertx.rxjava.amqp
AMQP Sender interface used to send messages.
AmqpSender(AmqpSender) - Constructor for class io.vertx.rxjava.amqp.AmqpSender
 
AmqpSender(Object) - Constructor for class io.vertx.rxjava.amqp.AmqpSender
 
AmqpSenderOptions - Class in io.vertx.amqp
Configures the AMQP Sender.
AmqpSenderOptions() - Constructor for class io.vertx.amqp.AmqpSenderOptions
 
AmqpSenderOptions(AmqpSenderOptions) - Constructor for class io.vertx.amqp.AmqpSenderOptions
 
AmqpSenderOptions(JsonObject) - Constructor for class io.vertx.amqp.AmqpSenderOptions
 
AmqpSenderOptionsConverter - Class in io.vertx.amqp
Converter and mapper for AmqpSenderOptions.
AmqpSenderOptionsConverter() - Constructor for class io.vertx.amqp.AmqpSenderOptionsConverter
 
AndAuthorization - Interface in io.vertx.ext.auth.authorization
Allows to perform a logical 'and' between several authorizations
AndAuthorization - Class in io.vertx.reactivex.ext.auth.authorization
Allows to perform a logical 'and' between several authorizations

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

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

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

AndAuthorization(AndAuthorization) - Constructor for class io.vertx.rxjava.ext.auth.authorization.AndAuthorization
 
AndAuthorization(Object) - Constructor for class io.vertx.rxjava.ext.auth.authorization.AndAuthorization
 
AnnotatedCommand - Class in io.vertx.ext.shell.command
The base command class that Java annotated command should extend.
AnnotatedCommand() - Constructor for class io.vertx.ext.shell.command.AnnotatedCommand
 
annotations() - Method in class io.vertx.ext.web.api.service.generator.WebApiProxyHandlerGen
 
annotations() - Method in class io.vertx.serviceproxy.generator.ServiceProxyGen
 
annotations() - Method in class io.vertx.serviceproxy.generator.ServiceProxyHandlerGen
 
annotations() - Method in class io.vertx.sqlclient.templates.generator.MapperGenBase
 
annotations() - Method in class io.vertx.sqlclient.templates.generator.ParametersMapperGen
 
annotations() - Method in class io.vertx.sqlclient.templates.generator.RowMapperGen
 
any(Future<T1>, Future<T2>) - Static method in interface io.vertx.core.CompositeFuture
Return a composite future, succeeded when any futures is succeeded, failed when all futures are failed.
any(Future<T1>, Future<T2>, Future<T3>) - Static method in interface io.vertx.core.CompositeFuture
Like CompositeFuture.any(Future, Future) but with 3 futures.
any(Future<T1>, Future<T2>, Future<T3>, Future<T4>) - Static method in interface io.vertx.core.CompositeFuture
Like CompositeFuture.any(Future, Future) but with 4 futures.
any(Future<T1>, Future<T2>, Future<T3>, Future<T4>, Future<T5>) - Static method in interface io.vertx.core.CompositeFuture
Like CompositeFuture.any(Future, Future) but with 5 futures.
any(Future<T1>, Future<T2>, Future<T3>, Future<T4>, Future<T5>, Future<T6>) - Static method in interface io.vertx.core.CompositeFuture
Like CompositeFuture.any(Future, Future) but with 6 futures.
any(List<Future>) - Static method in interface io.vertx.core.CompositeFuture
Like CompositeFuture.any(Future, Future) but with a list of futures.
any() - Static method in interface io.vertx.ext.auth.ChainAuth
Create a Chainable Auth Provider auth provider that will resolve on the first success.
any() - Static method in interface io.vertx.ext.web.handler.ChainAuthHandler
Create a chain authentication handler that will assert that any handler passes the verification.
any() - Static method in class io.vertx.reactivex.ext.auth.ChainAuth
Create a Chainable Auth Provider auth provider that will resolve on the first success.
any() - Static method in class io.vertx.reactivex.ext.web.handler.ChainAuthHandler
Create a chain authentication handler that will assert that any handler passes the verification.
any() - Static method in class io.vertx.rxjava.ext.auth.ChainAuth
Create a Chainable Auth Provider auth provider that will resolve on the first success.
any() - Static method in class io.vertx.rxjava.ext.web.handler.ChainAuthHandler
Create a chain authentication handler that will assert that any handler passes the verification.
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
 
ApolloWSConnectionInitEvent - Interface in io.vertx.ext.web.handler.graphql
 
ApolloWSConnectionInitEvent - Class in io.vertx.reactivex.ext.web.handler.graphql
 
ApolloWSConnectionInitEvent(ApolloWSConnectionInitEvent) - Constructor for class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSConnectionInitEvent
 
ApolloWSConnectionInitEvent(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSConnectionInitEvent
 
ApolloWSConnectionInitEvent - Class in io.vertx.rxjava.ext.web.handler.graphql
 
ApolloWSConnectionInitEvent(ApolloWSConnectionInitEvent) - Constructor for class io.vertx.rxjava.ext.web.handler.graphql.ApolloWSConnectionInitEvent
 
ApolloWSConnectionInitEvent(Object) - Constructor for class io.vertx.rxjava.ext.web.handler.graphql.ApolloWSConnectionInitEvent
 
ApolloWSHandler - Interface in io.vertx.ext.web.handler.graphql
A handler for GraphQL requests sent over Apollo's subscriptions-transport-ws transport.
ApolloWSHandler - Class in io.vertx.reactivex.ext.web.handler.graphql
A handler for GraphQL requests sent over Apollo's subscriptions-transport-ws transport.
ApolloWSHandler(ApolloWSHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler
 
ApolloWSHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler
 
ApolloWSHandler - Class in io.vertx.rxjava.ext.web.handler.graphql
A handler for GraphQL requests sent over Apollo's subscriptions-transport-ws transport.
ApolloWSHandler(ApolloWSHandler) - Constructor for class io.vertx.rxjava.ext.web.handler.graphql.ApolloWSHandler
 
ApolloWSHandler(Object) - Constructor for class io.vertx.rxjava.ext.web.handler.graphql.ApolloWSHandler
 
ApolloWSMessage - Interface in io.vertx.ext.web.handler.graphql
A message received over Apollo's subscriptions-transport-ws transport.
ApolloWSMessage - Class in io.vertx.reactivex.ext.web.handler.graphql
A message received over Apollo's subscriptions-transport-ws transport.
ApolloWSMessage(ApolloWSMessage) - Constructor for class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSMessage
 
ApolloWSMessage(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSMessage
 
ApolloWSMessage - Class in io.vertx.rxjava.ext.web.handler.graphql
A message received over Apollo's subscriptions-transport-ws transport.
ApolloWSMessage(ApolloWSMessage) - Constructor for class io.vertx.rxjava.ext.web.handler.graphql.ApolloWSMessage
 
ApolloWSMessage(Object) - Constructor for class io.vertx.rxjava.ext.web.handler.graphql.ApolloWSMessage
 
ApolloWSMessageType - Enum in io.vertx.ext.web.handler.graphql
The ApolloWSMessage types.
ApolloWSOptions - Class in io.vertx.ext.web.handler.graphql
Options for configuring the ApolloWSHandler.
ApolloWSOptions() - Constructor for class io.vertx.ext.web.handler.graphql.ApolloWSOptions
Default constructor.
ApolloWSOptions(ApolloWSOptions) - Constructor for class io.vertx.ext.web.handler.graphql.ApolloWSOptions
Copy constructor.
ApolloWSOptions(JsonObject) - Constructor for class io.vertx.ext.web.handler.graphql.ApolloWSOptions
Constructor to create options from JSON.
ApolloWSOptionsConverter - Class in io.vertx.ext.web.handler.graphql
Converter and mapper for ApolloWSOptions.
ApolloWSOptionsConverter() - Constructor for class io.vertx.ext.web.handler.graphql.ApolloWSOptionsConverter
 
append(String) - Method in interface io.vertx.core.json.pointer.JsonPointer
Append an unescaped token to this pointer
Note: If you provide escaped path the behaviour is undefined
append(int) - Method in interface io.vertx.core.json.pointer.JsonPointer
Append the index as reference token to JsonPointer
append(List<String>) - Method in interface io.vertx.core.json.pointer.JsonPointer
Append an unescaped list of tokens to JsonPointer
Note: If you provide escaped paths the behaviour is undefined
append(JsonPointer) - Method in interface io.vertx.core.json.pointer.JsonPointer
Append all tokens of pointer to this pointer
Note: The base URI of this pointer will remain untouched
append(String) - Method in class io.vertx.reactivex.core.json.pointer.JsonPointer
Append an unescaped token to this pointer
Note: If you provide escaped path the behaviour is undefined
append(int) - Method in class io.vertx.reactivex.core.json.pointer.JsonPointer
Append the index as reference token to JsonPointer
append(List<String>) - Method in class io.vertx.reactivex.core.json.pointer.JsonPointer
Append an unescaped list of tokens to JsonPointer
Note: If you provide escaped paths the behaviour is undefined
append(JsonPointer) - Method in class io.vertx.reactivex.core.json.pointer.JsonPointer
Append all tokens of pointer to this pointer
Note: The base URI of this pointer will remain untouched
APPEND - Static variable in class io.vertx.reactivex.redis.client.Command
 
append(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command append.
append(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command append.
APPEND - Static variable in interface io.vertx.redis.client.Command
 
append(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command append.
append(String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command append.
append(String) - Method in class io.vertx.rxjava.core.json.pointer.JsonPointer
Append an unescaped token to this pointer
Note: If you provide escaped path the behaviour is undefined
append(int) - Method in class io.vertx.rxjava.core.json.pointer.JsonPointer
Append the index as reference token to JsonPointer
append(List<String>) - Method in class io.vertx.rxjava.core.json.pointer.JsonPointer
Append an unescaped list of tokens to JsonPointer
Note: If you provide escaped paths the behaviour is undefined
append(JsonPointer) - Method in class io.vertx.rxjava.core.json.pointer.JsonPointer
Append all tokens of pointer to this pointer
Note: The base URI of this pointer will remain untouched
APPEND - Static variable in class io.vertx.rxjava.redis.client.Command
 
append(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command append.
append(String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command append.
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
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
appendOption(StringBuilder, Option) - Method in class io.vertx.core.cli.UsageMessageFormatter
Appends the usage clause for an Option to a StringBuilder.
appendShort(short) - Method in interface io.vertx.core.buffer.Buffer
Appends the specified short to the end of the Buffer.The buffer will expand as necessary to accommodate any bytes written.
appendShort(short) - Method in class io.vertx.reactivex.core.buffer.Buffer
Appends the specified short to the end of the Buffer.The buffer will expand as necessary to accommodate any bytes written.
appendShort(short) - Method in class io.vertx.rxjava.core.buffer.Buffer
Appends the specified short to the end of the Buffer.The buffer will expand as necessary to accommodate any bytes written.
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.
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.
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.
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.
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.
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.
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.
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
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
 
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
 
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(Message<JsonObject>) - Method in class io.vertx.serviceproxy.ServiceAuthInterceptor
 
apply(Message<JsonObject>) - Method in class io.vertx.serviceproxy.ServiceJWTInterceptor
Deprecated.
 
applyDefaultValue(Object) - Method in class io.vertx.json.schema.common.BaseCombinatorsValidator
 
applyDefaultValue(Object) - Method in interface io.vertx.json.schema.common.DefaultApplier
 
applyHttpChallenge(String, HttpMethod, String, Integer, String) - Method in interface io.vertx.ext.auth.authentication.Credentials
Applies the HTTP Authorization challenge to this Credential instance.
applyHttpChallenge(String, HttpMethod, String) - Method in interface io.vertx.ext.auth.authentication.Credentials
Applies the HTTP Authorization challenge to this Credential instance.
applyHttpChallenge(String) - Method in interface io.vertx.ext.auth.authentication.Credentials
Applies the HTTP Authorization challenge to this Credential instance.
applyHttpChallenge(String, HttpMethod, String, Integer, String) - Method in class io.vertx.ext.auth.authentication.TokenCredentials
 
applyHttpChallenge(String, HttpMethod, String, Integer, String) - Method in class io.vertx.ext.auth.authentication.UsernamePasswordCredentials
 
applyHttpChallenge(String, HttpMethod, String, Integer, String) - Method in class io.vertx.ext.auth.htdigest.HtdigestCredentials
 
applySystemProperties() - Method in class io.vertx.core.spi.launcher.DefaultCommand
Sets the system properties specified by the user command line.
arg(String) - Method in class io.vertx.reactivex.redis.client.Request
Adds a String argument using UTF8 character encoding
arg(String, String) - Method in class io.vertx.reactivex.redis.client.Request
Adds a String using a specific character encoding argument
arg(Buffer) - Method in class io.vertx.reactivex.redis.client.Request
Adds a String key argument
arg(long) - Method in class io.vertx.reactivex.redis.client.Request
Adds a long encoded to string
arg(boolean) - Method in class io.vertx.reactivex.redis.client.Request
Adds a boolean encoded to string
arg(JsonObject) - Method in class io.vertx.reactivex.redis.client.Request
Adds a JsonObject argument, the encoding will serialize the json as key0, value0, key1, value1, ...
arg(JsonArray) - Method in class io.vertx.reactivex.redis.client.Request
Adds a JsonArray argument, the encoding will serialize the json as value0, value1, ...
arg(byte[]) - Method in class io.vertx.reactivex.redis.client.Request
Adds a byte array
arg(int) - Method in class io.vertx.reactivex.redis.client.Request
Adds a int encoded to string
arg(short) - Method in class io.vertx.reactivex.redis.client.Request
Adds a short encoded to string
arg(byte) - Method in class io.vertx.reactivex.redis.client.Request
Adds a byte encoded to string
arg(float) - Method in class io.vertx.reactivex.redis.client.Request
Adds a float encoded to string
arg(double) - Method in class io.vertx.reactivex.redis.client.Request
Adds a double encoded to string
arg(byte[]) - Method in interface io.vertx.redis.client.Request
Adds a byte array
arg(String) - Method in interface io.vertx.redis.client.Request
Adds a String argument using UTF8 character encoding
arg(String, String) - Method in interface io.vertx.redis.client.Request
Adds a String using a specific character encoding argument
arg(Buffer) - Method in interface io.vertx.redis.client.Request
Adds a String key argument
arg(long) - Method in interface io.vertx.redis.client.Request
Adds a long encoded to string
arg(int) - Method in interface io.vertx.redis.client.Request
Adds a int encoded to string
arg(short) - Method in interface io.vertx.redis.client.Request
Adds a short encoded to string
arg(byte) - Method in interface io.vertx.redis.client.Request
Adds a byte encoded to string
arg(float) - Method in interface io.vertx.redis.client.Request
Adds a float encoded to string
arg(double) - Method in interface io.vertx.redis.client.Request
Adds a double encoded to string
arg(boolean) - Method in interface io.vertx.redis.client.Request
Adds a boolean encoded to string
arg(JsonObject) - Method in interface io.vertx.redis.client.Request
Adds a JsonObject argument, the encoding will serialize the json as key0, value0, key1, value1, ...
arg(JsonArray) - Method in interface io.vertx.redis.client.Request
Adds a JsonArray argument, the encoding will serialize the json as value0, value1, ...
arg(String) - Method in class io.vertx.rxjava.redis.client.Request
Adds a String argument using UTF8 character encoding
arg(String, String) - Method in class io.vertx.rxjava.redis.client.Request
Adds a String using a specific character encoding argument
arg(Buffer) - Method in class io.vertx.rxjava.redis.client.Request
Adds a String key argument
arg(long) - Method in class io.vertx.rxjava.redis.client.Request
Adds a long encoded to string
arg(boolean) - Method in class io.vertx.rxjava.redis.client.Request
Adds a boolean encoded to string
arg(JsonObject) - Method in class io.vertx.rxjava.redis.client.Request
Adds a JsonObject argument, the encoding will serialize the json as key0, value0, key1, value1, ...
arg(JsonArray) - Method in class io.vertx.rxjava.redis.client.Request
Adds a JsonArray argument, the encoding will serialize the json as value0, value1, ...
arg(byte[]) - Method in class io.vertx.rxjava.redis.client.Request
Adds a byte array
arg(int) - Method in class io.vertx.rxjava.redis.client.Request
Adds a int encoded to string
arg(short) - Method in class io.vertx.rxjava.redis.client.Request
Adds a short encoded to string
arg(byte) - Method in class io.vertx.rxjava.redis.client.Request
Adds a byte encoded to string
arg(float) - Method in class io.vertx.rxjava.redis.client.Request
Adds a float encoded to string
arg(double) - Method in class io.vertx.rxjava.redis.client.Request
Adds a double encoded to string
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
 
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
 
Argument - Annotation Type in io.vertx.core.cli.annotations
Annotates a setter to be called with the value of a command line argument.
Argument - Class in io.vertx.core.cli
Defines a command line argument.
Argument() - Constructor for class io.vertx.core.cli.Argument
Creates a new empty instance of Argument.
Argument(Argument) - Constructor for class io.vertx.core.cli.Argument
Creates a new instance of Argument by copying other.
Argument(JsonObject) - Constructor for class io.vertx.core.cli.Argument
Creates a new instance of Argument from the given JSON object.
ArgumentConverter - Class in io.vertx.core.cli
Converter and mapper for Argument.
ArgumentConverter() - Constructor for class io.vertx.core.cli.ArgumentConverter
 
arrayEventMode() - Method in interface io.vertx.core.parsetools.JsonParser
Flip the parser to emit a stream of events for each new json array.
arrayEventMode() - Method in class io.vertx.reactivex.core.parsetools.JsonParser
Flip the parser to emit a stream of events for each new json array.
arrayEventMode() - Method in class io.vertx.rxjava.core.parsetools.JsonParser
Flip the parser to emit a stream of events for each new json array.
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
 
ArrayParserFactory - Interface in io.vertx.ext.web.validation.builder
This interface is used to create ValueParser able to parse serialized array structures.
arraySchema() - Static method in class io.vertx.json.schema.common.dsl.Schemas
 
ArraySchemaBuilder - Class in io.vertx.json.schema.common.dsl
 
arrayValue() - Method in interface io.vertx.core.parsetools.JsonEvent
 
arrayValue() - Method in class io.vertx.reactivex.core.parsetools.JsonEvent
 
arrayValue() - Method in class io.vertx.rxjava.core.parsetools.JsonEvent
 
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.
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.
asBoolean(AsyncResult) - Static method in class io.vertx.lang.groovy.VertxExtensionModule
Coerces an AsyncResult as a boolean value according to Groovy-Truth.
asInteger() - Method in class io.vertx.json.schema.common.dsl.NumberSchemaBuilder
 
ASKING - Static variable in class io.vertx.reactivex.redis.client.Command
 
asking(Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command asking.
asking() - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command asking.
ASKING - Static variable in interface io.vertx.redis.client.Command
 
asking(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command asking.
asking() - Method in interface io.vertx.redis.client.RedisAPI
Redis command asking.
ASKING - Static variable in class io.vertx.rxjava.redis.client.Command
 
asking(Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command asking.
asking() - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command asking.
asMessageHandler() - Method in interface io.vertx.ext.unit.collect.EventBusCollector
 
asReadStream(Observable<R>, Function<R, J>) - Static method in class io.vertx.rx.java.ReadStreamSubscriber
 
assertComplete(Future<T>) - Method in class io.vertx.junit5.VertxTestContext
This method allows you to check if a future is completed.
assertEquals(Object, Object) - Method in interface io.vertx.ext.unit.TestContext
Assert the expected argument is equals to the actual argument.
assertEquals(Object, Object, String) - Method in interface io.vertx.ext.unit.TestContext
Assert the expected argument is equals to the actual argument.
assertEquals(Object, Object) - Method in class io.vertx.reactivex.ext.unit.TestContext
Assert the expected argument is equals to the actual argument.
assertEquals(Object, Object, String) - Method in class io.vertx.reactivex.ext.unit.TestContext
Assert the expected argument is equals to the actual argument.
assertEquals(Object, Object) - Method in class io.vertx.rxjava.ext.unit.TestContext
Assert the expected argument is equals to the actual argument.
assertEquals(Object, Object, String) - Method in class io.vertx.rxjava.ext.unit.TestContext
Assert the expected argument is equals to the actual argument.
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.
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.
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.
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.
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.
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.
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.
assignment(Handler<AsyncResult<Set<TopicPartition>>>) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
Get the set of partitions currently assigned to this consumer.
assignment() - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
Like KafkaConsumer.assignment(Handler) but returns a Future of the asynchronous result
assignment(Handler<AsyncResult<Set<TopicPartition>>>) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
Get the set of partitions currently assigned to this consumer.
assignment() - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
Like KafkaReadStream.assignment(Handler) but returns a Future of the asynchronous result
assignment(Handler<AsyncResult<Set<TopicPartition>>>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Get the set of partitions currently assigned to this consumer.
assignment() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Get the set of partitions currently assigned to this consumer.
assignment(Handler<AsyncResult<Set<TopicPartition>>>) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Get the set of partitions currently assigned to this consumer.
assignment() - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Get the set of partitions currently assigned to this consumer.
asStream() - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
 
asStream() - Method in interface io.vertx.kafka.client.producer.KafkaProducer
 
asType(Map, Class) - Static method in class io.vertx.lang.groovy.VertxExtensionModule
Convert a JSON like map data structure to a Vert.x data object or a JsonObject.
Async - Interface in io.vertx.ext.unit
An asynchronous exit point for a test.

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

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

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

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

Async(Async) - Constructor for class io.vertx.rxjava.ext.unit.Async
 
Async(Object) - Constructor for class io.vertx.rxjava.ext.unit.Async
 
async() - Method in class io.vertx.rxjava.ext.unit.TestContext
Create and returns a new async object, the returned async controls the completion of the test.
async(int) - Method in class io.vertx.rxjava.ext.unit.TestContext
Create and returns a new async object, the returned async controls the completion of the test.
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.

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.

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
 
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
 
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.
Attestation - Enum in io.vertx.ext.auth.webauthn
AttestationConveyancePreference https://www.w3.org/TR/webauthn/#attestation-convey
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.
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
Auth - Class in io.vertx.config.vault.client
Represents Auth result.
Auth() - Constructor for class io.vertx.config.vault.client.Auth
 
auth() - Method in interface io.vertx.mqtt.MqttEndpoint
 
auth() - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
 
AUTH - Static variable in class io.vertx.reactivex.redis.client.Command
 
auth(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command auth.
auth(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command auth.
AUTH - Static variable in interface io.vertx.redis.client.Command
 
auth(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command auth.
auth(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command auth.
auth() - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
 
AUTH - Static variable in class io.vertx.rxjava.redis.client.Command
 
auth(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command auth.
auth(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command auth.
AUTH_PASSWORD_PROPERTY - Static variable in class io.vertx.ext.httpservicefactory.HttpServiceFactory
 
AUTH_USERNAME_PROPERTY - Static variable in class io.vertx.ext.httpservicefactory.HttpServiceFactory
 
authenticate(JsonObject, Handler<AsyncResult<User>>) - Method in interface io.vertx.ext.auth.authentication.AuthenticationProvider
Authenticate a user.
authenticate(JsonObject) - Method in interface io.vertx.ext.auth.authentication.AuthenticationProvider
Authenticate a user.
authenticate(Credentials, Handler<AsyncResult<User>>) - Method in interface io.vertx.ext.auth.authentication.AuthenticationProvider
Authenticate a user.
authenticate(Credentials) - Method in interface io.vertx.ext.auth.authentication.AuthenticationProvider
Authenticate a user.
authenticate(JsonObject, Handler<AsyncResult<User>>) - Method in class io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider
Authenticate a user.
authenticate(JsonObject) - Method in class io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider
Authenticate a user.
authenticate(Credentials, Handler<AsyncResult<User>>) - Method in class io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider
Authenticate a user.
authenticate(Credentials) - Method in class io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider
Authenticate a user.
authenticate(JsonObject, Handler<AsyncResult<User>>) - Method in class io.vertx.rxjava.ext.auth.authentication.AuthenticationProvider
Authenticate a user.
authenticate(JsonObject) - Method in class io.vertx.rxjava.ext.auth.authentication.AuthenticationProvider
Authenticate a user.
authenticate(Credentials, Handler<AsyncResult<User>>) - Method in class io.vertx.rxjava.ext.auth.authentication.AuthenticationProvider
Authenticate a user.
authenticate(Credentials) - Method in class io.vertx.rxjava.ext.auth.authentication.AuthenticationProvider
Authenticate a user.
authenticateHeader(RoutingContext) - Method in interface io.vertx.ext.web.handler.AuthenticationHandler
Returns
authenticateHeader(RoutingContext) - Method in interface io.vertx.reactivex.ext.web.handler.AuthenticationHandler
Returns
authenticateHeader(RoutingContext) - Method in interface io.vertx.reactivex.ext.web.handler.AuthHandler
Deprecated.
authenticateHeader(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.BasicAuthHandler
Returns
authenticateHeader(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.ChainAuthHandler
Returns
authenticateHeader(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.DigestAuthHandler
Returns
authenticateHeader(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.JWTAuthHandler
Returns
authenticateHeader(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.OAuth2AuthHandler
Returns
authenticateHeader(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.RedirectAuthHandler
Returns
authenticateHeader(RoutingContext) - Method in interface io.vertx.rxjava.ext.web.handler.AuthenticationHandler
Returns
authenticateHeader(RoutingContext) - Method in interface io.vertx.rxjava.ext.web.handler.AuthHandler
Deprecated.
authenticateHeader(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.BasicAuthHandler
Returns
authenticateHeader(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.ChainAuthHandler
Returns
authenticateHeader(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.DigestAuthHandler
Returns
authenticateHeader(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.JWTAuthHandler
Returns
authenticateHeader(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.OAuth2AuthHandler
Returns
authenticateHeader(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.RedirectAuthHandler
Returns
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.
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.
AuthenticationProvider - Interface in io.vertx.ext.auth.authentication
User-facing interface for authenticating users.
AuthenticationProvider - Class in io.vertx.reactivex.ext.auth.authentication
User-facing interface for authenticating users.
AuthenticationProvider(AuthenticationProvider) - Constructor for class io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider
 
AuthenticationProvider(Object) - Constructor for class io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider
 
AuthenticationProvider - Class in io.vertx.rxjava.ext.auth.authentication
User-facing interface for authenticating users.
AuthenticationProvider(AuthenticationProvider) - Constructor for class io.vertx.rxjava.ext.auth.authentication.AuthenticationProvider
 
AuthenticationProvider(Object) - Constructor for class io.vertx.rxjava.ext.auth.authentication.AuthenticationProvider
 
Authenticator - Class in io.vertx.ext.auth.webauthn
Data Object representing an authenticator at rest.
Authenticator() - Constructor for class io.vertx.ext.auth.webauthn.Authenticator
 
Authenticator(JsonObject) - Constructor for class io.vertx.ext.auth.webauthn.Authenticator
 
AuthenticatorAttachment - Enum in io.vertx.ext.auth.webauthn
AuthenticatorAttachment https://www.w3.org/TR/webauthn/#enumdef-authenticatorattachment
AuthenticatorConverter - Class in io.vertx.ext.auth.webauthn
Converter and mapper for Authenticator.
AuthenticatorConverter() - Constructor for class io.vertx.ext.auth.webauthn.AuthenticatorConverter
 
authenticatorFetcher(Function<Authenticator, Future<List<Authenticator>>>) - Method in interface io.vertx.ext.auth.webauthn.WebAuthn
Provide a Function that can fetch Authenticators from a backend given the incomplete Authenticator argument.
authenticatorFetcher(Function<Authenticator, Future<List<Authenticator>>>) - Method in class io.vertx.reactivex.ext.auth.webauthn.WebAuthn
Provide a that can fetch Authenticators from a backend given the incomplete Authenticator argument.
authenticatorFetcher(Function<Authenticator, Single<List<Authenticator>>>) - Method in class io.vertx.reactivex.ext.auth.webauthn.WebAuthn
Provide a that can fetch Authenticators from a backend given the incomplete Authenticator argument.
authenticatorFetcher(Function<Authenticator, Future<List<Authenticator>>>) - Method in class io.vertx.rxjava.ext.auth.webauthn.WebAuthn
Provide a that can fetch Authenticators from a backend given the incomplete Authenticator argument.
AuthenticatorTransport - Enum in io.vertx.ext.auth.webauthn
AuthenticatorTransport https://www.w3.org/TR/webauthn/#enumdef-authenticatortransport
authenticatorUpdater(Function<Authenticator, Future<Void>>) - Method in interface io.vertx.ext.auth.webauthn.WebAuthn
Provide a Function that can update or insert a Authenticator.
authenticatorUpdater(Function<Authenticator, Future<Void>>) - Method in class io.vertx.reactivex.ext.auth.webauthn.WebAuthn
Provide a that can update or insert a Authenticator.
authenticatorUpdater(Function<Authenticator, Completable>) - Method in class io.vertx.reactivex.ext.auth.webauthn.WebAuthn
Provide a that can update or insert a Authenticator.
authenticatorUpdater(Function<Authenticator, Future<Void>>) - Method in class io.vertx.rxjava.ext.auth.webauthn.WebAuthn
Provide a that can update or insert a Authenticator.
AuthHandler - Interface in io.vertx.ext.web.handler
Deprecated.
New users should use AuthenticationHandler
AuthHandler - Interface in io.vertx.reactivex.ext.web.handler
Base interface for auth handlers.
AuthHandler - Interface in io.vertx.rxjava.ext.web.handler
Base interface for auth handlers.
AuthOptions - Interface in io.vertx.ext.auth
Deprecated.
do not use this interface to create a provider, use the provider specific factory.
AUTHORIZATION - Static variable in interface io.vertx.core.http.HttpHeaders
Authorization header name
Authorization - Interface in io.vertx.ext.auth.authorization
Interface representing any kind of authorization such as: Role based authorization Permission based authorization Logical authorization (AND, OR, NOT) Time based authorization (ie: allow access the last 5 days of the month, from 8am till 10am, etc.) Context based authorization (ie: allow access if the ip address is 'xxx.xxx.xxx.xxx') Custom based authorization (ie: based on a script or hard-coded code specific to an application) etc.
AUTHORIZATION - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Authorization header name
Authorization - Class in io.vertx.reactivex.ext.auth.authorization
Interface representing any kind of authorization such as: Role based authorization Permission based authorization Logical authorization (AND, OR, NOT) Time based authorization (ie: allow access the last 5 days of the month, from 8am till 10am, etc.) Context based authorization (ie: allow access if the ip address is 'xxx.xxx.xxx.xxx') Custom based authorization (ie: based on a script or hard-coded code specific to an application) etc.
Authorization(Authorization) - Constructor for class io.vertx.reactivex.ext.auth.authorization.Authorization
 
Authorization(Object) - Constructor for class io.vertx.reactivex.ext.auth.authorization.Authorization
 
AUTHORIZATION - Static variable in class io.vertx.rxjava.core.http.HttpHeaders
Authorization header name
Authorization - Class in io.vertx.rxjava.ext.auth.authorization
Interface representing any kind of authorization such as: Role based authorization Permission based authorization Logical authorization (AND, OR, NOT) Time based authorization (ie: allow access the last 5 days of the month, from 8am till 10am, etc.) Context based authorization (ie: allow access if the ip address is 'xxx.xxx.xxx.xxx') Custom based authorization (ie: based on a script or hard-coded code specific to an application) etc.
Authorization(Authorization) - Constructor for class io.vertx.rxjava.ext.auth.authorization.Authorization
 
Authorization(Object) - Constructor for class io.vertx.rxjava.ext.auth.authorization.Authorization
 
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
 
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
 
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
 
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.
authorize(User, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.web.handler.AuthHandler
Deprecated.
this functionality is now handled by the new AuthorizationProvider
authorize(User) - Method in interface io.vertx.ext.web.handler.AuthHandler
Deprecated.
this functionality is now handled by the new AuthorizationProvider
authorize(User, Handler<AsyncResult<Void>>) - Method in interface io.vertx.reactivex.ext.web.handler.AuthHandler
Deprecated.
authorize(User) - Method in interface io.vertx.reactivex.ext.web.handler.AuthHandler
Deprecated.
authorize(User, Handler<AsyncResult<Void>>) - Method in interface io.vertx.rxjava.ext.web.handler.AuthHandler
Deprecated.
authorize(User) - Method in interface io.vertx.rxjava.ext.web.handler.AuthHandler
Deprecated.
authorizeURL(JsonObject) - Method in interface io.vertx.ext.auth.oauth2.OAuth2Auth
The client sends the end-user's browser to this endpoint to request their authentication and consent.
authorizeURL(JsonObject) - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
The client sends the end-user's browser to this endpoint to request their authentication and consent.
authorizeURL(JsonObject) - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
The client sends the end-user's browser to this endpoint to request their authentication and consent.
AuthProvider - Interface in io.vertx.ext.auth
Deprecated.
This interface was quite opionated. The new alternative is to use one of the specific interfaces: AuthenticationProvider or AuthorizationProvider
authProvider(AuthProvider) - Method in interface io.vertx.ext.shell.term.TermServer
Set an auth provider to use, any provider configured in options will override this provider.
authProvider(AuthenticationProvider) - Method in interface io.vertx.ext.stomp.StompServerHandler
Configures the AuthenticationProvider to be used to authenticate the user.
AuthProvider - Class in io.vertx.reactivex.ext.auth
User-facing interface for authenticating users.
AuthProvider(AuthProvider) - Constructor for class io.vertx.reactivex.ext.auth.AuthProvider
 
AuthProvider(Object) - Constructor for class io.vertx.reactivex.ext.auth.AuthProvider
 
authProvider(AuthProvider) - Method in class io.vertx.reactivex.ext.shell.term.TermServer
Set an auth provider to use, any provider configured in options will override this provider.
authProvider(AuthenticationProvider) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
Configures the to be used to authenticate the user.
AuthProvider - Class in io.vertx.rxjava.ext.auth
User-facing interface for authenticating users.
AuthProvider(AuthProvider) - Constructor for class io.vertx.rxjava.ext.auth.AuthProvider
 
AuthProvider(Object) - Constructor for class io.vertx.rxjava.ext.auth.AuthProvider
 
authProvider(AuthProvider) - Method in class io.vertx.rxjava.ext.shell.term.TermServer
Set an auth provider to use, any provider configured in options will override this provider.
authProvider(AuthenticationProvider) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
Configures the to be used to authenticate the user.
authTime(JsonObject) - Static method in interface io.vertx.ext.auth.oauth2.KeycloakHelper
Deprecated.
 
authTime(JsonObject) - Static method in class io.vertx.reactivex.ext.auth.oauth2.KeycloakHelper
Deprecated.
authTime(JsonObject) - Static method in class io.vertx.rxjava.ext.auth.oauth2.KeycloakHelper
Deprecated.
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)
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.

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.

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
 

B

BackendRegistries - Class in io.vertx.micrometer.backends
BackendRegistries is responsible for managing registries related to particular micrometer backends (influxdb, prometheus...) It contains a store of BackendRegistry objects, each of whose encapsulating a micrometer's MeterRegistry
BackendRegistry - Interface in io.vertx.micrometer.backends
 
background(boolean) - Method in class io.vertx.ext.mongo.IndexOptions
Should the index should be created in the background
backgroundHandler(Handler<Void>) - Method in interface io.vertx.ext.shell.command.CommandProcess
Set a background handler, this handler is called when the command is running and put to background.
backgroundHandler(Handler<Void>) - Method in class io.vertx.reactivex.ext.shell.command.CommandProcess
Set a background handler, this handler is called when the command is running and put to background.
backgroundHandler(Handler<Void>) - Method in class io.vertx.rxjava.ext.shell.command.CommandProcess
Set a background handler, this handler is called when the command is running and put to background.
BadRequestException - Exception in io.vertx.ext.web.validation
Represents an exception while processing a request with ValidationHandler.
BadRequestException(String, Throwable) - Constructor for exception io.vertx.ext.web.validation.BadRequestException
 
base64(byte[]) - Static method in class io.vertx.ext.mail.mailencoder.Utils
 
BASE64 - Static variable in class io.vertx.json.schema.common.RegularExpressions
 
BaseAsyncValidator - Class in io.vertx.json.schema.common
 
BaseAsyncValidator() - Constructor for class io.vertx.json.schema.common.BaseAsyncValidator
 
BaseBridgeEvent - Interface in io.vertx.ext.bridge
Represents an event that occurs on the event bus bridge.
BaseBridgeEvent - Class in io.vertx.reactivex.ext.bridge
Represents an event that occurs on the event bus bridge.
BaseBridgeEvent(BaseBridgeEvent) - Constructor for class io.vertx.reactivex.ext.bridge.BaseBridgeEvent
 
BaseBridgeEvent(Object) - Constructor for class io.vertx.reactivex.ext.bridge.BaseBridgeEvent
 
BaseBridgeEvent - Class in io.vertx.rxjava.ext.bridge
Represents an event that occurs on the event bus bridge.
BaseBridgeEvent(BaseBridgeEvent) - Constructor for class io.vertx.rxjava.ext.bridge.BaseBridgeEvent
 
BaseBridgeEvent(Object) - Constructor for class io.vertx.rxjava.ext.bridge.BaseBridgeEvent
 
BaseCombinatorsValidator - Class in io.vertx.json.schema.common
 
BaseCombinatorsValidator(MutableStateValidator) - Constructor for class io.vertx.json.schema.common.BaseCombinatorsValidator
 
BaseCombinatorsValidatorFactory - Class in io.vertx.json.schema.common
 
BaseCombinatorsValidatorFactory() - Constructor for class io.vertx.json.schema.common.BaseCombinatorsValidatorFactory
 
BaseCommandPack - Class in io.vertx.ext.shell.command.base
 
BaseCommandPack(Vertx) - Constructor for class io.vertx.ext.shell.command.base.BaseCommandPack
 
baseCommands(Vertx) - Static method in interface io.vertx.ext.shell.command.CommandResolver
 
baseCommands(Vertx) - Static method in class io.vertx.reactivex.ext.shell.command.CommandResolver
 
baseCommands(Vertx) - Static method in class io.vertx.rxjava.ext.shell.command.CommandResolver
 
BaseFormatValidatorFactory - Class in io.vertx.json.schema.common
 
BaseFormatValidatorFactory() - Constructor for class io.vertx.json.schema.common.BaseFormatValidatorFactory
 
BASELINE_CONTROL - Static variable in class io.vertx.core.http.HttpMethod
The RFC 3253 BASELINE_CONTROL method, this instance is interned and uniquely used.
BaseMutableStateValidator - Class in io.vertx.json.schema.common
 
BaseMutableStateValidator(MutableStateValidator) - Constructor for class io.vertx.json.schema.common.BaseMutableStateValidator
 
BaseSchemaParser - Class in io.vertx.json.schema.common
 
BaseSchemaParser(SchemaRouter) - Constructor for class io.vertx.json.schema.common.BaseSchemaParser
 
BaseSingleSchemaValidator - Class in io.vertx.json.schema.common
 
BaseSingleSchemaValidator(MutableStateValidator) - Constructor for class io.vertx.json.schema.common.BaseSingleSchemaValidator
 
BaseSingleSchemaValidatorFactory - Class in io.vertx.json.schema.common
 
BaseSingleSchemaValidatorFactory() - Constructor for class io.vertx.json.schema.common.BaseSingleSchemaValidatorFactory
 
BaseSyncValidator - Class in io.vertx.json.schema.common
 
BaseSyncValidator() - Constructor for class io.vertx.json.schema.common.BaseSyncValidator
 
basicAck(long, boolean, Handler<AsyncResult<Void>>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Acknowledge one or several received messages.
basicAck(long, boolean) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Like RabbitMQClient.basicAck(long, boolean, Handler) but returns a Future of the asynchronous result
basicAck(long, boolean, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Acknowledge one or several received messages.
basicAck(long, boolean) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Acknowledge one or several received messages.
basicAck(long, boolean, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Acknowledge one or several received messages.
basicAck(long, boolean) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Acknowledge one or several received messages.
basicAuthentication(String, String) - Method in interface io.vertx.ext.web.client.HttpRequest
Configure the request to perform basic access authentication.
basicAuthentication(Buffer, Buffer) - Method in interface io.vertx.ext.web.client.HttpRequest
Configure the request to perform basic access authentication.
basicAuthentication(String, String) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Configure the request to perform basic access authentication.
basicAuthentication(Buffer, Buffer) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Configure the request to perform basic access authentication.
basicAuthentication(String, String) - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
Configure the request to perform basic access authentication.
basicAuthentication(Buffer, Buffer) - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
Configure the request to perform basic access authentication.
BasicAuthHandler - Interface in io.vertx.ext.web.handler
An auth handler that provides HTTP Basic Authentication support.
BasicAuthHandler - Class in io.vertx.reactivex.ext.web.handler
An auth handler that provides HTTP Basic Authentication support.
BasicAuthHandler(BasicAuthHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.BasicAuthHandler
 
BasicAuthHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.BasicAuthHandler
 
BasicAuthHandler - Class in io.vertx.rxjava.ext.web.handler
An auth handler that provides HTTP Basic Authentication support.
BasicAuthHandler(BasicAuthHandler) - Constructor for class io.vertx.rxjava.ext.web.handler.BasicAuthHandler
 
BasicAuthHandler(Object) - Constructor for class io.vertx.rxjava.ext.web.handler.BasicAuthHandler
 
basicConsumer(String, Handler<AsyncResult<RabbitMQConsumer>>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
 
basicConsumer(String) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Like RabbitMQClient.basicConsumer(String, Handler) but returns a Future of the asynchronous result
basicConsumer(String, QueueOptions, Handler<AsyncResult<RabbitMQConsumer>>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Create a consumer with the given options.
basicConsumer(String, QueueOptions) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Like RabbitMQClient.basicConsumer(String, QueueOptions, Handler) but returns a Future of the asynchronous result
basicConsumer(String, Handler<AsyncResult<RabbitMQConsumer>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
 
basicConsumer(String) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
 
basicConsumer(String, QueueOptions, Handler<AsyncResult<RabbitMQConsumer>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Create a consumer with the given options.
basicConsumer(String, QueueOptions) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Create a consumer with the given options.
basicConsumer(String, Handler<AsyncResult<RabbitMQConsumer>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
 
basicConsumer(String) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
 
basicConsumer(String, QueueOptions, Handler<AsyncResult<RabbitMQConsumer>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Create a consumer with the given options.
basicConsumer(String, QueueOptions) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Create a consumer with the given options.
basicGet(String, boolean, Handler<AsyncResult<RabbitMQMessage>>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Retrieve a message from a queue using AMQP.Basic.Get
basicGet(String, boolean) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Like RabbitMQClient.basicGet(String, boolean, Handler) but returns a Future of the asynchronous result
basicGet(String, boolean, Handler<AsyncResult<RabbitMQMessage>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Retrieve a message from a queue using AMQP.Basic.Get
basicGet(String, boolean) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Retrieve a message from a queue using AMQP.Basic.Get
basicGet(String, boolean, Handler<AsyncResult<RabbitMQMessage>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Retrieve a message from a queue using AMQP.Basic.Get
basicGet(String, boolean) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Retrieve a message from a queue using AMQP.Basic.Get
basicNack(long, boolean, boolean, Handler<AsyncResult<Void>>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Reject one or several received messages.
basicNack(long, boolean, boolean) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Like RabbitMQClient.basicNack(long, boolean, boolean, Handler) but returns a Future of the asynchronous result
basicNack(long, boolean, boolean, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Reject one or several received messages.
basicNack(long, boolean, boolean) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Reject one or several received messages.
basicNack(long, boolean, boolean, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Reject one or several received messages.
basicNack(long, boolean, boolean) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Reject one or several received messages.
basicPublish(String, String, Buffer, Handler<AsyncResult<Void>>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Publish a message.
basicPublish(String, String, Buffer) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Like RabbitMQClient.basicPublish(String, String, Buffer, Handler) but returns a Future of the asynchronous result
basicPublish(String, String, BasicProperties, Buffer, Handler<AsyncResult<Void>>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Publish a message.
basicPublish(String, String, BasicProperties, Buffer) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Like RabbitMQClient.basicPublish(String, String, BasicProperties, Buffer, Handler) but returns a Future of the asynchronous result
basicPublish(String, String, Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Publish a message.
basicPublish(String, String, Buffer) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Publish a message.
basicPublish(String, String, BasicProperties, Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Publish a message.
basicPublish(String, String, BasicProperties, Buffer) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Publish a message.
basicPublish(String, String, Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Publish a message.
basicPublish(String, String, Buffer) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Publish a message.
basicPublish(String, String, BasicProperties, Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Publish a message.
basicPublish(String, String, BasicProperties, Buffer) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Publish a message.
basicPublishWithDeliveryTag(String, String, BasicProperties, Buffer, Handler<Long>, Handler<AsyncResult<Void>>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Publish a message.
basicPublishWithDeliveryTag(String, String, BasicProperties, Buffer, Handler<Long>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Publish a message.
basicPublishWithDeliveryTag(String, String, BasicProperties, Buffer, Handler<Long>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Publish a message.
basicPublishWithDeliveryTag(String, String, BasicProperties, Buffer, Handler<Long>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Publish a message.
basicPublishWithDeliveryTag(String, String, BasicProperties, Buffer, Handler<Long>, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Publish a message.
basicPublishWithDeliveryTag(String, String, BasicProperties, Buffer, Handler<Long>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Publish a message.
basicQos(int, Handler<AsyncResult<Void>>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Request a specific prefetchCount "quality of service" settings for this channel.
basicQos(int) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Like RabbitMQClient.basicQos(int, Handler) but returns a Future of the asynchronous result
basicQos(int, boolean, Handler<AsyncResult<Void>>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Request a specific prefetchCount "quality of service" settings for this channel.
basicQos(int, boolean) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Like RabbitMQClient.basicQos(int, boolean, Handler) but returns a Future of the asynchronous result
basicQos(int, int, boolean, Handler<AsyncResult<Void>>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Request specific "quality of service" settings.
basicQos(int, int, boolean) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Like RabbitMQClient.basicQos(int, int, boolean, Handler) but returns a Future of the asynchronous result
basicQos(int, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Request a specific prefetchCount "quality of service" settings for this channel.
basicQos(int) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Request a specific prefetchCount "quality of service" settings for this channel.
basicQos(int, boolean, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Request a specific prefetchCount "quality of service" settings for this channel.
basicQos(int, boolean) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Request a specific prefetchCount "quality of service" settings for this channel.
basicQos(int, int, boolean, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Request specific "quality of service" settings.
basicQos(int, int, boolean) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Request specific "quality of service" settings.
basicQos(int, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Request a specific prefetchCount "quality of service" settings for this channel.
basicQos(int) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Request a specific prefetchCount "quality of service" settings for this channel.
basicQos(int, boolean, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Request a specific prefetchCount "quality of service" settings for this channel.
basicQos(int, boolean) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Request a specific prefetchCount "quality of service" settings for this channel.
basicQos(int, int, boolean, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Request specific "quality of service" settings.
basicQos(int, int, boolean) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Request specific "quality of service" settings.
batch(List<String>, Handler<AsyncResult<List<Integer>>>) - Method in interface io.vertx.ext.sql.SQLConnection
Batch simple SQL strings and execute the batch where the async result contains a array of Integers.
batch(List<String>, Handler<AsyncResult<List<Integer>>>) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Batch simple SQL strings and execute the batch where the async result contains a array of Integers.
batch(List<String>) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Batch simple SQL strings and execute the batch where the async result contains a array of Integers.
batch(List<Request>, Handler<AsyncResult<List<Response>>>) - Method in class io.vertx.reactivex.redis.client.Redis
Sends a list of commands in a single IO operation, this prevents any inter twinning to happen from other client users.
batch(List<Request>) - Method in class io.vertx.reactivex.redis.client.Redis
Sends a list of commands in a single IO operation, this prevents any inter twinning to happen from other client users.
batch(List<Request>, Handler<AsyncResult<List<Response>>>) - Method in class io.vertx.reactivex.redis.client.RedisConnection
Sends a list of commands in a single IO operation, this prevents any inter twinning to happen from other client users.
batch(List<Request>) - Method in class io.vertx.reactivex.redis.client.RedisConnection
Sends a list of commands in a single IO operation, this prevents any inter twinning to happen from other client users.
batch(List<Request>, Handler<AsyncResult<List<Response>>>) - Method in interface io.vertx.redis.client.Redis
Sends a list of commands in a single IO operation, this prevents any inter twinning to happen from other client users.
batch(List<Request>) - Method in interface io.vertx.redis.client.Redis
Sends a list of commands in a single IO operation, this prevents any inter twinning to happen from other client users.
batch(List<Request>, Handler<AsyncResult<List<Response>>>) - Method in interface io.vertx.redis.client.RedisConnection
Sends a list of commands in a single IO operation, this prevents any inter twinning to happen from other client users.
batch(List<Request>) - Method in interface io.vertx.redis.client.RedisConnection
Sends a list of commands in a single IO operation, this prevents any inter twinning to happen from other client users.
batch(List<String>, Handler<AsyncResult<List<Integer>>>) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Batch simple SQL strings and execute the batch where the async result contains a array of Integers.
batch(List<String>) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Batch simple SQL strings and execute the batch where the async result contains a array of Integers.
batch(List<Request>, Handler<AsyncResult<List<Response>>>) - Method in class io.vertx.rxjava.redis.client.Redis
Sends a list of commands in a single IO operation, this prevents any inter twinning to happen from other client users.
batch(List<Request>) - Method in class io.vertx.rxjava.redis.client.Redis
Sends a list of commands in a single IO operation, this prevents any inter twinning to happen from other client users.
batch(List<Request>, Handler<AsyncResult<List<Response>>>) - Method in class io.vertx.rxjava.redis.client.RedisConnection
Sends a list of commands in a single IO operation, this prevents any inter twinning to happen from other client users.
batch(List<Request>) - Method in class io.vertx.rxjava.redis.client.RedisConnection
Sends a list of commands in a single IO operation, this prevents any inter twinning to happen from other client users.
batchCallableWithParams(String, List<JsonArray>, List<JsonArray>, Handler<AsyncResult<List<Integer>>>) - Method in interface io.vertx.ext.sql.SQLConnection
Batch a callable statement with all entries from the args list.
batchCallableWithParams(String, List<JsonArray>, List<JsonArray>, Handler<AsyncResult<List<Integer>>>) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Batch a callable statement with all entries from the args list.
batchCallableWithParams(String, List<JsonArray>, List<JsonArray>) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Batch a callable statement with all entries from the args list.
batchCallableWithParams(String, List<JsonArray>, List<JsonArray>, Handler<AsyncResult<List<Integer>>>) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Batch a callable statement with all entries from the args list.
batchCallableWithParams(String, List<JsonArray>, List<JsonArray>) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Batch a callable statement with all entries from the args list.
batchHandler(Handler<KafkaConsumerRecords<K, V>>) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
Set the handler to be used when batches of messages are fetched from the Kafka server.
batchHandler(Handler<ConsumerRecords<K, V>>) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
Set the handler that will be called when a new batch of records is returned from Kafka.
batchHandler(Handler<KafkaConsumerRecords<K, V>>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Set the handler to be used when batches of messages are fetched from the Kafka server.
batchHandler(Handler<KafkaConsumerRecords<K, V>>) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Set the handler to be used when batches of messages are fetched from the Kafka server.
batchWithParams(String, List<JsonArray>, Handler<AsyncResult<List<Integer>>>) - Method in interface io.vertx.ext.sql.SQLConnection
Batch a prepared statement with all entries from the args list.
batchWithParams(String, List<JsonArray>, Handler<AsyncResult<List<Integer>>>) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Batch a prepared statement with all entries from the args list.
batchWithParams(String, List<JsonArray>) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Batch a prepared statement with all entries from the args list.
batchWithParams(String, List<JsonArray>, Handler<AsyncResult<List<Integer>>>) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Batch a prepared statement with all entries from the args list.
batchWithParams(String, List<JsonArray>) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Batch a prepared statement with all entries from the args list.
bearerTokenAuthentication(String) - Method in interface io.vertx.ext.web.client.HttpRequest
Configure the request to perform bearer token authentication.
bearerTokenAuthentication(String) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Configure the request to perform bearer token authentication.
bearerTokenAuthentication(String) - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
Configure the request to perform bearer token authentication.
before(Handler<TestContext>) - Method in interface io.vertx.ext.unit.TestSuite
Set a callback executed before the tests.
before(Handler<TestContext>) - Method in class io.vertx.reactivex.ext.unit.TestSuite
Set a callback executed before the tests.
before(Handler<TestContext>) - Method in class io.vertx.rxjava.ext.unit.TestSuite
Set a callback executed before the tests.
beforeAll(ExtensionContext) - Method in class io.vertx.junit5.VertxExtension
 
beforeDeployingVerticle(DeploymentOptions) - Method in class io.vertx.core.Launcher
Hook for sub-classes of Launcher before the verticle is deployed.
beforeEach(Handler<TestContext>) - Method in interface io.vertx.ext.unit.TestSuite
Set a callback executed before each test and after the suite before callback.
beforeEach(ExtensionContext) - Method in class io.vertx.junit5.VertxExtension
 
beforeEach(Handler<TestContext>) - Method in class io.vertx.reactivex.ext.unit.TestSuite
Set a callback executed before each test and after the suite before callback.
beforeEach(Handler<TestContext>) - Method in class io.vertx.rxjava.ext.unit.TestSuite
Set a callback executed before each test and after the suite before callback.
beforeStartingVertx(VertxOptions) - Method in class io.vertx.core.Launcher
Hook for sub-classes of Launcher before the vertx instance is started.
beforeStoppingVertx(Vertx) - Method in class io.vertx.core.Launcher
 
beforeTestExecution(ExtensionContext) - Method in class io.vertx.junit5.VertxExtension
 
begin(T) - Method in interface io.vertx.core.spi.metrics.PoolMetrics
The submitted task start to use the resource.
begin(Handler<AsyncResult<Transaction>>) - Method in class io.vertx.reactivex.sqlclient.SqlConnection
Begin a transaction and returns a Transaction for controlling and tracking this transaction.
begin() - Method in class io.vertx.reactivex.sqlclient.SqlConnection
Begin a transaction and returns a Transaction for controlling and tracking this transaction.
begin(Handler<AsyncResult<Transaction>>) - Method in class io.vertx.rxjava.sqlclient.SqlConnection
Begin a transaction and returns a Transaction for controlling and tracking this transaction.
begin() - Method in class io.vertx.rxjava.sqlclient.SqlConnection
Begin a transaction and returns a Transaction for controlling and tracking this transaction.
begin(Handler<AsyncResult<Transaction>>) - Method in interface io.vertx.sqlclient.SqlConnection
Begin a transaction and returns a Transaction for controlling and tracking this transaction.
begin() - Method in interface io.vertx.sqlclient.SqlConnection
Like SqlConnection.begin(Handler) but returns a Future of the asynchronous result
beginHandler(Handler<ServerFrame>) - Method in interface io.vertx.ext.stomp.StompServerHandler
Configures the action to execute when a BEGIN frame is received.
beginHandler(Handler<ServerFrame>) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
Configures the action to execute when a BEGIN frame is received.
beginHandler(Handler<ServerFrame>) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
Configures the action to execute when a BEGIN frame is received.
beginningOffsets(Set<TopicPartition>, Handler<AsyncResult<Map<TopicPartition, Long>>>) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
Get the first offset for the given partitions.
beginningOffsets(Set<TopicPartition>) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
Like KafkaConsumer.beginningOffsets(Set, Handler) but returns a Future of the asynchronous result
beginningOffsets(TopicPartition, Handler<AsyncResult<Long>>) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
Get the first offset for the given partitions.
beginningOffsets(TopicPartition) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
Like KafkaConsumer.beginningOffsets(TopicPartition, Handler) but returns a Future of the asynchronous result
beginningOffsets(Set<TopicPartition>, Handler<AsyncResult<Map<TopicPartition, Long>>>) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
Get the first offset for the given partitions.
beginningOffsets(Set<TopicPartition>) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
Like KafkaReadStream.beginningOffsets(Set, Handler) but returns a Future of the asynchronous result
beginningOffsets(TopicPartition, Handler<AsyncResult<Long>>) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
Get the first offset for the given partition.
beginningOffsets(TopicPartition) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
Like KafkaReadStream.beginningOffsets(TopicPartition, Handler) but returns a Future of the asynchronous result
beginningOffsets(TopicPartition, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Get the first offset for the given partitions.
beginningOffsets(TopicPartition) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Get the first offset for the given partitions.
beginningOffsets(TopicPartition, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Get the first offset for the given partitions.
beginningOffsets(TopicPartition) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Get the first offset for the given partitions.
beginTime() - Method in interface io.vertx.ext.unit.report.TestResult
The time at which the test began in millis.
beginTime() - Method in class io.vertx.reactivex.ext.unit.report.TestResult
The time at which the test began in millis.
beginTime() - Method in class io.vertx.rxjava.ext.unit.report.TestResult
The time at which the test began in millis.
beginTransaction(Handler<AsyncResult<Void>>) - Method in interface io.vertx.kafka.client.producer.KafkaProducer
Starts a new kafka transaction.
beginTransaction() - Method in interface io.vertx.kafka.client.producer.KafkaProducer
Like KafkaProducer.beginTransaction(Handler) but with a future of the result
beginTransaction(Handler<AsyncResult<Void>>) - Method in interface io.vertx.kafka.client.producer.KafkaWriteStream
Starts a new kafka transaction.
beginTransaction() - Method in interface io.vertx.kafka.client.producer.KafkaWriteStream
Like KafkaWriteStream.beginTransaction(Handler) but with a future of the result
beginTransaction(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
Starts a new kafka transaction.
beginTransaction() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
Starts a new kafka transaction.
beginTransaction(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
Starts a new kafka transaction.
beginTransaction() - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
Starts a new kafka transaction.
beginTX(String, Handler<AsyncResult<Frame>>) - Method in interface io.vertx.ext.stomp.StompClientConnection
Begins a transaction.
beginTX(String) - Method in interface io.vertx.ext.stomp.StompClientConnection
Begins a transaction.
beginTX(String, Map<String, String>) - Method in interface io.vertx.ext.stomp.StompClientConnection
Begins a transaction.
beginTX(String, Map<String, String>, Handler<AsyncResult<Frame>>) - Method in interface io.vertx.ext.stomp.StompClientConnection
Begins a transaction.
beginTX(String, Handler<AsyncResult<Frame>>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Begins a transaction.
beginTX(String) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Begins a transaction.
beginTX(String, Map<String, String>, Handler<AsyncResult<Frame>>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Begins a transaction.
beginTX(String, Map<String, String>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Begins a transaction.
beginTX(String, Handler<AsyncResult<Frame>>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Begins a transaction.
beginTX(String) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Begins a transaction.
beginTX(String, Map<String, String>, Handler<AsyncResult<Frame>>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Begins a transaction.
beginTX(String, Map<String, String>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Begins a transaction.
BGREWRITEAOF - Static variable in class io.vertx.reactivex.redis.client.Command
 
bgrewriteaof(Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bgrewriteaof.
bgrewriteaof() - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bgrewriteaof.
BGREWRITEAOF - Static variable in interface io.vertx.redis.client.Command
 
bgrewriteaof(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command bgrewriteaof.
bgrewriteaof() - Method in interface io.vertx.redis.client.RedisAPI
Redis command bgrewriteaof.
BGREWRITEAOF - Static variable in class io.vertx.rxjava.redis.client.Command
 
bgrewriteaof(Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command bgrewriteaof.
bgrewriteaof() - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command bgrewriteaof.
BGSAVE - Static variable in class io.vertx.reactivex.redis.client.Command
 
bgsave(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bgsave.
bgsave(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bgsave.
BGSAVE - Static variable in interface io.vertx.redis.client.Command
 
bgsave(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command bgsave.
bgsave(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command bgsave.
BGSAVE - Static variable in class io.vertx.rxjava.redis.client.Command
 
bgsave(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command bgsave.
bgsave(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command bgsave.
bigDecimalValue() - Method in class io.vertx.sqlclient.data.Numeric
 
bigIntegerValue() - Method in class io.vertx.sqlclient.data.Numeric
 
binaryData() - Method in interface io.vertx.core.http.WebSocketFrame
 
binaryData() - Method in class io.vertx.reactivex.core.http.WebSocketFrame
 
binaryData() - Method in class io.vertx.rxjava.core.http.WebSocketFrame
 
binaryFileUpload(String, String, String, String) - Method in interface io.vertx.ext.web.multipart.MultipartForm
Add a binary file upload form data part.
binaryFileUpload(String, String, Buffer, String) - Method in interface io.vertx.ext.web.multipart.MultipartForm
Add a binary file upload form data part.
binaryFileUpload(String, String, String, String) - Method in class io.vertx.reactivex.ext.web.multipart.MultipartForm
Add a binary file upload form data part.
binaryFileUpload(String, String, Buffer, String) - Method in class io.vertx.reactivex.ext.web.multipart.MultipartForm
Add a binary file upload form data part.
binaryFileUpload(String, String, String, String) - Method in class io.vertx.rxjava.ext.web.multipart.MultipartForm
Add a binary file upload form data part.
binaryFileUpload(String, String, Buffer, String) - Method in class io.vertx.rxjava.ext.web.multipart.MultipartForm
Add a binary file upload form data part.
binaryFrame(Buffer, boolean) - Static method in interface io.vertx.core.http.WebSocketFrame
Create a binary WebSocket frame.
binaryFrame(Buffer, boolean) - Static method in class io.vertx.reactivex.core.http.WebSocketFrame
Create a binary WebSocket frame.
binaryFrame(Buffer, boolean) - Static method in class io.vertx.rxjava.core.http.WebSocketFrame
Create a binary WebSocket frame.
binaryHandlerID() - Method in interface io.vertx.core.http.WebSocketBase
When a WebSocket is created it automatically registers an event handler with the event bus - the ID of that handler is given by this method.
binaryHandlerID() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
When a WebSocket is created it automatically registers an event handler with the event bus - the ID of that handler is given by this method.
binaryHandlerID() - Method in class io.vertx.reactivex.core.http.WebSocket
When a WebSocket is created it automatically registers an event handler with the event bus - the ID of that handler is given by this method.
binaryHandlerID() - Method in interface io.vertx.reactivex.core.http.WebSocketBase
When a WebSocket is created it automatically registers an event handler with the event bus - the ID of that handler is given by this method.
binaryHandlerID() - Method in class io.vertx.rxjava.core.http.ServerWebSocket
When a WebSocket is created it automatically registers an event handler with the event bus - the ID of that handler is given by this method.
binaryHandlerID() - Method in class io.vertx.rxjava.core.http.WebSocket
When a WebSocket is created it automatically registers an event handler with the event bus - the ID of that handler is given by this method.
binaryHandlerID() - Method in interface io.vertx.rxjava.core.http.WebSocketBase
When a WebSocket is created it automatically registers an event handler with the event bus - the ID of that handler is given by this method.
binaryMessageHandler(Handler<Buffer>) - Method in interface io.vertx.core.http.WebSocketBase
Set a binary message handler on the connection.
binaryMessageHandler(Handler<Buffer>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Set a binary message handler on the connection.
binaryMessageHandler(Handler<Buffer>) - Method in class io.vertx.reactivex.core.http.WebSocket
Set a binary message handler on the connection.
binaryMessageHandler(Handler<Buffer>) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
Set a binary message handler on the connection.
binaryMessageHandler(Handler<Buffer>) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
Set a binary message handler on the connection.
binaryMessageHandler(Handler<Buffer>) - Method in class io.vertx.rxjava.core.http.WebSocket
Set a binary message handler on the connection.
binaryMessageHandler(Handler<Buffer>) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
Set a binary message handler on the connection.
binaryValue() - Method in interface io.vertx.core.parsetools.JsonEvent
Return the binary value.
binaryValue() - Method in class io.vertx.reactivex.core.parsetools.JsonEvent
Return the binary value.
binaryValue() - Method in class io.vertx.rxjava.core.parsetools.JsonEvent
Return the binary value.
bind(Metadata) - Method in class io.vertx.grpc.ContextServerInterceptor
This method is called before the ContextServerInterceptor.interceptCall(ServerCall, Metadata, ServerCallHandler) call happens and allows extracting data from the metadata to the vert.x context.
bindings() - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
 
bindings() - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
 
bindings() - Method in interface io.vertx.servicediscovery.ServiceDiscovery
 
BITCOUNT - Static variable in class io.vertx.reactivex.redis.client.Command
 
bitcount(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bitcount.
bitcount(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bitcount.
BITCOUNT - Static variable in interface io.vertx.redis.client.Command
 
bitcount(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command bitcount.
bitcount(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command bitcount.
BITCOUNT - Static variable in class io.vertx.rxjava.redis.client.Command
 
bitcount(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command bitcount.
bitcount(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command bitcount.
BITFIELD - Static variable in class io.vertx.reactivex.redis.client.Command
 
bitfield(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bitfield.
bitfield(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bitfield.
BITFIELD - Static variable in interface io.vertx.redis.client.Command
 
bitfield(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command bitfield.
bitfield(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command bitfield.
BITFIELD - Static variable in class io.vertx.rxjava.redis.client.Command
 
bitfield(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command bitfield.
bitfield(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command bitfield.
BITFIELD_RO - Static variable in class io.vertx.reactivex.redis.client.Command
 
BITFIELD_RO - Static variable in interface io.vertx.redis.client.Command
 
BITFIELD_RO - Static variable in class io.vertx.rxjava.redis.client.Command
 
bitfieldRo(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bitfieldRo.
bitfieldRo(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bitfieldRo.
bitfieldRo(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command bitfieldRo.
bitfieldRo(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command bitfieldRo.
bitfieldRo(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command bitfieldRo.
bitfieldRo(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command bitfieldRo.
BITOP - Static variable in class io.vertx.reactivex.redis.client.Command
 
bitop(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bitop.
bitop(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bitop.
BITOP - Static variable in interface io.vertx.redis.client.Command
 
bitop(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command bitop.
bitop(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command bitop.
BITOP - Static variable in class io.vertx.rxjava.redis.client.Command
 
bitop(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command bitop.
bitop(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command bitop.
BITPOS - Static variable in class io.vertx.reactivex.redis.client.Command
 
bitpos(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bitpos.
bitpos(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bitpos.
BITPOS - Static variable in interface io.vertx.redis.client.Command
 
bitpos(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command bitpos.
bitpos(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command bitpos.
BITPOS - Static variable in class io.vertx.rxjava.redis.client.Command
 
bitpos(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command bitpos.
bitpos(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command bitpos.
bits(Integer) - Method in class io.vertx.ext.mongo.IndexOptions
Sets the number of precision of the stored geohash value of the location data in 2d indexes.
blockingHandler(Handler<RoutingContext>) - Method in interface io.vertx.ext.web.Route
Like Route.blockingHandler(Handler, boolean) called with ordered = true
blockingHandler(Handler<RoutingContext>, boolean) - Method in interface io.vertx.ext.web.Route
Specify a blocking request handler for the route.
blockingHandler(Handler<RoutingContext>) - Method in class io.vertx.reactivex.ext.web.Route
blockingHandler(Handler<RoutingContext>, boolean) - Method in class io.vertx.reactivex.ext.web.Route
Specify a blocking request handler for the route.
blockingHandler(Handler<RoutingContext>) - Method in class io.vertx.rxjava.ext.web.Route
blockingHandler(Handler<RoutingContext>, boolean) - Method in class io.vertx.rxjava.ext.web.Route
Specify a blocking request handler for the route.
BlockingQueryOptions - Class in io.vertx.ext.consul
Options used to perform blocking query that used to wait for a potential change using long polling.
BlockingQueryOptions() - Constructor for class io.vertx.ext.consul.BlockingQueryOptions
Default constructor
BlockingQueryOptions(BlockingQueryOptions) - Constructor for class io.vertx.ext.consul.BlockingQueryOptions
Copy constructor
BlockingQueryOptions(JsonObject) - Constructor for class io.vertx.ext.consul.BlockingQueryOptions
Constructor from JSON
BlockingQueryOptionsConverter - Class in io.vertx.ext.consul
Converter and mapper for BlockingQueryOptions.
BlockingQueryOptionsConverter() - Constructor for class io.vertx.ext.consul.BlockingQueryOptionsConverter
 
blockingScheduler(WorkerExecutor) - Static method in class io.vertx.reactivex.core.RxHelper
Create a scheduler for a WorkerExecutor object, actions are executed on the threads of this executor.
blockingScheduler(Vertx, boolean) - Static method in class io.vertx.reactivex.core.RxHelper
Create a scheduler for a Vertx object, actions can be blocking, they are not executed on Vertx event loop.
blockingScheduler(Vertx) - Static method in class io.vertx.reactivex.core.RxHelper
Create a scheduler for a Vertx object, actions can be blocking, they are not executed on Vertx event loop.
blockingScheduler(Vertx) - Static method in class io.vertx.reactivex.RxHelper
Create a scheduler for a Vertx object, actions can be blocking, they are not executed on Vertx event loop.
blockingScheduler(Vertx, boolean) - Static method in class io.vertx.reactivex.RxHelper
Create a scheduler for a Vertx object, actions can be blocking, they are not executed on Vertx event loop.
blockingScheduler(WorkerExecutor) - Static method in class io.vertx.reactivex.RxHelper
Create a scheduler for a WorkerExecutor object, actions are executed on the threads of this executor.
blockingScheduler(Vertx) - Static method in class io.vertx.rx.java.RxHelper
Create a scheduler for a Vertx object, actions can be blocking, they are not executed on Vertx event loop.
blockingScheduler(Vertx, boolean) - Static method in class io.vertx.rx.java.RxHelper
Create a scheduler for a Vertx object, actions can be blocking, they are not executed on Vertx event loop.
blockingScheduler(Vertx) - Static method in class io.vertx.rxjava.core.RxHelper
Create a scheduler for a Vertx object, actions can be blocking, they are not executed on Vertx event loop.
blockingScheduler(Vertx, boolean) - Static method in class io.vertx.rxjava.core.RxHelper
Create a scheduler for a Vertx object, actions can be blocking, they are not executed on Vertx event loop.
BlockingServerInterceptor - Class in io.vertx.grpc
Wraps the ServerInterceptor and executes it on worker thread.
blockMulticastGroup(String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.datagram.DatagramSocket
Block the given address for the given multicast address and notifies the Handler once the operation completes.
blockMulticastGroup(String, String) - Method in interface io.vertx.core.datagram.DatagramSocket
Like DatagramSocket.blockMulticastGroup(String, String, Handler) but returns a Future of the asynchronous result
blockMulticastGroup(String, String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.datagram.DatagramSocket
Block the given address for the given multicast address on the given network interface and notifies the Handler once the operation completes.
blockMulticastGroup(String, String, String) - Method in interface io.vertx.core.datagram.DatagramSocket
Like DatagramSocket.blockMulticastGroup(String, String, String, Handler) but returns a Future of the asynchronous result
blockMulticastGroup(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Block the given address for the given multicast address and notifies the once the operation completes.
blockMulticastGroup(String, String) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Block the given address for the given multicast address and notifies the once the operation completes.
blockMulticastGroup(String, String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Block the given address for the given multicast address on the given network interface and notifies the once the operation completes.
blockMulticastGroup(String, String, String) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Block the given address for the given multicast address on the given network interface and notifies the once the operation completes.
blockMulticastGroup(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Block the given address for the given multicast address and notifies the once the operation completes.
blockMulticastGroup(String, String) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Block the given address for the given multicast address and notifies the once the operation completes.
blockMulticastGroup(String, String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Block the given address for the given multicast address on the given network interface and notifies the once the operation completes.
blockMulticastGroup(String, String, String) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Block the given address for the given multicast address on the given network interface and notifies the once the operation completes.
BLPOP - Static variable in class io.vertx.reactivex.redis.client.Command
 
blpop(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command blpop.
blpop(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command blpop.
BLPOP - Static variable in interface io.vertx.redis.client.Command
 
blpop(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command blpop.
blpop(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command blpop.
BLPOP - Static variable in class io.vertx.rxjava.redis.client.Command
 
blpop(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command blpop.
blpop(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command blpop.
Bodies - Interface in io.vertx.ext.web.validation.builder
In this interface you can find all available BodyProcessorFactory to use in ValidationHandlerBuilder.
body() - Method in interface io.vertx.core.eventbus.DeliveryContext
 
body() - Method in interface io.vertx.core.eventbus.Message
The body of the message.
body(Handler<AsyncResult<Buffer>>) - Method in interface io.vertx.core.http.HttpClientResponse
Same as HttpClientResponse.body() but with an handler called when the operation completes
body() - Method in interface io.vertx.core.http.HttpClientResponse
Convenience method for receiving the entire request body in one piece.
body(Handler<AsyncResult<Buffer>>) - Method in interface io.vertx.core.http.HttpServerRequest
Same as HttpServerRequest.body() but with an handler called when the operation completes
body() - Method in interface io.vertx.core.http.HttpServerRequest
Convenience method for receiving the entire request body in one piece.
body() - Method in interface io.vertx.ext.auth.oauth2.OAuth2Response
Deprecated.
The HTTP response body as a buffer
body() - Method in class io.vertx.ext.mail.mailencoder.EncodedPart
 
body - Variable in class io.vertx.ext.shell.command.base.BusPublish
 
body() - Method in interface io.vertx.ext.web.api.RequestParameters
Deprecated.
Return request body
body() - Method in interface io.vertx.ext.web.client.HttpResponse
 
body(BodyProcessorFactory) - Method in interface io.vertx.ext.web.validation.builder.ValidationHandlerBuilder
 
body(BodyProcessor) - Method in interface io.vertx.ext.web.validation.builder.ValidationHandlerBuilder
 
body() - Method in interface io.vertx.ext.web.validation.RequestParameters
Return request body when parsed.
body() - Method in interface io.vertx.rabbitmq.RabbitMQMessage
 
body() - Method in class io.vertx.reactivex.core.eventbus.DeliveryContext
 
body() - Method in class io.vertx.reactivex.core.eventbus.Message
The body of the message.
body(Handler<AsyncResult<Buffer>>) - Method in class io.vertx.reactivex.core.http.HttpClientResponse
body() - Method in class io.vertx.reactivex.core.http.HttpClientResponse
body(Handler<AsyncResult<Buffer>>) - Method in class io.vertx.reactivex.core.http.HttpServerRequest
body() - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Response
Deprecated.
body() - Method in class io.vertx.reactivex.ext.web.api.RequestParameters
Deprecated.
body() - Method in class io.vertx.reactivex.ext.web.client.HttpResponse
 
body() - Method in class io.vertx.reactivex.ext.web.validation.RequestParameters
Return request body when parsed.
body() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQMessage
 
body() - Method in class io.vertx.rxjava.core.eventbus.DeliveryContext
 
body() - Method in class io.vertx.rxjava.core.eventbus.Message
The body of the message.
body(Handler<AsyncResult<Buffer>>) - Method in class io.vertx.rxjava.core.http.HttpClientResponse
body() - Method in class io.vertx.rxjava.core.http.HttpClientResponse
body(Handler<AsyncResult<Buffer>>) - Method in class io.vertx.rxjava.core.http.HttpServerRequest
body() - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Response
Deprecated.
body() - Method in class io.vertx.rxjava.ext.web.api.RequestParameters
Deprecated.
body() - Method in class io.vertx.rxjava.ext.web.client.HttpResponse
 
body() - Method in class io.vertx.rxjava.ext.web.validation.RequestParameters
Return request body when parsed.
body() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQMessage
 
BODY_REQUIRED - Static variable in interface io.vertx.ext.web.validation.RequestPredicate
Request predicate that checks if body exists or not
BODY_REQUIRED - Static variable in class io.vertx.reactivex.ext.web.validation.RequestPredicate
Request predicate that checks if body exists or not
BODY_REQUIRED - Static variable in class io.vertx.rxjava.ext.web.validation.RequestPredicate
Request predicate that checks if body exists or not
bodyAsBinary() - Method in interface io.vertx.amqp.AmqpMessage
 
bodyAsBinary() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
bodyAsBinary() - Method in class io.vertx.rxjava.amqp.AmqpMessage
 
bodyAsBoolean() - Method in interface io.vertx.amqp.AmqpMessage
 
bodyAsBoolean() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
bodyAsBoolean() - Method in class io.vertx.rxjava.amqp.AmqpMessage
 
bodyAsBuffer() - Method in interface io.vertx.ext.web.client.HttpResponse
 
bodyAsBuffer() - Method in class io.vertx.reactivex.ext.web.client.HttpResponse
 
bodyAsBuffer() - Method in class io.vertx.rxjava.ext.web.client.HttpResponse
 
bodyAsByte() - Method in interface io.vertx.amqp.AmqpMessage
 
bodyAsByte() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
bodyAsByte() - Method in class io.vertx.rxjava.amqp.AmqpMessage
 
bodyAsChar() - Method in interface io.vertx.amqp.AmqpMessage
 
bodyAsChar() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
bodyAsChar() - Method in class io.vertx.rxjava.amqp.AmqpMessage
 
bodyAsDouble() - Method in interface io.vertx.amqp.AmqpMessage
 
bodyAsDouble() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
bodyAsDouble() - Method in class io.vertx.rxjava.amqp.AmqpMessage
 
bodyAsFloat() - Method in interface io.vertx.amqp.AmqpMessage
 
bodyAsFloat() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
bodyAsFloat() - Method in class io.vertx.rxjava.amqp.AmqpMessage
 
bodyAsInteger() - Method in interface io.vertx.amqp.AmqpMessage
 
bodyAsInteger() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
bodyAsInteger() - Method in class io.vertx.rxjava.amqp.AmqpMessage
 
bodyAsJson(Class<R>) - Method in interface io.vertx.ext.web.client.HttpResponse
 
bodyAsJson(Class<R>) - Method in class io.vertx.reactivex.ext.web.client.HttpResponse
 
bodyAsJson(Class<R>) - Method in class io.vertx.rxjava.ext.web.client.HttpResponse
 
bodyAsJsonArray() - Method in interface io.vertx.amqp.AmqpMessage
 
bodyAsJsonArray() - Method in interface io.vertx.ext.web.client.HttpResponse
 
bodyAsJsonArray() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
bodyAsJsonArray() - Method in class io.vertx.reactivex.ext.web.client.HttpResponse
 
bodyAsJsonArray() - Method in class io.vertx.rxjava.amqp.AmqpMessage
 
bodyAsJsonArray() - Method in class io.vertx.rxjava.ext.web.client.HttpResponse
 
bodyAsJsonObject() - Method in interface io.vertx.amqp.AmqpMessage
 
bodyAsJsonObject() - Method in interface io.vertx.ext.web.client.HttpResponse
 
bodyAsJsonObject() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
bodyAsJsonObject() - Method in class io.vertx.reactivex.ext.web.client.HttpResponse
 
bodyAsJsonObject() - Method in class io.vertx.rxjava.amqp.AmqpMessage
 
bodyAsJsonObject() - Method in class io.vertx.rxjava.ext.web.client.HttpResponse
 
bodyAsList() - Method in interface io.vertx.amqp.AmqpMessage
 
bodyAsList() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
bodyAsList() - Method in class io.vertx.rxjava.amqp.AmqpMessage
 
bodyAsLong() - Method in interface io.vertx.amqp.AmqpMessage
 
bodyAsLong() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
bodyAsLong() - Method in class io.vertx.rxjava.amqp.AmqpMessage
 
bodyAsMap() - Method in interface io.vertx.amqp.AmqpMessage
 
bodyAsShort() - Method in interface io.vertx.amqp.AmqpMessage
 
bodyAsShort() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
bodyAsShort() - Method in class io.vertx.rxjava.amqp.AmqpMessage
 
bodyAsString() - Method in interface io.vertx.amqp.AmqpMessage
 
bodyAsString() - Method in interface io.vertx.ext.web.client.HttpResponse
 
bodyAsString(String) - Method in interface io.vertx.ext.web.client.HttpResponse
 
bodyAsString() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
bodyAsString() - Method in class io.vertx.reactivex.ext.web.client.HttpResponse
 
bodyAsString(String) - Method in class io.vertx.reactivex.ext.web.client.HttpResponse
 
bodyAsString() - Method in class io.vertx.rxjava.amqp.AmqpMessage
 
bodyAsString() - Method in class io.vertx.rxjava.ext.web.client.HttpResponse
 
bodyAsString(String) - Method in class io.vertx.rxjava.ext.web.client.HttpResponse
 
bodyAsSymbol() - Method in interface io.vertx.amqp.AmqpMessage
 
bodyAsSymbol() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
bodyAsSymbol() - Method in class io.vertx.rxjava.amqp.AmqpMessage
 
bodyAsTimestamp() - Method in interface io.vertx.amqp.AmqpMessage
 
bodyAsTimestamp() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
bodyAsTimestamp() - Method in class io.vertx.rxjava.amqp.AmqpMessage
 
bodyAsUUID() - Method in interface io.vertx.amqp.AmqpMessage
 
bodyAsUUID() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
bodyAsUUID() - Method in class io.vertx.rxjava.amqp.AmqpMessage
 
BodyCodec<T> - Interface in io.vertx.ext.web.codec
A codec for encoding and decoding HTTP bodies.
BodyCodec<T> - Class in io.vertx.reactivex.ext.web.codec
A codec for encoding and decoding HTTP bodies.
BodyCodec(BodyCodec) - Constructor for class io.vertx.reactivex.ext.web.codec.BodyCodec
 
BodyCodec(Object, TypeArg<T>) - Constructor for class io.vertx.reactivex.ext.web.codec.BodyCodec
 
BodyCodec<T> - Class in io.vertx.rxjava.ext.web.codec
A codec for encoding and decoding HTTP bodies.
BodyCodec(BodyCodec) - Constructor for class io.vertx.rxjava.ext.web.codec.BodyCodec
 
BodyCodec(Object, TypeArg<T>) - Constructor for class io.vertx.rxjava.ext.web.codec.BodyCodec
 
bodyEndHandler(Handler<Void>) - Method in interface io.vertx.core.http.HttpServerResponse
Provides a handler that will be called after the last part of the body is written to the wire.
bodyEndHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Provides a handler that will be called after the last part of the body is written to the wire.
bodyEndHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Provides a handler that will be called after the last part of the body is written to the wire.
bodyHandler(Handler<Buffer>) - Method in interface io.vertx.core.http.HttpClientResponse
Convenience method for receiving the entire request body in one piece.
bodyHandler(Handler<Buffer>) - Method in interface io.vertx.core.http.HttpServerRequest
Convenience method for receiving the entire request body in one piece.
BodyHandler - Interface in io.vertx.ext.web.handler
A handler which gathers the entire request body and sets it on the RoutingContext.
bodyHandler(BodyHandler) - Method in interface io.vertx.ext.web.openapi.RouterBuilder
Supply your own BodyHandler if you would like to control body limit, uploads directory and deletion of uploaded files.
bodyHandler(Handler<Buffer>) - Method in class io.vertx.reactivex.core.http.HttpClientResponse
Convenience method for receiving the entire request body in one piece.
bodyHandler(Handler<Buffer>) - Method in class io.vertx.reactivex.core.http.HttpServerRequest
Convenience method for receiving the entire request body in one piece.
BodyHandler - Class in io.vertx.reactivex.ext.web.handler
A handler which gathers the entire request body and sets it on the .
BodyHandler(BodyHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.BodyHandler
 
BodyHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.BodyHandler
 
bodyHandler(BodyHandler) - Method in class io.vertx.reactivex.ext.web.openapi.RouterBuilder
Supply your own BodyHandler if you would like to control body limit, uploads directory and deletion of uploaded files.
bodyHandler(Handler<Buffer>) - Method in class io.vertx.rxjava.core.http.HttpClientResponse
Convenience method for receiving the entire request body in one piece.
bodyHandler(Handler<Buffer>) - Method in class io.vertx.rxjava.core.http.HttpServerRequest
Convenience method for receiving the entire request body in one piece.
BodyHandler - Class in io.vertx.rxjava.ext.web.handler
A handler which gathers the entire request body and sets it on the .
BodyHandler(BodyHandler) - Constructor for class io.vertx.rxjava.ext.web.handler.BodyHandler
 
BodyHandler(Object) - Constructor for class io.vertx.rxjava.ext.web.handler.BodyHandler
 
BodyProcessorException - Exception in io.vertx.ext.web.validation
Represents an exception while processing a body
BodyProcessorException(String, Throwable, String, BodyProcessorException.BodyProcessorErrorType) - Constructor for exception io.vertx.ext.web.validation.BodyProcessorException
 
BodyProcessorException.BodyProcessorErrorType - Enum in io.vertx.ext.web.validation
 
BodyProcessorFactory - Interface in io.vertx.ext.web.validation.builder
This interface is used to build body processors.
bodyStream() - Method in interface io.vertx.core.eventbus.MessageConsumer
 
bodyStream(Context) - Method in class io.vertx.ext.mail.mailencoder.EncodedPart
 
BodyStream<T> - Interface in io.vertx.ext.web.codec.spi
The body stream decodes a WriteStream into the a T instance.
bodyStream() - Method in class io.vertx.reactivex.core.eventbus.MessageConsumer
 
bodyStream() - Method in class io.vertx.rxjava.core.eventbus.MessageConsumer
 
BooleanConverter - Class in io.vertx.core.cli.converters
A converter for boolean.
BooleanKeyword - Class in io.vertx.json.schema.common.dsl
 
BooleanKeyword(String, Object) - Constructor for class io.vertx.json.schema.common.dsl.BooleanKeyword
 
booleanSchema() - Static method in class io.vertx.json.schema.common.dsl.Schemas
 
BooleanSchemaBuilder - Class in io.vertx.json.schema.common.dsl
 
booleanValue() - Method in interface io.vertx.core.parsetools.JsonEvent
 
booleanValue() - Method in class io.vertx.reactivex.core.parsetools.JsonEvent
 
booleanValue() - Method in class io.vertx.rxjava.core.parsetools.JsonEvent
 
boundary() - Method in class io.vertx.ext.mail.mailencoder.EncodedPart
 
Box - Class in io.vertx.pgclient.data
Rectangular box data type in Postgres represented by pairs of Points that are opposite corners of the box.
Box() - Constructor for class io.vertx.pgclient.data.Box
 
Box(Point, Point) - Constructor for class io.vertx.pgclient.data.Box
 
BoxAuth - Interface in io.vertx.ext.auth.oauth2.providers
Simplified factory to create an OAuth2Auth for box.com.
BoxAuth - Class in io.vertx.reactivex.ext.auth.oauth2.providers
Simplified factory to create an for box.com.
BoxAuth(BoxAuth) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.BoxAuth
 
BoxAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.BoxAuth
 
BoxAuth - Class in io.vertx.rxjava.ext.auth.oauth2.providers
Simplified factory to create an for box.com.
BoxAuth(BoxAuth) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.providers.BoxAuth
 
BoxAuth(Object) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.providers.BoxAuth
 
bridge(Vertx, BridgeOptions) - Static method in interface io.vertx.ext.stomp.Destination
 
bridge(BridgeOptions) - Method in interface io.vertx.ext.stomp.StompServerHandler
Configures the STOMP server to act as a bridge with the Vert.x event bus.
bridge(SockJSBridgeOptions) - Method in interface io.vertx.ext.web.handler.sockjs.SockJSHandler
Bridge the SockJS handler to the Vert.x event bus.
bridge(AuthorizationProvider, SockJSBridgeOptions, Handler<BridgeEvent>) - Method in interface io.vertx.ext.web.handler.sockjs.SockJSHandler
Like SockJSHandler.bridge(SockJSBridgeOptions) but specifying a handler that will receive bridge events.
bridge(SockJSBridgeOptions, Handler<BridgeEvent>) - Method in interface io.vertx.ext.web.handler.sockjs.SockJSHandler
Like SockJSHandler.bridge(SockJSBridgeOptions) but specifying a handler that will receive bridge events.
bridge(Vertx, BridgeOptions) - Static method in class io.vertx.reactivex.ext.stomp.Destination
 
bridge(BridgeOptions) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
Configures the STOMP server to act as a bridge with the Vert.x event bus.
bridge(SockJSBridgeOptions) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSHandler
Bridge the SockJS handler to the Vert.x event bus.
bridge(AuthorizationProvider, SockJSBridgeOptions, Handler<BridgeEvent>) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSHandler
Like SockJSHandler.bridge(io.vertx.ext.web.handler.sockjs.SockJSBridgeOptions) but specifying a handler that will receive bridge events.
bridge(SockJSBridgeOptions, Handler<BridgeEvent>) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSHandler
Like SockJSHandler.bridge(io.vertx.ext.web.handler.sockjs.SockJSBridgeOptions) but specifying a handler that will receive bridge events.
bridge(Vertx, BridgeOptions) - Static method in class io.vertx.rxjava.ext.stomp.Destination
 
bridge(BridgeOptions) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
Configures the STOMP server to act as a bridge with the Vert.x event bus.
bridge(SockJSBridgeOptions) - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSHandler
Bridge the SockJS handler to the Vert.x event bus.
bridge(AuthorizationProvider, SockJSBridgeOptions, Handler<BridgeEvent>) - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSHandler
Like SockJSHandler.bridge(io.vertx.ext.web.handler.sockjs.SockJSBridgeOptions) but specifying a handler that will receive bridge events.
bridge(SockJSBridgeOptions, Handler<BridgeEvent>) - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSHandler
Like SockJSHandler.bridge(io.vertx.ext.web.handler.sockjs.SockJSBridgeOptions) but specifying a handler that will receive bridge events.
BridgeEvent - Interface in io.vertx.ext.eventbus.bridge.tcp
Represents an event that occurs on the event bus bridge.
BridgeEvent - Interface in io.vertx.ext.web.handler.sockjs
Represents an event that occurs on the event bus bridge.
BridgeEvent - Class in io.vertx.reactivex.ext.eventbus.bridge.tcp
Represents an event that occurs on the event bus bridge.
BridgeEvent(BridgeEvent) - Constructor for class io.vertx.reactivex.ext.eventbus.bridge.tcp.BridgeEvent
 
BridgeEvent(Object) - Constructor for class io.vertx.reactivex.ext.eventbus.bridge.tcp.BridgeEvent
 
BridgeEvent - Class in io.vertx.reactivex.ext.web.handler.sockjs
Represents an event that occurs on the event bus bridge.
BridgeEvent(BridgeEvent) - Constructor for class io.vertx.reactivex.ext.web.handler.sockjs.BridgeEvent
 
BridgeEvent(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.sockjs.BridgeEvent
 
BridgeEvent - Class in io.vertx.rxjava.ext.eventbus.bridge.tcp
Represents an event that occurs on the event bus bridge.
BridgeEvent(BridgeEvent) - Constructor for class io.vertx.rxjava.ext.eventbus.bridge.tcp.BridgeEvent
 
BridgeEvent(Object) - Constructor for class io.vertx.rxjava.ext.eventbus.bridge.tcp.BridgeEvent
 
BridgeEvent - Class in io.vertx.rxjava.ext.web.handler.sockjs
Represents an event that occurs on the event bus bridge.
BridgeEvent(BridgeEvent) - Constructor for class io.vertx.rxjava.ext.web.handler.sockjs.BridgeEvent
 
BridgeEvent(Object) - Constructor for class io.vertx.rxjava.ext.web.handler.sockjs.BridgeEvent
 
BridgeEventType - Enum in io.vertx.ext.bridge
Bridge Event Types.
BridgeOptions - Class in io.vertx.ext.bridge
Specify the event bus bridge options.
BridgeOptions() - Constructor for class io.vertx.ext.bridge.BridgeOptions
Creates a new instance of BridgeOptions, without any inbound and outbound permitted.
BridgeOptions(BridgeOptions) - Constructor for class io.vertx.ext.bridge.BridgeOptions
Creates a new instance of BridgeOptions by copying the content of another BridgeOptions
BridgeOptions(JsonObject) - Constructor for class io.vertx.ext.bridge.BridgeOptions
Creates a new instance of BridgeOptions from its JSON representation.
BridgeOptions - Class in io.vertx.ext.stomp
Specify the event bus bridge options.
BridgeOptions() - Constructor for class io.vertx.ext.stomp.BridgeOptions
 
BridgeOptions(BridgeOptions) - Constructor for class io.vertx.ext.stomp.BridgeOptions
 
BridgeOptions(JsonObject) - Constructor for class io.vertx.ext.stomp.BridgeOptions
 
BridgeOptionsConverter - Class in io.vertx.ext.bridge
Converter and mapper for BridgeOptions.
BridgeOptionsConverter() - Constructor for class io.vertx.ext.bridge.BridgeOptionsConverter
 
BRPOP - Static variable in class io.vertx.reactivex.redis.client.Command
 
brpop(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command brpop.
brpop(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command brpop.
BRPOP - Static variable in interface io.vertx.redis.client.Command
 
brpop(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command brpop.
brpop(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command brpop.
BRPOP - Static variable in class io.vertx.rxjava.redis.client.Command
 
brpop(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command brpop.
brpop(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command brpop.
BRPOPLPUSH - Static variable in class io.vertx.reactivex.redis.client.Command
 
brpoplpush(String, String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command brpoplpush.
brpoplpush(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command brpoplpush.
BRPOPLPUSH - Static variable in interface io.vertx.redis.client.Command
 
brpoplpush(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command brpoplpush.
brpoplpush(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command brpoplpush.
BRPOPLPUSH - Static variable in class io.vertx.rxjava.redis.client.Command
 
brpoplpush(String, String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command brpoplpush.
brpoplpush(String, String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command brpoplpush.
bucketSize(Double) - Method in class io.vertx.ext.mongo.IndexOptions
Sets the specified the number of units within which to group the location values for geoHaystack Indexes
Buffer - Interface in io.vertx.core.buffer
Most data is shuffled around inside Vert.x using buffers.
buffer() - Static method in interface io.vertx.core.buffer.Buffer
Create a new, empty buffer.
buffer(int) - Static method in interface io.vertx.core.buffer.Buffer
Create a new buffer given the initial size hint.
buffer(String) - Static method in interface io.vertx.core.buffer.Buffer
Create a new buffer from a string.
buffer(String, String) - Static method in interface io.vertx.core.buffer.Buffer
Create a new buffer from a string and using the specified encoding.
buffer(byte[]) - Static method in interface io.vertx.core.buffer.Buffer
Create a new buffer from a byte[].
buffer(ByteBuf) - Static method in interface io.vertx.core.buffer.Buffer
Create a new buffer from a Netty ByteBuf.
buffer() - Static method in interface io.vertx.ext.web.codec.BodyCodec
 
Buffer() - Static method in class io.vertx.kafka.client.serialization.VertxSerdes
 
Buffer - Class in io.vertx.reactivex.core.buffer
Most data is shuffled around inside Vert.x using buffers.
Buffer(Buffer) - Constructor for class io.vertx.reactivex.core.buffer.Buffer
 
Buffer(Object) - Constructor for class io.vertx.reactivex.core.buffer.Buffer
 
buffer() - Static method in class io.vertx.reactivex.core.buffer.Buffer
Create a new, empty buffer.
buffer(int) - Static method in class io.vertx.reactivex.core.buffer.Buffer
Create a new buffer given the initial size hint.
buffer(String) - Static method in class io.vertx.reactivex.core.buffer.Buffer
Create a new buffer from a string.
buffer(String, String) - Static method in class io.vertx.reactivex.core.buffer.Buffer
Create a new buffer from a string and using the specified encoding.
buffer(byte[]) - Static method in class io.vertx.reactivex.core.buffer.Buffer
Create a new buffer from a byte[].
buffer(ByteBuf) - Static method in class io.vertx.reactivex.core.buffer.Buffer
Create a new buffer from a Netty ByteBuf.
buffer() - Static method in class io.vertx.reactivex.ext.web.codec.BodyCodec
 
Buffer - Class in io.vertx.rxjava.core.buffer
Most data is shuffled around inside Vert.x using buffers.
Buffer(Buffer) - Constructor for class io.vertx.rxjava.core.buffer.Buffer
 
Buffer(Object) - Constructor for class io.vertx.rxjava.core.buffer.Buffer
 
buffer() - Static method in class io.vertx.rxjava.core.buffer.Buffer
Create a new, empty buffer.
buffer(int) - Static method in class io.vertx.rxjava.core.buffer.Buffer
Create a new buffer given the initial size hint.
buffer(String) - Static method in class io.vertx.rxjava.core.buffer.Buffer
Create a new buffer from a string.
buffer(String, String) - Static method in class io.vertx.rxjava.core.buffer.Buffer
Create a new buffer from a string and using the specified encoding.
buffer(byte[]) - Static method in class io.vertx.rxjava.core.buffer.Buffer
Create a new buffer from a byte[].
buffer(ByteBuf) - Static method in class io.vertx.rxjava.core.buffer.Buffer
Create a new buffer from a Netty ByteBuf.
buffer() - Static method in class io.vertx.rxjava.ext.web.codec.BodyCodec
 
BUFFER_SIZE - Static variable in class io.vertx.rx.java.ReadStreamSubscriber
 
BufferDeserializer - Class in io.vertx.kafka.client.serialization
Kafka deserializer for raw bytes in a buffer
BufferDeserializer() - Constructor for class io.vertx.kafka.client.serialization.BufferDeserializer
 
BufferSerde() - Constructor for class io.vertx.kafka.client.serialization.VertxSerdes.BufferSerde
 
BufferSerializer - Class in io.vertx.kafka.client.serialization
Kafka serializer for raw bytes in a buffer
BufferSerializer() - Constructor for class io.vertx.kafka.client.serialization.BufferSerializer
 
build() - Method in interface io.vertx.amqp.AmqpMessageBuilder
 
build() - Method in class io.vertx.ext.dropwizard.reporters.JmxReporter.Builder
Builds a JmxReporter with the given properties.
build(Vertx) - Method in interface io.vertx.ext.shell.command.CommandBuilder
Build the command
build(EventBus, String, String) - Static method in interface io.vertx.ext.web.api.service.RouteToEBServiceHandler
Build a new RouteToEBServiceHandler
build(EventBus, String, String, DeliveryOptions) - Static method in interface io.vertx.ext.web.api.service.RouteToEBServiceHandler
Build a new RouteToEBServiceHandler
build() - Static method in interface io.vertx.ext.web.client.spi.CookieStore
Builds an in memory cookie store.
build() - Static method in interface io.vertx.ext.web.handler.graphql.UploadScalar
 
build() - Method in interface io.vertx.ext.web.validation.builder.ValidationHandlerBuilder
Build the ValidationHandler from this builder
build() - Method in class io.vertx.grpc.VertxChannelBuilder
 
build() - Method in class io.vertx.grpc.VertxServerBuilder
 
build(SchemaParser) - Method in class io.vertx.json.schema.common.dsl.SchemaBuilder
 
build() - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
build(Vertx) - Method in class io.vertx.reactivex.ext.shell.command.CommandBuilder
Build the command
build() - Static method in class io.vertx.reactivex.ext.web.handler.graphql.UploadScalar
 
build() - Method in class io.vertx.rxjava.amqp.AmqpMessageBuilder
 
build(Vertx) - Method in class io.vertx.rxjava.ext.shell.command.CommandBuilder
Build the command
build() - Static method in class io.vertx.rxjava.ext.web.handler.graphql.UploadScalar
 
build(Class<T>) - Method in class io.vertx.serviceproxy.ServiceProxyBuilder
Creates a proxy to a service on the event bus.
buildConfiguration(List<File>, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.config.spi.utils.FileSet
Iterates over the given set of files, and for each matching file, computes the resulting configuration.
builder(SchemaParser) - Static method in interface io.vertx.ext.web.validation.ValidationHandler
 
builder(SchemaParser) - Static method in class io.vertx.reactivex.ext.web.validation.ValidationHandler
 
builder(SchemaParser) - Static method in class io.vertx.rxjava.ext.web.validation.ValidationHandler
 
buildTracer() - Method in class io.vertx.tracing.zipkin.ZipkinTracingOptions
Build the tracer and return it.
buildWrapped(StringBuilder, String) - Method in class io.vertx.core.cli.UsageMessageFormatter
Builds the specified text to the specified buffer.
buildWrapped(StringBuilder, int, String) - Method in class io.vertx.core.cli.UsageMessageFormatter
Builds the specified text to the specified buffer.
BulkOperation - Class in io.vertx.ext.mongo
Contains all data needed for one operation of a bulk write operation.
BulkOperation(JsonObject) - Constructor for class io.vertx.ext.mongo.BulkOperation
Json constructor
BulkOperationType - Enum in io.vertx.ext.mongo
Enum for the different possible operations
bulkWrite(String, List<BulkOperation>, Handler<AsyncResult<MongoClientBulkWriteResult>>) - Method in interface io.vertx.ext.mongo.MongoClient
Execute a bulk operation.
bulkWrite(String, List<BulkOperation>) - Method in interface io.vertx.ext.mongo.MongoClient
Like MongoClient.bulkWrite(String, List, Handler) but returns a Future of the asynchronous result
bulkWrite(String, List<BulkOperation>, Handler<AsyncResult<MongoClientBulkWriteResult>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Execute a bulk operation.
bulkWrite(String, List<BulkOperation>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Execute a bulk operation.
bulkWrite(String, List<BulkOperation>, Handler<AsyncResult<MongoClientBulkWriteResult>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Execute a bulk operation.
bulkWrite(String, List<BulkOperation>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Execute a bulk operation.
BulkWriteOptions - Class in io.vertx.ext.mongo
Options for configuring bulk write operations.
BulkWriteOptions() - Constructor for class io.vertx.ext.mongo.BulkWriteOptions
Default constructor
BulkWriteOptions(boolean) - Constructor for class io.vertx.ext.mongo.BulkWriteOptions
Constructor specifying ordered
BulkWriteOptions(BulkWriteOptions) - Constructor for class io.vertx.ext.mongo.BulkWriteOptions
Copy constructor
BulkWriteOptions(JsonObject) - Constructor for class io.vertx.ext.mongo.BulkWriteOptions
Constructor from JSON
bulkWriteWithOptions(String, List<BulkOperation>, BulkWriteOptions, Handler<AsyncResult<MongoClientBulkWriteResult>>) - Method in interface io.vertx.ext.mongo.MongoClient
Execute a bulk operation with the specified write options.
bulkWriteWithOptions(String, List<BulkOperation>, BulkWriteOptions) - Method in interface io.vertx.ext.mongo.MongoClient
Like MongoClient.bulkWriteWithOptions(String, List, BulkWriteOptions, Handler) but returns a Future of the asynchronous result
bulkWriteWithOptions(String, List<BulkOperation>, BulkWriteOptions, Handler<AsyncResult<MongoClientBulkWriteResult>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Execute a bulk operation with the specified write options.
bulkWriteWithOptions(String, List<BulkOperation>, BulkWriteOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Execute a bulk operation with the specified write options.
bulkWriteWithOptions(String, List<BulkOperation>, BulkWriteOptions, Handler<AsyncResult<MongoClientBulkWriteResult>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Execute a bulk operation with the specified write options.
bulkWriteWithOptions(String, List<BulkOperation>, BulkWriteOptions) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Execute a bulk operation with the specified write options.
BusPublish - Class in io.vertx.ext.shell.command.base
 
BusPublish() - Constructor for class io.vertx.ext.shell.command.base.BusPublish
 
BusSend - Class in io.vertx.ext.shell.command.base
 
BusSend() - Constructor for class io.vertx.ext.shell.command.base.BusSend
 
BusTail - Class in io.vertx.ext.shell.command.base
 
BusTail() - Constructor for class io.vertx.ext.shell.command.base.BusTail
 
bytesRead() - Method in interface io.vertx.core.http.HttpServerRequest
 
bytesRead(S, SocketAddress, long) - Method in interface io.vertx.core.spi.metrics.NetworkMetrics
Called when bytes have been read
bytesRead() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
 
bytesRead() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
bytesWritten() - Method in interface io.vertx.core.http.HttpServerResponse
 
bytesWritten(S, SocketAddress, long) - Method in interface io.vertx.core.spi.metrics.NetworkMetrics
Called when bytes have been written
bytesWritten() - Method in class io.vertx.reactivex.core.http.HttpServerResponse
 
bytesWritten() - Method in class io.vertx.rxjava.core.http.HttpServerResponse
 
BZPOPMAX - Static variable in class io.vertx.reactivex.redis.client.Command
 
bzpopmax(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bzpopmax.
bzpopmax(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bzpopmax.
BZPOPMAX - Static variable in interface io.vertx.redis.client.Command
 
bzpopmax(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command bzpopmax.
bzpopmax(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command bzpopmax.
BZPOPMAX - Static variable in class io.vertx.rxjava.redis.client.Command
 
bzpopmax(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command bzpopmax.
bzpopmax(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command bzpopmax.
BZPOPMIN - Static variable in class io.vertx.reactivex.redis.client.Command
 
bzpopmin(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bzpopmin.
bzpopmin(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bzpopmin.
BZPOPMIN - Static variable in interface io.vertx.redis.client.Command
 
bzpopmin(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command bzpopmin.
bzpopmin(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command bzpopmin.
BZPOPMIN - Static variable in class io.vertx.rxjava.redis.client.Command
 
bzpopmin(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command bzpopmin.
bzpopmin(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command bzpopmin.

C

CACHE_CONTROL - Static variable in interface io.vertx.core.http.HttpHeaders
Cache-Control header name
CACHE_CONTROL - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Cache-Control header name
CACHE_CONTROL - Static variable in class io.vertx.rxjava.core.http.HttpHeaders
Cache-Control header name
CACHE_DIR_PROPERTY - Static variable in class io.vertx.ext.httpservicefactory.HttpServiceFactory
 
cached() - Method in class io.vertx.reactivex.servicediscovery.ServiceReference
Gets the service object if already retrieved.
cached() - Method in class io.vertx.rxjava.servicediscovery.ServiceReference
Gets the service object if already retrieved.
cached() - Method in interface io.vertx.servicediscovery.ServiceReference
Gets the service object if already retrieved.
cached() - Method in class io.vertx.servicediscovery.types.AbstractServiceReference
Returns the service object.
cachedAs(Class<X>) - Method in class io.vertx.reactivex.servicediscovery.ServiceReference
Gets the service object if already retrieved.
cachedAs(Class<X>) - Method in class io.vertx.rxjava.servicediscovery.ServiceReference
Gets the service object if already retrieved.
cachedAs(Class<X>) - Method in interface io.vertx.servicediscovery.ServiceReference
Gets the service object if already retrieved.
cachedAs(Class<X>) - Method in class io.vertx.servicediscovery.types.AbstractServiceReference
GGets the service object if already retrieved.
cachePermission(String) - Method in class io.vertx.ext.auth.AbstractUser
Deprecated.
 
CachingTemplateEngine<T> - Class in io.vertx.ext.web.common.template
 
CachingTemplateEngine(Vertx, String) - Constructor for class io.vertx.ext.web.common.template.CachingTemplateEngine
 
calculateIsSync() - Method in class io.vertx.json.schema.common.BaseCombinatorsValidator
 
calculateIsSync() - Method in class io.vertx.json.schema.common.BaseMutableStateValidator
 
calculateIsSync() - Method in class io.vertx.json.schema.common.BaseSingleSchemaValidator
 
calculateIsSync() - Method in class io.vertx.json.schema.common.RefSchema
 
calculateIsSync() - Method in class io.vertx.json.schema.common.SchemaImpl
 
call(String, Handler<AsyncResult<ResultSet>>) - Method in interface io.vertx.ext.sql.SQLClient
Calls the given SQL PROCEDURE which returns the result from the procedure.
call(String, Handler<AsyncResult<ResultSet>>) - Method in interface io.vertx.ext.sql.SQLConnection
Calls the given SQL PROCEDURE which returns the result from the procedure.
call(String, Handler<AsyncResult<ResultSet>>) - Method in interface io.vertx.ext.sql.SQLOperations
Calls the given SQL PROCEDURE which returns the result from the procedure.
call(String, Handler<AsyncResult<ResultSet>>) - Method in class io.vertx.reactivex.ext.sql.SQLClient
Calls the given SQL PROCEDURE which returns the result from the procedure.
call(String) - Method in class io.vertx.reactivex.ext.sql.SQLClient
Calls the given SQL PROCEDURE which returns the result from the procedure.
call(String, Handler<AsyncResult<ResultSet>>) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Calls the given SQL PROCEDURE which returns the result from the procedure.
call(String) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Calls the given SQL PROCEDURE which returns the result from the procedure.
call(String, Handler<AsyncResult<ResultSet>>) - Method in interface io.vertx.reactivex.ext.sql.SQLOperations
Calls the given SQL PROCEDURE which returns the result from the procedure.
call(String) - Method in interface io.vertx.reactivex.ext.sql.SQLOperations
Calls the given SQL PROCEDURE which returns the result from the procedure.
call(Subscriber<? super T>) - Method in class io.vertx.rx.java.ObservableOnSubscribeAdapter
Subscription
call(Subscriber<? super R>) - Method in class io.vertx.rx.java.ObservableReadStream
 
call(SingleSubscriber<? super T>) - Method in class io.vertx.rx.java.SingleOnSubscribeAdapter
Subscription
call(Subscriber<? super T>) - Method in class io.vertx.rx.java.UnmarshallerOperator
 
call(String, Handler<AsyncResult<ResultSet>>) - Method in class io.vertx.rxjava.ext.sql.SQLClient
Calls the given SQL PROCEDURE which returns the result from the procedure.
call(String) - Method in class io.vertx.rxjava.ext.sql.SQLClient
Calls the given SQL PROCEDURE which returns the result from the procedure.
call(String, Handler<AsyncResult<ResultSet>>) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Calls the given SQL PROCEDURE which returns the result from the procedure.
call(String) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Calls the given SQL PROCEDURE which returns the result from the procedure.
call(String, Handler<AsyncResult<ResultSet>>) - Method in interface io.vertx.rxjava.ext.sql.SQLOperations
Calls the given SQL PROCEDURE which returns the result from the procedure.
call(String) - Method in interface io.vertx.rxjava.ext.sql.SQLOperations
Calls the given SQL PROCEDURE which returns the result from the procedure.
callWithParams(String, JsonArray, JsonArray, Handler<AsyncResult<ResultSet>>) - Method in interface io.vertx.ext.sql.SQLClient
Calls the given SQL PROCEDURE which returns the result from the procedure.
callWithParams(String, JsonArray, JsonArray, Handler<AsyncResult<ResultSet>>) - Method in interface io.vertx.ext.sql.SQLConnection
Calls the given SQL PROCEDURE which returns the result from the procedure.
callWithParams(String, JsonArray, JsonArray, Handler<AsyncResult<ResultSet>>) - Method in interface io.vertx.ext.sql.SQLOperations
Calls the given SQL PROCEDURE which returns the result from the procedure.
callWithParams(String, JsonArray, JsonArray, Handler<AsyncResult<ResultSet>>) - Method in class io.vertx.reactivex.ext.sql.SQLClient
Calls the given SQL PROCEDURE which returns the result from the procedure.
callWithParams(String, JsonArray, JsonArray) - Method in class io.vertx.reactivex.ext.sql.SQLClient
Calls the given SQL PROCEDURE which returns the result from the procedure.
callWithParams(String, JsonArray, JsonArray, Handler<AsyncResult<ResultSet>>) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Calls the given SQL PROCEDURE which returns the result from the procedure.
callWithParams(String, JsonArray, JsonArray) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Calls the given SQL PROCEDURE which returns the result from the procedure.
callWithParams(String, JsonArray, JsonArray, Handler<AsyncResult<ResultSet>>) - Method in interface io.vertx.reactivex.ext.sql.SQLOperations
Calls the given SQL PROCEDURE which returns the result from the procedure.
callWithParams(String, JsonArray, JsonArray) - Method in interface io.vertx.reactivex.ext.sql.SQLOperations
Calls the given SQL PROCEDURE which returns the result from the procedure.
callWithParams(String, JsonArray, JsonArray, Handler<AsyncResult<ResultSet>>) - Method in class io.vertx.rxjava.ext.sql.SQLClient
Calls the given SQL PROCEDURE which returns the result from the procedure.
callWithParams(String, JsonArray, JsonArray) - Method in class io.vertx.rxjava.ext.sql.SQLClient
Calls the given SQL PROCEDURE which returns the result from the procedure.
callWithParams(String, JsonArray, JsonArray, Handler<AsyncResult<ResultSet>>) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Calls the given SQL PROCEDURE which returns the result from the procedure.
callWithParams(String, JsonArray, JsonArray) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Calls the given SQL PROCEDURE which returns the result from the procedure.
callWithParams(String, JsonArray, JsonArray, Handler<AsyncResult<ResultSet>>) - Method in interface io.vertx.rxjava.ext.sql.SQLOperations
Calls the given SQL PROCEDURE which returns the result from the procedure.
callWithParams(String, JsonArray, JsonArray) - Method in interface io.vertx.rxjava.ext.sql.SQLOperations
Calls the given SQL PROCEDURE which returns the result from the procedure.
CamelBridge - Interface in io.vertx.camel
Camel Bridge facade.
CamelBridgeOptions - Class in io.vertx.camel
Camel bridge configuration.
CamelBridgeOptions(CamelContext) - Constructor for class io.vertx.camel.CamelBridgeOptions
Creates a new instance of CamelBridgeOptions.
CamelBridgeOptions(JsonObject) - Constructor for class io.vertx.camel.CamelBridgeOptions
Comply with the DataObject contract, however calling this constructor will always throw.
CamelMapping - Class in io.vertx.camel
Parent class for mapping between Vert.x event bus and Camel endpoints.
CamelMapping() - Constructor for class io.vertx.camel.CamelMapping
 
cancel() - Method in interface io.vertx.core.TimeoutStream
Cancels the timeout.
cancel() - Method in interface io.vertx.ext.web.FileUpload
Try to cancel the file upload.
cancel() - Method in interface io.vertx.rabbitmq.RabbitMQConsumer
Stop message consumption from a queue.
cancel(Handler<AsyncResult<Void>>) - Method in interface io.vertx.rabbitmq.RabbitMQConsumer
Stop message consumption from a queue.
cancel() - Method in class io.vertx.reactivex.core.TimeoutStream
Cancels the timeout.
cancel() - Method in class io.vertx.reactivex.ext.web.FileUpload
Try to cancel the file upload.
cancel(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQConsumer
Stop message consumption from a queue.
cancel() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQConsumer
Stop message consumption from a queue.
cancel() - Method in class io.vertx.rxjava.core.TimeoutStream
Cancels the timeout.
cancel() - Method in class io.vertx.rxjava.ext.web.FileUpload
Try to cancel the file upload.
cancel(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQConsumer
Stop message consumption from a queue.
cancel() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQConsumer
Stop message consumption from a queue.
cancelRequest(Handler<AsyncResult<Void>>) - Method in interface io.vertx.pgclient.PgConnection
Send a request cancellation message to tell the server to cancel processing request in this connection.
cancelRequest(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.pgclient.PgConnection
Send a request cancellation message to tell the server to cancel processing request in this connection.
cancelRequest(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.pgclient.PgConnection
Send a request cancellation message to tell the server to cancel processing request in this connection.
cancelStreamToFileSystem() - Method in interface io.vertx.core.http.HttpServerFileUpload
Try to cancel the file system streaming, the streamed file will be deleted.
cancelStreamToFileSystem() - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
Try to cancel the file system streaming, the streamed file will be deleted.
cancelStreamToFileSystem() - Method in class io.vertx.rxjava.core.http.HttpServerFileUpload
Try to cancel the file system streaming, the streamed file will be deleted.
cancelTimer(long) - Method in interface io.vertx.core.Vertx
Cancels the timer with the specified id.
cancelTimer(long) - Method in class io.vertx.reactivex.core.Vertx
Cancels the timer with the specified id.
cancelTimer(long) - Method in class io.vertx.rxjava.core.Vertx
Cancels the timer with the specified id.
canConsumeSchema(JsonObject) - Method in class io.vertx.json.schema.common.BaseCombinatorsValidatorFactory
 
canConsumeSchema(JsonObject) - Method in class io.vertx.json.schema.common.BaseFormatValidatorFactory
 
canConsumeSchema(JsonObject) - Method in class io.vertx.json.schema.common.BaseSingleSchemaValidatorFactory
 
canConsumeSchema(JsonObject) - Method in class io.vertx.json.schema.common.ConstValidatorFactory
 
canConsumeSchema(JsonObject) - Method in class io.vertx.json.schema.common.DefinitionsValidatorFactory
 
canConsumeSchema(JsonObject) - Method in class io.vertx.json.schema.common.EnumValidatorFactory
 
canConsumeSchema(JsonObject) - Method in class io.vertx.json.schema.common.MaxItemsValidatorFactory
 
canConsumeSchema(JsonObject) - Method in class io.vertx.json.schema.common.MaxLengthValidatorFactory
 
canConsumeSchema(JsonObject) - Method in class io.vertx.json.schema.common.MaxPropertiesValidatorFactory
 
canConsumeSchema(JsonObject) - Method in class io.vertx.json.schema.common.MinItemsValidatorFactory
 
canConsumeSchema(JsonObject) - Method in class io.vertx.json.schema.common.MinLengthValidatorFactory
 
canConsumeSchema(JsonObject) - Method in class io.vertx.json.schema.common.MinPropertiesValidatorFactory
 
canConsumeSchema(JsonObject) - Method in class io.vertx.json.schema.common.MultipleOfValidatorFactory
 
canConsumeSchema(JsonObject) - Method in class io.vertx.json.schema.common.PatternValidatorFactory
 
canConsumeSchema(JsonObject) - Method in class io.vertx.json.schema.common.PropertiesValidatorFactory
 
canConsumeSchema(JsonObject) - Method in class io.vertx.json.schema.common.RequiredValidatorFactory
 
canConsumeSchema(JsonObject) - Method in class io.vertx.json.schema.common.UniqueItemsValidatorFactory
 
canConsumeSchema(JsonObject) - Method in interface io.vertx.json.schema.common.ValidatorFactory
Returns true if this factory can consume the provided schema, eventually returning an instance of Validator
canConsumeSchema(JsonObject) - Method in class io.vertx.json.schema.draft201909.ContainsValidatorFactory
 
canConsumeSchema(JsonObject) - Method in class io.vertx.json.schema.draft201909.DependentRequiredValidatorFactory
 
canConsumeSchema(JsonObject) - Method in class io.vertx.json.schema.draft201909.DependentSchemasValidatorFactory
 
canConsumeSchema(JsonObject) - Method in class io.vertx.json.schema.draft201909.UnevaluatedItemsValidatorFactory
 
canConsumeSchema(JsonObject) - Method in class io.vertx.json.schema.draft201909.UnevaluatedPropertiesValidatorFactory
 
canConsumeSchema(JsonObject) - Method in class io.vertx.json.schema.draft7.DependenciesValidatorFactory
 
canConsumeSchema(JsonObject) - Method in class io.vertx.json.schema.draft7.ExclusiveMaximumValidatorFactory
 
canConsumeSchema(JsonObject) - Method in class io.vertx.json.schema.draft7.ExclusiveMinimumValidatorFactory
 
canConsumeSchema(JsonObject) - Method in class io.vertx.json.schema.draft7.IfThenElseValidatorFactory
 
canConsumeSchema(JsonObject) - Method in class io.vertx.json.schema.draft7.MaximumValidatorFactory
 
canConsumeSchema(JsonObject) - Method in class io.vertx.json.schema.draft7.MinimumValidatorFactory
 
canConsumeSchema(JsonObject) - Method in class io.vertx.json.schema.draft7.TypeValidatorFactory
 
canConsumeSchema(JsonObject) - Method in class io.vertx.json.schema.openapi3.MaximumValidatorFactory
 
canConsumeSchema(JsonObject) - Method in class io.vertx.json.schema.openapi3.MinimumValidatorFactory
 
canConsumeSchema(JsonObject) - Method in class io.vertx.json.schema.openapi3.NullableValidatorFactory
 
canConsumeSchema(JsonObject) - Method in class io.vertx.json.schema.openapi3.TypeValidatorFactory
 
cannotFindParameterProcessorGenerator(JsonPointer, JsonObject) - Static method in exception io.vertx.ext.web.openapi.RouterBuilderException
 
CanonicalizationAlgorithm - Enum in io.vertx.ext.mail
Canonicalization Algorithm for DKIM.
caseInsensitiveMultiMap() - Static method in interface io.vertx.core.MultiMap
Create a multi-map implementation with case insensitive keys, for instance it can be used to hold some HTTP headers.
caseInsensitiveMultiMap() - Static method in class io.vertx.reactivex.core.MultiMap
Create a multi-map implementation with case insensitive keys, for instance it can be used to hold some HTTP headers.
caseInsensitiveMultiMap() - Static method in class io.vertx.rxjava.core.MultiMap
Create a multi-map implementation with case insensitive keys, for instance it can be used to hold some HTTP headers.
CassandraClient - Interface in io.vertx.cassandra
Eclipse Vert.x Cassandra client.
CassandraClient - Class in io.vertx.reactivex.cassandra
Eclipse Vert.x Cassandra client.
CassandraClient(CassandraClient) - Constructor for class io.vertx.reactivex.cassandra.CassandraClient
 
CassandraClient(Object) - Constructor for class io.vertx.reactivex.cassandra.CassandraClient
 
CassandraClient - Class in io.vertx.rxjava.cassandra
Eclipse Vert.x Cassandra client.
CassandraClient(CassandraClient) - Constructor for class io.vertx.rxjava.cassandra.CassandraClient
 
CassandraClient(Object) - Constructor for class io.vertx.rxjava.cassandra.CassandraClient
 
CassandraClientOptions - Class in io.vertx.cassandra
Eclipse Vert.x Cassandra client options.
CassandraClientOptions() - Constructor for class io.vertx.cassandra.CassandraClientOptions
Default constructor.
CassandraClientOptions(CassandraClientOptions) - Constructor for class io.vertx.cassandra.CassandraClientOptions
Copy constructor.
CassandraClientOptions(CqlSessionBuilder) - Constructor for class io.vertx.cassandra.CassandraClientOptions
Constructor using an existing CqlSessionBuilder instance.
CassandraClientOptions(JsonObject) - Constructor for class io.vertx.cassandra.CassandraClientOptions
Constructor to create options from JSON.
CassandraClientOptionsConverter - Class in io.vertx.cassandra
Converter and mapper for CassandraClientOptions.
CassandraClientOptionsConverter() - Constructor for class io.vertx.cassandra.CassandraClientOptionsConverter
 
CassandraRowStream - Interface in io.vertx.cassandra
A ReadStream for Row consumption.
CassandraRowStream - Class in io.vertx.reactivex.cassandra
A for consumption.
CassandraRowStream(CassandraRowStream) - Constructor for class io.vertx.reactivex.cassandra.CassandraRowStream
 
CassandraRowStream(Object) - Constructor for class io.vertx.reactivex.cassandra.CassandraRowStream
 
CassandraRowStream - Class in io.vertx.rxjava.cassandra
A for consumption.
CassandraRowStream(CassandraRowStream) - Constructor for class io.vertx.rxjava.cassandra.CassandraRowStream
 
CassandraRowStream(Object) - Constructor for class io.vertx.rxjava.cassandra.CassandraRowStream
 
cast(SqlConnection) - Static method in interface io.vertx.db2client.DB2Connection
cast(SqlConnection) - Static method in interface io.vertx.mysqlclient.MySQLConnection
cast(SqlConnection) - Static method in interface io.vertx.pgclient.PgConnection
cast(SqlConnection) - Static method in class io.vertx.reactivex.db2client.DB2Connection
Cast a to DB2Connection.
cast(SqlConnection) - Static method in class io.vertx.reactivex.mysqlclient.MySQLConnection
Cast a to MySQLConnection.
cast(SqlConnection) - Static method in class io.vertx.reactivex.pgclient.PgConnection
Cast a to PgConnection.
cast(SqlConnection) - Static method in class io.vertx.rxjava.db2client.DB2Connection
Cast a to DB2Connection.
cast(SqlConnection) - Static method in class io.vertx.rxjava.mysqlclient.MySQLConnection
Cast a to MySQLConnection.
cast(SqlConnection) - Static method in class io.vertx.rxjava.pgclient.PgConnection
Cast a to PgConnection.
catalogDatacenters(Handler<AsyncResult<List<String>>>) - Method in interface io.vertx.ext.consul.ConsulClient
Return all the datacenters that are known by the Consul server
catalogDatacenters() - Method in interface io.vertx.ext.consul.ConsulClient
Like ConsulClient.catalogDatacenters(Handler) but returns a Future of the asynchronous result.
catalogDatacenters(Handler<AsyncResult<List<String>>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Return all the datacenters that are known by the Consul server
catalogDatacenters() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Return all the datacenters that are known by the Consul server
catalogDatacenters(Handler<AsyncResult<List<String>>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Return all the datacenters that are known by the Consul server
catalogDatacenters() - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Return all the datacenters that are known by the Consul server
catalogNodes(Handler<AsyncResult<NodeList>>) - Method in interface io.vertx.ext.consul.ConsulClient
Returns the nodes registered in a datacenter
catalogNodes() - Method in interface io.vertx.ext.consul.ConsulClient
Like ConsulClient.catalogNodes(Handler) but returns a Future of the asynchronous result.
catalogNodes(Handler<AsyncResult<NodeList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the nodes registered in a datacenter
catalogNodes() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the nodes registered in a datacenter
catalogNodes(Handler<AsyncResult<NodeList>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the nodes registered in a datacenter
catalogNodes() - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the nodes registered in a datacenter
catalogNodeServices(String, Handler<AsyncResult<ServiceList>>) - Method in interface io.vertx.ext.consul.ConsulClient
Returns the node's registered services
catalogNodeServices(String) - Method in interface io.vertx.ext.consul.ConsulClient
Like ConsulClient.catalogNodeServices(String, Handler) but returns a Future of the asynchronous result.
catalogNodeServices(String, Handler<AsyncResult<ServiceList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the node's registered services
catalogNodeServices(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the node's registered services
catalogNodeServices(String, Handler<AsyncResult<ServiceList>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the node's registered services
catalogNodeServices(String) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the node's registered services
catalogNodeServicesWithOptions(String, BlockingQueryOptions, Handler<AsyncResult<ServiceList>>) - Method in interface io.vertx.ext.consul.ConsulClient
Returns the node's registered services This is blocking query unlike ConsulClient.catalogNodeServices(String, Handler)
catalogNodeServicesWithOptions(String, BlockingQueryOptions) - Method in interface io.vertx.ext.consul.ConsulClient
catalogNodeServicesWithOptions(String, BlockingQueryOptions, Handler<AsyncResult<ServiceList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
catalogNodeServicesWithOptions(String, BlockingQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
catalogNodeServicesWithOptions(String, BlockingQueryOptions, Handler<AsyncResult<ServiceList>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
catalogNodeServicesWithOptions(String, BlockingQueryOptions) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
catalogNodesWithOptions(NodeQueryOptions, Handler<AsyncResult<NodeList>>) - Method in interface io.vertx.ext.consul.ConsulClient
Returns the nodes registered in a datacenter
catalogNodesWithOptions(NodeQueryOptions) - Method in interface io.vertx.ext.consul.ConsulClient
Like ConsulClient.catalogNodesWithOptions(NodeQueryOptions, Handler) but returns a Future of the asynchronous result.
catalogNodesWithOptions(NodeQueryOptions, Handler<AsyncResult<NodeList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the nodes registered in a datacenter
catalogNodesWithOptions(NodeQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the nodes registered in a datacenter
catalogNodesWithOptions(NodeQueryOptions, Handler<AsyncResult<NodeList>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the nodes registered in a datacenter
catalogNodesWithOptions(NodeQueryOptions) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the nodes registered in a datacenter
catalogServiceNodes(String, Handler<AsyncResult<ServiceList>>) - Method in interface io.vertx.ext.consul.ConsulClient
Returns the nodes providing a service
catalogServiceNodes(String) - Method in interface io.vertx.ext.consul.ConsulClient
Like ConsulClient.catalogServiceNodes(String, Handler) but returns a Future of the asynchronous result.
catalogServiceNodes(String, Handler<AsyncResult<ServiceList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the nodes providing a service
catalogServiceNodes(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the nodes providing a service
catalogServiceNodes(String, Handler<AsyncResult<ServiceList>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the nodes providing a service
catalogServiceNodes(String) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the nodes providing a service
catalogServiceNodesWithOptions(String, ServiceQueryOptions, Handler<AsyncResult<ServiceList>>) - Method in interface io.vertx.ext.consul.ConsulClient
Returns the nodes providing a service
catalogServiceNodesWithOptions(String, ServiceQueryOptions) - Method in interface io.vertx.ext.consul.ConsulClient
Like ConsulClient.catalogServiceNodesWithOptions(String, ServiceQueryOptions, Handler) but returns a Future of the asynchronous result.
catalogServiceNodesWithOptions(String, ServiceQueryOptions, Handler<AsyncResult<ServiceList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the nodes providing a service
catalogServiceNodesWithOptions(String, ServiceQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the nodes providing a service
catalogServiceNodesWithOptions(String, ServiceQueryOptions, Handler<AsyncResult<ServiceList>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the nodes providing a service
catalogServiceNodesWithOptions(String, ServiceQueryOptions) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the nodes providing a service
catalogServices(Handler<AsyncResult<ServiceList>>) - Method in interface io.vertx.ext.consul.ConsulClient
Returns the services registered in a datacenter
catalogServices() - Method in interface io.vertx.ext.consul.ConsulClient
Like ConsulClient.catalogServices(Handler) but returns a Future of the asynchronous result.
catalogServices(Handler<AsyncResult<ServiceList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the services registered in a datacenter
catalogServices() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the services registered in a datacenter
catalogServices(Handler<AsyncResult<ServiceList>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the services registered in a datacenter
catalogServices() - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the services registered in a datacenter
catalogServicesWithOptions(BlockingQueryOptions, Handler<AsyncResult<ServiceList>>) - Method in interface io.vertx.ext.consul.ConsulClient
Returns the services registered in a datacenter This is blocking query unlike ConsulClient.catalogServices(Handler)
catalogServicesWithOptions(BlockingQueryOptions) - Method in interface io.vertx.ext.consul.ConsulClient
Like ConsulClient.catalogServicesWithOptions(BlockingQueryOptions, Handler) but returns a Future of the asynchronous result.
catalogServicesWithOptions(BlockingQueryOptions, Handler<AsyncResult<ServiceList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the services registered in a datacenter This is blocking query unlike ConsulClient.catalogServices(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.ServiceList>>)
catalogServicesWithOptions(BlockingQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the services registered in a datacenter This is blocking query unlike ConsulClient.catalogServices(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.ServiceList>>)
catalogServicesWithOptions(BlockingQueryOptions, Handler<AsyncResult<ServiceList>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the services registered in a datacenter This is blocking query unlike ConsulClient.catalogServices(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.ServiceList>>)
catalogServicesWithOptions(BlockingQueryOptions) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the services registered in a datacenter This is blocking query unlike ConsulClient.catalogServices(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.ServiceList>>)
cause() - Method in interface io.vertx.core.AsyncResult
A Throwable describing failure.
cause(int) - Method in interface io.vertx.core.CompositeFuture
Returns a cause of a wrapped future
cause() - Method in interface io.vertx.core.Future
A Throwable describing failure.
cause() - Method in interface io.vertx.ext.consul.WatchResult
A Throwable describing failure.
cause() - Method in interface io.vertx.ext.unit.report.Failure
 
cause() - Method in class io.vertx.reactivex.ext.consul.WatchResult
A Throwable describing failure.
cause() - Method in class io.vertx.rxjava.ext.consul.WatchResult
A Throwable describing failure.
causeOfFailure() - Method in class io.vertx.junit5.VertxTestContext
Give the cause of failure.
causes() - Method in interface io.vertx.core.CompositeFuture
 
certificatePath() - Method in interface io.vertx.core.net.SelfSignedCertificate
Filesystem path to the X.509 certificate file in PEM format .
certificatePath() - Method in class io.vertx.reactivex.core.net.SelfSignedCertificate
Filesystem path to the X.509 certificate file in PEM format .
certificatePath() - Method in class io.vertx.rxjava.core.net.SelfSignedCertificate
Filesystem path to the X.509 certificate file in PEM format .
ChainAuth - Interface in io.vertx.ext.auth
Chain several authentication providers as if they were one.
ChainAuth - Class in io.vertx.reactivex.ext.auth
Chain several authentication providers as if they were one.
ChainAuth(ChainAuth) - Constructor for class io.vertx.reactivex.ext.auth.ChainAuth
 
ChainAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.ChainAuth
 
ChainAuth - Class in io.vertx.rxjava.ext.auth
Chain several authentication providers as if they were one.
ChainAuth(ChainAuth) - Constructor for class io.vertx.rxjava.ext.auth.ChainAuth
 
ChainAuth(Object) - Constructor for class io.vertx.rxjava.ext.auth.ChainAuth
 
ChainAuthHandler - Interface in io.vertx.ext.web.handler
An auth handler that chains to a sequence of handlers.
ChainAuthHandler - Class in io.vertx.reactivex.ext.web.handler
An auth handler that chains to a sequence of handlers.
ChainAuthHandler(ChainAuthHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.ChainAuthHandler
 
ChainAuthHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.ChainAuthHandler
 
ChainAuthHandler - Class in io.vertx.rxjava.ext.web.handler
An auth handler that chains to a sequence of handlers.
ChainAuthHandler(ChainAuthHandler) - Constructor for class io.vertx.rxjava.ext.web.handler.ChainAuthHandler
 
ChainAuthHandler(Object) - Constructor for class io.vertx.rxjava.ext.web.handler.ChainAuthHandler
 
changeUser(MySQLAuthOptions, Handler<AsyncResult<Void>>) - Method in interface io.vertx.mysqlclient.MySQLConnection
Send a CHANGE_USER command to change the user of the current connection, this operation will also reset connection state.
changeUser(MySQLAuthOptions) - Method in interface io.vertx.mysqlclient.MySQLConnection
Like MySQLConnection.changeUser(MySQLAuthOptions, Handler) but returns a Future of the asynchronous result
changeUser(MySQLAuthOptions, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.mysqlclient.MySQLConnection
Send a CHANGE_USER command to change the user of the current connection, this operation will also reset connection state.
changeUser(MySQLAuthOptions) - Method in class io.vertx.reactivex.mysqlclient.MySQLConnection
Send a CHANGE_USER command to change the user of the current connection, this operation will also reset connection state.
changeUser(MySQLAuthOptions, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.mysqlclient.MySQLConnection
Send a CHANGE_USER command to change the user of the current connection, this operation will also reset connection state.
changeUser(MySQLAuthOptions) - Method in class io.vertx.rxjava.mysqlclient.MySQLConnection
Send a CHANGE_USER command to change the user of the current connection, this operation will also reset connection state.
channel(String) - Method in interface io.vertx.pgclient.pubsub.PgSubscriber
Return a channel for the given name.
channel(String) - Method in class io.vertx.reactivex.pgclient.pubsub.PgSubscriber
Return a channel for the given name.
channel(String) - Method in class io.vertx.rxjava.pgclient.pubsub.PgSubscriber
Return a channel for the given name.
CharacterConverter - Class in io.vertx.core.cli.converters
A converter for character.
charset() - Method in interface io.vertx.core.http.HttpServerFileUpload
 
charSet() - Method in interface io.vertx.ext.web.FileUpload
 
charset() - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
 
charSet() - Method in class io.vertx.reactivex.ext.web.FileUpload
 
charset() - Method in class io.vertx.rxjava.core.http.HttpServerFileUpload
 
charSet() - Method in class io.vertx.rxjava.ext.web.FileUpload
 
Check - Class in io.vertx.ext.consul
Holds check properties
Check() - Constructor for class io.vertx.ext.consul.Check
Default constructor
Check(Check) - Constructor for class io.vertx.ext.consul.Check
Copy constructor
Check(JsonObject) - Constructor for class io.vertx.ext.consul.Check
Constructor from JSON
CheckConverter - Class in io.vertx.ext.consul
Converter and mapper for Check.
CheckConverter() - Constructor for class io.vertx.ext.consul.CheckConverter
 
CHECKIN - Static variable in class io.vertx.core.http.HttpMethod
The RFC 3253 CHECKIN method, this instance is interned and uniquely used.
checkInstance(Object) - Method in enum io.vertx.json.schema.common.JsonSchemaType
 
checkIsolationNotDefined() - Method in class io.vertx.core.DeploymentOptions
Throw IllegalArgumentException when loader isolation configuration has been defined.
CheckList - Class in io.vertx.ext.consul
Holds result of checks query
CheckList() - Constructor for class io.vertx.ext.consul.CheckList
Default constructor
CheckList(CheckList) - Constructor for class io.vertx.ext.consul.CheckList
Copy constructor
CheckList(JsonObject) - Constructor for class io.vertx.ext.consul.CheckList
Constructor from JSON
CheckListConverter - Class in io.vertx.ext.consul
Converter and mapper for CheckList.
CheckListConverter() - Constructor for class io.vertx.ext.consul.CheckListConverter
 
checkMethod(MethodInfo) - Method in class io.vertx.serviceproxy.generator.model.ProxyModel
 
CheckOptions - Class in io.vertx.ext.consul
Options used to register checks in Consul.
CheckOptions() - Constructor for class io.vertx.ext.consul.CheckOptions
Default constructor
CheckOptions(CheckOptions) - Constructor for class io.vertx.ext.consul.CheckOptions
Copy constructor
CheckOptions(JsonObject) - Constructor for class io.vertx.ext.consul.CheckOptions
Constructor from JSON
CheckOptionsConverter - Class in io.vertx.ext.consul
Converter and mapper for CheckOptions.
CheckOptionsConverter() - Constructor for class io.vertx.ext.consul.CheckOptionsConverter
 
CHECKOUT - Static variable in class io.vertx.core.http.HttpMethod
The RFC 3253 CHECKOUT method, this instance is interned and uniquely used.
checkParamType(ExecutableElement, TypeInfo, int, int, boolean) - Method in class io.vertx.ext.web.api.service.generator.model.WebApiProxyModel
 
checkParamType(ExecutableElement, TypeInfo, int, int, boolean) - Method in class io.vertx.serviceproxy.generator.model.ProxyModel
 
Checkpoint - Interface in io.vertx.junit5
A test completion checkpoint, flagging it advances towards the test context completion.
checkpoint() - Method in class io.vertx.junit5.VertxTestContext
Create a strict checkpoint.
checkpoint(int) - Method in class io.vertx.junit5.VertxTestContext
Create a strict checkpoint.
CheckQueryOptions - Class in io.vertx.ext.consul
Options used to requesting list of checks
CheckQueryOptions() - Constructor for class io.vertx.ext.consul.CheckQueryOptions
Default constructor
CheckQueryOptions(JsonObject) - Constructor for class io.vertx.ext.consul.CheckQueryOptions
Constructor from JSON
CheckQueryOptionsConverter - Class in io.vertx.ext.consul
Converter and mapper for CheckQueryOptions.
CheckQueryOptionsConverter() - Constructor for class io.vertx.ext.consul.CheckQueryOptionsConverter
 
CheckResult - Class in io.vertx.ext.healthchecks
 
CheckResult() - Constructor for class io.vertx.ext.healthchecks.CheckResult
 
checkReturnType(ExecutableElement, TypeInfo, boolean) - Method in class io.vertx.serviceproxy.generator.model.ProxyModel
 
CheckStatus - Enum in io.vertx.ext.consul
Represents an check status.
checkStatus(Handler<AsyncResult<CheckResult>>) - Method in interface io.vertx.ext.healthchecks.HealthChecks
Invokes the registered procedures.
checkStatus() - Method in interface io.vertx.ext.healthchecks.HealthChecks
Like HealthChecks.checkStatus(Handler) but returns a Future of the asynchronous result
checkStatus(String, Handler<AsyncResult<CheckResult>>) - Method in interface io.vertx.ext.healthchecks.HealthChecks
Invokes the registered procedure with the given name and sub-procedures.
checkStatus(String) - Method in interface io.vertx.ext.healthchecks.HealthChecks
Like HealthChecks.checkStatus(String, Handler) but returns a Future of the asynchronous result
checkStatus(Handler<AsyncResult<CheckResult>>) - Method in class io.vertx.reactivex.ext.healthchecks.HealthChecks
Invokes the registered procedures.
checkStatus() - Method in class io.vertx.reactivex.ext.healthchecks.HealthChecks
Invokes the registered procedures.
checkStatus(String, Handler<AsyncResult<CheckResult>>) - Method in class io.vertx.reactivex.ext.healthchecks.HealthChecks
Invokes the registered procedure with the given name and sub-procedures.
checkStatus(String) - Method in class io.vertx.reactivex.ext.healthchecks.HealthChecks
Invokes the registered procedure with the given name and sub-procedures.
checkStatus(Handler<AsyncResult<CheckResult>>) - Method in class io.vertx.rxjava.ext.healthchecks.HealthChecks
Invokes the registered procedures.
checkStatus() - Method in class io.vertx.rxjava.ext.healthchecks.HealthChecks
Invokes the registered procedures.
checkStatus(String, Handler<AsyncResult<CheckResult>>) - Method in class io.vertx.rxjava.ext.healthchecks.HealthChecks
Invokes the registered procedure with the given name and sub-procedures.
checkStatus(String) - Method in class io.vertx.rxjava.ext.healthchecks.HealthChecks
Invokes the registered procedure with the given name and sub-procedures.
checksum() - Method in class io.vertx.ext.web.sstore.AbstractSession
 
checksum() - Method in interface io.vertx.kafka.client.consumer.KafkaConsumerRecord
Deprecated.
As of Kafka 0.11.0. Because of the potential for message format conversion on the broker, the checksum returned by the broker may not match what was computed by the producer. It is therefore unsafe to depend on this checksum for end-to-end delivery guarantees. Additionally, message format v2 does not include a record-level checksum (for performance, the record checksum was replaced with a batch checksum). To maintain compatibility, a partial checksum computed from the record timestamp, serialized key size, and serialized value size is returned instead, but this should not be depended on for end-to-end reliability.
checksum() - Method in class io.vertx.kafka.client.producer.RecordMetadata
Deprecated.
As of Kafka 0.11.0. Because of the potential for message format conversion on the broker, the checksum returned by the broker may not match what was computed by the producer. It is therefore unsafe to depend on this checksum for end-to-end delivery guarantees. Additionally, message format v2 does not include a record-level checksum (for performance, the record checksum was replaced with a batch checksum). To maintain compatibility, a partial checksum computed from the record timestamp, serialized key size, and serialized value size is returned instead, but this should not be depended on for end-to-end reliability.
checksum() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumerRecord
Deprecated.
checksum() - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumerRecord
Deprecated.
checkSync() - Method in class io.vertx.json.schema.common.BaseMutableStateValidator
 
checkSync() - Method in class io.vertx.json.schema.common.RecursiveRefSchema
 
checkValid(V) - Method in interface io.vertx.ext.auth.authentication.Credentials
Implementors should override this method to perform validation.
checkValid(V) - Method in class io.vertx.ext.auth.authentication.TokenCredentials
 
checkValid(V) - Method in class io.vertx.ext.auth.authentication.UsernamePasswordCredentials
 
checkValid(V) - Method in class io.vertx.ext.auth.htdigest.HtdigestCredentials
 
checkValid(V) - Method in class io.vertx.ext.auth.oauth2.Oauth2Credentials
 
checkValid(V) - Method in class io.vertx.ext.auth.webauthn.WebAuthnCredentials
 
childEvent(CuratorFramework, PathChildrenCacheEvent) - Method in class io.vertx.spi.cluster.zookeeper.ZookeeperClusterManager
 
chmod(String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
Change the permissions on the file represented by path to perms, asynchronously.
chmod(String, String) - Method in interface io.vertx.core.file.FileSystem
Like FileSystem.chmod(String, String, Handler) but returns a Future of the asynchronous result
chmod(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.file.FileSystem
Change the permissions on the file represented by path to perms, asynchronously.
chmod(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
Change the permissions on the file represented by path to perms, asynchronously.
chmod(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Change the permissions on the file represented by path to perms, asynchronously.
chmod(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
Change the permissions on the file represented by path to perms, asynchronously.
chmodBlocking(String, String) - Method in interface io.vertx.core.file.FileSystem
chmodBlocking(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
chmodBlocking(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
chmodRecursive(String, String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
Change the permissions on the file represented by path to perms, asynchronously.
chmodRecursive(String, String, String) - Method in interface io.vertx.core.file.FileSystem
Like FileSystem.chmodRecursive(String, String, String, Handler) but returns a Future of the asynchronous result
chmodRecursive(String, String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.file.FileSystem
Change the permissions on the file represented by path to perms, asynchronously.
chmodRecursive(String, String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
Change the permissions on the file represented by path to perms, asynchronously.
chmodRecursive(String, String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Change the permissions on the file represented by path to perms, asynchronously.
chmodRecursive(String, String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
Change the permissions on the file represented by path to perms, asynchronously.
chmodRecursiveBlocking(String, String, String) - Method in interface io.vertx.core.file.FileSystem
chmodRecursiveBlocking(String, String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
chmodRecursiveBlocking(String, String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
choices - Variable in class io.vertx.core.cli.Option
if the option value has to be in a definited set, this field represents the set of values.
chown(String, String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
Change the ownership on the file represented by path to user and {code group}, asynchronously.
chown(String, String, String) - Method in interface io.vertx.core.file.FileSystem
Like FileSystem.chown(String, String, String, Handler) but returns a Future of the asynchronous result
chown(String, String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.file.FileSystem
Change the ownership on the file represented by path to user and {code group}, asynchronously.
chown(String, String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
Change the ownership on the file represented by path to user and {code group}, asynchronously.
chown(String, String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Change the ownership on the file represented by path to user and {code group}, asynchronously.
chown(String, String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
Change the ownership on the file represented by path to user and {code group}, asynchronously.
chownBlocking(String, String, String) - Method in interface io.vertx.core.file.FileSystem
chownBlocking(String, String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
Blocking version of
chownBlocking(String, String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
Blocking version of
CHUNKED - Static variable in interface io.vertx.core.http.HttpHeaders
chunked header value
CHUNKED - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
chunked header value
CHUNKED - Static variable in class io.vertx.rxjava.core.http.HttpHeaders
chunked header value
Circle - Class in io.vertx.pgclient.data
Circle data type in Postgres represented by a center Point and radius.
Circle() - Constructor for class io.vertx.pgclient.data.Circle
 
Circle(Point, double) - Constructor for class io.vertx.pgclient.data.Circle
 
CircuitBreaker - Interface in io.vertx.circuitbreaker
An implementation of the circuit breaker pattern for Vert.x
CircuitBreaker - Class in io.vertx.reactivex.circuitbreaker
An implementation of the circuit breaker pattern for Vert.x

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

CircuitBreaker(CircuitBreaker) - Constructor for class io.vertx.reactivex.circuitbreaker.CircuitBreaker
 
CircuitBreaker(Object) - Constructor for class io.vertx.reactivex.circuitbreaker.CircuitBreaker
 
CircuitBreaker - Class in io.vertx.rxjava.circuitbreaker
An implementation of the circuit breaker pattern for Vert.x

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

CircuitBreaker(CircuitBreaker) - Constructor for class io.vertx.rxjava.circuitbreaker.CircuitBreaker
 
CircuitBreaker(Object) - Constructor for class io.vertx.rxjava.circuitbreaker.CircuitBreaker
 
CircuitBreakerOptions - Class in io.vertx.circuitbreaker
Circuit breaker configuration options.
CircuitBreakerOptions() - Constructor for class io.vertx.circuitbreaker.CircuitBreakerOptions
Creates a new instance of CircuitBreakerOptions using the default values.
CircuitBreakerOptions(CircuitBreakerOptions) - Constructor for class io.vertx.circuitbreaker.CircuitBreakerOptions
Creates a new instance of CircuitBreakerOptions by copying the other instance.
CircuitBreakerOptions(JsonObject) - Constructor for class io.vertx.circuitbreaker.CircuitBreakerOptions
Creates a new instance of CircuitBreakerOptions from the given json object.
CircuitBreakerOptionsConverter - Class in io.vertx.circuitbreaker
Converter and mapper for CircuitBreakerOptions.
CircuitBreakerOptionsConverter() - Constructor for class io.vertx.circuitbreaker.CircuitBreakerOptionsConverter
 
CircuitBreakerState - Enum in io.vertx.circuitbreaker
Circuit breaker states.
claimKey() - Method in interface io.vertx.ext.auth.oauth2.authorization.ScopeAuthorization
Returns the configured claim key.
claimKey() - Method in class io.vertx.reactivex.ext.auth.oauth2.authorization.ScopeAuthorization
Returns the configured claim key.
claimKey() - Method in class io.vertx.rxjava.ext.auth.oauth2.authorization.ScopeAuthorization
Returns the configured claim key.
classBlock(RunNotifier) - Method in class io.vertx.ext.unit.junit.VertxUnitRunnerWithParameters
 
classHeader(PrintWriter) - Method in class io.vertx.serviceproxy.generator.GeneratorUtils
 
classifier() - Method in class io.vertx.maven.MavenCoords
 
ClassLoaderUtils - Class in io.vertx.servicediscovery.utils
 
ClassLoaderUtils() - Constructor for class io.vertx.servicediscovery.utils.ClassLoaderUtils
 
className(ProxyModel) - Method in class io.vertx.ext.web.api.service.generator.WebApiProxyHandlerGen
 
className(ProxyModel) - Method in class io.vertx.serviceproxy.generator.ServiceProxyHandlerGen
 
clear() - Method in class io.vertx.core.json.JsonArray
Remove all entries from the JSON array
clear() - Method in class io.vertx.core.json.JsonObject
Remove all the entries in this JSON object
clear() - Method in interface io.vertx.core.MultiMap
Removes all
clear(Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.shareddata.AsyncMap
Clear all entries in the map
clear() - Method in interface io.vertx.core.shareddata.AsyncMap
Same as AsyncMap.clear(Handler) but returns a Future of the asynchronous result
clear() - Method in interface io.vertx.core.shareddata.LocalMap
Clear all entries in the map
clear(String) - Method in interface io.vertx.ext.auth.authorization.Authorizations
 
clear() - Method in interface io.vertx.ext.auth.authorization.Authorizations
 
clear() - Method in interface io.vertx.ext.web.Router
Remove all the routes from this router
clear(Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.web.sstore.SessionStore
Remove all sessions from the store.
clear() - Method in interface io.vertx.ext.web.sstore.SessionStore
 
clear() - Method in class io.vertx.reactivex.core.MultiMap
Removes all
clear(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
Clear all entries in the map
clear() - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
Clear all entries in the map
clear() - Method in class io.vertx.reactivex.core.shareddata.LocalMap
Clear all entries in the map
clear(String) - Method in class io.vertx.reactivex.ext.auth.authorization.Authorizations
 
clear() - Method in class io.vertx.reactivex.ext.auth.authorization.Authorizations
 
clear() - Method in class io.vertx.reactivex.ext.web.Router
Remove all the routes from this router
clear(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.web.sstore.SessionStore
Remove all sessions from the store.
clear() - Method in class io.vertx.reactivex.ext.web.sstore.SessionStore
Remove all sessions from the store.
clear() - Method in class io.vertx.reactivex.sqlclient.Tuple
 
clear() - Method in class io.vertx.rxjava.core.MultiMap
Removes all
clear(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
Clear all entries in the map
clear() - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
Clear all entries in the map
clear() - Method in class io.vertx.rxjava.core.shareddata.LocalMap
Clear all entries in the map
clear(String) - Method in class io.vertx.rxjava.ext.auth.authorization.Authorizations
 
clear() - Method in class io.vertx.rxjava.ext.auth.authorization.Authorizations
 
clear() - Method in class io.vertx.rxjava.ext.web.Router
Remove all the routes from this router
clear(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
Remove all sessions from the store.
clear() - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
Remove all sessions from the store.
clear() - Method in class io.vertx.rxjava.sqlclient.Tuple
 
clear() - Method in interface io.vertx.sqlclient.Tuple
 
clearAuthorities() - Method in class io.vertx.serviceproxy.ServiceJWTInterceptor
Deprecated.
Clear the current set of authorities.
clearCache() - Method in class io.vertx.ext.auth.AbstractUser
Deprecated.
 
clearCache() - Method in interface io.vertx.ext.auth.User
Deprecated.
This method will be removed. Use Authorizations.clear()
clearCache() - Method in class io.vertx.ext.web.common.template.CachingTemplateEngine
 
clearCache() - Method in interface io.vertx.ext.web.common.template.TemplateEngine
Clears any internal caches used by this engine.
clearCache() - Method in class io.vertx.reactivex.ext.auth.User
Deprecated.
clearCache() - Method in class io.vertx.reactivex.ext.web.common.template.TemplateEngine
Clears any internal caches used by this engine.
clearCache() - Method in class io.vertx.rxjava.ext.auth.User
Deprecated.
clearCache() - Method in class io.vertx.rxjava.ext.web.common.template.TemplateEngine
Clears any internal caches used by this engine.
clearContext() - Static method in class io.vertx.tracing.opentracing.OpenTracingUtil
Remove any active span on the context.
clearUser() - Method in interface io.vertx.ext.web.RoutingContext
Clear the current user object in the context.
clearUser() - Method in class io.vertx.reactivex.ext.web.RoutingContext
Clear the current user object in the context.
clearUser() - Method in class io.vertx.rxjava.ext.web.RoutingContext
Clear the current user object in the context.
CLI - Interface in io.vertx.core.cli
Interface defining a command-line interface (in other words a command such as 'run', 'ls'...).
cli() - Method in interface io.vertx.core.cli.CommandLine
 
cli() - Method in class io.vertx.core.spi.launcher.ExecutionContext
 
cli() - Method in class io.vertx.ext.shell.command.AnnotatedCommand
 
cli() - Method in class io.vertx.ext.shell.command.base.Echo
 
cli() - Method in interface io.vertx.ext.shell.command.Command
 
CLI - Class in io.vertx.reactivex.core.cli
Interface defining a command-line interface (in other words a command such as 'run', 'ls'...).
CLI(CLI) - Constructor for class io.vertx.reactivex.core.cli.CLI
 
CLI(Object) - Constructor for class io.vertx.reactivex.core.cli.CLI
 
cli() - Method in class io.vertx.reactivex.core.cli.CommandLine
 
cli() - Method in class io.vertx.reactivex.ext.shell.command.Command
 
CLI - Class in io.vertx.rxjava.core.cli
Interface defining a command-line interface (in other words a command such as 'run', 'ls'...).
CLI(CLI) - Constructor for class io.vertx.rxjava.core.cli.CLI
 
CLI(Object) - Constructor for class io.vertx.rxjava.core.cli.CLI
 
cli() - Method in class io.vertx.rxjava.core.cli.CommandLine
 
cli() - Method in class io.vertx.rxjava.ext.shell.command.Command
 
CLIConfigurator - Class in io.vertx.core.cli.annotations
Class responsible for defining CLI using annotations and injecting values extracted by the parser.
CLIConfigurator() - Constructor for class io.vertx.core.cli.annotations.CLIConfigurator
 
CLIENT - Static variable in class io.vertx.reactivex.redis.client.Command
 
client(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command client.
client(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command client.
CLIENT - Static variable in interface io.vertx.redis.client.Command
 
client(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command client.
client(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command client.
CLIENT - Static variable in class io.vertx.rxjava.redis.client.Command
 
client(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command client.
client(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command client.
ClientAuth - Enum in io.vertx.core.http
Configures the engine to require/request client authentication.
ClientCalls - Class in io.vertx.grpc.stub
 
clientId() - Method in interface io.vertx.mqtt.MqttClient
 
clientId() - Method in class io.vertx.reactivex.mqtt.MqttClient
 
clientId() - Method in class io.vertx.rxjava.mqtt.MqttClient
 
clientIdentifier() - Method in interface io.vertx.mqtt.MqttEndpoint
 
clientIdentifier() - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
 
clientIdentifier() - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
 
ClientMetrics<M,T,Req,Resp> - Interface in io.vertx.core.spi.metrics
The client metrics SPI that Vert.x will use to call when client events occur.

ClientOptionsBase - Class in io.vertx.core.net
Base class for Client options
ClientOptionsBase() - Constructor for class io.vertx.core.net.ClientOptionsBase
Default constructor
ClientOptionsBase(ClientOptionsBase) - Constructor for class io.vertx.core.net.ClientOptionsBase
Copy constructor
ClientOptionsBase(JsonObject) - Constructor for class io.vertx.core.net.ClientOptionsBase
Create options from some JSON
ClientOptionsBaseConverter - Class in io.vertx.core.net
Converter and mapper for ClientOptionsBase.
ClientOptionsBaseConverter() - Constructor for class io.vertx.core.net.ClientOptionsBaseConverter
 
CLIException - Exception in io.vertx.core.cli
High level exception thrown when an issue in the command line processing occurs.
CLIException(String) - Constructor for exception io.vertx.core.cli.CLIException
Creates a new instance of CLIException.
CLIException(String, Exception) - Constructor for exception io.vertx.core.cli.CLIException
Creates a new instance of CLIException.
CliToken - Interface in io.vertx.ext.shell.cli
A parsed token in the command line interface.
CliToken - Class in io.vertx.reactivex.ext.shell.cli
A parsed token in the command line interface.
CliToken(CliToken) - Constructor for class io.vertx.reactivex.ext.shell.cli.CliToken
 
CliToken(Object) - Constructor for class io.vertx.reactivex.ext.shell.cli.CliToken
 
CliToken - Class in io.vertx.rxjava.ext.shell.cli
A parsed token in the command line interface.
CliToken(CliToken) - Constructor for class io.vertx.rxjava.ext.shell.cli.CliToken
 
CliToken(Object) - Constructor for class io.vertx.rxjava.ext.shell.cli.CliToken
 
clone() - Method in interface io.vertx.ext.auth.AuthOptions
Deprecated.
 
clone() - Method in class io.vertx.ext.auth.jdbc.JDBCAuthOptions
Deprecated.
 
clone() - Method in class io.vertx.ext.auth.mongo.MongoAuthOptions
Deprecated.
 
clone() - Method in class io.vertx.ext.auth.shiro.ShiroAuthOptions
Deprecated.
 
cloneAclToken(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.ext.consul.ConsulClient
Clone Acl token
cloneAclToken(String) - Method in interface io.vertx.ext.consul.ConsulClient
Like ConsulClient.cloneAclToken(String, Handler) but returns a Future of the asynchronous result.
cloneAclToken(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Clone Acl token
cloneAclToken(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Clone Acl token
cloneAclToken(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Clone Acl token
cloneAclToken(String) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Clone Acl token
close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.amqp.AmqpClient
Closes the client.
close() - Method in interface io.vertx.amqp.AmqpClient
Like AmqpClient.close(Handler) but returns a Future of the asynchronous result
close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.amqp.AmqpConnection
Closes the AMQP connection, i.e.
close() - Method in interface io.vertx.amqp.AmqpConnection
Like AmqpConnection.close(Handler) but returns a Future of the asynchronous result
close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.amqp.AmqpReceiver
Closes the receiver.
close() - Method in interface io.vertx.amqp.AmqpReceiver
Like AmqpReceiver.close(Handler) but returns a Future of the asynchronous result
close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.amqp.AmqpSender
Closes the sender.
close() - Method in interface io.vertx.amqp.AmqpSender
Like AmqpSender.close(Handler) but returns a Future of the asynchronous result
close() - Method in interface io.vertx.cassandra.CassandraClient
Like CassandraClient.close(Handler) but returns a Future of the asynchronous result.
close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.cassandra.CassandraClient
Closes this client.
close() - Method in interface io.vertx.circuitbreaker.CircuitBreaker
Closes the circuit breaker.
close() - Method in interface io.vertx.config.ConfigRetriever
Closes the retriever.
close() - Method in class io.vertx.config.consul.ConsulConfigStore
 
close() - Method in class io.vertx.config.git.GitConfigStore
 
close() - Method in class io.vertx.config.kubernetes.ConfigMapStore
 
close() - Method in class io.vertx.config.redis.RedisConfigStore
 
close(Handler<Void>) - Method in interface io.vertx.config.spi.ConfigStore
Deprecated.
implement ConfigStore.close() instead
close() - Method in interface io.vertx.config.spi.ConfigStore
Closes the configuration store.
close() - Method in class io.vertx.config.vault.client.SlimVaultClient
Closes the client.
close() - Method in class io.vertx.config.vault.VaultConfigStore
 
close() - Method in class io.vertx.config.zookeeper.ZookeeperConfigStore
 
close(Promise<Void>) - Method in interface io.vertx.core.Closeable
Close this resource, the completion promise must be notified when the operation has completed.
close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.datagram.DatagramSocket
Closes the DatagramSocket implementation asynchronous and notifies the handler once done.
close() - Method in interface io.vertx.core.datagram.DatagramSocket
Closes the DatagramSocket.
close() - Method in interface io.vertx.core.eventbus.MessageProducer
Closes the producer, this method should be called when the message producer is not used anymore.
close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.eventbus.MessageProducer
Same as MessageProducer.close() but with an handler called when the operation completes
close() - Method in interface io.vertx.core.file.AsyncFile
Close the file.
close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.AsyncFile
Close the file.
close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.http.HttpClient
Close the client.
close() - Method in interface io.vertx.core.http.HttpClient
Like HttpClient.close(Handler) but returns a Future of the asynchronous result
close() - Method in interface io.vertx.core.http.HttpConnection
Like HttpConnection.close(Handler) but returns a Future of the asynchronous result
close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.http.HttpConnection
Close the connection and all the currently active streams.
CLOSE - Static variable in interface io.vertx.core.http.HttpHeaders
close header value
close() - Method in interface io.vertx.core.http.HttpServer
Close the server.
close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.http.HttpServer
Like HttpServer.close() but supplying a handler that will be called when the server is actually closed (or has failed).
close() - Method in interface io.vertx.core.http.HttpServerResponse
Close the underlying TCP connection corresponding to the request.
close() - Method in interface io.vertx.core.http.ServerWebSocket
Close the WebSocket sending the default close frame.
close() - Method in interface io.vertx.core.http.WebSocketBase
Close the WebSocket sending the default close frame.
close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.http.WebSocketBase
Same as WebSocketBase.close() but with an handler called when the operation completes
close(short) - Method in interface io.vertx.core.http.WebSocketBase
Close the WebSocket sending a close frame with specified status code.
close(short, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.http.WebSocketBase
Same as WebSocketBase.close(short) but with an handler called when the operation completes
close(short, String) - Method in interface io.vertx.core.http.WebSocketBase
Close sending a close frame with specified status code and reason.
close(short, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.http.WebSocketBase
Same as WebSocketBase.close(short, String) but with an handler called when the operation completes
close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.net.NetClient
Close the client.
close() - Method in interface io.vertx.core.net.NetClient
Like NetClient.close(Handler) but returns a Future of the asynchronous result
close() - Method in interface io.vertx.core.net.NetServer
Close the server.
close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.net.NetServer
Like NetServer.close() but supplying a handler that will be notified when close is complete.
close() - Method in interface io.vertx.core.net.NetSocket
Close the NetSocket
close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.net.NetSocket
Close the NetSocket and notify the handler when the operation completes.
close() - Method in interface io.vertx.core.shareddata.LocalMap
Close and release the map
close() - Method in interface io.vertx.core.spi.metrics.Metrics
Used to close out the metrics, for example when an http server/client has been closed.

No specific thread and context can be expected when this method is called.

close(Handler<Void>) - Method in interface io.vertx.core.spi.resolver.ResolverProvider
 
close() - Method in interface io.vertx.core.spi.tracing.VertxTracer
Close the tracer.
close() - Method in interface io.vertx.core.spi.VerticleFactory
Close the factory.
close() - Method in interface io.vertx.core.streams.Pipe
Close the pipe.
close() - Method in interface io.vertx.core.Vertx
Stop the the Vertx instance and release any resources held by it.
close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.Vertx
Like Vertx.close() but the completionHandler will be called when the close is complete
close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.WorkerExecutor
Close the executor.
close() - Method in interface io.vertx.core.WorkerExecutor
Like WorkerExecutor.close(Handler) but returns a Future of the asynchronous result
close() - Method in class io.vertx.ext.auth.PRNG
 
close() - Method in interface io.vertx.ext.auth.VertxContextPRNG
stop seeding the PRNG
close() - Method in interface io.vertx.ext.consul.ConsulClient
Close the client and release its resources
close() - Method in class io.vertx.ext.dropwizard.reporters.JmxReporter
Stops the reporter.
close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.eventbus.bridge.tcp.TcpEventBusBridge
Close the current socket.
close() - Method in interface io.vertx.ext.eventbus.bridge.tcp.TcpEventBusBridge
Close the current socket.
close(DataSource) - Method in interface io.vertx.ext.jdbc.spi.DataSourceProvider
 
close() - Method in interface io.vertx.ext.mail.MailClient
close the MailClient
close() - Method in interface io.vertx.ext.mongo.MongoClient
Like MongoClient.close(Handler) but returns a Future of the asynchronous result
close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.mongo.MongoClient
Close the client and release its resources
close() - Method in interface io.vertx.ext.mongo.MongoGridFsClient
Close the client and release its resources
close() - Method in interface io.vertx.ext.reactivestreams.ReactiveWriteStream
Close the stream
close() - Method in interface io.vertx.ext.shell.Shell
Close the shell.
close() - Method in interface io.vertx.ext.shell.ShellServer
Close the shell server, this is an asynchronous close.
close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.shell.ShellServer
Close the shell server, this is an asynchronous close.
close(Handler<Void>) - Method in interface io.vertx.ext.shell.system.JobController
Close the controller and terminate all the underlying jobs, a closed controller does not accept anymore jobs.
close() - Method in interface io.vertx.ext.shell.system.JobController
Close the shell session and terminate all the underlying jobs.
close() - Method in interface io.vertx.ext.shell.term.Term
Close the connection to terminal.
close() - Method in interface io.vertx.ext.shell.term.TermServer
Close the server.
close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.shell.term.TermServer
Like TermServer.close() but supplying a handler that will be notified when close is complete.
close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.sql.SQLClient
Close the client and release all resources.
close() - Method in interface io.vertx.ext.sql.SQLClient
Close the client
close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.sql.SQLConnection
Closes the connection.
close() - Method in interface io.vertx.ext.sql.SQLConnection
Closes the connection.
close() - Method in interface io.vertx.ext.sql.SQLRowStream
Closes the stream/underlying cursor(s).
close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.sql.SQLRowStream
Closes the stream/underlying cursor(s).
close() - Method in interface io.vertx.ext.stomp.StompClient
Closes the client.
close() - Method in interface io.vertx.ext.stomp.StompClientConnection
Closes the connection without sending the DISCONNECT frame.
close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.stomp.StompServer
Closes the server.
close() - Method in interface io.vertx.ext.stomp.StompServer
Closes the server.
close() - Method in interface io.vertx.ext.stomp.StompServerConnection
Closes the connection with the client.
close() - Method in interface io.vertx.ext.web.client.WebClient
Close the client.
close() - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
Close it
close(int, String) - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
Close it giving a status code and reason.
close() - Method in interface io.vertx.ext.web.sstore.SessionStore
Close the store
close() - Method in class io.vertx.junit5.ScopedObject
 
close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.kafka.admin.KafkaAdminClient
Close the admin client
close() - Method in interface io.vertx.kafka.admin.KafkaAdminClient
Like KafkaAdminClient.close(Handler) but returns a Future of the asynchronous result
close(long, Handler<AsyncResult<Void>>) - Method in interface io.vertx.kafka.admin.KafkaAdminClient
Close the admin client
close(long) - Method in interface io.vertx.kafka.admin.KafkaAdminClient
Like KafkaAdminClient.close(long, Handler) but returns a Future of the asynchronous result
close() - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
Close the consumer
close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
Close the consumer
close() - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
Close the stream
close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
Close the stream
close() - Method in interface io.vertx.kafka.client.producer.KafkaProducer
Close the producer
close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.kafka.client.producer.KafkaProducer
Close the producer
close(long) - Method in interface io.vertx.kafka.client.producer.KafkaProducer
Like KafkaProducer.close(long, Handler) but returns a Future of the asynchronous result
close(long, Handler<AsyncResult<Void>>) - Method in interface io.vertx.kafka.client.producer.KafkaProducer
Close the producer
close() - Method in interface io.vertx.kafka.client.producer.KafkaWriteStream
Close the stream
close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.kafka.client.producer.KafkaWriteStream
Close the stream
close(long, Handler<AsyncResult<Void>>) - Method in interface io.vertx.kafka.client.producer.KafkaWriteStream
Close the stream
close(long) - Method in interface io.vertx.kafka.client.producer.KafkaWriteStream
Like KafkaWriteStream.close(long, Handler) but returns a Future of the asynchronous result
close() - Method in class io.vertx.kafka.client.serialization.BufferDeserializer
 
close() - Method in class io.vertx.kafka.client.serialization.BufferSerializer
 
close() - Method in class io.vertx.kafka.client.serialization.JsonArrayDeserializer
 
close() - Method in class io.vertx.kafka.client.serialization.JsonArraySerializer
 
close() - Method in class io.vertx.kafka.client.serialization.JsonObjectDeserializer
 
close() - Method in class io.vertx.kafka.client.serialization.JsonObjectSerializer
 
close() - Method in class io.vertx.lang.groovy.GroovyVerticleFactory
 
close() - Method in interface io.vertx.micrometer.backends.BackendRegistry
 
close() - Method in class io.vertx.micrometer.backends.InfluxDbBackendRegistry
 
close() - Method in class io.vertx.micrometer.backends.JmxBackendRegistry
 
close() - Method in enum io.vertx.micrometer.backends.NoopBackendRegistry
 
close() - Method in class io.vertx.micrometer.backends.PrometheusBackendRegistry
 
close() - Method in interface io.vertx.mqtt.MqttEndpoint
Close the endpoint, so the connection with remote MQTT client
close() - Method in interface io.vertx.mqtt.MqttServer
Close the server.
close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.mqtt.MqttServer
Close the server supplying an handler that will be called when the server is actually closed (or has failed).
close() - Method in interface io.vertx.pgclient.pubsub.PgSubscriber
Like PgSubscriber.close(Handler) but with a future of the result
close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.pgclient.pubsub.PgSubscriber
Close the subscriber, the retry policy will not be invoked.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.amqp.AmqpClient
Closes the client.
close() - Method in class io.vertx.reactivex.amqp.AmqpClient
Closes the client.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.amqp.AmqpConnection
Closes the AMQP connection, i.e.
close() - Method in class io.vertx.reactivex.amqp.AmqpConnection
Closes the AMQP connection, i.e.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.amqp.AmqpReceiver
Closes the receiver.
close() - Method in class io.vertx.reactivex.amqp.AmqpReceiver
Closes the receiver.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.amqp.AmqpSender
Closes the sender.
close() - Method in class io.vertx.reactivex.amqp.AmqpSender
Closes the sender.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.cassandra.CassandraClient
Closes this client.
close() - Method in class io.vertx.reactivex.cassandra.CassandraClient
Closes this client.
close() - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
Closes the circuit breaker.
close() - Method in class io.vertx.reactivex.config.ConfigRetriever
Closes the retriever.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Closes the DatagramSocket implementation asynchronous and notifies the handler once done.
close() - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Closes the DatagramSocket implementation asynchronous and notifies the handler once done.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.eventbus.MessageProducer
Same as MessageProducer.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
close() - Method in class io.vertx.reactivex.core.eventbus.MessageProducer
Same as MessageProducer.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.file.AsyncFile
Close the file.
close() - Method in class io.vertx.reactivex.core.file.AsyncFile
Close the file.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.HttpClient
Close the client.
close() - Method in class io.vertx.reactivex.core.http.HttpClient
Close the client.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.HttpConnection
Close the connection and all the currently active streams.
close() - Method in class io.vertx.reactivex.core.http.HttpConnection
Close the connection and all the currently active streams.
CLOSE - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
close header value
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.HttpServer
Like HttpServer.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but supplying a handler that will be called when the server is actually closed (or has failed).
close() - Method in class io.vertx.reactivex.core.http.HttpServer
Like HttpServer.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but supplying a handler that will be called when the server is actually closed (or has failed).
close() - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Close the underlying TCP connection corresponding to the request.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Same as ServerWebSocket.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
close() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Same as ServerWebSocket.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
close(short, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Same as WebSocketBase.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
close(short) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Same as WebSocketBase.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
close(short, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Same as but with an handler called when the operation completes
close(short, String) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Same as but with an handler called when the operation completes
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.WebSocket
Same as WebSocketBase.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
close() - Method in class io.vertx.reactivex.core.http.WebSocket
Same as WebSocketBase.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
close(short, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.WebSocket
Same as WebSocketBase.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
close(short) - Method in class io.vertx.reactivex.core.http.WebSocket
Same as WebSocketBase.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
close(short, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.WebSocket
Same as but with an handler called when the operation completes
close(short, String) - Method in class io.vertx.reactivex.core.http.WebSocket
Same as but with an handler called when the operation completes
close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
Same as WebSocketBase.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
close() - Method in interface io.vertx.reactivex.core.http.WebSocketBase
Same as WebSocketBase.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
close(short, Handler<AsyncResult<Void>>) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
Same as WebSocketBase.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
close(short) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
Same as WebSocketBase.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
close(short, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
Same as but with an handler called when the operation completes
close(short, String) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
Same as but with an handler called when the operation completes
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.net.NetClient
Close the client.
close() - Method in class io.vertx.reactivex.core.net.NetClient
Close the client.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.net.NetServer
Like NetServer.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but supplying a handler that will be notified when close is complete.
close() - Method in class io.vertx.reactivex.core.net.NetServer
Like NetServer.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but supplying a handler that will be notified when close is complete.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.net.NetSocket
Close the NetSocket and notify the handler when the operation completes.
close() - Method in class io.vertx.reactivex.core.net.NetSocket
Close the NetSocket and notify the handler when the operation completes.
close() - Method in class io.vertx.reactivex.core.shareddata.LocalMap
Close and release the map
close() - Method in class io.vertx.reactivex.core.streams.Pipe
Close the pipe.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.Vertx
Like Vertx.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but the completionHandler will be called when the close is complete
close() - Method in class io.vertx.reactivex.core.Vertx
Like Vertx.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but the completionHandler will be called when the close is complete
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.WorkerExecutor
Close the executor.
close() - Method in class io.vertx.reactivex.core.WorkerExecutor
Close the executor.
close() - Method in class io.vertx.reactivex.ext.auth.VertxContextPRNG
stop seeding the PRNG
close() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Close the client and release its resources
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.TcpEventBusBridge
Close the current socket.
close() - Method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.TcpEventBusBridge
Close the current socket.
close() - Method in class io.vertx.reactivex.ext.mail.MailClient
close the MailClient
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Close the client and release its resources
close() - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Close the client and release its resources
close() - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
Close the client and release its resources
close() - Method in class io.vertx.reactivex.ext.shell.Shell
Close the shell.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.shell.ShellServer
Close the shell server, this is an asynchronous close.
close() - Method in class io.vertx.reactivex.ext.shell.ShellServer
Close the shell server, this is an asynchronous close.
close(Handler<Void>) - Method in class io.vertx.reactivex.ext.shell.system.JobController
Close the controller and terminate all the underlying jobs, a closed controller does not accept anymore jobs.
close() - Method in class io.vertx.reactivex.ext.shell.system.JobController
Close the shell session and terminate all the underlying jobs.
close() - Method in class io.vertx.reactivex.ext.shell.term.Term
Close the connection to terminal.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.shell.term.TermServer
Like TermServer.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but supplying a handler that will be notified when close is complete.
close() - Method in class io.vertx.reactivex.ext.shell.term.TermServer
Like TermServer.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but supplying a handler that will be notified when close is complete.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.sql.SQLClient
Close the client and release all resources.
close() - Method in class io.vertx.reactivex.ext.sql.SQLClient
Close the client
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Closes the connection.
close() - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Closes the connection.
close() - Method in class io.vertx.reactivex.ext.sql.SQLRowStream
Closes the stream/underlying cursor(s).
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.sql.SQLRowStream
Closes the stream/underlying cursor(s).
close() - Method in class io.vertx.reactivex.ext.stomp.StompClient
Closes the client.
close() - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Closes the connection without sending the DISCONNECT frame.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.stomp.StompServer
Closes the server.
close() - Method in class io.vertx.reactivex.ext.stomp.StompServer
Closes the server.
close() - Method in class io.vertx.reactivex.ext.stomp.StompServerConnection
Closes the connection with the client.
close() - Method in class io.vertx.reactivex.ext.web.client.WebClient
Close the client.
close() - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
Close it
close(int, String) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
Close it giving a status code and reason.
close() - Method in class io.vertx.reactivex.ext.web.sstore.SessionStore
Close the store
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
Close the admin client
close() - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
Close the admin client
close(long, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
Close the admin client
close(long) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
Close the admin client
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Close the consumer
close() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Close the consumer
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
Close the producer
close() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
Close the producer
close(long, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
Close the producer
close(long) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
Close the producer
close() - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
Close the endpoint, so the connection with remote MQTT client
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.mqtt.MqttServer
Close the server supplying an handler that will be called when the server is actually closed (or has failed).
close() - Method in class io.vertx.reactivex.mqtt.MqttServer
Close the server supplying an handler that will be called when the server is actually closed (or has failed).
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.pgclient.pubsub.PgSubscriber
Close the subscriber, the retry policy will not be invoked.
close() - Method in class io.vertx.reactivex.pgclient.pubsub.PgSubscriber
Close the subscriber, the retry policy will not be invoked.
close() - Method in class io.vertx.reactivex.redis.client.Redis
Closes the client and terminates any connection.
close() - Method in class io.vertx.reactivex.redis.client.RedisAPI
 
close() - Method in class io.vertx.reactivex.redis.client.RedisConnection
Closes the connection or returns to the pool.
close() - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
Closes the service discovery
close(Handler<Void>) - Method in class io.vertx.reactivex.servicediscovery.spi.ServiceExporter
Close the exporter
close(Handler<Void>) - Method in class io.vertx.reactivex.servicediscovery.spi.ServiceImporter
Closes the importer
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.sqlclient.Cursor
Like Cursor.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with a completionHandler called when the cursor has been released.
close() - Method in class io.vertx.reactivex.sqlclient.Cursor
Like Cursor.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with a completionHandler called when the cursor has been released.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.sqlclient.Pool
Close the pool and release the associated resources.
close() - Method in class io.vertx.reactivex.sqlclient.Pool
Close the pool and release the associated resources.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.sqlclient.PreparedStatement
close() - Method in class io.vertx.reactivex.sqlclient.PreparedStatement
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.sqlclient.RowStream
Close the stream and release the resources.
close() - Method in class io.vertx.reactivex.sqlclient.RowStream
Close the stream and release the resources.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.sqlclient.SqlClient
Close the client and release the associated resources.
close() - Method in class io.vertx.reactivex.sqlclient.SqlClient
Close the client and release the associated resources.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.sqlclient.SqlConnection
Close the current connection after all the pending commands have been processed.
close() - Method in class io.vertx.reactivex.sqlclient.SqlConnection
Close the current connection after all the pending commands have been processed.
close() - Method in interface io.vertx.redis.client.Redis
Closes the client and terminates any connection.
close() - Method in interface io.vertx.redis.client.RedisAPI
 
close() - Method in interface io.vertx.redis.client.RedisConnection
Closes the connection or returns to the pool.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.amqp.AmqpClient
Closes the client.
close() - Method in class io.vertx.rxjava.amqp.AmqpClient
Closes the client.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.amqp.AmqpConnection
Closes the AMQP connection, i.e.
close() - Method in class io.vertx.rxjava.amqp.AmqpConnection
Closes the AMQP connection, i.e.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.amqp.AmqpReceiver
Closes the receiver.
close() - Method in class io.vertx.rxjava.amqp.AmqpReceiver
Closes the receiver.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.amqp.AmqpSender
Closes the sender.
close() - Method in class io.vertx.rxjava.amqp.AmqpSender
Closes the sender.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.cassandra.CassandraClient
Closes this client.
close() - Method in class io.vertx.rxjava.cassandra.CassandraClient
Closes this client.
close() - Method in class io.vertx.rxjava.circuitbreaker.CircuitBreaker
Closes the circuit breaker.
close() - Method in class io.vertx.rxjava.config.ConfigRetriever
Closes the retriever.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Closes the DatagramSocket implementation asynchronous and notifies the handler once done.
close() - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Closes the DatagramSocket implementation asynchronous and notifies the handler once done.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.eventbus.MessageProducer
Same as MessageProducer.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
close() - Method in class io.vertx.rxjava.core.eventbus.MessageProducer
Same as MessageProducer.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.AsyncFile
Close the file.
close() - Method in class io.vertx.rxjava.core.file.AsyncFile
Close the file.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.http.HttpClient
Close the client.
close() - Method in class io.vertx.rxjava.core.http.HttpClient
Close the client.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.http.HttpConnection
Close the connection and all the currently active streams.
close() - Method in class io.vertx.rxjava.core.http.HttpConnection
Close the connection and all the currently active streams.
CLOSE - Static variable in class io.vertx.rxjava.core.http.HttpHeaders
close header value
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.http.HttpServer
Like HttpServer.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but supplying a handler that will be called when the server is actually closed (or has failed).
close() - Method in class io.vertx.rxjava.core.http.HttpServer
Like HttpServer.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but supplying a handler that will be called when the server is actually closed (or has failed).
close() - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Close the underlying TCP connection corresponding to the request.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
Same as ServerWebSocket.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
close() - Method in class io.vertx.rxjava.core.http.ServerWebSocket
Same as ServerWebSocket.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
close(short, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
Same as WebSocketBase.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
close(short) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
Same as WebSocketBase.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
close(short, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
Same as but with an handler called when the operation completes
close(short, String) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
Same as but with an handler called when the operation completes
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.http.WebSocket
Same as WebSocketBase.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
close() - Method in class io.vertx.rxjava.core.http.WebSocket
Same as WebSocketBase.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
close(short, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.http.WebSocket
Same as WebSocketBase.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
close(short) - Method in class io.vertx.rxjava.core.http.WebSocket
Same as WebSocketBase.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
close(short, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.http.WebSocket
Same as but with an handler called when the operation completes
close(short, String) - Method in class io.vertx.rxjava.core.http.WebSocket
Same as but with an handler called when the operation completes
close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
Same as WebSocketBase.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
close() - Method in interface io.vertx.rxjava.core.http.WebSocketBase
Same as WebSocketBase.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
close(short, Handler<AsyncResult<Void>>) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
Same as WebSocketBase.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
close(short) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
Same as WebSocketBase.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
close(short, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
Same as but with an handler called when the operation completes
close(short, String) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
Same as but with an handler called when the operation completes
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.net.NetClient
Close the client.
close() - Method in class io.vertx.rxjava.core.net.NetClient
Close the client.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.net.NetServer
Like NetServer.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but supplying a handler that will be notified when close is complete.
close() - Method in class io.vertx.rxjava.core.net.NetServer
Like NetServer.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but supplying a handler that will be notified when close is complete.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.net.NetSocket
Close the NetSocket and notify the handler when the operation completes.
close() - Method in class io.vertx.rxjava.core.net.NetSocket
Close the NetSocket and notify the handler when the operation completes.
close() - Method in class io.vertx.rxjava.core.shareddata.LocalMap
Close and release the map
close() - Method in class io.vertx.rxjava.core.streams.Pipe
Close the pipe.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.Vertx
Like Vertx.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but the completionHandler will be called when the close is complete
close() - Method in class io.vertx.rxjava.core.Vertx
Like Vertx.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but the completionHandler will be called when the close is complete
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.WorkerExecutor
Close the executor.
close() - Method in class io.vertx.rxjava.core.WorkerExecutor
Close the executor.
close() - Method in class io.vertx.rxjava.ext.auth.VertxContextPRNG
stop seeding the PRNG
close() - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Close the client and release its resources
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.eventbus.bridge.tcp.TcpEventBusBridge
Close the current socket.
close() - Method in class io.vertx.rxjava.ext.eventbus.bridge.tcp.TcpEventBusBridge
Close the current socket.
close() - Method in class io.vertx.rxjava.ext.mail.MailClient
close the MailClient
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Close the client and release its resources
close() - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Close the client and release its resources
close() - Method in class io.vertx.rxjava.ext.mongo.MongoGridFsClient
Close the client and release its resources
close() - Method in class io.vertx.rxjava.ext.shell.Shell
Close the shell.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.shell.ShellServer
Close the shell server, this is an asynchronous close.
close() - Method in class io.vertx.rxjava.ext.shell.ShellServer
Close the shell server, this is an asynchronous close.
close(Handler<Void>) - Method in class io.vertx.rxjava.ext.shell.system.JobController
Close the controller and terminate all the underlying jobs, a closed controller does not accept anymore jobs.
close() - Method in class io.vertx.rxjava.ext.shell.system.JobController
Close the shell session and terminate all the underlying jobs.
close() - Method in class io.vertx.rxjava.ext.shell.term.Term
Close the connection to terminal.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.shell.term.TermServer
Like TermServer.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but supplying a handler that will be notified when close is complete.
close() - Method in class io.vertx.rxjava.ext.shell.term.TermServer
Like TermServer.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but supplying a handler that will be notified when close is complete.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.sql.SQLClient
Close the client and release all resources.
close() - Method in class io.vertx.rxjava.ext.sql.SQLClient
Close the client
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Closes the connection.
close() - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Closes the connection.
close() - Method in class io.vertx.rxjava.ext.sql.SQLRowStream
Closes the stream/underlying cursor(s).
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.sql.SQLRowStream
Closes the stream/underlying cursor(s).
close() - Method in class io.vertx.rxjava.ext.stomp.StompClient
Closes the client.
close() - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Closes the connection without sending the DISCONNECT frame.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.stomp.StompServer
Closes the server.
close() - Method in class io.vertx.rxjava.ext.stomp.StompServer
Closes the server.
close() - Method in class io.vertx.rxjava.ext.stomp.StompServerConnection
Closes the connection with the client.
close() - Method in class io.vertx.rxjava.ext.web.client.WebClient
Close the client.
close() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
Close it
close(int, String) - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
Close it giving a status code and reason.
close() - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
Close the store
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.kafka.admin.KafkaAdminClient
Close the admin client
close() - Method in class io.vertx.rxjava.kafka.admin.KafkaAdminClient
Close the admin client
close(long, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.kafka.admin.KafkaAdminClient
Close the admin client
close(long) - Method in class io.vertx.rxjava.kafka.admin.KafkaAdminClient
Close the admin client
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Close the consumer
close() - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Close the consumer
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
Close the producer
close() - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
Close the producer
close(long, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
Close the producer
close(long) - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
Close the producer
close() - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
Close the endpoint, so the connection with remote MQTT client
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.mqtt.MqttServer
Close the server supplying an handler that will be called when the server is actually closed (or has failed).
close() - Method in class io.vertx.rxjava.mqtt.MqttServer
Close the server supplying an handler that will be called when the server is actually closed (or has failed).
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.pgclient.pubsub.PgSubscriber
Close the subscriber, the retry policy will not be invoked.
close() - Method in class io.vertx.rxjava.pgclient.pubsub.PgSubscriber
Close the subscriber, the retry policy will not be invoked.
close() - Method in class io.vertx.rxjava.redis.client.Redis
Closes the client and terminates any connection.
close() - Method in class io.vertx.rxjava.redis.client.RedisAPI
 
close() - Method in class io.vertx.rxjava.redis.client.RedisConnection
Closes the connection or returns to the pool.
close() - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
Closes the service discovery
close(Handler<Void>) - Method in class io.vertx.rxjava.servicediscovery.spi.ServiceExporter
Close the exporter
close(Handler<Void>) - Method in class io.vertx.rxjava.servicediscovery.spi.ServiceImporter
Closes the importer
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.sqlclient.Cursor
Like Cursor.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with a completionHandler called when the cursor has been released.
close() - Method in class io.vertx.rxjava.sqlclient.Cursor
Like Cursor.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with a completionHandler called when the cursor has been released.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.sqlclient.Pool
Close the pool and release the associated resources.
close() - Method in class io.vertx.rxjava.sqlclient.Pool
Close the pool and release the associated resources.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.sqlclient.PreparedStatement
close() - Method in class io.vertx.rxjava.sqlclient.PreparedStatement
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.sqlclient.RowStream
Close the stream and release the resources.
close() - Method in class io.vertx.rxjava.sqlclient.RowStream
Close the stream and release the resources.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.sqlclient.SqlClient
Close the client and release the associated resources.
close() - Method in class io.vertx.rxjava.sqlclient.SqlClient
Close the client and release the associated resources.
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.sqlclient.SqlConnection
Close the current connection after all the pending commands have been processed.
close() - Method in class io.vertx.rxjava.sqlclient.SqlConnection
Close the current connection after all the pending commands have been processed.
close(Handler<Void>) - Method in class io.vertx.servicediscovery.consul.ConsulServiceImporter
 
close(Handler<Void>) - Method in class io.vertx.servicediscovery.docker.DockerLinksServiceImporter
 
close(Handler<Void>) - Method in class io.vertx.servicediscovery.kubernetes.KubernetesServiceImporter
 
close() - Method in interface io.vertx.servicediscovery.ServiceDiscovery
Closes the service discovery
close(Handler<Void>) - Method in interface io.vertx.servicediscovery.spi.ServiceExporter
Close the exporter
close(Handler<Void>) - Method in interface io.vertx.servicediscovery.spi.ServiceImporter
Closes the importer
close() - Method in class io.vertx.servicediscovery.types.AbstractServiceReference
close() - Method in class io.vertx.serviceproxy.ProxyHandler
 
close() - Method in interface io.vertx.sqlclient.Cursor
Release the cursor.
close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.sqlclient.Cursor
Like Cursor.close() but with a completionHandler called when the cursor has been released.
close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.sqlclient.Pool
Close the pool and release the associated resources.
close() - Method in interface io.vertx.sqlclient.PreparedStatement
Close the prepared query and release its resources.
close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.sqlclient.PreparedStatement
Like PreparedStatement.close() but notifies the completionHandler when it's closed.
close() - Method in interface io.vertx.sqlclient.RowStream
Close the stream and release the resources.
close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.sqlclient.RowStream
Close the stream and release the resources.
close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.sqlclient.SqlClient
Close the client and release the associated resources.
close() - Method in interface io.vertx.sqlclient.SqlClient
Like SqlClient.close(Handler) but returns a Future of the asynchronous result
close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.sqlclient.SqlConnection
Close the current connection after all the pending commands have been processed.
close() - Method in class io.vertx.tracing.opentracing.OpenTracingTracer
 
close() - Method in class io.vertx.tracing.zipkin.VertxSender
 
close() - Method in class io.vertx.tracing.zipkin.ZipkinTracer
 
Closeable - Interface in io.vertx.core
A closeable resource.
closed() - Method in interface io.vertx.core.http.HttpServerResponse
 
closed() - Method in interface io.vertx.pgclient.pubsub.PgSubscriber
 
closed() - Method in class io.vertx.reactivex.core.http.HttpServerResponse
 
closed() - Method in class io.vertx.reactivex.pgclient.pubsub.PgSubscriber
 
closed() - Method in class io.vertx.rxjava.core.http.HttpServerResponse
 
closed() - Method in class io.vertx.rxjava.pgclient.pubsub.PgSubscriber
 
closed - Variable in class io.vertx.serviceproxy.ProxyHandler
 
closeHandler(Handler<Void>) - Method in interface io.vertx.circuitbreaker.CircuitBreaker
Sets a Handler invoked when the circuit breaker state switches to close.
closeHandler(Handler<Void>) - Method in interface io.vertx.core.http.HttpConnection
Set a close handler.
closeHandler(Handler<Void>) - Method in interface io.vertx.core.http.HttpServerResponse
Set a close handler for the response, this is called when the underlying connection is closed and the response was still using the connection.
closeHandler(Handler<Void>) - Method in interface io.vertx.core.http.ServerWebSocket
 
closeHandler(Handler<Void>) - Method in interface io.vertx.core.http.WebSocket
 
closeHandler(Handler<Void>) - Method in interface io.vertx.core.http.WebSocketBase
Set a close handler.
closeHandler(Handler<Void>) - Method in interface io.vertx.core.net.NetSocket
Set a handler that will be called when the NetSocket is closed
closeHandler(Handler<Void>) - Method in interface io.vertx.db2client.DB2Connection
 
closeHandler(Handler<Void>) - Method in interface io.vertx.ext.shell.term.Term
Set a handler that will be called when the terminal is closed.
closeHandler(Handler<StompClientConnection>) - Method in interface io.vertx.ext.stomp.StompClientConnection
Sets a handler notified when the STOMP connection is closed.
closeHandler(Handler<StompServerConnection>) - Method in interface io.vertx.ext.stomp.StompServerHandler
Configures the action to execute when a connection with the client is closed.
closeHandler(Handler<Void>) - Method in interface io.vertx.mqtt.MqttClient
Set a handler that will be called when the connection with server is closed
closeHandler(Handler<Void>) - Method in interface io.vertx.mqtt.MqttEndpoint
Set a close handler.
closeHandler(Handler<Void>) - Method in interface io.vertx.mysqlclient.MySQLConnection
Set an handler called when the connection is closed.
closeHandler(Handler<Void>) - Method in interface io.vertx.pgclient.PgConnection
Set an handler called when the connection is closed.
closeHandler(Handler<Void>) - Method in interface io.vertx.pgclient.pubsub.PgSubscriber
Set an handler called when the subscriber is closed.
closeHandler(Handler<Void>) - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
Sets a invoked when the circuit breaker state switches to close.
closeHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.http.HttpConnection
Set a close handler.
closeHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Set a close handler for the response, this is called when the underlying connection is closed and the response was still using the connection.
closeHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
closeHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.http.WebSocket
 
closeHandler(Handler<Void>) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
Set a close handler.
closeHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.net.NetSocket
Set a handler that will be called when the NetSocket is closed
closeHandler(Handler<Void>) - Method in class io.vertx.reactivex.db2client.DB2Connection
 
closeHandler(Handler<Void>) - Method in class io.vertx.reactivex.ext.shell.term.Term
Set a handler that will be called when the terminal is closed.
closeHandler(Handler<StompClientConnection>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Sets a handler notified when the STOMP connection is closed.
closeHandler(Handler<StompServerConnection>) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
Configures the action to execute when a connection with the client is closed.
closeHandler(Handler<Void>) - Method in class io.vertx.reactivex.mqtt.MqttClient
Set a handler that will be called when the connection with server is closed
closeHandler(Handler<Void>) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
Set a close handler.
closeHandler(Handler<Void>) - Method in class io.vertx.reactivex.mysqlclient.MySQLConnection
 
closeHandler(Handler<Void>) - Method in class io.vertx.reactivex.pgclient.PgConnection
 
closeHandler(Handler<Void>) - Method in class io.vertx.reactivex.pgclient.pubsub.PgSubscriber
Set an handler called when the subscriber is closed.
closeHandler(Handler<Void>) - Method in class io.vertx.reactivex.sqlclient.SqlConnection
Set an handler called when the connection is closed.
closeHandler(Handler<Void>) - Method in class io.vertx.rxjava.circuitbreaker.CircuitBreaker
Sets a invoked when the circuit breaker state switches to close.
closeHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.http.HttpConnection
Set a close handler.
closeHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Set a close handler for the response, this is called when the underlying connection is closed and the response was still using the connection.
closeHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
closeHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.http.WebSocket
 
closeHandler(Handler<Void>) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
Set a close handler.
closeHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.net.NetSocket
Set a handler that will be called when the NetSocket is closed
closeHandler(Handler<Void>) - Method in class io.vertx.rxjava.db2client.DB2Connection
 
closeHandler(Handler<Void>) - Method in class io.vertx.rxjava.ext.shell.term.Term
Set a handler that will be called when the terminal is closed.
closeHandler(Handler<StompClientConnection>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Sets a handler notified when the STOMP connection is closed.
closeHandler(Handler<StompServerConnection>) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
Configures the action to execute when a connection with the client is closed.
closeHandler(Handler<Void>) - Method in class io.vertx.rxjava.mqtt.MqttClient
Set a handler that will be called when the connection with server is closed
closeHandler(Handler<Void>) - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
Set a close handler.
closeHandler(Handler<Void>) - Method in class io.vertx.rxjava.mysqlclient.MySQLConnection
 
closeHandler(Handler<Void>) - Method in class io.vertx.rxjava.pgclient.PgConnection
 
closeHandler(Handler<Void>) - Method in class io.vertx.rxjava.pgclient.pubsub.PgSubscriber
Set an handler called when the subscriber is closed.
closeHandler(Handler<Void>) - Method in class io.vertx.rxjava.sqlclient.SqlConnection
Set an handler called when the connection is closed.
closeHandler(Handler<Void>) - Method in interface io.vertx.sqlclient.SqlConnection
Set an handler called when the connection is closed.
closeReason() - Method in interface io.vertx.core.http.WebSocketBase
Returns the close reason message from the remote endpoint or null when not yet received.
closeReason() - Method in interface io.vertx.core.http.WebSocketFrame
 
closeReason() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Returns the close reason message from the remote endpoint or null when not yet received.
closeReason() - Method in class io.vertx.reactivex.core.http.WebSocket
Returns the close reason message from the remote endpoint or null when not yet received.
closeReason() - Method in interface io.vertx.reactivex.core.http.WebSocketBase
Returns the close reason message from the remote endpoint or null when not yet received.
closeReason() - Method in class io.vertx.reactivex.core.http.WebSocketFrame
 
closeReason() - Method in class io.vertx.rxjava.core.http.ServerWebSocket
Returns the close reason message from the remote endpoint or null when not yet received.
closeReason() - Method in class io.vertx.rxjava.core.http.WebSocket
Returns the close reason message from the remote endpoint or null when not yet received.
closeReason() - Method in interface io.vertx.rxjava.core.http.WebSocketBase
Returns the close reason message from the remote endpoint or null when not yet received.
closeReason() - Method in class io.vertx.rxjava.core.http.WebSocketFrame
 
closeStatusCode() - Method in interface io.vertx.core.http.WebSocketBase
Returns the close status code received from the remote endpoint or null when not yet received.
closeStatusCode() - Method in interface io.vertx.core.http.WebSocketFrame
 
closeStatusCode() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Returns the close status code received from the remote endpoint or null when not yet received.
closeStatusCode() - Method in class io.vertx.reactivex.core.http.WebSocket
Returns the close status code received from the remote endpoint or null when not yet received.
closeStatusCode() - Method in interface io.vertx.reactivex.core.http.WebSocketBase
Returns the close status code received from the remote endpoint or null when not yet received.
closeStatusCode() - Method in class io.vertx.reactivex.core.http.WebSocketFrame
 
closeStatusCode() - Method in class io.vertx.rxjava.core.http.ServerWebSocket
Returns the close status code received from the remote endpoint or null when not yet received.
closeStatusCode() - Method in class io.vertx.rxjava.core.http.WebSocket
Returns the close status code received from the remote endpoint or null when not yet received.
closeStatusCode() - Method in interface io.vertx.rxjava.core.http.WebSocketBase
Returns the close status code received from the remote endpoint or null when not yet received.
closeStatusCode() - Method in class io.vertx.rxjava.core.http.WebSocketFrame
 
CloudFoundryAuth - Interface in io.vertx.ext.auth.oauth2.providers
Simplified factory to create an OAuth2Auth for CloudFoundry UAA.
CloudFoundryAuth - Class in io.vertx.reactivex.ext.auth.oauth2.providers
Simplified factory to create an for CloudFoundry UAA.
CloudFoundryAuth(CloudFoundryAuth) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.CloudFoundryAuth
 
CloudFoundryAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.CloudFoundryAuth
 
CloudFoundryAuth - Class in io.vertx.rxjava.ext.auth.oauth2.providers
Simplified factory to create an for CloudFoundry UAA.
CloudFoundryAuth(CloudFoundryAuth) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.providers.CloudFoundryAuth
 
CloudFoundryAuth(Object) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.providers.CloudFoundryAuth
 
CLUSTER - Static variable in class io.vertx.reactivex.redis.client.Command
 
cluster(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command cluster.
cluster(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command cluster.
CLUSTER - Static variable in interface io.vertx.redis.client.Command
 
cluster(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command cluster.
cluster(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command cluster.
CLUSTER - Static variable in class io.vertx.rxjava.redis.client.Command
 
cluster(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command cluster.
cluster(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command cluster.
ClusterDescription - Class in io.vertx.kafka.admin
A detailed description of the cluster
ClusterDescription() - Constructor for class io.vertx.kafka.admin.ClusterDescription
Constructor
ClusterDescription(String, Node, List<Node>) - Constructor for class io.vertx.kafka.admin.ClusterDescription
Constructor
ClusterDescription(JsonObject) - Constructor for class io.vertx.kafka.admin.ClusterDescription
Constructor (from JSON representation)
ClusterDescriptionConverter - Class in io.vertx.kafka.admin
Converter and mapper for ClusterDescription.
ClusterDescriptionConverter() - Constructor for class io.vertx.kafka.admin.ClusterDescriptionConverter
 
ClusteredSessionStore - Interface in io.vertx.ext.web.sstore
A session store which stores sessions in a distributed map so they are available across the cluster.
ClusteredSessionStore - Class in io.vertx.reactivex.ext.web.sstore
A session store which stores sessions in a distributed map so they are available across the cluster.
ClusteredSessionStore(ClusteredSessionStore) - Constructor for class io.vertx.reactivex.ext.web.sstore.ClusteredSessionStore
 
ClusteredSessionStore(Object) - Constructor for class io.vertx.reactivex.ext.web.sstore.ClusteredSessionStore
 
ClusteredSessionStore - Class in io.vertx.rxjava.ext.web.sstore
A session store which stores sessions in a distributed map so they are available across the cluster.
ClusteredSessionStore(ClusteredSessionStore) - Constructor for class io.vertx.rxjava.ext.web.sstore.ClusteredSessionStore
 
ClusteredSessionStore(Object) - Constructor for class io.vertx.rxjava.ext.web.sstore.ClusteredSessionStore
 
clusteredVertx(VertxOptions, Handler<AsyncResult<Vertx>>) - Static method in interface io.vertx.core.Vertx
Creates a clustered instance using the specified options.
clusteredVertx(VertxOptions) - Static method in interface io.vertx.core.Vertx
Same as Vertx.clusteredVertx(VertxOptions, Handler) but with an handler called when the operation completes
clusteredVertx(VertxOptions, Handler<AsyncResult<Vertx>>) - Static method in class io.vertx.reactivex.core.Vertx
Creates a clustered instance using the specified options.
clusteredVertx(VertxOptions) - Static method in class io.vertx.reactivex.core.Vertx
Creates a clustered instance using the specified options.
clusteredVertx(VertxOptions, Handler<AsyncResult<Vertx>>) - Static method in class io.vertx.rxjava.core.Vertx
Creates a clustered instance using the specified options.
clusteredVertx(VertxOptions) - Static method in class io.vertx.rxjava.core.Vertx
Creates a clustered instance using the specified options.
ClusterHealthCheck - Interface in io.vertx.ext.cluster.infinispan
A helper to create Vert.x cluster HealthChecks procedures.
ClusterHealthCheck - Interface in io.vertx.spi.cluster.hazelcast
A helper to create Vert.x cluster HealthChecks procedures.
clusterHost() - Method in interface io.vertx.core.spi.cluster.ClusterManager
If the cluster manager has its own server for data/membership, this returns the host it is listening to.
clusterHost() - Method in class io.vertx.ext.cluster.infinispan.InfinispanClusterManager
 
clusterHost() - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
 
ClusterManager - Interface in io.vertx.core.spi.cluster
A cluster provider for Vert.x must implement this interface.
clusterPublicHost() - Method in interface io.vertx.core.spi.cluster.ClusterManager
If the cluster manager has its own server for data/membership, this returns the host it advertises to other nodes.
clusterPublicHost() - Method in class io.vertx.ext.cluster.infinispan.InfinispanClusterManager
 
clusterPublicHost() - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
 
cmd(Command) - Static method in class io.vertx.reactivex.redis.client.Request
 
cmd(Command) - Static method in interface io.vertx.redis.client.Request
 
cmd(Command) - Static method in class io.vertx.rxjava.redis.client.Request
 
code() - Method in class io.vertx.core.dns.DnsException
The DnsResponseCode which caused this DnsException to be created.
code() - Method in enum io.vertx.core.dns.DnsResponseCode
Returns the error code for this DnsResponseCode.
code() - Method in interface io.vertx.mqtt.messages.MqttConnAckMessage
 
code() - Method in class io.vertx.mqtt.MqttConnectionException
 
code() - Method in class io.vertx.mqtt.MqttException
 
code() - Method in class io.vertx.reactivex.mqtt.messages.MqttConnAckMessage
 
code() - Method in class io.vertx.rxjava.mqtt.messages.MqttConnAckMessage
 
CODEC - Static variable in class io.vertx.core.json.jackson.JacksonFactory
 
codec() - Method in class io.vertx.core.json.jackson.JacksonFactory
 
CODEC - Static variable in class io.vertx.core.json.Json
This will load the default codec.
codec() - Method in interface io.vertx.core.spi.JsonFactory
 
collecting(Collector<Row, ?, R>) - Method in interface io.vertx.sqlclient.PreparedQuery
Use the specified collector for collecting the query result to <R>.
collecting(Collector<Row, ?, R>) - Method in interface io.vertx.sqlclient.Query
Use the specified collector for collecting the query result to <R>.
collecting(Collector<Row, ?, U>) - Method in interface io.vertx.sqlclient.templates.SqlTemplate
Set a collector that will process the output and produce a custom result.
column(String) - Method in interface io.vertx.ext.sql.SQLRowStream
Will convert the column name to the json array index.
column(String) - Method in class io.vertx.reactivex.ext.sql.SQLRowStream
Will convert the column name to the json array index.
column(String) - Method in class io.vertx.rxjava.ext.sql.SQLRowStream
Will convert the column name to the json array index.
Column - Annotation Type in io.vertx.sqlclient.templates.annotations
Annotate a Vert.x data object property for custom configuration when it is mapped to a column.
columnDefinitions() - Method in interface io.vertx.cassandra.CassandraRowStream
Get the ColumnDefinitions provided by the backing ResultSet for this stream.
columnDefinitions() - Method in class io.vertx.reactivex.cassandra.CassandraRowStream
Get the provided by the backing ResultSet for this stream.
columnDefinitions() - Method in class io.vertx.rxjava.cassandra.CassandraRowStream
Get the provided by the backing ResultSet for this stream.
ColumnDescriptor - Class in io.vertx.reactivex.sqlclient.desc
 
ColumnDescriptor(ColumnDescriptor) - Constructor for class io.vertx.reactivex.sqlclient.desc.ColumnDescriptor
 
ColumnDescriptor(Object) - Constructor for class io.vertx.reactivex.sqlclient.desc.ColumnDescriptor
 
ColumnDescriptor - Class in io.vertx.rxjava.sqlclient.desc
 
ColumnDescriptor(ColumnDescriptor) - Constructor for class io.vertx.rxjava.sqlclient.desc.ColumnDescriptor
 
ColumnDescriptor(Object) - Constructor for class io.vertx.rxjava.sqlclient.desc.ColumnDescriptor
 
ColumnDescriptor - Interface in io.vertx.sqlclient.desc
 
columnDescriptors() - Method in class io.vertx.reactivex.sqlclient.SqlResult
Get the column descriptors in the SqlResult.
columnDescriptors() - Method in class io.vertx.rxjava.sqlclient.SqlResult
Get the column descriptors in the SqlResult.
columnDescriptors() - Method in interface io.vertx.sqlclient.SqlResult
Get the column descriptors in the SqlResult.
columns() - Method in interface io.vertx.ext.sql.SQLRowStream
Returns all column names available in the underlying resultset.
columns() - Method in class io.vertx.reactivex.ext.sql.SQLRowStream
Returns all column names available in the underlying resultset.
columns() - Method in class io.vertx.rxjava.ext.sql.SQLRowStream
Returns all column names available in the underlying resultset.
columnsNames() - Method in class io.vertx.reactivex.sqlclient.SqlResult
Get the names of columns in the SqlResult.
columnsNames() - Method in class io.vertx.rxjava.sqlclient.SqlResult
Get the names of columns in the SqlResult.
columnsNames() - Method in interface io.vertx.sqlclient.SqlResult
Get the names of columns in the SqlResult.
Command - Interface in io.vertx.core.spi.launcher
A plug-in to the Vert.x command or Launcher class.
command() - Method in class io.vertx.core.spi.launcher.ExecutionContext
 
Command - Interface in io.vertx.ext.shell.command
A Vert.x Shell command, it can be created from any language using the CommandBuilder.command(java.lang.String) or from a Java class using Command.create(io.vertx.core.Vertx, java.lang.Class<? extends io.vertx.ext.shell.command.AnnotatedCommand>)
command(String) - Static method in interface io.vertx.ext.shell.command.CommandBuilder
Create a new commmand builder, the command is responsible for managing the options and arguments via the arguments.
command(CLI) - Static method in interface io.vertx.ext.shell.command.CommandBuilder
Create a new commmand with its CLI descriptor.
Command - Enum in io.vertx.ext.stomp
The list of command defined by the STOMP specification.
Command - Class in io.vertx.reactivex.ext.shell.command
A Vert.x Shell command, it can be created from any language using the CommandBuilder.command(java.lang.String) or from a Java class using io.vertx.reactivex.ext.shell.command.Command#create

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

Command(Command) - Constructor for class io.vertx.reactivex.ext.shell.command.Command
 
Command(Object) - Constructor for class io.vertx.reactivex.ext.shell.command.Command
 
command(String) - Static method in class io.vertx.reactivex.ext.shell.command.CommandBuilder
Create a new commmand builder, the command is responsible for managing the options and arguments via the #args() arguments.
command(CLI) - Static method in class io.vertx.reactivex.ext.shell.command.CommandBuilder
Create a new commmand with its CLI descriptor.
Command - Class in io.vertx.reactivex.redis.client
Auto generated API Commands to interact with REDIS.
Command(Command) - Constructor for class io.vertx.reactivex.redis.client.Command
 
Command(Object) - Constructor for class io.vertx.reactivex.redis.client.Command
 
COMMAND - Static variable in class io.vertx.reactivex.redis.client.Command
 
command(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command command.
command(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command command.
command() - Method in class io.vertx.reactivex.redis.client.Request
Get the Command that is to be used by this request.
Command - Interface in io.vertx.redis.client
Auto generated API Commands to interact with REDIS.
COMMAND - Static variable in interface io.vertx.redis.client.Command
 
command(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command command.
command(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command command.
command() - Method in interface io.vertx.redis.client.Request
Get the Command that is to be used by this request.
Command - Class in io.vertx.rxjava.ext.shell.command
A Vert.x Shell command, it can be created from any language using the CommandBuilder.command(java.lang.String) or from a Java class using io.vertx.rxjava.ext.shell.command.Command#create

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

Command(Command) - Constructor for class io.vertx.rxjava.ext.shell.command.Command
 
Command(Object) - Constructor for class io.vertx.rxjava.ext.shell.command.Command
 
command(String) - Static method in class io.vertx.rxjava.ext.shell.command.CommandBuilder
Create a new commmand builder, the command is responsible for managing the options and arguments via the #args() arguments.
command(CLI) - Static method in class io.vertx.rxjava.ext.shell.command.CommandBuilder
Create a new commmand with its CLI descriptor.
Command - Class in io.vertx.rxjava.redis.client
Auto generated API Commands to interact with REDIS.
Command(Command) - Constructor for class io.vertx.rxjava.redis.client.Command
 
Command(Object) - Constructor for class io.vertx.rxjava.redis.client.Command
 
COMMAND - Static variable in class io.vertx.rxjava.redis.client.Command
 
command(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command command.
command(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command command.
command() - Method in class io.vertx.rxjava.redis.client.Request
Get the Command that is to be used by this request.
CommandBuilder - Interface in io.vertx.ext.shell.command
A build for Vert.x Shell command.
CommandBuilder - Class in io.vertx.reactivex.ext.shell.command
A build for Vert.x Shell command.
CommandBuilder(CommandBuilder) - Constructor for class io.vertx.reactivex.ext.shell.command.CommandBuilder
 
CommandBuilder(Object) - Constructor for class io.vertx.reactivex.ext.shell.command.CommandBuilder
 
CommandBuilder - Class in io.vertx.rxjava.ext.shell.command
A build for Vert.x Shell command.
CommandBuilder(CommandBuilder) - Constructor for class io.vertx.rxjava.ext.shell.command.CommandBuilder
 
CommandBuilder(Object) - Constructor for class io.vertx.rxjava.ext.shell.command.CommandBuilder
 
commandDecorator(Consumer<Runnable>) - Method in class io.vertx.grpc.VertxServerBuilder
Add a command decorator for the grpc calls.
CommandFactory<C extends Command> - Interface in io.vertx.core.spi.launcher
SPI Interface to provide a new Launcher command.
CommandFactoryLookup - Interface in io.vertx.core.spi.launcher
The interface to implement to look for commands.
CommandLine - Interface in io.vertx.core.cli
The parser transforms a CLI (a model) into an CommandLine.
commandLine() - Method in class io.vertx.core.spi.launcher.ExecutionContext
 
commandLine() - Method in interface io.vertx.ext.shell.command.CommandProcess
 
CommandLine - Class in io.vertx.reactivex.core.cli
The parser transforms a CLI (a model) into an CommandLine.
CommandLine(CommandLine) - Constructor for class io.vertx.reactivex.core.cli.CommandLine
 
CommandLine(Object) - Constructor for class io.vertx.reactivex.core.cli.CommandLine
 
commandLine() - Method in class io.vertx.reactivex.ext.shell.command.CommandProcess
 
CommandLine - Class in io.vertx.rxjava.core.cli
The parser transforms a CLI (a model) into an CommandLine.
CommandLine(CommandLine) - Constructor for class io.vertx.rxjava.core.cli.CommandLine
 
CommandLine(Object) - Constructor for class io.vertx.rxjava.core.cli.CommandLine
 
commandLine() - Method in class io.vertx.rxjava.ext.shell.command.CommandProcess
 
CommandProcess - Interface in io.vertx.ext.shell.command
The command process provides interaction with the process of the command provided by Vert.x Shell.
CommandProcess - Class in io.vertx.reactivex.ext.shell.command
The command process provides interaction with the process of the command provided by Vert.x Shell.
CommandProcess(CommandProcess) - Constructor for class io.vertx.reactivex.ext.shell.command.CommandProcess
 
CommandProcess(Object) - Constructor for class io.vertx.reactivex.ext.shell.command.CommandProcess
 
CommandProcess - Class in io.vertx.rxjava.ext.shell.command
The command process provides interaction with the process of the command provided by Vert.x Shell.
CommandProcess(CommandProcess) - Constructor for class io.vertx.rxjava.ext.shell.command.CommandProcess
 
CommandProcess(Object) - Constructor for class io.vertx.rxjava.ext.shell.command.CommandProcess
 
CommandRegistry - Interface in io.vertx.ext.shell.command
A registry that contains the commands known by a shell.

It is a mutable command resolver.

CommandRegistry - Class in io.vertx.reactivex.ext.shell.command
A registry that contains the commands known by a shell.

It is a mutable command resolver.

CommandRegistry(CommandRegistry) - Constructor for class io.vertx.reactivex.ext.shell.command.CommandRegistry
 
CommandRegistry(Object) - Constructor for class io.vertx.reactivex.ext.shell.command.CommandRegistry
 
CommandRegistry - Class in io.vertx.rxjava.ext.shell.command
A registry that contains the commands known by a shell.

It is a mutable command resolver.

CommandRegistry(CommandRegistry) - Constructor for class io.vertx.rxjava.ext.shell.command.CommandRegistry
 
CommandRegistry(Object) - Constructor for class io.vertx.rxjava.ext.shell.command.CommandRegistry
 
CommandResolver - Interface in io.vertx.ext.shell.command
A resolver for commands, so the shell can discover commands.
CommandResolver - Class in io.vertx.reactivex.ext.shell.command
A resolver for commands, so the shell can discover commands.
CommandResolver(CommandResolver) - Constructor for class io.vertx.reactivex.ext.shell.command.CommandResolver
 
CommandResolver(Object) - Constructor for class io.vertx.reactivex.ext.shell.command.CommandResolver
 
CommandResolver - Class in io.vertx.rxjava.ext.shell.command
A resolver for commands, so the shell can discover commands.
CommandResolver(CommandResolver) - Constructor for class io.vertx.rxjava.ext.shell.command.CommandResolver
 
CommandResolver(Object) - Constructor for class io.vertx.rxjava.ext.shell.command.CommandResolver
 
CommandResolverFactory - Interface in io.vertx.ext.shell.spi
The SPI interface for discovering commands.
commands() - Method in class io.vertx.ext.shell.command.base.BaseCommandPack
 
commands() - Method in interface io.vertx.ext.shell.command.CommandResolver
 
commands() - Method in class io.vertx.reactivex.ext.shell.command.CommandResolver
 
commands() - Method in class io.vertx.rxjava.ext.shell.command.CommandResolver
 
commaSeparatedArrayParser() - Static method in interface io.vertx.ext.web.validation.builder.Parsers
 
commaSeparatedObjectParser() - Static method in interface io.vertx.ext.web.validation.builder.Parsers
 
commaSeparatedTupleParser() - Static method in interface io.vertx.ext.web.validation.builder.Parsers
 
commit(Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.sql.SQLConnection
Commits all changes made since the previous commit/rollback.
commit(String) - Method in interface io.vertx.ext.stomp.StompClientConnection
Commits a transaction.
commit(String, Handler<AsyncResult<Frame>>) - Method in interface io.vertx.ext.stomp.StompClientConnection
Commits a transaction.
commit(String, Map<String, String>) - Method in interface io.vertx.ext.stomp.StompClientConnection
Commits a transaction.
commit(String, Map<String, String>, Handler<AsyncResult<Frame>>) - Method in interface io.vertx.ext.stomp.StompClientConnection
Commits a transaction.
commit() - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
Commit current offsets for all the subscribed list of topics and partition.
commit(Handler<AsyncResult<Void>>) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
Commit current offsets for all the subscribed list of topics and partition.
commit(Map<TopicPartition, OffsetAndMetadata>) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
Commit the specified offsets for the specified list of topics and partitions to Kafka.
commit(Map<TopicPartition, OffsetAndMetadata>, Handler<AsyncResult<Map<TopicPartition, OffsetAndMetadata>>>) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
Commit the specified offsets for the specified list of topics and partitions to Kafka.
commit() - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
Commit current offsets for all the subscribed list of topics and partition.
commit(Handler<AsyncResult<Map<TopicPartition, OffsetAndMetadata>>>) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
Commit current offsets for all the subscribed list of topics and partition.
commit(Map<TopicPartition, OffsetAndMetadata>) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
Commit the specified offsets for the specified list of topics and partitions to Kafka.
commit(Map<TopicPartition, OffsetAndMetadata>, Handler<AsyncResult<Map<TopicPartition, OffsetAndMetadata>>>) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
Commit the specified offsets for the specified list of topics and partitions to Kafka.
commit(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Commits all changes made since the previous commit/rollback.
commit() - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Commits all changes made since the previous commit/rollback.
commit(String, Handler<AsyncResult<Frame>>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Commits a transaction.
commit(String) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Commits a transaction.
commit(String, Map<String, String>, Handler<AsyncResult<Frame>>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Commits a transaction.
commit(String, Map<String, String>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Commits a transaction.
commit(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Commit current offsets for all the subscribed list of topics and partition.
commit() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Commit current offsets for all the subscribed list of topics and partition.
commit(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.sqlclient.Transaction
Like Transaction.commit(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) with an handler to be notified when the transaction commit has completed
commit() - Method in class io.vertx.reactivex.sqlclient.Transaction
Like Transaction.commit(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) with an handler to be notified when the transaction commit has completed
commit(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Commits all changes made since the previous commit/rollback.
commit() - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Commits all changes made since the previous commit/rollback.
commit(String, Handler<AsyncResult<Frame>>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Commits a transaction.
commit(String) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Commits a transaction.
commit(String, Map<String, String>, Handler<AsyncResult<Frame>>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Commits a transaction.
commit(String, Map<String, String>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Commits a transaction.
commit(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Commit current offsets for all the subscribed list of topics and partition.
commit() - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Commit current offsets for all the subscribed list of topics and partition.
commit(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.sqlclient.Transaction
Like Transaction.commit(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) with an handler to be notified when the transaction commit has completed
commit() - Method in class io.vertx.rxjava.sqlclient.Transaction
Like Transaction.commit(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) with an handler to be notified when the transaction commit has completed
commit() - Method in interface io.vertx.sqlclient.Transaction
Commit the current transaction.
commit(Handler<AsyncResult<Void>>) - Method in interface io.vertx.sqlclient.Transaction
Like Transaction.commit() with an handler to be notified when the transaction commit has completed
commitHandler(Handler<ServerFrame>) - Method in interface io.vertx.ext.stomp.StompServerHandler
Configures the action to execute when a COMMIT frame is received.
commitHandler(Handler<ServerFrame>) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
Configures the action to execute when a COMMIT frame is received.
commitHandler(Handler<ServerFrame>) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
Configures the action to execute when a COMMIT frame is received.
committed(TopicPartition, Handler<AsyncResult<OffsetAndMetadata>>) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
Get the last committed offset for the given partition (whether the commit happened by this process or another).
committed(TopicPartition) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
Like KafkaConsumer.committed(TopicPartition, Handler) but returns a Future of the asynchronous result
committed(TopicPartition, Handler<AsyncResult<OffsetAndMetadata>>) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
Get the last committed offset for the given partition (whether the commit happened by this process or another).
committed(TopicPartition) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
Like KafkaReadStream.committed(TopicPartition, Handler) but returns a Future of the asynchronous result
committed(TopicPartition, Handler<AsyncResult<OffsetAndMetadata>>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Get the last committed offset for the given partition (whether the commit happened by this process or another).
committed(TopicPartition) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Get the last committed offset for the given partition (whether the commit happened by this process or another).
committed(TopicPartition, Handler<AsyncResult<OffsetAndMetadata>>) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Get the last committed offset for the given partition (whether the commit happened by this process or another).
committed(TopicPartition) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Get the last committed offset for the given partition (whether the commit happened by this process or another).
commitTransaction(Handler<AsyncResult<Void>>) - Method in interface io.vertx.kafka.client.producer.KafkaProducer
Commits the ongoing transaction.
commitTransaction() - Method in interface io.vertx.kafka.client.producer.KafkaProducer
Like KafkaProducer.commitTransaction(Handler) but with a future of the result
commitTransaction(Handler<AsyncResult<Void>>) - Method in interface io.vertx.kafka.client.producer.KafkaWriteStream
Commits the ongoing transaction.
commitTransaction() - Method in interface io.vertx.kafka.client.producer.KafkaWriteStream
Like KafkaWriteStream.commitTransaction(Handler) but with a future of the result
commitTransaction(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
Commits the ongoing transaction.
commitTransaction() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
Commits the ongoing transaction.
commitTransaction(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
Commits the ongoing transaction.
commitTransaction() - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
Commits the ongoing transaction.
COMPARATOR - Static variable in enum io.vertx.json.schema.common.ValidatorPriority
 
compareAndSet(long, long, Handler<AsyncResult<Boolean>>) - Method in interface io.vertx.core.shareddata.Counter
Set the counter to the specified value only if the current value is the expectec value.
compareAndSet(long, long) - Method in interface io.vertx.core.shareddata.Counter
Same as Counter.compareAndSet(long, long, Handler) but returns a Future of the asynchronous result
compareAndSet(long, long, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.reactivex.core.shareddata.Counter
Set the counter to the specified value only if the current value is the expectec value.
compareAndSet(long, long) - Method in class io.vertx.reactivex.core.shareddata.Counter
Set the counter to the specified value only if the current value is the expectec value.
compareAndSet(long, long, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.rxjava.core.shareddata.Counter
Set the counter to the specified value only if the current value is the expectec value.
compareAndSet(long, long) - Method in class io.vertx.rxjava.core.shareddata.Counter
Set the counter to the specified value only if the current value is the expectec value.
ComparisonUtils - Class in io.vertx.json.schema.common
 
ComparisonUtils() - Constructor for class io.vertx.json.schema.common.ComparisonUtils
 
CompletableHelper - Class in io.vertx.reactivex
 
CompletableHelper() - Constructor for class io.vertx.reactivex.CompletableHelper
 
complete(T) - Method in interface io.vertx.core.Promise
Set the result.
complete() - Method in interface io.vertx.core.Promise
Calls complete(null)
complete(List<String>) - Method in interface io.vertx.ext.shell.cli.Completion
End the completion with a list of candidates, these candidates will be displayed by the shell on the console.
complete(String, boolean) - Method in interface io.vertx.ext.shell.cli.Completion
End the completion with a value that will be inserted to complete the line.
complete(Completion) - Method in class io.vertx.ext.shell.command.AnnotatedCommand
Perform command completion, when the command is done completing it should call Completion.complete(List) or Completion.complete(String, boolean) )} method to signal completion is done.
complete(Completion) - Method in class io.vertx.ext.shell.command.base.FileSystemCd
 
complete(Completion) - Method in class io.vertx.ext.shell.command.base.FileSystemLs
 
complete(Completion) - Method in interface io.vertx.ext.shell.command.Command
Perform command completion, when the command is done completing it should call Completion.complete(List) or Completion.complete(String, boolean) )} method to signal completion is done.
complete() - Method in interface io.vertx.ext.unit.Async
Signals the asynchronous operation is done, this method must be called with a count greater than 0, otherwise it throws an IllegalStateException to signal the error.
complete(T) - Method in class io.vertx.reactivex.core.Promise
Set the result.
complete() - Method in class io.vertx.reactivex.core.Promise
Calls complete(null)
complete(Boolean) - Method in class io.vertx.reactivex.ext.bridge.BaseBridgeEvent
Set the result.
complete(Boolean) - Method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.BridgeEvent
Set the result.
complete(List<String>) - Method in class io.vertx.reactivex.ext.shell.cli.Completion
End the completion with a list of candidates, these candidates will be displayed by the shell on the console.
complete(String, boolean) - Method in class io.vertx.reactivex.ext.shell.cli.Completion
End the completion with a value that will be inserted to complete the line.
complete(Completion) - Method in class io.vertx.reactivex.ext.shell.command.Command
Perform command completion, when the command is done completing it should call or )} method to signal completion is done.
complete() - Method in class io.vertx.reactivex.ext.unit.Async
Signals the asynchronous operation is done, this method must be called with a count greater than 0, otherwise it throws an IllegalStateException to signal the error.
complete(Object) - Method in class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSConnectionInitEvent
Set the result.
complete(Boolean) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.BridgeEvent
Set the result.
complete(T) - Method in class io.vertx.rxjava.core.Promise
Set the result.
complete() - Method in class io.vertx.rxjava.core.Promise
Calls complete(null)
complete(Boolean) - Method in class io.vertx.rxjava.ext.bridge.BaseBridgeEvent
Set the result.
complete(Boolean) - Method in class io.vertx.rxjava.ext.eventbus.bridge.tcp.BridgeEvent
Set the result.
complete(List<String>) - Method in class io.vertx.rxjava.ext.shell.cli.Completion
End the completion with a list of candidates, these candidates will be displayed by the shell on the console.
complete(String, boolean) - Method in class io.vertx.rxjava.ext.shell.cli.Completion
End the completion with a value that will be inserted to complete the line.
complete(Completion) - Method in class io.vertx.rxjava.ext.shell.command.Command
Perform command completion, when the command is done completing it should call or )} method to signal completion is done.
complete() - Method in class io.vertx.rxjava.ext.unit.Async
Signals the asynchronous operation is done, this method must be called with a count greater than 0, otherwise it throws an IllegalStateException to signal the error.
complete(Object) - Method in class io.vertx.rxjava.ext.web.handler.graphql.ApolloWSConnectionInitEvent
Set the result.
complete(Boolean) - Method in class io.vertx.rxjava.ext.web.handler.sockjs.BridgeEvent
Set the result.
completed() - Method in class io.vertx.junit5.VertxTestContext
Check if the context has completed.
completedWithJson(JsonObject) - Static method in class io.vertx.ext.web.api.OperationResponse
Deprecated.
 
completedWithJson(JsonArray) - Static method in class io.vertx.ext.web.api.OperationResponse
Deprecated.
 
completedWithJson(Buffer) - Static method in class io.vertx.ext.web.api.OperationResponse
Deprecated.
 
completedWithJson(JsonObject) - Static method in class io.vertx.ext.web.api.service.ServiceResponse
Creates a ServiceResponse with status code 200, status message OK, content type application/json and jsonObject as body
completedWithJson(JsonArray) - Static method in class io.vertx.ext.web.api.service.ServiceResponse
Creates a ServiceResponse with status code 200, status message OK, content type application/json and jsonArray as body
completedWithJson(Buffer) - Static method in class io.vertx.ext.web.api.service.ServiceResponse
Creates a ServiceResponse with status code 200, status message OK, content type application/json and json as body
completedWithPlainText(Buffer) - Static method in class io.vertx.ext.web.api.OperationResponse
Deprecated.
 
completedWithPlainText(Buffer) - Static method in class io.vertx.ext.web.api.service.ServiceResponse
Creates a ServiceResponse with status code 200, status message OK, content type text/plain and text as body
completeNow() - Method in class io.vertx.junit5.VertxTestContext
Complete the test context immediately, making the corresponding test pass.
completing() - Method in class io.vertx.junit5.VertxTestContext
Completion - Interface in io.vertx.ext.shell.cli
The completion object
Completion<T> - Interface in io.vertx.ext.unit
A completion object that emits completion notifications either succeeded or failed.
Completion - Class in io.vertx.reactivex.ext.shell.cli
The completion object

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

Completion(Completion) - Constructor for class io.vertx.reactivex.ext.shell.cli.Completion
 
Completion(Object) - Constructor for class io.vertx.reactivex.ext.shell.cli.Completion
 
Completion<T> - Class in io.vertx.reactivex.ext.unit
A completion object that emits completion notifications either succeeded or failed.
Completion(Completion) - Constructor for class io.vertx.reactivex.ext.unit.Completion
 
Completion(Object, TypeArg<T>) - Constructor for class io.vertx.reactivex.ext.unit.Completion
 
completion(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.sqlclient.Transaction
completion() - Method in class io.vertx.reactivex.sqlclient.Transaction
Completion - Class in io.vertx.rxjava.ext.shell.cli
The completion object

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

Completion(Completion) - Constructor for class io.vertx.rxjava.ext.shell.cli.Completion
 
Completion(Object) - Constructor for class io.vertx.rxjava.ext.shell.cli.Completion
 
Completion<T> - Class in io.vertx.rxjava.ext.unit
A completion object that emits completion notifications either succeeded or failed.
Completion(Completion) - Constructor for class io.vertx.rxjava.ext.unit.Completion
 
Completion(Object, TypeArg<T>) - Constructor for class io.vertx.rxjava.ext.unit.Completion
 
completion(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.sqlclient.Transaction
completion() - Method in class io.vertx.rxjava.sqlclient.Transaction
completion(Handler<AsyncResult<Void>>) - Method in interface io.vertx.sqlclient.Transaction
Like Transaction.completion() but with a callback
completion() - Method in interface io.vertx.sqlclient.Transaction
Return the transaction completion Future that succeeds when the transaction commits and fails with TransactionRollbackException when the transaction rolls back.
completionHandler(Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.eventbus.MessageConsumer
Optional method which can be called to indicate when the registration has been propagated across the cluster.
completionHandler(Handler<Completion>) - Method in interface io.vertx.ext.shell.command.CommandBuilder
Set the command completion handler, the completion handler when the user asks for contextual command line completion, usually hitting the tab key.
completionHandler(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.eventbus.MessageConsumer
Optional method which can be called to indicate when the registration has been propagated across the cluster.
completionHandler() - Method in class io.vertx.reactivex.core.eventbus.MessageConsumer
Optional method which can be called to indicate when the registration has been propagated across the cluster.
completionHandler(Handler<Completion>) - Method in class io.vertx.reactivex.ext.shell.command.CommandBuilder
Set the command completion handler, the completion handler when the user asks for contextual command line completion, usually hitting the tab key.
completionHandler(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.eventbus.MessageConsumer
Optional method which can be called to indicate when the registration has been propagated across the cluster.
completionHandler() - Method in class io.vertx.rxjava.core.eventbus.MessageConsumer
Optional method which can be called to indicate when the registration has been propagated across the cluster.
completionHandler(Handler<Completion>) - Method in class io.vertx.rxjava.ext.shell.command.CommandBuilder
Set the command completion handler, the completion handler when the user asks for contextual command line completion, usually hitting the tab key.
component() - Method in interface io.vertx.ext.web.MIMEHeader
Gets the parsed component part of the MIME.
component() - Method in class io.vertx.reactivex.ext.web.MIMEHeader
Gets the parsed component part of the MIME.
component() - Method in class io.vertx.rxjava.ext.web.MIMEHeader
Gets the parsed component part of the MIME.
compose(Function<T, Future<U>>) - Method in interface io.vertx.core.Future
Compose this future with a mapper function.
compose(Function<T, Future<U>>, Function<Throwable, Future<U>>) - Method in interface io.vertx.core.Future
Compose this future with a successMapper and failureMapper functions.
CompositeFuture - Interface in io.vertx.core
The composite future wraps a list of futures, it is useful when several futures needs to be coordinated.
compressorRegistry(CompressorRegistry) - Method in class io.vertx.grpc.VertxChannelBuilder
 
compressorRegistry(CompressorRegistry) - Method in class io.vertx.grpc.VertxServerBuilder
 
compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in interface io.vertx.core.shareddata.LocalMap
Attempts to compute a mapping for the specified key and its current mapped value (or null if there is no current mapping).
computeHash(String, String) - Method in interface io.vertx.ext.auth.jdbc.JDBCAuth
Deprecated.
Compute the hashed password given the unhashed password and the salt without nonce The implementation relays to the JDBCHashStrategy provided.
computeHash(String, String, int) - Method in interface io.vertx.ext.auth.jdbc.JDBCAuth
Deprecated.
Compute the hashed password given the unhashed password and the salt The implementation relays to the JDBCHashStrategy provided.
computeHash(String, String, int) - Method in interface io.vertx.ext.auth.jdbc.JDBCHashStrategy
Deprecated.
Compute the hashed password given the unhashed password and the salt
computeHash(String, User) - Method in interface io.vertx.ext.auth.mongo.HashStrategy
Deprecated.
Compute the hashed password given the unhashed password and the user
computeHash(String, String) - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuth
Deprecated.
computeHash(String, String, int) - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuth
Deprecated.
computeHash(String, String, int) - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCHashStrategy
Deprecated.
computeHash(String, User) - Method in class io.vertx.reactivex.ext.auth.mongo.HashStrategy
Deprecated.
computeHash(String, String) - Method in class io.vertx.rxjava.ext.auth.jdbc.JDBCAuth
Deprecated.
computeHash(String, String, int) - Method in class io.vertx.rxjava.ext.auth.jdbc.JDBCAuth
Deprecated.
computeHash(String, String, int) - Method in class io.vertx.rxjava.ext.auth.jdbc.JDBCHashStrategy
Deprecated.
computeHash(String, User) - Method in class io.vertx.rxjava.ext.auth.mongo.HashStrategy
Deprecated.
computeIfAbsent(K, Function<? super K, ? extends V>) - Method in interface io.vertx.core.shareddata.LocalMap
If the specified key is not already associated with a value (or is mapped to null), attempts to compute its value using the given mapping function and enters it into this map unless null.
computeIfAbsent(String, Function<String, Object>) - Method in interface io.vertx.ext.web.Session
Put some data in a session if absent.
computeIfAbsent(String, Function<String, Object>) - Method in class io.vertx.ext.web.sstore.AbstractSession
 
computeIfAbsent(String, Function<String, Object>) - Method in class io.vertx.reactivex.ext.web.Session
Put some data in a session if absent.
computeIfAbsent(String, Function<String, Object>) - Method in class io.vertx.rxjava.ext.web.Session
Put some data in a session if absent.
computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in interface io.vertx.core.shareddata.LocalMap
If the value for the specified key is present and non-null, attempts to compute a new mapping given the key and its current mapped value.
computeOptionsAndArguments(StringBuilder, List<Option>, List<Argument>) - Method in class io.vertx.core.cli.UsageMessageFormatter
Computes the help for the specified Options to the specified writer.
computePingPeriod(Frame.Heartbeat, Frame.Heartbeat) - Static method in class io.vertx.ext.stomp.Frame.Heartbeat
Computes the ping period.
computePongPeriod(Frame.Heartbeat, Frame.Heartbeat) - Static method in class io.vertx.ext.stomp.Frame.Heartbeat
Computes the pong period.
computeUsage(StringBuilder, String) - Method in class io.vertx.core.cli.UsageMessageFormatter
 
computeUsageLine(StringBuilder, String, CLI) - Method in class io.vertx.core.cli.UsageMessageFormatter
 
config() - Method in class io.vertx.core.AbstractVerticle
Get the configuration of the verticle.
config() - Method in interface io.vertx.core.Context
If the context is associated with a Verticle deployment, this returns the configuration that was specified when the verticle was deployed.
Config - Class in io.vertx.kafka.admin
A configuration object containing the configuration entries for a resource
Config() - Constructor for class io.vertx.kafka.admin.Config
Constructor
Config(List<ConfigEntry>) - Constructor for class io.vertx.kafka.admin.Config
Constructor
Config(JsonObject) - Constructor for class io.vertx.kafka.admin.Config
Constructor (from JSON representation)
config() - Method in class io.vertx.reactivex.core.Context
If the context is associated with a Verticle deployment, this returns the configuration that was specified when the verticle was deployed.
CONFIG - Static variable in class io.vertx.reactivex.redis.client.Command
 
config(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command config.
config(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command config.
CONFIG - Static variable in interface io.vertx.redis.client.Command
 
config(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command config.
config(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command config.
config() - Method in class io.vertx.rxjava.core.Context
If the context is associated with a Verticle deployment, this returns the configuration that was specified when the verticle was deployed.
CONFIG - Static variable in class io.vertx.rxjava.redis.client.Command
 
config(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command config.
config(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command config.
ConfigChange - Class in io.vertx.config
A structure representing a configuration change.
ConfigChange(JsonObject, JsonObject) - Constructor for class io.vertx.config.ConfigChange
Creates a new ConfigChange instance.
ConfigChange() - Constructor for class io.vertx.config.ConfigChange
Creates a new instance from ConfigChange using empty JSON Object for both the old and new configuration.
ConfigChange(ConfigChange) - Constructor for class io.vertx.config.ConfigChange
Creates a new instance of ConfigChange copying the values stored in the given object.
ConfigChange(JsonObject) - Constructor for class io.vertx.config.ConfigChange
Creates a new ConfigChange instance from the given JSON object.
ConfigConverter - Class in io.vertx.kafka.admin
Converter and mapper for Config.
ConfigConverter() - Constructor for class io.vertx.kafka.admin.ConfigConverter
 
ConfigEntry - Class in io.vertx.kafka.admin
A class representing a configuration entry containing name, value and additional metadata
ConfigEntry() - Constructor for class io.vertx.kafka.admin.ConfigEntry
Constructor
ConfigEntry(String, String) - Constructor for class io.vertx.kafka.admin.ConfigEntry
Constructor
ConfigEntry(JsonObject) - Constructor for class io.vertx.kafka.admin.ConfigEntry
Constructor (from JSON representation)
ConfigEntryConverter - Class in io.vertx.kafka.admin
Converter and mapper for ConfigEntry.
ConfigEntryConverter() - Constructor for class io.vertx.kafka.admin.ConfigEntryConverter
 
ConfigHelper - Class in io.vertx.spi.cluster.ignite.util
 
ConfigMapStore - Class in io.vertx.config.kubernetes
An implementation of configuration store reading config map from Kubernetes.
ConfigMapStore(Vertx, JsonObject) - Constructor for class io.vertx.config.kubernetes.ConfigMapStore
 
ConfigMapStoreFactory - Class in io.vertx.config.kubernetes
 
ConfigMapStoreFactory() - Constructor for class io.vertx.config.kubernetes.ConfigMapStoreFactory
 
configOptions() - Method in class io.vertx.ext.httpservicefactory.HttpServiceFactory
 
ConfigProcessor - Interface in io.vertx.config.spi
A processor transforms a chunk of configuration retrieved from a configuration store as a Buffer to a JsonObject.
ConfigResource - Class in io.vertx.kafka.client.common
A class representing resources that have configuration
ConfigResource() - Constructor for class io.vertx.kafka.client.common.ConfigResource
Constructor
ConfigResource(ConfigResource.Type, String) - Constructor for class io.vertx.kafka.client.common.ConfigResource
Constructor
ConfigResource(JsonObject) - Constructor for class io.vertx.kafka.client.common.ConfigResource
Constructor (from JSON representation)
ConfigResourceConverter - Class in io.vertx.kafka.client.common
Converter and mapper for ConfigResource.
ConfigResourceConverter() - Constructor for class io.vertx.kafka.client.common.ConfigResourceConverter
 
ConfigRetriever - Interface in io.vertx.config
Defines a configuration retriever that read configuration from ConfigStore and tracks changes periodically.
ConfigRetriever - Class in io.vertx.reactivex.config
Defines a configuration retriever that read configuration from and tracks changes periodically.
ConfigRetriever(ConfigRetriever) - Constructor for class io.vertx.reactivex.config.ConfigRetriever
 
ConfigRetriever(Object) - Constructor for class io.vertx.reactivex.config.ConfigRetriever
 
ConfigRetriever - Class in io.vertx.rxjava.config
Defines a configuration retriever that read configuration from and tracks changes periodically.
ConfigRetriever(ConfigRetriever) - Constructor for class io.vertx.rxjava.config.ConfigRetriever
 
ConfigRetriever(Object) - Constructor for class io.vertx.rxjava.config.ConfigRetriever
 
ConfigRetrieverOptions - Class in io.vertx.config
Options to configure the ConfigRetriever.
ConfigRetrieverOptions() - Constructor for class io.vertx.config.ConfigRetrieverOptions
 
ConfigRetrieverOptions(ConfigRetrieverOptions) - Constructor for class io.vertx.config.ConfigRetrieverOptions
 
ConfigRetrieverOptions(JsonObject) - Constructor for class io.vertx.config.ConfigRetrieverOptions
 
ConfigRetrieverOptionsConverter - Class in io.vertx.config
Converter and mapper for ConfigRetrieverOptions.
ConfigRetrieverOptionsConverter() - Constructor for class io.vertx.config.ConfigRetrieverOptionsConverter
 
ConfigStore - Interface in io.vertx.config.spi
Defines a configuration store.
ConfigStoreFactory - Interface in io.vertx.config.spi
Factory to create instances of ConfigStore.
ConfigStoreOptions - Class in io.vertx.config
Data object representing the configuration of a configuration store.
ConfigStoreOptions() - Constructor for class io.vertx.config.ConfigStoreOptions
 
ConfigStoreOptions(ConfigStoreOptions) - Constructor for class io.vertx.config.ConfigStoreOptions
 
ConfigStoreOptions(JsonObject) - Constructor for class io.vertx.config.ConfigStoreOptions
 
configStream() - Method in interface io.vertx.config.ConfigRetriever
 
configStream() - Method in class io.vertx.reactivex.config.ConfigRetriever
 
configStream() - Method in class io.vertx.rxjava.config.ConfigRetriever
 
ConfigSynonym - Class in io.vertx.kafka.admin
Class representing a configuration synonym of a ConfigEntry
ConfigSynonym() - Constructor for class io.vertx.kafka.admin.ConfigSynonym
Constructor
ConfigSynonym(String, String, ConfigEntry.ConfigSource) - Constructor for class io.vertx.kafka.admin.ConfigSynonym
Constructor
ConfigSynonym(JsonObject) - Constructor for class io.vertx.kafka.admin.ConfigSynonym
Constructor (from JSON representation)
ConfigSynonymConverter - Class in io.vertx.kafka.admin
Converter and mapper for ConfigSynonym.
ConfigSynonymConverter() - Constructor for class io.vertx.kafka.admin.ConfigSynonymConverter
 
configure(Map<String, ?>, boolean) - Method in class io.vertx.kafka.client.serialization.BufferDeserializer
 
configure(Map<String, ?>, boolean) - Method in class io.vertx.kafka.client.serialization.BufferSerializer
 
configure(Map<String, ?>, boolean) - Method in class io.vertx.kafka.client.serialization.JsonArrayDeserializer
 
configure(Map<String, ?>, boolean) - Method in class io.vertx.kafka.client.serialization.JsonArraySerializer
 
configure(Map<String, ?>, boolean) - Method in class io.vertx.kafka.client.serialization.JsonObjectDeserializer
 
configure(Map<String, ?>, boolean) - Method in class io.vertx.kafka.client.serialization.JsonObjectSerializer
 
configureHeartbeat(long, long, Handler<StompServerConnection>) - Method in interface io.vertx.ext.stomp.StompServerConnection
Configures the heartbeat.
configureHeartbeat(long, long, Handler<StompServerConnection>) - Method in class io.vertx.reactivex.ext.stomp.StompServerConnection
Configures the heartbeat.
configureHeartbeat(long, long, Handler<StompServerConnection>) - Method in class io.vertx.rxjava.ext.stomp.StompServerConnection
Configures the heartbeat.
ConfigUtil - Class in io.vertx.spi.cluster.hazelcast
 
confirmSelect(Handler<AsyncResult<Void>>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Enables publisher acknowledgements on this channel.
confirmSelect() - Method in interface io.vertx.rabbitmq.RabbitMQClient
Like RabbitMQClient.confirmSelect(Handler) but returns a Future of the asynchronous result
confirmSelect(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Enables publisher acknowledgements on this channel.
confirmSelect() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Enables publisher acknowledgements on this channel.
confirmSelect(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Enables publisher acknowledgements on this channel.
confirmSelect() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Enables publisher acknowledgements on this channel.
connect(Handler<AsyncResult<AmqpConnection>>) - Method in interface io.vertx.amqp.AmqpClient
Connects to the AMQP broker or router.
connect() - Method in interface io.vertx.amqp.AmqpClient
Like AmqpClient.connect(Handler) but returns a Future of the asynchronous result
connect(Handler<AsyncResult<HttpClientResponse>>) - Method in interface io.vertx.core.http.HttpClientRequest
Create an HTTP tunnel to the server.
connect() - Method in interface io.vertx.core.http.HttpClientRequest
Like HttpClientRequest.connect(Handler) but returns a Future of the asynchronous result
CONNECT - Static variable in class io.vertx.core.http.HttpMethod
The RFC 2616 CONNECT method, this instance is interned and uniquely used.
connect(int, String, Handler<AsyncResult<NetSocket>>) - Method in interface io.vertx.core.net.NetClient
Open a connection to a server at the specific port and host.
connect(int, String) - Method in interface io.vertx.core.net.NetClient
Like NetClient.connect(int, String, Handler) but returns a Future of the asynchronous result
connect(int, String, String, Handler<AsyncResult<NetSocket>>) - Method in interface io.vertx.core.net.NetClient
Open a connection to a server at the specific port and host.
connect(int, String, String) - Method in interface io.vertx.core.net.NetClient
Like NetClient.connect(int, String, String, Handler) but returns a Future of the asynchronous result
connect(SocketAddress, Handler<AsyncResult<NetSocket>>) - Method in interface io.vertx.core.net.NetClient
Open a connection to a server at the specific remoteAddress.
connect(SocketAddress) - Method in interface io.vertx.core.net.NetClient
Like NetClient.connect(SocketAddress, Handler) but returns a Future of the asynchronous result
connect(SocketAddress, String, Handler<AsyncResult<NetSocket>>) - Method in interface io.vertx.core.net.NetClient
Open a connection to a server at the specific remoteAddress.
connect(SocketAddress, String) - Method in interface io.vertx.core.net.NetClient
Like NetClient.connect(SocketAddress, String, Handler) but returns a Future of the asynchronous result
connect(Vertx, DB2ConnectOptions, Handler<AsyncResult<DB2Connection>>) - Static method in interface io.vertx.db2client.DB2Connection
Create a connection to DB2 server with the given connectOptions.
connect(Vertx, DB2ConnectOptions) - Static method in interface io.vertx.db2client.DB2Connection
Like DB2Connection.connect(Vertx, DB2ConnectOptions, Handler) but returns a Future of the asynchronous result
connect(Vertx, String, Handler<AsyncResult<DB2Connection>>) - Static method in interface io.vertx.db2client.DB2Connection
Like DB2Connection.connect(Vertx, DB2ConnectOptions, Handler) with options build from connectionUri.
connect(Vertx, String) - Static method in interface io.vertx.db2client.DB2Connection
Like DB2Connection.connect(Vertx, String, Handler) but returns a Future of the asynchronous result
connect(int, String, Handler<AsyncResult<StompClientConnection>>) - Method in interface io.vertx.ext.stomp.StompClient
Connects to the server.
connect(int, String) - Method in interface io.vertx.ext.stomp.StompClient
Like StompClient.connect(int, String, Handler) but returns a Future of the asynchronous result
connect(NetClient, Handler<AsyncResult<StompClientConnection>>) - Method in interface io.vertx.ext.stomp.StompClient
Connects to the server.
connect(NetClient) - Method in interface io.vertx.ext.stomp.StompClient
Like StompClient.connect(NetClient, Handler) but returns a Future of the asynchronous result
connect(int, String, NetClient, Handler<AsyncResult<StompClientConnection>>) - Method in interface io.vertx.ext.stomp.StompClient
Connects to the server.
connect(int, String, NetClient) - Method in interface io.vertx.ext.stomp.StompClient
Like StompClient.connect(int, String, NetClient, Handler) but returns a Future of the asynchronous result
connect(Handler<AsyncResult<StompClientConnection>>) - Method in interface io.vertx.ext.stomp.StompClient
Connects to the server using the host and port configured in the client's options.
connect() - Method in interface io.vertx.ext.stomp.StompClient
Like StompClient.connect(Handler) but returns a Future of the asynchronous result
connect() - Method in interface io.vertx.ext.web.Router
Add a route that matches any HTTP CONNECT request
connect(String) - Method in interface io.vertx.ext.web.Router
Add a route that matches a HTTP CONNECT request and the specified path
connect(int, String, Handler<AsyncResult<MqttConnAckMessage>>) - Method in interface io.vertx.mqtt.MqttClient
Connects to an MQTT server calling connectHandler after connection
connect(int, String) - Method in interface io.vertx.mqtt.MqttClient
Like MqttClient.connect(int, String, Handler) but returns a Future of the asynchronous result
connect(int, String, String, Handler<AsyncResult<MqttConnAckMessage>>) - Method in interface io.vertx.mqtt.MqttClient
Connects to an MQTT server calling connectHandler after connection
connect(int, String, String) - Method in interface io.vertx.mqtt.MqttClient
Like MqttClient.connect(int, String, String, Handler) but returns a Future of the asynchronous result
connect(Vertx, MySQLConnectOptions, Handler<AsyncResult<MySQLConnection>>) - Static method in interface io.vertx.mysqlclient.MySQLConnection
Create a connection to MySQL server with the given connectOptions.
connect(Vertx, MySQLConnectOptions) - Static method in interface io.vertx.mysqlclient.MySQLConnection
Like MySQLConnection.connect(Vertx, MySQLConnectOptions, Handler) but returns a Future of the asynchronous result
connect(Vertx, String, Handler<AsyncResult<MySQLConnection>>) - Static method in interface io.vertx.mysqlclient.MySQLConnection
Like MySQLConnection.connect(Vertx, MySQLConnectOptions, Handler) with options build from connectionUri.
connect(Vertx, String) - Static method in interface io.vertx.mysqlclient.MySQLConnection
Like MySQLConnection.connect(Vertx, String, Handler) but returns a Future of the asynchronous result
connect(Vertx, PgConnectOptions, Handler<AsyncResult<PgConnection>>) - Static method in interface io.vertx.pgclient.PgConnection
Connects to the database and returns the connection if that succeeds.
connect(Vertx, PgConnectOptions) - Static method in interface io.vertx.pgclient.PgConnection
Like PgConnection.connect(Vertx, PgConnectOptions, Handler) but returns a Future of the asynchronous result
connect(Vertx, Handler<AsyncResult<PgConnection>>) - Static method in interface io.vertx.pgclient.PgConnection
Like PgConnection.connect(Vertx, PgConnectOptions, Handler) with options build from the environment variables.
connect(Vertx) - Static method in interface io.vertx.pgclient.PgConnection
Like PgConnection.connect(Vertx, Handler) but returns a Future of the asynchronous result
connect(Vertx, String, Handler<AsyncResult<PgConnection>>) - Static method in interface io.vertx.pgclient.PgConnection
Like PgConnection.connect(Vertx, PgConnectOptions, Handler) with options build from connectionUri.
connect(Vertx, String) - Static method in interface io.vertx.pgclient.PgConnection
Like PgConnection.connect(Vertx, String, Handler) but returns a Future of the asynchronous result
connect() - Method in interface io.vertx.pgclient.pubsub.PgSubscriber
Like PgSubscriber.connect(Handler) but with a future of the result
connect(Handler<AsyncResult<Void>>) - Method in interface io.vertx.pgclient.pubsub.PgSubscriber
Connect the subscriber to Postgres.
connect(Handler<AsyncResult<AmqpConnection>>) - Method in class io.vertx.reactivex.amqp.AmqpClient
Connects to the AMQP broker or router.
connect() - Method in class io.vertx.reactivex.amqp.AmqpClient
Connects to the AMQP broker or router.
connect(Handler<AsyncResult<HttpClientResponse>>) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Create an HTTP tunnel to the server.
connect() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Create an HTTP tunnel to the server.
connect(int, String, Handler<AsyncResult<NetSocket>>) - Method in class io.vertx.reactivex.core.net.NetClient
Open a connection to a server at the specific port and host.
connect(int, String) - Method in class io.vertx.reactivex.core.net.NetClient
Open a connection to a server at the specific port and host.
connect(int, String, String, Handler<AsyncResult<NetSocket>>) - Method in class io.vertx.reactivex.core.net.NetClient
Open a connection to a server at the specific port and host.
connect(int, String, String) - Method in class io.vertx.reactivex.core.net.NetClient
Open a connection to a server at the specific port and host.
connect(SocketAddress, Handler<AsyncResult<NetSocket>>) - Method in class io.vertx.reactivex.core.net.NetClient
Open a connection to a server at the specific remoteAddress.
connect(SocketAddress) - Method in class io.vertx.reactivex.core.net.NetClient
Open a connection to a server at the specific remoteAddress.
connect(SocketAddress, String, Handler<AsyncResult<NetSocket>>) - Method in class io.vertx.reactivex.core.net.NetClient
Open a connection to a server at the specific remoteAddress.
connect(SocketAddress, String) - Method in class io.vertx.reactivex.core.net.NetClient
Open a connection to a server at the specific remoteAddress.
connect(Vertx, DB2ConnectOptions, Handler<AsyncResult<DB2Connection>>) - Static method in class io.vertx.reactivex.db2client.DB2Connection
Create a connection to DB2 server with the given connectOptions.
connect(Vertx, DB2ConnectOptions) - Static method in class io.vertx.reactivex.db2client.DB2Connection
Create a connection to DB2 server with the given connectOptions.
connect(Vertx, String, Handler<AsyncResult<DB2Connection>>) - Static method in class io.vertx.reactivex.db2client.DB2Connection
connect(Vertx, String) - Static method in class io.vertx.reactivex.db2client.DB2Connection
connect(int, String, Handler<AsyncResult<StompClientConnection>>) - Method in class io.vertx.reactivex.ext.stomp.StompClient
Connects to the server.
connect(int, String) - Method in class io.vertx.reactivex.ext.stomp.StompClient
Connects to the server.
connect(NetClient, Handler<AsyncResult<StompClientConnection>>) - Method in class io.vertx.reactivex.ext.stomp.StompClient
Connects to the server.
connect(NetClient) - Method in class io.vertx.reactivex.ext.stomp.StompClient
Connects to the server.
connect(int, String, NetClient, Handler<AsyncResult<StompClientConnection>>) - Method in class io.vertx.reactivex.ext.stomp.StompClient
Connects to the server.
connect(int, String, NetClient) - Method in class io.vertx.reactivex.ext.stomp.StompClient
Connects to the server.
connect(Handler<AsyncResult<StompClientConnection>>) - Method in class io.vertx.reactivex.ext.stomp.StompClient
Connects to the server using the host and port configured in the client's options.
connect() - Method in class io.vertx.reactivex.ext.stomp.StompClient
Connects to the server using the host and port configured in the client's options.
connect() - Method in class io.vertx.reactivex.ext.web.Router
Add a route that matches any HTTP CONNECT request
connect(String) - Method in class io.vertx.reactivex.ext.web.Router
Add a route that matches a HTTP CONNECT request and the specified path
connect(int, String, Handler<AsyncResult<MqttConnAckMessage>>) - Method in class io.vertx.reactivex.mqtt.MqttClient
Connects to an MQTT server calling connectHandler after connection
connect(int, String) - Method in class io.vertx.reactivex.mqtt.MqttClient
Connects to an MQTT server calling connectHandler after connection
connect(int, String, String, Handler<AsyncResult<MqttConnAckMessage>>) - Method in class io.vertx.reactivex.mqtt.MqttClient
Connects to an MQTT server calling connectHandler after connection
connect(int, String, String) - Method in class io.vertx.reactivex.mqtt.MqttClient
Connects to an MQTT server calling connectHandler after connection
connect(Vertx, MySQLConnectOptions, Handler<AsyncResult<MySQLConnection>>) - Static method in class io.vertx.reactivex.mysqlclient.MySQLConnection
Create a connection to MySQL server with the given connectOptions.
connect(Vertx, MySQLConnectOptions) - Static method in class io.vertx.reactivex.mysqlclient.MySQLConnection
Create a connection to MySQL server with the given connectOptions.
connect(Vertx, String, Handler<AsyncResult<MySQLConnection>>) - Static method in class io.vertx.reactivex.mysqlclient.MySQLConnection
connect(Vertx, String) - Static method in class io.vertx.reactivex.mysqlclient.MySQLConnection
connect(Vertx, PgConnectOptions, Handler<AsyncResult<PgConnection>>) - Static method in class io.vertx.reactivex.pgclient.PgConnection
Connects to the database and returns the connection if that succeeds.
connect(Vertx, PgConnectOptions) - Static method in class io.vertx.reactivex.pgclient.PgConnection
Connects to the database and returns the connection if that succeeds.
connect(Vertx, Handler<AsyncResult<PgConnection>>) - Static method in class io.vertx.reactivex.pgclient.PgConnection
connect(Vertx) - Static method in class io.vertx.reactivex.pgclient.PgConnection
connect(Vertx, String, Handler<AsyncResult<PgConnection>>) - Static method in class io.vertx.reactivex.pgclient.PgConnection
connect(Vertx, String) - Static method in class io.vertx.reactivex.pgclient.PgConnection
connect(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.pgclient.pubsub.PgSubscriber
Connect the subscriber to Postgres.
connect() - Method in class io.vertx.reactivex.pgclient.pubsub.PgSubscriber
Connect the subscriber to Postgres.
connect(Handler<AsyncResult<RedisConnection>>) - Method in class io.vertx.reactivex.redis.client.Redis
Connects to the redis server.
connect() - Method in class io.vertx.reactivex.redis.client.Redis
Connects to the redis server.
connect(Handler<AsyncResult<RedisConnection>>) - Method in interface io.vertx.redis.client.Redis
Connects to the redis server.
connect() - Method in interface io.vertx.redis.client.Redis
Connects to the redis server.
connect(Handler<AsyncResult<AmqpConnection>>) - Method in class io.vertx.rxjava.amqp.AmqpClient
Connects to the AMQP broker or router.
connect() - Method in class io.vertx.rxjava.amqp.AmqpClient
Connects to the AMQP broker or router.
connect(Handler<AsyncResult<HttpClientResponse>>) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
Create an HTTP tunnel to the server.
connect() - Method in class io.vertx.rxjava.core.http.HttpClientRequest
Create an HTTP tunnel to the server.
connect(int, String, Handler<AsyncResult<NetSocket>>) - Method in class io.vertx.rxjava.core.net.NetClient
Open a connection to a server at the specific port and host.
connect(int, String) - Method in class io.vertx.rxjava.core.net.NetClient
Open a connection to a server at the specific port and host.
connect(int, String, String, Handler<AsyncResult<NetSocket>>) - Method in class io.vertx.rxjava.core.net.NetClient
Open a connection to a server at the specific port and host.
connect(int, String, String) - Method in class io.vertx.rxjava.core.net.NetClient
Open a connection to a server at the specific port and host.
connect(SocketAddress, Handler<AsyncResult<NetSocket>>) - Method in class io.vertx.rxjava.core.net.NetClient
Open a connection to a server at the specific remoteAddress.
connect(SocketAddress) - Method in class io.vertx.rxjava.core.net.NetClient
Open a connection to a server at the specific remoteAddress.
connect(SocketAddress, String, Handler<AsyncResult<NetSocket>>) - Method in class io.vertx.rxjava.core.net.NetClient
Open a connection to a server at the specific remoteAddress.
connect(SocketAddress, String) - Method in class io.vertx.rxjava.core.net.NetClient
Open a connection to a server at the specific remoteAddress.
connect(Vertx, DB2ConnectOptions, Handler<AsyncResult<DB2Connection>>) - Static method in class io.vertx.rxjava.db2client.DB2Connection
Create a connection to DB2 server with the given connectOptions.
connect(Vertx, DB2ConnectOptions) - Static method in class io.vertx.rxjava.db2client.DB2Connection
Create a connection to DB2 server with the given connectOptions.
connect(Vertx, String, Handler<AsyncResult<DB2Connection>>) - Static method in class io.vertx.rxjava.db2client.DB2Connection
connect(Vertx, String) - Static method in class io.vertx.rxjava.db2client.DB2Connection
connect(int, String, Handler<AsyncResult<StompClientConnection>>) - Method in class io.vertx.rxjava.ext.stomp.StompClient
Connects to the server.
connect(int, String) - Method in class io.vertx.rxjava.ext.stomp.StompClient
Connects to the server.
connect(NetClient, Handler<AsyncResult<StompClientConnection>>) - Method in class io.vertx.rxjava.ext.stomp.StompClient
Connects to the server.
connect(NetClient) - Method in class io.vertx.rxjava.ext.stomp.StompClient
Connects to the server.
connect(int, String, NetClient, Handler<AsyncResult<StompClientConnection>>) - Method in class io.vertx.rxjava.ext.stomp.StompClient
Connects to the server.
connect(int, String, NetClient) - Method in class io.vertx.rxjava.ext.stomp.StompClient
Connects to the server.
connect(Handler<AsyncResult<StompClientConnection>>) - Method in class io.vertx.rxjava.ext.stomp.StompClient
Connects to the server using the host and port configured in the client's options.
connect() - Method in class io.vertx.rxjava.ext.stomp.StompClient
Connects to the server using the host and port configured in the client's options.
connect() - Method in class io.vertx.rxjava.ext.web.Router
Add a route that matches any HTTP CONNECT request
connect(String) - Method in class io.vertx.rxjava.ext.web.Router
Add a route that matches a HTTP CONNECT request and the specified path
connect(int, String, Handler<AsyncResult<MqttConnAckMessage>>) - Method in class io.vertx.rxjava.mqtt.MqttClient
Connects to an MQTT server calling connectHandler after connection
connect(int, String) - Method in class io.vertx.rxjava.mqtt.MqttClient
Connects to an MQTT server calling connectHandler after connection
connect(int, String, String, Handler<AsyncResult<MqttConnAckMessage>>) - Method in class io.vertx.rxjava.mqtt.MqttClient
Connects to an MQTT server calling connectHandler after connection
connect(int, String, String) - Method in class io.vertx.rxjava.mqtt.MqttClient
Connects to an MQTT server calling connectHandler after connection
connect(Vertx, MySQLConnectOptions, Handler<AsyncResult<MySQLConnection>>) - Static method in class io.vertx.rxjava.mysqlclient.MySQLConnection
Create a connection to MySQL server with the given connectOptions.
connect(Vertx, MySQLConnectOptions) - Static method in class io.vertx.rxjava.mysqlclient.MySQLConnection
Create a connection to MySQL server with the given connectOptions.
connect(Vertx, String, Handler<AsyncResult<MySQLConnection>>) - Static method in class io.vertx.rxjava.mysqlclient.MySQLConnection
connect(Vertx, String) - Static method in class io.vertx.rxjava.mysqlclient.MySQLConnection
connect(Vertx, PgConnectOptions, Handler<AsyncResult<PgConnection>>) - Static method in class io.vertx.rxjava.pgclient.PgConnection
Connects to the database and returns the connection if that succeeds.
connect(Vertx, PgConnectOptions) - Static method in class io.vertx.rxjava.pgclient.PgConnection
Connects to the database and returns the connection if that succeeds.
connect(Vertx, Handler<AsyncResult<PgConnection>>) - Static method in class io.vertx.rxjava.pgclient.PgConnection
connect(Vertx) - Static method in class io.vertx.rxjava.pgclient.PgConnection
connect(Vertx, String, Handler<AsyncResult<PgConnection>>) - Static method in class io.vertx.rxjava.pgclient.PgConnection
connect(Vertx, String) - Static method in class io.vertx.rxjava.pgclient.PgConnection
connect(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.pgclient.pubsub.PgSubscriber
Connect the subscriber to Postgres.
connect() - Method in class io.vertx.rxjava.pgclient.pubsub.PgSubscriber
Connect the subscriber to Postgres.
connect(Handler<AsyncResult<RedisConnection>>) - Method in class io.vertx.rxjava.redis.client.Redis
Connects to the redis server.
connect() - Method in class io.vertx.rxjava.redis.client.Redis
Connects to the redis server.
connected(WebSocket) - Method in interface io.vertx.core.spi.metrics.HttpClientMetrics
Called when a web socket connects.
connected(S, R, ServerWebSocket) - Method in interface io.vertx.core.spi.metrics.HttpServerMetrics
Called when a server web socket connects.
connected(SocketAddress, String) - Method in interface io.vertx.core.spi.metrics.TCPMetrics
Called when a client has connected, which is applicable for TCP connections.

The remote name of the client is a best effort to provide the name of the remote host, i.e if the name is specified at creation time, this name will be used otherwise it will be the remote address.

connectHandler(Handler<NetSocket>) - Method in interface io.vertx.core.net.NetServer
Supply a connect handler for this server.
connectHandler() - Method in interface io.vertx.core.net.NetServer
 
connectHandler(Handler<ServerFrame>) - Method in interface io.vertx.ext.stomp.StompServerHandler
Configures the action to execute when a CONNECT frame is received.
connectHandler(Handler<NetSocket>) - Method in class io.vertx.reactivex.core.net.NetServer
Supply a connect handler for this server.
connectHandler(Handler<ServerFrame>) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
Configures the action to execute when a CONNECT frame is received.
connectHandler(Handler<NetSocket>) - Method in class io.vertx.rxjava.core.net.NetServer
Supply a connect handler for this server.
connectHandler(Handler<ServerFrame>) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
Configures the action to execute when a CONNECT frame is received.
connection() - Method in interface io.vertx.amqp.AmqpReceiver
Gets the connection having created the receiver.
connection() - Method in interface io.vertx.amqp.AmqpSender
Gets the connection having created the sender.
connection() - Method in interface io.vertx.core.http.HttpClientRequest
 
CONNECTION - Static variable in interface io.vertx.core.http.HttpHeaders
Connection header name
connection() - Method in interface io.vertx.core.http.HttpServerRequest
 
connection() - Method in interface io.vertx.ext.stomp.ServerFrame
 
connection() - Method in class io.vertx.reactivex.amqp.AmqpReceiver
Gets the connection having created the receiver.
connection() - Method in class io.vertx.reactivex.amqp.AmqpSender
Gets the connection having created the sender.
connection() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
 
CONNECTION - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Connection header name
connection() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
 
connection() - Method in class io.vertx.reactivex.ext.stomp.ServerFrame
 
connection() - Method in class io.vertx.rxjava.amqp.AmqpReceiver
Gets the connection having created the receiver.
connection() - Method in class io.vertx.rxjava.amqp.AmqpSender
Gets the connection having created the sender.
connection() - Method in class io.vertx.rxjava.core.http.HttpClientRequest
 
CONNECTION - Static variable in class io.vertx.rxjava.core.http.HttpHeaders
Connection header name
connection() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
connection() - Method in class io.vertx.rxjava.ext.stomp.ServerFrame
 
connectionDroppedHandler(Handler<StompClientConnection>) - Method in interface io.vertx.ext.stomp.StompClientConnection
Sets a handler notified when the server does not respond to a ping request in time.
connectionDroppedHandler(Handler<StompClientConnection>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Sets a handler notified when the server does not respond to a ping request in time.
connectionDroppedHandler(Handler<StompClientConnection>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Sets a handler notified when the server does not respond to a ping request in time.
connectionHandler(Handler<HttpConnection>) - Method in interface io.vertx.core.http.HttpClient
Set a connection handler for the client.
connectionHandler(Handler<HttpConnection>) - Method in interface io.vertx.core.http.HttpServer
Set a connection handler for the server.
connectionHandler(Handler<ServerWebSocket>) - Method in interface io.vertx.ext.web.handler.graphql.ApolloWSHandler
Customize the connection Handler.
connectionHandler(Handler<HttpConnection>) - Method in class io.vertx.reactivex.core.http.HttpClient
Set a connection handler for the client.
connectionHandler(Handler<HttpConnection>) - Method in class io.vertx.reactivex.core.http.HttpServer
Set a connection handler for the server.
connectionHandler(Handler<ServerWebSocket>) - Method in class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler
Customize the connection .
connectionHandler(Handler<HttpConnection>) - Method in class io.vertx.rxjava.core.http.HttpClient
Set a connection handler for the client.
connectionHandler(Handler<HttpConnection>) - Method in class io.vertx.rxjava.core.http.HttpServer
Set a connection handler for the server.
connectionHandler(Handler<ServerWebSocket>) - Method in class io.vertx.rxjava.ext.web.handler.graphql.ApolloWSHandler
Customize the connection .
connectionInitHandler(Handler<ApolloWSConnectionInitEvent>) - Method in interface io.vertx.ext.web.handler.graphql.ApolloWSHandler
Customize the connection init Handler.
connectionInitHandler(Handler<ApolloWSConnectionInitEvent>) - Method in class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler
Customize the connection init .
connectionInitHandler(Handler<ApolloWSConnectionInitEvent>) - Method in class io.vertx.rxjava.ext.web.handler.graphql.ApolloWSHandler
Customize the connection init .
connectionParams() - Method in interface io.vertx.ext.web.handler.graphql.ApolloWSMessage
 
connectionParams() - Method in class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSMessage
 
connectionParams() - Method in class io.vertx.rxjava.ext.web.handler.graphql.ApolloWSMessage
 
ConnectionPoolTooBusyException - Exception in io.vertx.core.http
Represents a failure to add a HttpClientRequest to the wait queue on an ConnectionManager.
ConnectionPoolTooBusyException(String) - Constructor for exception io.vertx.core.http.ConnectionPoolTooBusyException
Create a ConnectionPoolTooBusyException
connectStream() - Method in interface io.vertx.core.net.NetServer
Return the connect stream for this server.
connectStream() - Method in class io.vertx.reactivex.core.net.NetServer
Return the connect stream for this server.
connectStream() - Method in class io.vertx.rxjava.core.net.NetServer
Return the connect stream for this server.
connectWithRegex(String) - Method in interface io.vertx.ext.web.Router
Add a route that matches a HTTP CONNECT request and the specified path regex
connectWithRegex(String) - Method in class io.vertx.reactivex.ext.web.Router
Add a route that matches a HTTP CONNECT request and the specified path regex
connectWithRegex(String) - Method in class io.vertx.rxjava.ext.web.Router
Add a route that matches a HTTP CONNECT request and the specified path regex
ConstructorBasedConverter<T> - Class in io.vertx.core.cli.converters
This 'default' converter tries to create objects using a constructor taking a single String argument.
constSchema(Object) - Static method in class io.vertx.json.schema.common.dsl.Schemas
 
ConstValidator(Object) - Constructor for class io.vertx.json.schema.common.ConstValidatorFactory.ConstValidator
 
ConstValidatorFactory - Class in io.vertx.json.schema.common
 
ConstValidatorFactory() - Constructor for class io.vertx.json.schema.common.ConstValidatorFactory
 
ConstValidatorFactory.ConstValidator - Class in io.vertx.json.schema.common
 
ConsulClient - Interface in io.vertx.ext.consul
A Vert.x service used to interact with Consul.
ConsulClient - Class in io.vertx.reactivex.ext.consul
A Vert.x service used to interact with Consul.
ConsulClient(ConsulClient) - Constructor for class io.vertx.reactivex.ext.consul.ConsulClient
 
ConsulClient(Object) - Constructor for class io.vertx.reactivex.ext.consul.ConsulClient
 
ConsulClient - Class in io.vertx.rxjava.ext.consul
A Vert.x service used to interact with Consul.
ConsulClient(ConsulClient) - Constructor for class io.vertx.rxjava.ext.consul.ConsulClient
 
ConsulClient(Object) - Constructor for class io.vertx.rxjava.ext.consul.ConsulClient
 
ConsulClientOptions - Class in io.vertx.ext.consul
Options used to create Consul client.
ConsulClientOptions() - Constructor for class io.vertx.ext.consul.ConsulClientOptions
Default constructor
ConsulClientOptions(ConsulClientOptions) - Constructor for class io.vertx.ext.consul.ConsulClientOptions
Copy constructor
ConsulClientOptions(JsonObject) - Constructor for class io.vertx.ext.consul.ConsulClientOptions
Constructor from JSON
ConsulClientOptions(URI) - Constructor for class io.vertx.ext.consul.ConsulClientOptions
Constructor from URI.
ConsulClientOptionsConverter - Class in io.vertx.ext.consul
Converter and mapper for ConsulClientOptions.
ConsulClientOptionsConverter() - Constructor for class io.vertx.ext.consul.ConsulClientOptionsConverter
 
ConsulConfigStore - Class in io.vertx.config.consul
 
ConsulConfigStoreFactory - Class in io.vertx.config.consul
 
ConsulConfigStoreFactory() - Constructor for class io.vertx.config.consul.ConsulConfigStoreFactory
 
ConsulServiceImporter - Class in io.vertx.servicediscovery.consul
A discovery bridge importing services from Consul.
ConsulServiceImporter() - Constructor for class io.vertx.servicediscovery.consul.ConsulServiceImporter
 
consumer(String) - Method in interface io.vertx.core.eventbus.EventBus
Create a message consumer against the specified address.
consumer(String, Handler<Message<T>>) - Method in interface io.vertx.core.eventbus.EventBus
Create a consumer and register it against the specified address.
consumer(String) - Method in class io.vertx.reactivex.core.eventbus.EventBus
Create a message consumer against the specified address.
consumer(String, Handler<Message<T>>) - Method in class io.vertx.reactivex.core.eventbus.EventBus
Create a consumer and register it against the specified address.
consumer - Variable in class io.vertx.rx.java.SingleOnSubscribeAdapter
 
consumer(String) - Method in class io.vertx.rxjava.core.eventbus.EventBus
Create a message consumer against the specified address.
consumer(String, Handler<Message<T>>) - Method in class io.vertx.rxjava.core.eventbus.EventBus
Create a consumer and register it against the specified address.
consumer - Variable in class io.vertx.serviceproxy.ProxyHandler
 
ConsumerGroupDescription - Class in io.vertx.kafka.admin
A detailed description of a single consumer group in the cluster
ConsumerGroupDescription() - Constructor for class io.vertx.kafka.admin.ConsumerGroupDescription
Constructor
ConsumerGroupDescription(String, boolean, List<MemberDescription>, String, ConsumerGroupState, Node) - Constructor for class io.vertx.kafka.admin.ConsumerGroupDescription
Constructor
ConsumerGroupDescription(JsonObject) - Constructor for class io.vertx.kafka.admin.ConsumerGroupDescription
Constructor (from JSON representation)
ConsumerGroupDescriptionConverter - Class in io.vertx.kafka.admin
Converter and mapper for ConsumerGroupDescription.
ConsumerGroupDescriptionConverter() - Constructor for class io.vertx.kafka.admin.ConsumerGroupDescriptionConverter
 
ConsumerGroupListing - Class in io.vertx.kafka.admin
A listing of a consumer group in the cluster.
ConsumerGroupListing() - Constructor for class io.vertx.kafka.admin.ConsumerGroupListing
Constructor
ConsumerGroupListing(String, boolean) - Constructor for class io.vertx.kafka.admin.ConsumerGroupListing
Constructor
ConsumerGroupListing(JsonObject) - Constructor for class io.vertx.kafka.admin.ConsumerGroupListing
Constructor (from JSON representation)
ConsumerGroupListingConverter - Class in io.vertx.kafka.admin
Converter and mapper for ConsumerGroupListing.
ConsumerGroupListingConverter() - Constructor for class io.vertx.kafka.admin.ConsumerGroupListingConverter
 
consumerTag() - Method in interface io.vertx.rabbitmq.RabbitMQConsumer
 
consumerTag() - Method in interface io.vertx.rabbitmq.RabbitMQMessage
 
consumerTag() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQConsumer
 
consumerTag() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQMessage
 
consumerTag() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQConsumer
 
consumerTag() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQMessage
 
ConsumerTracer<S> - Class in io.vertx.kafka.client.common.tracing
Tracer for Kafka consumer, wrapping the generic tracer.
ConsumerTracer.StartedSpan - Class in io.vertx.kafka.client.common.tracing
 
consumes(String) - Method in interface io.vertx.ext.web.Route
Add a content type consumed by this route.
consumes(String) - Method in class io.vertx.reactivex.ext.web.Route
Add a content type consumed by this route.
consumes(String) - Method in class io.vertx.rxjava.ext.web.Route
Add a content type consumed by this route.
ContainerDeserializer - Interface in io.vertx.ext.web.api.validation
Deprecated.
You should use the new module vertx-web-openapi
ContainerDeserializer - Class in io.vertx.reactivex.ext.web.api.validation
Interface that define methods for deserialization of array and objects

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

ContainerDeserializer(ContainerDeserializer) - Constructor for class io.vertx.reactivex.ext.web.api.validation.ContainerDeserializer
 
ContainerDeserializer(Object) - Constructor for class io.vertx.reactivex.ext.web.api.validation.ContainerDeserializer
 
ContainerDeserializer - Class in io.vertx.rxjava.ext.web.api.validation
Interface that define methods for deserialization of array and objects

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

ContainerDeserializer(ContainerDeserializer) - Constructor for class io.vertx.rxjava.ext.web.api.validation.ContainerDeserializer
 
ContainerDeserializer(Object) - Constructor for class io.vertx.rxjava.ext.web.api.validation.ContainerDeserializer
 
ContainerSerializationStyle - Enum in io.vertx.ext.web.api.validation
Deprecated.
You should use the new module vertx-web-openapi
contains(Object) - Method in class io.vertx.core.json.JsonArray
Does the JSON array contain the specified value? This method will scan the entire array until it finds a value or reaches the end.
contains(String) - Method in interface io.vertx.core.MultiMap
Checks to see if there is a value with the specified name
contains(CharSequence) - Method in interface io.vertx.core.MultiMap
Like MultiMap.contains(String) but accepting a CharSequence as a parameter
contains(String, String, boolean) - Method in interface io.vertx.core.MultiMap
Check if there is a header with the specified name and value.
contains(CharSequence, CharSequence, boolean) - Method in interface io.vertx.core.MultiMap
Like MultiMap.contains(String, String, boolean) but accepting CharSequence parameters.
contains(SchemaBuilder) - Static method in class io.vertx.json.schema.draft7.dsl.Keywords
 
contains(String) - Method in class io.vertx.reactivex.core.MultiMap
Checks to see if there is a value with the specified name
contains(String, String, boolean) - Method in class io.vertx.reactivex.core.MultiMap
Check if there is a header with the specified name and value.
contains(CharSequence) - Method in class io.vertx.reactivex.core.MultiMap
Like MultiMap.contains(java.lang.String) but accepting a CharSequence as a parameter
contains(CharSequence, CharSequence, boolean) - Method in class io.vertx.reactivex.core.MultiMap
Like MultiMap.contains(java.lang.String) but accepting CharSequence parameters.
contains(String) - Method in class io.vertx.rxjava.core.MultiMap
Checks to see if there is a value with the specified name
contains(String, String, boolean) - Method in class io.vertx.rxjava.core.MultiMap
Check if there is a header with the specified name and value.
contains(CharSequence) - Method in class io.vertx.rxjava.core.MultiMap
Like MultiMap.contains(java.lang.String) but accepting a CharSequence as a parameter
contains(CharSequence, CharSequence, boolean) - Method in class io.vertx.rxjava.core.MultiMap
Like MultiMap.contains(java.lang.String) but accepting CharSequence parameters.
containsKey(String) - Method in class io.vertx.core.json.JsonObject
Does the JSON object contain the specified key?
containsKey(Object) - Method in interface io.vertx.core.shareddata.LocalMap
Returns true if this map contains a mapping for the specified key.
containsKey(String) - Method in interface io.vertx.ext.auth.User
Checks if a value exists on the user object.
containsKey(Object) - Method in class io.vertx.reactivex.core.shareddata.LocalMap
Returns true if this map contains a mapping for the specified key.
containsKey(String) - Method in class io.vertx.reactivex.ext.auth.User
Checks if a value exists on the user object.
containsKey(String) - Method in class io.vertx.reactivex.redis.client.Response
Does this multi response contains a string key.
containsKey(String) - Method in interface io.vertx.redis.client.Response
Does this multi response contains a string key.
containsKey(Object) - Method in class io.vertx.rxjava.core.shareddata.LocalMap
Returns true if this map contains a mapping for the specified key.
containsKey(String) - Method in class io.vertx.rxjava.ext.auth.User
Checks if a value exists on the user object.
containsKey(String) - Method in class io.vertx.rxjava.redis.client.Response
Does this multi response contains a string key.
ContainsValidatorFactory - Class in io.vertx.json.schema.draft201909
 
ContainsValidatorFactory() - Constructor for class io.vertx.json.schema.draft201909.ContainsValidatorFactory
 
ContainsValidatorFactory - Class in io.vertx.json.schema.draft7
 
ContainsValidatorFactory() - Constructor for class io.vertx.json.schema.draft7.ContainsValidatorFactory
 
containsValue(Object) - Method in interface io.vertx.core.shareddata.LocalMap
Returns @{code true} if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class io.vertx.reactivex.core.shareddata.LocalMap
Returns @{code true} if this map maps one or more keys to the specified value.
containsValue(Object) - Method in class io.vertx.rxjava.core.shareddata.LocalMap
Returns @{code true} if this map maps one or more keys to the specified value.
content() - Method in interface io.vertx.ext.web.handler.graphql.ApolloWSMessage
 
content() - Method in interface io.vertx.ext.web.multipart.FormDataPart
 
content() - Method in class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSMessage
 
content() - Method in class io.vertx.reactivex.ext.web.multipart.FormDataPart
 
content() - Method in class io.vertx.rxjava.ext.web.handler.graphql.ApolloWSMessage
 
content() - Method in class io.vertx.rxjava.ext.web.multipart.FormDataPart
 
CONTENT_BASE - Static variable in interface io.vertx.core.http.HttpHeaders
Content-Base header name
CONTENT_BASE - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Content-Base header name
CONTENT_BASE - Static variable in class io.vertx.rxjava.core.http.HttpHeaders
Content-Base header name
CONTENT_DISPOSITION - Static variable in interface io.vertx.core.http.HttpHeaders
Content-Disposition header name
CONTENT_DISPOSITION - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Content-Disposition header name
CONTENT_DISPOSITION - Static variable in class io.vertx.rxjava.core.http.HttpHeaders
Content-Disposition header name
CONTENT_ENCODING - Static variable in interface io.vertx.core.http.HttpHeaders
Content-Encoding header name
CONTENT_ENCODING - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Content-Encoding header name
CONTENT_ENCODING - Static variable in class io.vertx.rxjava.core.http.HttpHeaders
Content-Encoding header name
CONTENT_LANGUAGE - Static variable in interface io.vertx.core.http.HttpHeaders
Content-Language header name
CONTENT_LANGUAGE - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Content-Language header name
CONTENT_LANGUAGE - Static variable in class io.vertx.rxjava.core.http.HttpHeaders
Content-Language header name
CONTENT_LENGTH - Static variable in interface io.vertx.core.http.HttpHeaders
Content-Length header name
CONTENT_LENGTH - Static variable in class io.vertx.ext.stomp.Frame
 
CONTENT_LENGTH - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Content-Length header name
CONTENT_LENGTH - Static variable in class io.vertx.rxjava.core.http.HttpHeaders
Content-Length header name
CONTENT_LOCATION - Static variable in interface io.vertx.core.http.HttpHeaders
Content-Location header name
CONTENT_LOCATION - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Content-Location header name
CONTENT_LOCATION - Static variable in class io.vertx.rxjava.core.http.HttpHeaders
Content-Location header name
CONTENT_MD5 - Static variable in interface io.vertx.core.http.HttpHeaders
Content-MD5 header name
CONTENT_MD5 - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Content-MD5 header name
CONTENT_MD5 - Static variable in class io.vertx.rxjava.core.http.HttpHeaders
Content-MD5 header name
CONTENT_RANGE - Static variable in interface io.vertx.core.http.HttpHeaders
Content-Rage header name
CONTENT_RANGE - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Content-Rage header name
CONTENT_RANGE - Static variable in class io.vertx.rxjava.core.http.HttpHeaders
Content-Rage header name
CONTENT_TRANSFER_ENCODING - Static variable in interface io.vertx.core.http.HttpHeaders
Content-Transfer-Encoding header name
CONTENT_TRANSFER_ENCODING - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Content-Transfer-Encoding header name
CONTENT_TRANSFER_ENCODING - Static variable in class io.vertx.rxjava.core.http.HttpHeaders
Content-Transfer-Encoding header name
CONTENT_TYPE - Static variable in interface io.vertx.core.http.HttpHeaders
Content-Type header name
CONTENT_TYPE - Static variable in class io.vertx.ext.stomp.Frame
 
CONTENT_TYPE - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Content-Type header name
CONTENT_TYPE - Static variable in class io.vertx.rxjava.core.http.HttpHeaders
Content-Type header name
contentEncoding() - Method in interface io.vertx.amqp.AmqpMessage
 
contentEncoding(String) - Method in interface io.vertx.amqp.AmqpMessageBuilder
 
contentEncoding() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
contentEncoding(String) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
contentEncoding() - Method in class io.vertx.rxjava.amqp.AmqpMessage
 
contentEncoding(String) - Method in class io.vertx.rxjava.amqp.AmqpMessageBuilder
 
contentTransferEncoding() - Method in interface io.vertx.core.http.HttpServerFileUpload
 
contentTransferEncoding() - Method in interface io.vertx.ext.web.FileUpload
 
contentTransferEncoding() - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
 
contentTransferEncoding() - Method in class io.vertx.reactivex.ext.web.FileUpload
 
contentTransferEncoding() - Method in class io.vertx.rxjava.core.http.HttpServerFileUpload
 
contentTransferEncoding() - Method in class io.vertx.rxjava.ext.web.FileUpload
 
contentType() - Method in interface io.vertx.amqp.AmqpMessage
 
contentType(String) - Method in interface io.vertx.amqp.AmqpMessageBuilder
 
contentType() - Method in interface io.vertx.core.http.HttpServerFileUpload
 
contentType(String) - Static method in interface io.vertx.ext.web.client.predicate.ResponsePredicate
Creates a predicate validating the response has a content-type header matching the mimeType.
contentType(List<String>) - Static method in interface io.vertx.ext.web.client.predicate.ResponsePredicate
Creates a predicate validating the response has a content-type header matching one of the mimeTypes.
contentType() - Method in interface io.vertx.ext.web.FileUpload
 
contentType() - Method in interface io.vertx.ext.web.ParsedHeaderValues
 
contentType() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
contentType(String) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
contentType() - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
 
contentType(String) - Static method in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
Creates a predicate validating the response has a content-type header matching the mimeType.
contentType(List<String>) - Static method in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
Creates a predicate validating the response has a content-type header matching one of the mimeTypes.
contentType() - Method in class io.vertx.reactivex.ext.web.FileUpload
 
contentType() - Method in class io.vertx.reactivex.ext.web.ParsedHeaderValues
 
contentType() - Method in class io.vertx.rxjava.amqp.AmqpMessage
 
contentType(String) - Method in class io.vertx.rxjava.amqp.AmqpMessageBuilder
 
contentType() - Method in class io.vertx.rxjava.core.http.HttpServerFileUpload
 
contentType(String) - Static method in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
Creates a predicate validating the response has a content-type header matching the mimeType.
contentType(List<String>) - Static method in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
Creates a predicate validating the response has a content-type header matching one of the mimeTypes.
contentType() - Method in class io.vertx.rxjava.ext.web.FileUpload
 
contentType() - Method in class io.vertx.rxjava.ext.web.ParsedHeaderValues
 
context - Variable in class io.vertx.core.AbstractVerticle
Reference to the context of the verticle
Context - Interface in io.vertx.core
The execution context of a Handler execution.
Context - Class in io.vertx.reactivex.core
The execution context of a Handler execution.
Context(Context) - Constructor for class io.vertx.reactivex.core.Context
 
Context(Object) - Constructor for class io.vertx.reactivex.core.Context
 
Context - Class in io.vertx.rxjava.core
The execution context of a Handler execution.
Context(Context) - Constructor for class io.vertx.rxjava.core.Context
 
Context(Object) - Constructor for class io.vertx.rxjava.core.Context
 
ContextScheduler - Class in io.vertx.reactivex
 
ContextScheduler(Context, boolean) - Constructor for class io.vertx.reactivex.ContextScheduler
 
ContextScheduler(Context, boolean, boolean) - Constructor for class io.vertx.reactivex.ContextScheduler
 
ContextScheduler(Vertx, boolean) - Constructor for class io.vertx.reactivex.ContextScheduler
 
ContextScheduler(Vertx, boolean, boolean) - Constructor for class io.vertx.reactivex.ContextScheduler
 
ContextScheduler(WorkerExecutor) - Constructor for class io.vertx.reactivex.ContextScheduler
 
ContextScheduler(WorkerExecutor, boolean) - Constructor for class io.vertx.reactivex.ContextScheduler
 
ContextScheduler - Class in io.vertx.rx.java
 
ContextScheduler(Context, boolean) - Constructor for class io.vertx.rx.java.ContextScheduler
 
ContextScheduler(Context, boolean, boolean) - Constructor for class io.vertx.rx.java.ContextScheduler
 
ContextScheduler(Vertx, boolean) - Constructor for class io.vertx.rx.java.ContextScheduler
 
ContextScheduler(Vertx, boolean, boolean) - Constructor for class io.vertx.rx.java.ContextScheduler
 
ContextScheduler(WorkerExecutor) - Constructor for class io.vertx.rx.java.ContextScheduler
 
ContextScheduler(WorkerExecutor, boolean) - Constructor for class io.vertx.rx.java.ContextScheduler
 
ContextScheduler.ContextWorker - Class in io.vertx.reactivex
 
ContextScheduler.ContextWorker - Class in io.vertx.rx.java
 
ContextServerInterceptor - Class in io.vertx.grpc
An abstract interceptor that allows capturing data from the metadata to the vertx context so it can be used later on the asynchronous APIs.
ContextServerInterceptor() - Constructor for class io.vertx.grpc.ContextServerInterceptor
 
ContextWorker() - Constructor for class io.vertx.reactivex.ContextScheduler.ContextWorker
 
ContextWorker() - Constructor for class io.vertx.rx.java.ContextScheduler.ContextWorker
 
continuationFrame(Buffer, boolean) - Static method in interface io.vertx.core.http.WebSocketFrame
Create a continuation frame
continuationFrame(Buffer, boolean) - Static method in class io.vertx.reactivex.core.http.WebSocketFrame
Create a continuation frame
continuationFrame(Buffer, boolean) - Static method in class io.vertx.rxjava.core.http.WebSocketFrame
Create a continuation frame
CONTINUE - Static variable in interface io.vertx.core.http.HttpHeaders
100-continue header value
CONTINUE - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
100-continue header value
CONTINUE - Static variable in class io.vertx.rxjava.core.http.HttpHeaders
100-continue header value
continueHandler(Handler<Void>) - Method in interface io.vertx.core.http.HttpClientRequest
If you send an HTTP request with the header Expect set to the value 100-continue and the server responds with an interim HTTP response with a status code of 100 and a continue handler has been set using this method, then the handler will be called.
continueHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
If you send an HTTP request with the header Expect set to the value 100-continue and the server responds with an interim HTTP response with a status code of 100 and a continue handler has been set using this method, then the handler will be called.
continueHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
If you send an HTTP request with the header Expect set to the value 100-continue and the server responds with an interim HTTP response with a status code of 100 and a continue handler has been set using this method, then the handler will be called.
convert(String) - Static method in class io.vertx.config.spi.utils.JsonObjectHelper
 
convertDurationsTo(TimeUnit) - Method in class io.vertx.ext.dropwizard.reporters.JmxReporter.Builder
Convert durations to the given time unit.
ConvertedBy - Annotation Type in io.vertx.core.cli.annotations
Annotates @Option setters to indicate how the value is converted to the argument type.
Converter<T> - Interface in io.vertx.core.cli.converters
The converter interface to convert Strings to Objects.
converter - Variable in class io.vertx.core.cli.TypedArgument
The converter to use to create the value.
converter - Variable in class io.vertx.core.cli.TypedOption
the converter to create the value.
Converters - Class in io.vertx.core.cli.converters
Entry point to the converter system.
Converters() - Constructor for class io.vertx.core.cli.converters.Converters
 
convertList(List) - Static method in class io.vertx.serviceproxy.HelperUtils
 
convertList(List) - Static method in class io.vertx.serviceproxy.ProxyUtils
 
convertMap(Map) - Static method in class io.vertx.serviceproxy.HelperUtils
 
convertMap(Map) - Static method in class io.vertx.serviceproxy.ProxyUtils
 
convertRatesTo(TimeUnit) - Method in class io.vertx.ext.dropwizard.reporters.JmxReporter.Builder
Convert rates to the given time unit.
convertSet(List) - Static method in class io.vertx.serviceproxy.HelperUtils
 
convertSet(List) - Static method in class io.vertx.serviceproxy.ProxyUtils
 
convertStackTrace(Throwable) - Static method in class io.vertx.serviceproxy.HelperUtils
 
convertToListChar(JsonArray) - Static method in class io.vertx.serviceproxy.ProxyUtils
 
convertToMapChar(JsonObject) - Static method in class io.vertx.serviceproxy.ProxyUtils
 
convertToSetChar(JsonArray) - Static method in class io.vertx.serviceproxy.ProxyUtils
 
Cookie - Interface in io.vertx.core.http
Represents an HTTP Cookie.
cookie(String, String) - Static method in interface io.vertx.core.http.Cookie
Create a new cookie
COOKIE - Static variable in interface io.vertx.core.http.HttpHeaders
Content-Cookie header name
Cookie - Class in io.vertx.reactivex.core.http
Represents an HTTP Cookie.
Cookie(Cookie) - Constructor for class io.vertx.reactivex.core.http.Cookie
 
Cookie(Object) - Constructor for class io.vertx.reactivex.core.http.Cookie
 
cookie(String, String) - Static method in class io.vertx.reactivex.core.http.Cookie
Create a new cookie
COOKIE - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Content-Cookie header name
Cookie - Class in io.vertx.rxjava.core.http
Represents an HTTP Cookie.
Cookie(Cookie) - Constructor for class io.vertx.rxjava.core.http.Cookie
 
Cookie(Object) - Constructor for class io.vertx.rxjava.core.http.Cookie
 
cookie(String, String) - Static method in class io.vertx.rxjava.core.http.Cookie
Create a new cookie
COOKIE - Static variable in class io.vertx.rxjava.core.http.HttpHeaders
Content-Cookie header name
cookieCount() - Method in interface io.vertx.core.http.HttpServerRequest
 
cookieCount() - Method in interface io.vertx.ext.web.RoutingContext
 
cookieCount() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
 
cookieCount() - Method in class io.vertx.reactivex.ext.web.RoutingContext
 
cookieCount() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
cookieCount() - Method in class io.vertx.rxjava.ext.web.RoutingContext
 
cookieMap() - Method in interface io.vertx.core.http.HttpServerRequest
 
cookieMap() - Method in interface io.vertx.ext.web.RoutingContext
 
cookieMap() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
 
cookieMap() - Method in class io.vertx.reactivex.ext.web.RoutingContext
 
cookieMap() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
cookieMap() - Method in class io.vertx.rxjava.ext.web.RoutingContext
 
cookieParameter(String) - Method in interface io.vertx.ext.web.api.RequestParameters
Deprecated.
Get cookie parameter by name
cookieParameter(StyledParameterProcessorFactory) - Method in interface io.vertx.ext.web.validation.builder.ValidationHandlerBuilder
 
cookieParameter(ParameterProcessorFactory) - Method in interface io.vertx.ext.web.validation.builder.ValidationHandlerBuilder
 
cookieParameter(String) - Method in interface io.vertx.ext.web.validation.RequestParameters
Get cookie parameter by name
cookieParameter(String) - Method in class io.vertx.reactivex.ext.web.api.RequestParameters
Deprecated.
cookieParameter(String) - Method in class io.vertx.reactivex.ext.web.validation.RequestParameters
Get cookie parameter by name
cookieParameter(String) - Method in class io.vertx.rxjava.ext.web.api.RequestParameters
Deprecated.
cookieParameter(String) - Method in class io.vertx.rxjava.ext.web.validation.RequestParameters
Get cookie parameter by name
cookieParametersNames() - Method in interface io.vertx.ext.web.api.RequestParameters
Deprecated.
Get list of all parameter names inside cookie
cookieParametersNames() - Method in interface io.vertx.ext.web.validation.RequestParameters
Get list of all parameter names inside cookie
cookieParametersNames() - Method in class io.vertx.reactivex.ext.web.api.RequestParameters
Deprecated.
cookieParametersNames() - Method in class io.vertx.reactivex.ext.web.validation.RequestParameters
Get list of all parameter names inside cookie
cookieParametersNames() - Method in class io.vertx.rxjava.ext.web.api.RequestParameters
Deprecated.
cookieParametersNames() - Method in class io.vertx.rxjava.ext.web.validation.RequestParameters
Get list of all parameter names inside cookie
cookies() - Method in interface io.vertx.core.http.HttpClientResponse
 
cookies() - Method in interface io.vertx.ext.web.client.HttpResponse
 
cookies() - Method in class io.vertx.reactivex.core.http.HttpClientResponse
 
cookies() - Method in class io.vertx.reactivex.ext.web.client.HttpResponse
 
cookies() - Method in class io.vertx.rxjava.core.http.HttpClientResponse
 
cookies() - Method in class io.vertx.rxjava.ext.web.client.HttpResponse
 
CookieSameSite - Enum in io.vertx.core.http
Represents the Cookie SameSite policy to be used.
CookieStore - Interface in io.vertx.ext.web.client.spi
A cookie store that manages cookies for a single user; received for different domains and valid for different paths.
cookieStore() - Method in interface io.vertx.ext.web.client.WebClientSession
Returns this client's CookieStore
Coordinate - Class in io.vertx.ext.consul
Holds network coordinates of node
Coordinate() - Constructor for class io.vertx.ext.consul.Coordinate
Default constructor
Coordinate(Coordinate) - Constructor for class io.vertx.ext.consul.Coordinate
Copy constructor
Coordinate(JsonObject) - Constructor for class io.vertx.ext.consul.Coordinate
Constructor from JSON
CoordinateConverter - Class in io.vertx.ext.consul
Converter and mapper for Coordinate.
CoordinateConverter() - Constructor for class io.vertx.ext.consul.CoordinateConverter
 
coordinateDatacenters(Handler<AsyncResult<List<DcCoordinates>>>) - Method in interface io.vertx.ext.consul.ConsulClient
Returns the WAN network coordinates for all Consul servers, organized by DCs
coordinateDatacenters() - Method in interface io.vertx.ext.consul.ConsulClient
Like ConsulClient.coordinateDatacenters(Handler) but returns a Future of the asynchronous result.
coordinateDatacenters(Handler<AsyncResult<List<DcCoordinates>>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the WAN network coordinates for all Consul servers, organized by DCs
coordinateDatacenters() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the WAN network coordinates for all Consul servers, organized by DCs
coordinateDatacenters(Handler<AsyncResult<List<DcCoordinates>>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the WAN network coordinates for all Consul servers, organized by DCs
coordinateDatacenters() - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the WAN network coordinates for all Consul servers, organized by DCs
CoordinateList - Class in io.vertx.ext.consul
Holds result of network coordinates query
CoordinateList() - Constructor for class io.vertx.ext.consul.CoordinateList
Default constructor
CoordinateList(CoordinateList) - Constructor for class io.vertx.ext.consul.CoordinateList
Copy constructor
CoordinateList(JsonObject) - Constructor for class io.vertx.ext.consul.CoordinateList
Constructor from JSON
CoordinateListConverter - Class in io.vertx.ext.consul
Converter and mapper for CoordinateList.
CoordinateListConverter() - Constructor for class io.vertx.ext.consul.CoordinateListConverter
 
coordinateNodes(Handler<AsyncResult<CoordinateList>>) - Method in interface io.vertx.ext.consul.ConsulClient
Returns the LAN network coordinates for all nodes in a given DC
coordinateNodes() - Method in interface io.vertx.ext.consul.ConsulClient
Like ConsulClient.coordinateNodes(Handler) but returns a Future of the asynchronous result.
coordinateNodes(Handler<AsyncResult<CoordinateList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the LAN network coordinates for all nodes in a given DC
coordinateNodes() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the LAN network coordinates for all nodes in a given DC
coordinateNodes(Handler<AsyncResult<CoordinateList>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the LAN network coordinates for all nodes in a given DC
coordinateNodes() - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the LAN network coordinates for all nodes in a given DC
coordinateNodesWithOptions(BlockingQueryOptions, Handler<AsyncResult<CoordinateList>>) - Method in interface io.vertx.ext.consul.ConsulClient
Returns the LAN network coordinates for all nodes in a given DC This is blocking query unlike ConsulClient.coordinateNodes(Handler)
coordinateNodesWithOptions(BlockingQueryOptions) - Method in interface io.vertx.ext.consul.ConsulClient
Like ConsulClient.coordinateNodesWithOptions(BlockingQueryOptions, Handler) but returns a Future of the asynchronous result.
coordinateNodesWithOptions(BlockingQueryOptions, Handler<AsyncResult<CoordinateList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the LAN network coordinates for all nodes in a given DC This is blocking query unlike ConsulClient.coordinateNodes(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.CoordinateList>>)
coordinateNodesWithOptions(BlockingQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the LAN network coordinates for all nodes in a given DC This is blocking query unlike ConsulClient.coordinateNodes(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.CoordinateList>>)
coordinateNodesWithOptions(BlockingQueryOptions, Handler<AsyncResult<CoordinateList>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the LAN network coordinates for all nodes in a given DC This is blocking query unlike ConsulClient.coordinateNodes(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.CoordinateList>>)
coordinateNodesWithOptions(BlockingQueryOptions) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the LAN network coordinates for all nodes in a given DC This is blocking query unlike ConsulClient.coordinateNodes(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.CoordinateList>>)
copy() - Method in interface io.vertx.core.buffer.Buffer
Returns a copy of the entire Buffer.
copy(String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
Copy a file from the path from to path to, asynchronously.
copy(String, String) - Method in interface io.vertx.core.file.FileSystem
Like FileSystem.copy(String, String, Handler) but returns a Future of the asynchronous result
copy(String, String, CopyOptions, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
Copy a file from the path from to path to, asynchronously.
copy(String, String, CopyOptions) - Method in interface io.vertx.core.file.FileSystem
Like FileSystem.copy(String, String, CopyOptions, Handler) but returns a Future of the asynchronous result
COPY - Static variable in class io.vertx.core.http.HttpMethod
The RFC 2518/4918 COPY method, this instance is interned and uniquely used.
copy() - Method in class io.vertx.core.json.JsonArray
Deep copy of the JSON array.
copy(Function<Object, ?>) - Method in class io.vertx.core.json.JsonArray
Deep copy of the JSON array.
copy() - Method in class io.vertx.core.json.JsonObject
Deep copy of this JSON object.
copy(Function<Object, ?>) - Method in class io.vertx.core.json.JsonObject
Deep copy of this JSON object.
copy() - Method in interface io.vertx.core.json.pointer.JsonPointer
Copy a JsonPointer
copy() - Method in class io.vertx.core.net.JdkSSLEngineOptions
 
copy() - Method in class io.vertx.core.net.JksOptions
 
copy() - Method in interface io.vertx.core.net.KeyCertOptions
 
copy() - Method in class io.vertx.core.net.KeyStoreOptions
 
copy() - Method in class io.vertx.core.net.KeyStoreOptionsBase
 
copy() - Method in class io.vertx.core.net.OpenSSLEngineOptions
 
copy() - Method in class io.vertx.core.net.PemKeyCertOptions
 
copy() - Method in class io.vertx.core.net.PemTrustOptions
 
copy() - Method in class io.vertx.core.net.PfxOptions
 
copy() - Method in class io.vertx.core.net.SSLEngineOptions
 
copy() - Method in interface io.vertx.core.net.TrustOptions
 
copy() - Method in interface io.vertx.core.shareddata.Shareable
Returns a copy of the object.
copy() - Method in class io.vertx.core.tracing.TracingOptions
 
copy() - Method in interface io.vertx.ext.web.client.HttpRequest
Copy this request
copy() - Method in class io.vertx.reactivex.core.buffer.Buffer
Returns a copy of the entire Buffer.
copy(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.file.FileSystem
Copy a file from the path from to path to, asynchronously.
copy(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
Copy a file from the path from to path to, asynchronously.
copy(String, String, CopyOptions, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.file.FileSystem
Copy a file from the path from to path to, asynchronously.
copy(String, String, CopyOptions) - Method in class io.vertx.reactivex.core.file.FileSystem
Copy a file from the path from to path to, asynchronously.
copy() - Method in class io.vertx.reactivex.core.json.pointer.JsonPointer
Copy a JsonPointer
copy() - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Copy this request
copy() - Method in class io.vertx.rxjava.core.buffer.Buffer
Returns a copy of the entire Buffer.
copy(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Copy a file from the path from to path to, asynchronously.
copy(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
Copy a file from the path from to path to, asynchronously.
copy(String, String, CopyOptions, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Copy a file from the path from to path to, asynchronously.
copy(String, String, CopyOptions) - Method in class io.vertx.rxjava.core.file.FileSystem
Copy a file from the path from to path to, asynchronously.
copy() - Method in class io.vertx.rxjava.core.json.pointer.JsonPointer
Copy a JsonPointer
copy() - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
Copy this request
copy() - Method in class io.vertx.tracing.opentracing.OpenTracingOptions
 
copy() - Method in class io.vertx.tracing.zipkin.ZipkinTracingOptions
 
copyBlocking(String, String) - Method in interface io.vertx.core.file.FileSystem
copyBlocking(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
copyBlocking(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
CopyOptions - Class in io.vertx.core.file
Describes the copy (and move) options.
CopyOptions() - Constructor for class io.vertx.core.file.CopyOptions
Default constructor.
CopyOptions(CopyOptions) - Constructor for class io.vertx.core.file.CopyOptions
Copy constructor.
CopyOptions(JsonObject) - Constructor for class io.vertx.core.file.CopyOptions
Constructor to create options from JSON.
CopyOptionsConverter - Class in io.vertx.core.file
Converter and mapper for CopyOptions.
CopyOptionsConverter() - Constructor for class io.vertx.core.file.CopyOptionsConverter
 
copyRecursive(String, String, boolean, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
Copy a file from the path from to path to, asynchronously.
copyRecursive(String, String, boolean) - Method in interface io.vertx.core.file.FileSystem
Like FileSystem.copyRecursive(String, String, boolean, Handler) but returns a Future of the asynchronous result
copyRecursive(String, String, boolean, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.file.FileSystem
Copy a file from the path from to path to, asynchronously.
copyRecursive(String, String, boolean) - Method in class io.vertx.reactivex.core.file.FileSystem
Copy a file from the path from to path to, asynchronously.
copyRecursive(String, String, boolean, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Copy a file from the path from to path to, asynchronously.
copyRecursive(String, String, boolean) - Method in class io.vertx.rxjava.core.file.FileSystem
Copy a file from the path from to path to, asynchronously.
copyRecursiveBlocking(String, String, boolean) - Method in interface io.vertx.core.file.FileSystem
copyRecursiveBlocking(String, String, boolean) - Method in class io.vertx.reactivex.core.file.FileSystem
copyRecursiveBlocking(String, String, boolean) - Method in class io.vertx.rxjava.core.file.FileSystem
correlationId() - Method in interface io.vertx.amqp.AmqpMessage
 
correlationId(String) - Method in interface io.vertx.amqp.AmqpMessageBuilder
 
correlationId() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
correlationId(String) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
correlationId() - Method in class io.vertx.rxjava.amqp.AmqpMessage
 
correlationId(String) - Method in class io.vertx.rxjava.amqp.AmqpMessageBuilder
 
CorsHandler - Interface in io.vertx.ext.web.handler
A handler which implements server side http://www.w3.org/TR/cors/[CORS] support for Vert.x-Web.
CorsHandler - Class in io.vertx.reactivex.ext.web.handler
A handler which implements server side http://www.w3.org/TR/cors/[CORS] support for Vert.x-Web.
CorsHandler(CorsHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.CorsHandler
 
CorsHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.CorsHandler
 
CorsHandler - Class in io.vertx.rxjava.ext.web.handler
A handler which implements server side http://www.w3.org/TR/cors/[CORS] support for Vert.x-Web.
CorsHandler(CorsHandler) - Constructor for class io.vertx.rxjava.ext.web.handler.CorsHandler
 
CorsHandler(Object) - Constructor for class io.vertx.rxjava.ext.web.handler.CorsHandler
 
coseId() - Method in enum io.vertx.ext.auth.webauthn.PublicKeyCredential
 
count(String, JsonObject, Handler<AsyncResult<Long>>) - Method in interface io.vertx.ext.mongo.MongoClient
Count matching documents in a collection.
count(String, JsonObject) - Method in interface io.vertx.ext.mongo.MongoClient
Like MongoClient.count(String, JsonObject, Handler) but returns a Future of the asynchronous result
count() - Method in interface io.vertx.ext.unit.Async
 
count(String, JsonObject, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Count matching documents in a collection.
count(String, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Count matching documents in a collection.
count() - Method in class io.vertx.reactivex.ext.unit.Async
 
count(String, JsonObject, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Count matching documents in a collection.
count(String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Count matching documents in a collection.
count() - Method in class io.vertx.rxjava.ext.unit.Async
 
countActions() - Method in class io.vertx.reactivex.ContextScheduler.ContextWorker
 
countActions() - Method in class io.vertx.rx.java.ContextScheduler.ContextWorker
 
countDown() - Method in interface io.vertx.ext.unit.Async
Count down the async.
countDown() - Method in class io.vertx.reactivex.ext.unit.Async
Count down the async.
countDown() - Method in class io.vertx.rxjava.ext.unit.Async
Count down the async.
Counter - Interface in io.vertx.core.shareddata
An asynchronous counter that can be used to across the cluster to maintain a consistent count.
Counter - Class in io.vertx.reactivex.core.shareddata
An asynchronous counter that can be used to across the cluster to maintain a consistent count.
Counter(Counter) - Constructor for class io.vertx.reactivex.core.shareddata.Counter
 
Counter(Object) - Constructor for class io.vertx.reactivex.core.shareddata.Counter
 
Counter - Class in io.vertx.rxjava.core.shareddata
An asynchronous counter that can be used to across the cluster to maintain a consistent count.
Counter(Counter) - Constructor for class io.vertx.rxjava.core.shareddata.Counter
 
Counter(Object) - Constructor for class io.vertx.rxjava.core.shareddata.Counter
 
crc() - Method in class io.vertx.ext.web.sstore.AbstractSession
 
create(AmqpClientOptions) - Static method in interface io.vertx.amqp.AmqpClient
Creates a new instance of AmqpClient using an internal Vert.x instance (with default configuration) and the given AMQP client configuration.
create(Vertx, AmqpClientOptions) - Static method in interface io.vertx.amqp.AmqpClient
Creates a new instance of AmqpClient with the given Vert.x instance and the given options.
create() - Static method in interface io.vertx.amqp.AmqpMessage
 
create(AmqpMessage) - Static method in interface io.vertx.amqp.AmqpMessage
Creates a builder to create a new AmqpMessage copying the metadata from the passed message.
create(Message) - Static method in interface io.vertx.amqp.AmqpMessage
Creates a builder to create a new AmqpMessage copying the metadata from the passed (Proton) message.
create() - Static method in interface io.vertx.amqp.AmqpMessageBuilder
 
create(Vertx, CamelBridgeOptions) - Static method in interface io.vertx.camel.CamelBridge
Creates a bridge between Camel endpoints and Vert.x
create(Vertx) - Static method in interface io.vertx.cassandra.CassandraClient
create(Vertx, CassandraClientOptions) - Static method in interface io.vertx.cassandra.CassandraClient
Create a Cassandra client which maintains its own driver session.
create(String, Vertx, CircuitBreakerOptions) - Static method in interface io.vertx.circuitbreaker.CircuitBreaker
Creates a new instance of CircuitBreaker.
create(String, Vertx) - Static method in interface io.vertx.circuitbreaker.CircuitBreaker
Creates a new instance of CircuitBreaker, with default options.
create(Vertx) - Static method in interface io.vertx.circuitbreaker.HystrixMetricHandler
Creates the handler, using the default notification address.
create(Vertx, String) - Static method in interface io.vertx.circuitbreaker.HystrixMetricHandler
Creates the handler.
create(Vertx, ConfigRetrieverOptions) - Static method in interface io.vertx.config.ConfigRetriever
Creates an instance of the default implementation of the ConfigRetriever.
create(Vertx) - Static method in interface io.vertx.config.ConfigRetriever
Creates an instance of the default implementation of the ConfigRetriever, using the default settings (json file, system properties and environment variables).
create(Vertx, JsonObject) - Method in class io.vertx.config.consul.ConsulConfigStoreFactory
 
create(Vertx, JsonObject) - Method in class io.vertx.config.git.GitConfigStoreFactory
 
create(Vertx, JsonObject) - Method in class io.vertx.config.kubernetes.ConfigMapStoreFactory
 
create(Vertx, JsonObject) - Method in class io.vertx.config.redis.RedisConfigStoreFactory
 
create(Vertx, JsonObject) - Method in interface io.vertx.config.spi.ConfigStoreFactory
Creates an instance of the ConfigStore.
create(Vertx, JsonObject) - Method in class io.vertx.config.spring.SpringConfigServerStoreFactory
 
create(Vertx, JsonObject) - Method in class io.vertx.config.vault.VaultConfigStoreFactory
 
create(Vertx, JsonObject) - Method in class io.vertx.config.zookeeper.ZookeeperConfigStoreFactory
 
create(String) - Static method in interface io.vertx.core.cli.CLI
Creates an instance of CLI using the default implementation.
create(Class<?>) - Static method in interface io.vertx.core.cli.CLI
Creates an instance of CLI from the given Java class.
create(CLI) - Static method in interface io.vertx.core.cli.CommandLine
Creates a command line object from the CLI.
create(Class<T>, String) - Static method in class io.vertx.core.cli.converters.Converters
 
create(String, Converter<T>) - Static method in class io.vertx.core.cli.converters.Converters
 
create() - Static method in interface io.vertx.core.json.pointer.JsonPointer
Build an empty JsonPointer
create() - Static method in interface io.vertx.core.net.SelfSignedCertificate
Create a new SelfSignedCertificate instance.
create(String) - Static method in interface io.vertx.core.net.SelfSignedCertificate
Create a new SelfSignedCertificate instance with a fully-qualified domain name,
create(CommandLine) - Method in interface io.vertx.core.spi.launcher.CommandFactory
 
create(CommandLine) - Method in class io.vertx.core.spi.launcher.DefaultCommandFactory
 
create() - Static method in interface io.vertx.ext.auth.authorization.AndAuthorization
 
create(User) - Static method in interface io.vertx.ext.auth.authorization.AuthorizationContext
Factory for Authorization Context
create(String, Set<Authorization>) - Static method in interface io.vertx.ext.auth.authorization.AuthorizationProvider
create an authorization provider with the specified id and authorizations
create(Authorization) - Static method in interface io.vertx.ext.auth.authorization.NotAuthorization
 
create() - Static method in interface io.vertx.ext.auth.authorization.OrAuthorization
 
create(String) - Static method in interface io.vertx.ext.auth.authorization.PermissionBasedAuthorization
 
create(String) - Static method in interface io.vertx.ext.auth.authorization.RoleBasedAuthorization
 
create(String) - Static method in interface io.vertx.ext.auth.authorization.WildcardPermissionBasedAuthorization
 
create() - Static method in interface io.vertx.ext.auth.ChainAuth
Deprecated.
create(Vertx) - Static method in interface io.vertx.ext.auth.htdigest.HtdigestAuth
Creates an instance of HtdigestAuth.
create(Vertx, String) - Static method in interface io.vertx.ext.auth.htdigest.HtdigestAuth
Creates an instance of HtdigestAuth by using the given htfile file.
create(Vertx) - Static method in interface io.vertx.ext.auth.htpasswd.HtpasswdAuth
 
create(Vertx, HtpasswdAuthOptions) - Static method in interface io.vertx.ext.auth.htpasswd.HtpasswdAuth
 
create(Vertx, JDBCClient) - Static method in interface io.vertx.ext.auth.jdbc.JDBCAuth
Deprecated.
Create a JDBC auth provider implementation
create(JDBCClient, JDBCHashStrategy, JDBCAuthenticationOptions) - Static method in interface io.vertx.ext.auth.jdbc.JDBCAuthentication
Deprecated.
This factory is only for backwards compatibility
create(JDBCClient, JDBCAuthenticationOptions) - Static method in interface io.vertx.ext.auth.jdbc.JDBCAuthentication
Create a JDBC auth provider implementation
create(String, JDBCClient, JDBCAuthorizationOptions) - Static method in interface io.vertx.ext.auth.jdbc.JDBCAuthorization
Create a JDBC authorization provider implementation
create(JDBCClient) - Static method in interface io.vertx.ext.auth.jdbc.JDBCUserUtil
Create an instance of the user helper.
create(JDBCClient, String, String, String) - Static method in interface io.vertx.ext.auth.jdbc.JDBCUserUtil
Create an instance of the user helper with custom queries.
create(String) - Static method in interface io.vertx.ext.auth.jwt.authorization.JWTAuthorization
Factory method to create a Authorization provider for JWT tokens.
create() - Static method in interface io.vertx.ext.auth.jwt.authorization.MicroProfileAuthorization
Factory method to create a Authorization provider for tokens adhering to the MP-JWT 1.1 spec.
create(Vertx, JWTAuthOptions) - Static method in interface io.vertx.ext.auth.jwt.JWTAuth
Create a JWT auth provider
create(Vertx, LdapAuthenticationOptions) - Static method in interface io.vertx.ext.auth.ldap.LdapAuthentication
Create a LDAP authentication provider
create(MongoClient, JsonObject) - Static method in interface io.vertx.ext.auth.mongo.MongoAuth
Deprecated.
Creates an instance of MongoAuth by using the given MongoClient and configuration object.
create(MongoClient, MongoAuthenticationOptions) - Static method in interface io.vertx.ext.auth.mongo.MongoAuthentication
Creates an instance of MongoAuth by using the given MongoClient and configuration object.
create(MongoClient, HashStrategy, MongoAuthenticationOptions) - Static method in interface io.vertx.ext.auth.mongo.MongoAuthentication
 
create(String, MongoClient, MongoAuthorizationOptions) - Static method in interface io.vertx.ext.auth.mongo.MongoAuthorization
Creates an instance of MongoAuthorization by using the given MongoClient and configuration object.
create(MongoClient) - Static method in interface io.vertx.ext.auth.mongo.MongoUserUtil
Create an instance of the user helper.
create(MongoClient, MongoAuthenticationOptions, MongoAuthorizationOptions) - Static method in interface io.vertx.ext.auth.mongo.MongoUserUtil
Create an instance of the user helper with custom queries.
create() - Static method in interface io.vertx.ext.auth.oauth2.authorization.KeycloakAuthorization
Factory method to create an Authorization Provider for tokens adhering to the Keycloak token format.
create(String) - Static method in interface io.vertx.ext.auth.oauth2.authorization.ScopeAuthorization
Factory method to create a Authorization provider for Oauth 2.0 scopes.
create(String, String) - Static method in interface io.vertx.ext.auth.oauth2.authorization.ScopeAuthorization
Factory method to create a Authorization provider for OpenID Connect scopes.
create(Vertx) - Static method in interface io.vertx.ext.auth.oauth2.OAuth2Auth
Create a OAuth2 auth provider
create(Vertx, OAuth2Options) - Static method in interface io.vertx.ext.auth.oauth2.OAuth2Auth
Create a OAuth2 auth provider
create(Vertx, String, String, String, String) - Static method in interface io.vertx.ext.auth.oauth2.providers.AmazonCognitoAuth
Create a OAuth2Auth provider for Amazon Cognito
create(Vertx, String, String, String, String, HttpClientOptions) - Static method in interface io.vertx.ext.auth.oauth2.providers.AmazonCognitoAuth
Create a OAuth2Auth provider for Amazon Cognito
create(Vertx, String, String, String) - Static method in interface io.vertx.ext.auth.oauth2.providers.AzureADAuth
Create a OAuth2Auth provider for Microsoft Azure Active Directory
create(Vertx, String, String, String, HttpClientOptions) - Static method in interface io.vertx.ext.auth.oauth2.providers.AzureADAuth
Create a OAuth2Auth provider for Microsoft Azure Active Directory
create(Vertx, String, String) - Static method in interface io.vertx.ext.auth.oauth2.providers.BoxAuth
Create a OAuth2Auth provider for App.net
create(Vertx, String, String, HttpClientOptions) - Static method in interface io.vertx.ext.auth.oauth2.providers.BoxAuth
Create a OAuth2Auth provider for App.net
create(Vertx, String, String, String) - Static method in interface io.vertx.ext.auth.oauth2.providers.CloudFoundryAuth
Create a OAuth2Auth provider for CloudFoundry UAA
create(Vertx, String, String, String, HttpClientOptions) - Static method in interface io.vertx.ext.auth.oauth2.providers.CloudFoundryAuth
Create a OAuth2Auth provider for CloudFoundry UAA
create(Vertx, String, String) - Static method in interface io.vertx.ext.auth.oauth2.providers.DropboxAuth
Create a OAuth2Auth provider for Dropbox
create(Vertx, String, String, HttpClientOptions) - Static method in interface io.vertx.ext.auth.oauth2.providers.DropboxAuth
Create a OAuth2Auth provider for Dropbox
create(Vertx, String, String) - Static method in interface io.vertx.ext.auth.oauth2.providers.FacebookAuth
Create a OAuth2Auth provider for Facebook
create(Vertx, String, String, HttpClientOptions) - Static method in interface io.vertx.ext.auth.oauth2.providers.FacebookAuth
Create a OAuth2Auth provider for Facebook
create(Vertx, String, String) - Static method in interface io.vertx.ext.auth.oauth2.providers.FoursquareAuth
Create a OAuth2Auth provider for Foursquare
create(Vertx, String, String, HttpClientOptions) - Static method in interface io.vertx.ext.auth.oauth2.providers.FoursquareAuth
Create a OAuth2Auth provider for Foursquare
create(Vertx, String, String) - Static method in interface io.vertx.ext.auth.oauth2.providers.GithubAuth
Create a OAuth2Auth provider for Github
create(Vertx, String, String, HttpClientOptions) - Static method in interface io.vertx.ext.auth.oauth2.providers.GithubAuth
Create a OAuth2Auth provider for Github
create(Vertx, String, String) - Static method in interface io.vertx.ext.auth.oauth2.providers.GitLabAuth
Create a OAuth2Auth provider for GitLab.com.
create(Vertx, String, String, String) - Static method in interface io.vertx.ext.auth.oauth2.providers.GitLabAuth
Create a OAuth2Auth provider for GitLab.
create(Vertx, String, String, String, HttpClientOptions) - Static method in interface io.vertx.ext.auth.oauth2.providers.GitLabAuth
Create a OAuth2Auth provider for GitLab.
create(Vertx, String, String) - Static method in interface io.vertx.ext.auth.oauth2.providers.GoogleAuth
Create a OAuth2Auth provider for Google
create(Vertx, String, String, HttpClientOptions) - Static method in interface io.vertx.ext.auth.oauth2.providers.GoogleAuth
Create a OAuth2Auth provider for Google
create(Vertx, JsonObject) - Static method in interface io.vertx.ext.auth.oauth2.providers.GoogleAuth
Create a OAuth2Auth provider for Google Service Account (Server to Server)
create(Vertx, JsonObject, HttpClientOptions) - Static method in interface io.vertx.ext.auth.oauth2.providers.GoogleAuth
Create a OAuth2Auth provider for Google Service Account (Server to Server)
create(Vertx, String, String) - Static method in interface io.vertx.ext.auth.oauth2.providers.HerokuAuth
Create a OAuth2Auth provider for Heroku
create(Vertx, String, String, HttpClientOptions) - Static method in interface io.vertx.ext.auth.oauth2.providers.HerokuAuth
Create a OAuth2Auth provider for Heroku
create(Vertx, String, String, String, String) - Static method in interface io.vertx.ext.auth.oauth2.providers.IBMCloudAuth
Create a OAuth2Auth provider for IBM Cloud
create(Vertx, String, String, String, String, HttpClientOptions) - Static method in interface io.vertx.ext.auth.oauth2.providers.IBMCloudAuth
Create a OAuth2Auth provider for IBM Cloud
create(Vertx, String, String) - Static method in interface io.vertx.ext.auth.oauth2.providers.InstagramAuth
Create a OAuth2Auth provider for Instagram
create(Vertx, String, String, HttpClientOptions) - Static method in interface io.vertx.ext.auth.oauth2.providers.InstagramAuth
Create a OAuth2Auth provider for Instagram
create(Vertx, JsonObject) - Static method in interface io.vertx.ext.auth.oauth2.providers.KeycloakAuth
Create a OAuth2Auth provider for Keycloak
create(Vertx, OAuth2FlowType, JsonObject) - Static method in interface io.vertx.ext.auth.oauth2.providers.KeycloakAuth
Create a OAuth2Auth provider for Keycloak
create(Vertx, JsonObject, HttpClientOptions) - Static method in interface io.vertx.ext.auth.oauth2.providers.KeycloakAuth
Create a OAuth2Auth provider for Keycloak
create(Vertx, OAuth2FlowType, JsonObject, HttpClientOptions) - Static method in interface io.vertx.ext.auth.oauth2.providers.KeycloakAuth
Create a OAuth2Auth provider for Keycloak
create(Vertx, String, String) - Static method in interface io.vertx.ext.auth.oauth2.providers.LinkedInAuth
Create a OAuth2Auth provider for LinkedIn
create(Vertx, String, String, HttpClientOptions) - Static method in interface io.vertx.ext.auth.oauth2.providers.LinkedInAuth
Create a OAuth2Auth provider for LinkedIn
create(Vertx, String, String) - Static method in interface io.vertx.ext.auth.oauth2.providers.LiveAuth
Create a OAuth2Auth provider for live.com
create(Vertx, String, String, HttpClientOptions) - Static method in interface io.vertx.ext.auth.oauth2.providers.LiveAuth
Create a OAuth2Auth provider for live.com
create(Vertx, String, String) - Static method in interface io.vertx.ext.auth.oauth2.providers.MailchimpAuth
Create a OAuth2Auth provider for Mailchimp
create(Vertx, String, String, HttpClientOptions) - Static method in interface io.vertx.ext.auth.oauth2.providers.MailchimpAuth
Create a OAuth2Auth provider for Mailchimp
create(Vertx, String, String) - Static method in interface io.vertx.ext.auth.oauth2.providers.SalesforceAuth
Create a OAuth2Auth provider for Salesforce
create(Vertx, String, String, HttpClientOptions) - Static method in interface io.vertx.ext.auth.oauth2.providers.SalesforceAuth
Create a OAuth2Auth provider for Salesforce
create(Vertx, String, String, String) - Static method in interface io.vertx.ext.auth.oauth2.providers.ShopifyAuth
Create a OAuth2Auth provider for Shopify
create(Vertx, String, String, String, HttpClientOptions) - Static method in interface io.vertx.ext.auth.oauth2.providers.ShopifyAuth
Create a OAuth2Auth provider for Shopify
create(Vertx, String, String) - Static method in interface io.vertx.ext.auth.oauth2.providers.SoundcloudAuth
Create a OAuth2Auth provider for SoundCloud
create(Vertx, String, String, HttpClientOptions) - Static method in interface io.vertx.ext.auth.oauth2.providers.SoundcloudAuth
Create a OAuth2Auth provider for SoundCloud
create(Vertx, String, String) - Static method in interface io.vertx.ext.auth.oauth2.providers.StripeAuth
Create a OAuth2Auth provider for Stripe
create(Vertx, String, String, HttpClientOptions) - Static method in interface io.vertx.ext.auth.oauth2.providers.StripeAuth
Create a OAuth2Auth provider for Stripe
create(Vertx, String, String) - Static method in interface io.vertx.ext.auth.oauth2.providers.TwitterAuth
Create a OAuth2Auth provider for Twitter
create(Vertx, String, String, HttpClientOptions) - Static method in interface io.vertx.ext.auth.oauth2.providers.TwitterAuth
Create a OAuth2Auth provider for Twitter
create(OAuth2Options) - Static method in interface io.vertx.ext.auth.oauth2.rbac.KeycloakRBAC
Factory method to create a RBAC handler for tokens adhering to the Keycloak token format.
create() - Static method in interface io.vertx.ext.auth.oauth2.rbac.MicroProfileRBAC
Factory method to create a RBAC handler for tokens adhering to the MP-JWT 1.1 spec.
create(Vertx, String) - Static method in interface io.vertx.ext.auth.properties.PropertyFileAuthentication
Create a File authentication provider
create(Vertx, String) - Static method in interface io.vertx.ext.auth.properties.PropertyFileAuthorization
Create a File authentication provider
create(Vertx, Realm) - Static method in interface io.vertx.ext.auth.shiro.ShiroAuth
Deprecated.
Create a Shiro auth provider
create(Vertx, ShiroAuthOptions) - Static method in interface io.vertx.ext.auth.shiro.ShiroAuth
Deprecated.
Create a Shiro auth provider
create(SqlClient) - Static method in interface io.vertx.ext.auth.sqlclient.SqlAuthentication
Create a JDBC auth provider implementation
create(SqlClient, SqlAuthenticationOptions) - Static method in interface io.vertx.ext.auth.sqlclient.SqlAuthentication
Create a JDBC auth provider implementation
create(SqlClient) - Static method in interface io.vertx.ext.auth.sqlclient.SqlAuthorization
Create a JDBC authorization provider implementation
create(SqlClient, SqlAuthorizationOptions) - Static method in interface io.vertx.ext.auth.sqlclient.SqlAuthorization
Create a JDBC authorization provider implementation
create(SqlClient) - Static method in interface io.vertx.ext.auth.sqlclient.SqlUserUtil
Create an instance of the user helper.
create(SqlClient, String, String, String) - Static method in interface io.vertx.ext.auth.sqlclient.SqlUserUtil
Create an instance of the user helper with custom queries.
create(JsonObject) - Static method in interface io.vertx.ext.auth.User
Factory for user instances that are free form.
create(JsonObject, JsonObject) - Static method in interface io.vertx.ext.auth.User
Factory for user instances that are free form.
create(Vertx) - Static method in interface io.vertx.ext.auth.webauthn.WebAuthn
Create a WebAuthN auth provider
create(Vertx, WebAuthnOptions) - Static method in interface io.vertx.ext.auth.webauthn.WebAuthn
Create a WebAuthN auth provider
create(Vertx) - Static method in interface io.vertx.ext.consul.ConsulClient
Create a Consul client with default options.
create(Vertx, ConsulClientOptions) - Static method in interface io.vertx.ext.consul.ConsulClient
Create a Consul client.
create(Vertx) - Static method in interface io.vertx.ext.dropwizard.MetricsService
Creates a metric service for a given Vertx instance.
create(Vertx) - Static method in interface io.vertx.ext.eventbus.bridge.tcp.TcpEventBusBridge
 
create(Vertx, BridgeOptions) - Static method in interface io.vertx.ext.eventbus.bridge.tcp.TcpEventBusBridge
 
create(Vertx, BridgeOptions, NetServerOptions) - Static method in interface io.vertx.ext.eventbus.bridge.tcp.TcpEventBusBridge
 
create(Vertx, BridgeOptions, NetServerOptions, Handler<BridgeEvent>) - Static method in interface io.vertx.ext.eventbus.bridge.tcp.TcpEventBusBridge
 
create(Vertx, AuthenticationProvider) - Static method in interface io.vertx.ext.healthchecks.HealthCheckHandler
Creates an instance of the default implementation of the HealthCheckHandler.
create(Vertx) - Static method in interface io.vertx.ext.healthchecks.HealthCheckHandler
Creates an instance of the default implementation of the HealthCheckHandler.
create(Vertx) - Static method in interface io.vertx.ext.healthchecks.HealthChecks
Creates a new instance of the default implementation of HealthChecks.
create(Vertx, JsonObject) - Static method in interface io.vertx.ext.jdbc.JDBCClient
Create a JDBC client which maintains its own data source.
create(Vertx, DataSource) - Static method in interface io.vertx.ext.jdbc.JDBCClient
Create a client using a pre-existing data source
create() - Static method in interface io.vertx.ext.mail.MailAttachment
construct an empty MailAttachment object that can be filled with the setters
create(JsonObject) - Static method in interface io.vertx.ext.mail.MailAttachment
create a MailAttachment object from a JsonObject representation
create(MailAttachment) - Static method in interface io.vertx.ext.mail.MailAttachment
create a copy of a MailAttachment object
create(Vertx, MailConfig) - Static method in interface io.vertx.ext.mail.MailClient
Create a non shared instance of the mail client.
create(Vertx, JsonObject) - Static method in interface io.vertx.ext.mongo.MongoClient
Create a Mongo client which maintains its own data source.
create(Vertx, Class<? extends AnnotatedCommand>) - Static method in interface io.vertx.ext.shell.command.Command
Create a command from a Java class, annotated with Vert.x Core CLI annotations.
create(Vertx) - Static method in interface io.vertx.ext.shell.command.CommandRegistry
Create a new registry.
create() - Static method in interface io.vertx.ext.shell.session.Session
Create a new empty session.
create(Vertx, ShellServerOptions) - Static method in interface io.vertx.ext.shell.ShellServer
Create a new shell server with default options.
create(Vertx) - Static method in interface io.vertx.ext.shell.ShellServer
Create a new shell server with specific options.
create(Vertx) - Static method in interface io.vertx.ext.shell.ShellService
create(Vertx, ShellServiceOptions) - Static method in interface io.vertx.ext.shell.ShellService
Create a new shell service.
create() - Static method in interface io.vertx.ext.shell.term.Pty
Create a new pseudo terminal with no terminal type.
create(String) - Static method in interface io.vertx.ext.shell.term.Pty
Create a new pseudo terminal.
create(Vertx, String) - Static method in interface io.vertx.ext.shell.term.SockJSTermHandler
 
create(Vertx, String) - Method in interface io.vertx.ext.stomp.DestinationFactory
Creates a destination for the given address.
create(JsonObject) - Static method in class io.vertx.ext.stomp.Frame.Heartbeat
Creates an instance of Frame.Heartbeat from the JSON configuration provides in the client / server options.
create(Vertx) - Static method in interface io.vertx.ext.stomp.StompClient
Creates a StompClient using the default implementation.
create(Vertx, StompClientOptions) - Static method in interface io.vertx.ext.stomp.StompClient
Creates a StompClient using the default implementation.
create(Vertx, StompServerOptions) - Static method in interface io.vertx.ext.stomp.StompServer
Creates a StompServer based on the default Stomp Server implementation.
create(Vertx, NetServer) - Static method in interface io.vertx.ext.stomp.StompServer
Creates a StompServer based on the default Stomp Server implementation.
create(Vertx, NetServer, StompServerOptions) - Static method in interface io.vertx.ext.stomp.StompServer
Creates a StompServer based on the default Stomp Server implementation.
create(Vertx) - Static method in interface io.vertx.ext.stomp.StompServer
Creates a StompServer based on the default Stomp Server implementation, and use the default options.
create(Vertx) - Static method in interface io.vertx.ext.stomp.StompServerHandler
Creates an instance of StompServerHandler using the default (compliant) implementation.
create() - Static method in class io.vertx.ext.stomp.utils.Headers
 
create(String...) - Static method in class io.vertx.ext.stomp.utils.Headers
 
create(Map<String, String>) - Static method in class io.vertx.ext.stomp.utils.Headers
 
create(Vertx, ReportingOptions) - Static method in interface io.vertx.ext.unit.collect.EventBusCollector
Create a message handler reporting with the specified options.
create(Vertx, Handler<TestSuiteReport>) - Static method in interface io.vertx.ext.unit.collect.EventBusCollector
 
create(String, Handler<TestContext>) - Static method in interface io.vertx.ext.unit.TestCase
Create a test case.
create(String) - Static method in interface io.vertx.ext.unit.TestSuite
Create and return a new test suite.
create(Object) - Static method in interface io.vertx.ext.unit.TestSuite
Create and return a new test suite configured after the testSuiteObject argument.
create(Vertx, String, Handler<AsyncResult<OpenAPI3RouterFactory>>) - Static method in interface io.vertx.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Deprecated.
Create a new OpenAPI3RouterFactory
create(Vertx, String) - Static method in interface io.vertx.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Deprecated.
 
create(Vertx, String, List<JsonObject>, Handler<AsyncResult<OpenAPI3RouterFactory>>) - Static method in interface io.vertx.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Deprecated.
Create a new OpenAPI3RouterFactory
create(Vertx, String, List<JsonObject>) - Static method in interface io.vertx.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Deprecated.
 
create(String, Object) - Static method in interface io.vertx.ext.web.api.RequestParameter
Deprecated.
 
create(Object) - Static method in interface io.vertx.ext.web.api.RequestParameter
Deprecated.
 
create() - Static method in interface io.vertx.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
Factory method to create an HTTPRequestValidationHandler
create(Function<ResponsePredicateResult, Throwable>) - Static method in interface io.vertx.ext.web.client.predicate.ErrorConverter
Creates a full ErrorConverter, that will passed a predicate result with the response body.
create(Function<HttpResponse<Void>, ResponsePredicateResult>) - Static method in interface io.vertx.ext.web.client.predicate.ResponsePredicate
Creates a new ResponsePredicate.
create(Function<HttpResponse<Void>, ResponsePredicateResult>, ErrorConverter) - Static method in interface io.vertx.ext.web.client.predicate.ResponsePredicate
Creates a new ResponsePredicate, using a custom errorConverter.
create(Vertx) - Static method in interface io.vertx.ext.web.client.WebClient
Create a web client using the provided vertx instance and default options.
create(Vertx, WebClientOptions) - Static method in interface io.vertx.ext.web.client.WebClient
Create a web client using the provided vertx instance.
create(WebClient) - Static method in interface io.vertx.ext.web.client.WebClientSession
Create a session aware web client using the provided webClient instance.
create(WebClient, CookieStore) - Static method in interface io.vertx.ext.web.client.WebClientSession
Create a session aware web client using the provided webClient instance.
create(Function<Buffer, T>) - Static method in interface io.vertx.ext.web.codec.BodyCodec
Create a codec that buffers the entire body and then apply the decode function and returns the result.
create(Handler<AsyncResult<BodyStream<T>>>) - Method in interface io.vertx.ext.web.codec.BodyCodec
Create the BodyStream.
create(Authorization) - Static method in interface io.vertx.ext.web.handler.AuthorizationHandler
create the the handler that will check the specified authorization Note that to check several authorizations, you can specify a sub-interface such as AndAuthorization or OrAuthorization
create(AuthenticationProvider) - Static method in interface io.vertx.ext.web.handler.BasicAuthHandler
Create a basic auth handler
create(AuthenticationProvider, String) - Static method in interface io.vertx.ext.web.handler.BasicAuthHandler
Create a basic auth handler, specifying realm
create() - Static method in interface io.vertx.ext.web.handler.BodyHandler
Create a body handler with defaults
create(boolean) - Static method in interface io.vertx.ext.web.handler.BodyHandler
Create a body handler setting if it should handle file uploads
create(String) - Static method in interface io.vertx.ext.web.handler.BodyHandler
Create a body handler and use the given upload directory.
create() - Static method in interface io.vertx.ext.web.handler.ChainAuthHandler
Deprecated.
create(String) - Static method in interface io.vertx.ext.web.handler.CorsHandler
Create a CORS handler using a regular expression to match origins.
create() - Static method in interface io.vertx.ext.web.handler.CorsHandler
Create a empty CORS handler that allows * origin.
create() - Static method in interface io.vertx.ext.web.handler.CSPHandler
Creates a new instance of the handler.
create(Vertx, String) - Static method in interface io.vertx.ext.web.handler.CSRFHandler
Instantiate a new CSRFHandlerImpl with a secret
create(Vertx, HtdigestAuth) - Static method in interface io.vertx.ext.web.handler.DigestAuthHandler
Create a digest auth handler
create(Vertx, HtdigestAuth, long) - Static method in interface io.vertx.ext.web.handler.DigestAuthHandler
Create a digest auth handler, specifying the expire timeout for nonces.
create(Vertx) - Static method in interface io.vertx.ext.web.handler.ErrorHandler
Create an error handler using defaults
create(Vertx, String, boolean) - Static method in interface io.vertx.ext.web.handler.ErrorHandler
Create an error handler
create(Vertx, boolean) - Static method in interface io.vertx.ext.web.handler.ErrorHandler
Create an error handler
create(Vertx, String) - Static method in interface io.vertx.ext.web.handler.ErrorHandler
Create an error handler
create(Vertx) - Static method in interface io.vertx.ext.web.handler.FaviconHandler
Create a handler with defaults
create(Vertx, String) - Static method in interface io.vertx.ext.web.handler.FaviconHandler
Create a handler attempting to load favicon file from the specified path
create(Vertx, String, long) - Static method in interface io.vertx.ext.web.handler.FaviconHandler
Create a handler attempting to load favicon file from the specified path, and with the specified max cache time
create(Vertx, long) - Static method in interface io.vertx.ext.web.handler.FaviconHandler
Create a handler with the specified max cache time
create(AuthenticationProvider) - Static method in interface io.vertx.ext.web.handler.FormLoginHandler
Create a handler
create(AuthenticationProvider, String, String, String, String) - Static method in interface io.vertx.ext.web.handler.FormLoginHandler
Create a handler
create(GraphQL) - Static method in interface io.vertx.ext.web.handler.graphql.ApolloWSHandler
Create a new ApolloWSHandler that will use the provided graphQL object to execute requests.
create(GraphQL, ApolloWSOptions) - Static method in interface io.vertx.ext.web.handler.graphql.ApolloWSHandler
Create a new ApolloWSHandler that will use the provided graphQL object to execute requests.
create(TriConsumer<List<K>, BatchLoaderEnvironment, Promise<List<V>>>) - Static method in interface io.vertx.ext.web.handler.graphql.dataloader.VertxBatchLoader
Create a new batch loader that works well with callback based APIs.
create(TriConsumer<List<K>, BatchLoaderEnvironment, Promise<List<V>>>, Function<BatchLoaderEnvironment, Context>) - Static method in interface io.vertx.ext.web.handler.graphql.dataloader.VertxBatchLoader
Like VertxBatchLoader.create(TriConsumer), except the method uses the provided contextProvider instead of capturing the current one.
create(BiFunction<List<K>, BatchLoaderEnvironment, Future<List<V>>>) - Static method in interface io.vertx.ext.web.handler.graphql.dataloader.VertxBatchLoader
Create a new batch loader that works well with Future based APIs.
create(BiFunction<List<K>, BatchLoaderEnvironment, Future<List<V>>>, Function<BatchLoaderEnvironment, Context>) - Static method in interface io.vertx.ext.web.handler.graphql.dataloader.VertxBatchLoader
Like VertxBatchLoader.create(BiFunction), except the method uses the provided contextProvider instead of capturing the current one.
create(TriConsumer<Set<K>, BatchLoaderEnvironment, Promise<Map<K, V>>>) - Static method in interface io.vertx.ext.web.handler.graphql.dataloader.VertxMappedBatchLoader
Create a new batch loader that works well with callback based APIs.
create(TriConsumer<Set<K>, BatchLoaderEnvironment, Promise<Map<K, V>>>, Function<BatchLoaderEnvironment, Context>) - Static method in interface io.vertx.ext.web.handler.graphql.dataloader.VertxMappedBatchLoader
Like VertxMappedBatchLoader.create(TriConsumer), except the method uses the provided contextProvider instead of capturing the current one.
create(BiFunction<Set<K>, BatchLoaderEnvironment, Future<Map<K, V>>>) - Static method in interface io.vertx.ext.web.handler.graphql.dataloader.VertxMappedBatchLoader
Create a new batch loader that works well with Future based APIs.
create(BiFunction<Set<K>, BatchLoaderEnvironment, Future<Map<K, V>>>, Function<BatchLoaderEnvironment, Context>) - Static method in interface io.vertx.ext.web.handler.graphql.dataloader.VertxMappedBatchLoader
Like VertxMappedBatchLoader.create(BiFunction), except the method uses the provided contextProvider instead of capturing the current one.
create() - Static method in interface io.vertx.ext.web.handler.graphql.GraphiQLHandler
Create a new GraphiQLHandler.
create(GraphiQLHandlerOptions) - Static method in interface io.vertx.ext.web.handler.graphql.GraphiQLHandler
Create a new GraphiQLHandler.
create(GraphQL) - Static method in interface io.vertx.ext.web.handler.graphql.GraphQLHandler
Create a new GraphQLHandler that will use the provided graphQL object to execute queries.
create(GraphQL, GraphQLHandlerOptions) - Static method in interface io.vertx.ext.web.handler.graphql.GraphQLHandler
Create a new GraphQLHandler that will use the provided graphQL object to execute queries.
create(BiConsumer<DataFetchingEnvironment, Promise<T>>) - Static method in interface io.vertx.ext.web.handler.graphql.schema.VertxDataFetcher
Create a new data fetcher that works well with callback based APIs.
create(BiConsumer<DataFetchingEnvironment, Promise<T>>, Function<DataFetchingEnvironment, Context>) - Static method in interface io.vertx.ext.web.handler.graphql.schema.VertxDataFetcher
Like VertxDataFetcher.create(BiConsumer), except the method uses the provided contextProvider instead of capturing the current one.
create(Function<DataFetchingEnvironment, Future<T>>) - Static method in interface io.vertx.ext.web.handler.graphql.schema.VertxDataFetcher
Create a new data fetcher that works well with Future based APIs.
create(Function<DataFetchingEnvironment, Future<T>>, Function<DataFetchingEnvironment, Context>) - Static method in interface io.vertx.ext.web.handler.graphql.schema.VertxDataFetcher
Like VertxDataFetcher.create(Function), except the method uses the provided contextProvider instead of capturing the current one.
create(String) - Static method in interface io.vertx.ext.web.handler.graphql.schema.VertxPropertyDataFetcher
 
create(long, boolean) - Static method in interface io.vertx.ext.web.handler.HSTSHandler
Creates a new instance that shall consider the configuration for sub domains.
create(boolean) - Static method in interface io.vertx.ext.web.handler.HSTSHandler
Creates a new instance that shall consider the configuration for sub domains.
create() - Static method in interface io.vertx.ext.web.handler.HSTSHandler
Creates a new instance that does not consider the configuration for sub domains.
create(JWTAuth) - Static method in interface io.vertx.ext.web.handler.JWTAuthHandler
Create a JWT auth handler
create() - Static method in interface io.vertx.ext.web.handler.LoggerHandler
Create a handler with default format
create(LoggerFormat) - Static method in interface io.vertx.ext.web.handler.LoggerHandler
Create a handler with he specified format
create(boolean, LoggerFormat) - Static method in interface io.vertx.ext.web.handler.LoggerHandler
Create a handler with he specified format
create() - Static method in interface io.vertx.ext.web.handler.MethodOverrideHandler
Create a X-HTTP-METHOD-OVERRIDE handler with safe downgrade of methods
create(boolean) - Static method in interface io.vertx.ext.web.handler.MethodOverrideHandler
Create a X-HTTP-METHOD-OVERRIDE handler
create(String) - Static method in interface io.vertx.ext.web.handler.MultiTenantHandler
Create a MultiTenant handler that will extract the tenant id from a given header name.
create(Function<RoutingContext, String>) - Static method in interface io.vertx.ext.web.handler.MultiTenantHandler
Create a MultiTenant handler using a custom tenant extraction function.
create(Function<RoutingContext, String>, String) - Static method in interface io.vertx.ext.web.handler.MultiTenantHandler
Create a MultiTenant handler using a custom tenant extraction function.
create(Vertx, OAuth2Auth, String) - Static method in interface io.vertx.ext.web.handler.OAuth2AuthHandler
Create a OAuth2 auth handler with host pinning
create(Vertx, OAuth2Auth) - Static method in interface io.vertx.ext.web.handler.OAuth2AuthHandler
Create a OAuth2 auth handler without host pinning.
create(AuthenticationProvider) - Static method in interface io.vertx.ext.web.handler.RedirectAuthHandler
Create a handler
create(AuthenticationProvider, String) - Static method in interface io.vertx.ext.web.handler.RedirectAuthHandler
Create a handler
create(AuthenticationProvider, String, String) - Static method in interface io.vertx.ext.web.handler.RedirectAuthHandler
Create a handler
create() - Static method in interface io.vertx.ext.web.handler.ResponseContentTypeHandler
Create a response content type handler.
create(String) - Static method in interface io.vertx.ext.web.handler.ResponseContentTypeHandler
Create a response content type handler with a custom disable flag.
create() - Static method in interface io.vertx.ext.web.handler.ResponseTimeHandler
Create a handler
create(SessionStore) - Static method in interface io.vertx.ext.web.handler.SessionHandler
Create a session handler
create(Vertx) - Static method in interface io.vertx.ext.web.handler.sockjs.SockJSHandler
Create a SockJS handler
create(Vertx, SockJSHandlerOptions) - Static method in interface io.vertx.ext.web.handler.sockjs.SockJSHandler
Create a SockJS handler
create() - Static method in interface io.vertx.ext.web.handler.StaticHandler
Create a handler using defaults
create(String) - Static method in interface io.vertx.ext.web.handler.StaticHandler
Create a handler, specifying web-root
create(TemplateEngine) - Static method in interface io.vertx.ext.web.handler.TemplateHandler
Create a handler
create(TemplateEngine, String, String) - Static method in interface io.vertx.ext.web.handler.TemplateHandler
Create a handler
create() - Static method in interface io.vertx.ext.web.handler.TimeoutHandler
Create a handler
create(long) - Static method in interface io.vertx.ext.web.handler.TimeoutHandler
Create a handler
create(long, int) - Static method in interface io.vertx.ext.web.handler.TimeoutHandler
Create a handler
create(WebAuthn) - Static method in interface io.vertx.ext.web.handler.WebAuthnHandler
Create a WebAuthN auth handler.
create(String) - Static method in interface io.vertx.ext.web.handler.XFrameHandler
Creates a new handler that will add the X-FRAME-OPTIONS header to the current response.
create() - Static method in interface io.vertx.ext.web.multipart.MultipartForm
 
create(Vertx, String) - Static method in interface io.vertx.ext.web.openapi.RouterBuilder
Create a new RouterBuilder
create(Vertx, String, Handler<AsyncResult<RouterBuilder>>) - Static method in interface io.vertx.ext.web.openapi.RouterBuilder
Like this#create(Vertx, String)
create(Vertx, String, OpenAPILoaderOptions) - Static method in interface io.vertx.ext.web.openapi.RouterBuilder
Create a new RouterBuilder
create(Vertx, String, OpenAPILoaderOptions, Handler<AsyncResult<RouterBuilder>>) - Static method in interface io.vertx.ext.web.openapi.RouterBuilder
Like this#create(Vertx, String, OpenAPILoaderOptions)
create(Vertx, String) - Static method in interface io.vertx.ext.web.sstore.ClusteredSessionStore
Create a session store
create(Vertx, String, long) - Static method in interface io.vertx.ext.web.sstore.ClusteredSessionStore
Create a session store.

The retry timeout value, configures how long the session handler will retry to get a session from the store when it is not found.

create(Vertx) - Static method in interface io.vertx.ext.web.sstore.ClusteredSessionStore
Create a session store
create(Vertx, long) - Static method in interface io.vertx.ext.web.sstore.ClusteredSessionStore
Create a session store.

The retry timeout value, configures how long the session handler will retry to get a session from the store when it is not found.

create(Vertx) - Static method in interface io.vertx.ext.web.sstore.LocalSessionStore
Create a session store
create(Vertx, String) - Static method in interface io.vertx.ext.web.sstore.LocalSessionStore
Create a session store
create(Vertx, String, long) - Static method in interface io.vertx.ext.web.sstore.LocalSessionStore
Create a session store
create(Vertx) - Static method in interface io.vertx.ext.web.sstore.SessionStore
Create a Session store given a backend and configuration JSON.
create(Vertx, JsonObject) - Static method in interface io.vertx.ext.web.sstore.SessionStore
Create a Session store given a backend and configuration JSON.
create(Vertx) - Static method in interface io.vertx.ext.web.templ.freemarker.FreeMarkerTemplateEngine
Create a template engine using defaults
create(Vertx, String) - Static method in interface io.vertx.ext.web.templ.freemarker.FreeMarkerTemplateEngine
Create a template engine using defaults
create(Vertx) - Static method in interface io.vertx.ext.web.templ.handlebars.HandlebarsTemplateEngine
Create a template engine using defaults
create(Vertx, String) - Static method in interface io.vertx.ext.web.templ.handlebars.HandlebarsTemplateEngine
Create a template engine using defaults
create(Vertx) - Static method in interface io.vertx.ext.web.templ.jade.JadeTemplateEngine
Create a template engine using defaults
create(Vertx, String) - Static method in interface io.vertx.ext.web.templ.jade.JadeTemplateEngine
Create a template engine using defaults
create(Vertx) - Static method in interface io.vertx.ext.web.templ.mvel.MVELTemplateEngine
Create a template engine using defaults
create(Vertx, String) - Static method in interface io.vertx.ext.web.templ.mvel.MVELTemplateEngine
Create a template engine using defaults
create(Vertx) - Static method in interface io.vertx.ext.web.templ.pebble.PebbleTemplateEngine
Create a template engine using defaults
create(Vertx, String) - Static method in interface io.vertx.ext.web.templ.pebble.PebbleTemplateEngine
Create a template engine using defaults
create(Vertx, PebbleEngine) - Static method in interface io.vertx.ext.web.templ.pebble.PebbleTemplateEngine
Create a template engine using a custom Builder, e.g.
create(Vertx, String, PebbleEngine) - Static method in interface io.vertx.ext.web.templ.pebble.PebbleTemplateEngine
Create a template engine using a custom Builder, e.g.
create() - Static method in interface io.vertx.ext.web.templ.rocker.RockerTemplateEngine
Create a template engine using defaults
create(String) - Static method in interface io.vertx.ext.web.templ.rocker.RockerTemplateEngine
Create a template engine using a custom extension
create(Vertx) - Static method in interface io.vertx.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
Create a template engine using defaults
create(SchemaParser) - Method in interface io.vertx.ext.web.validation.builder.BodyProcessorFactory
 
create(ParameterLocation, SchemaParser) - Method in interface io.vertx.ext.web.validation.builder.ParameterProcessorFactory
 
create(ParameterLocation, SchemaParser) - Method in interface io.vertx.ext.web.validation.builder.StyledParameterProcessorFactory
 
create(SchemaParser) - Static method in interface io.vertx.ext.web.validation.builder.ValidationHandlerBuilder
 
create(Object) - Static method in interface io.vertx.ext.web.validation.RequestParameter
 
create(SchemaRouter) - Static method in class io.vertx.json.schema.draft201909.Draft201909SchemaParser
Instantiate a Draft201909SchemaParser
create(SchemaRouter) - Static method in class io.vertx.json.schema.draft7.Draft7SchemaParser
Instantiate a Draft7SchemaParser
create(SchemaRouter) - Static method in class io.vertx.json.schema.openapi3.OpenAPI3SchemaParser
Instantiate an OpenAPI3SchemaParser
create(Vertx, SchemaRouterOptions) - Static method in interface io.vertx.json.schema.SchemaRouter
Create a new SchemaRouter
create(HttpClient, FileSystem, SchemaRouterOptions) - Static method in interface io.vertx.json.schema.SchemaRouter
Create a new SchemaRouter
create(Vertx, AdminClient) - Static method in interface io.vertx.kafka.admin.KafkaAdminClient
Create a new KafkaAdminClient instance
create(Vertx, Map<String, String>) - Static method in interface io.vertx.kafka.admin.KafkaAdminClient
Create a new KafkaAdminClient instance
create(Vertx, Properties) - Static method in interface io.vertx.kafka.admin.KafkaAdminClient
Create a new KafkaAdminClient instance
create(VertxTracer, KafkaClientOptions) - Static method in class io.vertx.kafka.client.common.tracing.ConsumerTracer
Creates a ConsumerTracer, which provides an opinionated facade for using VertxTracer with a Kafka Consumer use case.
create(VertxTracer, KafkaClientOptions) - Static method in class io.vertx.kafka.client.common.tracing.ProducerTracer
Creates a ProducerTracer, which provides an opinionated facade for using VertxTracer with a Kafka Producer use case.
create(Vertx, Consumer<K, V>) - Static method in interface io.vertx.kafka.client.consumer.KafkaConsumer
Create a new KafkaConsumer instance from a native Consumer.
create(Vertx, Map<String, String>) - Static method in interface io.vertx.kafka.client.consumer.KafkaConsumer
Create a new KafkaConsumer instance
create(Vertx, Map<String, String>, Class<K>, Class<V>) - Static method in interface io.vertx.kafka.client.consumer.KafkaConsumer
Create a new KafkaConsumer instance
create(Vertx, Map<String, String>, Deserializer<K>, Deserializer<V>) - Static method in interface io.vertx.kafka.client.consumer.KafkaConsumer
Create a new KafkaConsumer instance
create(Vertx, KafkaClientOptions) - Static method in interface io.vertx.kafka.client.consumer.KafkaConsumer
Create a new KafkaConsumer instance
create(Vertx, KafkaClientOptions, Class<K>, Class<V>) - Static method in interface io.vertx.kafka.client.consumer.KafkaConsumer
Create a new KafkaConsumer instance
create(Vertx, KafkaClientOptions, Deserializer<K>, Deserializer<V>) - Static method in interface io.vertx.kafka.client.consumer.KafkaConsumer
Create a new KafkaConsumer instance
create(Vertx, Properties) - Static method in interface io.vertx.kafka.client.consumer.KafkaConsumer
Create a new KafkaConsumer instance
create(Vertx, Properties, Class<K>, Class<V>) - Static method in interface io.vertx.kafka.client.consumer.KafkaConsumer
Create a new KafkaConsumer instance
create(Vertx, Properties, Deserializer<K>, Deserializer<V>) - Static method in interface io.vertx.kafka.client.consumer.KafkaConsumer
Create a new KafkaConsumer instance
create(Vertx, Properties) - Static method in interface io.vertx.kafka.client.consumer.KafkaReadStream
Create a new KafkaReadStream instance
create(Vertx, Properties, Class<K>, Class<V>) - Static method in interface io.vertx.kafka.client.consumer.KafkaReadStream
Create a new KafkaReadStream instance
create(Vertx, Properties, Deserializer<K>, Deserializer<V>) - Static method in interface io.vertx.kafka.client.consumer.KafkaReadStream
Create a new KafkaReadStream instance
create(Vertx, Map<String, Object>) - Static method in interface io.vertx.kafka.client.consumer.KafkaReadStream
Create a new KafkaReadStream instance
create(Vertx, Map<String, Object>, Class<K>, Class<V>) - Static method in interface io.vertx.kafka.client.consumer.KafkaReadStream
Create a new KafkaReadStream instance
create(Vertx, Map<String, Object>, Deserializer<K>, Deserializer<V>) - Static method in interface io.vertx.kafka.client.consumer.KafkaReadStream
Create a new KafkaReadStream instance
create(Vertx, KafkaClientOptions) - Static method in interface io.vertx.kafka.client.consumer.KafkaReadStream
Create a new KafkaReadStream instance
create(Vertx, KafkaClientOptions, Class<K>, Class<V>) - Static method in interface io.vertx.kafka.client.consumer.KafkaReadStream
Create a new KafkaReadStream instance
create(Vertx, KafkaClientOptions, Deserializer<K>, Deserializer<V>) - Static method in interface io.vertx.kafka.client.consumer.KafkaReadStream
Create a new KafkaReadStream instance
create(Vertx, Consumer<K, V>) - Static method in interface io.vertx.kafka.client.consumer.KafkaReadStream
Create a new KafkaReadStream instance
create(Vertx, Producer<K, V>) - Static method in interface io.vertx.kafka.client.producer.KafkaProducer
Create a new KafkaProducer instance from a native Producer.
create(Vertx, Map<String, String>) - Static method in interface io.vertx.kafka.client.producer.KafkaProducer
Create a new KafkaProducer instance
create(Vertx, Map<String, String>, Serializer<K>, Serializer<V>) - Static method in interface io.vertx.kafka.client.producer.KafkaProducer
Create a new KafkaProducer instance
create(Vertx, Map<String, String>, Class<K>, Class<V>) - Static method in interface io.vertx.kafka.client.producer.KafkaProducer
Create a new KafkaProducer instance
create(Vertx, Properties) - Static method in interface io.vertx.kafka.client.producer.KafkaProducer
Create a new KafkaProducer instance
create(Vertx, Properties, Serializer<K>, Serializer<V>) - Static method in interface io.vertx.kafka.client.producer.KafkaProducer
Create a new KafkaProducer instance
create(Vertx, Properties, Class<K>, Class<V>) - Static method in interface io.vertx.kafka.client.producer.KafkaProducer
Create a new KafkaProducer instance
create(String, K, V, Long, Integer) - Static method in interface io.vertx.kafka.client.producer.KafkaProducerRecord
Create a concrete instance of a Vert.x producer record
create(String, K, V, Integer) - Static method in interface io.vertx.kafka.client.producer.KafkaProducerRecord
Create a concrete instance of a Vert.x producer record
create(String, K, V) - Static method in interface io.vertx.kafka.client.producer.KafkaProducerRecord
Create a concrete instance of a Vert.x producer record
create(String, V) - Static method in interface io.vertx.kafka.client.producer.KafkaProducerRecord
Create a concrete instance of a Vert.x producer record
create(Vertx, Properties) - Static method in interface io.vertx.kafka.client.producer.KafkaWriteStream
Create a new KafkaWriteStream instance
create(Vertx, Properties, Class<K>, Class<V>) - Static method in interface io.vertx.kafka.client.producer.KafkaWriteStream
Create a new KafkaWriteStream instance
create(Vertx, Properties, Serializer<K>, Serializer<V>) - Static method in interface io.vertx.kafka.client.producer.KafkaWriteStream
Create a new KafkaWriteStream instance
create(Vertx, Map<String, Object>) - Static method in interface io.vertx.kafka.client.producer.KafkaWriteStream
Create a new KafkaWriteStream instance
create(Vertx, Map<String, Object>, Class<K>, Class<V>) - Static method in interface io.vertx.kafka.client.producer.KafkaWriteStream
Create a new KafkaWriteStream instance
create(Vertx, Map<String, Object>, Serializer<K>, Serializer<V>) - Static method in interface io.vertx.kafka.client.producer.KafkaWriteStream
Create a new KafkaWriteStream instance
create(Vertx, KafkaClientOptions) - Static method in interface io.vertx.kafka.client.producer.KafkaWriteStream
Create a new KafkaWriteStream instance
create(Vertx, KafkaClientOptions, Class<K>, Class<V>) - Static method in interface io.vertx.kafka.client.producer.KafkaWriteStream
Create a new KafkaWriteStream instance
create(Vertx, KafkaClientOptions, Serializer<K>, Serializer<V>) - Static method in interface io.vertx.kafka.client.producer.KafkaWriteStream
Create a new KafkaWriteStream instance
create(Vertx, Producer<K, V>) - Static method in interface io.vertx.kafka.client.producer.KafkaWriteStream
Create a new KafkaWriteStream instance
create() - Static method in interface io.vertx.maven.Resolver
Creates a Resolver using the default implementation and default options.
create(ResolverOptions) - Static method in interface io.vertx.maven.Resolver
Creates a Resolver using the default implementation and the given options.
create(Measured) - Static method in interface io.vertx.micrometer.MetricsService
Creates a metric service for a given Measured object.
create() - Static method in interface io.vertx.micrometer.PrometheusScrapingHandler
Creates a Vert.x Web Route handler for Prometheus metrics scraping.
create(String) - Static method in interface io.vertx.micrometer.PrometheusScrapingHandler
Creates a Vert.x Web Route handler for Prometheus metrics scraping.
create(MqttConnectReturnCode, boolean) - Static method in interface io.vertx.mqtt.messages.MqttConnAckMessage
Create a concrete instance of a Vert.x connack message
create(int, MqttQoS, boolean, boolean, String, ByteBuf) - Static method in interface io.vertx.mqtt.messages.MqttPublishMessage
Create a concrete instance of a Vert.x publish message
create(int, List<Integer>) - Static method in interface io.vertx.mqtt.messages.MqttSubAckMessage
Create a concrete instance of a Vert.x suback message
create(int, List<MqttTopicSubscription>) - Static method in interface io.vertx.mqtt.messages.MqttSubscribeMessage
Create a concrete instance of a Vert.x subscribe message
create(int, List<String>) - Static method in interface io.vertx.mqtt.messages.MqttUnsubscribeMessage
Create a concrete instance of a Vert.x unsubscribe message
create(Vertx, MqttClientOptions) - Static method in interface io.vertx.mqtt.MqttClient
Return an MQTT client instance
create(Vertx) - Static method in interface io.vertx.mqtt.MqttClient
Return an MQTT client instance using the default options
create(Vertx, MqttServerOptions) - Static method in interface io.vertx.mqtt.MqttServer
Return an MQTT server instance
create(Vertx) - Static method in interface io.vertx.mqtt.MqttServer
Return an MQTT server instance using default options
create(Vertx) - Static method in interface io.vertx.rabbitmq.RabbitMQClient
Create and return a client configured with the default options.
create(Vertx, RabbitMQOptions) - Static method in interface io.vertx.rabbitmq.RabbitMQClient
Create and return a client.
create(Vertx, JsonObject) - Static method in interface io.vertx.rabbitmq.RabbitMQClient
create(Vertx, RabbitMQClient, RabbitMQPublisherOptions) - Static method in interface io.vertx.rabbitmq.RabbitMQPublisher
Create and return a publisher using the specified client.
create(AmqpClientOptions) - Static method in class io.vertx.reactivex.amqp.AmqpClient
Creates a new instance of AmqpClient using an internal Vert.x instance (with default configuration) and the given AMQP client configuration.
create(Vertx, AmqpClientOptions) - Static method in class io.vertx.reactivex.amqp.AmqpClient
Creates a new instance of AmqpClient with the given Vert.x instance and the given options.
create() - Static method in class io.vertx.reactivex.amqp.AmqpMessage
 
create(AmqpMessage) - Static method in class io.vertx.reactivex.amqp.AmqpMessage
Creates a builder to create a new AmqpMessage copying the metadata from the passed message.
create() - Static method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
create(Vertx) - Static method in class io.vertx.reactivex.cassandra.CassandraClient
create(Vertx, CassandraClientOptions) - Static method in class io.vertx.reactivex.cassandra.CassandraClient
Create a Cassandra client which maintains its own driver session.
create(String, Vertx, CircuitBreakerOptions) - Static method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
Creates a new instance of CircuitBreaker.
create(String, Vertx) - Static method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
Creates a new instance of CircuitBreaker, with default options.
create(Vertx) - Static method in class io.vertx.reactivex.circuitbreaker.HystrixMetricHandler
Creates the handler, using the default notification address.
create(Vertx, String) - Static method in class io.vertx.reactivex.circuitbreaker.HystrixMetricHandler
Creates the handler.
create(Vertx, ConfigRetrieverOptions) - Static method in class io.vertx.reactivex.config.ConfigRetriever
Creates an instance of the default implementation of the ConfigRetriever.
create(Vertx) - Static method in class io.vertx.reactivex.config.ConfigRetriever
Creates an instance of the default implementation of the ConfigRetriever, using the default settings (json file, system properties and environment variables).
create(String) - Static method in class io.vertx.reactivex.core.cli.CLI
Creates an instance of CLI using the default implementation.
create(CLI) - Static method in class io.vertx.reactivex.core.cli.CommandLine
Creates a command line object from the CLI.
create() - Static method in class io.vertx.reactivex.core.json.pointer.JsonPointer
Build an empty JsonPointer
create() - Static method in class io.vertx.reactivex.core.net.SelfSignedCertificate
Create a new SelfSignedCertificate instance.
create(String) - Static method in class io.vertx.reactivex.core.net.SelfSignedCertificate
Create a new SelfSignedCertificate instance with a fully-qualified domain name,
create() - Static method in class io.vertx.reactivex.ext.auth.authorization.AndAuthorization
 
create(User) - Static method in class io.vertx.reactivex.ext.auth.authorization.AuthorizationContext
Factory for Authorization Context
create(String, Set<Authorization>) - Static method in class io.vertx.reactivex.ext.auth.authorization.AuthorizationProvider
create an authorization provider with the specified id and authorizations
create(Authorization) - Static method in class io.vertx.reactivex.ext.auth.authorization.NotAuthorization
 
create() - Static method in class io.vertx.reactivex.ext.auth.authorization.OrAuthorization
 
create(String) - Static method in class io.vertx.reactivex.ext.auth.authorization.PermissionBasedAuthorization
 
create(String) - Static method in class io.vertx.reactivex.ext.auth.authorization.RoleBasedAuthorization
 
create(String) - Static method in class io.vertx.reactivex.ext.auth.authorization.WildcardPermissionBasedAuthorization
 
create() - Static method in class io.vertx.reactivex.ext.auth.ChainAuth
Deprecated.
create(Vertx) - Static method in class io.vertx.reactivex.ext.auth.htdigest.HtdigestAuth
Creates an instance of HtdigestAuth.
create(Vertx, String) - Static method in class io.vertx.reactivex.ext.auth.htdigest.HtdigestAuth
Creates an instance of HtdigestAuth by using the given htfile file.
create(Vertx) - Static method in class io.vertx.reactivex.ext.auth.htpasswd.HtpasswdAuth
 
create(Vertx, HtpasswdAuthOptions) - Static method in class io.vertx.reactivex.ext.auth.htpasswd.HtpasswdAuth
 
create(Vertx, JDBCClient) - Static method in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuth
Deprecated.
create(JDBCClient, JDBCHashStrategy, JDBCAuthenticationOptions) - Static method in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuthentication
Deprecated.
create(JDBCClient, JDBCAuthenticationOptions) - Static method in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuthentication
Create a JDBC auth provider implementation
create(String, JDBCClient, JDBCAuthorizationOptions) - Static method in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuthorization
Create a JDBC authorization provider implementation
create(JDBCClient) - Static method in class io.vertx.reactivex.ext.auth.jdbc.JDBCUserUtil
Create an instance of the user helper.
create(JDBCClient, String, String, String) - Static method in class io.vertx.reactivex.ext.auth.jdbc.JDBCUserUtil
Create an instance of the user helper with custom queries.
create(String) - Static method in class io.vertx.reactivex.ext.auth.jwt.authorization.JWTAuthorization
Factory method to create a Authorization provider for JWT tokens.
create() - Static method in class io.vertx.reactivex.ext.auth.jwt.authorization.MicroProfileAuthorization
Factory method to create a Authorization provider for tokens adhering to the MP-JWT 1.1 spec.
create(Vertx, JWTAuthOptions) - Static method in class io.vertx.reactivex.ext.auth.jwt.JWTAuth
Create a JWT auth provider
create(Vertx, LdapAuthenticationOptions) - Static method in class io.vertx.reactivex.ext.auth.ldap.LdapAuthentication
Create a LDAP authentication provider
create(MongoClient, JsonObject) - Static method in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
Deprecated.
create(MongoClient, MongoAuthenticationOptions) - Static method in class io.vertx.reactivex.ext.auth.mongo.MongoAuthentication
Creates an instance of MongoAuth by using the given and configuration object.
create(MongoClient, HashStrategy, MongoAuthenticationOptions) - Static method in class io.vertx.reactivex.ext.auth.mongo.MongoAuthentication
 
create(String, MongoClient, MongoAuthorizationOptions) - Static method in class io.vertx.reactivex.ext.auth.mongo.MongoAuthorization
Creates an instance of MongoAuthorization by using the given and configuration object.
create(MongoClient) - Static method in class io.vertx.reactivex.ext.auth.mongo.MongoUserUtil
Create an instance of the user helper.
create(MongoClient, MongoAuthenticationOptions, MongoAuthorizationOptions) - Static method in class io.vertx.reactivex.ext.auth.mongo.MongoUserUtil
Create an instance of the user helper with custom queries.
create() - Static method in class io.vertx.reactivex.ext.auth.oauth2.authorization.KeycloakAuthorization
Factory method to create an Authorization Provider for tokens adhering to the Keycloak token format.
create(String) - Static method in class io.vertx.reactivex.ext.auth.oauth2.authorization.ScopeAuthorization
Factory method to create a Authorization provider for Oauth 2.0 scopes.
create(String, String) - Static method in class io.vertx.reactivex.ext.auth.oauth2.authorization.ScopeAuthorization
Factory method to create a Authorization provider for OpenID Connect scopes.
create(Vertx) - Static method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
Create a OAuth2 auth provider
create(Vertx, OAuth2Options) - Static method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
Create a OAuth2 auth provider
create(Vertx, String, String, String, String) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.AmazonCognitoAuth
Create a OAuth2Auth provider for Amazon Cognito
create(Vertx, String, String, String, String, HttpClientOptions) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.AmazonCognitoAuth
Create a OAuth2Auth provider for Amazon Cognito
create(Vertx, String, String, String) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.AzureADAuth
Create a OAuth2Auth provider for Microsoft Azure Active Directory
create(Vertx, String, String, String, HttpClientOptions) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.AzureADAuth
Create a OAuth2Auth provider for Microsoft Azure Active Directory
create(Vertx, String, String) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.BoxAuth
Create a OAuth2Auth provider for App.net
create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.BoxAuth
Create a OAuth2Auth provider for App.net
create(Vertx, String, String, String) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.CloudFoundryAuth
Create a OAuth2Auth provider for CloudFoundry UAA
create(Vertx, String, String, String, HttpClientOptions) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.CloudFoundryAuth
Create a OAuth2Auth provider for CloudFoundry UAA
create(Vertx, String, String) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.DropboxAuth
Create a OAuth2Auth provider for Dropbox
create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.DropboxAuth
Create a OAuth2Auth provider for Dropbox
create(Vertx, String, String) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.FacebookAuth
Create a OAuth2Auth provider for Facebook
create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.FacebookAuth
Create a OAuth2Auth provider for Facebook
create(Vertx, String, String) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.FoursquareAuth
Create a OAuth2Auth provider for Foursquare
create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.FoursquareAuth
Create a OAuth2Auth provider for Foursquare
create(Vertx, String, String) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.GithubAuth
Create a OAuth2Auth provider for Github
create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.GithubAuth
Create a OAuth2Auth provider for Github
create(Vertx, String, String) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.GitLabAuth
Create a OAuth2Auth provider for GitLab.com.
create(Vertx, String, String, String) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.GitLabAuth
Create a OAuth2Auth provider for GitLab.
create(Vertx, String, String, String, HttpClientOptions) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.GitLabAuth
Create a OAuth2Auth provider for GitLab.
create(Vertx, String, String) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.GoogleAuth
Create a OAuth2Auth provider for Google
create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.GoogleAuth
Create a OAuth2Auth provider for Google
create(Vertx, JsonObject) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.GoogleAuth
Create a OAuth2Auth provider for Google Service Account (Server to Server)
create(Vertx, JsonObject, HttpClientOptions) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.GoogleAuth
Create a OAuth2Auth provider for Google Service Account (Server to Server)
create(Vertx, String, String) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.HerokuAuth
Create a OAuth2Auth provider for Heroku
create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.HerokuAuth
Create a OAuth2Auth provider for Heroku
create(Vertx, String, String, String, String) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.IBMCloudAuth
Create a OAuth2Auth provider for IBM Cloud
create(Vertx, String, String, String, String, HttpClientOptions) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.IBMCloudAuth
Create a OAuth2Auth provider for IBM Cloud
create(Vertx, String, String) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.InstagramAuth
Create a OAuth2Auth provider for Instagram
create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.InstagramAuth
Create a OAuth2Auth provider for Instagram
create(Vertx, JsonObject) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.KeycloakAuth
Create a OAuth2Auth provider for Keycloak
create(Vertx, OAuth2FlowType, JsonObject) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.KeycloakAuth
Create a OAuth2Auth provider for Keycloak
create(Vertx, JsonObject, HttpClientOptions) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.KeycloakAuth
Create a OAuth2Auth provider for Keycloak
create(Vertx, OAuth2FlowType, JsonObject, HttpClientOptions) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.KeycloakAuth
Create a OAuth2Auth provider for Keycloak
create(Vertx, String, String) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.LinkedInAuth
Create a OAuth2Auth provider for LinkedIn
create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.LinkedInAuth
Create a OAuth2Auth provider for LinkedIn
create(Vertx, String, String) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.LiveAuth
Create a OAuth2Auth provider for live.com
create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.LiveAuth
Create a OAuth2Auth provider for live.com
create(Vertx, String, String) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.MailchimpAuth
Create a OAuth2Auth provider for Mailchimp
create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.MailchimpAuth
Create a OAuth2Auth provider for Mailchimp
create(Vertx, String, String) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.SalesforceAuth
Create a OAuth2Auth provider for Salesforce
create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.SalesforceAuth
Create a OAuth2Auth provider for Salesforce
create(Vertx, String, String, String) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.ShopifyAuth
Create a OAuth2Auth provider for Shopify
create(Vertx, String, String, String, HttpClientOptions) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.ShopifyAuth
Create a OAuth2Auth provider for Shopify
create(Vertx, String, String) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.SoundcloudAuth
Create a OAuth2Auth provider for SoundCloud
create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.SoundcloudAuth
Create a OAuth2Auth provider for SoundCloud
create(Vertx, String, String) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.StripeAuth
Create a OAuth2Auth provider for Stripe
create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.StripeAuth
Create a OAuth2Auth provider for Stripe
create(Vertx, String, String) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.TwitterAuth
Create a OAuth2Auth provider for Twitter
create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.TwitterAuth
Create a OAuth2Auth provider for Twitter
create(OAuth2Options) - Static method in class io.vertx.reactivex.ext.auth.oauth2.rbac.KeycloakRBAC
Factory method to create a RBAC handler for tokens adhering to the Keycloak token format.
create() - Static method in class io.vertx.reactivex.ext.auth.oauth2.rbac.MicroProfileRBAC
Factory method to create a RBAC handler for tokens adhering to the MP-JWT 1.1 spec.
create(Vertx, String) - Static method in class io.vertx.reactivex.ext.auth.properties.PropertyFileAuthentication
Create a File authentication provider
create(Vertx, String) - Static method in class io.vertx.reactivex.ext.auth.properties.PropertyFileAuthorization
Create a File authentication provider
create(Vertx, ShiroAuthOptions) - Static method in class io.vertx.reactivex.ext.auth.shiro.ShiroAuth
Deprecated.
create(SqlClient) - Static method in class io.vertx.reactivex.ext.auth.sqlclient.SqlAuthentication
Create a JDBC auth provider implementation
create(SqlClient, SqlAuthenticationOptions) - Static method in class io.vertx.reactivex.ext.auth.sqlclient.SqlAuthentication
Create a JDBC auth provider implementation
create(SqlClient) - Static method in class io.vertx.reactivex.ext.auth.sqlclient.SqlAuthorization
Create a JDBC authorization provider implementation
create(SqlClient, SqlAuthorizationOptions) - Static method in class io.vertx.reactivex.ext.auth.sqlclient.SqlAuthorization
Create a JDBC authorization provider implementation
create(SqlClient) - Static method in class io.vertx.reactivex.ext.auth.sqlclient.SqlUserUtil
Create an instance of the user helper.
create(SqlClient, String, String, String) - Static method in class io.vertx.reactivex.ext.auth.sqlclient.SqlUserUtil
Create an instance of the user helper with custom queries.
create(JsonObject) - Static method in class io.vertx.reactivex.ext.auth.User
Factory for user instances that are free form.
create(JsonObject, JsonObject) - Static method in class io.vertx.reactivex.ext.auth.User
Factory for user instances that are free form.
create(Vertx) - Static method in class io.vertx.reactivex.ext.auth.webauthn.WebAuthn
Create a WebAuthN auth provider
create(Vertx, WebAuthnOptions) - Static method in class io.vertx.reactivex.ext.auth.webauthn.WebAuthn
Create a WebAuthN auth provider
create(Vertx) - Static method in class io.vertx.reactivex.ext.consul.ConsulClient
Create a Consul client with default options.
create(Vertx, ConsulClientOptions) - Static method in class io.vertx.reactivex.ext.consul.ConsulClient
Create a Consul client.
create(Vertx) - Static method in class io.vertx.reactivex.ext.dropwizard.MetricsService
Creates a metric service for a given Vertx instance.
create(Vertx) - Static method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.TcpEventBusBridge
 
create(Vertx, BridgeOptions) - Static method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.TcpEventBusBridge
 
create(Vertx, BridgeOptions, NetServerOptions) - Static method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.TcpEventBusBridge
 
create(Vertx, BridgeOptions, NetServerOptions, Handler<BridgeEvent>) - Static method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.TcpEventBusBridge
 
create(Vertx, AuthenticationProvider) - Static method in class io.vertx.reactivex.ext.healthchecks.HealthCheckHandler
Creates an instance of the default implementation of the HealthCheckHandler.
create(Vertx) - Static method in class io.vertx.reactivex.ext.healthchecks.HealthCheckHandler
Creates an instance of the default implementation of the HealthCheckHandler.
create(Vertx) - Static method in class io.vertx.reactivex.ext.healthchecks.HealthChecks
Creates a new instance of the default implementation of HealthChecks.
create(Vertx, JsonObject) - Static method in class io.vertx.reactivex.ext.jdbc.JDBCClient
Create a JDBC client which maintains its own data source.
create() - Static method in class io.vertx.reactivex.ext.mail.MailAttachment
construct an empty MailAttachment object that can be filled with the setters
create(JsonObject) - Static method in class io.vertx.reactivex.ext.mail.MailAttachment
create a MailAttachment object from a JsonObject representation
create(MailAttachment) - Static method in class io.vertx.reactivex.ext.mail.MailAttachment
create a copy of a MailAttachment object
create(Vertx, MailConfig) - Static method in class io.vertx.reactivex.ext.mail.MailClient
Create a non shared instance of the mail client.
create(Vertx, JsonObject) - Static method in class io.vertx.reactivex.ext.mongo.MongoClient
Create a Mongo client which maintains its own data source.
create(Vertx) - Static method in class io.vertx.reactivex.ext.shell.command.CommandRegistry
Create a new registry.
create() - Static method in class io.vertx.reactivex.ext.shell.session.Session
Create a new empty session.
create(Vertx, ShellServerOptions) - Static method in class io.vertx.reactivex.ext.shell.ShellServer
Create a new shell server with default options.
create(Vertx) - Static method in class io.vertx.reactivex.ext.shell.ShellServer
Create a new shell server with specific options.
create(Vertx) - Static method in class io.vertx.reactivex.ext.shell.ShellService
create(Vertx, ShellServiceOptions) - Static method in class io.vertx.reactivex.ext.shell.ShellService
Create a new shell service.
create() - Static method in class io.vertx.reactivex.ext.shell.term.Pty
Create a new pseudo terminal with no terminal type.
create(String) - Static method in class io.vertx.reactivex.ext.shell.term.Pty
Create a new pseudo terminal.
create(Vertx, String) - Static method in class io.vertx.reactivex.ext.shell.term.SockJSTermHandler
 
create(Vertx, String) - Method in class io.vertx.reactivex.ext.stomp.DestinationFactory
Creates a destination for the given address.
create(Vertx) - Static method in class io.vertx.reactivex.ext.stomp.StompClient
Creates a StompClient using the default implementation.
create(Vertx, StompClientOptions) - Static method in class io.vertx.reactivex.ext.stomp.StompClient
Creates a StompClient using the default implementation.
create(Vertx, StompServerOptions) - Static method in class io.vertx.reactivex.ext.stomp.StompServer
Creates a StompServer based on the default Stomp Server implementation.
create(Vertx, NetServer) - Static method in class io.vertx.reactivex.ext.stomp.StompServer
Creates a StompServer based on the default Stomp Server implementation.
create(Vertx, NetServer, StompServerOptions) - Static method in class io.vertx.reactivex.ext.stomp.StompServer
Creates a StompServer based on the default Stomp Server implementation.
create(Vertx) - Static method in class io.vertx.reactivex.ext.stomp.StompServer
Creates a StompServer based on the default Stomp Server implementation, and use the default options.
create(Vertx) - Static method in class io.vertx.reactivex.ext.stomp.StompServerHandler
Creates an instance of StompServerHandler using the default (compliant) implementation.
create(Vertx, ReportingOptions) - Static method in class io.vertx.reactivex.ext.unit.collect.EventBusCollector
Create a message handler reporting with the specified options.
create(Vertx, Handler<TestSuiteReport>) - Static method in class io.vertx.reactivex.ext.unit.collect.EventBusCollector
 
create(String, Handler<TestContext>) - Static method in class io.vertx.reactivex.ext.unit.TestCase
Create a test case.
create(String) - Static method in class io.vertx.reactivex.ext.unit.TestSuite
Create and return a new test suite.
create(Vertx, String, Handler<AsyncResult<OpenAPI3RouterFactory>>) - Static method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Deprecated.
create(Vertx, String) - Static method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Deprecated.
create(Vertx, String, List<JsonObject>, Handler<AsyncResult<OpenAPI3RouterFactory>>) - Static method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Deprecated.
create(Vertx, String, List<JsonObject>) - Static method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Deprecated.
create(String, Object) - Static method in class io.vertx.reactivex.ext.web.api.RequestParameter
Deprecated.
create(Object) - Static method in class io.vertx.reactivex.ext.web.api.RequestParameter
Deprecated.
create() - Static method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
create(Function<ResponsePredicateResult, Throwable>) - Static method in class io.vertx.reactivex.ext.web.client.predicate.ErrorConverter
Creates a full ErrorConverter, that will passed a predicate result with the response body.
create(Function<HttpResponse<Void>, ResponsePredicateResult>) - Static method in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
Creates a new ResponsePredicate.
create(Function<HttpResponse<Void>, ResponsePredicateResult>, ErrorConverter) - Static method in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
Creates a new ResponsePredicate, using a custom errorConverter.
create(Vertx) - Static method in class io.vertx.reactivex.ext.web.client.WebClient
Create a web client using the provided vertx instance and default options.
create(Vertx, WebClientOptions) - Static method in class io.vertx.reactivex.ext.web.client.WebClient
Create a web client using the provided vertx instance.
create(WebClient) - Static method in class io.vertx.reactivex.ext.web.client.WebClientSession
Create a session aware web client using the provided webClient instance.
create(Function<Buffer, T>) - Static method in class io.vertx.reactivex.ext.web.codec.BodyCodec
Create a codec that buffers the entire body and then apply the decode function and returns the result.
create(Authorization) - Static method in class io.vertx.reactivex.ext.web.handler.AuthorizationHandler
create the the handler that will check the specified authorization Note that to check several authorizations, you can specify a sub-interface such as AndAuthorization or OrAuthorization
create(AuthenticationProvider) - Static method in class io.vertx.reactivex.ext.web.handler.BasicAuthHandler
Create a basic auth handler
create(AuthenticationProvider, String) - Static method in class io.vertx.reactivex.ext.web.handler.BasicAuthHandler
Create a basic auth handler, specifying realm
create() - Static method in class io.vertx.reactivex.ext.web.handler.BodyHandler
Create a body handler with defaults
create(boolean) - Static method in class io.vertx.reactivex.ext.web.handler.BodyHandler
Create a body handler setting if it should handle file uploads
create(String) - Static method in class io.vertx.reactivex.ext.web.handler.BodyHandler
Create a body handler and use the given upload directory.
create() - Static method in class io.vertx.reactivex.ext.web.handler.ChainAuthHandler
Deprecated.
create(String) - Static method in class io.vertx.reactivex.ext.web.handler.CorsHandler
Create a CORS handler using a regular expression to match origins.
create() - Static method in class io.vertx.reactivex.ext.web.handler.CorsHandler
Create a empty CORS handler that allows * origin.
create() - Static method in class io.vertx.reactivex.ext.web.handler.CSPHandler
Creates a new instance of the handler.
create(Vertx, String) - Static method in class io.vertx.reactivex.ext.web.handler.CSRFHandler
Instantiate a new CSRFHandlerImpl with a secret
create(Vertx, HtdigestAuth) - Static method in class io.vertx.reactivex.ext.web.handler.DigestAuthHandler
Create a digest auth handler
create(Vertx, HtdigestAuth, long) - Static method in class io.vertx.reactivex.ext.web.handler.DigestAuthHandler
Create a digest auth handler, specifying the expire timeout for nonces.
create(Vertx) - Static method in class io.vertx.reactivex.ext.web.handler.ErrorHandler
Create an error handler using defaults
create(Vertx, String, boolean) - Static method in class io.vertx.reactivex.ext.web.handler.ErrorHandler
Create an error handler
create(Vertx, boolean) - Static method in class io.vertx.reactivex.ext.web.handler.ErrorHandler
Create an error handler
create(Vertx, String) - Static method in class io.vertx.reactivex.ext.web.handler.ErrorHandler
Create an error handler
create(Vertx) - Static method in class io.vertx.reactivex.ext.web.handler.FaviconHandler
Create a handler with defaults
create(Vertx, String) - Static method in class io.vertx.reactivex.ext.web.handler.FaviconHandler
Create a handler attempting to load favicon file from the specified path
create(Vertx, String, long) - Static method in class io.vertx.reactivex.ext.web.handler.FaviconHandler
Create a handler attempting to load favicon file from the specified path, and with the specified max cache time
create(Vertx, long) - Static method in class io.vertx.reactivex.ext.web.handler.FaviconHandler
Create a handler with the specified max cache time
create(AuthenticationProvider) - Static method in class io.vertx.reactivex.ext.web.handler.FormLoginHandler
Create a handler
create(AuthenticationProvider, String, String, String, String) - Static method in class io.vertx.reactivex.ext.web.handler.FormLoginHandler
Create a handler
create(GraphQL) - Static method in class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler
Create a new ApolloWSHandler that will use the provided graphQL object to execute requests.
create(GraphQL, ApolloWSOptions) - Static method in class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler
Create a new ApolloWSHandler that will use the provided graphQL object to execute requests.
create() - Static method in class io.vertx.reactivex.ext.web.handler.graphql.GraphiQLHandler
Create a new GraphiQLHandler.
create(GraphiQLHandlerOptions) - Static method in class io.vertx.reactivex.ext.web.handler.graphql.GraphiQLHandler
Create a new GraphiQLHandler.
create(GraphQL) - Static method in class io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler
Create a new GraphQLHandler that will use the provided graphQL object to execute queries.
create(GraphQL, GraphQLHandlerOptions) - Static method in class io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler
Create a new GraphQLHandler that will use the provided graphQL object to execute queries.
create(String) - Static method in class io.vertx.reactivex.ext.web.handler.graphql.schema.VertxPropertyDataFetcher
 
create(long, boolean) - Static method in class io.vertx.reactivex.ext.web.handler.HSTSHandler
Creates a new instance that shall consider the configuration for sub domains.
create(boolean) - Static method in class io.vertx.reactivex.ext.web.handler.HSTSHandler
Creates a new instance that shall consider the configuration for sub domains.
create() - Static method in class io.vertx.reactivex.ext.web.handler.HSTSHandler
Creates a new instance that does not consider the configuration for sub domains.
create(JWTAuth) - Static method in class io.vertx.reactivex.ext.web.handler.JWTAuthHandler
Create a JWT auth handler
create() - Static method in class io.vertx.reactivex.ext.web.handler.LoggerHandler
Create a handler with default format
create(LoggerFormat) - Static method in class io.vertx.reactivex.ext.web.handler.LoggerHandler
Create a handler with he specified format
create(boolean, LoggerFormat) - Static method in class io.vertx.reactivex.ext.web.handler.LoggerHandler
Create a handler with he specified format
create() - Static method in class io.vertx.reactivex.ext.web.handler.MethodOverrideHandler
Create a X-HTTP-METHOD-OVERRIDE handler with safe downgrade of methods
create(boolean) - Static method in class io.vertx.reactivex.ext.web.handler.MethodOverrideHandler
Create a X-HTTP-METHOD-OVERRIDE handler
create(String) - Static method in class io.vertx.reactivex.ext.web.handler.MultiTenantHandler
Create a MultiTenant handler that will extract the tenant id from a given header name.
create(Function<RoutingContext, String>) - Static method in class io.vertx.reactivex.ext.web.handler.MultiTenantHandler
Create a MultiTenant handler using a custom tenant extraction function.
create(Function<RoutingContext, String>, String) - Static method in class io.vertx.reactivex.ext.web.handler.MultiTenantHandler
Create a MultiTenant handler using a custom tenant extraction function.
create(Vertx, OAuth2Auth, String) - Static method in class io.vertx.reactivex.ext.web.handler.OAuth2AuthHandler
Create a OAuth2 auth handler with host pinning
create(Vertx, OAuth2Auth) - Static method in class io.vertx.reactivex.ext.web.handler.OAuth2AuthHandler
Create a OAuth2 auth handler without host pinning.
create(AuthenticationProvider) - Static method in class io.vertx.reactivex.ext.web.handler.RedirectAuthHandler
Create a handler
create(AuthenticationProvider, String) - Static method in class io.vertx.reactivex.ext.web.handler.RedirectAuthHandler
Create a handler
create(AuthenticationProvider, String, String) - Static method in class io.vertx.reactivex.ext.web.handler.RedirectAuthHandler
Create a handler
create() - Static method in class io.vertx.reactivex.ext.web.handler.ResponseContentTypeHandler
Create a response content type handler.
create(String) - Static method in class io.vertx.reactivex.ext.web.handler.ResponseContentTypeHandler
Create a response content type handler with a custom disable flag.
create() - Static method in class io.vertx.reactivex.ext.web.handler.ResponseTimeHandler
Create a handler
create(SessionStore) - Static method in class io.vertx.reactivex.ext.web.handler.SessionHandler
Create a session handler
create(Vertx) - Static method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSHandler
Create a SockJS handler
create(Vertx, SockJSHandlerOptions) - Static method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSHandler
Create a SockJS handler
create() - Static method in class io.vertx.reactivex.ext.web.handler.StaticHandler
Create a handler using defaults
create(String) - Static method in class io.vertx.reactivex.ext.web.handler.StaticHandler
Create a handler, specifying web-root
create(TemplateEngine) - Static method in class io.vertx.reactivex.ext.web.handler.TemplateHandler
Create a handler
create(TemplateEngine, String, String) - Static method in class io.vertx.reactivex.ext.web.handler.TemplateHandler
Create a handler
create() - Static method in class io.vertx.reactivex.ext.web.handler.TimeoutHandler
Create a handler
create(long) - Static method in class io.vertx.reactivex.ext.web.handler.TimeoutHandler
Create a handler
create(long, int) - Static method in class io.vertx.reactivex.ext.web.handler.TimeoutHandler
Create a handler
create(WebAuthn) - Static method in class io.vertx.reactivex.ext.web.handler.WebAuthnHandler
Create a WebAuthN auth handler.
create(String) - Static method in class io.vertx.reactivex.ext.web.handler.XFrameHandler
Creates a new handler that will add the X-FRAME-OPTIONS header to the current response.
create() - Static method in class io.vertx.reactivex.ext.web.multipart.MultipartForm
 
create(Vertx, String, Handler<AsyncResult<RouterBuilder>>) - Static method in class io.vertx.reactivex.ext.web.openapi.RouterBuilder
Like
create(Vertx, String) - Static method in class io.vertx.reactivex.ext.web.openapi.RouterBuilder
Like
create(Vertx, String, OpenAPILoaderOptions, Handler<AsyncResult<RouterBuilder>>) - Static method in class io.vertx.reactivex.ext.web.openapi.RouterBuilder
Like
create(Vertx, String, OpenAPILoaderOptions) - Static method in class io.vertx.reactivex.ext.web.openapi.RouterBuilder
Like
create(Vertx, String) - Static method in class io.vertx.reactivex.ext.web.sstore.ClusteredSessionStore
Create a session store
create(Vertx, String, long) - Static method in class io.vertx.reactivex.ext.web.sstore.ClusteredSessionStore
Create a session store.

The retry timeout value, configures how long the session handler will retry to get a session from the store when it is not found.

create(Vertx) - Static method in class io.vertx.reactivex.ext.web.sstore.ClusteredSessionStore
Create a session store
create(Vertx, long) - Static method in class io.vertx.reactivex.ext.web.sstore.ClusteredSessionStore
Create a session store.

The retry timeout value, configures how long the session handler will retry to get a session from the store when it is not found.

create(Vertx) - Static method in class io.vertx.reactivex.ext.web.sstore.LocalSessionStore
Create a session store
create(Vertx, String) - Static method in class io.vertx.reactivex.ext.web.sstore.LocalSessionStore
Create a session store
create(Vertx, String, long) - Static method in class io.vertx.reactivex.ext.web.sstore.LocalSessionStore
Create a session store
create(Vertx) - Static method in class io.vertx.reactivex.ext.web.sstore.SessionStore
Create a Session store given a backend and configuration JSON.
create(Vertx, JsonObject) - Static method in class io.vertx.reactivex.ext.web.sstore.SessionStore
Create a Session store given a backend and configuration JSON.
create(Vertx) - Static method in class io.vertx.reactivex.ext.web.templ.freemarker.FreeMarkerTemplateEngine
Create a template engine using defaults
create(Vertx, String) - Static method in class io.vertx.reactivex.ext.web.templ.freemarker.FreeMarkerTemplateEngine
Create a template engine using defaults
create(Vertx) - Static method in class io.vertx.reactivex.ext.web.templ.handlebars.HandlebarsTemplateEngine
Create a template engine using defaults
create(Vertx, String) - Static method in class io.vertx.reactivex.ext.web.templ.handlebars.HandlebarsTemplateEngine
Create a template engine using defaults
create(Vertx) - Static method in class io.vertx.reactivex.ext.web.templ.jade.JadeTemplateEngine
Create a template engine using defaults
create(Vertx, String) - Static method in class io.vertx.reactivex.ext.web.templ.jade.JadeTemplateEngine
Create a template engine using defaults
create(Vertx) - Static method in class io.vertx.reactivex.ext.web.templ.mvel.MVELTemplateEngine
Create a template engine using defaults
create(Vertx, String) - Static method in class io.vertx.reactivex.ext.web.templ.mvel.MVELTemplateEngine
Create a template engine using defaults
create(Vertx) - Static method in class io.vertx.reactivex.ext.web.templ.pebble.PebbleTemplateEngine
Create a template engine using defaults
create(Vertx, String) - Static method in class io.vertx.reactivex.ext.web.templ.pebble.PebbleTemplateEngine
Create a template engine using defaults
create(Vertx, PebbleEngine) - Static method in class io.vertx.reactivex.ext.web.templ.pebble.PebbleTemplateEngine
Create a template engine using a custom Builder, e.g.
create(Vertx, String, PebbleEngine) - Static method in class io.vertx.reactivex.ext.web.templ.pebble.PebbleTemplateEngine
Create a template engine using a custom Builder, e.g.
create() - Static method in class io.vertx.reactivex.ext.web.templ.rocker.RockerTemplateEngine
Create a template engine using defaults
create(String) - Static method in class io.vertx.reactivex.ext.web.templ.rocker.RockerTemplateEngine
Create a template engine using a custom extension
create(Vertx) - Static method in class io.vertx.reactivex.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
Create a template engine using defaults
create(Object) - Static method in class io.vertx.reactivex.ext.web.validation.RequestParameter
 
create(Vertx, SchemaRouterOptions) - Static method in class io.vertx.reactivex.json.schema.SchemaRouter
Create a new SchemaRouter
create(HttpClient, FileSystem, SchemaRouterOptions) - Static method in class io.vertx.reactivex.json.schema.SchemaRouter
Create a new SchemaRouter
create(Vertx, Map<String, String>) - Static method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
Create a new KafkaAdminClient instance
create(Vertx, Map<String, String>) - Static method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Create a new KafkaConsumer instance
create(Vertx, Map<String, String>, Class<K>, Class<V>) - Static method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Create a new KafkaConsumer instance
create(Vertx, KafkaClientOptions) - Static method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Create a new KafkaConsumer instance
create(Vertx, KafkaClientOptions, Class<K>, Class<V>) - Static method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Create a new KafkaConsumer instance
create(Vertx, Map<String, String>) - Static method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
Create a new KafkaProducer instance
create(Vertx, Map<String, String>, Class<K>, Class<V>) - Static method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
Create a new KafkaProducer instance
create(String, K, V, Long, Integer) - Static method in class io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord
Create a concrete instance of a Vert.x producer record
create(String, K, V) - Static method in class io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord
Create a concrete instance of a Vert.x producer record
create(String, V) - Static method in class io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord
Create a concrete instance of a Vert.x producer record
create(Measured) - Static method in class io.vertx.reactivex.micrometer.MetricsService
Creates a metric service for a given object.
create() - Static method in class io.vertx.reactivex.micrometer.PrometheusScrapingHandler
Creates a Vert.x Web Route handler for Prometheus metrics scraping.
create(String) - Static method in class io.vertx.reactivex.micrometer.PrometheusScrapingHandler
Creates a Vert.x Web Route handler for Prometheus metrics scraping.
create(MqttConnectReturnCode, boolean) - Static method in class io.vertx.reactivex.mqtt.messages.MqttConnAckMessage
Create a concrete instance of a Vert.x connack message
create(Vertx, MqttClientOptions) - Static method in class io.vertx.reactivex.mqtt.MqttClient
Return an MQTT client instance
create(Vertx) - Static method in class io.vertx.reactivex.mqtt.MqttClient
Return an MQTT client instance using the default options
create(Vertx, MqttServerOptions) - Static method in class io.vertx.reactivex.mqtt.MqttServer
Return an MQTT server instance
create(Vertx) - Static method in class io.vertx.reactivex.mqtt.MqttServer
Return an MQTT server instance using default options
create(Vertx) - Static method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Create and return a client configured with the default options.
create(Vertx, RabbitMQOptions) - Static method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Create and return a client.
create(Vertx, RabbitMQClient, RabbitMQPublisherOptions) - Static method in class io.vertx.reactivex.rabbitmq.RabbitMQPublisher
Create and return a publisher using the specified client.
create(String, int, int, int, int, boolean, boolean, boolean, boolean) - Static method in class io.vertx.reactivex.redis.client.Command
Creates a Redis Command from METADATA.
create(String) - Static method in class io.vertx.reactivex.redis.client.Command
Generic command generator for extensions.
create(Vertx, ServiceDiscoveryOptions) - Static method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
Creates an instance of ServiceDiscovery.
create(Vertx) - Static method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
Creates a new instance of ServiceDiscovery using the default configuration.
create(String, Class<T>) - Static method in class io.vertx.reactivex.sqlclient.PropertyKind
 
create(String, int, int, int, int, boolean, boolean, boolean, boolean) - Static method in interface io.vertx.redis.client.Command
Creates a Redis Command from METADATA.
create(String) - Static method in interface io.vertx.redis.client.Command
Generic command generator for extensions.
create(AmqpClientOptions) - Static method in class io.vertx.rxjava.amqp.AmqpClient
Creates a new instance of AmqpClient using an internal Vert.x instance (with default configuration) and the given AMQP client configuration.
create(Vertx, AmqpClientOptions) - Static method in class io.vertx.rxjava.amqp.AmqpClient
Creates a new instance of AmqpClient with the given Vert.x instance and the given options.
create() - Static method in class io.vertx.rxjava.amqp.AmqpMessage
 
create(AmqpMessage) - Static method in class io.vertx.rxjava.amqp.AmqpMessage
Creates a builder to create a new AmqpMessage copying the metadata from the passed message.
create() - Static method in class io.vertx.rxjava.amqp.AmqpMessageBuilder
 
create(Vertx) - Static method in class io.vertx.rxjava.cassandra.CassandraClient
create(Vertx, CassandraClientOptions) - Static method in class io.vertx.rxjava.cassandra.CassandraClient
Create a Cassandra client which maintains its own driver session.
create(String, Vertx, CircuitBreakerOptions) - Static method in class io.vertx.rxjava.circuitbreaker.CircuitBreaker
Creates a new instance of CircuitBreaker.
create(String, Vertx) - Static method in class io.vertx.rxjava.circuitbreaker.CircuitBreaker
Creates a new instance of CircuitBreaker, with default options.
create(Vertx) - Static method in class io.vertx.rxjava.circuitbreaker.HystrixMetricHandler
Creates the handler, using the default notification address.
create(Vertx, String) - Static method in class io.vertx.rxjava.circuitbreaker.HystrixMetricHandler
Creates the handler.
create(Vertx, ConfigRetrieverOptions) - Static method in class io.vertx.rxjava.config.ConfigRetriever
Creates an instance of the default implementation of the ConfigRetriever.
create(Vertx) - Static method in class io.vertx.rxjava.config.ConfigRetriever
Creates an instance of the default implementation of the ConfigRetriever, using the default settings (json file, system properties and environment variables).
create(String) - Static method in class io.vertx.rxjava.core.cli.CLI
Creates an instance of CLI using the default implementation.
create(CLI) - Static method in class io.vertx.rxjava.core.cli.CommandLine
Creates a command line object from the CLI.
create() - Static method in class io.vertx.rxjava.core.json.pointer.JsonPointer
Build an empty JsonPointer
create() - Static method in class io.vertx.rxjava.core.net.SelfSignedCertificate
Create a new SelfSignedCertificate instance.
create(String) - Static method in class io.vertx.rxjava.core.net.SelfSignedCertificate
Create a new SelfSignedCertificate instance with a fully-qualified domain name,
create() - Static method in class io.vertx.rxjava.ext.auth.authorization.AndAuthorization
 
create(User) - Static method in class io.vertx.rxjava.ext.auth.authorization.AuthorizationContext
Factory for Authorization Context
create(String, Set<Authorization>) - Static method in class io.vertx.rxjava.ext.auth.authorization.AuthorizationProvider
create an authorization provider with the specified id and authorizations
create(Authorization) - Static method in class io.vertx.rxjava.ext.auth.authorization.NotAuthorization
 
create() - Static method in class io.vertx.rxjava.ext.auth.authorization.OrAuthorization
 
create(String) - Static method in class io.vertx.rxjava.ext.auth.authorization.PermissionBasedAuthorization
 
create(String) - Static method in class io.vertx.rxjava.ext.auth.authorization.RoleBasedAuthorization
 
create(String) - Static method in class io.vertx.rxjava.ext.auth.authorization.WildcardPermissionBasedAuthorization
 
create() - Static method in class io.vertx.rxjava.ext.auth.ChainAuth
Deprecated.
create(Vertx) - Static method in class io.vertx.rxjava.ext.auth.htdigest.HtdigestAuth
Creates an instance of HtdigestAuth.
create(Vertx, String) - Static method in class io.vertx.rxjava.ext.auth.htdigest.HtdigestAuth
Creates an instance of HtdigestAuth by using the given htfile file.
create(Vertx) - Static method in class io.vertx.rxjava.ext.auth.htpasswd.HtpasswdAuth
 
create(Vertx, HtpasswdAuthOptions) - Static method in class io.vertx.rxjava.ext.auth.htpasswd.HtpasswdAuth
 
create(Vertx, JDBCClient) - Static method in class io.vertx.rxjava.ext.auth.jdbc.JDBCAuth
Deprecated.
create(JDBCClient, JDBCHashStrategy, JDBCAuthenticationOptions) - Static method in class io.vertx.rxjava.ext.auth.jdbc.JDBCAuthentication
Deprecated.
create(JDBCClient, JDBCAuthenticationOptions) - Static method in class io.vertx.rxjava.ext.auth.jdbc.JDBCAuthentication
Create a JDBC auth provider implementation
create(String, JDBCClient, JDBCAuthorizationOptions) - Static method in class io.vertx.rxjava.ext.auth.jdbc.JDBCAuthorization
Create a JDBC authorization provider implementation
create(JDBCClient) - Static method in class io.vertx.rxjava.ext.auth.jdbc.JDBCUserUtil
Create an instance of the user helper.
create(JDBCClient, String, String, String) - Static method in class io.vertx.rxjava.ext.auth.jdbc.JDBCUserUtil
Create an instance of the user helper with custom queries.
create(String) - Static method in class io.vertx.rxjava.ext.auth.jwt.authorization.JWTAuthorization
Factory method to create a Authorization provider for JWT tokens.
create() - Static method in class io.vertx.rxjava.ext.auth.jwt.authorization.MicroProfileAuthorization
Factory method to create a Authorization provider for tokens adhering to the MP-JWT 1.1 spec.
create(Vertx, JWTAuthOptions) - Static method in class io.vertx.rxjava.ext.auth.jwt.JWTAuth
Create a JWT auth provider
create(Vertx, LdapAuthenticationOptions) - Static method in class io.vertx.rxjava.ext.auth.ldap.LdapAuthentication
Create a LDAP authentication provider
create(MongoClient, JsonObject) - Static method in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
Deprecated.
create(MongoClient, MongoAuthenticationOptions) - Static method in class io.vertx.rxjava.ext.auth.mongo.MongoAuthentication
Creates an instance of MongoAuth by using the given and configuration object.
create(MongoClient, HashStrategy, MongoAuthenticationOptions) - Static method in class io.vertx.rxjava.ext.auth.mongo.MongoAuthentication
 
create(String, MongoClient, MongoAuthorizationOptions) - Static method in class io.vertx.rxjava.ext.auth.mongo.MongoAuthorization
Creates an instance of MongoAuthorization by using the given and configuration object.
create(MongoClient) - Static method in class io.vertx.rxjava.ext.auth.mongo.MongoUserUtil
Create an instance of the user helper.
create(MongoClient, MongoAuthenticationOptions, MongoAuthorizationOptions) - Static method in class io.vertx.rxjava.ext.auth.mongo.MongoUserUtil
Create an instance of the user helper with custom queries.
create() - Static method in class io.vertx.rxjava.ext.auth.oauth2.authorization.KeycloakAuthorization
Factory method to create an Authorization Provider for tokens adhering to the Keycloak token format.
create(String) - Static method in class io.vertx.rxjava.ext.auth.oauth2.authorization.ScopeAuthorization
Factory method to create a Authorization provider for Oauth 2.0 scopes.
create(String, String) - Static method in class io.vertx.rxjava.ext.auth.oauth2.authorization.ScopeAuthorization
Factory method to create a Authorization provider for OpenID Connect scopes.
create(Vertx) - Static method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
Create a OAuth2 auth provider
create(Vertx, OAuth2Options) - Static method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
Create a OAuth2 auth provider
create(Vertx, String, String, String, String) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.AmazonCognitoAuth
Create a OAuth2Auth provider for Amazon Cognito
create(Vertx, String, String, String, String, HttpClientOptions) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.AmazonCognitoAuth
Create a OAuth2Auth provider for Amazon Cognito
create(Vertx, String, String, String) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.AzureADAuth
Create a OAuth2Auth provider for Microsoft Azure Active Directory
create(Vertx, String, String, String, HttpClientOptions) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.AzureADAuth
Create a OAuth2Auth provider for Microsoft Azure Active Directory
create(Vertx, String, String) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.BoxAuth
Create a OAuth2Auth provider for App.net
create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.BoxAuth
Create a OAuth2Auth provider for App.net
create(Vertx, String, String, String) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.CloudFoundryAuth
Create a OAuth2Auth provider for CloudFoundry UAA
create(Vertx, String, String, String, HttpClientOptions) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.CloudFoundryAuth
Create a OAuth2Auth provider for CloudFoundry UAA
create(Vertx, String, String) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.DropboxAuth
Create a OAuth2Auth provider for Dropbox
create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.DropboxAuth
Create a OAuth2Auth provider for Dropbox
create(Vertx, String, String) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.FacebookAuth
Create a OAuth2Auth provider for Facebook
create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.FacebookAuth
Create a OAuth2Auth provider for Facebook
create(Vertx, String, String) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.FoursquareAuth
Create a OAuth2Auth provider for Foursquare
create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.FoursquareAuth
Create a OAuth2Auth provider for Foursquare
create(Vertx, String, String) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.GithubAuth
Create a OAuth2Auth provider for Github
create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.GithubAuth
Create a OAuth2Auth provider for Github
create(Vertx, String, String) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.GitLabAuth
Create a OAuth2Auth provider for GitLab.com.
create(Vertx, String, String, String) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.GitLabAuth
Create a OAuth2Auth provider for GitLab.
create(Vertx, String, String, String, HttpClientOptions) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.GitLabAuth
Create a OAuth2Auth provider for GitLab.
create(Vertx, String, String) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.GoogleAuth
Create a OAuth2Auth provider for Google
create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.GoogleAuth
Create a OAuth2Auth provider for Google
create(Vertx, JsonObject) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.GoogleAuth
Create a OAuth2Auth provider for Google Service Account (Server to Server)
create(Vertx, JsonObject, HttpClientOptions) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.GoogleAuth
Create a OAuth2Auth provider for Google Service Account (Server to Server)
create(Vertx, String, String) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.HerokuAuth
Create a OAuth2Auth provider for Heroku
create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.HerokuAuth
Create a OAuth2Auth provider for Heroku
create(Vertx, String, String, String, String) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.IBMCloudAuth
Create a OAuth2Auth provider for IBM Cloud
create(Vertx, String, String, String, String, HttpClientOptions) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.IBMCloudAuth
Create a OAuth2Auth provider for IBM Cloud
create(Vertx, String, String) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.InstagramAuth
Create a OAuth2Auth provider for Instagram
create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.InstagramAuth
Create a OAuth2Auth provider for Instagram
create(Vertx, JsonObject) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.KeycloakAuth
Create a OAuth2Auth provider for Keycloak
create(Vertx, OAuth2FlowType, JsonObject) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.KeycloakAuth
Create a OAuth2Auth provider for Keycloak
create(Vertx, JsonObject, HttpClientOptions) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.KeycloakAuth
Create a OAuth2Auth provider for Keycloak
create(Vertx, OAuth2FlowType, JsonObject, HttpClientOptions) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.KeycloakAuth
Create a OAuth2Auth provider for Keycloak
create(Vertx, String, String) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.LinkedInAuth
Create a OAuth2Auth provider for LinkedIn
create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.LinkedInAuth
Create a OAuth2Auth provider for LinkedIn
create(Vertx, String, String) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.LiveAuth
Create a OAuth2Auth provider for live.com
create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.LiveAuth
Create a OAuth2Auth provider for live.com
create(Vertx, String, String) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.MailchimpAuth
Create a OAuth2Auth provider for Mailchimp
create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.MailchimpAuth
Create a OAuth2Auth provider for Mailchimp
create(Vertx, String, String) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.SalesforceAuth
Create a OAuth2Auth provider for Salesforce
create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.SalesforceAuth
Create a OAuth2Auth provider for Salesforce
create(Vertx, String, String, String) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.ShopifyAuth
Create a OAuth2Auth provider for Shopify
create(Vertx, String, String, String, HttpClientOptions) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.ShopifyAuth
Create a OAuth2Auth provider for Shopify
create(Vertx, String, String) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.SoundcloudAuth
Create a OAuth2Auth provider for SoundCloud
create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.SoundcloudAuth
Create a OAuth2Auth provider for SoundCloud
create(Vertx, String, String) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.StripeAuth
Create a OAuth2Auth provider for Stripe
create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.StripeAuth
Create a OAuth2Auth provider for Stripe
create(Vertx, String, String) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.TwitterAuth
Create a OAuth2Auth provider for Twitter
create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.TwitterAuth
Create a OAuth2Auth provider for Twitter
create(OAuth2Options) - Static method in class io.vertx.rxjava.ext.auth.oauth2.rbac.KeycloakRBAC
Factory method to create a RBAC handler for tokens adhering to the Keycloak token format.
create() - Static method in class io.vertx.rxjava.ext.auth.oauth2.rbac.MicroProfileRBAC
Factory method to create a RBAC handler for tokens adhering to the MP-JWT 1.1 spec.
create(Vertx, String) - Static method in class io.vertx.rxjava.ext.auth.properties.PropertyFileAuthentication
Create a File authentication provider
create(Vertx, String) - Static method in class io.vertx.rxjava.ext.auth.properties.PropertyFileAuthorization
Create a File authentication provider
create(Vertx, ShiroAuthOptions) - Static method in class io.vertx.rxjava.ext.auth.shiro.ShiroAuth
Deprecated.
create(SqlClient) - Static method in class io.vertx.rxjava.ext.auth.sqlclient.SqlAuthentication
Create a JDBC auth provider implementation
create(SqlClient, SqlAuthenticationOptions) - Static method in class io.vertx.rxjava.ext.auth.sqlclient.SqlAuthentication
Create a JDBC auth provider implementation
create(SqlClient) - Static method in class io.vertx.rxjava.ext.auth.sqlclient.SqlAuthorization
Create a JDBC authorization provider implementation
create(SqlClient, SqlAuthorizationOptions) - Static method in class io.vertx.rxjava.ext.auth.sqlclient.SqlAuthorization
Create a JDBC authorization provider implementation
create(SqlClient) - Static method in class io.vertx.rxjava.ext.auth.sqlclient.SqlUserUtil
Create an instance of the user helper.
create(SqlClient, String, String, String) - Static method in class io.vertx.rxjava.ext.auth.sqlclient.SqlUserUtil
Create an instance of the user helper with custom queries.
create(JsonObject) - Static method in class io.vertx.rxjava.ext.auth.User
Factory for user instances that are free form.
create(JsonObject, JsonObject) - Static method in class io.vertx.rxjava.ext.auth.User
Factory for user instances that are free form.
create(Vertx) - Static method in class io.vertx.rxjava.ext.auth.webauthn.WebAuthn
Create a WebAuthN auth provider
create(Vertx, WebAuthnOptions) - Static method in class io.vertx.rxjava.ext.auth.webauthn.WebAuthn
Create a WebAuthN auth provider
create(Vertx) - Static method in class io.vertx.rxjava.ext.consul.ConsulClient
Create a Consul client with default options.
create(Vertx, ConsulClientOptions) - Static method in class io.vertx.rxjava.ext.consul.ConsulClient
Create a Consul client.
create(Vertx) - Static method in class io.vertx.rxjava.ext.dropwizard.MetricsService
Creates a metric service for a given Vertx instance.
create(Vertx) - Static method in class io.vertx.rxjava.ext.eventbus.bridge.tcp.TcpEventBusBridge
 
create(Vertx, BridgeOptions) - Static method in class io.vertx.rxjava.ext.eventbus.bridge.tcp.TcpEventBusBridge
 
create(Vertx, BridgeOptions, NetServerOptions) - Static method in class io.vertx.rxjava.ext.eventbus.bridge.tcp.TcpEventBusBridge
 
create(Vertx, BridgeOptions, NetServerOptions, Handler<BridgeEvent>) - Static method in class io.vertx.rxjava.ext.eventbus.bridge.tcp.TcpEventBusBridge
 
create(Vertx, AuthenticationProvider) - Static method in class io.vertx.rxjava.ext.healthchecks.HealthCheckHandler
Creates an instance of the default implementation of the HealthCheckHandler.
create(Vertx) - Static method in class io.vertx.rxjava.ext.healthchecks.HealthCheckHandler
Creates an instance of the default implementation of the HealthCheckHandler.
create(Vertx) - Static method in class io.vertx.rxjava.ext.healthchecks.HealthChecks
Creates a new instance of the default implementation of HealthChecks.
create(Vertx, JsonObject) - Static method in class io.vertx.rxjava.ext.jdbc.JDBCClient
Create a JDBC client which maintains its own data source.
create() - Static method in class io.vertx.rxjava.ext.mail.MailAttachment
construct an empty MailAttachment object that can be filled with the setters
create(JsonObject) - Static method in class io.vertx.rxjava.ext.mail.MailAttachment
create a MailAttachment object from a JsonObject representation
create(MailAttachment) - Static method in class io.vertx.rxjava.ext.mail.MailAttachment
create a copy of a MailAttachment object
create(Vertx, MailConfig) - Static method in class io.vertx.rxjava.ext.mail.MailClient
Create a non shared instance of the mail client.
create(Vertx, JsonObject) - Static method in class io.vertx.rxjava.ext.mongo.MongoClient
Create a Mongo client which maintains its own data source.
create(Vertx) - Static method in class io.vertx.rxjava.ext.shell.command.CommandRegistry
Create a new registry.
create() - Static method in class io.vertx.rxjava.ext.shell.session.Session
Create a new empty session.
create(Vertx, ShellServerOptions) - Static method in class io.vertx.rxjava.ext.shell.ShellServer
Create a new shell server with default options.
create(Vertx) - Static method in class io.vertx.rxjava.ext.shell.ShellServer
Create a new shell server with specific options.
create(Vertx) - Static method in class io.vertx.rxjava.ext.shell.ShellService
create(Vertx, ShellServiceOptions) - Static method in class io.vertx.rxjava.ext.shell.ShellService
Create a new shell service.
create() - Static method in class io.vertx.rxjava.ext.shell.term.Pty
Create a new pseudo terminal with no terminal type.
create(String) - Static method in class io.vertx.rxjava.ext.shell.term.Pty
Create a new pseudo terminal.
create(Vertx, String) - Static method in class io.vertx.rxjava.ext.shell.term.SockJSTermHandler
 
create(Vertx, String) - Method in class io.vertx.rxjava.ext.stomp.DestinationFactory
Creates a destination for the given address.
create(Vertx) - Static method in class io.vertx.rxjava.ext.stomp.StompClient
Creates a StompClient using the default implementation.
create(Vertx, StompClientOptions) - Static method in class io.vertx.rxjava.ext.stomp.StompClient
Creates a StompClient using the default implementation.
create(Vertx, StompServerOptions) - Static method in class io.vertx.rxjava.ext.stomp.StompServer
Creates a StompServer based on the default Stomp Server implementation.
create(Vertx, NetServer) - Static method in class io.vertx.rxjava.ext.stomp.StompServer
Creates a StompServer based on the default Stomp Server implementation.
create(Vertx, NetServer, StompServerOptions) - Static method in class io.vertx.rxjava.ext.stomp.StompServer
Creates a StompServer based on the default Stomp Server implementation.
create(Vertx) - Static method in class io.vertx.rxjava.ext.stomp.StompServer
Creates a StompServer based on the default Stomp Server implementation, and use the default options.
create(Vertx) - Static method in class io.vertx.rxjava.ext.stomp.StompServerHandler
Creates an instance of StompServerHandler using the default (compliant) implementation.
create(Vertx, ReportingOptions) - Static method in class io.vertx.rxjava.ext.unit.collect.EventBusCollector
Create a message handler reporting with the specified options.
create(Vertx, Handler<TestSuiteReport>) - Static method in class io.vertx.rxjava.ext.unit.collect.EventBusCollector
 
create(String, Handler<TestContext>) - Static method in class io.vertx.rxjava.ext.unit.TestCase
Create a test case.
create(String) - Static method in class io.vertx.rxjava.ext.unit.TestSuite
Create and return a new test suite.
create(Vertx, String, Handler<AsyncResult<OpenAPI3RouterFactory>>) - Static method in class io.vertx.rxjava.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Deprecated.
create(Vertx, String) - Static method in class io.vertx.rxjava.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Deprecated.
create(Vertx, String, List<JsonObject>, Handler<AsyncResult<OpenAPI3RouterFactory>>) - Static method in class io.vertx.rxjava.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Deprecated.
create(Vertx, String, List<JsonObject>) - Static method in class io.vertx.rxjava.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Deprecated.
create(String, Object) - Static method in class io.vertx.rxjava.ext.web.api.RequestParameter
Deprecated.
create(Object) - Static method in class io.vertx.rxjava.ext.web.api.RequestParameter
Deprecated.
create() - Static method in class io.vertx.rxjava.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
create(Function<ResponsePredicateResult, Throwable>) - Static method in class io.vertx.rxjava.ext.web.client.predicate.ErrorConverter
Creates a full ErrorConverter, that will passed a predicate result with the response body.
create(Function<HttpResponse<Void>, ResponsePredicateResult>) - Static method in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
Creates a new ResponsePredicate.
create(Function<HttpResponse<Void>, ResponsePredicateResult>, ErrorConverter) - Static method in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
Creates a new ResponsePredicate, using a custom errorConverter.
create(Vertx) - Static method in class io.vertx.rxjava.ext.web.client.WebClient
Create a web client using the provided vertx instance and default options.
create(Vertx, WebClientOptions) - Static method in class io.vertx.rxjava.ext.web.client.WebClient
Create a web client using the provided vertx instance.
create(WebClient) - Static method in class io.vertx.rxjava.ext.web.client.WebClientSession
Create a session aware web client using the provided webClient instance.
create(Function<Buffer, T>) - Static method in class io.vertx.rxjava.ext.web.codec.BodyCodec
Create a codec that buffers the entire body and then apply the decode function and returns the result.
create(Authorization) - Static method in class io.vertx.rxjava.ext.web.handler.AuthorizationHandler
create the the handler that will check the specified authorization Note that to check several authorizations, you can specify a sub-interface such as AndAuthorization or OrAuthorization
create(AuthenticationProvider) - Static method in class io.vertx.rxjava.ext.web.handler.BasicAuthHandler
Create a basic auth handler
create(AuthenticationProvider, String) - Static method in class io.vertx.rxjava.ext.web.handler.BasicAuthHandler
Create a basic auth handler, specifying realm
create() - Static method in class io.vertx.rxjava.ext.web.handler.BodyHandler
Create a body handler with defaults
create(boolean) - Static method in class io.vertx.rxjava.ext.web.handler.BodyHandler
Create a body handler setting if it should handle file uploads
create(String) - Static method in class io.vertx.rxjava.ext.web.handler.BodyHandler
Create a body handler and use the given upload directory.
create() - Static method in class io.vertx.rxjava.ext.web.handler.ChainAuthHandler
Deprecated.
create(String) - Static method in class io.vertx.rxjava.ext.web.handler.CorsHandler
Create a CORS handler using a regular expression to match origins.
create() - Static method in class io.vertx.rxjava.ext.web.handler.CorsHandler
Create a empty CORS handler that allows * origin.
create() - Static method in class io.vertx.rxjava.ext.web.handler.CSPHandler
Creates a new instance of the handler.
create(Vertx, String) - Static method in class io.vertx.rxjava.ext.web.handler.CSRFHandler
Instantiate a new CSRFHandlerImpl with a secret
create(Vertx, HtdigestAuth) - Static method in class io.vertx.rxjava.ext.web.handler.DigestAuthHandler
Create a digest auth handler
create(Vertx, HtdigestAuth, long) - Static method in class io.vertx.rxjava.ext.web.handler.DigestAuthHandler
Create a digest auth handler, specifying the expire timeout for nonces.
create(Vertx) - Static method in class io.vertx.rxjava.ext.web.handler.ErrorHandler
Create an error handler using defaults
create(Vertx, String, boolean) - Static method in class io.vertx.rxjava.ext.web.handler.ErrorHandler
Create an error handler
create(Vertx, boolean) - Static method in class io.vertx.rxjava.ext.web.handler.ErrorHandler
Create an error handler
create(Vertx, String) - Static method in class io.vertx.rxjava.ext.web.handler.ErrorHandler
Create an error handler
create(Vertx) - Static method in class io.vertx.rxjava.ext.web.handler.FaviconHandler
Create a handler with defaults
create(Vertx, String) - Static method in class io.vertx.rxjava.ext.web.handler.FaviconHandler
Create a handler attempting to load favicon file from the specified path
create(Vertx, String, long) - Static method in class io.vertx.rxjava.ext.web.handler.FaviconHandler
Create a handler attempting to load favicon file from the specified path, and with the specified max cache time
create(Vertx, long) - Static method in class io.vertx.rxjava.ext.web.handler.FaviconHandler
Create a handler with the specified max cache time
create(AuthenticationProvider) - Static method in class io.vertx.rxjava.ext.web.handler.FormLoginHandler
Create a handler
create(AuthenticationProvider, String, String, String, String) - Static method in class io.vertx.rxjava.ext.web.handler.FormLoginHandler
Create a handler
create(GraphQL) - Static method in class io.vertx.rxjava.ext.web.handler.graphql.ApolloWSHandler
Create a new ApolloWSHandler that will use the provided graphQL object to execute requests.
create(GraphQL, ApolloWSOptions) - Static method in class io.vertx.rxjava.ext.web.handler.graphql.ApolloWSHandler
Create a new ApolloWSHandler that will use the provided graphQL object to execute requests.
create() - Static method in class io.vertx.rxjava.ext.web.handler.graphql.GraphiQLHandler
Create a new GraphiQLHandler.
create(GraphiQLHandlerOptions) - Static method in class io.vertx.rxjava.ext.web.handler.graphql.GraphiQLHandler
Create a new GraphiQLHandler.
create(GraphQL) - Static method in class io.vertx.rxjava.ext.web.handler.graphql.GraphQLHandler
Create a new GraphQLHandler that will use the provided graphQL object to execute queries.
create(GraphQL, GraphQLHandlerOptions) - Static method in class io.vertx.rxjava.ext.web.handler.graphql.GraphQLHandler
Create a new GraphQLHandler that will use the provided graphQL object to execute queries.
create(String) - Static method in class io.vertx.rxjava.ext.web.handler.graphql.schema.VertxPropertyDataFetcher
 
create(long, boolean) - Static method in class io.vertx.rxjava.ext.web.handler.HSTSHandler
Creates a new instance that shall consider the configuration for sub domains.
create(boolean) - Static method in class io.vertx.rxjava.ext.web.handler.HSTSHandler
Creates a new instance that shall consider the configuration for sub domains.
create() - Static method in class io.vertx.rxjava.ext.web.handler.HSTSHandler
Creates a new instance that does not consider the configuration for sub domains.
create(JWTAuth) - Static method in class io.vertx.rxjava.ext.web.handler.JWTAuthHandler
Create a JWT auth handler
create() - Static method in class io.vertx.rxjava.ext.web.handler.LoggerHandler
Create a handler with default format
create(LoggerFormat) - Static method in class io.vertx.rxjava.ext.web.handler.LoggerHandler
Create a handler with he specified format
create(boolean, LoggerFormat) - Static method in class io.vertx.rxjava.ext.web.handler.LoggerHandler
Create a handler with he specified format
create() - Static method in class io.vertx.rxjava.ext.web.handler.MethodOverrideHandler
Create a X-HTTP-METHOD-OVERRIDE handler with safe downgrade of methods
create(boolean) - Static method in class io.vertx.rxjava.ext.web.handler.MethodOverrideHandler
Create a X-HTTP-METHOD-OVERRIDE handler
create(String) - Static method in class io.vertx.rxjava.ext.web.handler.MultiTenantHandler
Create a MultiTenant handler that will extract the tenant id from a given header name.
create(Function<RoutingContext, String>) - Static method in class io.vertx.rxjava.ext.web.handler.MultiTenantHandler
Create a MultiTenant handler using a custom tenant extraction function.
create(Function<RoutingContext, String>, String) - Static method in class io.vertx.rxjava.ext.web.handler.MultiTenantHandler
Create a MultiTenant handler using a custom tenant extraction function.
create(Vertx, OAuth2Auth, String) - Static method in class io.vertx.rxjava.ext.web.handler.OAuth2AuthHandler
Create a OAuth2 auth handler with host pinning
create(Vertx, OAuth2Auth) - Static method in class io.vertx.rxjava.ext.web.handler.OAuth2AuthHandler
Create a OAuth2 auth handler without host pinning.
create(AuthenticationProvider) - Static method in class io.vertx.rxjava.ext.web.handler.RedirectAuthHandler
Create a handler
create(AuthenticationProvider, String) - Static method in class io.vertx.rxjava.ext.web.handler.RedirectAuthHandler
Create a handler
create(AuthenticationProvider, String, String) - Static method in class io.vertx.rxjava.ext.web.handler.RedirectAuthHandler
Create a handler
create() - Static method in class io.vertx.rxjava.ext.web.handler.ResponseContentTypeHandler
Create a response content type handler.
create(String) - Static method in class io.vertx.rxjava.ext.web.handler.ResponseContentTypeHandler
Create a response content type handler with a custom disable flag.
create() - Static method in class io.vertx.rxjava.ext.web.handler.ResponseTimeHandler
Create a handler
create(SessionStore) - Static method in class io.vertx.rxjava.ext.web.handler.SessionHandler
Create a session handler
create(Vertx) - Static method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSHandler
Create a SockJS handler
create(Vertx, SockJSHandlerOptions) - Static method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSHandler
Create a SockJS handler
create() - Static method in class io.vertx.rxjava.ext.web.handler.StaticHandler
Create a handler using defaults
create(String) - Static method in class io.vertx.rxjava.ext.web.handler.StaticHandler
Create a handler, specifying web-root
create(TemplateEngine) - Static method in class io.vertx.rxjava.ext.web.handler.TemplateHandler
Create a handler
create(TemplateEngine, String, String) - Static method in class io.vertx.rxjava.ext.web.handler.TemplateHandler
Create a handler
create() - Static method in class io.vertx.rxjava.ext.web.handler.TimeoutHandler
Create a handler
create(long) - Static method in class io.vertx.rxjava.ext.web.handler.TimeoutHandler
Create a handler
create(long, int) - Static method in class io.vertx.rxjava.ext.web.handler.TimeoutHandler
Create a handler
create(WebAuthn) - Static method in class io.vertx.rxjava.ext.web.handler.WebAuthnHandler
Create a WebAuthN auth handler.
create(String) - Static method in class io.vertx.rxjava.ext.web.handler.XFrameHandler
Creates a new handler that will add the X-FRAME-OPTIONS header to the current response.
create() - Static method in class io.vertx.rxjava.ext.web.multipart.MultipartForm
 
create(Vertx, String) - Static method in class io.vertx.rxjava.ext.web.sstore.ClusteredSessionStore
Create a session store
create(Vertx, String, long) - Static method in class io.vertx.rxjava.ext.web.sstore.ClusteredSessionStore
Create a session store.

The retry timeout value, configures how long the session handler will retry to get a session from the store when it is not found.

create(Vertx) - Static method in class io.vertx.rxjava.ext.web.sstore.ClusteredSessionStore
Create a session store
create(Vertx, long) - Static method in class io.vertx.rxjava.ext.web.sstore.ClusteredSessionStore
Create a session store.

The retry timeout value, configures how long the session handler will retry to get a session from the store when it is not found.

create(Vertx) - Static method in class io.vertx.rxjava.ext.web.sstore.LocalSessionStore
Create a session store
create(Vertx, String) - Static method in class io.vertx.rxjava.ext.web.sstore.LocalSessionStore
Create a session store
create(Vertx, String, long) - Static method in class io.vertx.rxjava.ext.web.sstore.LocalSessionStore
Create a session store
create(Vertx) - Static method in class io.vertx.rxjava.ext.web.sstore.SessionStore
Create a Session store given a backend and configuration JSON.
create(Vertx, JsonObject) - Static method in class io.vertx.rxjava.ext.web.sstore.SessionStore
Create a Session store given a backend and configuration JSON.
create(Vertx) - Static method in class io.vertx.rxjava.ext.web.templ.freemarker.FreeMarkerTemplateEngine
Create a template engine using defaults
create(Vertx, String) - Static method in class io.vertx.rxjava.ext.web.templ.freemarker.FreeMarkerTemplateEngine
Create a template engine using defaults
create(Vertx) - Static method in class io.vertx.rxjava.ext.web.templ.handlebars.HandlebarsTemplateEngine
Create a template engine using defaults
create(Vertx, String) - Static method in class io.vertx.rxjava.ext.web.templ.handlebars.HandlebarsTemplateEngine
Create a template engine using defaults
create(Vertx) - Static method in class io.vertx.rxjava.ext.web.templ.jade.JadeTemplateEngine
Create a template engine using defaults
create(Vertx, String) - Static method in class io.vertx.rxjava.ext.web.templ.jade.JadeTemplateEngine
Create a template engine using defaults
create(Vertx) - Static method in class io.vertx.rxjava.ext.web.templ.mvel.MVELTemplateEngine
Create a template engine using defaults
create(Vertx, String) - Static method in class io.vertx.rxjava.ext.web.templ.mvel.MVELTemplateEngine
Create a template engine using defaults
create(Vertx) - Static method in class io.vertx.rxjava.ext.web.templ.pebble.PebbleTemplateEngine
Create a template engine using defaults
create(Vertx, String) - Static method in class io.vertx.rxjava.ext.web.templ.pebble.PebbleTemplateEngine
Create a template engine using defaults
create(Vertx, PebbleEngine) - Static method in class io.vertx.rxjava.ext.web.templ.pebble.PebbleTemplateEngine
Create a template engine using a custom Builder, e.g.
create(Vertx, String, PebbleEngine) - Static method in class io.vertx.rxjava.ext.web.templ.pebble.PebbleTemplateEngine
Create a template engine using a custom Builder, e.g.
create() - Static method in class io.vertx.rxjava.ext.web.templ.rocker.RockerTemplateEngine
Create a template engine using defaults
create(String) - Static method in class io.vertx.rxjava.ext.web.templ.rocker.RockerTemplateEngine
Create a template engine using a custom extension
create(Vertx) - Static method in class io.vertx.rxjava.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
Create a template engine using defaults
create(Object) - Static method in class io.vertx.rxjava.ext.web.validation.RequestParameter
 
create(Vertx, SchemaRouterOptions) - Static method in class io.vertx.rxjava.json.schema.SchemaRouter
Create a new SchemaRouter
create(HttpClient, FileSystem, SchemaRouterOptions) - Static method in class io.vertx.rxjava.json.schema.SchemaRouter
Create a new SchemaRouter
create(Vertx, Map<String, String>) - Static method in class io.vertx.rxjava.kafka.admin.KafkaAdminClient
Create a new KafkaAdminClient instance
create(Vertx, Map<String, String>) - Static method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Create a new KafkaConsumer instance
create(Vertx, Map<String, String>, Class<K>, Class<V>) - Static method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Create a new KafkaConsumer instance
create(Vertx, KafkaClientOptions) - Static method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Create a new KafkaConsumer instance
create(Vertx, KafkaClientOptions, Class<K>, Class<V>) - Static method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Create a new KafkaConsumer instance
create(Vertx, Map<String, String>) - Static method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
Create a new KafkaProducer instance
create(Vertx, Map<String, String>, Class<K>, Class<V>) - Static method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
Create a new KafkaProducer instance
create(String, K, V, Long, Integer) - Static method in class io.vertx.rxjava.kafka.client.producer.KafkaProducerRecord
Create a concrete instance of a Vert.x producer record
create(String, K, V) - Static method in class io.vertx.rxjava.kafka.client.producer.KafkaProducerRecord
Create a concrete instance of a Vert.x producer record
create(String, V) - Static method in class io.vertx.rxjava.kafka.client.producer.KafkaProducerRecord
Create a concrete instance of a Vert.x producer record
create(Measured) - Static method in class io.vertx.rxjava.micrometer.MetricsService
Creates a metric service for a given object.
create() - Static method in class io.vertx.rxjava.micrometer.PrometheusScrapingHandler
Creates a Vert.x Web Route handler for Prometheus metrics scraping.
create(String) - Static method in class io.vertx.rxjava.micrometer.PrometheusScrapingHandler
Creates a Vert.x Web Route handler for Prometheus metrics scraping.
create(MqttConnectReturnCode, boolean) - Static method in class io.vertx.rxjava.mqtt.messages.MqttConnAckMessage
Create a concrete instance of a Vert.x connack message
create(Vertx, MqttClientOptions) - Static method in class io.vertx.rxjava.mqtt.MqttClient
Return an MQTT client instance
create(Vertx) - Static method in class io.vertx.rxjava.mqtt.MqttClient
Return an MQTT client instance using the default options
create(Vertx, MqttServerOptions) - Static method in class io.vertx.rxjava.mqtt.MqttServer
Return an MQTT server instance
create(Vertx) - Static method in class io.vertx.rxjava.mqtt.MqttServer
Return an MQTT server instance using default options
create(Vertx) - Static method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Create and return a client configured with the default options.
create(Vertx, RabbitMQOptions) - Static method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Create and return a client.
create(Vertx, RabbitMQClient, RabbitMQPublisherOptions) - Static method in class io.vertx.rxjava.rabbitmq.RabbitMQPublisher
Create and return a publisher using the specified client.
create(String, int, int, int, int, boolean, boolean, boolean, boolean) - Static method in class io.vertx.rxjava.redis.client.Command
Creates a Redis Command from METADATA.
create(String) - Static method in class io.vertx.rxjava.redis.client.Command
Generic command generator for extensions.
create(Vertx, ServiceDiscoveryOptions) - Static method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
Creates an instance of ServiceDiscovery.
create(Vertx) - Static method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
Creates a new instance of ServiceDiscovery using the default configuration.
create(String, Class<T>) - Static method in class io.vertx.rxjava.sqlclient.PropertyKind
 
create(Router, ServiceDiscovery) - Static method in class io.vertx.servicediscovery.rest.ServiceDiscoveryRestEndpoint
Creates the REST endpoint using the default root (/discovery).
create(Router, ServiceDiscovery, String) - Static method in class io.vertx.servicediscovery.rest.ServiceDiscoveryRestEndpoint
Creates the REST endpoint using the given root.
create(Vertx, ServiceDiscoveryOptions) - Static method in interface io.vertx.servicediscovery.ServiceDiscovery
Creates an instance of ServiceDiscovery.
create(Vertx) - Static method in interface io.vertx.servicediscovery.ServiceDiscovery
Creates a new instance of ServiceDiscovery using the default configuration.
create(Number) - Static method in class io.vertx.sqlclient.data.Numeric
Return a Numeric instance for the given number.
create(String, Class<T>) - Static method in interface io.vertx.sqlclient.PropertyKind
 
createAclToken(AclToken, Handler<AsyncResult<String>>) - Method in interface io.vertx.ext.consul.ConsulClient
Create new Acl token
createAclToken(AclToken) - Method in interface io.vertx.ext.consul.ConsulClient
Like ConsulClient.createAclToken(AclToken, Handler) but returns a Future of the asynchronous result.
createAclToken(AclToken, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Create new Acl token
createAclToken(AclToken) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Create new Acl token
createAclToken(AclToken, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Create new Acl token
createAclToken(AclToken) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Create new Acl token
createAnonymousSender(Handler<AsyncResult<AmqpSender>>) - Method in interface io.vertx.amqp.AmqpConnection
Creates an anonymous sender.
createAnonymousSender() - Method in interface io.vertx.amqp.AmqpConnection
Like AmqpConnection.createAnonymousSender(Handler) but returns a Future of the asynchronous result
createAnonymousSender(Handler<AsyncResult<AmqpSender>>) - Method in class io.vertx.reactivex.amqp.AmqpConnection
Creates an anonymous sender.
createAnonymousSender() - Method in class io.vertx.reactivex.amqp.AmqpConnection
Creates an anonymous sender.
createAnonymousSender(Handler<AsyncResult<AmqpSender>>) - Method in class io.vertx.rxjava.amqp.AmqpConnection
Creates an anonymous sender.
createAnonymousSender() - Method in class io.vertx.rxjava.amqp.AmqpConnection
Creates an anonymous sender.
createArrayTypeValidator(ParameterTypeValidator) - Static method in interface io.vertx.ext.web.api.validation.ParameterTypeValidator
Deprecated.
Create an array type validator
createArrayTypeValidator(ParameterTypeValidator, String, Integer, Integer) - Static method in interface io.vertx.ext.web.api.validation.ParameterTypeValidator
Deprecated.
Create an array type validator
createArrayTypeValidator(ParameterTypeValidator) - Static method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
Deprecated.
createArrayTypeValidator(ParameterTypeValidator, String, Integer, Integer) - Static method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
Deprecated.
createArrayTypeValidator(ParameterTypeValidator) - Static method in class io.vertx.rxjava.ext.web.api.validation.ParameterTypeValidator
Deprecated.
createArrayTypeValidator(ParameterTypeValidator, String, Integer, Integer) - Static method in class io.vertx.rxjava.ext.web.api.validation.ParameterTypeValidator
Deprecated.
createBlank(String) - Static method in interface io.vertx.ext.shell.cli.CliToken
Create a new blank token.
createBlank(String) - Static method in class io.vertx.reactivex.ext.shell.cli.CliToken
Create a new blank token.
createBlank(String) - Static method in class io.vertx.rxjava.ext.shell.cli.CliToken
Create a new blank token.
createBodyNotSupported(JsonPointer) - Static method in exception io.vertx.ext.web.openapi.RouterBuilderException
 
createBooleanTypeValidator(Object) - Static method in interface io.vertx.ext.web.api.validation.ParameterTypeValidator
Deprecated.
Create a boolean type validator
createBooleanTypeValidator(Object) - Static method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
Deprecated.
createBooleanTypeValidator(Object) - Static method in class io.vertx.rxjava.ext.web.api.validation.ParameterTypeValidator
Deprecated.
createClient(Vertx) - Static method in class io.vertx.reactivex.redis.client.Redis
Create a new redis client using the default client options.
createClient(Vertx, String) - Static method in class io.vertx.reactivex.redis.client.Redis
Create a new redis client using the default client options.
createClient(Vertx, RedisOptions) - Static method in class io.vertx.reactivex.redis.client.Redis
Create a new redis client using the given client options.
createClient(Vertx) - Static method in interface io.vertx.redis.client.Redis
Create a new redis client using the default client options.
createClient(Vertx, String) - Static method in interface io.vertx.redis.client.Redis
Create a new redis client using the default client options.
createClient(Vertx, RedisOptions) - Static method in interface io.vertx.redis.client.Redis
Create a new redis client using the given client options.
createClient(Vertx) - Static method in class io.vertx.rxjava.redis.client.Redis
Create a new redis client using the default client options.
createClient(Vertx, String) - Static method in class io.vertx.rxjava.redis.client.Redis
Create a new redis client using the default client options.
createClient(Vertx, RedisOptions) - Static method in class io.vertx.rxjava.redis.client.Redis
Create a new redis client using the given client options.
createClientMetrics(SocketAddress, String, String) - Method in interface io.vertx.core.spi.metrics.VertxMetrics
Provides the client metrics SPI when a client has been created.

createCollection(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.mongo.MongoClient
Create a new collection
createCollection(String) - Method in interface io.vertx.ext.mongo.MongoClient
Like MongoClient.createCollection(String, Handler) but returns a Future of the asynchronous result
createCollection(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Create a new collection
createCollection(String) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Create a new collection
createCollection(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Create a new collection
createCollection(String) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Create a new collection
createCredentialsOptions(JsonObject, Handler<AsyncResult<JsonObject>>) - Method in interface io.vertx.ext.auth.webauthn.WebAuthn
Gets a challenge and any other parameters for the navigator.credentials.create() call.
createCredentialsOptions(JsonObject) - Method in interface io.vertx.ext.auth.webauthn.WebAuthn
createCredentialsOptions(JsonObject, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.reactivex.ext.auth.webauthn.WebAuthn
Gets a challenge and any other parameters for the navigator.credentials.create() call.
createCredentialsOptions(JsonObject) - Method in class io.vertx.reactivex.ext.auth.webauthn.WebAuthn
Gets a challenge and any other parameters for the navigator.credentials.create() call.
createCredentialsOptions(JsonObject, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.rxjava.ext.auth.webauthn.WebAuthn
Gets a challenge and any other parameters for the navigator.credentials.create() call.
createCredentialsOptions(JsonObject) - Method in class io.vertx.rxjava.ext.auth.webauthn.WebAuthn
Gets a challenge and any other parameters for the navigator.credentials.create() call.
createDatagramSocket(DatagramSocketOptions) - Method in interface io.vertx.core.Vertx
Create a datagram socket using the specified options
createDatagramSocket() - Method in interface io.vertx.core.Vertx
Create a datagram socket using default options
createDatagramSocket(DatagramSocketOptions) - Method in class io.vertx.reactivex.core.Vertx
Create a datagram socket using the specified options
createDatagramSocket() - Method in class io.vertx.reactivex.core.Vertx
Create a datagram socket using default options
createDatagramSocket(DatagramSocketOptions) - Method in class io.vertx.rxjava.core.Vertx
Create a datagram socket using the specified options
createDatagramSocket() - Method in class io.vertx.rxjava.core.Vertx
Create a datagram socket using default options
createDatagramSocketMetrics(DatagramSocketOptions) - Method in interface io.vertx.core.spi.metrics.VertxMetrics
Provides the datagram/udp metrics SPI when a datagram socket is created.

createDefaultGridFsBucketService(Handler<AsyncResult<MongoGridFsClient>>) - Method in interface io.vertx.ext.mongo.MongoClient
Creates a MongoGridFsClient used to interact with Mongo GridFS.
createDefaultGridFsBucketService() - Method in interface io.vertx.ext.mongo.MongoClient
Like MongoClient.createDefaultGridFsBucketService(Handler) but returns a Future of the asynchronous result
createDefaultGridFsBucketService(Handler<AsyncResult<MongoGridFsClient>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Creates a MongoGridFsClient used to interact with Mongo GridFS.
createDefaultGridFsBucketService() - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Creates a MongoGridFsClient used to interact with Mongo GridFS.
createDefaultGridFsBucketService(Handler<AsyncResult<MongoGridFsClient>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Creates a MongoGridFsClient used to interact with Mongo GridFS.
createDefaultGridFsBucketService() - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Creates a MongoGridFsClient used to interact with Mongo GridFS.
createDelegate(String) - Method in class io.vertx.core.logging.JULLogDelegateFactory
 
createDelegate(String) - Method in class io.vertx.core.logging.Log4j2LogDelegateFactory
 
createDelegate(String) - Method in class io.vertx.core.logging.SLF4JLogDelegateFactory
 
createDelegate(String) - Method in interface io.vertx.core.spi.logging.LogDelegateFactory
 
createDelete(JsonObject) - Static method in class io.vertx.ext.mongo.BulkOperation
Create a new delete operation with the given filter
createDnsClient(int, String) - Method in interface io.vertx.core.Vertx
Create a DNS client to connect to a DNS server at the specified host and port, with the default query timeout (5 seconds)

createDnsClient() - Method in interface io.vertx.core.Vertx
Create a DNS client to connect to the DNS server configured by VertxOptions.getAddressResolverOptions()
createDnsClient(DnsClientOptions) - Method in interface io.vertx.core.Vertx
Create a DNS client to connect to a DNS server
createDnsClient(int, String) - Method in class io.vertx.reactivex.core.Vertx
Create a DNS client to connect to a DNS server at the specified host and port, with the default query timeout (5 seconds)

createDnsClient() - Method in class io.vertx.reactivex.core.Vertx
Create a DNS client to connect to the DNS server configured by VertxOptions
createDnsClient(DnsClientOptions) - Method in class io.vertx.reactivex.core.Vertx
Create a DNS client to connect to a DNS server
createDnsClient(int, String) - Method in class io.vertx.rxjava.core.Vertx
Create a DNS client to connect to a DNS server at the specified host and port, with the default query timeout (5 seconds)

createDnsClient() - Method in class io.vertx.rxjava.core.Vertx
Create a DNS client to connect to the DNS server configured by VertxOptions
createDnsClient(DnsClientOptions) - Method in class io.vertx.rxjava.core.Vertx
Create a DNS client to connect to a DNS server
createDoubleTypeValidator(Double) - Static method in interface io.vertx.ext.web.api.validation.ParameterTypeValidator
Deprecated.
Create a new type validator for double values
createDoubleTypeValidator(Double, Double, Double, Double) - Static method in interface io.vertx.ext.web.api.validation.ParameterTypeValidator
Deprecated.
Create a new type validator for double values
createDoubleTypeValidator(Boolean, Double, Boolean, Double, Double, Object) - Static method in interface io.vertx.ext.web.api.validation.ParameterTypeValidator
Deprecated.
Create a new type validator for double values
createDoubleTypeValidator(Double) - Static method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
Deprecated.
createDoubleTypeValidator(Double, Double, Double, Double) - Static method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
Deprecated.
createDoubleTypeValidator(Boolean, Double, Boolean, Double, Double, Object) - Static method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
Deprecated.
createDoubleTypeValidator(Double) - Static method in class io.vertx.rxjava.ext.web.api.validation.ParameterTypeValidator
Deprecated.
createDoubleTypeValidator(Double, Double, Double, Double) - Static method in class io.vertx.rxjava.ext.web.api.validation.ParameterTypeValidator
Deprecated.
createDoubleTypeValidator(Boolean, Double, Boolean, Double, Double, Object) - Static method in class io.vertx.rxjava.ext.web.api.validation.ParameterTypeValidator
Deprecated.
createDraft201909SchemaParser(SchemaRouter) - Static method in interface io.vertx.json.schema.SchemaParser
Create a new SchemaParser for Json Schema Draft2019-09 schemas
createDraft201909SchemaParser(SchemaRouter) - Static method in class io.vertx.reactivex.json.schema.SchemaParser
Create a new SchemaParser for Json Schema Draft2019-09 schemas
createDraft201909SchemaParser(SchemaRouter) - Static method in class io.vertx.rxjava.json.schema.SchemaParser
Create a new SchemaParser for Json Schema Draft2019-09 schemas
createDraft7SchemaParser(SchemaRouter) - Static method in interface io.vertx.json.schema.SchemaParser
Create a new SchemaParser for Json Schema Draft-7 schemas
createDraft7SchemaParser(SchemaRouter) - Static method in class io.vertx.reactivex.json.schema.SchemaParser
Create a new SchemaParser for Json Schema Draft-7 schemas
createDraft7SchemaParser(SchemaRouter) - Static method in class io.vertx.rxjava.json.schema.SchemaParser
Create a new SchemaParser for Json Schema Draft-7 schemas
createDynamicReceiver(Handler<AsyncResult<AmqpReceiver>>) - Method in interface io.vertx.amqp.AmqpConnection
Creates a dynamic receiver.
createDynamicReceiver() - Method in interface io.vertx.amqp.AmqpConnection
Like AmqpConnection.createDynamicReceiver(Handler) but returns a Future of the asynchronous result
createDynamicReceiver(Handler<AsyncResult<AmqpReceiver>>) - Method in class io.vertx.reactivex.amqp.AmqpConnection
Creates a dynamic receiver.
createDynamicReceiver() - Method in class io.vertx.reactivex.amqp.AmqpConnection
Creates a dynamic receiver.
createDynamicReceiver(Handler<AsyncResult<AmqpReceiver>>) - Method in class io.vertx.rxjava.amqp.AmqpConnection
Creates a dynamic receiver.
createDynamicReceiver() - Method in class io.vertx.rxjava.amqp.AmqpConnection
Creates a dynamic receiver.
createEndpointMetrics(SocketAddress, int) - Method in interface io.vertx.core.spi.metrics.HttpClientMetrics
Provides metrics for a particular endpoint
createEnumTypeValidatorWithInnerValidator(List<Object>, ParameterTypeValidator) - Static method in interface io.vertx.ext.web.api.validation.ParameterTypeValidator
Deprecated.
Create an enum type validator
createEnumTypeValidatorWithInnerValidator(List<Object>, ParameterTypeValidator) - Static method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
Deprecated.
createEnumTypeValidatorWithInnerValidator(List<Object>, ParameterTypeValidator) - Static method in class io.vertx.rxjava.ext.web.api.validation.ParameterTypeValidator
Deprecated.
createErrorFrame(String, Map<String, String>, String) - Static method in interface io.vertx.ext.stomp.Frames
 
createErrorFrame(String, Map<String, String>, String) - Static method in class io.vertx.reactivex.ext.stomp.Frames
 
createErrorFrame(String, Map<String, String>, String) - Static method in class io.vertx.rxjava.ext.stomp.Frames
 
createErrorWhileGeneratingValidationHandler(String, Throwable) - Static method in exception io.vertx.ext.web.openapi.RouterBuilderException
 
createEventBusMetrics() - Method in interface io.vertx.core.spi.metrics.VertxMetrics
Provides the event bus metrics SPI when the event bus is created.

createException(String, String, Object, Collection<Throwable>) - Static method in exception io.vertx.json.schema.ValidationException
 
createException(String, String, Object, Throwable) - Static method in exception io.vertx.json.schema.ValidationException
 
createException(String, String, Object) - Static method in exception io.vertx.json.schema.ValidationException
 
createExecutor(ThreadFactory, Integer, Integer) - Method in interface io.vertx.core.spi.ExecutorServiceFactory
Create an ExecutorService
createFile(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
Creates an empty file with the specified path, asynchronously.
createFile(String) - Method in interface io.vertx.core.file.FileSystem
Like FileSystem.createFile(String, Handler) but returns a Future of the asynchronous result
createFile(String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
Creates an empty file with the specified path and permissions perms, asynchronously.
createFile(String, String) - Method in interface io.vertx.core.file.FileSystem
Like FileSystem.createFile(String, String, Handler) but returns a Future of the asynchronous result
createFile(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.file.FileSystem
Creates an empty file with the specified path, asynchronously.
createFile(String) - Method in class io.vertx.reactivex.core.file.FileSystem
Creates an empty file with the specified path, asynchronously.
createFile(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.file.FileSystem
Creates an empty file with the specified path and permissions perms, asynchronously.
createFile(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
Creates an empty file with the specified path and permissions perms, asynchronously.
createFile(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Creates an empty file with the specified path, asynchronously.
createFile(String) - Method in class io.vertx.rxjava.core.file.FileSystem
Creates an empty file with the specified path, asynchronously.
createFile(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Creates an empty file with the specified path and permissions perms, asynchronously.
createFile(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
Creates an empty file with the specified path and permissions perms, asynchronously.
createFileBlocking(String) - Method in interface io.vertx.core.file.FileSystem
createFileBlocking(String, String) - Method in interface io.vertx.core.file.FileSystem
createFileBlocking(String) - Method in class io.vertx.reactivex.core.file.FileSystem
createFileBlocking(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
createFileBlocking(String) - Method in class io.vertx.rxjava.core.file.FileSystem
createFileBlocking(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
createFloatTypeValidator(Float) - Static method in interface io.vertx.ext.web.api.validation.ParameterTypeValidator
Deprecated.
Create a new type validator for float values
createFloatTypeValidator(Double, Double, Double, Float) - Static method in interface io.vertx.ext.web.api.validation.ParameterTypeValidator
Deprecated.
Create a new type validator for float values
createFloatTypeValidator(Boolean, Double, Boolean, Double, Double, Object) - Static method in interface io.vertx.ext.web.api.validation.ParameterTypeValidator
Deprecated.
Create a new type validator for float values
createFloatTypeValidator(Float) - Static method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
Deprecated.
createFloatTypeValidator(Double, Double, Double, Float) - Static method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
Deprecated.
createFloatTypeValidator(Boolean, Double, Boolean, Double, Double, Object) - Static method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
Deprecated.
createFloatTypeValidator(Float) - Static method in class io.vertx.rxjava.ext.web.api.validation.ParameterTypeValidator
Deprecated.
createFloatTypeValidator(Double, Double, Double, Float) - Static method in class io.vertx.rxjava.ext.web.api.validation.ParameterTypeValidator
Deprecated.
createFloatTypeValidator(Boolean, Double, Boolean, Double, Double, Object) - Static method in class io.vertx.rxjava.ext.web.api.validation.ParameterTypeValidator
Deprecated.
createFullBody(Function<ResponsePredicateResult, Throwable>) - Static method in interface io.vertx.ext.web.client.predicate.ErrorConverter
Creates a full ErrorConverter, that will passed a predicate result with the response body.
createFullBody(Function<ResponsePredicateResult, Throwable>) - Static method in class io.vertx.reactivex.ext.web.client.predicate.ErrorConverter
Creates a full ErrorConverter, that will passed a predicate result with the response body.
createFullBody(Function<ResponsePredicateResult, Throwable>) - Static method in class io.vertx.rxjava.ext.web.client.predicate.ErrorConverter
Creates a full ErrorConverter, that will passed a predicate result with the response body.
createGridFsBucketService(String, Handler<AsyncResult<MongoGridFsClient>>) - Method in interface io.vertx.ext.mongo.MongoClient
Creates a MongoGridFsClient used to interact with Mongo GridFS.
createGridFsBucketService(String) - Method in interface io.vertx.ext.mongo.MongoClient
Like MongoClient.createGridFsBucketService(String, Handler) but returns a Future of the asynchronous result
createGridFsBucketService(String, Handler<AsyncResult<MongoGridFsClient>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Creates a MongoGridFsClient used to interact with Mongo GridFS.
createGridFsBucketService(String) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Creates a MongoGridFsClient used to interact with Mongo GridFS.
createGridFsBucketService(String, Handler<AsyncResult<MongoGridFsClient>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Creates a MongoGridFsClient used to interact with Mongo GridFS.
createGridFsBucketService(String) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Creates a MongoGridFsClient used to interact with Mongo GridFS.
createHandler(Message, boolean) - Static method in class io.vertx.serviceproxy.HelperUtils
 
createHashedUser(String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.auth.jdbc.JDBCUserUtil
Insert a user into a database.
createHashedUser(String, String) - Method in interface io.vertx.ext.auth.jdbc.JDBCUserUtil
 
createHashedUser(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.ext.auth.mongo.MongoUserUtil
Insert a user into a database.
createHashedUser(String, String) - Method in interface io.vertx.ext.auth.mongo.MongoUserUtil
 
createHashedUser(String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.auth.sqlclient.SqlUserUtil
Insert a user into a database.
createHashedUser(String, String) - Method in interface io.vertx.ext.auth.sqlclient.SqlUserUtil
 
createHashedUser(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCUserUtil
Insert a user into a database.
createHashedUser(String, String) - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCUserUtil
Insert a user into a database.
createHashedUser(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.ext.auth.mongo.MongoUserUtil
Insert a user into a database.
createHashedUser(String, String) - Method in class io.vertx.reactivex.ext.auth.mongo.MongoUserUtil
Insert a user into a database.
createHashedUser(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.auth.sqlclient.SqlUserUtil
Insert a user into a database.
createHashedUser(String, String) - Method in class io.vertx.reactivex.ext.auth.sqlclient.SqlUserUtil
Insert a user into a database.
createHashedUser(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.auth.jdbc.JDBCUserUtil
Insert a user into a database.
createHashedUser(String, String) - Method in class io.vertx.rxjava.ext.auth.jdbc.JDBCUserUtil
Insert a user into a database.
createHashedUser(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.ext.auth.mongo.MongoUserUtil
Insert a user into a database.
createHashedUser(String, String) - Method in class io.vertx.rxjava.ext.auth.mongo.MongoUserUtil
Insert a user into a database.
createHashedUser(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.auth.sqlclient.SqlUserUtil
Insert a user into a database.
createHashedUser(String, String) - Method in class io.vertx.rxjava.ext.auth.sqlclient.SqlUserUtil
Insert a user into a database.
createHttpClient(HttpClientOptions) - Method in interface io.vertx.core.Vertx
Create a HTTP/HTTPS client using the specified options
createHttpClient() - Method in interface io.vertx.core.Vertx
Create a HTTP/HTTPS client using default options
createHttpClient(HttpClientOptions) - Method in class io.vertx.reactivex.core.Vertx
Create a HTTP/HTTPS client using the specified options
createHttpClient() - Method in class io.vertx.reactivex.core.Vertx
Create a HTTP/HTTPS client using default options
createHttpClient(HttpClientOptions) - Method in class io.vertx.rxjava.core.Vertx
Create a HTTP/HTTPS client using the specified options
createHttpClient() - Method in class io.vertx.rxjava.core.Vertx
Create a HTTP/HTTPS client using default options
createHttpClientMetrics(HttpClientOptions) - Method in interface io.vertx.core.spi.metrics.VertxMetrics
Provides the http client metrics SPI when an http client has been created.

createHttpClientOptions(String) - Method in class io.vertx.ext.httpservicefactory.HttpServiceFactory
 
createHttpServer(HttpServerOptions) - Method in interface io.vertx.core.Vertx
Create an HTTP/HTTPS server using the specified options
createHttpServer() - Method in interface io.vertx.core.Vertx
Create an HTTP/HTTPS server using default options
createHttpServer(HttpServerOptions) - Method in class io.vertx.reactivex.core.Vertx
Create an HTTP/HTTPS server using the specified options
createHttpServer() - Method in class io.vertx.reactivex.core.Vertx
Create an HTTP/HTTPS server using default options
createHttpServer(HttpServerOptions) - Method in class io.vertx.rxjava.core.Vertx
Create an HTTP/HTTPS server using the specified options
createHttpServer() - Method in class io.vertx.rxjava.core.Vertx
Create an HTTP/HTTPS server using default options
createHttpServerMetrics(HttpServerOptions, SocketAddress) - Method in interface io.vertx.core.spi.metrics.VertxMetrics
Provides the http server metrics SPI when an http server is created.

createHttpTermServer(Vertx) - Static method in interface io.vertx.ext.shell.term.TermServer
Create a term server for the HTTP protocol.
createHttpTermServer(Vertx, HttpTermOptions) - Static method in interface io.vertx.ext.shell.term.TermServer
Create a term server for the HTTP protocol.
createHttpTermServer(Vertx, Router) - Static method in interface io.vertx.ext.shell.term.TermServer
Create a term server for the HTTP protocol, using an existing router.
createHttpTermServer(Vertx, Router, HttpTermOptions) - Static method in interface io.vertx.ext.shell.term.TermServer
Create a term server for the HTTP protocol, using an existing router.
createHttpTermServer(Vertx) - Static method in class io.vertx.reactivex.ext.shell.term.TermServer
Create a term server for the HTTP protocol.
createHttpTermServer(Vertx, HttpTermOptions) - Static method in class io.vertx.reactivex.ext.shell.term.TermServer
Create a term server for the HTTP protocol.
createHttpTermServer(Vertx, Router) - Static method in class io.vertx.reactivex.ext.shell.term.TermServer
Create a term server for the HTTP protocol, using an existing router.
createHttpTermServer(Vertx, Router, HttpTermOptions) - Static method in class io.vertx.reactivex.ext.shell.term.TermServer
Create a term server for the HTTP protocol, using an existing router.
createHttpTermServer(Vertx) - Static method in class io.vertx.rxjava.ext.shell.term.TermServer
Create a term server for the HTTP protocol.
createHttpTermServer(Vertx, HttpTermOptions) - Static method in class io.vertx.rxjava.ext.shell.term.TermServer
Create a term server for the HTTP protocol.
createHttpTermServer(Vertx, Router) - Static method in class io.vertx.rxjava.ext.shell.term.TermServer
Create a term server for the HTTP protocol, using an existing router.
createHttpTermServer(Vertx, Router, HttpTermOptions) - Static method in class io.vertx.rxjava.ext.shell.term.TermServer
Create a term server for the HTTP protocol, using an existing router.
createIndex(String, JsonObject, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.mongo.MongoClient
Creates an index.
createIndex(String, JsonObject) - Method in interface io.vertx.ext.mongo.MongoClient
Like MongoClient.createIndex(String, JsonObject, Handler) but returns a Future of the asynchronous result
createIndex(String, JsonObject, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Creates an index.
createIndex(String, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Creates an index.
createIndex(String, JsonObject, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Creates an index.
createIndex(String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Creates an index.
createIndexes(String, List<IndexModel>, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.mongo.MongoClient
creates an indexes
createIndexes(String, List<IndexModel>) - Method in interface io.vertx.ext.mongo.MongoClient
Like MongoClient.createIndexes(String, List, Handler) but returns a Future of the asynchronous result
createIndexes(String, List<IndexModel>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
creates an indexes
createIndexes(String, List<IndexModel>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
creates an indexes
createIndexes(String, List<IndexModel>, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
creates an indexes
createIndexes(String, List<IndexModel>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
creates an indexes
createIndexWithOptions(String, JsonObject, IndexOptions, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.mongo.MongoClient
Creates an index.
createIndexWithOptions(String, JsonObject, IndexOptions) - Method in interface io.vertx.ext.mongo.MongoClient
Like MongoClient.createIndexWithOptions(String, JsonObject, IndexOptions, Handler) but returns a Future of the asynchronous result
createIndexWithOptions(String, JsonObject, IndexOptions, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Creates an index.
createIndexWithOptions(String, JsonObject, IndexOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Creates an index.
createIndexWithOptions(String, JsonObject, IndexOptions, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Creates an index.
createIndexWithOptions(String, JsonObject, IndexOptions) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Creates an index.
createInsert(JsonObject) - Static method in class io.vertx.ext.mongo.BulkOperation
Create a new insert operation with the given document
createIntegerTypeValidator(Integer) - Static method in interface io.vertx.ext.web.api.validation.ParameterTypeValidator
Deprecated.
Create a new type validator for integer values
createIntegerTypeValidator(Double, Double, Double, Integer) - Static method in interface io.vertx.ext.web.api.validation.ParameterTypeValidator
Deprecated.
Create a new type validator for integer values
createIntegerTypeValidator(Boolean, Double, Boolean, Double, Double, Object) - Static method in interface io.vertx.ext.web.api.validation.ParameterTypeValidator
Deprecated.
Create a new type validator for integer values
createIntegerTypeValidator(Integer) - Static method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
Deprecated.
createIntegerTypeValidator(Double, Double, Double, Integer) - Static method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
Deprecated.
createIntegerTypeValidator(Boolean, Double, Boolean, Double, Double, Object) - Static method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
Deprecated.
createIntegerTypeValidator(Integer) - Static method in class io.vertx.rxjava.ext.web.api.validation.ParameterTypeValidator
Deprecated.
createIntegerTypeValidator(Double, Double, Double, Integer) - Static method in class io.vertx.rxjava.ext.web.api.validation.ParameterTypeValidator
Deprecated.
createIntegerTypeValidator(Boolean, Double, Boolean, Double, Double, Object) - Static method in class io.vertx.rxjava.ext.web.api.validation.ParameterTypeValidator
Deprecated.
createInvalidFileSpec(String, Throwable) - Static method in exception io.vertx.ext.web.openapi.RouterBuilderException
 
createInvalidFrameErrorFrame(FrameException) - Static method in interface io.vertx.ext.stomp.Frames
 
createInvalidSpecException(Throwable) - Static method in exception io.vertx.ext.web.openapi.RouterBuilderException
 
createJob(List<CliToken>) - Method in interface io.vertx.ext.shell.Shell
Create a job, the created job should then be executed with the Job.run() method.
createJob(String) - Method in interface io.vertx.ext.shell.Shell
createJob(Process, String) - Method in interface io.vertx.ext.shell.system.JobController
Create a job wrapping a process.
createJob(List<CliToken>) - Method in class io.vertx.reactivex.ext.shell.Shell
Create a job, the created job should then be executed with the Job.run() method.
createJob(String) - Method in class io.vertx.reactivex.ext.shell.Shell
createJob(Process, String) - Method in class io.vertx.reactivex.ext.shell.system.JobController
Create a job wrapping a process.
createJob(List<CliToken>) - Method in class io.vertx.rxjava.ext.shell.Shell
Create a job, the created job should then be executed with the Job.run() method.
createJob(String) - Method in class io.vertx.rxjava.ext.shell.Shell
createJob(Process, String) - Method in class io.vertx.rxjava.ext.shell.system.JobController
Create a job wrapping a process.
createJsonPointerFromURI(URI) - Static method in class io.vertx.json.schema.common.URIUtils
This function converts eventual "#a" to valid json pointer "#/a"
createListCharHandler(Message, boolean) - Static method in class io.vertx.serviceproxy.HelperUtils
 
createListHandler(Message, boolean) - Static method in class io.vertx.serviceproxy.HelperUtils
 
createLongTypeValidator(Long) - Static method in interface io.vertx.ext.web.api.validation.ParameterTypeValidator
Deprecated.
Create a new type validator for long integer values
createLongTypeValidator(Double, Double, Double, Long) - Static method in interface io.vertx.ext.web.api.validation.ParameterTypeValidator
Deprecated.
Create a new type validator for long integer values
createLongTypeValidator(Boolean, Double, Boolean, Double, Double, Object) - Static method in interface io.vertx.ext.web.api.validation.ParameterTypeValidator
Deprecated.
Create a new type validator for long integer values
createLongTypeValidator(Long) - Static method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
Deprecated.
createLongTypeValidator(Double, Double, Double, Long) - Static method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
Deprecated.
createLongTypeValidator(Boolean, Double, Boolean, Double, Double, Object) - Static method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
Deprecated.
createLongTypeValidator(Long) - Static method in class io.vertx.rxjava.ext.web.api.validation.ParameterTypeValidator
Deprecated.
createLongTypeValidator(Double, Double, Double, Long) - Static method in class io.vertx.rxjava.ext.web.api.validation.ParameterTypeValidator
Deprecated.
createLongTypeValidator(Boolean, Double, Boolean, Double, Double, Object) - Static method in class io.vertx.rxjava.ext.web.api.validation.ParameterTypeValidator
Deprecated.
createMapCharHandler(Message, boolean) - Static method in class io.vertx.serviceproxy.HelperUtils
 
createMapHandler(Message, boolean) - Static method in class io.vertx.serviceproxy.HelperUtils
 
createMethodInfo(Set<ClassTypeInfo>, String, String, Doc, TypeInfo, Text, boolean, boolean, List<ParamInfo>, ExecutableElement, boolean, boolean, ArrayList<TypeParamInfo.Method>, TypeElement, boolean, Text) - Method in class io.vertx.ext.web.api.service.generator.model.WebApiProxyModel
 
createMethodInfo(Set<ClassTypeInfo>, String, String, Doc, TypeInfo, Text, boolean, boolean, List<ParamInfo>, ExecutableElement, boolean, boolean, ArrayList<TypeParamInfo.Method>, TypeElement, boolean, Text) - Method in class io.vertx.serviceproxy.generator.model.ProxyModel
 
createMissingMatchingBodyProcessor(String) - Static method in exception io.vertx.ext.web.validation.BodyProcessorException
 
createMissingParameterWhenRequired(String, ParameterLocation) - Static method in exception io.vertx.ext.web.validation.ParameterProcessorException
 
createMissingSecurityHandler(String) - Static method in exception io.vertx.ext.web.api.contract.RouterFactoryException
Deprecated.
 
createMissingSecurityHandler(String, String) - Static method in exception io.vertx.ext.web.api.contract.RouterFactoryException
Deprecated.
 
createMissingSecurityHandler(String) - Static method in exception io.vertx.ext.web.openapi.RouterBuilderException
 
createMissingSecurityHandler(String, String) - Static method in exception io.vertx.ext.web.openapi.RouterBuilderException
 
createNetClient(NetClientOptions) - Method in interface io.vertx.core.Vertx
Create a TCP/SSL client using the specified options
createNetClient() - Method in interface io.vertx.core.Vertx
Create a TCP/SSL client using default options
createNetClient(NetClientOptions) - Method in class io.vertx.reactivex.core.Vertx
Create a TCP/SSL client using the specified options
createNetClient() - Method in class io.vertx.reactivex.core.Vertx
Create a TCP/SSL client using default options
createNetClient(NetClientOptions) - Method in class io.vertx.rxjava.core.Vertx
Create a TCP/SSL client using the specified options
createNetClient() - Method in class io.vertx.rxjava.core.Vertx
Create a TCP/SSL client using default options
createNetClientMetrics(NetClientOptions) - Method in interface io.vertx.core.spi.metrics.VertxMetrics
Provides the net client metrics SPI when a net client is created.

createNetServer(NetServerOptions) - Method in interface io.vertx.core.Vertx
Create a TCP/SSL server using the specified options
createNetServer() - Method in interface io.vertx.core.Vertx
Create a TCP/SSL server using default options
createNetServer(NetServerOptions) - Method in class io.vertx.reactivex.core.Vertx
Create a TCP/SSL server using the specified options
createNetServer() - Method in class io.vertx.reactivex.core.Vertx
Create a TCP/SSL server using default options
createNetServer(NetServerOptions) - Method in class io.vertx.rxjava.core.Vertx
Create a TCP/SSL server using the specified options
createNetServer() - Method in class io.vertx.rxjava.core.Vertx
Create a TCP/SSL server using default options
createNetServerMetrics(NetServerOptions, SocketAddress) - Method in interface io.vertx.core.spi.metrics.VertxMetrics
Provides the net server metrics SPI when a net server is created.

createOpenAPI3SchemaParser(SchemaRouter) - Static method in interface io.vertx.json.schema.SchemaParser
Create a new SchemaParser for OpenAPI schemas
createOpenAPI3SchemaParser(SchemaRouter) - Static method in class io.vertx.reactivex.json.schema.SchemaParser
Create a new SchemaParser for OpenAPI schemas
createOpenAPI3SchemaParser(SchemaRouter) - Static method in class io.vertx.rxjava.json.schema.SchemaParser
Create a new SchemaParser for OpenAPI schemas
createOperationIdNotFoundException(String) - Static method in exception io.vertx.ext.web.api.contract.RouterFactoryException
Deprecated.
 
createOptimized(String) - Static method in interface io.vertx.core.http.HttpHeaders
Create an optimized CharSequence which can be used as header name or value.
createOptimized(String) - Static method in class io.vertx.reactivex.core.http.HttpHeaders
Create an optimized CharSequence which can be used as header name or value.
createOptimized(String) - Static method in class io.vertx.rxjava.core.http.HttpHeaders
Create an optimized CharSequence which can be used as header name or value.
createPadding(int) - Static method in class io.vertx.core.cli.UsageMessageFormatter
Return a String of padding of length len.
createParser(Buffer) - Static method in class io.vertx.core.json.jackson.DatabindCodec
 
createParser(String) - Static method in class io.vertx.core.json.jackson.DatabindCodec
 
createParser(String) - Static method in class io.vertx.core.json.jackson.JacksonCodec
 
createParser(Buffer) - Static method in class io.vertx.core.json.jackson.JacksonCodec
 
createParsingError(String, MalformedValueException) - Static method in exception io.vertx.ext.web.validation.BodyProcessorException
 
createParsingError(String, DecodeException) - Static method in exception io.vertx.ext.web.validation.BodyProcessorException
 
createParsingError(String, ParameterLocation, MalformedValueException) - Static method in exception io.vertx.ext.web.validation.ParameterProcessorException
 
createPathNotFoundException(String) - Static method in exception io.vertx.ext.web.api.contract.RouterFactoryException
Deprecated.
 
createPBKDF2(Vertx) - Static method in interface io.vertx.ext.auth.jdbc.JDBCHashStrategy
Deprecated.
Implements a Hashing Strategy as per https://www.owasp.org/index.php/Password_Storage_Cheat_Sheet (2018-01-17).
createPBKDF2(Vertx) - Static method in class io.vertx.reactivex.ext.auth.jdbc.JDBCHashStrategy
Deprecated.
createPBKDF2(Vertx) - Static method in class io.vertx.rxjava.ext.auth.jdbc.JDBCHashStrategy
Deprecated.
createPool(SqlConnectOptions, PoolOptions) - Method in class io.vertx.db2client.spi.DB2Driver
 
createPool(Vertx, SqlConnectOptions, PoolOptions) - Method in class io.vertx.db2client.spi.DB2Driver
 
createPool(SqlConnectOptions, PoolOptions) - Method in class io.vertx.mysqlclient.spi.MySQLDriver
 
createPool(Vertx, SqlConnectOptions, PoolOptions) - Method in class io.vertx.mysqlclient.spi.MySQLDriver
 
createPool(SqlConnectOptions, PoolOptions) - Method in class io.vertx.pgclient.spi.PgDriver
 
createPool(Vertx, SqlConnectOptions, PoolOptions) - Method in class io.vertx.pgclient.spi.PgDriver
 
createPool(SqlConnectOptions) - Method in interface io.vertx.sqlclient.spi.Driver
Create a connection pool to the database configured with the given connectOptions and default PoolOptions
createPool(SqlConnectOptions, PoolOptions) - Method in interface io.vertx.sqlclient.spi.Driver
Create a connection pool to the database configured with the given connectOptions and poolOptions.
createPool(Vertx, SqlConnectOptions, PoolOptions) - Method in interface io.vertx.sqlclient.spi.Driver
Create a connection pool to the database configured with the given connectOptions and poolOptions.
createPoolMetrics(String, String, int) - Method in interface io.vertx.core.spi.metrics.VertxMetrics
Provides the pool metrics SPI.
createPredicateFromPattern(Pattern) - Method in class io.vertx.json.schema.common.BaseFormatValidatorFactory
 
createPreparedQuery(PreparedQueryDefinition, Handler<AsyncResult<String>>) - Method in interface io.vertx.ext.consul.ConsulClient
 
createPreparedQuery(PreparedQueryDefinition) - Method in interface io.vertx.ext.consul.ConsulClient
Like ConsulClient.createPreparedQuery(PreparedQueryDefinition, Handler) but returns a Future of the asynchronous result.
createPreparedQuery(PreparedQueryDefinition, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
 
createPreparedQuery(PreparedQueryDefinition) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
 
createPreparedQuery(PreparedQueryDefinition, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
 
createPreparedQuery(PreparedQueryDefinition) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
 
createProcedure(Vertx) - Static method in interface io.vertx.ext.cluster.infinispan.ClusterHealthCheck
createProcedure(Vertx, boolean) - Static method in interface io.vertx.ext.cluster.infinispan.ClusterHealthCheck
Creates a ready-to-use Vert.x cluster HealthChecks procedure.
createProcedure(Vertx) - Static method in interface io.vertx.spi.cluster.hazelcast.ClusterHealthCheck
Creates a ready-to-use Vert.x cluster HealthChecks procedure.
createProcess() - Method in interface io.vertx.ext.shell.command.Command
Create a new process with empty arguments.
createProcess(List<CliToken>) - Method in interface io.vertx.ext.shell.command.Command
Create a new process with the passed arguments.
createProcess() - Method in class io.vertx.reactivex.ext.shell.command.Command
Create a new process with empty arguments.
createProcess(List<CliToken>) - Method in class io.vertx.reactivex.ext.shell.command.Command
Create a new process with the passed arguments.
createProcess() - Method in class io.vertx.rxjava.ext.shell.command.Command
Create a new process with empty arguments.
createProcess(List<CliToken>) - Method in class io.vertx.rxjava.ext.shell.command.Command
Create a new process with the passed arguments.
createProvider(Vertx) - Method in interface io.vertx.ext.auth.AuthOptions
Deprecated.
Create the suitable provider for this option.
createProvider(Vertx) - Method in class io.vertx.ext.auth.jdbc.JDBCAuthOptions
Deprecated.
 
createProvider(Vertx) - Method in class io.vertx.ext.auth.mongo.MongoAuthOptions
Deprecated.
 
createProvider(Vertx) - Method in class io.vertx.ext.auth.shiro.ShiroAuthOptions
Deprecated.
 
createProxy(Class<T>, Vertx, String) - Static method in class io.vertx.serviceproxy.ProxyHelper
Deprecated.
 
createProxy(Class<T>, Vertx, String, DeliveryOptions) - Static method in class io.vertx.serviceproxy.ProxyHelper
Deprecated.
 
createReceiptFrame(String, Map<String, String>) - Static method in interface io.vertx.ext.stomp.Frames
 
createReceiptFrame(String, Map<String, String>) - Static method in class io.vertx.reactivex.ext.stomp.Frames
 
createReceiptFrame(String, Map<String, String>) - Static method in class io.vertx.rxjava.ext.stomp.Frames
 
createReceiver(String, Handler<AsyncResult<AmqpReceiver>>) - Method in interface io.vertx.amqp.AmqpClient
Creates a receiver used to consume messages from the given address.
createReceiver(String) - Method in interface io.vertx.amqp.AmqpClient
Like AmqpClient.createReceiver(String, Handler) but returns a Future of the asynchronous result
createReceiver(String, AmqpReceiverOptions, Handler<AsyncResult<AmqpReceiver>>) - Method in interface io.vertx.amqp.AmqpClient
Creates a receiver used to consumer messages from the given address.
createReceiver(String, AmqpReceiverOptions) - Method in interface io.vertx.amqp.AmqpClient
Like AmqpClient.createReceiver(String, AmqpReceiverOptions, Handler) but returns a Future of the asynchronous result
createReceiver(String, Handler<AsyncResult<AmqpReceiver>>) - Method in interface io.vertx.amqp.AmqpConnection
Creates a receiver used to consume messages from the given address.
createReceiver(String) - Method in interface io.vertx.amqp.AmqpConnection
Like AmqpConnection.createReceiver(String, Handler) but returns a Future of the asynchronous result
createReceiver(String, AmqpReceiverOptions, Handler<AsyncResult<AmqpReceiver>>) - Method in interface io.vertx.amqp.AmqpConnection
Creates a receiver used to consumer messages from the given address.
createReceiver(String, AmqpReceiverOptions) - Method in interface io.vertx.amqp.AmqpConnection
Like AmqpConnection.createReceiver(String, AmqpReceiverOptions, Handler) but returns a Future of the asynchronous result
createReceiver(String, Handler<AsyncResult<AmqpReceiver>>) - Method in class io.vertx.reactivex.amqp.AmqpClient
Creates a receiver used to consume messages from the given address.
createReceiver(String) - Method in class io.vertx.reactivex.amqp.AmqpClient
Creates a receiver used to consume messages from the given address.
createReceiver(String, AmqpReceiverOptions, Handler<AsyncResult<AmqpReceiver>>) - Method in class io.vertx.reactivex.amqp.AmqpClient
Creates a receiver used to consumer messages from the given address.
createReceiver(String, AmqpReceiverOptions) - Method in class io.vertx.reactivex.amqp.AmqpClient
Creates a receiver used to consumer messages from the given address.
createReceiver(String, Handler<AsyncResult<AmqpReceiver>>) - Method in class io.vertx.reactivex.amqp.AmqpConnection
Creates a receiver used to consume messages from the given address.
createReceiver(String) - Method in class io.vertx.reactivex.amqp.AmqpConnection
Creates a receiver used to consume messages from the given address.
createReceiver(String, AmqpReceiverOptions, Handler<AsyncResult<AmqpReceiver>>) - Method in class io.vertx.reactivex.amqp.AmqpConnection
Creates a receiver used to consumer messages from the given address.
createReceiver(String, AmqpReceiverOptions) - Method in class io.vertx.reactivex.amqp.AmqpConnection
Creates a receiver used to consumer messages from the given address.
createReceiver(String, Handler<AsyncResult<AmqpReceiver>>) - Method in class io.vertx.rxjava.amqp.AmqpClient
Creates a receiver used to consume messages from the given address.
createReceiver(String) - Method in class io.vertx.rxjava.amqp.AmqpClient
Creates a receiver used to consume messages from the given address.
createReceiver(String, AmqpReceiverOptions, Handler<AsyncResult<AmqpReceiver>>) - Method in class io.vertx.rxjava.amqp.AmqpClient
Creates a receiver used to consumer messages from the given address.
createReceiver(String, AmqpReceiverOptions) - Method in class io.vertx.rxjava.amqp.AmqpClient
Creates a receiver used to consumer messages from the given address.
createReceiver(String, Handler<AsyncResult<AmqpReceiver>>) - Method in class io.vertx.rxjava.amqp.AmqpConnection
Creates a receiver used to consume messages from the given address.
createReceiver(String) - Method in class io.vertx.rxjava.amqp.AmqpConnection
Creates a receiver used to consume messages from the given address.
createReceiver(String, AmqpReceiverOptions, Handler<AsyncResult<AmqpReceiver>>) - Method in class io.vertx.rxjava.amqp.AmqpConnection
Creates a receiver used to consumer messages from the given address.
createReceiver(String, AmqpReceiverOptions) - Method in class io.vertx.rxjava.amqp.AmqpConnection
Creates a receiver used to consumer messages from the given address.
createRecord(String, String, String, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.EventBusService
Sugar method to creates a record for this type.
createRecord(String, String, String) - Static method in class io.vertx.reactivex.servicediscovery.types.EventBusService
Creates a record based on the parameters.
createRecord(String, String, int, String, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
Convenient method to create a record for a HTTP endpoint.
createRecord(String, boolean, String, int, String, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
createRecord(String, String, int, String) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
createRecord(String, String) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
createRecord(String, JsonObject, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.JDBCDataSource
 
createRecord(String, String, String, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.MessageSource
Create a record representing a data producer.
createRecord(String, String, String) - Static method in class io.vertx.reactivex.servicediscovery.types.MessageSource
createRecord(String, String) - Static method in class io.vertx.reactivex.servicediscovery.types.MessageSource
createRecord(String, JsonObject, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.MongoDataSource
Convenient method to create a record for a Mongo data source.
createRecord(String, JsonObject, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.RedisDataSource
Convenient method to create a record for a Redis data source.
createRecord(String, String, String, JsonObject) - Static method in class io.vertx.rxjava.servicediscovery.types.EventBusService
Sugar method to creates a record for this type.
createRecord(String, String, String) - Static method in class io.vertx.rxjava.servicediscovery.types.EventBusService
Creates a record based on the parameters.
createRecord(String, String, int, String, JsonObject) - Static method in class io.vertx.rxjava.servicediscovery.types.HttpEndpoint
Convenient method to create a record for a HTTP endpoint.
createRecord(String, boolean, String, int, String, JsonObject) - Static method in class io.vertx.rxjava.servicediscovery.types.HttpEndpoint
createRecord(String, String, int, String) - Static method in class io.vertx.rxjava.servicediscovery.types.HttpEndpoint
createRecord(String, String) - Static method in class io.vertx.rxjava.servicediscovery.types.HttpEndpoint
createRecord(String, JsonObject, JsonObject) - Static method in class io.vertx.rxjava.servicediscovery.types.JDBCDataSource
 
createRecord(String, String, String, JsonObject) - Static method in class io.vertx.rxjava.servicediscovery.types.MessageSource
Create a record representing a data producer.
createRecord(String, String, String) - Static method in class io.vertx.rxjava.servicediscovery.types.MessageSource
createRecord(String, String) - Static method in class io.vertx.rxjava.servicediscovery.types.MessageSource
createRecord(String, JsonObject, JsonObject) - Static method in class io.vertx.rxjava.servicediscovery.types.MongoDataSource
Convenient method to create a record for a Mongo data source.
createRecord(String, JsonObject, JsonObject) - Static method in class io.vertx.rxjava.servicediscovery.types.RedisDataSource
Convenient method to create a record for a Redis data source.
createRecord(String, String, Class, JsonObject) - Static method in interface io.vertx.servicediscovery.types.EventBusService
Sugar method to creates a record for this type.
createRecord(String, String, String, JsonObject) - Static method in interface io.vertx.servicediscovery.types.EventBusService
Sugar method to creates a record for this type.
createRecord(String, String, Class) - Static method in interface io.vertx.servicediscovery.types.EventBusService
createRecord(String, String, String) - Static method in interface io.vertx.servicediscovery.types.EventBusService
Creates a record based on the parameters.
createRecord(String, String, int, String, JsonObject) - Static method in interface io.vertx.servicediscovery.types.HttpEndpoint
Convenient method to create a record for a HTTP endpoint.
createRecord(String, boolean, String, int, String, JsonObject) - Static method in interface io.vertx.servicediscovery.types.HttpEndpoint
Same as HttpEndpoint.createRecord(String, String, int, String, JsonObject) but let you configure whether or not the service is using https.
createRecord(String, String, int, String) - Static method in interface io.vertx.servicediscovery.types.HttpEndpoint
createRecord(String, String) - Static method in interface io.vertx.servicediscovery.types.HttpEndpoint
Same as HttpEndpoint.createRecord(String, String, int, String, JsonObject) but without metadata, using the port 80 and using "/" as root.
createRecord(String, JsonObject, JsonObject) - Static method in interface io.vertx.servicediscovery.types.JDBCDataSource
 
createRecord(String, String, String, JsonObject) - Static method in interface io.vertx.servicediscovery.types.MessageSource
Create a record representing a data producer.
createRecord(String, String, Class, JsonObject) - Static method in interface io.vertx.servicediscovery.types.MessageSource
Create a record representing a data producer.
createRecord(String, String, Class) - Static method in interface io.vertx.servicediscovery.types.MessageSource
createRecord(String, String, String) - Static method in interface io.vertx.servicediscovery.types.MessageSource
createRecord(String, String) - Static method in interface io.vertx.servicediscovery.types.MessageSource
Same as MessageSource.createRecord(String, String, Class, JsonObject) without additional metadata, and no type for the payload.
createRecord(String, JsonObject, JsonObject) - Static method in interface io.vertx.servicediscovery.types.MongoDataSource
Convenient method to create a record for a Mongo data source.
createRecord(String, JsonObject, JsonObject) - Static method in interface io.vertx.servicediscovery.types.RedisDataSource
Convenient method to create a record for a Redis data source.
createReplace(JsonObject, JsonObject) - Static method in class io.vertx.ext.mongo.BulkOperation
Create a new replace operation with the given filter and replace document
createReplace(JsonObject, JsonObject, boolean) - Static method in class io.vertx.ext.mongo.BulkOperation
Create a new replace operation with the given filter, replace document, and the upsert flag
createRolePermission(String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.auth.jdbc.JDBCUserUtil
Insert a role permission into a database.
createRolePermission(String, String) - Method in interface io.vertx.ext.auth.jdbc.JDBCUserUtil
 
createRolePermission(String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.auth.sqlclient.SqlUserUtil
Insert a role permission into a database.
createRolePermission(String, String) - Method in interface io.vertx.ext.auth.sqlclient.SqlUserUtil
 
createRolePermission(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCUserUtil
Insert a role permission into a database.
createRolePermission(String, String) - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCUserUtil
Insert a role permission into a database.
createRolePermission(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.auth.sqlclient.SqlUserUtil
Insert a role permission into a database.
createRolePermission(String, String) - Method in class io.vertx.reactivex.ext.auth.sqlclient.SqlUserUtil
Insert a role permission into a database.
createRolePermission(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.auth.jdbc.JDBCUserUtil
Insert a role permission into a database.
createRolePermission(String, String) - Method in class io.vertx.rxjava.ext.auth.jdbc.JDBCUserUtil
Insert a role permission into a database.
createRolePermission(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.auth.sqlclient.SqlUserUtil
Insert a role permission into a database.
createRolePermission(String, String) - Method in class io.vertx.rxjava.ext.auth.sqlclient.SqlUserUtil
Insert a role permission into a database.
createRouter() - Method in interface io.vertx.ext.web.openapi.RouterBuilder
Construct a new router based on spec.
createRouter() - Method in class io.vertx.reactivex.ext.web.openapi.RouterBuilder
Construct a new router based on spec.
createRouterBuilderInstantiationError(Throwable, String) - Static method in exception io.vertx.ext.web.openapi.RouterBuilderException
 
createRunnerForTestWithParameters(TestWithParameters) - Method in class io.vertx.ext.unit.junit.VertxUnitRunnerWithParametersFactory
 
createSchema(JsonObject, JsonPointer, MutableStateValidator) - Method in class io.vertx.json.schema.common.BaseSchemaParser
 
createSchema(JsonObject, JsonPointer, MutableStateValidator) - Method in class io.vertx.json.schema.draft201909.Draft201909SchemaParser
 
createSender(String, Handler<AsyncResult<AmqpSender>>) - Method in interface io.vertx.amqp.AmqpClient
Creates a sender used to send messages to the given address.
createSender(String) - Method in interface io.vertx.amqp.AmqpClient
Like AmqpClient.createSender(String, Handler) but returns a Future of the asynchronous result
createSender(String, AmqpSenderOptions, Handler<AsyncResult<AmqpSender>>) - Method in interface io.vertx.amqp.AmqpClient
Creates a sender used to send messages to the given address.
createSender(String, AmqpSenderOptions) - Method in interface io.vertx.amqp.AmqpClient
Like AmqpClient.createSender(String, AmqpSenderOptions, Handler) but returns a Future of the asynchronous result
createSender(String, Handler<AsyncResult<AmqpSender>>) - Method in interface io.vertx.amqp.AmqpConnection
Creates a sender used to send messages to the given address.
createSender(String) - Method in interface io.vertx.amqp.AmqpConnection
Like AmqpConnection.createSender(String, Handler) but returns a Future of the asynchronous result
createSender(String, AmqpSenderOptions, Handler<AsyncResult<AmqpSender>>) - Method in interface io.vertx.amqp.AmqpConnection
Creates a sender used to send messages to the given address.
createSender(String, AmqpSenderOptions) - Method in interface io.vertx.amqp.AmqpConnection
Like AmqpConnection.createSender(String, AmqpSenderOptions, Handler) but returns a Future of the asynchronous result
createSender(String, Handler<AsyncResult<AmqpSender>>) - Method in class io.vertx.reactivex.amqp.AmqpClient
Creates a sender used to send messages to the given address.
createSender(String) - Method in class io.vertx.reactivex.amqp.AmqpClient
Creates a sender used to send messages to the given address.
createSender(String, AmqpSenderOptions, Handler<AsyncResult<AmqpSender>>) - Method in class io.vertx.reactivex.amqp.AmqpClient
Creates a sender used to send messages to the given address.
createSender(String, AmqpSenderOptions) - Method in class io.vertx.reactivex.amqp.AmqpClient
Creates a sender used to send messages to the given address.
createSender(String, Handler<AsyncResult<AmqpSender>>) - Method in class io.vertx.reactivex.amqp.AmqpConnection
Creates a sender used to send messages to the given address.
createSender(String) - Method in class io.vertx.reactivex.amqp.AmqpConnection
Creates a sender used to send messages to the given address.
createSender(String, AmqpSenderOptions, Handler<AsyncResult<AmqpSender>>) - Method in class io.vertx.reactivex.amqp.AmqpConnection
Creates a sender used to send messages to the given address.
createSender(String, AmqpSenderOptions) - Method in class io.vertx.reactivex.amqp.AmqpConnection
Creates a sender used to send messages to the given address.
createSender(String, Handler<AsyncResult<AmqpSender>>) - Method in class io.vertx.rxjava.amqp.AmqpClient
Creates a sender used to send messages to the given address.
createSender(String) - Method in class io.vertx.rxjava.amqp.AmqpClient
Creates a sender used to send messages to the given address.
createSender(String, AmqpSenderOptions, Handler<AsyncResult<AmqpSender>>) - Method in class io.vertx.rxjava.amqp.AmqpClient
Creates a sender used to send messages to the given address.
createSender(String, AmqpSenderOptions) - Method in class io.vertx.rxjava.amqp.AmqpClient
Creates a sender used to send messages to the given address.
createSender(String, Handler<AsyncResult<AmqpSender>>) - Method in class io.vertx.rxjava.amqp.AmqpConnection
Creates a sender used to send messages to the given address.
createSender(String) - Method in class io.vertx.rxjava.amqp.AmqpConnection
Creates a sender used to send messages to the given address.
createSender(String, AmqpSenderOptions, Handler<AsyncResult<AmqpSender>>) - Method in class io.vertx.rxjava.amqp.AmqpConnection
Creates a sender used to send messages to the given address.
createSender(String, AmqpSenderOptions) - Method in class io.vertx.rxjava.amqp.AmqpConnection
Creates a sender used to send messages to the given address.
createSession(Handler<AsyncResult<String>>) - Method in interface io.vertx.ext.consul.ConsulClient
Initialize a new session
createSession() - Method in interface io.vertx.ext.consul.ConsulClient
Like ConsulClient.createSession(Handler) but returns a Future of the asynchronous result.
createSession(long) - Method in interface io.vertx.ext.web.sstore.SessionStore
Create a new session using the default min length.
createSession(long, int) - Method in interface io.vertx.ext.web.sstore.SessionStore
Create a new session.
createSession(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Initialize a new session
createSession() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Initialize a new session
createSession(long) - Method in class io.vertx.reactivex.ext.web.sstore.SessionStore
Create a new session using the default min length.
createSession(long, int) - Method in class io.vertx.reactivex.ext.web.sstore.SessionStore
Create a new session.
createSession(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Initialize a new session
createSession() - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Initialize a new session
createSession(long) - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
Create a new session using the default min length.
createSession(long, int) - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
Create a new session.
createSessionWithOptions(SessionOptions, Handler<AsyncResult<String>>) - Method in interface io.vertx.ext.consul.ConsulClient
Initialize a new session
createSessionWithOptions(SessionOptions) - Method in interface io.vertx.ext.consul.ConsulClient
Like ConsulClient.createSessionWithOptions(SessionOptions, Handler) but returns a Future of the asynchronous result.
createSessionWithOptions(SessionOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Initialize a new session
createSessionWithOptions(SessionOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Initialize a new session
createSessionWithOptions(SessionOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Initialize a new session
createSessionWithOptions(SessionOptions) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Initialize a new session
createSetCharHandler(Message, boolean) - Static method in class io.vertx.serviceproxy.HelperUtils
 
createSetHandler(Message, boolean) - Static method in class io.vertx.serviceproxy.HelperUtils
 
createSHA512(Vertx) - Static method in interface io.vertx.ext.auth.jdbc.JDBCHashStrategy
Deprecated.
This is the current backwards compatible hashing implementation, new applications should prefer the PBKDF2 implementation, unless the tradeoff between security and CPU usage is an option.
createSHA512(Vertx) - Static method in class io.vertx.reactivex.ext.auth.jdbc.JDBCHashStrategy
Deprecated.
createSHA512(Vertx) - Static method in class io.vertx.rxjava.ext.auth.jdbc.JDBCHashStrategy
Deprecated.
createShared(Vertx) - Static method in interface io.vertx.cassandra.CassandraClient
createShared(Vertx, String) - Static method in interface io.vertx.cassandra.CassandraClient
createShared(Vertx, CassandraClientOptions) - Static method in interface io.vertx.cassandra.CassandraClient
createShared(Vertx, String, CassandraClientOptions) - Static method in interface io.vertx.cassandra.CassandraClient
Create a Cassandra client that shares its driver session with any other client having the same name.
createShared(Vertx, JsonObject, String) - Static method in interface io.vertx.ext.jdbc.JDBCClient
Create a JDBC client which shares its data source with any other JDBC clients created with the same data source name
createShared(Vertx, JsonObject) - Static method in interface io.vertx.ext.jdbc.JDBCClient
Like JDBCClient.createShared(io.vertx.core.Vertx, JsonObject, String) but with the default data source name
createShared(Vertx, MailConfig, String) - Static method in interface io.vertx.ext.mail.MailClient
Create a Mail client which shares its connection pool with any other Mail clients created with the same pool name
createShared(Vertx, MailConfig) - Static method in interface io.vertx.ext.mail.MailClient
createShared(Vertx, JsonObject, String) - Static method in interface io.vertx.ext.mongo.MongoClient
Create a Mongo client which shares its data source with any other Mongo clients created with the same data source name
createShared(Vertx, JsonObject) - Static method in interface io.vertx.ext.mongo.MongoClient
createShared(Vertx, String, Properties) - Static method in interface io.vertx.kafka.client.producer.KafkaProducer
Get or create a KafkaProducer instance which shares its stream with any other KafkaProducer created with the same name
createShared(Vertx, String, Map<String, String>) - Static method in interface io.vertx.kafka.client.producer.KafkaProducer
Get or create a KafkaProducer instance which shares its stream with any other KafkaProducer created with the same name
createShared(Vertx, String, KafkaClientOptions) - Static method in interface io.vertx.kafka.client.producer.KafkaProducer
Get or create a KafkaProducer instance which shares its stream with any other KafkaProducer created with the same name
createShared(Vertx, String, Map<String, String>, Serializer<K>, Serializer<V>) - Static method in interface io.vertx.kafka.client.producer.KafkaProducer
Get or create a KafkaProducer instance which shares its stream with any other KafkaProducer created with the same name
createShared(Vertx, String, Map<String, String>, Class<K>, Class<V>) - Static method in interface io.vertx.kafka.client.producer.KafkaProducer
Get or create a KafkaProducer instance which shares its stream with any other KafkaProducer created with the same name
createShared(Vertx, String, Properties, Serializer<K>, Serializer<V>) - Static method in interface io.vertx.kafka.client.producer.KafkaProducer
Get or create a KafkaProducer instance which shares its stream with any other KafkaProducer created with the same name
createShared(Vertx, String, Properties, Class<K>, Class<V>) - Static method in interface io.vertx.kafka.client.producer.KafkaProducer
Get or create a KafkaProducer instance which shares its stream with any other KafkaProducer created with the same name
createShared(Vertx, String, KafkaClientOptions, Serializer<K>, Serializer<V>) - Static method in interface io.vertx.kafka.client.producer.KafkaProducer
Get or create a KafkaProducer instance which shares its stream with any other KafkaProducer created with the same name
createShared(Vertx, String, KafkaClientOptions, Class<K>, Class<V>) - Static method in interface io.vertx.kafka.client.producer.KafkaProducer
Get or create a KafkaProducer instance which shares its stream with any other KafkaProducer created with the same name
createShared(Vertx) - Static method in class io.vertx.reactivex.cassandra.CassandraClient
Like CassandraClient.createShared(io.vertx.reactivex.core.Vertx) with default options and client name.
createShared(Vertx, String) - Static method in class io.vertx.reactivex.cassandra.CassandraClient
createShared(Vertx, CassandraClientOptions) - Static method in class io.vertx.reactivex.cassandra.CassandraClient
createShared(Vertx, String, CassandraClientOptions) - Static method in class io.vertx.reactivex.cassandra.CassandraClient
Create a Cassandra client that shares its driver session with any other client having the same name.
createShared(Vertx, JsonObject, String) - Static method in class io.vertx.reactivex.ext.jdbc.JDBCClient
Create a JDBC client which shares its data source with any other JDBC clients created with the same data source name
createShared(Vertx, JsonObject) - Static method in class io.vertx.reactivex.ext.jdbc.JDBCClient
createShared(Vertx, MailConfig, String) - Static method in class io.vertx.reactivex.ext.mail.MailClient
Create a Mail client which shares its connection pool with any other Mail clients created with the same pool name
createShared(Vertx, MailConfig) - Static method in class io.vertx.reactivex.ext.mail.MailClient
createShared(Vertx, JsonObject, String) - Static method in class io.vertx.reactivex.ext.mongo.MongoClient
Create a Mongo client which shares its data source with any other Mongo clients created with the same data source name
createShared(Vertx, JsonObject) - Static method in class io.vertx.reactivex.ext.mongo.MongoClient
createShared(Vertx, String, Map<String, String>) - Static method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
Get or create a KafkaProducer instance which shares its stream with any other KafkaProducer created with the same name
createShared(Vertx, String, KafkaClientOptions) - Static method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
Get or create a KafkaProducer instance which shares its stream with any other KafkaProducer created with the same name
createShared(Vertx, String, Map<String, String>, Class<K>, Class<V>) - Static method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
Get or create a KafkaProducer instance which shares its stream with any other KafkaProducer created with the same name
createShared(Vertx, String, KafkaClientOptions, Class<K>, Class<V>) - Static method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
Get or create a KafkaProducer instance which shares its stream with any other KafkaProducer created with the same name
createShared(Vertx) - Static method in class io.vertx.rxjava.cassandra.CassandraClient
Like CassandraClient.createShared(io.vertx.rxjava.core.Vertx) with default options and client name.
createShared(Vertx, String) - Static method in class io.vertx.rxjava.cassandra.CassandraClient
createShared(Vertx, CassandraClientOptions) - Static method in class io.vertx.rxjava.cassandra.CassandraClient
createShared(Vertx, String, CassandraClientOptions) - Static method in class io.vertx.rxjava.cassandra.CassandraClient
Create a Cassandra client that shares its driver session with any other client having the same name.
createShared(Vertx, JsonObject, String) - Static method in class io.vertx.rxjava.ext.jdbc.JDBCClient
Create a JDBC client which shares its data source with any other JDBC clients created with the same data source name
createShared(Vertx, JsonObject) - Static method in class io.vertx.rxjava.ext.jdbc.JDBCClient
createShared(Vertx, MailConfig, String) - Static method in class io.vertx.rxjava.ext.mail.MailClient
Create a Mail client which shares its connection pool with any other Mail clients created with the same pool name
createShared(Vertx, MailConfig) - Static method in class io.vertx.rxjava.ext.mail.MailClient
createShared(Vertx, JsonObject, String) - Static method in class io.vertx.rxjava.ext.mongo.MongoClient
Create a Mongo client which shares its data source with any other Mongo clients created with the same data source name
createShared(Vertx, JsonObject) - Static method in class io.vertx.rxjava.ext.mongo.MongoClient
createShared(Vertx, String, Map<String, String>) - Static method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
Get or create a KafkaProducer instance which shares its stream with any other KafkaProducer created with the same name
createShared(Vertx, String, KafkaClientOptions) - Static method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
Get or create a KafkaProducer instance which shares its stream with any other KafkaProducer created with the same name
createShared(Vertx, String, Map<String, String>, Class<K>, Class<V>) - Static method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
Get or create a KafkaProducer instance which shares its stream with any other KafkaProducer created with the same name
createShared(Vertx, String, KafkaClientOptions, Class<K>, Class<V>) - Static method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
Get or create a KafkaProducer instance which shares its stream with any other KafkaProducer created with the same name
createSharedWorkerExecutor(String) - Method in interface io.vertx.core.Vertx
createSharedWorkerExecutor(String, int) - Method in interface io.vertx.core.Vertx
createSharedWorkerExecutor(String, int, long) - Method in interface io.vertx.core.Vertx
createSharedWorkerExecutor(String, int, long, TimeUnit) - Method in interface io.vertx.core.Vertx
Create a named worker executor, the executor should be closed when it's not needed anymore to release resources.

This method can be called mutiple times with the same name.

createSharedWorkerExecutor(String) - Method in class io.vertx.reactivex.core.Vertx
createSharedWorkerExecutor(String, int) - Method in class io.vertx.reactivex.core.Vertx
createSharedWorkerExecutor(String, int, long) - Method in class io.vertx.reactivex.core.Vertx
createSharedWorkerExecutor(String, int, long, TimeUnit) - Method in class io.vertx.reactivex.core.Vertx
Create a named worker executor, the executor should be closed when it's not needed anymore to release resources.

This method can be called mutiple times with the same name.

createSharedWorkerExecutor(String) - Method in class io.vertx.rxjava.core.Vertx
createSharedWorkerExecutor(String, int) - Method in class io.vertx.rxjava.core.Vertx
createSharedWorkerExecutor(String, int, long) - Method in class io.vertx.rxjava.core.Vertx
createSharedWorkerExecutor(String, int, long, TimeUnit) - Method in class io.vertx.rxjava.core.Vertx
Create a named worker executor, the executor should be closed when it's not needed anymore to release resources.

This method can be called mutiple times with the same name.

createShell(Term) - Method in interface io.vertx.ext.shell.ShellServer
Create a new shell, the returned shell should be closed explicitely.
createShell() - Method in interface io.vertx.ext.shell.ShellServer
Create a new shell, the returned shell should be closed explicitely.
createShell(Term) - Method in class io.vertx.reactivex.ext.shell.ShellServer
Create a new shell, the returned shell should be closed explicitely.
createShell() - Method in class io.vertx.reactivex.ext.shell.ShellServer
Create a new shell, the returned shell should be closed explicitely.
createShell(Term) - Method in class io.vertx.rxjava.ext.shell.ShellServer
Create a new shell, the returned shell should be closed explicitely.
createShell() - Method in class io.vertx.rxjava.ext.shell.ShellServer
Create a new shell, the returned shell should be closed explicitely.
createSpecInvalidException(String) - Static method in exception io.vertx.ext.web.api.contract.RouterFactoryException
Deprecated.
 
createSpecNotExistsException(String) - Static method in exception io.vertx.ext.web.api.contract.RouterFactoryException
Deprecated.
 
createSSHTermServer(Vertx) - Static method in interface io.vertx.ext.shell.term.TermServer
Create a term server for the SSH protocol.
createSSHTermServer(Vertx, SSHTermOptions) - Static method in interface io.vertx.ext.shell.term.TermServer
Create a term server for the SSH protocol.
createSSHTermServer(Vertx) - Static method in class io.vertx.reactivex.ext.shell.term.TermServer
Create a term server for the SSH protocol.
createSSHTermServer(Vertx, SSHTermOptions) - Static method in class io.vertx.reactivex.ext.shell.term.TermServer
Create a term server for the SSH protocol.
createSSHTermServer(Vertx) - Static method in class io.vertx.rxjava.ext.shell.term.TermServer
Create a term server for the SSH protocol.
createSSHTermServer(Vertx, SSHTermOptions) - Static method in class io.vertx.rxjava.ext.shell.term.TermServer
Create a term server for the SSH protocol.
createStream(int) - Method in class io.vertx.reactivex.sqlclient.PreparedStatement
Like PreparedStatement.createStream(int) but with empty arguments.
createStream(int, Tuple) - Method in class io.vertx.reactivex.sqlclient.PreparedStatement
Execute the prepared query with a cursor and createStream the result.
createStream(int) - Method in class io.vertx.rxjava.sqlclient.PreparedStatement
Like PreparedStatement.createStream(int) but with empty arguments.
createStream(int, Tuple) - Method in class io.vertx.rxjava.sqlclient.PreparedStatement
Execute the prepared query with a cursor and createStream the result.
createStream(int) - Method in interface io.vertx.sqlclient.PreparedStatement
Like PreparedStatement.createStream(int, Tuple) but with empty arguments.
createStream(int, Tuple) - Method in interface io.vertx.sqlclient.PreparedStatement
Execute the prepared query with a cursor and createStream the result.
createStringEnumTypeValidator(List<String>) - Static method in interface io.vertx.ext.web.api.validation.ParameterTypeValidator
Deprecated.
Create an enum type validator
createStringEnumTypeValidator(List<String>) - Static method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
Deprecated.
createStringEnumTypeValidator(List<String>) - Static method in class io.vertx.rxjava.ext.web.api.validation.ParameterTypeValidator
Deprecated.
createStringTypeValidator(Object) - Static method in interface io.vertx.ext.web.api.validation.ParameterTypeValidator
Deprecated.
Create a new string type validator
createStringTypeValidator(String, Object) - Static method in interface io.vertx.ext.web.api.validation.ParameterTypeValidator
Deprecated.
Create a new string type validator
createStringTypeValidator(String, Integer, Integer, Object) - Static method in interface io.vertx.ext.web.api.validation.ParameterTypeValidator
Deprecated.
Create a new string type validator
createStringTypeValidator(Object) - Static method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
Deprecated.
createStringTypeValidator(String, Object) - Static method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
Deprecated.
createStringTypeValidator(String, Integer, Integer, Object) - Static method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
Deprecated.
createStringTypeValidator(Object) - Static method in class io.vertx.rxjava.ext.web.api.validation.ParameterTypeValidator
Deprecated.
createStringTypeValidator(String, Object) - Static method in class io.vertx.rxjava.ext.web.api.validation.ParameterTypeValidator
Deprecated.
createStringTypeValidator(String, Integer, Integer, Object) - Static method in class io.vertx.rxjava.ext.web.api.validation.ParameterTypeValidator
Deprecated.
createTelnetTermServer(Vertx) - Static method in interface io.vertx.ext.shell.term.TermServer
Create a term server for the Telnet protocol.
createTelnetTermServer(Vertx, TelnetTermOptions) - Static method in interface io.vertx.ext.shell.term.TermServer
Create a term server for the Telnet protocol.
createTelnetTermServer(Vertx) - Static method in class io.vertx.reactivex.ext.shell.term.TermServer
Create a term server for the Telnet protocol.
createTelnetTermServer(Vertx, TelnetTermOptions) - Static method in class io.vertx.reactivex.ext.shell.term.TermServer
Create a term server for the Telnet protocol.
createTelnetTermServer(Vertx) - Static method in class io.vertx.rxjava.ext.shell.term.TermServer
Create a term server for the Telnet protocol.
createTelnetTermServer(Vertx, TelnetTermOptions) - Static method in class io.vertx.rxjava.ext.shell.term.TermServer
Create a term server for the Telnet protocol.
createTempDirectory(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.core.file.FileSystem
Creates a new directory in the default temporary-file directory, using the given prefix to generate its name, asynchronously.
createTempDirectory(String) - Method in interface io.vertx.core.file.FileSystem
Like FileSystem.createTempDirectory(String, Handler) but returns a Future of the asynchronous result
createTempDirectory(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.core.file.FileSystem
Creates a new directory in the default temporary-file directory, using the given prefix to generate its name, asynchronously.
createTempDirectory(String, String) - Method in interface io.vertx.core.file.FileSystem
Like FileSystem.createTempDirectory(String, String, Handler) but returns a Future of the asynchronous result
createTempDirectory(String, String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.core.file.FileSystem
Creates a new directory in the directory provided by the path path, using the given prefix to generate its name, asynchronously.
createTempDirectory(String, String, String) - Method in interface io.vertx.core.file.FileSystem
Like FileSystem.createTempDirectory(String, String, String, Handler) but returns a Future of the asynchronous result
createTempDirectory(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.core.file.FileSystem
Creates a new directory in the default temporary-file directory, using the given prefix to generate its name, asynchronously.
createTempDirectory(String) - Method in class io.vertx.reactivex.core.file.FileSystem
Creates a new directory in the default temporary-file directory, using the given prefix to generate its name, asynchronously.
createTempDirectory(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.core.file.FileSystem
Creates a new directory in the default temporary-file directory, using the given prefix to generate its name, asynchronously.
createTempDirectory(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
Creates a new directory in the default temporary-file directory, using the given prefix to generate its name, asynchronously.
createTempDirectory(String, String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.core.file.FileSystem
Creates a new directory in the directory provided by the path path, using the given prefix to generate its name, asynchronously.
createTempDirectory(String, String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
Creates a new directory in the directory provided by the path path, using the given prefix to generate its name, asynchronously.
createTempDirectory(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Creates a new directory in the default temporary-file directory, using the given prefix to generate its name, asynchronously.
createTempDirectory(String) - Method in class io.vertx.rxjava.core.file.FileSystem
Creates a new directory in the default temporary-file directory, using the given prefix to generate its name, asynchronously.
createTempDirectory(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Creates a new directory in the default temporary-file directory, using the given prefix to generate its name, asynchronously.
createTempDirectory(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
Creates a new directory in the default temporary-file directory, using the given prefix to generate its name, asynchronously.
createTempDirectory(String, String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Creates a new directory in the directory provided by the path path, using the given prefix to generate its name, asynchronously.
createTempDirectory(String, String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
Creates a new directory in the directory provided by the path path, using the given prefix to generate its name, asynchronously.
createTempDirectoryBlocking(String) - Method in interface io.vertx.core.file.FileSystem
createTempDirectoryBlocking(String, String) - Method in interface io.vertx.core.file.FileSystem
createTempDirectoryBlocking(String, String, String) - Method in interface io.vertx.core.file.FileSystem
createTempDirectoryBlocking(String) - Method in class io.vertx.reactivex.core.file.FileSystem
createTempDirectoryBlocking(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
createTempDirectoryBlocking(String, String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
createTempDirectoryBlocking(String) - Method in class io.vertx.rxjava.core.file.FileSystem
createTempDirectoryBlocking(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
createTempDirectoryBlocking(String, String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
createTempFile(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.core.file.FileSystem
Creates a new file in the default temporary-file directory, using the given prefix and suffix to generate its name, asynchronously.
createTempFile(String, String) - Method in interface io.vertx.core.file.FileSystem
Like FileSystem.createTempFile(String, String, Handler) but returns a Future of the asynchronous result
createTempFile(String, String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.core.file.FileSystem
Creates a new file in the directory provided by the path dir, using the given prefix and suffix to generate its name, asynchronously.
createTempFile(String, String, String) - Method in interface io.vertx.core.file.FileSystem
Like FileSystem.createTempFile(String, String, String, Handler) but returns a Future of the asynchronous result
createTempFile(String, String, String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.core.file.FileSystem
Creates a new file in the directory provided by the path dir, using the given prefix and suffix to generate its name, asynchronously.
createTempFile(String, String, String, String) - Method in interface io.vertx.core.file.FileSystem
Like FileSystem.createTempFile(String, String, String, String, Handler) but returns a Future of the asynchronous result
createTempFile(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.core.file.FileSystem
Creates a new file in the default temporary-file directory, using the given prefix and suffix to generate its name, asynchronously.
createTempFile(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
Creates a new file in the default temporary-file directory, using the given prefix and suffix to generate its name, asynchronously.
createTempFile(String, String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.core.file.FileSystem
Creates a new file in the directory provided by the path dir, using the given prefix and suffix to generate its name, asynchronously.
createTempFile(String, String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
Creates a new file in the directory provided by the path dir, using the given prefix and suffix to generate its name, asynchronously.
createTempFile(String, String, String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.core.file.FileSystem
Creates a new file in the directory provided by the path dir, using the given prefix and suffix to generate its name, asynchronously.
createTempFile(String, String, String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
Creates a new file in the directory provided by the path dir, using the given prefix and suffix to generate its name, asynchronously.
createTempFile(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Creates a new file in the default temporary-file directory, using the given prefix and suffix to generate its name, asynchronously.
createTempFile(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
Creates a new file in the default temporary-file directory, using the given prefix and suffix to generate its name, asynchronously.
createTempFile(String, String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Creates a new file in the directory provided by the path dir, using the given prefix and suffix to generate its name, asynchronously.
createTempFile(String, String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
Creates a new file in the directory provided by the path dir, using the given prefix and suffix to generate its name, asynchronously.
createTempFile(String, String, String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Creates a new file in the directory provided by the path dir, using the given prefix and suffix to generate its name, asynchronously.
createTempFile(String, String, String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
Creates a new file in the directory provided by the path dir, using the given prefix and suffix to generate its name, asynchronously.
createTempFileBlocking(String, String) - Method in interface io.vertx.core.file.FileSystem
createTempFileBlocking(String, String, String) - Method in interface io.vertx.core.file.FileSystem
createTempFileBlocking(String, String, String, String) - Method in interface io.vertx.core.file.FileSystem
createTempFileBlocking(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
createTempFileBlocking(String, String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
createTempFileBlocking(String, String, String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
createTempFileBlocking(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
createTempFileBlocking(String, String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
createTempFileBlocking(String, String, String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
createTest() - Method in class io.vertx.ext.unit.junit.VertxUnitRunnerWithParameters
 
createText(String) - Static method in interface io.vertx.ext.shell.cli.CliToken
Create a text token.
createText(String) - Static method in class io.vertx.reactivex.ext.shell.cli.CliToken
Create a text token.
createText(String) - Static method in class io.vertx.rxjava.ext.shell.cli.CliToken
Create a text token.
createToken(TokenRequest, Handler<AsyncResult<Auth>>) - Method in class io.vertx.config.vault.client.SlimVaultClient
Creates a new token.
createTopics(List<NewTopic>, Handler<AsyncResult<Void>>) - Method in interface io.vertx.kafka.admin.KafkaAdminClient
Creates a batch of new Kafka topics
createTopics(List<NewTopic>) - Method in interface io.vertx.kafka.admin.KafkaAdminClient
Like KafkaAdminClient.createTopics(List, Handler) but returns a Future of the asynchronous result
createTopics(List<NewTopic>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
Creates a batch of new Kafka topics
createTopics(List<NewTopic>) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
Creates a batch of new Kafka topics
createTopics(List<NewTopic>, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.kafka.admin.KafkaAdminClient
Creates a batch of new Kafka topics
createTopics(List<NewTopic>) - Method in class io.vertx.rxjava.kafka.admin.KafkaAdminClient
Creates a batch of new Kafka topics
createUnsupportedSpecFeature(String) - Static method in exception io.vertx.ext.web.openapi.RouterBuilderException
 
createUpdate(JsonObject, JsonObject) - Static method in class io.vertx.ext.mongo.BulkOperation
Create a new update operation with the given filter and update document
createUpdate(JsonObject, JsonObject, boolean, boolean) - Static method in class io.vertx.ext.mongo.BulkOperation
Create a new update operation with the given filter, update document, the upsert flag, and multi flag
createUser(String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.auth.jdbc.JDBCUserUtil
Insert a user into a database.
createUser(String, String) - Method in interface io.vertx.ext.auth.jdbc.JDBCUserUtil
 
createUser(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.ext.auth.mongo.MongoUserUtil
Insert a user into a database.
createUser(String, String) - Method in interface io.vertx.ext.auth.mongo.MongoUserUtil
 
createUser(String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.auth.sqlclient.SqlUserUtil
Insert a user into a database.
createUser(String, String) - Method in interface io.vertx.ext.auth.sqlclient.SqlUserUtil
 
createUser(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCUserUtil
Insert a user into a database.
createUser(String, String) - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCUserUtil
Insert a user into a database.
createUser(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.ext.auth.mongo.MongoUserUtil
Insert a user into a database.
createUser(String, String) - Method in class io.vertx.reactivex.ext.auth.mongo.MongoUserUtil
Insert a user into a database.
createUser(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.auth.sqlclient.SqlUserUtil
Insert a user into a database.
createUser(String, String) - Method in class io.vertx.reactivex.ext.auth.sqlclient.SqlUserUtil
Insert a user into a database.
createUser(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.auth.jdbc.JDBCUserUtil
Insert a user into a database.
createUser(String, String) - Method in class io.vertx.rxjava.ext.auth.jdbc.JDBCUserUtil
Insert a user into a database.
createUser(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.ext.auth.mongo.MongoUserUtil
Insert a user into a database.
createUser(String, String) - Method in class io.vertx.rxjava.ext.auth.mongo.MongoUserUtil
Insert a user into a database.
createUser(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.auth.sqlclient.SqlUserUtil
Insert a user into a database.
createUser(String, String) - Method in class io.vertx.rxjava.ext.auth.sqlclient.SqlUserUtil
Insert a user into a database.
createUserRole(String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.auth.jdbc.JDBCUserUtil
Insert a user role into a database.
createUserRole(String, String) - Method in interface io.vertx.ext.auth.jdbc.JDBCUserUtil
 
createUserRole(String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.auth.sqlclient.SqlUserUtil
Insert a user role into a database.
createUserRole(String, String) - Method in interface io.vertx.ext.auth.sqlclient.SqlUserUtil
 
createUserRole(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCUserUtil
Insert a user role into a database.
createUserRole(String, String) - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCUserUtil
Insert a user role into a database.
createUserRole(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.auth.sqlclient.SqlUserUtil
Insert a user role into a database.
createUserRole(String, String) - Method in class io.vertx.reactivex.ext.auth.sqlclient.SqlUserUtil
Insert a user role into a database.
createUserRole(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.auth.jdbc.JDBCUserUtil
Insert a user role into a database.
createUserRole(String, String) - Method in class io.vertx.rxjava.ext.auth.jdbc.JDBCUserUtil
Insert a user role into a database.
createUserRole(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.auth.sqlclient.SqlUserUtil
Insert a user role into a database.
createUserRole(String, String) - Method in class io.vertx.rxjava.ext.auth.sqlclient.SqlUserUtil
Insert a user role into a database.
createUserRolesAndPermissions(String, List<String>, List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.ext.auth.mongo.MongoUserUtil
Insert a user role into a database.
createUserRolesAndPermissions(String, List<String>, List<String>) - Method in interface io.vertx.ext.auth.mongo.MongoUserUtil
 
createUserRolesAndPermissions(String, List<String>, List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.ext.auth.mongo.MongoUserUtil
Insert a user role into a database.
createUserRolesAndPermissions(String, List<String>, List<String>) - Method in class io.vertx.reactivex.ext.auth.mongo.MongoUserUtil
Insert a user role into a database.
createUserRolesAndPermissions(String, List<String>, List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.ext.auth.mongo.MongoUserUtil
Insert a user role into a database.
createUserRolesAndPermissions(String, List<String>, List<String>) - Method in class io.vertx.rxjava.ext.auth.mongo.MongoUserUtil
Insert a user role into a database.
createValidationError(String, Throwable) - Static method in exception io.vertx.ext.web.validation.BodyProcessorException
 
createValidationError(String, ParameterLocation, Throwable) - Static method in exception io.vertx.ext.web.validation.ParameterProcessorException
 
createValidator(JsonObject, JsonPointer, SchemaParserInternal, MutableStateValidator) - Method in class io.vertx.json.schema.common.BaseCombinatorsValidatorFactory
 
createValidator(JsonObject, JsonPointer, SchemaParserInternal, MutableStateValidator) - Method in class io.vertx.json.schema.common.BaseFormatValidatorFactory
 
createValidator(JsonObject, JsonPointer, SchemaParserInternal, MutableStateValidator) - Method in class io.vertx.json.schema.common.BaseSingleSchemaValidatorFactory
 
createValidator(JsonObject, JsonPointer, SchemaParserInternal, MutableStateValidator) - Method in class io.vertx.json.schema.common.ConstValidatorFactory
 
createValidator(JsonObject, JsonPointer, SchemaParserInternal, MutableStateValidator) - Method in class io.vertx.json.schema.common.DefinitionsValidatorFactory
 
createValidator(JsonObject, JsonPointer, SchemaParserInternal, MutableStateValidator) - Method in class io.vertx.json.schema.common.EnumValidatorFactory
 
createValidator(JsonObject, JsonPointer, SchemaParserInternal, MutableStateValidator) - Method in class io.vertx.json.schema.common.MaxItemsValidatorFactory
 
createValidator(JsonObject, JsonPointer, SchemaParserInternal, MutableStateValidator) - Method in class io.vertx.json.schema.common.MaxLengthValidatorFactory
 
createValidator(JsonObject, JsonPointer, SchemaParserInternal, MutableStateValidator) - Method in class io.vertx.json.schema.common.MaxPropertiesValidatorFactory
 
createValidator(JsonObject, JsonPointer, SchemaParserInternal, MutableStateValidator) - Method in class io.vertx.json.schema.common.MinItemsValidatorFactory
 
createValidator(JsonObject, JsonPointer, SchemaParserInternal, MutableStateValidator) - Method in class io.vertx.json.schema.common.MinLengthValidatorFactory
 
createValidator(JsonObject, JsonPointer, SchemaParserInternal, MutableStateValidator) - Method in class io.vertx.json.schema.common.MinPropertiesValidatorFactory
 
createValidator(JsonObject, JsonPointer, SchemaParserInternal, MutableStateValidator) - Method in class io.vertx.json.schema.common.MultipleOfValidatorFactory
 
createValidator(JsonObject, JsonPointer, SchemaParserInternal, MutableStateValidator) - Method in class io.vertx.json.schema.common.PatternValidatorFactory
 
createValidator(JsonObject, JsonPointer, SchemaParserInternal, MutableStateValidator) - Method in class io.vertx.json.schema.common.PropertiesValidatorFactory
 
createValidator(JsonObject, JsonPointer, SchemaParserInternal, MutableStateValidator) - Method in class io.vertx.json.schema.common.RequiredValidatorFactory
 
createValidator(JsonObject, JsonPointer, SchemaParserInternal, MutableStateValidator) - Method in class io.vertx.json.schema.common.UniqueItemsValidatorFactory
 
createValidator(JsonObject, JsonPointer, SchemaParserInternal, MutableStateValidator) - Method in interface io.vertx.json.schema.common.ValidatorFactory
This method consume the schema eventually creating a new Validator.
createValidator(JsonObject, JsonPointer, SchemaParserInternal, MutableStateValidator) - Method in class io.vertx.json.schema.draft201909.ContainsValidatorFactory
 
createValidator(JsonObject, JsonPointer, SchemaParserInternal, MutableStateValidator) - Method in class io.vertx.json.schema.draft201909.DependentRequiredValidatorFactory
 
createValidator(JsonObject, JsonPointer, SchemaParserInternal, MutableStateValidator) - Method in class io.vertx.json.schema.draft201909.DependentSchemasValidatorFactory
 
createValidator(JsonObject, JsonPointer, SchemaParserInternal, MutableStateValidator) - Method in class io.vertx.json.schema.draft201909.UnevaluatedItemsValidatorFactory
 
createValidator(JsonObject, JsonPointer, SchemaParserInternal, MutableStateValidator) - Method in class io.vertx.json.schema.draft201909.UnevaluatedPropertiesValidatorFactory
 
createValidator(JsonObject, JsonPointer, SchemaParserInternal, MutableStateValidator) - Method in class io.vertx.json.schema.draft7.DependenciesValidatorFactory
 
createValidator(JsonObject, JsonPointer, SchemaParserInternal, MutableStateValidator) - Method in class io.vertx.json.schema.draft7.ExclusiveMaximumValidatorFactory
 
createValidator(JsonObject, JsonPointer, SchemaParserInternal, MutableStateValidator) - Method in class io.vertx.json.schema.draft7.ExclusiveMinimumValidatorFactory
 
createValidator(JsonObject, JsonPointer, SchemaParserInternal, MutableStateValidator) - Method in class io.vertx.json.schema.draft7.IfThenElseValidatorFactory
 
createValidator(JsonObject, JsonPointer, SchemaParserInternal, MutableStateValidator) - Method in class io.vertx.json.schema.draft7.ItemsValidatorFactory
 
createValidator(JsonObject, JsonPointer, SchemaParserInternal, MutableStateValidator) - Method in class io.vertx.json.schema.draft7.MaximumValidatorFactory
 
createValidator(JsonObject, JsonPointer, SchemaParserInternal, MutableStateValidator) - Method in class io.vertx.json.schema.draft7.MinimumValidatorFactory
 
createValidator(JsonObject, JsonPointer, SchemaParserInternal, MutableStateValidator) - Method in class io.vertx.json.schema.draft7.TypeValidatorFactory
 
createValidator(JsonObject, JsonPointer, SchemaParserInternal, MutableStateValidator) - Method in class io.vertx.json.schema.openapi3.MaximumValidatorFactory
 
createValidator(JsonObject, JsonPointer, SchemaParserInternal, MutableStateValidator) - Method in class io.vertx.json.schema.openapi3.MinimumValidatorFactory
 
createValidator(JsonObject, JsonPointer, SchemaParserInternal, MutableStateValidator) - Method in class io.vertx.json.schema.openapi3.NullableValidatorFactory
 
createValidator(JsonObject, JsonPointer, SchemaParserInternal, MutableStateValidator) - Method in class io.vertx.json.schema.openapi3.TypeValidatorFactory
 
createVerticle(String, ClassLoader, Promise<Callable<Verticle>>) - Method in interface io.vertx.core.spi.VerticleFactory
Create a verticle instance.
createVerticle(String, DeploymentOptions, ClassLoader, Promise<Callable<Verticle>>) - Method in class io.vertx.ext.httpservicefactory.HttpServiceFactory
 
createVerticle(String, ClassLoader, Promise<Callable<Verticle>>) - Method in class io.vertx.lang.groovy.GroovyVerticleFactory
 
createVerticle(String, DeploymentOptions, ClassLoader, Promise<Callable<Verticle>>) - Method in class io.vertx.maven.MavenVerticleFactory
 
createVerticle(String, ClassLoader, Promise<Callable<Verticle>>) - Method in class io.vertx.service.ServiceVerticleFactory
 
createVerticle(String, DeploymentOptions, ClassLoader, Promise<Callable<Verticle>>) - Method in class io.vertx.service.ServiceVerticleFactory
 
createWithDelegate(Class<X>, T) - Static method in class io.vertx.servicediscovery.utils.ClassLoaderUtils
 
createWithHealthChecks(HealthChecks, AuthenticationProvider) - Static method in interface io.vertx.ext.healthchecks.HealthCheckHandler
Creates an instance of the default implementation of the HealthCheckHandler.
createWithHealthChecks(HealthChecks) - Static method in interface io.vertx.ext.healthchecks.HealthCheckHandler
Creates an instance of the default implementation of the HealthCheckHandler.
createWithHealthChecks(HealthChecks, AuthenticationProvider) - Static method in class io.vertx.reactivex.ext.healthchecks.HealthCheckHandler
Creates an instance of the default implementation of the HealthCheckHandler.
createWithHealthChecks(HealthChecks) - Static method in class io.vertx.reactivex.ext.healthchecks.HealthCheckHandler
Creates an instance of the default implementation of the HealthCheckHandler.
createWithHealthChecks(HealthChecks, AuthenticationProvider) - Static method in class io.vertx.rxjava.ext.healthchecks.HealthCheckHandler
Creates an instance of the default implementation of the HealthCheckHandler.
createWithHealthChecks(HealthChecks) - Static method in class io.vertx.rxjava.ext.healthchecks.HealthCheckHandler
Creates an instance of the default implementation of the HealthCheckHandler.
createWithMongoSettings(Vertx, JsonObject, String, MongoClientSettings) - Static method in interface io.vertx.ext.mongo.MongoClient
Constructor targeting the jvm, like standard constructor MongoClient.createShared(Vertx, JsonObject, String), but it accepts default mongoClientSettings to configure mongo
createWorker() - Method in class io.vertx.reactivex.ContextScheduler
 
createWorker() - Method in class io.vertx.rx.java.ContextScheduler
 
createWrongExtension(String) - Static method in exception io.vertx.ext.web.api.contract.RouterFactoryException
Deprecated.
 
createWrongExtension(String) - Static method in exception io.vertx.ext.web.openapi.RouterBuilderException
 
createWrongInterface(Class) - Static method in exception io.vertx.ext.web.api.contract.RouterFactoryException
Deprecated.
 
creationTime() - Method in interface io.vertx.amqp.AmqpMessage
 
creationTime(long) - Method in interface io.vertx.amqp.AmqpMessageBuilder
 
creationTime() - Method in interface io.vertx.core.file.FileProps
The date the file was created
creationTime() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
creationTime(long) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
creationTime() - Method in class io.vertx.reactivex.core.file.FileProps
The date the file was created
creationTime() - Method in class io.vertx.rxjava.amqp.AmqpMessage
 
creationTime(long) - Method in class io.vertx.rxjava.amqp.AmqpMessageBuilder
 
creationTime() - Method in class io.vertx.rxjava.core.file.FileProps
The date the file was created
Credentials - Interface in io.vertx.ext.auth.authentication
Abstract representation of a Credentials object.
CredentialValidationException - Exception in io.vertx.ext.auth.authentication
Signals that the validation of the Credentials implementation is not valid.
CredentialValidationException(String) - Constructor for exception io.vertx.ext.auth.authentication.CredentialValidationException
 
CredentialValidationException(String, Throwable) - Constructor for exception io.vertx.ext.auth.authentication.CredentialValidationException
 
CSPHandler - Interface in io.vertx.ext.web.handler
Content Security Policy (CSP) is an added layer of security that helps to detect and mitigate certain types of attacks, including Cross Site Scripting (XSS) and data injection attacks.
CSPHandler - Class in io.vertx.reactivex.ext.web.handler
Content Security Policy (CSP) is an added layer of security that helps to detect and mitigate certain types of attacks, including Cross Site Scripting (XSS) and data injection attacks.
CSPHandler(CSPHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.CSPHandler
 
CSPHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.CSPHandler
 
CSPHandler - Class in io.vertx.rxjava.ext.web.handler
Content Security Policy (CSP) is an added layer of security that helps to detect and mitigate certain types of attacks, including Cross Site Scripting (XSS) and data injection attacks.
CSPHandler(CSPHandler) - Constructor for class io.vertx.rxjava.ext.web.handler.CSPHandler
 
CSPHandler(Object) - Constructor for class io.vertx.rxjava.ext.web.handler.CSPHandler
 
CSRFHandler - Interface in io.vertx.ext.web.handler
This handler adds a CSRF token to requests which mutate state.
CSRFHandler - Class in io.vertx.reactivex.ext.web.handler
This handler adds a CSRF token to requests which mutate state.
CSRFHandler(CSRFHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.CSRFHandler
 
CSRFHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.CSRFHandler
 
CSRFHandler - Class in io.vertx.rxjava.ext.web.handler
This handler adds a CSRF token to requests which mutate state.
CSRFHandler(CSRFHandler) - Constructor for class io.vertx.rxjava.ext.web.handler.CSRFHandler
 
CSRFHandler(Object) - Constructor for class io.vertx.rxjava.ext.web.handler.CSRFHandler
 
current() - Static method in interface io.vertx.ext.auth.VertxContextPRNG
Get or create a secure non blocking random number generator using the current vert.x context.
current(Context) - Static method in interface io.vertx.ext.auth.VertxContextPRNG
Get or create a secure non blocking random number generator using the provided vert.x context.
current(Vertx) - Static method in interface io.vertx.ext.auth.VertxContextPRNG
Get or create a secure non blocking random number generator using the current vert.x instance.
current() - Static method in class io.vertx.reactivex.ext.auth.VertxContextPRNG
Get or create a secure non blocking random number generator using the current vert.x context.
current(Vertx) - Static method in class io.vertx.reactivex.ext.auth.VertxContextPRNG
Get or create a secure non blocking random number generator using the current vert.x instance.
current() - Static method in class io.vertx.rxjava.ext.auth.VertxContextPRNG
Get or create a secure non blocking random number generator using the current vert.x context.
current(Vertx) - Static method in class io.vertx.rxjava.ext.auth.VertxContextPRNG
Get or create a secure non blocking random number generator using the current vert.x instance.
currentContext() - Static method in interface io.vertx.core.Vertx
Gets the current context
currentContext() - Static method in class io.vertx.reactivex.core.Vertx
Gets the current context
currentContext() - Static method in class io.vertx.rxjava.core.Vertx
Gets the current context
currentPage() - Method in interface io.vertx.cassandra.ResultSet
 
currentPage() - Method in class io.vertx.reactivex.cassandra.ResultSet
 
currentPage() - Method in class io.vertx.rxjava.cassandra.ResultSet
 
currentRoute() - Method in interface io.vertx.ext.web.RoutingContext
 
currentRoute() - Method in class io.vertx.reactivex.ext.web.RoutingContext
 
currentRoute() - Method in class io.vertx.rxjava.ext.web.RoutingContext
 
Cursor - Class in io.vertx.reactivex.sqlclient
A cursor that reads progressively rows from the database, it is useful for reading very large result sets.
Cursor(Cursor) - Constructor for class io.vertx.reactivex.sqlclient.Cursor
 
Cursor(Object) - Constructor for class io.vertx.reactivex.sqlclient.Cursor
 
cursor() - Method in class io.vertx.reactivex.sqlclient.PreparedStatement
Like PreparedStatement.cursor() but with empty arguments.
cursor(Tuple) - Method in class io.vertx.reactivex.sqlclient.PreparedStatement
Create a cursor with the provided arguments.
Cursor - Class in io.vertx.rxjava.sqlclient
A cursor that reads progressively rows from the database, it is useful for reading very large result sets.
Cursor(Cursor) - Constructor for class io.vertx.rxjava.sqlclient.Cursor
 
Cursor(Object) - Constructor for class io.vertx.rxjava.sqlclient.Cursor
 
cursor() - Method in class io.vertx.rxjava.sqlclient.PreparedStatement
Like PreparedStatement.cursor() but with empty arguments.
cursor(Tuple) - Method in class io.vertx.rxjava.sqlclient.PreparedStatement
Create a cursor with the provided arguments.
Cursor - Interface in io.vertx.sqlclient
A cursor that reads progressively rows from the database, it is useful for reading very large result sets.
cursor() - Method in interface io.vertx.sqlclient.PreparedStatement
Like PreparedStatement.cursor(Tuple) but with empty arguments.
cursor(Tuple) - Method in interface io.vertx.sqlclient.PreparedStatement
Create a cursor with the provided arguments.
customFormatter(Function<HttpServerRequest, String>) - Method in interface io.vertx.ext.web.handler.LoggerHandler
Set the custom formatter to be used by the handler.
customFormatter(Function<HttpServerRequest, String>) - Method in class io.vertx.reactivex.ext.web.handler.LoggerHandler
Set the custom formatter to be used by the handler.
customFormatter(Function<HttpServerRequest, String>) - Method in class io.vertx.rxjava.ext.web.handler.LoggerHandler
Set the custom formatter to be used by the handler.
customFrameHandler(Handler<HttpFrame>) - Method in interface io.vertx.core.http.HttpClientResponse
Set an custom frame handler.
customFrameHandler(Handler<HttpFrame>) - Method in interface io.vertx.core.http.HttpServerRequest
Set a custom frame handler.
customFrameHandler(Handler<HttpFrame>) - Method in class io.vertx.reactivex.core.http.HttpClientResponse
Set an custom frame handler.
customFrameHandler(Handler<HttpFrame>) - Method in class io.vertx.reactivex.core.http.HttpServerRequest
Set a custom frame handler.
customFrameHandler(Handler<HttpFrame>) - Method in class io.vertx.rxjava.core.http.HttpClientResponse
Set an custom frame handler.
customFrameHandler(Handler<HttpFrame>) - Method in class io.vertx.rxjava.core.http.HttpServerRequest
Set a custom frame handler.
customizeRemoteRepoBuilder(RemoteRepository.Builder) - Method in class io.vertx.maven.resolver.ResolverImpl
 
CustomValidator - Interface in io.vertx.ext.web.api.validation
Deprecated.
You should use the new module vertx-web-openapi
CustomValidator - Class in io.vertx.reactivex.ext.web.api.validation
This interface is used to add custom synchronous functions inside validation process.
CustomValidator(CustomValidator) - Constructor for class io.vertx.reactivex.ext.web.api.validation.CustomValidator
 
CustomValidator(Object) - Constructor for class io.vertx.reactivex.ext.web.api.validation.CustomValidator
 
CustomValidator - Class in io.vertx.rxjava.ext.web.api.validation
This interface is used to add custom synchronous functions inside validation process.
CustomValidator(CustomValidator) - Constructor for class io.vertx.rxjava.ext.web.api.validation.CustomValidator
 
CustomValidator(Object) - Constructor for class io.vertx.rxjava.ext.web.api.validation.CustomValidator
 

D

data() - Method in interface io.vertx.core.datagram.DatagramPacket
Returns the data of the DatagramPacket
data() - Method in interface io.vertx.ext.web.RoutingContext
 
data() - Method in interface io.vertx.ext.web.Session
 
data() - Method in class io.vertx.ext.web.sstore.AbstractSession
 
data() - Method in class io.vertx.reactivex.core.datagram.DatagramPacket
Returns the data of the DatagramPacket
data() - Method in class io.vertx.reactivex.ext.web.RoutingContext
 
data() - Method in class io.vertx.reactivex.ext.web.Session
 
data() - Method in class io.vertx.rxjava.core.datagram.DatagramPacket
Returns the data of the DatagramPacket
data() - Method in class io.vertx.rxjava.ext.web.RoutingContext
 
data() - Method in class io.vertx.rxjava.ext.web.Session
 
DatabaseMetadata - Class in io.vertx.reactivex.sqlclient.spi
Contains static metadata about the backend database server

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

DatabaseMetadata(DatabaseMetadata) - Constructor for class io.vertx.reactivex.sqlclient.spi.DatabaseMetadata
 
DatabaseMetadata(Object) - Constructor for class io.vertx.reactivex.sqlclient.spi.DatabaseMetadata
 
databaseMetadata() - Method in class io.vertx.reactivex.sqlclient.SqlConnection
 
DatabaseMetadata - Class in io.vertx.rxjava.sqlclient.spi
Contains static metadata about the backend database server

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

DatabaseMetadata(DatabaseMetadata) - Constructor for class io.vertx.rxjava.sqlclient.spi.DatabaseMetadata
 
DatabaseMetadata(Object) - Constructor for class io.vertx.rxjava.sqlclient.spi.DatabaseMetadata
 
databaseMetadata() - Method in class io.vertx.rxjava.sqlclient.SqlConnection
 
DatabaseMetadata - Interface in io.vertx.sqlclient.spi
Contains static metadata about the backend database server
databaseMetadata() - Method in interface io.vertx.sqlclient.SqlConnection
 
DatabindCodec - Class in io.vertx.core.json.jackson
 
DatabindCodec() - Constructor for class io.vertx.core.json.jackson.DatabindCodec
 
DatagramPacket - Interface in io.vertx.core.datagram
A received datagram packet (UDP) which contains the data and information about the sender of the data itself.
DatagramPacket - Class in io.vertx.reactivex.core.datagram
A received datagram packet (UDP) which contains the data and information about the sender of the data itself.
DatagramPacket(DatagramPacket) - Constructor for class io.vertx.reactivex.core.datagram.DatagramPacket
 
DatagramPacket(Object) - Constructor for class io.vertx.reactivex.core.datagram.DatagramPacket
 
DatagramPacket - Class in io.vertx.rxjava.core.datagram
A received datagram packet (UDP) which contains the data and information about the sender of the data itself.
DatagramPacket(DatagramPacket) - Constructor for class io.vertx.rxjava.core.datagram.DatagramPacket
 
DatagramPacket(Object) - Constructor for class io.vertx.rxjava.core.datagram.DatagramPacket
 
DatagramSocket - Interface in io.vertx.core.datagram
A datagram socket can be used to send DatagramPacket's to remote datagram servers and receive DatagramPackets .
DatagramSocket - Class in io.vertx.reactivex.core.datagram
A datagram socket can be used to send DatagramPacket's to remote datagram servers and receive DatagramPackets .
DatagramSocket(DatagramSocket) - Constructor for class io.vertx.reactivex.core.datagram.DatagramSocket
 
DatagramSocket(Object) - Constructor for class io.vertx.reactivex.core.datagram.DatagramSocket
 
DatagramSocket - Class in io.vertx.rxjava.core.datagram
A datagram socket can be used to send DatagramPacket's to remote datagram servers and receive DatagramPackets .
DatagramSocket(DatagramSocket) - Constructor for class io.vertx.rxjava.core.datagram.DatagramSocket
 
DatagramSocket(Object) - Constructor for class io.vertx.rxjava.core.datagram.DatagramSocket
 
DatagramSocketMetrics - Interface in io.vertx.core.spi.metrics
The datagram/udp metrics SPI which Vert.x will use to call when each event occurs pertaining to datagram sockets.

The thread model for the datagram socket depends on the actual context thats started the server.

DatagramSocketOptions - Class in io.vertx.core.datagram
Options used to configure a datagram socket.
DatagramSocketOptions() - Constructor for class io.vertx.core.datagram.DatagramSocketOptions
Default constructor
DatagramSocketOptions(DatagramSocketOptions) - Constructor for class io.vertx.core.datagram.DatagramSocketOptions
Copy constructor
DatagramSocketOptions(JsonObject) - Constructor for class io.vertx.core.datagram.DatagramSocketOptions
Constructor to create options from JSON
DatagramSocketOptionsConverter - Class in io.vertx.core.datagram
Converter and mapper for DatagramSocketOptions.
DatagramSocketOptionsConverter() - Constructor for class io.vertx.core.datagram.DatagramSocketOptionsConverter
 
dataLoaderRegistry(Function<ApolloWSMessage, DataLoaderRegistry>) - Method in interface io.vertx.ext.web.handler.graphql.ApolloWSHandler
Customize the DataLoaderRegistry.
dataLoaderRegistry(Function<RoutingContext, DataLoaderRegistry>) - Method in interface io.vertx.ext.web.handler.graphql.GraphQLHandler
Customize the DataLoaderRegistry.
dataLoaderRegistry(Function<ApolloWSMessage, DataLoaderRegistry>) - Method in class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler
Customize the .
dataLoaderRegistry(Function<RoutingContext, DataLoaderRegistry>) - Method in class io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler
Customize the .
dataLoaderRegistry(Function<ApolloWSMessage, DataLoaderRegistry>) - Method in class io.vertx.rxjava.ext.web.handler.graphql.ApolloWSHandler
Customize the .
dataLoaderRegistry(Function<RoutingContext, DataLoaderRegistry>) - Method in class io.vertx.rxjava.ext.web.handler.graphql.GraphQLHandler
Customize the .
DataSourceProvider - Interface in io.vertx.ext.jdbc.spi
 
dataStaxClusterBuilder() - Method in class io.vertx.cassandra.CassandraClientOptions
 
DATE - Static variable in interface io.vertx.core.http.HttpHeaders
Date header name
DATE - Static variable in class io.vertx.json.schema.common.RegularExpressions
 
DATE - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Date header name
DATE - Static variable in class io.vertx.rxjava.core.http.HttpHeaders
Date header name
DATETIME - Static variable in class io.vertx.json.schema.common.RegularExpressions
 
days(int) - Method in class io.vertx.pgclient.data.Interval
 
DB2Connection - Interface in io.vertx.db2client
A connection to DB2 server.
DB2Connection - Class in io.vertx.reactivex.db2client
A connection to DB2 server.
DB2Connection(DB2Connection) - Constructor for class io.vertx.reactivex.db2client.DB2Connection
 
DB2Connection(Object) - Constructor for class io.vertx.reactivex.db2client.DB2Connection
 
DB2Connection - Class in io.vertx.rxjava.db2client
A connection to DB2 server.
DB2Connection(DB2Connection) - Constructor for class io.vertx.rxjava.db2client.DB2Connection
 
DB2Connection(Object) - Constructor for class io.vertx.rxjava.db2client.DB2Connection
 
DB2ConnectOptions - Class in io.vertx.db2client
Connect options for configuring DB2Connection or DB2Pool.
DB2ConnectOptions() - Constructor for class io.vertx.db2client.DB2ConnectOptions
 
DB2ConnectOptions(JsonObject) - Constructor for class io.vertx.db2client.DB2ConnectOptions
 
DB2ConnectOptions(SqlConnectOptions) - Constructor for class io.vertx.db2client.DB2ConnectOptions
 
DB2ConnectOptions(DB2ConnectOptions) - Constructor for class io.vertx.db2client.DB2ConnectOptions
 
DB2ConnectOptionsConverter - Class in io.vertx.db2client
Converter and mapper for DB2ConnectOptions.
DB2ConnectOptionsConverter() - Constructor for class io.vertx.db2client.DB2ConnectOptionsConverter
 
DB2Driver - Class in io.vertx.db2client.spi
 
DB2Driver() - Constructor for class io.vertx.db2client.spi.DB2Driver
 
DB2Exception - Exception in io.vertx.db2client
A RuntimeException signals that an error occurred.
DB2Exception(int, String) - Constructor for exception io.vertx.db2client.DB2Exception
 
DB2Exception(String, int, String) - Constructor for exception io.vertx.db2client.DB2Exception
 
DB2Pool - Interface in io.vertx.db2client
A pool of DB2 connections.
DB2Pool - Class in io.vertx.reactivex.db2client
A pool of DB2 connections.
DB2Pool(DB2Pool) - Constructor for class io.vertx.reactivex.db2client.DB2Pool
 
DB2Pool(Object) - Constructor for class io.vertx.reactivex.db2client.DB2Pool
 
DB2Pool - Class in io.vertx.rxjava.db2client
A pool of DB2 connections.
DB2Pool(DB2Pool) - Constructor for class io.vertx.rxjava.db2client.DB2Pool
 
DB2Pool(Object) - Constructor for class io.vertx.rxjava.db2client.DB2Pool
 
DBSIZE - Static variable in class io.vertx.reactivex.redis.client.Command
 
dbsize(Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command dbsize.
dbsize() - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command dbsize.
DBSIZE - Static variable in interface io.vertx.redis.client.Command
 
dbsize(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command dbsize.
dbsize() - Method in interface io.vertx.redis.client.RedisAPI
Redis command dbsize.
DBSIZE - Static variable in class io.vertx.rxjava.redis.client.Command
 
dbsize(Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command dbsize.
dbsize() - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command dbsize.
DcCoordinates - Class in io.vertx.ext.consul
Holds coordinates of servers in datacenter
DcCoordinates() - Constructor for class io.vertx.ext.consul.DcCoordinates
Default constructor
DcCoordinates(JsonObject) - Constructor for class io.vertx.ext.consul.DcCoordinates
Constructor from JSON
DcCoordinatesConverter - Class in io.vertx.ext.consul
Converter and mapper for DcCoordinates.
DcCoordinatesConverter() - Constructor for class io.vertx.ext.consul.DcCoordinatesConverter
 
debug(Object) - Method in class io.vertx.core.logging.JULLogDelegate
 
debug(Object, Object...) - Method in class io.vertx.core.logging.JULLogDelegate
 
debug(Object, Throwable) - Method in class io.vertx.core.logging.JULLogDelegate
 
debug(Object, Throwable, Object...) - Method in class io.vertx.core.logging.JULLogDelegate
 
debug(Object) - Method in class io.vertx.core.logging.Log4j2LogDelegate
 
debug(Object, Object...) - Method in class io.vertx.core.logging.Log4j2LogDelegate
 
debug(Object, Throwable) - Method in class io.vertx.core.logging.Log4j2LogDelegate
 
debug(Object, Throwable, Object...) - Method in class io.vertx.core.logging.Log4j2LogDelegate
 
debug(Object) - Method in class io.vertx.core.logging.Logger
Deprecated.
see https://github.com/eclipse-vertx/vert.x/issues/2774
debug(Object, Throwable) - Method in class io.vertx.core.logging.Logger
Deprecated.
see https://github.com/eclipse-vertx/vert.x/issues/2774
debug(Object, Object...) - Method in class io.vertx.core.logging.Logger
Deprecated.
see https://github.com/eclipse-vertx/vert.x/issues/2774
debug(Object, Throwable, Object...) - Method in class io.vertx.core.logging.Logger
Deprecated.
see https://github.com/eclipse-vertx/vert.x/issues/2774
debug(Object) - Method in class io.vertx.core.logging.SLF4JLogDelegate
 
debug(Object, Object...) - Method in class io.vertx.core.logging.SLF4JLogDelegate
 
debug(Object, Throwable) - Method in class io.vertx.core.logging.SLF4JLogDelegate
 
debug(Object, Throwable, Object...) - Method in class io.vertx.core.logging.SLF4JLogDelegate
 
debug(Object) - Method in interface io.vertx.core.spi.logging.LogDelegate
 
debug(Object, Object...) - Method in interface io.vertx.core.spi.logging.LogDelegate
 
debug(Object, Throwable) - Method in interface io.vertx.core.spi.logging.LogDelegate
 
debug(Object, Throwable, Object...) - Method in interface io.vertx.core.spi.logging.LogDelegate
 
debug(Handler<AsyncResult<Void>>) - Method in interface io.vertx.db2client.DB2Connection
Send a DEBUG command to dump debug information to the server's stdout.
debug() - Method in interface io.vertx.db2client.DB2Connection
Like DB2Connection.debug(Handler) but returns a Future of the asynchronous result
debug(Handler<AsyncResult<Void>>) - Method in interface io.vertx.mysqlclient.MySQLConnection
Send a DEBUG command to dump debug information to the server's stdout.
debug() - Method in interface io.vertx.mysqlclient.MySQLConnection
Like MySQLConnection.debug(Handler) but returns a Future of the asynchronous result
debug(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.db2client.DB2Connection
Send a DEBUG command to dump debug information to the server's stdout.
debug() - Method in class io.vertx.reactivex.db2client.DB2Connection
Send a DEBUG command to dump debug information to the server's stdout.
debug(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.mysqlclient.MySQLConnection
Send a DEBUG command to dump debug information to the server's stdout.
debug() - Method in class io.vertx.reactivex.mysqlclient.MySQLConnection
Send a DEBUG command to dump debug information to the server's stdout.
DEBUG - Static variable in class io.vertx.reactivex.redis.client.Command
 
debug(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command debug.
debug(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command debug.
DEBUG - Static variable in interface io.vertx.redis.client.Command
 
debug(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command debug.
debug(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command debug.
debug(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.db2client.DB2Connection
Send a DEBUG command to dump debug information to the server's stdout.
debug() - Method in class io.vertx.rxjava.db2client.DB2Connection
Send a DEBUG command to dump debug information to the server's stdout.
debug(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.mysqlclient.MySQLConnection
Send a DEBUG command to dump debug information to the server's stdout.
debug() - Method in class io.vertx.rxjava.mysqlclient.MySQLConnection
Send a DEBUG command to dump debug information to the server's stdout.
DEBUG - Static variable in class io.vertx.rxjava.redis.client.Command
 
debug(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command debug.
debug(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command debug.
DecodeException - Exception in io.vertx.core.json
Instances of this Exception are thrown if failed to decode a JSON string, because of invalid JSON.
DecodeException() - Constructor for exception io.vertx.core.json.DecodeException
 
DecodeException(String) - Constructor for exception io.vertx.core.json.DecodeException
 
DecodeException(String, Throwable) - Constructor for exception io.vertx.core.json.DecodeException
 
decodeFromWire(int, Buffer) - Method in interface io.vertx.core.eventbus.MessageCodec
Called by Vert.x when a message is decoded from the wire.
decodeFromWire(int, Buffer) - Method in class io.vertx.serviceproxy.ServiceExceptionMessageCodec
 
decodeToken(String, Handler<AsyncResult<AccessToken>>) - Method in interface io.vertx.ext.auth.oauth2.OAuth2Auth
Deprecated.
decodeToken(String) - Method in interface io.vertx.ext.auth.oauth2.OAuth2Auth
Deprecated.
decodeToken(String, Handler<AsyncResult<AccessToken>>) - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
Deprecated.
decodeToken(String) - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
Deprecated.
decodeToken(String, Handler<AsyncResult<AccessToken>>) - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
Deprecated.
decodeToken(String) - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
Deprecated.
decodeValue(String, TypeReference<T>) - Static method in class io.vertx.core.json.jackson.JacksonCodec
Decode a given JSON string to a POJO of the given type.
decodeValue(Buffer, TypeReference<T>) - Static method in class io.vertx.core.json.jackson.JacksonCodec
Decode a given JSON buffer to a POJO of the given class type.
decodeValue(String, Class<T>) - Static method in class io.vertx.core.json.Json
Decode a given JSON string to a POJO of the given class type.
decodeValue(String) - Static method in class io.vertx.core.json.Json
Decode a given JSON string.
decodeValue(Buffer) - Static method in class io.vertx.core.json.Json
Decode a given JSON buffer.
decodeValue(Buffer, Class<T>) - Static method in class io.vertx.core.json.Json
Decode a given JSON buffer to a POJO of the given class type.
decompressorRegistry(DecompressorRegistry) - Method in class io.vertx.grpc.VertxChannelBuilder
 
decompressorRegistry(DecompressorRegistry) - Method in class io.vertx.grpc.VertxServerBuilder
 
DECR - Static variable in class io.vertx.reactivex.redis.client.Command
 
decr(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command decr.
decr(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command decr.
DECR - Static variable in interface io.vertx.redis.client.Command
 
decr(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command decr.
decr(String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command decr.
DECR - Static variable in class io.vertx.rxjava.redis.client.Command
 
decr(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command decr.
decr(String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command decr.
DECRBY - Static variable in class io.vertx.reactivex.redis.client.Command
 
decrby(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command decrby.
decrby(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command decrby.
DECRBY - Static variable in interface io.vertx.redis.client.Command
 
decrby(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command decrby.
decrby(String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command decrby.
DECRBY - Static variable in class io.vertx.rxjava.redis.client.Command
 
decrby(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command decrby.
decrby(String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command decrby.
decrementAndGet(Handler<AsyncResult<Long>>) - Method in interface io.vertx.core.shareddata.Counter
Decrement the counter atomically and return the new count
decrementAndGet() - Method in interface io.vertx.core.shareddata.Counter
Same as Counter.decrementAndGet(Handler) but returns a Future of the asynchronous result
decrementAndGet(Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.core.shareddata.Counter
Decrement the counter atomically and return the new count
decrementAndGet() - Method in class io.vertx.reactivex.core.shareddata.Counter
Decrement the counter atomically and return the new count
decrementAndGet(Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.core.shareddata.Counter
Decrement the counter atomically and return the new count
decrementAndGet() - Method in class io.vertx.rxjava.core.shareddata.Counter
Decrement the counter atomically and return the new count
deepObjectParam(String, ObjectSchemaBuilder) - Static method in interface io.vertx.ext.web.validation.builder.Parameters
Creates a required deep object parameter.
deepToString() - Method in class io.vertx.reactivex.sqlclient.Tuple
 
deepToString() - Method in class io.vertx.rxjava.sqlclient.Tuple
 
deepToString() - Method in interface io.vertx.sqlclient.Tuple
 
DEFAULT_ACCEPT_BACKLOG - Static variable in class io.vertx.core.eventbus.EventBusOptions
The default accept backlog = 1024
DEFAULT_ACCEPT_BACKLOG - Static variable in class io.vertx.core.net.NetServerOptions
The default accept backlog = 1024
DEFAULT_ACCEPT_UNMASKED_FRAMES - Static variable in class io.vertx.core.http.HttpServerOptions
Default WebSocket Masked bit is true as depicted by RFC = false
DEFAULT_ACK_TIMEOUT - Static variable in class io.vertx.mqtt.MqttClientOptions
 
DEFAULT_ADDRESS - Static variable in class io.vertx.ext.bridge.PermittedOptions
The default permitted address : null.
DEFAULT_ADDRESS_REGEX - Static variable in class io.vertx.ext.bridge.PermittedOptions
The default permitted address regex : null.
DEFAULT_ALLOW_RCPT_ERRORS - Static variable in class io.vertx.ext.mail.MailConfig
 
DEFAULT_ALPN_VERSIONS - Static variable in class io.vertx.core.http.HttpClientOptions
Default Application-Layer Protocol Negotiation versions = [] (automatic according to protocol version)
DEFAULT_ALPN_VERSIONS - Static variable in class io.vertx.core.http.HttpServerOptions
Default Application-Layer Protocol Negotiation versions = [HTTP/2,HTTP/1.1]
DEFAULT_ALWAYS_ASYNC_FS - Static variable in interface io.vertx.ext.web.handler.StaticHandler
Default of whether async filesystem access should always be used
DEFAULT_ALWAYS_ASYNC_FS - Static variable in class io.vertx.reactivex.ext.web.handler.StaticHandler
Default of whether async filesystem access should always be used
DEFAULT_ALWAYS_ASYNC_FS - Static variable in class io.vertx.rxjava.ext.web.handler.StaticHandler
Default of whether async filesystem access should always be used
DEFAULT_ANNOUNCE_ADDRESS - Static variable in class io.vertx.servicediscovery.ServiceDiscoveryOptions
 
DEFAULT_APPEND - Static variable in class io.vertx.core.file.OpenOptions
Whether the file should be opened in append mode by default = false.
DEFAULT_ARG_NAME - Static variable in class io.vertx.core.cli.Argument
The default argument name displayed in the usage.
DEFAULT_ARG_NAME - Static variable in class io.vertx.core.cli.Option
Default name in the usage message.
DEFAULT_ARG_NAME - Static variable in class io.vertx.core.cli.UsageMessageFormatter
default name for an argument
DEFAULT_ATOMIC_MOVE - Static variable in class io.vertx.core.file.CopyOptions
Whether move should be performed as an atomic filesystem operation by default = false.
DEFAULT_AUTHENTICATE_QUERY - Static variable in interface io.vertx.ext.auth.jdbc.JDBCAuth
Deprecated.
The default query to be used for authentication
DEFAULT_AUTHENTICATE_QUERY - Static variable in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuth
The default query to be used for authentication
DEFAULT_AUTHENTICATE_QUERY - Static variable in class io.vertx.rxjava.ext.auth.jdbc.JDBCAuth
The default query to be used for authentication
DEFAULT_AUTOMATIC_RECOVERY_ENABLED - Static variable in class io.vertx.rabbitmq.RabbitMQOptions
The default automatic recovery enabled = false
DEFAULT_BACKGROUD - Static variable in class io.vertx.ext.mongo.IndexOptions
 
DEFAULT_BATCH_SIZE - Static variable in class io.vertx.ext.mongo.AggregateOptions
The default value of batchSize = 10.
DEFAULT_BATCH_SIZE - Static variable in class io.vertx.ext.mongo.FindOptions
The default value of batchSize = 10.
DEFAULT_BATCH_SIZE - Static variable in interface io.vertx.ext.reactivestreams.ReactiveReadStream
Default batch size
DEFAULT_BATCH_SIZE - Static variable in class io.vertx.micrometer.VertxInfluxDbOptions
Default value for the maximum number of metrics in a batch = 10000.
DEFAULT_BLOCKED_THREAD_CHECK_INTERVAL - Static variable in class io.vertx.core.VertxOptions
The default value of blocked thread check interval = 1000 ms.
DEFAULT_BLOCKED_THREAD_CHECK_INTERVAL_UNIT - Static variable in class io.vertx.core.VertxOptions
The default value of blocked thread check interval unit = TimeUnit.MILLISECONDS
DEFAULT_BODY_LIMIT - Static variable in interface io.vertx.ext.web.handler.BodyHandler
Default max size for a request body = -1 means unlimited
DEFAULT_BODY_LIMIT - Static variable in class io.vertx.reactivex.ext.web.handler.BodyHandler
Default max size for a request body = -1 means unlimited
DEFAULT_BODY_LIMIT - Static variable in class io.vertx.rxjava.ext.web.handler.BodyHandler
Default max size for a request body = -1 means unlimited
DEFAULT_BROADCAST - Static variable in class io.vertx.core.datagram.DatagramSocketOptions
The default value of broadcast for the socket = false
DEFAULT_CACHE_ENTRY_TIMEOUT - Static variable in interface io.vertx.ext.web.handler.StaticHandler
Default cache entry timeout, when caching
DEFAULT_CACHE_ENTRY_TIMEOUT - Static variable in class io.vertx.reactivex.ext.web.handler.StaticHandler
Default cache entry timeout, when caching
DEFAULT_CACHE_ENTRY_TIMEOUT - Static variable in class io.vertx.rxjava.ext.web.handler.StaticHandler
Default cache entry timeout, when caching
DEFAULT_CACHE_MAX_TIME_TO_LIVE - Static variable in class io.vertx.core.dns.AddressResolverOptions
The default value for the negative cache max TTL = 0x7fffffff
DEFAULT_CACHE_MIN_TIME_TO_LIVE - Static variable in class io.vertx.core.dns.AddressResolverOptions
The default value for the negative cache min TTL = 0
DEFAULT_CACHE_NEGATIVE_TIME_TO_LIVE - Static variable in class io.vertx.core.dns.AddressResolverOptions
The default value for the negative cache TTL = 0
DEFAULT_CACHE_PREPARED_STATEMENTS - Static variable in class io.vertx.sqlclient.SqlConnectOptions
 
DEFAULT_CACHING_ENABLED - Static variable in interface io.vertx.ext.web.handler.StaticHandler
Default of whether cache header handling is enabled
DEFAULT_CACHING_ENABLED - Static variable in class io.vertx.reactivex.ext.web.handler.StaticHandler
Default of whether cache header handling is enabled
DEFAULT_CACHING_ENABLED - Static variable in class io.vertx.rxjava.ext.web.handler.StaticHandler
Default of whether cache header handling is enabled
DEFAULT_CHARACTER_ENCODING - Static variable in class io.vertx.mysqlclient.MySQLConnectOptions
 
DEFAULT_CHARSET - Static variable in class io.vertx.db2client.DB2ConnectOptions
 
DEFAULT_CHARSET - Static variable in class io.vertx.ext.shell.term.HttpTermOptions
 
DEFAULT_CHARSET - Static variable in class io.vertx.ext.shell.term.TelnetTermOptions
 
DEFAULT_CHARSET - Static variable in class io.vertx.mysqlclient.MySQLConnectOptions
 
DEFAULT_CLASS_PATH_RESOLVING_ENABLED - Static variable in class io.vertx.core.file.FileSystemOptions
The default behavior to cache or not class path resolution = false if and only if the system property "vertx.disableFileCPResolving" exists and is set to the string "false"
DEFAULT_CLEAN_SESSION - Static variable in class io.vertx.mqtt.MqttClientOptions
 
DEFAULT_CLIENT_AUTH - Static variable in class io.vertx.core.eventbus.EventBusOptions
Default value of whether client auth is required (SSL/TLS) = No
DEFAULT_CLIENT_AUTH - Static variable in class io.vertx.core.net.NetServerOptions
Default value of whether client auth is required (SSL/TLS) = No
DEFAULT_CLUSTER_HOST - Static variable in class io.vertx.core.eventbus.EventBusOptions
The default cluster host = null which means use the same as the cluster manager, if possible.
DEFAULT_CLUSTER_PING_INTERVAL - Static variable in class io.vertx.core.eventbus.EventBusOptions
The default value of cluster ping interval = 20000 ms.
DEFAULT_CLUSTER_PING_REPLY_INTERVAL - Static variable in class io.vertx.core.eventbus.EventBusOptions
The default value of cluster ping reply interval = 20000 ms.
DEFAULT_CLUSTER_PORT - Static variable in class io.vertx.core.eventbus.EventBusOptions
The default cluster port = 0 which means assign a random port.
DEFAULT_CLUSTER_PUBLIC_HOST - Static variable in class io.vertx.core.eventbus.EventBusOptions
The default cluster public host = null which means use the same as the cluster host.
DEFAULT_CLUSTER_PUBLIC_PORT - Static variable in class io.vertx.core.eventbus.EventBusOptions
The default cluster public port = -1 which means use the same as the cluster port.
DEFAULT_COLLECTION_NAME - Static variable in interface io.vertx.ext.auth.mongo.MongoAuth
Deprecated.
The default name of the collection to be used
DEFAULT_COLLECTION_NAME - Static variable in interface io.vertx.ext.auth.mongo.MongoAuthentication
The default name of the collection to be used
DEFAULT_COLLECTION_NAME - Static variable in interface io.vertx.ext.auth.mongo.MongoAuthorization
The default name of the collection to be used
DEFAULT_COLLECTION_NAME - Static variable in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
The default name of the collection to be used
DEFAULT_COLLECTION_NAME - Static variable in class io.vertx.reactivex.ext.auth.mongo.MongoAuthentication
The default name of the collection to be used
DEFAULT_COLLECTION_NAME - Static variable in class io.vertx.reactivex.ext.auth.mongo.MongoAuthorization
The default name of the collection to be used
DEFAULT_COLLECTION_NAME - Static variable in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
The default name of the collection to be used
DEFAULT_COLLECTION_NAME - Static variable in class io.vertx.rxjava.ext.auth.mongo.MongoAuthentication
The default name of the collection to be used
DEFAULT_COLLECTION_NAME - Static variable in class io.vertx.rxjava.ext.auth.mongo.MongoAuthorization
The default name of the collection to be used
DEFAULT_COMPRESSION_ENABLED - Static variable in class io.vertx.micrometer.VertxInfluxDbOptions
The default gzip enabled on InfluxDb = true.
DEFAULT_COMPRESSION_LEVEL - Static variable in class io.vertx.core.http.HttpServerOptions
Default gzip/deflate compression level = 6 (Netty legacy)
DEFAULT_COMPRESSION_SUPPORTED - Static variable in class io.vertx.core.http.HttpServerOptions
Default value of whether compression is supported = false
DEFAULT_CONNECT_TIMEOUT - Static variable in class io.vertx.core.eventbus.EventBusOptions
The default value of connect timeout = 60000 ms
DEFAULT_CONNECT_TIMEOUT - Static variable in class io.vertx.core.net.ClientOptionsBase
The default value of connect timeout = 60000 ms
DEFAULT_CONNECT_TIMEOUT - Static variable in class io.vertx.micrometer.VertxInfluxDbOptions
The default connection timeout (seconds) = 1.
DEFAULT_CONNECTION_ATTRIBUTES - Static variable in class io.vertx.db2client.DB2ConnectOptions
 
DEFAULT_CONNECTION_ATTRIBUTES - Static variable in class io.vertx.mysqlclient.MySQLConnectOptions
 
DEFAULT_CONNECTION_TIMEOUT - Static variable in class io.vertx.rabbitmq.RabbitMQOptions
The default connection timeout = 60000
DEFAULT_CONNECTION_TIMEOUT - Static variable in class io.vertx.serviceproxy.ProxyHelper
Deprecated.
 
DEFAULT_CONNECTION_TIMEOUT - Static variable in class io.vertx.serviceproxy.ServiceBinder
 
DEFAULT_CONTENT_TYPE - Static variable in interface io.vertx.ext.web.handler.TemplateHandler
The default content type header to be used in the response
DEFAULT_CONTENT_TYPE - Static variable in class io.vertx.reactivex.ext.web.handler.TemplateHandler
The default content type header to be used in the response
DEFAULT_CONTENT_TYPE - Static variable in class io.vertx.rxjava.ext.web.handler.TemplateHandler
The default content type header to be used in the response
DEFAULT_CONTRACT_ENDPOINT - Static variable in class io.vertx.ext.web.openapi.RouterBuilderOptions
By default, RouterBuilder won't serve the contract
DEFAULT_CONVERTER - Static variable in interface io.vertx.ext.web.client.predicate.ErrorConverter
 
DEFAULT_CONVERTER - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ErrorConverter
 
DEFAULT_CONVERTER - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ErrorConverter
 
DEFAULT_COOKIE_HTTP_ONLY_FLAG - Static variable in interface io.vertx.ext.web.handler.SessionHandler
Default of whether the cookie has the HttpOnly flag set More info: https://www.owasp.org/index.php/HttpOnly
DEFAULT_COOKIE_HTTP_ONLY_FLAG - Static variable in class io.vertx.reactivex.ext.web.handler.SessionHandler
Default of whether the cookie has the HttpOnly flag set More info: https://www.owasp.org/index.php/HttpOnly
DEFAULT_COOKIE_HTTP_ONLY_FLAG - Static variable in class io.vertx.rxjava.ext.web.handler.SessionHandler
Default of whether the cookie has the HttpOnly flag set More info: https://www.owasp.org/index.php/HttpOnly
DEFAULT_COOKIE_NAME - Static variable in interface io.vertx.ext.web.handler.CSRFHandler
 
DEFAULT_COOKIE_NAME - Static variable in class io.vertx.reactivex.ext.web.handler.CSRFHandler
 
DEFAULT_COOKIE_NAME - Static variable in class io.vertx.rxjava.ext.web.handler.CSRFHandler
 
DEFAULT_COOKIE_PATH - Static variable in interface io.vertx.ext.web.handler.CSRFHandler
 
DEFAULT_COOKIE_PATH - Static variable in class io.vertx.reactivex.ext.web.handler.CSRFHandler
 
DEFAULT_COOKIE_PATH - Static variable in class io.vertx.rxjava.ext.web.handler.CSRFHandler
 
DEFAULT_COOKIE_SECURE_FLAG - Static variable in interface io.vertx.ext.web.handler.SessionHandler
Default of whether the cookie has the 'secure' flag set to allow transmission over https only.
DEFAULT_COOKIE_SECURE_FLAG - Static variable in class io.vertx.reactivex.ext.web.handler.SessionHandler
Default of whether the cookie has the 'secure' flag set to allow transmission over https only.
DEFAULT_COOKIE_SECURE_FLAG - Static variable in class io.vertx.rxjava.ext.web.handler.SessionHandler
Default of whether the cookie has the 'secure' flag set to allow transmission over https only.
DEFAULT_COPY_ATTRIBUTES - Static variable in class io.vertx.core.file.CopyOptions
Whether the file attributes should be copied by default = false.
DEFAULT_CREATE - Static variable in class io.vertx.core.file.OpenOptions
 
DEFAULT_CREATENEW - Static variable in class io.vertx.core.file.OpenOptions
 
DEFAULT_CREDENTIAL_PASSWORD_FIELD - Static variable in interface io.vertx.ext.auth.mongo.MongoAuth
Deprecated.
The default name of the property for the password, like it is transported in credentials by method AuthenticationProvider.authenticate(JsonObject, Handler)
DEFAULT_CREDENTIAL_PASSWORD_FIELD - Static variable in interface io.vertx.ext.auth.mongo.MongoAuthentication
The default name of the property for the password, like it is transported in credentials by method AuthenticationProvider.authenticate(JsonObject, Handler)
DEFAULT_CREDENTIAL_PASSWORD_FIELD - Static variable in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
DEFAULT_CREDENTIAL_PASSWORD_FIELD - Static variable in class io.vertx.reactivex.ext.auth.mongo.MongoAuthentication
DEFAULT_CREDENTIAL_PASSWORD_FIELD - Static variable in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
The default name of the property for the password, like it is transported in credentials by method AuthenticationProvider.authenticate(io.vertx.core.json.JsonObject, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.rxjava.ext.auth.User>>)
DEFAULT_CREDENTIAL_PASSWORD_FIELD - Static variable in class io.vertx.rxjava.ext.auth.mongo.MongoAuthentication
The default name of the property for the password, like it is transported in credentials by method AuthenticationProvider.authenticate(io.vertx.core.json.JsonObject, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.rxjava.ext.auth.User>>)
DEFAULT_CREDENTIAL_USERNAME_FIELD - Static variable in interface io.vertx.ext.auth.mongo.MongoAuth
Deprecated.
The default name of the property for the username, like it is transported in credentials by method AuthenticationProvider.authenticate(JsonObject, Handler)
DEFAULT_CREDENTIAL_USERNAME_FIELD - Static variable in interface io.vertx.ext.auth.mongo.MongoAuthentication
The default name of the property for the username, like it is transported in credentials by method AuthenticationProvider.authenticate(JsonObject, Handler)
DEFAULT_CREDENTIAL_USERNAME_FIELD - Static variable in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
DEFAULT_CREDENTIAL_USERNAME_FIELD - Static variable in class io.vertx.reactivex.ext.auth.mongo.MongoAuthentication
DEFAULT_CREDENTIAL_USERNAME_FIELD - Static variable in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
The default name of the property for the username, like it is transported in credentials by method AuthenticationProvider.authenticate(io.vertx.core.json.JsonObject, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.rxjava.ext.auth.User>>)
DEFAULT_CREDENTIAL_USERNAME_FIELD - Static variable in class io.vertx.rxjava.ext.auth.mongo.MongoAuthentication
The default name of the property for the username, like it is transported in credentials by method AuthenticationProvider.authenticate(io.vertx.core.json.JsonObject, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.rxjava.ext.auth.User>>)
DEFAULT_DATABASE - Static variable in class io.vertx.micrometer.VertxInfluxDbOptions
The default InfluxDb database = default.
DEFAULT_DATABASE - Static variable in class io.vertx.pgclient.PgConnectOptions
 
DEFAULT_DB_NAME - Static variable in interface io.vertx.ext.mongo.MongoClient
The name of the default database
DEFAULT_DB_NAME - Static variable in class io.vertx.reactivex.ext.mongo.MongoClient
The name of the default database
DEFAULT_DB_NAME - Static variable in class io.vertx.rxjava.ext.mongo.MongoClient
The name of the default database
DEFAULT_DECODER_INITIAL_BUFFER_SIZE - Static variable in class io.vertx.core.http.HttpClientOptions
Default initial buffer size for HttpObjectDecoder = 128 bytes
DEFAULT_DECODER_INITIAL_BUFFER_SIZE - Static variable in class io.vertx.core.http.HttpServerOptions
Default initial buffer size for HttpObjectDecoder = 128 bytes
DEFAULT_DECOMPRESSION_SUPPORTED - Static variable in class io.vertx.core.http.HttpServerOptions
Default value of whether decompression is supported = false
DEFAULT_DEFAULT_CHARSET - Static variable in class io.vertx.ext.shell.term.SSHTermOptions
 
DEFAULT_DEFAULT_HOST - Static variable in class io.vertx.core.http.HttpClientOptions
The default value for host name = "localhost"
DEFAULT_DEFAULT_PORT - Static variable in class io.vertx.core.http.HttpClientOptions
The default value for port = 80
DEFAULT_DELETE_UPLOADED_FILES_ON_END - Static variable in interface io.vertx.ext.web.handler.BodyHandler
Default value of whether uploaded files should be removed after handling the request
DEFAULT_DELETE_UPLOADED_FILES_ON_END - Static variable in class io.vertx.reactivex.ext.web.handler.BodyHandler
Default value of whether uploaded files should be removed after handling the request
DEFAULT_DELETE_UPLOADED_FILES_ON_END - Static variable in class io.vertx.rxjava.ext.web.handler.BodyHandler
Default value of whether uploaded files should be removed after handling the request
DEFAULT_DELETED_COUNT - Static variable in class io.vertx.ext.mongo.MongoClientBulkWriteResult
The default value is 0, signifying no document was deleted
DEFAULT_DELETEONCLOSE - Static variable in class io.vertx.core.file.OpenOptions
 
DEFAULT_DEPENDENCY - Static variable in class io.vertx.core.http.StreamPriority
 
DEFAULT_DESC_PAD - Static variable in class io.vertx.core.cli.UsageMessageFormatter
number of space characters to be prefixed to each description line
DEFAULT_DIRECTORY_LISTING - Static variable in interface io.vertx.ext.web.handler.StaticHandler
Default of whether directory listing is enabled
DEFAULT_DIRECTORY_LISTING - Static variable in class io.vertx.reactivex.ext.web.handler.StaticHandler
Default of whether directory listing is enabled
DEFAULT_DIRECTORY_LISTING - Static variable in class io.vertx.rxjava.ext.web.handler.StaticHandler
Default of whether directory listing is enabled
DEFAULT_DIRECTORY_TEMPLATE - Static variable in interface io.vertx.ext.web.handler.StaticHandler
Default template file to use for directory listing
DEFAULT_DIRECTORY_TEMPLATE - Static variable in class io.vertx.reactivex.ext.web.handler.StaticHandler
Default template file to use for directory listing
DEFAULT_DIRECTORY_TEMPLATE - Static variable in class io.vertx.rxjava.ext.web.handler.StaticHandler
Default template file to use for directory listing
DEFAULT_DISABLE_ESMTP - Static variable in class io.vertx.ext.mail.MailConfig
 
DEFAULT_DISABLE_FLAG - Static variable in interface io.vertx.ext.web.handler.ResponseContentTypeHandler
 
DEFAULT_DISABLE_FLAG - Static variable in class io.vertx.reactivex.ext.web.handler.ResponseContentTypeHandler
 
DEFAULT_DISABLE_FLAG - Static variable in class io.vertx.rxjava.ext.web.handler.ResponseContentTypeHandler
 
DEFAULT_DOCMATCHED - Static variable in class io.vertx.ext.mongo.MongoClientUpdateResult
The default value is 0, signifying no match
DEFAULT_DOCMODIFIED - Static variable in class io.vertx.ext.mongo.MongoClientUpdateResult
The default value is 0, signifying no document is modified
DEFAULT_DOMAIN - Static variable in class io.vertx.micrometer.VertxJmxMetricsOptions
Default value for the domain = metrics.
DEFAULT_DS_NAME - Static variable in interface io.vertx.ext.jdbc.JDBCClient
The name of the default data source
DEFAULT_DS_NAME - Static variable in class io.vertx.reactivex.ext.jdbc.JDBCClient
The name of the default data source
DEFAULT_DS_NAME - Static variable in class io.vertx.rxjava.ext.jdbc.JDBCClient
The name of the default data source
DEFAULT_DSYNC - Static variable in class io.vertx.core.file.OpenOptions
 
DEFAULT_EMBEDDED_SERVER_ENDPOINT - Static variable in class io.vertx.micrometer.VertxPrometheusOptions
The default metrics endpoint = /metrics when using an embedded server.
DEFAULT_ENABLE_FS_TUNING - Static variable in interface io.vertx.ext.web.handler.StaticHandler
Default of whether fs async/sync tuning should be used
DEFAULT_ENABLE_FS_TUNING - Static variable in class io.vertx.reactivex.ext.web.handler.StaticHandler
Default of whether fs async/sync tuning should be used
DEFAULT_ENABLE_FS_TUNING - Static variable in class io.vertx.rxjava.ext.web.handler.StaticHandler
Default of whether fs async/sync tuning should be used
DEFAULT_ENABLE_PIPELINING - Static variable in class io.vertx.ext.mail.MailConfig
 
DEFAULT_ENABLE_PUSH - Static variable in class io.vertx.core.http.Http2Settings
Default HTTP/2 spec value for Http2Settings.isPushEnabled() : true
DEFAULT_ENABLED - Static variable in class io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions
Whether GraphiQL development tool should be enabled by default = false.
DEFAULT_ENABLED - Static variable in class io.vertx.micrometer.VertxInfluxDbOptions
Default value for enabled = false.
DEFAULT_ENABLED - Static variable in class io.vertx.micrometer.VertxJmxMetricsOptions
Default value for enabled = false.
DEFAULT_ENABLED - Static variable in class io.vertx.micrometer.VertxPrometheusOptions
Default value for enabled = false.
DEFAULT_ENABLED_SECURE_TRANSPORT_PROTOCOLS - Static variable in class io.vertx.core.net.TCPSSLOptions
The default ENABLED_SECURE_TRANSPORT_PROTOCOLS value = { "SSLv2Hello", "TLSv1", "TLSv1.1", "TLSv1.2" }

SSLv3 is NOT enabled due to POODLE vulnerability http://en.wikipedia.org/wiki/POODLE

"SSLv2Hello" is NOT enabled since it's disabled by default since JDK7

DEFAULT_ENDPOINT - Static variable in class io.vertx.redis.client.RedisOptions
The default redis endpoint = redis://localhost:6379
DEFAULT_ERROR_HANDLER_TEMPLATE - Static variable in interface io.vertx.ext.web.handler.ErrorHandler
The default template to use for rendering
DEFAULT_ERROR_HANDLER_TEMPLATE - Static variable in class io.vertx.reactivex.ext.web.handler.ErrorHandler
The default template to use for rendering
DEFAULT_ERROR_HANDLER_TEMPLATE - Static variable in class io.vertx.rxjava.ext.web.handler.ErrorHandler
The default template to use for rendering
DEFAULT_ERRORCODE - Static variable in interface io.vertx.ext.web.handler.TimeoutHandler
The default error code
DEFAULT_ERRORCODE - Static variable in class io.vertx.reactivex.ext.web.handler.TimeoutHandler
The default error code
DEFAULT_ERRORCODE - Static variable in class io.vertx.rxjava.ext.web.handler.TimeoutHandler
The default error code
DEFAULT_EVENT_LOOP_POOL_SIZE - Static variable in class io.vertx.core.VertxOptions
The default number of event loop threads to be used = 2 * number of cores on the machine
DEFAULT_EXCLUSIVE - Static variable in class io.vertx.core.http.StreamPriority
 
DEFAULT_EXTRA_SETTINGS - Static variable in class io.vertx.core.http.Http2Settings
Default HTTP/2 spec value for Http2Settings.getExtraSettings() : null
DEFAULT_FALLBACK_ON_FAILURE - Static variable in class io.vertx.circuitbreaker.CircuitBreakerOptions
Default value of the fallback on failure property.
DEFAULT_FILE_CACHING_DIR - Static variable in class io.vertx.core.file.FileSystemOptions
The default file caching dir.
DEFAULT_FILE_CACHING_ENABLED - Static variable in class io.vertx.core.file.FileSystemOptions
The default behavior for caching files for class path resolution = false if and only if the system property "vertx.disableFileCaching" exists and is set to the string "false"
DEFAULT_FILES_READ_ONLY - Static variable in interface io.vertx.ext.web.handler.StaticHandler
Default value of whether files are read -only and never will be updated
DEFAULT_FILES_READ_ONLY - Static variable in class io.vertx.reactivex.ext.web.handler.StaticHandler
Default value of whether files are read -only and never will be updated
DEFAULT_FILES_READ_ONLY - Static variable in class io.vertx.rxjava.ext.web.handler.StaticHandler
Default value of whether files are read -only and never will be updated
DEFAULT_FOLLOW_REDIRECTS - Static variable in class io.vertx.core.http.RequestOptions
Follow redirection by default = false
DEFAULT_FOLLOW_REDIRECTS - Static variable in class io.vertx.ext.web.client.WebClientOptions
The default value of whether the Web Client should follow redirects = true.
DEFAULT_FORCE_SNI - Static variable in class io.vertx.core.http.HttpClientOptions
 
DEFAULT_FORMAT - Static variable in class io.vertx.ext.unit.report.ReportOptions
The simple format is the default format value.
DEFAULT_FORMAT - Static variable in interface io.vertx.ext.web.handler.LoggerHandler
 
DEFAULT_FORMAT - Static variable in class io.vertx.reactivex.ext.web.handler.LoggerHandler
 
DEFAULT_FORMAT - Static variable in class io.vertx.rxjava.ext.web.handler.LoggerHandler
 
DEFAULT_HA - Static variable in class io.vertx.core.DeploymentOptions
 
DEFAULT_HA_ENABLED - Static variable in class io.vertx.core.VertxOptions
The default value of HA enabled = false
DEFAULT_HA_GROUP - Static variable in class io.vertx.core.VertxOptions
The default value of Ha group is "__DEFAULT__"
DEFAULT_HANDLE_100_CONTINE_AUTOMATICALLY - Static variable in class io.vertx.core.http.HttpServerOptions
Default value of whether 100-Continue should be handled automatically = false
DEFAULT_HANDSHAKE_TIMEOUT - Static variable in class io.vertx.rabbitmq.RabbitMQOptions
The default handshake timeout = 10000
DEFAULT_HEADER_NAME - Static variable in interface io.vertx.ext.web.handler.CSRFHandler
 
DEFAULT_HEADER_NAME - Static variable in class io.vertx.reactivex.ext.web.handler.CSRFHandler
 
DEFAULT_HEADER_NAME - Static variable in class io.vertx.rxjava.ext.web.handler.CSRFHandler
 
DEFAULT_HEADER_TABLE_SIZE - Static variable in class io.vertx.core.http.Http2Settings
Default HTTP/2 spec value for Http2Settings.getHeaderTableSize() : 4096
DEFAULT_HEADERS_COPY - Static variable in class io.vertx.camel.CamelMapping
 
DEFAULT_HEARTBEAT_INTERVAL - Static variable in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
The default interval between heartbeat packets.
DEFAULT_HOST - Static variable in class io.vertx.cassandra.CassandraClientOptions
Default host for connecting with Cassandra service.
DEFAULT_HOST - Static variable in class io.vertx.core.dns.DnsClientOptions
The default value for the host = null (configured by VertxOptions.getAddressResolverOptions())
DEFAULT_HOST - Static variable in class io.vertx.core.http.RequestOptions
The default value for host name = null
DEFAULT_HOST - Static variable in class io.vertx.core.net.NetServerOptions
The default host to listen on = "0.0.0.0" (meaning listen on all available interfaces).
DEFAULT_HOST - Static variable in class io.vertx.core.net.ProxyOptions
The default hostname for proxy connect = "localhost"
DEFAULT_HOST - Static variable in class io.vertx.db2client.DB2ConnectOptions
 
DEFAULT_HOST - Static variable in class io.vertx.ext.mail.MailConfig
 
DEFAULT_HOST - Static variable in class io.vertx.ext.shell.term.SSHTermOptions
 
DEFAULT_HOST - Static variable in class io.vertx.mqtt.MqttClientOptions
 
DEFAULT_HOST - Static variable in class io.vertx.mysqlclient.MySQLConnectOptions
 
DEFAULT_HOST - Static variable in class io.vertx.pgclient.PgConnectOptions
 
DEFAULT_HOST - Static variable in class io.vertx.rabbitmq.RabbitMQOptions
The default host = localhost
DEFAULT_HOSTNAME_VERIFICATION_ALGORITHM - Static variable in class io.vertx.core.net.NetClientOptions
Default value to determine hostname verification algorithm hostname verification (for SSL/TLS) = ""
DEFAULT_HTTP2_CLEAR_TEXT_UPGRADE - Static variable in class io.vertx.core.http.HttpClientOptions
Default using HTTP/1.1 upgrade for establishing an h2C connection = true
DEFAULT_HTTP2_CONNECTION_WINDOW_SIZE - Static variable in class io.vertx.core.http.HttpClientOptions
The default connection window size for HTTP/2 = -1
DEFAULT_HTTP2_CONNECTION_WINDOW_SIZE - Static variable in class io.vertx.core.http.HttpServerOptions
The default HTTP/2 connection window size = -1
DEFAULT_HTTP2_KEEP_ALIVE_TIMEOUT - Static variable in class io.vertx.core.http.HttpClientOptions
The default keep alive timeout for HTTP/2 connection can send = 60 seconds
DEFAULT_HTTP2_MAX_POOL_SIZE - Static variable in class io.vertx.core.http.HttpClientOptions
The default maximum number of connections an HTTP/2 client will pool = 1
DEFAULT_HTTP2_MULTIPLEXING_LIMIT - Static variable in class io.vertx.core.http.HttpClientOptions
The default maximum number of concurrent streams per connection for HTTP/2 = -1
DEFAULT_HTTP_METHOD - Static variable in class io.vertx.core.http.RequestOptions
The default value for HTTP method = HttpMethod.GET
DEFAULT_IDLE_TIMEOUT - Static variable in class io.vertx.core.net.TCPSSLOptions
Default idle timeout = 0
DEFAULT_IDLE_TIMEOUT - Static variable in class io.vertx.sqlclient.PoolOptions
Default connection timeout in the pool = 0 (no timeout)
DEFAULT_IDLE_TIMEOUT_TIME_UNIT - Static variable in class io.vertx.core.net.TCPSSLOptions
Default idle time unit = SECONDS
DEFAULT_IDLE_TIMEOUT_TIME_UNIT - Static variable in class io.vertx.sqlclient.PoolOptions
Default connection idle time unit in the pool = seconds
DEFAULT_IN_BINARY - Static variable in class io.vertx.ext.shell.term.TelnetTermOptions
 
DEFAULT_INCLUDE_HIDDEN - Static variable in interface io.vertx.ext.web.handler.StaticHandler
Default of whether hidden files can be served
DEFAULT_INCLUDE_HIDDEN - Static variable in class io.vertx.reactivex.ext.web.handler.StaticHandler
Default of whether hidden files can be served
DEFAULT_INCLUDE_HIDDEN - Static variable in class io.vertx.rxjava.ext.web.handler.StaticHandler
Default of whether hidden files can be served
DEFAULT_INDEX_PAGE - Static variable in interface io.vertx.ext.web.handler.StaticHandler
The default index page
DEFAULT_INDEX_PAGE - Static variable in class io.vertx.reactivex.ext.web.handler.StaticHandler
The default index page
DEFAULT_INDEX_PAGE - Static variable in class io.vertx.rxjava.ext.web.handler.StaticHandler
The default index page
DEFAULT_INDEX_TEMPLATE - Static variable in interface io.vertx.ext.web.handler.TemplateHandler
The default index page
DEFAULT_INDEX_TEMPLATE - Static variable in class io.vertx.reactivex.ext.web.handler.TemplateHandler
The default index page
DEFAULT_INDEX_TEMPLATE - Static variable in class io.vertx.rxjava.ext.web.handler.TemplateHandler
The default index page
DEFAULT_INITIAL_SETTINGS_MAX_CONCURRENT_STREAMS - Static variable in class io.vertx.core.http.HttpServerOptions
The default initial settings max concurrent stream for an HTTP/2 server = 100
DEFAULT_INITIAL_WINDOW_SIZE - Static variable in class io.vertx.core.http.Http2Settings
Default HTTP/2 spec value for Http2Settings.getInitialWindowSize() : 65535
DEFAULT_INPUTRC - Static variable in class io.vertx.ext.shell.term.HttpTermOptions
 
DEFAULT_INPUTRC - Static variable in class io.vertx.ext.shell.term.SSHTermOptions
 
DEFAULT_INPUTRC - Static variable in class io.vertx.ext.shell.term.TelnetTermOptions
 
DEFAULT_INSERT_JSESSIONID - Static variable in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
Whether a JSESSIONID cookie should be inserted by default = true.
DEFAULT_INSERTED_COUNT - Static variable in class io.vertx.ext.mongo.MongoClientBulkWriteResult
The default value is 0, signifying no document was inserted
DEFAULT_INSTANCES - Static variable in class io.vertx.core.DeploymentOptions
 
DEFAULT_INTERNAL_BLOCKING_POOL_SIZE - Static variable in class io.vertx.core.VertxOptions
The default number of threads in the internal blocking pool (used by some internal operations) = 20
DEFAULT_IPV6 - Static variable in class io.vertx.core.datagram.DatagramSocketOptions
The default value of use IP v6 = false
DEFAULT_JMX_ENABLED - Static variable in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
The default value of JMX enabled = false
DEFAULT_JVM_METRICS_ENABLED - Static variable in class io.vertx.micrometer.MicrometerMetricsOptions
Whether JVM metrics should be collected by default = false.
DEFAULT_KEEP_ALIVE - Static variable in class io.vertx.core.http.HttpClientOptions
Default value of whether keep-alive is enabled = true
DEFAULT_KEEP_ALIVE - Static variable in class io.vertx.ext.mail.MailConfig
 
DEFAULT_KEEP_ALIVE - Static variable in class io.vertx.ext.web.handler.graphql.ApolloWSOptions
Default interval in milliseconds to send KEEPALIVE messages to all clients = 30000.
DEFAULT_KEEP_ALIVE_INTERVAL - Static variable in class io.vertx.mqtt.MqttClientOptions
 
DEFAULT_KEEP_ALIVE_TIMEOUT - Static variable in class io.vertx.core.http.HttpClientOptions
The default keep alive timeout for HTTP/1.1 connection can send = 60 seconds
DEFAULT_LABELS - Static variable in class io.vertx.micrometer.MicrometerMetricsOptions
Default label match for public http server: exclude remote label
DEFAULT_LAZY_SESSION - Static variable in interface io.vertx.ext.web.handler.SessionHandler
Default of whether the session should be created lazily.
DEFAULT_LAZY_SESSION - Static variable in class io.vertx.reactivex.ext.web.handler.SessionHandler
Default of whether the session should be created lazily.
DEFAULT_LAZY_SESSION - Static variable in class io.vertx.rxjava.ext.web.handler.SessionHandler
Default of whether the session should be created lazily.
DEFAULT_LEFT_PAD - Static variable in class io.vertx.core.cli.UsageMessageFormatter
default padding to the left of each line
DEFAULT_LIBRARY_URL - Static variable in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
The default SockJS library URL to load in iframe when a transport does not support cross-domain communication natively.
DEFAULT_LIMIT - Static variable in class io.vertx.ext.mongo.FindOptions
The default value of limit = -1, signifying no limit
DEFAULT_LOCAL_ONLY - Static variable in class io.vertx.core.eventbus.DeliveryOptions
Whether the message should be delivered to local consumers only by default = false.
DEFAULT_LOCAL_WRITE_HANDLER - Static variable in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
Whether the writeHandler should be registered as local by default = true.
DEFAULT_LOG_ENABLED - Static variable in class io.vertx.core.dns.DnsClientOptions
The default log enabled = false
DEFAULT_LOG_ENABLED - Static variable in class io.vertx.core.net.NetworkOptions
The default log enabled = false
DEFAULT_LOGIN - Static variable in class io.vertx.ext.mail.MailConfig
 
DEFAULT_LOGIN_REDIRECT_URL - Static variable in interface io.vertx.ext.web.handler.RedirectAuthHandler
Default path the user will be redirected to
DEFAULT_LOGIN_REDIRECT_URL - Static variable in class io.vertx.reactivex.ext.web.handler.RedirectAuthHandler
Default path the user will be redirected to
DEFAULT_LOGIN_REDIRECT_URL - Static variable in class io.vertx.rxjava.ext.web.handler.RedirectAuthHandler
Default path the user will be redirected to
DEFAULT_LONG_OPT_PREFIX - Static variable in class io.vertx.core.cli.UsageMessageFormatter
default prefix for long Option
DEFAULT_LONG_OPT_SEPARATOR - Static variable in class io.vertx.core.cli.UsageMessageFormatter
default separator displayed between a long Option and its value
DEFAULT_LOOPBACK_MODE_DISABLED - Static variable in class io.vertx.core.datagram.DatagramSocketOptions
The default value of loopback disabled = true
DEFAULT_MATCH - Static variable in class io.vertx.ext.bridge.PermittedOptions
The default permitted match : null.
DEFAULT_MATCHED_COUNT - Static variable in class io.vertx.ext.mongo.MongoClientBulkWriteResult
The default value is 0, signifying no document was matched
DEFAULT_MAX_ADDRESS_LENGTH - Static variable in class io.vertx.ext.web.handler.sockjs.SockJSBridgeOptions
Default value for max address length = 200
DEFAULT_MAX_AGE - Static variable in interface io.vertx.ext.web.handler.HSTSHandler
 
DEFAULT_MAX_AGE - Static variable in class io.vertx.reactivex.ext.web.handler.HSTSHandler
 
DEFAULT_MAX_AGE - Static variable in class io.vertx.rxjava.ext.web.handler.HSTSHandler
 
DEFAULT_MAX_AGE_SECONDS - Static variable in interface io.vertx.ext.web.handler.FaviconHandler
The default max age in seconds as set in the cache-control header
DEFAULT_MAX_AGE_SECONDS - Static variable in interface io.vertx.ext.web.handler.StaticHandler
Default max age for cache headers
DEFAULT_MAX_AGE_SECONDS - Static variable in class io.vertx.reactivex.ext.web.handler.FaviconHandler
The default max age in seconds as set in the cache-control header
DEFAULT_MAX_AGE_SECONDS - Static variable in class io.vertx.reactivex.ext.web.handler.StaticHandler
Default max age for cache headers
DEFAULT_MAX_AGE_SECONDS - Static variable in class io.vertx.rxjava.ext.web.handler.FaviconHandler
The default max age in seconds as set in the cache-control header
DEFAULT_MAX_AGE_SECONDS - Static variable in class io.vertx.rxjava.ext.web.handler.StaticHandler
Default max age for cache headers
DEFAULT_MAX_AVG_SERVE_TIME_NS - Static variable in interface io.vertx.ext.web.handler.StaticHandler
Default max avg serve time, in ns, over which serving will be considered slow
DEFAULT_MAX_AVG_SERVE_TIME_NS - Static variable in class io.vertx.reactivex.ext.web.handler.StaticHandler
Default max avg serve time, in ns, over which serving will be considered slow
DEFAULT_MAX_AVG_SERVE_TIME_NS - Static variable in class io.vertx.rxjava.ext.web.handler.StaticHandler
Default max avg serve time, in ns, over which serving will be considered slow
DEFAULT_MAX_AWAIT_TIME - Static variable in class io.vertx.ext.mongo.AggregateOptions
The default value of maxAwaitTime = 1000.
DEFAULT_MAX_BODY_LENGTH - Static variable in class io.vertx.ext.stomp.StompServerOptions
 
DEFAULT_MAX_BUFFER_SIZE - Static variable in class io.vertx.rx.java.ObservableReadStream
 
DEFAULT_MAX_BYTES_STREAMING - Static variable in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
The default maximum number of bytes an HTTP streaming request can send.
DEFAULT_MAX_CACHE_SIZE - Static variable in interface io.vertx.ext.web.handler.StaticHandler
The default max cache size
DEFAULT_MAX_CACHE_SIZE - Static variable in class io.vertx.reactivex.ext.web.handler.StaticHandler
The default max cache size
DEFAULT_MAX_CACHE_SIZE - Static variable in class io.vertx.rxjava.ext.web.handler.StaticHandler
The default max cache size
DEFAULT_MAX_CHUNK_SIZE - Static variable in class io.vertx.core.http.HttpClientOptions
Default max HTTP chunk size = 8192
DEFAULT_MAX_CHUNK_SIZE - Static variable in class io.vertx.core.http.HttpServerOptions
Default max HTTP chunk size = 8192
DEFAULT_MAX_CONCURRENT_STREAMS - Static variable in class io.vertx.core.http.Http2Settings
Default HTTP/2 spec value for Http2Settings.getMaxConcurrentStreams() : 0xFFFFFFFFL
DEFAULT_MAX_EVENT_LOOP_EXECUTE_TIME - Static variable in class io.vertx.core.VertxOptions
The default value of max event loop execute time = 2000000000 ns (2 seconds)
DEFAULT_MAX_EVENT_LOOP_EXECUTE_TIME_UNIT - Static variable in class io.vertx.core.VertxOptions
The default value of max event loop execute time unit = TimeUnit.NANOSECONDS
DEFAULT_MAX_FAILURES - Static variable in class io.vertx.circuitbreaker.CircuitBreakerOptions
Default number of failures.
DEFAULT_MAX_FORM_ATTRIBUTE_SIZE - Static variable in class io.vertx.core.http.HttpServerOptions
Default max length of all headers = 2048
DEFAULT_MAX_FRAME_IN_TRANSACTION - Static variable in class io.vertx.ext.stomp.StompServerOptions
 
DEFAULT_MAX_FRAME_SIZE - Static variable in class io.vertx.core.http.Http2Settings
Default HTTP/2 spec value for Http2Settings.getMaxFrameSize() : 16384
DEFAULT_MAX_HANDLERS_PER_SOCKET - Static variable in class io.vertx.ext.web.handler.sockjs.SockJSBridgeOptions
Default value for max handlers per socket = 1000
DEFAULT_MAX_HEADER_LENGTH - Static variable in class io.vertx.ext.stomp.StompServerOptions
 
DEFAULT_MAX_HEADER_LIST_SIZE - Static variable in class io.vertx.core.http.Http2Settings
Default HTTP/2 spec value for Http2Settings.getMaxHeaderListSize() : Integer.MAX_VALUE
DEFAULT_MAX_HEADER_SIZE - Static variable in class io.vertx.core.http.HttpClientOptions
Default max length of all headers = 8192
DEFAULT_MAX_HEADER_SIZE - Static variable in class io.vertx.core.http.HttpServerOptions
Default max length of all headers = 8192
DEFAULT_MAX_HEADERS - Static variable in class io.vertx.ext.stomp.StompServerOptions
 
DEFAULT_MAX_INFLIGHT_QUEUE - Static variable in class io.vertx.mqtt.MqttClientOptions
 
DEFAULT_MAX_INITIAL_LINE_LENGTH - Static variable in class io.vertx.core.http.HttpClientOptions
Default max length of the initial line (e.g.
DEFAULT_MAX_INITIAL_LINE_LENGTH - Static variable in class io.vertx.core.http.HttpServerOptions
Default max length of the initial line (e.g.
DEFAULT_MAX_MESSAGE_SIZE - Static variable in class io.vertx.mqtt.MqttClientOptions
 
DEFAULT_MAX_MESSAGE_SIZE - Static variable in class io.vertx.mqtt.MqttServerOptions
 
DEFAULT_MAX_POOL_SIZE - Static variable in class io.vertx.core.http.HttpClientOptions
The default maximum number of HTTP/1 connections a client will pool = 5
DEFAULT_MAX_POOL_SIZE - Static variable in class io.vertx.ext.mail.MailConfig
 
DEFAULT_MAX_QUERIES - Static variable in class io.vertx.core.dns.AddressResolverOptions
The default value for the max dns queries per query = 4
DEFAULT_MAX_REDIRECTS - Static variable in class io.vertx.core.http.HttpClientOptions
 
DEFAULT_MAX_SIZE - Static variable in interface io.vertx.kafka.client.producer.KafkaWriteStream
 
DEFAULT_MAX_SIZE - Static variable in class io.vertx.sqlclient.PoolOptions
The default maximum number of connections a client will pool = 4
DEFAULT_MAX_SUBSCRIPTIONS_BY_CLIENT - Static variable in class io.vertx.ext.stomp.StompServerOptions
 
DEFAULT_MAX_TIME - Static variable in class io.vertx.ext.mongo.AggregateOptions
The default value of maxTime = 0.
DEFAULT_MAX_WAIT_QUEUE_SIZE - Static variable in class io.vertx.core.http.HttpClientOptions
Default max wait queue size = -1 (unbounded)
DEFAULT_MAX_WAIT_QUEUE_SIZE - Static variable in class io.vertx.sqlclient.PoolOptions
Default max wait queue size = -1 (unbounded)
DEFAULT_MAX_WEBSOCKET_FRAME_SIZE - Static variable in class io.vertx.core.http.HttpClientOptions
The default value for maximum WebSocket frame size = 65536 bytes
DEFAULT_MAX_WEBSOCKET_FRAME_SIZE - Static variable in class io.vertx.core.http.HttpServerOptions
Default max WebSocket frame size = 65536
DEFAULT_MAX_WEBSOCKET_MESSAGE_SIZE - Static variable in class io.vertx.core.http.HttpClientOptions
The default value for maximum WebSocket messages (could be assembled from multiple frames) is 4 full frames worth of data
DEFAULT_MAX_WEBSOCKET_MESSAGE_SIZE - Static variable in class io.vertx.core.http.HttpServerOptions
Default max WebSocket message size (could be assembled from multiple frames) is 4 full frames worth of data
DEFAULT_MAX_WEBSOCKETS - Static variable in class io.vertx.core.http.HttpClientOptions
The default value for the maximum number of WebSocket = 50
DEFAULT_MAX_WORKER_EXECUTE_TIME - Static variable in class io.vertx.core.VertxOptions
The default value of max worker execute time = 60000000000 ns (60 seconds)
DEFAULT_MAX_WORKER_EXECUTE_TIME_UNIT - Static variable in class io.vertx.core.VertxOptions
The default value of max worker execute time unit = TimeUnit.NANOSECONDS
DEFAULT_MERGE_FORM_ATTRIBUTES - Static variable in interface io.vertx.ext.web.handler.BodyHandler
Default value of whether form attributes should be merged into request params
DEFAULT_MERGE_FORM_ATTRIBUTES - Static variable in class io.vertx.reactivex.ext.web.handler.BodyHandler
Default value of whether form attributes should be merged into request params
DEFAULT_MERGE_FORM_ATTRIBUTES - Static variable in class io.vertx.rxjava.ext.web.handler.BodyHandler
Default value of whether form attributes should be merged into request params
DEFAULT_METRICS_ENABLED - Static variable in class io.vertx.core.metrics.MetricsOptions
The default value of metrics enabled false
DEFAULT_METRICS_NAME - Static variable in class io.vertx.core.net.ClientOptionsBase
The default value of the client metrics = "":
DEFAULT_METRICS_NAMING - Static variable in class io.vertx.micrometer.MicrometerMetricsOptions
Default metrics naming = Vert.x 4 naming
DEFAULT_METRICS_ROLLING_BUCKETS - Static variable in class io.vertx.circuitbreaker.CircuitBreakerOptions
Default number of buckets used for the rolling window.
DEFAULT_METRICS_ROLLING_WINDOW - Static variable in class io.vertx.circuitbreaker.CircuitBreakerOptions
Default rolling window for metrics in milliseconds.
DEFAULT_MODIFIED_COUNT - Static variable in class io.vertx.ext.mongo.MongoClientBulkWriteResult
The default value is 0, signifying no document was modified
DEFAULT_MONITORED_HANDLERS - Static variable in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
The default monitored handlers : null
DEFAULT_MONITORED_HTTP_CLIENT_ENDPOINTS - Static variable in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
The default monitored http client endpoints : null
DEFAULT_MONITORED_HTTP_CLIENT_URIS - Static variable in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
The default monitored http client uris : null
DEFAULT_MONITORED_HTTP_SERVER_ROUTES - Static variable in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
The default monitored http server routes : null
DEFAULT_MONITORED_HTTP_SERVER_URIS - Static variable in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
The default monitored http server uris : null
DEFAULT_MOUNT_NOT_IMPLEMENTED_HANDLER - Static variable in class io.vertx.ext.web.api.contract.RouterFactoryOptions
Deprecated.
By default, RouterFactory mounts Not Implemented/Method Not Allowed handler
DEFAULT_MOUNT_NOT_IMPLEMENTED_HANDLER - Static variable in class io.vertx.ext.web.openapi.RouterBuilderOptions
By default, RouterBuilder mounts Not Implemented/Method Not Allowed handler
DEFAULT_MOUNT_RESPONSE_CONTENT_TYPE_HANDLER - Static variable in class io.vertx.ext.web.api.contract.RouterFactoryOptions
Deprecated.
By default, RouterFactory will mount ResponseContentTypeHandler when required
DEFAULT_MOUNT_RESPONSE_CONTENT_TYPE_HANDLER - Static variable in class io.vertx.ext.web.openapi.RouterBuilderOptions
By default, RouterBuilder will mount ResponseContentTypeHandler when required
DEFAULT_MOUNT_VALIDATION_FAILURE_HANDLER - Static variable in class io.vertx.ext.web.api.contract.RouterFactoryOptions
Deprecated.
Router Factory won't manage the validation errors anymore. You must use Router.errorHandler(int, Handler) with 400 error
DEFAULT_MULTI - Static variable in class io.vertx.ext.mongo.UpdateOptions
The default value of multi = false
DEFAULT_MULTI_PART_ONLY - Static variable in class io.vertx.ext.mail.MailConfig
 
DEFAULT_MULTICAST_NETWORK_INTERFACE - Static variable in class io.vertx.core.datagram.DatagramSocketOptions
The default value of multicast network interface = null
DEFAULT_MULTICAST_TIME_TO_LIVE - Static variable in class io.vertx.core.datagram.DatagramSocketOptions
The default value of multicast disabled = -1
DEFAULT_NAG_HTTPS - Static variable in interface io.vertx.ext.web.handler.SessionHandler
Default of whether a nagging log warning should be written if the session handler is accessed over HTTP, not HTTPS
DEFAULT_NAG_HTTPS - Static variable in class io.vertx.reactivex.ext.web.handler.SessionHandler
Default of whether a nagging log warning should be written if the session handler is accessed over HTTP, not HTTPS
DEFAULT_NAG_HTTPS - Static variable in class io.vertx.rxjava.ext.web.handler.SessionHandler
Default of whether a nagging log warning should be written if the session handler is accessed over HTTP, not HTTPS
DEFAULT_NDOTS - Static variable in class io.vertx.core.dns.AddressResolverOptions
The default ndots value = loads the value from the OS on Linux otherwise use the value 1
DEFAULT_NETWORK_RECOVERY_INTERNAL - Static variable in class io.vertx.rabbitmq.RabbitMQOptions
The default network recovery internal = 5000
DEFAULT_NOFOLLOW_LINKS - Static variable in class io.vertx.core.file.CopyOptions
Whether symbolic links should not be followed during copy or move operations by default = false.
DEFAULT_NONCE_EXPIRE_TIMEOUT - Static variable in interface io.vertx.ext.web.handler.DigestAuthHandler
The default nonce expire timeout to use in milliseconds.
DEFAULT_NONCE_EXPIRE_TIMEOUT - Static variable in class io.vertx.reactivex.ext.web.handler.DigestAuthHandler
The default nonce expire timeout to use in milliseconds.
DEFAULT_NONCE_EXPIRE_TIMEOUT - Static variable in class io.vertx.rxjava.ext.web.handler.DigestAuthHandler
The default nonce expire timeout to use in milliseconds.
DEFAULT_NOTIFICATION_ADDRESS - Static variable in class io.vertx.circuitbreaker.CircuitBreakerOptions
Default address on which the circuit breakers are sending their update.
DEFAULT_NOTIFICATION_PERIOD - Static variable in class io.vertx.circuitbreaker.CircuitBreakerOptions
Default notification period in milliseconds.
DEFAULT_NUM_THREADS - Static variable in class io.vertx.micrometer.VertxInfluxDbOptions
The default number of threads used = 2.
DEFAULT_OPERATION_MODEL_KEY - Static variable in class io.vertx.ext.web.api.contract.RouterFactoryOptions
Deprecated.
By default, RouterFactory will not expose operation configuration in the the routing context
DEFAULT_OPERATION_MODEL_KEY - Static variable in class io.vertx.ext.web.openapi.RouterBuilderOptions
By default, RouterBuilder will not expose operation configuration in the the routing context
DEFAULT_OPT_PREFIX - Static variable in class io.vertx.core.cli.UsageMessageFormatter
default prefix for shortOpts
DEFAULT_OPT_RESOURCE_ENABLED - Static variable in class io.vertx.core.dns.AddressResolverOptions
DEFAULT_ORDERED - Static variable in class io.vertx.ext.mongo.BulkWriteOptions
The default value of ordered = true
DEFAULT_OUT_BINARY - Static variable in class io.vertx.ext.shell.term.TelnetTermOptions
 
DEFAULT_PASSWORD - Static variable in class io.vertx.mysqlclient.MySQLConnectOptions
 
DEFAULT_PASSWORD - Static variable in class io.vertx.pgclient.PgConnectOptions
 
DEFAULT_PASSWORD - Static variable in class io.vertx.rabbitmq.RabbitMQOptions
The default password = guest
DEFAULT_PASSWORD_FIELD - Static variable in interface io.vertx.ext.auth.mongo.MongoAuth
Deprecated.
The default name of the property for the password, like it is stored in mongodb
DEFAULT_PASSWORD_FIELD - Static variable in interface io.vertx.ext.auth.mongo.MongoAuthentication
The default name of the property for the password, like it is stored in mongodb
DEFAULT_PASSWORD_FIELD - Static variable in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
The default name of the property for the password, like it is stored in mongodb
DEFAULT_PASSWORD_FIELD - Static variable in class io.vertx.reactivex.ext.auth.mongo.MongoAuthentication
The default name of the property for the password, like it is stored in mongodb
DEFAULT_PASSWORD_FIELD - Static variable in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
The default name of the property for the password, like it is stored in mongodb
DEFAULT_PASSWORD_FIELD - Static variable in class io.vertx.rxjava.ext.auth.mongo.MongoAuthentication
The default name of the property for the password, like it is stored in mongodb
DEFAULT_PASSWORD_PARAM - Static variable in interface io.vertx.ext.web.handler.FormLoginHandler
The default value of the form attribute which will contain the password
DEFAULT_PASSWORD_PARAM - Static variable in class io.vertx.reactivex.ext.web.handler.FormLoginHandler
The default value of the form attribute which will contain the password
DEFAULT_PASSWORD_PARAM - Static variable in class io.vertx.rxjava.ext.web.handler.FormLoginHandler
The default value of the form attribute which will contain the password
DEFAULT_PER_FRAME_WEBSOCKET_COMPRESSION_SUPPORTED - Static variable in class io.vertx.core.http.HttpServerOptions
Default support for WebSockets per-frame deflate compression extension = true
DEFAULT_PER_MESSAGE_WEBSOCKET_COMPRESSION_SUPPORTED - Static variable in class io.vertx.core.http.HttpServerOptions
Default support for WebSockets per-message deflate compression extension = true
DEFAULT_PERMISSION_FIELD - Static variable in interface io.vertx.ext.auth.mongo.MongoAuth
Deprecated.
The default name of the property for the permissions, like it is stored in mongodb.
DEFAULT_PERMISSION_FIELD - Static variable in interface io.vertx.ext.auth.mongo.MongoAuthorization
The default name of the property for the permissions, like it is stored in mongodb.
DEFAULT_PERMISSION_FIELD - Static variable in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
The default name of the property for the permissions, like it is stored in mongodb.
DEFAULT_PERMISSION_FIELD - Static variable in class io.vertx.reactivex.ext.auth.mongo.MongoAuthorization
The default name of the property for the permissions, like it is stored in mongodb.
DEFAULT_PERMISSION_FIELD - Static variable in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
The default name of the property for the permissions, like it is stored in mongodb.
DEFAULT_PERMISSION_FIELD - Static variable in class io.vertx.rxjava.ext.auth.mongo.MongoAuthorization
The default name of the property for the permissions, like it is stored in mongodb.
DEFAULT_PERMISSIONS_QUERY - Static variable in interface io.vertx.ext.auth.jdbc.JDBCAuth
Deprecated.
The default query to retrieve all permissions for the role
DEFAULT_PERMISSIONS_QUERY - Static variable in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuth
The default query to retrieve all permissions for the role
DEFAULT_PERMISSIONS_QUERY - Static variable in class io.vertx.rxjava.ext.auth.jdbc.JDBCAuth
The default query to retrieve all permissions for the role
DEFAULT_PERMS - Static variable in class io.vertx.core.file.OpenOptions
 
DEFAULT_PING_TIMEOUT - Static variable in class io.vertx.ext.web.handler.sockjs.SockJSBridgeOptions
Default value for ping timeout = 10000 ms
DEFAULT_PIPELINING - Static variable in class io.vertx.core.http.HttpClientOptions
Default value of whether pipe-lining is enabled = false
DEFAULT_PIPELINING_LIMIT - Static variable in class io.vertx.core.http.HttpClientOptions
The default maximum number of requests an HTTP/1.1 pipe-lined connection can send = 10
DEFAULT_PIPELINING_LIMIT - Static variable in class io.vertx.db2client.DB2ConnectOptions
 
DEFAULT_PIPELINING_LIMIT - Static variable in class io.vertx.pgclient.PgConnectOptions
 
DEFAULT_POINT_TO_POINT - Static variable in class io.vertx.ext.stomp.BridgeOptions
 
DEFAULT_POOL_CLEANER_PERIOD - Static variable in class io.vertx.core.http.HttpClientOptions
Default pool cleaner period = 1000 ms (1 second)
DEFAULT_POOL_NAME - Static variable in interface io.vertx.ext.mail.MailClient
The name of the default pool
DEFAULT_POOL_NAME - Static variable in interface io.vertx.ext.mongo.MongoClient
The name of the default pool
DEFAULT_POOL_NAME - Static variable in class io.vertx.reactivex.ext.mail.MailClient
The name of the default pool
DEFAULT_POOL_NAME - Static variable in class io.vertx.reactivex.ext.mongo.MongoClient
The name of the default pool
DEFAULT_POOL_NAME - Static variable in class io.vertx.rxjava.ext.mail.MailClient
The name of the default pool
DEFAULT_POOL_NAME - Static variable in class io.vertx.rxjava.ext.mongo.MongoClient
The name of the default pool
DEFAULT_PORT - Static variable in class io.vertx.cassandra.CassandraClientOptions
Default port for connecting with Cassandra service.
DEFAULT_PORT - Static variable in class io.vertx.core.dns.DnsClientOptions
The default value for the port = -1 (configured by VertxOptions.getAddressResolverOptions())
DEFAULT_PORT - Static variable in class io.vertx.core.http.HttpServerOptions
Default port the server will listen on = 80
DEFAULT_PORT - Static variable in class io.vertx.core.http.RequestOptions
The default value for port = null
DEFAULT_PORT - Static variable in class io.vertx.core.net.NetServerOptions
The default port to listen on = 0 (meaning a random ephemeral free port will be chosen)
DEFAULT_PORT - Static variable in class io.vertx.core.net.ProxyOptions
The default port for proxy connect = 3128 3128 is the default port for e.g.
DEFAULT_PORT - Static variable in class io.vertx.db2client.DB2ConnectOptions
 
DEFAULT_PORT - Static variable in class io.vertx.ext.mail.MailConfig
 
DEFAULT_PORT - Static variable in class io.vertx.ext.shell.term.SSHTermOptions
 
DEFAULT_PORT - Static variable in class io.vertx.mqtt.MqttClientOptions
 
DEFAULT_PORT - Static variable in class io.vertx.mqtt.MqttServerOptions
 
DEFAULT_PORT - Static variable in class io.vertx.mysqlclient.MySQLConnectOptions
 
DEFAULT_PORT - Static variable in class io.vertx.pgclient.PgConnectOptions
 
DEFAULT_PORT - Static variable in class io.vertx.rabbitmq.RabbitMQOptions
The default port = - 1 - 5671 for SSL otherwise 5672
DEFAULT_PREALLOCATE_BODY_BUFFER - Static variable in interface io.vertx.ext.web.handler.BodyHandler
Default value of whether to pre-allocate the body buffer size according to the content-length HTTP request header
DEFAULT_PREALLOCATE_BODY_BUFFER - Static variable in class io.vertx.reactivex.ext.web.handler.BodyHandler
Default value of whether to pre-allocate the body buffer size according to the content-length HTTP request header
DEFAULT_PREALLOCATE_BODY_BUFFER - Static variable in class io.vertx.rxjava.ext.web.handler.BodyHandler
Default value of whether to pre-allocate the body buffer size according to the content-length HTTP request header
DEFAULT_PREFER_NATIVE_TRANSPORT - Static variable in class io.vertx.core.VertxOptions
The default value for preferring native transport = false
DEFAULT_PREPARED_STATEMENT_CACHE_FILTER - Static variable in class io.vertx.sqlclient.SqlConnectOptions
 
DEFAULT_PREPARED_STATEMENT_CACHE_MAX_SIZE - Static variable in class io.vertx.sqlclient.SqlConnectOptions
 
DEFAULT_PREPARED_STATEMENT_CACHE_SQL_LIMIT - Static variable in class io.vertx.sqlclient.SqlConnectOptions
 
DEFAULT_PROPERTIES - Static variable in class io.vertx.pgclient.PgConnectOptions
 
DEFAULT_PROTOCOL_VERSION - Static variable in class io.vertx.core.http.HttpClientOptions
The default protocol version = HTTP/1.1
DEFAULT_PROVIDER_CLASS - Static variable in interface io.vertx.ext.jdbc.JDBCClient
The default data source provider is C3P0
DEFAULT_PROVIDER_CLASS - Static variable in class io.vertx.reactivex.ext.jdbc.JDBCClient
The default data source provider is C3P0
DEFAULT_PROVIDER_CLASS - Static variable in class io.vertx.rxjava.ext.jdbc.JDBCClient
The default data source provider is C3P0
DEFAULT_PROXY_PROTOCOL_TIMEOUT - Static variable in class io.vertx.core.net.NetServerOptions
The default value of HA PROXY protocol timeout = 10
DEFAULT_PROXY_PROTOCOL_TIMEOUT_TIME_UNIT - Static variable in class io.vertx.core.net.NetServerOptions
Default HA PROXY protocol time unit = SECONDS
DEFAULT_PUBLISH - Static variable in class io.vertx.camel.InboundMapping
The default value of the "publish" property.
DEFAULT_PUBLISH_QUANTILES - Static variable in class io.vertx.micrometer.VertxPrometheusOptions
Default value for publishing histogram quantiles = false.
DEFAULT_QUERY_TIMEOUT - Static variable in class io.vertx.core.dns.AddressResolverOptions
The default value for the query timeout in millis = 5000
DEFAULT_QUERY_TIMEOUT - Static variable in class io.vertx.core.dns.DnsClientOptions
The default value for the query timeout in millis = 5000
DEFAULT_QUORUM_SIZE - Static variable in class io.vertx.core.VertxOptions
The default value of quorum size = 1
DEFAULT_RANGE_SUPPORT - Static variable in interface io.vertx.ext.web.handler.StaticHandler
Default of whether Range request handling support should be used
DEFAULT_RANGE_SUPPORT - Static variable in class io.vertx.reactivex.ext.web.handler.StaticHandler
Default of whether Range request handling support should be used
DEFAULT_RANGE_SUPPORT - Static variable in class io.vertx.rxjava.ext.web.handler.StaticHandler
Default of whether Range request handling support should be used
DEFAULT_RD_FLAG - Static variable in class io.vertx.core.dns.AddressResolverOptions
The default value of the rd flag = true
DEFAULT_READ - Static variable in class io.vertx.core.file.OpenOptions
 
DEFAULT_READ_TIMEOUT - Static variable in class io.vertx.micrometer.VertxInfluxDbOptions
The default read timeout (seconds) = 10.
DEFAULT_REALM - Static variable in interface io.vertx.ext.web.handler.BasicAuthHandler
The default realm to use
DEFAULT_REALM - Static variable in class io.vertx.reactivex.ext.web.handler.BasicAuthHandler
The default realm to use
DEFAULT_REALM - Static variable in class io.vertx.rxjava.ext.web.handler.BasicAuthHandler
The default realm to use
DEFAULT_REAPER_INTERVAL - Static variable in class io.vertx.ext.shell.ShellServerOptions
Default of how often, in ms, to check for expired sessions
DEFAULT_REAPER_INTERVAL - Static variable in interface io.vertx.ext.web.sstore.LocalSessionStore
Default of how often, in ms, to check for expired sessions
DEFAULT_REAPER_INTERVAL - Static variable in class io.vertx.reactivex.ext.web.sstore.LocalSessionStore
Default of how often, in ms, to check for expired sessions
DEFAULT_REAPER_INTERVAL - Static variable in class io.vertx.rxjava.ext.web.sstore.LocalSessionStore
Default of how often, in ms, to check for expired sessions
DEFAULT_RECEIVE_BUFFER_SIZE - Static variable in class io.vertx.core.net.NetworkOptions
The default value of TCP receive buffer size
DEFAULT_RECONNECT_ATTEMPTS - Static variable in class io.vertx.core.eventbus.EventBusOptions
The default value for reconnect attempts = 0
DEFAULT_RECONNECT_ATTEMPTS - Static variable in class io.vertx.core.net.NetClientOptions
The default value for reconnect attempts = 0
DEFAULT_RECONNECT_ATTEMPTS - Static variable in class io.vertx.rabbitmq.RabbitMQPublisherOptions
The default connection retries = Integer.MAX_VALUE
DEFAULT_RECONNECT_INTERVAL - Static variable in class io.vertx.core.eventbus.EventBusOptions
The default value for reconnect interval = 1000 ms
DEFAULT_RECONNECT_INTERVAL - Static variable in class io.vertx.core.net.NetClientOptions
The default value for reconnect interval = 1000 ms
DEFAULT_RECONNECT_INTERVAL - Static variable in class io.vertx.rabbitmq.RabbitMQOptions
The default connection retry delay = 10000
DEFAULT_RECONNECT_INTERVAL - Static variable in class io.vertx.rabbitmq.RabbitMQPublisherOptions
The default connection retry delay = 10000
DEFAULT_RECURSION_DESIRED - Static variable in class io.vertx.core.dns.DnsClientOptions
The default value for the recursion desired flag (RD) = true
DEFAULT_REGISTER_WRITE_HANDLER - Static variable in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
Whether a writeHandler should be registered by default = false.
DEFAULT_REGISTRY_NAME - Static variable in class io.vertx.micrometer.MicrometerMetricsOptions
Default registry name is 'default'
DEFAULT_REMOVEDCOUNT - Static variable in class io.vertx.ext.mongo.MongoClientDeleteResult
The default value is 0, signifying no document is removed
DEFAULT_REPLACE_EXISTING - Static variable in class io.vertx.core.file.CopyOptions
Whether an existing file, empty directory, or link should be replaced by default = false.
DEFAULT_REPLY_TIMEOUT - Static variable in class io.vertx.ext.web.handler.sockjs.SockJSBridgeOptions
Default value for reply timeout = 30000
DEFAULT_REQUEST_BATCHING_ENABLED - Static variable in class io.vertx.ext.web.handler.graphql.GraphQLHandlerOptions
Whether request batching should be enabled by default = false.
DEFAULT_REQUEST_MULTIPART_ENABLED - Static variable in class io.vertx.ext.web.handler.graphql.GraphQLHandlerOptions
Whether a multipart request should be enabled by default = false
DEFAULT_REQUESTED_CHANNEL_MAX - Static variable in class io.vertx.rabbitmq.RabbitMQOptions
The default requested channel max = 0
DEFAULT_REQUESTED_HEARTBEAT - Static variable in class io.vertx.rabbitmq.RabbitMQOptions
The default connection timeout = 60
DEFAULT_REQUIRE_SECURITY_HANDLERS - Static variable in class io.vertx.ext.web.api.contract.RouterFactoryOptions
Deprecated.
By default, RouterFactory requires security handlers to be defined while calling getRouter() or it will throw an Exception
DEFAULT_REQUIRE_SECURITY_HANDLERS - Static variable in class io.vertx.ext.web.openapi.RouterBuilderOptions
By default, RouterBuilder requires security handlers to be defined while calling getRouter() or it will throw an Exception
DEFAULT_REQUIRED_AUTHORITY - Static variable in class io.vertx.ext.bridge.PermittedOptions
The default permitted required authority : null.
DEFAULT_RESET_TIMEOUT - Static variable in class io.vertx.circuitbreaker.CircuitBreakerOptions
Default time before it attempts to re-close the circuit (half-open state) in milliseconds.
DEFAULT_RETRY_TIMEOUT - Static variable in interface io.vertx.ext.web.sstore.ClusteredSessionStore
Default retry time out, in ms, for a session not found in this store.
DEFAULT_RETRY_TIMEOUT - Static variable in class io.vertx.reactivex.ext.web.sstore.ClusteredSessionStore
Default retry time out, in ms, for a session not found in this store.
DEFAULT_RETRY_TIMEOUT - Static variable in class io.vertx.rxjava.ext.web.sstore.ClusteredSessionStore
Default retry time out, in ms, for a session not found in this store.
DEFAULT_RETURN_NEW_DOCUMENT - Static variable in class io.vertx.ext.mongo.UpdateOptions
The default value of returning new document = false
DEFAULT_RETURN_URL_PARAM - Static variable in interface io.vertx.ext.web.handler.FormLoginHandler
The default value of the session attribute which will contain the return url
DEFAULT_RETURN_URL_PARAM - Static variable in interface io.vertx.ext.web.handler.RedirectAuthHandler
Default name of param used to store return url information in session
DEFAULT_RETURN_URL_PARAM - Static variable in class io.vertx.reactivex.ext.web.handler.FormLoginHandler
The default value of the session attribute which will contain the return url
DEFAULT_RETURN_URL_PARAM - Static variable in class io.vertx.reactivex.ext.web.handler.RedirectAuthHandler
Default name of param used to store return url information in session
DEFAULT_RETURN_URL_PARAM - Static variable in class io.vertx.rxjava.ext.web.handler.FormLoginHandler
The default value of the session attribute which will contain the return url
DEFAULT_RETURN_URL_PARAM - Static variable in class io.vertx.rxjava.ext.web.handler.RedirectAuthHandler
Default name of param used to store return url information in session
DEFAULT_REUSE_ADDRESS - Static variable in class io.vertx.core.datagram.DatagramSocketOptions
The default value of reuse address = false
DEFAULT_REUSE_ADDRESS - Static variable in class io.vertx.core.net.NetworkOptions
The default value of reuse address
DEFAULT_REUSE_PORT - Static variable in class io.vertx.core.net.NetworkOptions
The default value of reuse port
DEFAULT_REVISION - Static variable in class io.vertx.ext.mongo.GridFsDownloadOptions
 
DEFAULT_ROLE_FIELD - Static variable in interface io.vertx.ext.auth.mongo.MongoAuth
Deprecated.
The default name of the property for the roles, like it is stored in mongodb.
DEFAULT_ROLE_FIELD - Static variable in interface io.vertx.ext.auth.mongo.MongoAuthorization
The default name of the property for the roles, like it is stored in mongodb.
DEFAULT_ROLE_FIELD - Static variable in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
The default name of the property for the roles, like it is stored in mongodb.
DEFAULT_ROLE_FIELD - Static variable in class io.vertx.reactivex.ext.auth.mongo.MongoAuthorization
The default name of the property for the roles, like it is stored in mongodb.
DEFAULT_ROLE_FIELD - Static variable in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
The default name of the property for the roles, like it is stored in mongodb.
DEFAULT_ROLE_FIELD - Static variable in class io.vertx.rxjava.ext.auth.mongo.MongoAuthorization
The default name of the property for the roles, like it is stored in mongodb.
DEFAULT_ROLE_PREFIX - Static variable in interface io.vertx.ext.auth.jdbc.JDBCAuth
Deprecated.
The default role prefix
DEFAULT_ROLE_PREFIX - Static variable in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuth
The default role prefix
DEFAULT_ROLE_PREFIX - Static variable in class io.vertx.rxjava.ext.auth.jdbc.JDBCAuth
The default role prefix
DEFAULT_ROLES_QUERY - Static variable in interface io.vertx.ext.auth.jdbc.JDBCAuth
Deprecated.
The default query to retrieve all roles for the user
DEFAULT_ROLES_QUERY - Static variable in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuth
The default query to retrieve all roles for the user
DEFAULT_ROLES_QUERY - Static variable in class io.vertx.rxjava.ext.auth.jdbc.JDBCAuth
The default query to retrieve all roles for the user
DEFAULT_ROOT - Static variable in class io.vertx.servicediscovery.rest.ServiceDiscoveryRestEndpoint
 
DEFAULT_ROOT_FILESYSTEM_ACCESS - Static variable in interface io.vertx.ext.web.handler.StaticHandler
Default of whether access to the root of the file system should be allowed or just allow from the current working directory.
DEFAULT_ROOT_FILESYSTEM_ACCESS - Static variable in class io.vertx.reactivex.ext.web.handler.StaticHandler
Default of whether access to the root of the file system should be allowed or just allow from the current working directory.
DEFAULT_ROOT_FILESYSTEM_ACCESS - Static variable in class io.vertx.rxjava.ext.web.handler.StaticHandler
Default of whether access to the root of the file system should be allowed or just allow from the current working directory.
DEFAULT_ROTATE_SERVERS - Static variable in class io.vertx.core.dns.AddressResolverOptions
The default servers rotate value = loads the value from the OS on Linux otherwise use the value false
DEFAULT_ROUND_ROBIN_INET_ADDRESS - Static variable in class io.vertx.core.dns.AddressResolverOptions
The default round robin inet address = false
DEFAULT_ROUTE_NAMING_STRATEGY - Static variable in class io.vertx.ext.web.openapi.RouterBuilderOptions
By default, RouterBuilder will name routes by open api path.
DEFAULT_SALT_FIELD - Static variable in interface io.vertx.ext.auth.mongo.MongoAuth
Deprecated.
The default name of the property for the salt field
DEFAULT_SALT_FIELD - Static variable in interface io.vertx.ext.auth.mongo.MongoAuthentication
The default name of the property for the salt field
DEFAULT_SALT_FIELD - Static variable in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
The default name of the property for the salt field
DEFAULT_SALT_FIELD - Static variable in class io.vertx.reactivex.ext.auth.mongo.MongoAuthentication
The default name of the property for the salt field
DEFAULT_SALT_FIELD - Static variable in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
The default name of the property for the salt field
DEFAULT_SALT_FIELD - Static variable in class io.vertx.rxjava.ext.auth.mongo.MongoAuthentication
The default name of the property for the salt field
DEFAULT_SCHEMA - Static variable in class io.vertx.mysqlclient.MySQLConnectOptions
 
DEFAULT_SEACH_DOMAINS - Static variable in class io.vertx.core.dns.AddressResolverOptions
The default value of search domains = null
DEFAULT_SEND_BUFFER_SIZE - Static variable in class io.vertx.core.net.NetworkOptions
The default value of TCP send buffer size
DEFAULT_SEND_UNMASKED_FRAMES - Static variable in class io.vertx.core.http.HttpClientOptions
Default WebSocket masked bit is true as depicted by RFC = false
DEFAULT_SEND_VARY_HEADER - Static variable in interface io.vertx.ext.web.handler.StaticHandler
Default of whether vary header should be sent.
DEFAULT_SEND_VARY_HEADER - Static variable in class io.vertx.reactivex.ext.web.handler.StaticHandler
Default of whether vary header should be sent.
DEFAULT_SEND_VARY_HEADER - Static variable in class io.vertx.rxjava.ext.web.handler.StaticHandler
Default of whether vary header should be sent.
DEFAULT_SENDER_ENDPOINT - Static variable in class io.vertx.tracing.zipkin.HttpSenderOptions
 
DEFAULT_SERVER - Static variable in class io.vertx.core.http.RequestOptions
The default value for server method = null
DEFAULT_SERVERS - Static variable in class io.vertx.core.dns.AddressResolverOptions
The default list of DNS servers = null (uses system name server's list like resolve.conf otherwise Google Public DNS)
DEFAULT_SERVICE_NAME - Static variable in class io.vertx.tracing.zipkin.ZipkinTracingOptions
 
DEFAULT_SESSION_CACHE_ENABLED - Static variable in class io.vertx.core.net.OpenSSLEngineOptions
Default value of whether session cache is enabled in open SSL session server context = true
DEFAULT_SESSION_COOKIE_NAME - Static variable in interface io.vertx.ext.web.handler.SessionHandler
Default name of session cookie
DEFAULT_SESSION_COOKIE_NAME - Static variable in class io.vertx.reactivex.ext.web.handler.SessionHandler
Default name of session cookie
DEFAULT_SESSION_COOKIE_NAME - Static variable in class io.vertx.rxjava.ext.web.handler.SessionHandler
Default name of session cookie
DEFAULT_SESSION_COOKIE_PATH - Static variable in interface io.vertx.ext.web.handler.SessionHandler
Default path of session cookie
DEFAULT_SESSION_COOKIE_PATH - Static variable in class io.vertx.reactivex.ext.web.handler.SessionHandler
Default path of session cookie
DEFAULT_SESSION_COOKIE_PATH - Static variable in class io.vertx.rxjava.ext.web.handler.SessionHandler
Default path of session cookie
DEFAULT_SESSION_MAP_NAME - Static variable in interface io.vertx.ext.web.sstore.ClusteredSessionStore
The default name used for the session map
DEFAULT_SESSION_MAP_NAME - Static variable in interface io.vertx.ext.web.sstore.LocalSessionStore
Default name for map used to store sessions
DEFAULT_SESSION_MAP_NAME - Static variable in class io.vertx.reactivex.ext.web.sstore.ClusteredSessionStore
The default name used for the session map
DEFAULT_SESSION_MAP_NAME - Static variable in class io.vertx.reactivex.ext.web.sstore.LocalSessionStore
Default name for map used to store sessions
DEFAULT_SESSION_MAP_NAME - Static variable in class io.vertx.rxjava.ext.web.sstore.ClusteredSessionStore
The default name used for the session map
DEFAULT_SESSION_MAP_NAME - Static variable in class io.vertx.rxjava.ext.web.sstore.LocalSessionStore
Default name for map used to store sessions
DEFAULT_SESSION_TIMEOUT - Static variable in class io.vertx.ext.shell.ShellServerOptions
Default time, in ms, that a shell session lasts for without being accessed before expiring.
DEFAULT_SESSION_TIMEOUT - Static variable in interface io.vertx.ext.web.handler.SessionHandler
Default time, in ms, that a session lasts for without being accessed before expiring.
DEFAULT_SESSION_TIMEOUT - Static variable in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
The default delay before sending a close event to a silent client.
DEFAULT_SESSION_TIMEOUT - Static variable in class io.vertx.reactivex.ext.web.handler.SessionHandler
Default time, in ms, that a session lasts for without being accessed before expiring.
DEFAULT_SESSION_TIMEOUT - Static variable in class io.vertx.rxjava.ext.web.handler.SessionHandler
Default time, in ms, that a session lasts for without being accessed before expiring.
DEFAULT_SESSIONID_LENGTH - Static variable in interface io.vertx.ext.web.sstore.SessionStore
Default length for a session id.
DEFAULT_SESSIONID_LENGTH - Static variable in class io.vertx.reactivex.ext.web.sstore.ClusteredSessionStore
Default length for a session id.
DEFAULT_SESSIONID_LENGTH - Static variable in class io.vertx.reactivex.ext.web.sstore.LocalSessionStore
Default length for a session id.
DEFAULT_SESSIONID_LENGTH - Static variable in class io.vertx.reactivex.ext.web.sstore.SessionStore
Default length for a session id.
DEFAULT_SESSIONID_LENGTH - Static variable in class io.vertx.rxjava.ext.web.sstore.ClusteredSessionStore
Default length for a session id.
DEFAULT_SESSIONID_LENGTH - Static variable in class io.vertx.rxjava.ext.web.sstore.LocalSessionStore
Default length for a session id.
DEFAULT_SESSIONID_LENGTH - Static variable in class io.vertx.rxjava.ext.web.sstore.SessionStore
Default length for a session id.
DEFAULT_SESSIONID_MIN_LENGTH - Static variable in interface io.vertx.ext.web.handler.SessionHandler
Default min length for a session id.
DEFAULT_SESSIONID_MIN_LENGTH - Static variable in class io.vertx.reactivex.ext.web.handler.SessionHandler
Default min length for a session id.
DEFAULT_SESSIONID_MIN_LENGTH - Static variable in class io.vertx.rxjava.ext.web.handler.SessionHandler
Default min length for a session id.
DEFAULT_SHARED_CLIENT_NAME - Static variable in interface io.vertx.cassandra.CassandraClient
The default shared client name.
DEFAULT_SHARED_CLIENT_NAME - Static variable in class io.vertx.reactivex.cassandra.CassandraClient
The default shared client name.
DEFAULT_SHARED_CLIENT_NAME - Static variable in class io.vertx.rxjava.cassandra.CassandraClient
The default shared client name.
DEFAULT_SKIP - Static variable in class io.vertx.ext.mongo.FindOptions
The default value of skip = 0
DEFAULT_SNI - Static variable in class io.vertx.core.net.NetServerOptions
Default value of whether the server supports SNI = false
DEFAULT_SO_LINGER - Static variable in class io.vertx.core.net.TCPSSLOptions
The default value of SO_linger = -1
DEFAULT_SPARSE - Static variable in class io.vertx.core.file.OpenOptions
 
DEFAULT_SPARSE - Static variable in class io.vertx.ext.mongo.IndexOptions
 
DEFAULT_SSL - Static variable in class io.vertx.core.http.RequestOptions
The default value for SSL = null
DEFAULT_SSL - Static variable in class io.vertx.core.net.TCPSSLOptions
SSL enable by default = false
DEFAULT_SSL_ENGINE - Static variable in class io.vertx.core.net.TCPSSLOptions
The default SSL engine options = null (autoguess)
DEFAULT_SSL_HANDSHAKE_TIMEOUT - Static variable in class io.vertx.core.net.TCPSSLOptions
The default value of SSL handshake timeout = 10
DEFAULT_SSL_HANDSHAKE_TIMEOUT_TIME_UNIT - Static variable in class io.vertx.core.net.TCPSSLOptions
Default SSL handshake time unit = SECONDS
DEFAULT_SSL_MODE - Static variable in class io.vertx.mysqlclient.MySQLConnectOptions
 
DEFAULT_SSLMODE - Static variable in class io.vertx.pgclient.PgConnectOptions
 
DEFAULT_START_EMBEDDED_SERVER - Static variable in class io.vertx.micrometer.VertxPrometheusOptions
Default value for starting an embedded server = false.
DEFAULT_STEP - Static variable in class io.vertx.micrometer.VertxInfluxDbOptions
Default value for metric collection interval (in seconds) = 10.
DEFAULT_STEP - Static variable in class io.vertx.micrometer.VertxJmxMetricsOptions
Default value for metric collection interval (in seconds) = 10.
DEFAULT_STOMP_HEARTBEAT - Static variable in interface io.vertx.ext.stomp.StompOptions
 
DEFAULT_STOMP_HOST - Static variable in interface io.vertx.ext.stomp.StompOptions
 
DEFAULT_STOMP_PORT - Static variable in interface io.vertx.ext.stomp.StompOptions
 
DEFAULT_SUB_PROTOCOLS - Static variable in class io.vertx.core.http.WebSocketConnectOptions
The default WebSocket sub protocols = null
DEFAULT_SUPPORTED_VERSIONS - Static variable in interface io.vertx.ext.stomp.StompOptions
 
DEFAULT_SUPPORTS_JOIN - Static variable in class io.vertx.tracing.zipkin.ZipkinTracingOptions
 
DEFAULT_SYNC - Static variable in class io.vertx.core.file.OpenOptions
 
DEFAULT_TCP_CORK - Static variable in class io.vertx.core.net.TCPSSLOptions
The default TCP_CORK value = false
DEFAULT_TCP_FAST_OPEN - Static variable in class io.vertx.core.net.TCPSSLOptions
The default TCP_FASTOPEN value = false
DEFAULT_TCP_KEEP_ALIVE - Static variable in class io.vertx.core.net.TCPSSLOptions
The default value of TCP keep alive = false
DEFAULT_TCP_NO_DELAY - Static variable in class io.vertx.core.net.TCPSSLOptions
The default value of TCP-no-delay = true (Nagle disabled)
DEFAULT_TCP_QUICKACK - Static variable in class io.vertx.core.net.TCPSSLOptions
The default TCP_QUICKACK value = false
DEFAULT_TEMPLATE_DIRECTORY - Static variable in interface io.vertx.ext.web.handler.TemplateHandler
The default directory where templates will be looked for
DEFAULT_TEMPLATE_DIRECTORY - Static variable in class io.vertx.reactivex.ext.web.handler.TemplateHandler
The default directory where templates will be looked for
DEFAULT_TEMPLATE_DIRECTORY - Static variable in class io.vertx.rxjava.ext.web.handler.TemplateHandler
The default directory where templates will be looked for
DEFAULT_TEMPLATE_EXTENSION - Static variable in interface io.vertx.ext.web.templ.freemarker.FreeMarkerTemplateEngine
Default template extension
DEFAULT_TEMPLATE_EXTENSION - Static variable in interface io.vertx.ext.web.templ.handlebars.HandlebarsTemplateEngine
Default template extension
DEFAULT_TEMPLATE_EXTENSION - Static variable in interface io.vertx.ext.web.templ.jade.JadeTemplateEngine
Default template extension
DEFAULT_TEMPLATE_EXTENSION - Static variable in interface io.vertx.ext.web.templ.mvel.MVELTemplateEngine
Default template extension
DEFAULT_TEMPLATE_EXTENSION - Static variable in interface io.vertx.ext.web.templ.pebble.PebbleTemplateEngine
Default template extension
DEFAULT_TEMPLATE_EXTENSION - Static variable in interface io.vertx.ext.web.templ.rocker.RockerTemplateEngine
Default template extension
DEFAULT_TEMPLATE_EXTENSION - Static variable in class io.vertx.reactivex.ext.web.templ.freemarker.FreeMarkerTemplateEngine
Default template extension
DEFAULT_TEMPLATE_EXTENSION - Static variable in class io.vertx.reactivex.ext.web.templ.handlebars.HandlebarsTemplateEngine
Default template extension
DEFAULT_TEMPLATE_EXTENSION - Static variable in class io.vertx.reactivex.ext.web.templ.jade.JadeTemplateEngine
Default template extension
DEFAULT_TEMPLATE_EXTENSION - Static variable in class io.vertx.reactivex.ext.web.templ.mvel.MVELTemplateEngine
Default template extension
DEFAULT_TEMPLATE_EXTENSION - Static variable in class io.vertx.reactivex.ext.web.templ.pebble.PebbleTemplateEngine
Default template extension
DEFAULT_TEMPLATE_EXTENSION - Static variable in class io.vertx.reactivex.ext.web.templ.rocker.RockerTemplateEngine
Default template extension
DEFAULT_TEMPLATE_EXTENSION - Static variable in class io.vertx.rxjava.ext.web.templ.freemarker.FreeMarkerTemplateEngine
Default template extension
DEFAULT_TEMPLATE_EXTENSION - Static variable in class io.vertx.rxjava.ext.web.templ.handlebars.HandlebarsTemplateEngine
Default template extension
DEFAULT_TEMPLATE_EXTENSION - Static variable in class io.vertx.rxjava.ext.web.templ.jade.JadeTemplateEngine
Default template extension
DEFAULT_TEMPLATE_EXTENSION - Static variable in class io.vertx.rxjava.ext.web.templ.mvel.MVELTemplateEngine
Default template extension
DEFAULT_TEMPLATE_EXTENSION - Static variable in class io.vertx.rxjava.ext.web.templ.pebble.PebbleTemplateEngine
Default template extension
DEFAULT_TEMPLATE_EXTENSION - Static variable in class io.vertx.rxjava.ext.web.templ.rocker.RockerTemplateEngine
Default template extension
DEFAULT_TEMPLATE_MODE - Static variable in interface io.vertx.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
 
DEFAULT_TEMPLATE_MODE - Static variable in class io.vertx.reactivex.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
 
DEFAULT_TEMPLATE_MODE - Static variable in class io.vertx.rxjava.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
 
DEFAULT_TIMEOUT - Static variable in class io.vertx.circuitbreaker.CircuitBreakerOptions
Default timeout in milliseconds.
DEFAULT_TIMEOUT - Static variable in class io.vertx.core.eventbus.DeliveryOptions
The default send timeout.
DEFAULT_TIMEOUT - Static variable in class io.vertx.core.http.RequestOptions
The default request timeout = 0 (disabled)
DEFAULT_TIMEOUT - Static variable in class io.vertx.ext.unit.TestOptions
The default time out value in milliseconds: 2 minutes.
DEFAULT_TIMEOUT - Static variable in interface io.vertx.ext.web.handler.TimeoutHandler
The default timeout, in ms
DEFAULT_TIMEOUT - Static variable in class io.vertx.reactivex.ext.web.handler.TimeoutHandler
The default timeout, in ms
DEFAULT_TIMEOUT - Static variable in class io.vertx.rxjava.ext.web.handler.TimeoutHandler
The default timeout, in ms
DEFAULT_TIMEOUT_DURATION - Static variable in class io.vertx.junit5.VertxExtension
Default timeout.
DEFAULT_TIMEOUT_ON_CONNECT - Static variable in class io.vertx.mqtt.MqttServerOptions
 
DEFAULT_TIMEOUT_UNIT - Static variable in class io.vertx.junit5.VertxExtension
Default timeout unit.
DEFAULT_TLS - Static variable in class io.vertx.ext.mail.MailConfig
 
DEFAULT_TLS_PORT - Static variable in class io.vertx.mqtt.MqttServerOptions
 
DEFAULT_TO - Static variable in class io.vertx.ext.unit.report.ReportOptions
The console is the default to value.
DEFAULT_TRACE_PEER_ADDRESS - Static variable in class io.vertx.kafka.client.common.KafkaClientOptions
Default peer address to set in traces tags is null, and will automatically pick up bootstrap server from config
DEFAULT_TRACING_POLICY - Static variable in class io.vertx.core.eventbus.DeliveryOptions
Default tracing control = TracingPolicy.PROPAGATE
DEFAULT_TRACING_POLICY - Static variable in class io.vertx.core.http.HttpClientOptions
Default tracing control = TracingPolicy.PROPAGATE
DEFAULT_TRACING_POLICY - Static variable in class io.vertx.core.http.HttpServerOptions
Default tracing control = TracingPolicy.ALWAYS
DEFAULT_TRACING_POLICY - Static variable in class io.vertx.kafka.client.common.KafkaClientOptions
Default tracing policy is 'propagate'
DEFAULT_TRAFFIC_CLASS - Static variable in class io.vertx.core.net.NetworkOptions
The default value of traffic class
DEFAULT_TRAILING_LINE - Static variable in interface io.vertx.ext.stomp.StompOptions
 
DEFAULT_TRANSACTION_CHUNK_SIZE - Static variable in class io.vertx.ext.stomp.StompServerOptions
 
DEFAULT_TRUNCATEEXISTING - Static variable in class io.vertx.core.file.OpenOptions
 
DEFAULT_TRUST_ALL - Static variable in class io.vertx.core.eventbus.EventBusOptions
The default value of whether all servers (SSL/TLS) should be trusted = true
DEFAULT_TRUST_ALL - Static variable in class io.vertx.core.net.ClientOptionsBase
The default value of whether all servers (SSL/TLS) should be trusted = false
DEFAULT_TRY_USE_COMPRESSION - Static variable in class io.vertx.core.http.HttpClientOptions
Default value of whether the client will attempt to use compression = false
DEFAULT_TRY_USE_PER_FRAME_WEBSOCKET_COMPRESSION - Static variable in class io.vertx.core.http.HttpClientOptions
Default offer WebSocket per-frame deflate compression extension = false
DEFAULT_TRY_USE_PER_MESSAGE_WEBSOCKET_COMPRESSION - Static variable in class io.vertx.core.http.HttpClientOptions
Default offer WebSocket per-message deflate compression extension = false
DEFAULT_TSL_PORT - Static variable in class io.vertx.mqtt.MqttClientOptions
 
DEFAULT_TYPE - Static variable in class io.vertx.core.net.ProxyOptions
The default proxy type (HTTP)
DEFAULT_TYPE - Static variable in class io.vertx.ext.auth.shiro.ShiroAuthOptions
Deprecated.
 
DEFAULT_TYPE - Static variable in class io.vertx.ext.dropwizard.Match
The default value : MatchType.EQUALS
DEFAULT_TYPE - Static variable in class io.vertx.micrometer.Match
The default value : MatchType.EQUALS
DEFAULT_UNIQUE - Static variable in class io.vertx.ext.mongo.IndexOptions
 
DEFAULT_UPLOADS_DIRECTORY - Static variable in interface io.vertx.ext.web.handler.BodyHandler
Default uploads directory on server for file uploads
DEFAULT_UPLOADS_DIRECTORY - Static variable in class io.vertx.reactivex.ext.web.handler.BodyHandler
Default uploads directory on server for file uploads
DEFAULT_UPLOADS_DIRECTORY - Static variable in class io.vertx.rxjava.ext.web.handler.BodyHandler
Default uploads directory on server for file uploads
DEFAULT_UPSERT - Static variable in class io.vertx.ext.mongo.UpdateOptions
The default value of upsert = false
DEFAULT_URI - Static variable in class io.vertx.core.http.RequestOptions
The default request URI = "/"
DEFAULT_URI - Static variable in class io.vertx.micrometer.VertxInfluxDbOptions
The default InfluxDb server URI = http://localhost:8086.
DEFAULT_USAGE_ADDRESS - Static variable in class io.vertx.servicediscovery.ServiceDiscoveryOptions
 
DEFAULT_USAGE_PREFIX - Static variable in class io.vertx.core.cli.UsageMessageFormatter
the string to display at the beginning of the usage statement
DEFAULT_USE_AFFECTED_ROWS - Static variable in class io.vertx.db2client.DB2ConnectOptions
 
DEFAULT_USE_AFFECTED_ROWS - Static variable in class io.vertx.mysqlclient.MySQLConnectOptions
 
DEFAULT_USE_ALPN - Static variable in class io.vertx.core.net.TCPSSLOptions
Default use alpn = false
DEFAULT_USE_EVENT_LOOP - Static variable in class io.vertx.ext.unit.TestOptions
The default value for using or not the event loop: null.
DEFAULT_USE_NIO_SOCKETS - Static variable in class io.vertx.rabbitmq.RabbitMQOptions
The default use nio sockets = false
DEFAULT_USE_PROXY_PROTOCOL - Static variable in class io.vertx.core.net.NetServerOptions
Default value of whether the server supports HA PROXY protocol = false
DEFAULT_USER - Static variable in class io.vertx.mysqlclient.MySQLConnectOptions
 
DEFAULT_USER - Static variable in class io.vertx.pgclient.PgConnectOptions
 
DEFAULT_USER - Static variable in class io.vertx.rabbitmq.RabbitMQOptions
The default user = guest
DEFAULT_USER_AGENT - Static variable in class io.vertx.ext.mail.MailConfig
 
DEFAULT_USER_AGENT - Static variable in class io.vertx.ext.web.client.WebClientOptions
The default user agent string = Vert.x-WebClient/<version>.
DEFAULT_USER_AGENT_ENABLED - Static variable in class io.vertx.ext.web.client.WebClientOptions
The default value of whether the Web Client should send a user agent header = true.
DEFAULT_USERNAME_FIELD - Static variable in interface io.vertx.ext.auth.mongo.MongoAuth
Deprecated.
The default name of the property for the username, like it is stored in mongodb
DEFAULT_USERNAME_FIELD - Static variable in interface io.vertx.ext.auth.mongo.MongoAuthentication
The default name of the property for the username, like it is stored in mongodb
DEFAULT_USERNAME_FIELD - Static variable in interface io.vertx.ext.auth.mongo.MongoAuthorization
The default name of the property for the username, like it is stored in mongodb
DEFAULT_USERNAME_FIELD - Static variable in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
The default name of the property for the username, like it is stored in mongodb
DEFAULT_USERNAME_FIELD - Static variable in class io.vertx.reactivex.ext.auth.mongo.MongoAuthentication
The default name of the property for the username, like it is stored in mongodb
DEFAULT_USERNAME_FIELD - Static variable in class io.vertx.reactivex.ext.auth.mongo.MongoAuthorization
The default name of the property for the username, like it is stored in mongodb
DEFAULT_USERNAME_FIELD - Static variable in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
The default name of the property for the username, like it is stored in mongodb
DEFAULT_USERNAME_FIELD - Static variable in class io.vertx.rxjava.ext.auth.mongo.MongoAuthentication
The default name of the property for the username, like it is stored in mongodb
DEFAULT_USERNAME_FIELD - Static variable in class io.vertx.rxjava.ext.auth.mongo.MongoAuthorization
The default name of the property for the username, like it is stored in mongodb
DEFAULT_USERNAME_PARAM - Static variable in interface io.vertx.ext.web.handler.FormLoginHandler
The default value of the form attribute which will contain the username
DEFAULT_USERNAME_PARAM - Static variable in class io.vertx.reactivex.ext.web.handler.FormLoginHandler
The default value of the form attribute which will contain the username
DEFAULT_USERNAME_PARAM - Static variable in class io.vertx.rxjava.ext.web.handler.FormLoginHandler
The default value of the form attribute which will contain the username
DEFAULT_VERIFY_HOST - Static variable in class io.vertx.core.http.HttpClientOptions
Default value of whether hostname verification (for SSL/TLS) is enabled = true
DEFAULT_VERSION - Static variable in class io.vertx.core.http.WebSocketConnectOptions
The default WebSocket version = WebsocketVersion.V13
DEFAULT_VIRTUAL_HOST - Static variable in class io.vertx.rabbitmq.RabbitMQOptions
The default virtual host = /
DEFAULT_WARNING_EXCEPTION_TIME_UNIT - Static variable in class io.vertx.core.VertxOptions
The default value of warning exception time unit = TimeUnit.NANOSECONDS
DEFAULT_WEB_ROOT - Static variable in interface io.vertx.ext.web.handler.StaticHandler
Default value of the web-root, where files are served from
DEFAULT_WEB_ROOT - Static variable in class io.vertx.reactivex.ext.web.handler.StaticHandler
Default value of the web-root, where files are served from
DEFAULT_WEB_ROOT - Static variable in class io.vertx.rxjava.ext.web.handler.StaticHandler
Default value of the web-root, where files are served from
DEFAULT_WEBSOCKET_ALLOW_CLIENT_NO_CONTEXT - Static variable in class io.vertx.core.http.HttpClientOptions
Default offering of the server_no_context_takeover WebSocket parameter deflate compression extension = false
DEFAULT_WEBSOCKET_ALLOW_SERVER_NO_CONTEXT - Static variable in class io.vertx.core.http.HttpServerOptions
Default allowance of the server_no_context_takeover WebSocket parameter deflate compression extension = false
DEFAULT_WEBSOCKET_CLOSING_TIMEOUT - Static variable in class io.vertx.core.http.HttpClientOptions
Default WebSocket closing timeout = 10 second
DEFAULT_WEBSOCKET_CLOSING_TIMEOUT - Static variable in class io.vertx.core.http.HttpServerOptions
Default WebSocket closing timeout = 10 second)
DEFAULT_WEBSOCKET_COMPRESSION_LEVEL - Static variable in class io.vertx.core.http.HttpClientOptions
Default WebSocket deflate compression level = 6
DEFAULT_WEBSOCKET_COMPRESSION_LEVEL - Static variable in class io.vertx.core.http.HttpServerOptions
Default WebSocket deflate compression level = 6
DEFAULT_WEBSOCKET_PATH - Static variable in class io.vertx.ext.stomp.StompServerOptions
 
DEFAULT_WEBSOCKET_PREFERRED_CLIENT_NO_CONTEXT - Static variable in class io.vertx.core.http.HttpServerOptions
Default allowance of the client_no_context_takeover WebSocket parameter deflate compression extension = false
DEFAULT_WEBSOCKET_REQUEST_SERVER_NO_CONTEXT - Static variable in class io.vertx.core.http.HttpClientOptions
Default offering of the client_no_context_takeover WebSocket parameter deflate compression extension = false
DEFAULT_WEIGHT - Static variable in class io.vertx.core.http.StreamPriority
 
DEFAULT_WEIGHT - Static variable in interface io.vertx.ext.web.ParsedHeaderValue
If no "q" parameter is present, the default weight is 1.
DEFAULT_WEIGHT - Static variable in class io.vertx.reactivex.ext.web.LanguageHeader
If no "q" parameter is present, the default weight is 1.
DEFAULT_WEIGHT - Static variable in class io.vertx.reactivex.ext.web.MIMEHeader
If no "q" parameter is present, the default weight is 1.
DEFAULT_WEIGHT - Static variable in class io.vertx.rxjava.ext.web.LanguageHeader
If no "q" parameter is present, the default weight is 1.
DEFAULT_WEIGHT - Static variable in class io.vertx.rxjava.ext.web.MIMEHeader
If no "q" parameter is present, the default weight is 1.
DEFAULT_WELCOME_MESSAGE - Static variable in class io.vertx.ext.shell.ShellServerOptions
 
DEFAULT_WIDTH - Static variable in class io.vertx.core.cli.UsageMessageFormatter
default number of characters per line
DEFAULT_WILL_FLAG - Static variable in class io.vertx.mqtt.MqttClientOptions
 
DEFAULT_WILL_QOS - Static variable in class io.vertx.mqtt.MqttClientOptions
 
DEFAULT_WILL_RETAIN - Static variable in class io.vertx.mqtt.MqttClientOptions
 
DEFAULT_WORKER - Static variable in class io.vertx.core.DeploymentOptions
 
DEFAULT_WORKER_POOL_SIZE - Static variable in class io.vertx.core.VertxOptions
The default number of threads in the worker pool = 20
DEFAULT_WRITE - Static variable in class io.vertx.core.file.OpenOptions
 
DEFAULT_WRITE_QUEUE_MAX_SIZE - Static variable in interface io.vertx.ext.reactivestreams.ReactiveWriteStream
Default write queue max size
DefaultAbortHandler - Class in io.vertx.ext.stomp
STOMP compliant actions executed when receiving a ABORT frame.
DefaultAbortHandler() - Constructor for class io.vertx.ext.stomp.DefaultAbortHandler
 
DefaultAckHandler - Class in io.vertx.ext.stomp
STOMP compliant actions executed when receiving a ACK frame.
DefaultAckHandler() - Constructor for class io.vertx.ext.stomp.DefaultAckHandler
 
defaultAddress() - Static method in class io.vertx.core.eventbus.AddressHelper
Pick a default address for clustered event bus when none was provided by either the user or the cluster manager.
DefaultApplier - Interface in io.vertx.json.schema.common
 
DefaultBeginHandler - Class in io.vertx.ext.stomp
STOMP compliant actions executed when receiving a BEGIN frame.
DefaultBeginHandler() - Constructor for class io.vertx.ext.stomp.DefaultBeginHandler
 
DefaultCommand - Class in io.vertx.core.spi.launcher
Default implementation of Command using annotation to define itself.
DefaultCommand() - Constructor for class io.vertx.core.spi.launcher.DefaultCommand
 
DefaultCommandFactory<C extends Command> - Class in io.vertx.core.spi.launcher
Default implementation of CommandFactory.
DefaultCommandFactory(Class<C>) - Constructor for class io.vertx.core.spi.launcher.DefaultCommandFactory
DefaultCommandFactory(Class<C>, Supplier<C>) - Constructor for class io.vertx.core.spi.launcher.DefaultCommandFactory
Creates a new CommandFactory.
DefaultCommitHandler - Class in io.vertx.ext.stomp
STOMP compliant actions executed when receiving a COMMIT frame.
DefaultCommitHandler() - Constructor for class io.vertx.ext.stomp.DefaultCommitHandler
 
DefaultConnectHandler - Class in io.vertx.ext.stomp
STOMP compliant actions executed when receiving a CONNECT frame.
DefaultConnectHandler() - Constructor for class io.vertx.ext.stomp.DefaultConnectHandler
 
defaultLanguage(String) - Method in class io.vertx.ext.mongo.IndexOptions
Sets the language for the text index.
defaultLoadBalancingPolicy(String) - Method in class io.vertx.grpc.VertxChannelBuilder
 
DefaultNackHandler - Class in io.vertx.ext.stomp
STOMP compliant actions executed when receiving a NACK sf.frame().
DefaultNackHandler() - Constructor for class io.vertx.ext.stomp.DefaultNackHandler
 
DefaultSendHandler - Class in io.vertx.ext.stomp
STOMP compliant actions executed when receiving a SEND sf.frame().
DefaultSendHandler() - Constructor for class io.vertx.ext.stomp.DefaultSendHandler
 
defaultServiceConfig(Map<String, ?>) - Method in class io.vertx.grpc.VertxChannelBuilder
 
defaultShellHtmlResource() - Static method in class io.vertx.ext.shell.term.HttpTermOptions
 
DefaultSubscribeHandler - Class in io.vertx.ext.stomp
STOMP compliant actions executed when receiving a SUBSCRIBE frame.
DefaultSubscribeHandler() - Constructor for class io.vertx.ext.stomp.DefaultSubscribeHandler
 
defaultTermJsResource() - Static method in class io.vertx.ext.shell.term.HttpTermOptions
 
DefaultUnsubscribeHandler - Class in io.vertx.ext.stomp
STOMP compliant actions executed when receiving a UNSUBSCRIBE frame.
DefaultUnsubscribeHandler() - Constructor for class io.vertx.ext.stomp.DefaultUnsubscribeHandler
 
DefaultValue - Annotation Type in io.vertx.core.cli.annotations
Annotation to set a default value to an option.
defaultValue - Variable in class io.vertx.core.cli.Argument
The optional default value of this argument.
defaultValue - Variable in class io.vertx.core.cli.Option
the option default value.
defaultValue(Object) - Method in class io.vertx.json.schema.common.dsl.SchemaBuilder
 
defaultVertxShellJsResource() - Static method in class io.vertx.ext.shell.term.HttpTermOptions
 
define(Class<?>) - Static method in class io.vertx.core.cli.annotations.CLIConfigurator
Creates an instance of the given class, and extracts the metadata from the given class.
define() - Method in interface io.vertx.core.spi.launcher.CommandFactory
Creates a new CLI instance.
define() - Method in class io.vertx.core.spi.launcher.DefaultCommandFactory
 
DefinitionsValidatorFactory - Class in io.vertx.json.schema.common
 
DefinitionsValidatorFactory(String) - Constructor for class io.vertx.json.schema.common.DefinitionsValidatorFactory
 
DEFLATE_GZIP - Static variable in interface io.vertx.core.http.HttpHeaders
deflate,gzip header value
DEFLATE_GZIP - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
deflate,gzip header value
DEFLATE_GZIP - Static variable in class io.vertx.rxjava.core.http.HttpHeaders
deflate,gzip header value
DEL - Static variable in class io.vertx.reactivex.redis.client.Command
 
del(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command del.
del(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command del.
DEL - Static variable in interface io.vertx.redis.client.Command
 
del(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command del.
del(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command del.
DEL - Static variable in class io.vertx.rxjava.redis.client.Command
 
del(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command del.
del(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command del.
delete(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.config.vault.client.SlimVaultClient
Deletes a secret from `path`.
delete(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
Deletes the file represented by the specified path, asynchronously.
delete(String) - Method in interface io.vertx.core.file.FileSystem
Like FileSystem.delete(String, Handler) but returns a Future of the asynchronous result
DELETE - Static variable in class io.vertx.core.http.HttpMethod
The RFC 2616 DELETE method, this instance is interned and uniquely used.
delete() - Method in interface io.vertx.core.net.SelfSignedCertificate
Delete the private key and certificate files.
delete(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.mongo.MongoGridFsClient
Deletes a file by it's ID
delete(String) - Method in interface io.vertx.ext.mongo.MongoGridFsClient
Like MongoGridFsClient.delete(String, Handler) but returns a Future of the asynchronous result
delete(String) - Method in interface io.vertx.ext.web.client.WebClient
Create an HTTP DELETE request to send to the server at the default host and port.
delete(int, String, String) - Method in interface io.vertx.ext.web.client.WebClient
Create an HTTP DELETE request to send to the server at the specified host and port.
delete(String, String) - Method in interface io.vertx.ext.web.client.WebClient
Create an HTTP DELETE request to send to the server at the specified host and default port.
delete() - Method in interface io.vertx.ext.web.Router
Add a route that matches any HTTP DELETE request
delete(String) - Method in interface io.vertx.ext.web.Router
Add a route that matches a HTTP DELETE request and the specified path
delete(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.web.sstore.SessionStore
Delete the session with the specified ID.
delete(String) - Method in interface io.vertx.ext.web.sstore.SessionStore
 
delete(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.file.FileSystem
Deletes the file represented by the specified path, asynchronously.
delete(String) - Method in class io.vertx.reactivex.core.file.FileSystem
Deletes the file represented by the specified path, asynchronously.
delete() - Method in class io.vertx.reactivex.core.net.SelfSignedCertificate
Delete the private key and certificate files.
delete(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
Deletes a file by it's ID
delete(String) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
Deletes a file by it's ID
delete(String) - Method in class io.vertx.reactivex.ext.web.client.WebClient
Create an HTTP DELETE request to send to the server at the default host and port.
delete(int, String, String) - Method in class io.vertx.reactivex.ext.web.client.WebClient
Create an HTTP DELETE request to send to the server at the specified host and port.
delete(String, String) - Method in class io.vertx.reactivex.ext.web.client.WebClient
Create an HTTP DELETE request to send to the server at the specified host and default port.
delete() - Method in class io.vertx.reactivex.ext.web.Router
Add a route that matches any HTTP DELETE request
delete(String) - Method in class io.vertx.reactivex.ext.web.Router
Add a route that matches a HTTP DELETE request and the specified path
delete(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.web.sstore.SessionStore
Delete the session with the specified ID.
delete(String) - Method in class io.vertx.reactivex.ext.web.sstore.SessionStore
Delete the session with the specified ID.
delete(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Deletes the file represented by the specified path, asynchronously.
delete(String) - Method in class io.vertx.rxjava.core.file.FileSystem
Deletes the file represented by the specified path, asynchronously.
delete() - Method in class io.vertx.rxjava.core.net.SelfSignedCertificate
Delete the private key and certificate files.
delete(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.mongo.MongoGridFsClient
Deletes a file by it's ID
delete(String) - Method in class io.vertx.rxjava.ext.mongo.MongoGridFsClient
Deletes a file by it's ID
delete(String) - Method in class io.vertx.rxjava.ext.web.client.WebClient
Create an HTTP DELETE request to send to the server at the default host and port.
delete(int, String, String) - Method in class io.vertx.rxjava.ext.web.client.WebClient
Create an HTTP DELETE request to send to the server at the specified host and port.
delete(String, String) - Method in class io.vertx.rxjava.ext.web.client.WebClient
Create an HTTP DELETE request to send to the server at the specified host and default port.
delete() - Method in class io.vertx.rxjava.ext.web.Router
Add a route that matches any HTTP DELETE request
delete(String) - Method in class io.vertx.rxjava.ext.web.Router
Add a route that matches a HTTP DELETE request and the specified path
delete(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
Delete the session with the specified ID.
delete(String) - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
Delete the session with the specified ID.
deleteAbs(String) - Method in interface io.vertx.ext.web.client.WebClient
Create an HTTP DELETE request to send to the server using an absolute URI, specifying a response handler to receive the response
deleteAbs(String) - Method in class io.vertx.reactivex.ext.web.client.WebClient
Create an HTTP DELETE request to send to the server using an absolute URI, specifying a response handler to receive the response
deleteAbs(String) - Method in class io.vertx.rxjava.ext.web.client.WebClient
Create an HTTP DELETE request to send to the server using an absolute URI, specifying a response handler to receive the response
deleteBlocking(String) - Method in interface io.vertx.core.file.FileSystem
deleteBlocking(String) - Method in class io.vertx.reactivex.core.file.FileSystem
deleteBlocking(String) - Method in class io.vertx.rxjava.core.file.FileSystem
deleteConsumerGroupOffsets(String, Set<TopicPartition>, Handler<AsyncResult<Void>>) - Method in interface io.vertx.kafka.admin.KafkaAdminClient
Delete committed offsets for a set of partitions in a consumer group.
deleteConsumerGroupOffsets(String, Set<TopicPartition>) - Method in interface io.vertx.kafka.admin.KafkaAdminClient
Like KafkaAdminClient.deleteConsumerGroupOffsets(String, Set, Handler) but returns a Future of the asynchronous result
deleteConsumerGroupOffsets(String, Set<TopicPartition>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
Delete committed offsets for a set of partitions in a consumer group.
deleteConsumerGroupOffsets(String, Set<TopicPartition>) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
Delete committed offsets for a set of partitions in a consumer group.
deleteConsumerGroupOffsets(String, Set<TopicPartition>, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.kafka.admin.KafkaAdminClient
Delete committed offsets for a set of partitions in a consumer group.
deleteConsumerGroupOffsets(String, Set<TopicPartition>) - Method in class io.vertx.rxjava.kafka.admin.KafkaAdminClient
Delete committed offsets for a set of partitions in a consumer group.
deleteConsumerGroups(List<String>, Handler<AsyncResult<Void>>) - Method in interface io.vertx.kafka.admin.KafkaAdminClient
Delete consumer groups from the cluster.
deleteConsumerGroups(List<String>) - Method in interface io.vertx.kafka.admin.KafkaAdminClient
Like KafkaAdminClient.deleteConsumerGroups(List, Handler) but returns a Future of the asynchronous result
deleteConsumerGroups(List<String>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
Delete consumer groups from the cluster.
deleteConsumerGroups(List<String>) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
Delete consumer groups from the cluster.
deleteConsumerGroups(List<String>, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.kafka.admin.KafkaAdminClient
Delete consumer groups from the cluster.
deleteConsumerGroups(List<String>) - Method in class io.vertx.rxjava.kafka.admin.KafkaAdminClient
Delete consumer groups from the cluster.
DELETED_COUNT - Static variable in class io.vertx.ext.mongo.MongoClientBulkWriteResult
Constant to be used when storing and retrieving Json for documents deleted.
deletePreparedQuery(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.consul.ConsulClient
Deletes an existing prepared query
deletePreparedQuery(String) - Method in interface io.vertx.ext.consul.ConsulClient
Like ConsulClient.deletePreparedQuery(String, Handler) but returns a Future of the asynchronous result.
deletePreparedQuery(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Deletes an existing prepared query
deletePreparedQuery(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Deletes an existing prepared query
deletePreparedQuery(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Deletes an existing prepared query
deletePreparedQuery(String) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Deletes an existing prepared query
deleteRecursive(String, boolean, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
Deletes the file represented by the specified path, asynchronously.
deleteRecursive(String, boolean) - Method in interface io.vertx.core.file.FileSystem
Like FileSystem.deleteRecursive(String, boolean, Handler) but returns a Future of the asynchronous result
deleteRecursive(String, boolean, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.file.FileSystem
Deletes the file represented by the specified path, asynchronously.
deleteRecursive(String, boolean) - Method in class io.vertx.reactivex.core.file.FileSystem
Deletes the file represented by the specified path, asynchronously.
deleteRecursive(String, boolean, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Deletes the file represented by the specified path, asynchronously.
deleteRecursive(String, boolean) - Method in class io.vertx.rxjava.core.file.FileSystem
Deletes the file represented by the specified path, asynchronously.
deleteRecursiveBlocking(String, boolean) - Method in interface io.vertx.core.file.FileSystem
deleteRecursiveBlocking(String, boolean) - Method in class io.vertx.reactivex.core.file.FileSystem
deleteRecursiveBlocking(String, boolean) - Method in class io.vertx.rxjava.core.file.FileSystem
deleteTopics(List<String>, Handler<AsyncResult<Void>>) - Method in interface io.vertx.kafka.admin.KafkaAdminClient
Deletes a batch of Kafka topics
deleteTopics(List<String>) - Method in interface io.vertx.kafka.admin.KafkaAdminClient
Like KafkaAdminClient.deleteTopics(List, Handler) but returns a Future of the asynchronous result
deleteTopics(List<String>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
Deletes a batch of Kafka topics
deleteTopics(List<String>) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
Deletes a batch of Kafka topics
deleteTopics(List<String>, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.kafka.admin.KafkaAdminClient
Deletes a batch of Kafka topics
deleteTopics(List<String>) - Method in class io.vertx.rxjava.kafka.admin.KafkaAdminClient
Deletes a batch of Kafka topics
deleteValue(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.consul.ConsulClient
Remove the key/value pair that corresponding to the specified key
deleteValue(String) - Method in interface io.vertx.ext.consul.ConsulClient
Like ConsulClient.deleteValue(String, Handler) but returns a Future of the asynchronous result.
deleteValue(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Remove the key/value pair that corresponding to the specified key
deleteValue(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Remove the key/value pair that corresponding to the specified key
deleteValue(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Remove the key/value pair that corresponding to the specified key
deleteValue(String) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Remove the key/value pair that corresponding to the specified key
deleteValues(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.consul.ConsulClient
Removes all the key/value pair that corresponding to the specified key prefix
deleteValues(String) - Method in interface io.vertx.ext.consul.ConsulClient
Like ConsulClient.deleteValues(String, Handler) but returns a Future of the asynchronous result.
deleteValues(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Removes all the key/value pair that corresponding to the specified key prefix
deleteValues(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Removes all the key/value pair that corresponding to the specified key prefix
deleteValues(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Removes all the key/value pair that corresponding to the specified key prefix
deleteValues(String) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Removes all the key/value pair that corresponding to the specified key prefix
deleteWithRegex(String) - Method in interface io.vertx.ext.web.Router
Add a route that matches a HTTP DELETE request and the specified path regex
deleteWithRegex(String) - Method in class io.vertx.reactivex.ext.web.Router
Add a route that matches a HTTP DELETE request and the specified path regex
deleteWithRegex(String) - Method in class io.vertx.rxjava.ext.web.Router
Add a route that matches a HTTP DELETE request and the specified path regex
delimitedMode(String) - Method in interface io.vertx.core.parsetools.RecordParser
Flip the parser into delimited mode, and where the delimiter can be represented by the String delim encoded in latin-1 .
delimitedMode(Buffer) - Method in interface io.vertx.core.parsetools.RecordParser
Flip the parser into delimited mode, and where the delimiter can be represented by the delimiter delim.
delimitedMode(String) - Method in class io.vertx.reactivex.core.parsetools.RecordParser
Flip the parser into delimited mode, and where the delimiter can be represented by the String delim encoded in latin-1 .
delimitedMode(Buffer) - Method in class io.vertx.reactivex.core.parsetools.RecordParser
Flip the parser into delimited mode, and where the delimiter can be represented by the delimiter delim.
delimitedMode(String) - Method in class io.vertx.rxjava.core.parsetools.RecordParser
Flip the parser into delimited mode, and where the delimiter can be represented by the String delim encoded in latin-1 .
delimitedMode(Buffer) - Method in class io.vertx.rxjava.core.parsetools.RecordParser
Flip the parser into delimited mode, and where the delimiter can be represented by the delimiter delim.
deliver(int) - Method in interface io.vertx.ext.shell.term.SignalHandler
 
deliver(int) - Method in class io.vertx.reactivex.ext.shell.term.SignalHandler
 
deliver(int) - Method in class io.vertx.rxjava.ext.shell.term.SignalHandler
 
DeliveryContext<T> - Interface in io.vertx.core.eventbus
Encapsulates a message being delivered by Vert.x as well as providing control over the message delivery.
DeliveryContext<T> - Class in io.vertx.reactivex.core.eventbus
Encapsulates a message being delivered by Vert.x as well as providing control over the message delivery.
DeliveryContext(DeliveryContext) - Constructor for class io.vertx.reactivex.core.eventbus.DeliveryContext
 
DeliveryContext(Object, TypeArg<T>) - Constructor for class io.vertx.reactivex.core.eventbus.DeliveryContext
 
DeliveryContext<T> - Class in io.vertx.rxjava.core.eventbus
Encapsulates a message being delivered by Vert.x as well as providing control over the message delivery.
DeliveryContext(DeliveryContext) - Constructor for class io.vertx.rxjava.core.eventbus.DeliveryContext
 
DeliveryContext(Object, TypeArg<T>) - Constructor for class io.vertx.rxjava.core.eventbus.DeliveryContext
 
deliveryCount() - Method in interface io.vertx.amqp.AmqpMessage
 
deliveryCount(int) - Method in interface io.vertx.amqp.AmqpMessageBuilder
 
deliveryCount() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
deliveryCount(int) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
deliveryCount() - Method in class io.vertx.rxjava.amqp.AmqpMessage
 
deliveryCount(int) - Method in class io.vertx.rxjava.amqp.AmqpMessageBuilder
 
DeliveryOptions - Class in io.vertx.core.eventbus
Delivery options are used to configure message delivery.
DeliveryOptions() - Constructor for class io.vertx.core.eventbus.DeliveryOptions
Default constructor
DeliveryOptions(DeliveryOptions) - Constructor for class io.vertx.core.eventbus.DeliveryOptions
Copy constructor
DeliveryOptions(JsonObject) - Constructor for class io.vertx.core.eventbus.DeliveryOptions
Create a delivery options from JSON
deliveryOptions(DeliveryOptions) - Method in interface io.vertx.core.eventbus.MessageProducer
Update the delivery options of this producer.
deliveryOptions(DeliveryOptions) - Method in class io.vertx.reactivex.core.eventbus.MessageProducer
Update the delivery options of this producer.
deliveryOptions(DeliveryOptions) - Method in class io.vertx.rxjava.core.eventbus.MessageProducer
Update the delivery options of this producer.
demand() - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
Returns the current demand.
demand() - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
Returns the current demand.
demand() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Returns the current demand.
demand() - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Returns the current demand.
DENY - Static variable in interface io.vertx.ext.web.handler.XFrameHandler
The page cannot be displayed in a frame, regardless of the site attempting to do so.
DENY - Static variable in class io.vertx.reactivex.ext.web.handler.XFrameHandler
The page cannot be displayed in a frame, regardless of the site attempting to do so.
DENY - Static variable in class io.vertx.rxjava.ext.web.handler.XFrameHandler
The page cannot be displayed in a frame, regardless of the site attempting to do so.
DependenciesValidatorFactory - Class in io.vertx.json.schema.draft7
 
DependenciesValidatorFactory() - Constructor for class io.vertx.json.schema.draft7.DependenciesValidatorFactory
 
DependentRequiredValidatorFactory - Class in io.vertx.json.schema.draft201909
 
DependentRequiredValidatorFactory() - Constructor for class io.vertx.json.schema.draft201909.DependentRequiredValidatorFactory
 
DependentSchemasValidatorFactory - Class in io.vertx.json.schema.draft201909
 
DependentSchemasValidatorFactory() - Constructor for class io.vertx.json.schema.draft201909.DependentSchemasValidatorFactory
 
deploymentID() - Method in class io.vertx.core.AbstractVerticle
Get the deployment ID of the verticle deployment
deploymentID() - Method in interface io.vertx.core.Context
If the context is associated with a Verticle deployment, this returns the deployment ID of that deployment.
deploymentID() - Method in class io.vertx.reactivex.core.Context
If the context is associated with a Verticle deployment, this returns the deployment ID of that deployment.
deploymentID() - Method in class io.vertx.rxjava.core.Context
If the context is associated with a Verticle deployment, this returns the deployment ID of that deployment.
deploymentIDs() - Method in interface io.vertx.core.Vertx
Return a Set of deployment IDs for the currently deployed deploymentIDs.
deploymentIDs() - Method in class io.vertx.reactivex.core.Vertx
Return a Set of deployment IDs for the currently deployed deploymentIDs.
deploymentIDs() - Method in class io.vertx.rxjava.core.Vertx
Return a Set of deployment IDs for the currently deployed deploymentIDs.
DeploymentOptions - Class in io.vertx.core
Options for configuring a verticle deployment.
DeploymentOptions() - Constructor for class io.vertx.core.DeploymentOptions
Default constructor
DeploymentOptions(DeploymentOptions) - Constructor for class io.vertx.core.DeploymentOptions
Copy constructor
DeploymentOptions(JsonObject) - Constructor for class io.vertx.core.DeploymentOptions
Constructor for creating a instance from JSON
DeploymentOptionsConverter - Class in io.vertx.core
Converter and mapper for DeploymentOptions.
DeploymentOptionsConverter() - Constructor for class io.vertx.core.DeploymentOptionsConverter
 
deployVerticle(Verticle) - Method in interface io.vertx.core.Vertx
Deploy a verticle instance that you have created yourself.
deployVerticle(Verticle, Handler<AsyncResult<String>>) - Method in interface io.vertx.core.Vertx
Like Vertx.deployVerticle(Verticle) but the completionHandler will be notified when the deployment is complete.
deployVerticle(Verticle, DeploymentOptions) - Method in interface io.vertx.core.Vertx
Like Vertx.deployVerticle(Verticle) but DeploymentOptions are provided to configure the deployment.
deployVerticle(Class<? extends Verticle>, DeploymentOptions) - Method in interface io.vertx.core.Vertx
Like Vertx.deployVerticle(Verticle, DeploymentOptions) but Verticle instance is created by invoking the default constructor of verticleClass.
deployVerticle(Supplier<Verticle>, DeploymentOptions) - Method in interface io.vertx.core.Vertx
Like Vertx.deployVerticle(Verticle, DeploymentOptions) but Verticle instance is created by invoking the verticleSupplier.
deployVerticle(Verticle, DeploymentOptions, Handler<AsyncResult<String>>) - Method in interface io.vertx.core.Vertx
Like Vertx.deployVerticle(Verticle, Handler) but DeploymentOptions are provided to configure the deployment.
deployVerticle(Class<? extends Verticle>, DeploymentOptions, Handler<AsyncResult<String>>) - Method in interface io.vertx.core.Vertx
Like Vertx.deployVerticle(Verticle, DeploymentOptions, Handler) but Verticle instance is created by invoking the default constructor of verticleClass.
deployVerticle(Supplier<Verticle>, DeploymentOptions, Handler<AsyncResult<String>>) - Method in interface io.vertx.core.Vertx
Like Vertx.deployVerticle(Verticle, DeploymentOptions, Handler) but Verticle instance is created by invoking the verticleSupplier.
deployVerticle(String) - Method in interface io.vertx.core.Vertx
Deploy a verticle instance given a name.
deployVerticle(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.core.Vertx
Like Vertx.deployVerticle(String) but the completionHandler will be notified when the deployment is complete.
deployVerticle(String, DeploymentOptions) - Method in interface io.vertx.core.Vertx
Like Vertx.deployVerticle(Verticle) but DeploymentOptions are provided to configure the deployment.
deployVerticle(String, DeploymentOptions, Handler<AsyncResult<String>>) - Method in interface io.vertx.core.Vertx
Like Vertx.deployVerticle(String, Handler) but DeploymentOptions are provided to configure the deployment.
deployVerticle(Vertx, Verticle) - Static method in class io.vertx.reactivex.core.RxHelper
Deploy a verticle you have created yourself, using an RxJava vertx instance.
deployVerticle(Vertx, Verticle, DeploymentOptions) - Static method in class io.vertx.reactivex.core.RxHelper
Like RxHelper.deployVerticle(Vertx, Verticle), but DeploymentOptions are provided to configure the deployment.
deployVerticle(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.core.Vertx
Like Vertx.deployVerticle(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>) but the completionHandler will be notified when the deployment is complete.
deployVerticle(String) - Method in class io.vertx.reactivex.core.Vertx
Like Vertx.deployVerticle(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>) but the completionHandler will be notified when the deployment is complete.
deployVerticle(String, DeploymentOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.core.Vertx
deployVerticle(String, DeploymentOptions) - Method in class io.vertx.reactivex.core.Vertx
deployVerticle(Verticle, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.core.Vertx
Like Vertx.deployVerticle(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>) but the completionHandler will be notified when the deployment is complete.
deployVerticle(Verticle) - Method in class io.vertx.reactivex.core.Vertx
Like Vertx.deployVerticle(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>) but the completionHandler will be notified when the deployment is complete.
deployVerticle(Verticle, DeploymentOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.core.Vertx
deployVerticle(Verticle, DeploymentOptions) - Method in class io.vertx.reactivex.core.Vertx
deployVerticle(Supplier<Verticle>, DeploymentOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.core.Vertx
deployVerticle(Supplier<Verticle>, DeploymentOptions) - Method in class io.vertx.reactivex.core.Vertx
deployVerticle(Vertx, Verticle) - Static method in class io.vertx.rxjava.core.RxHelper
Deploy a verticle you have created yourself, using an RxJava vertx instance.
deployVerticle(Vertx, Verticle, DeploymentOptions) - Static method in class io.vertx.rxjava.core.RxHelper
Like RxHelper.deployVerticle(Vertx, Verticle), but DeploymentOptions are provided to configure the deployment.
deployVerticle(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.core.Vertx
Like Vertx.deployVerticle(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>) but the completionHandler will be notified when the deployment is complete.
deployVerticle(String) - Method in class io.vertx.rxjava.core.Vertx
Like Vertx.deployVerticle(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>) but the completionHandler will be notified when the deployment is complete.
deployVerticle(String, DeploymentOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.core.Vertx
deployVerticle(String, DeploymentOptions) - Method in class io.vertx.rxjava.core.Vertx
deployVerticle(Verticle, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.core.Vertx
Like Vertx.deployVerticle(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>) but the completionHandler will be notified when the deployment is complete.
deployVerticle(Verticle) - Method in class io.vertx.rxjava.core.Vertx
Like Vertx.deployVerticle(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>) but the completionHandler will be notified when the deployment is complete.
deployVerticle(Verticle, DeploymentOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.core.Vertx
deployVerticle(Verticle, DeploymentOptions) - Method in class io.vertx.rxjava.core.Vertx
deployVerticle(Supplier<Verticle>, DeploymentOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.core.Vertx
deployVerticle(Supplier<Verticle>, DeploymentOptions) - Method in class io.vertx.rxjava.core.Vertx
dequeueRequest(T) - Method in interface io.vertx.core.spi.metrics.ClientMetrics
Called when a request for connection is satisfied.
deregisterCheck(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.consul.ConsulClient
Remove a check from the local agent.
deregisterCheck(String) - Method in interface io.vertx.ext.consul.ConsulClient
Like ConsulClient.deregisterCheck(String, Handler) but returns a Future of the asynchronous result.
deregisterCheck(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Remove a check from the local agent.
deregisterCheck(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Remove a check from the local agent.
deregisterCheck(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Remove a check from the local agent.
deregisterCheck(String) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Remove a check from the local agent.
deregisterService(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.consul.ConsulClient
Remove a service from the local agent.
deregisterService(String) - Method in interface io.vertx.ext.consul.ConsulClient
Like ConsulClient.deregisterService(String, Handler) but returns a Future of the asynchronous result.
deregisterService(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Remove a service from the local agent.
deregisterService(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Remove a service from the local agent.
deregisterService(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Remove a service from the local agent.
deregisterService(String) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Remove a service from the local agent.
describeCluster(Handler<AsyncResult<ClusterDescription>>) - Method in interface io.vertx.kafka.admin.KafkaAdminClient
Describe the nodes in the cluster with the default options
describeCluster() - Method in interface io.vertx.kafka.admin.KafkaAdminClient
Like KafkaAdminClient.describeCluster(Handler) but returns a Future of the asynchronous result
describeCluster(Handler<AsyncResult<ClusterDescription>>) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
Describe the nodes in the cluster with the default options
describeCluster() - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
Describe the nodes in the cluster with the default options
describeCluster(Handler<AsyncResult<ClusterDescription>>) - Method in class io.vertx.rxjava.kafka.admin.KafkaAdminClient
Describe the nodes in the cluster with the default options
describeCluster() - Method in class io.vertx.rxjava.kafka.admin.KafkaAdminClient
Describe the nodes in the cluster with the default options
describeConfigs(List<ConfigResource>, Handler<AsyncResult<Map<ConfigResource, Config>>>) - Method in interface io.vertx.kafka.admin.KafkaAdminClient
Get the configuration for the specified resources with the default options
describeConfigs(List<ConfigResource>) - Method in interface io.vertx.kafka.admin.KafkaAdminClient
Like KafkaAdminClient.describeConfigs(List, Handler) but returns a Future of the asynchronous result
describeConsumerGroups(List<String>, Handler<AsyncResult<Map<String, ConsumerGroupDescription>>>) - Method in interface io.vertx.kafka.admin.KafkaAdminClient
Describe some group ids in the cluster, with the default options
describeConsumerGroups(List<String>) - Method in interface io.vertx.kafka.admin.KafkaAdminClient
Like KafkaAdminClient.describeConsumerGroups(List, Handler) but returns a Future of the asynchronous result
describeConsumerGroups(List<String>, Handler<AsyncResult<Map<String, ConsumerGroupDescription>>>) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
Describe some group ids in the cluster, with the default options
describeConsumerGroups(List<String>) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
Describe some group ids in the cluster, with the default options
describeConsumerGroups(List<String>, Handler<AsyncResult<Map<String, ConsumerGroupDescription>>>) - Method in class io.vertx.rxjava.kafka.admin.KafkaAdminClient
Describe some group ids in the cluster, with the default options
describeConsumerGroups(List<String>) - Method in class io.vertx.rxjava.kafka.admin.KafkaAdminClient
Describe some group ids in the cluster, with the default options
describeTopics(List<String>, Handler<AsyncResult<Map<String, TopicDescription>>>) - Method in interface io.vertx.kafka.admin.KafkaAdminClient
Describe some topics in the cluster, with the default options.
describeTopics(List<String>) - Method in interface io.vertx.kafka.admin.KafkaAdminClient
Like KafkaAdminClient.describeTopics(List, Handler) but returns a Future of the asynchronous result
describeTopics(List<String>, Handler<AsyncResult<Map<String, TopicDescription>>>) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
Describe some topics in the cluster, with the default options.
describeTopics(List<String>) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
Describe some topics in the cluster, with the default options.
describeTopics(List<String>, Handler<AsyncResult<Map<String, TopicDescription>>>) - Method in class io.vertx.rxjava.kafka.admin.KafkaAdminClient
Describe some topics in the cluster, with the default options.
describeTopics(List<String>) - Method in class io.vertx.rxjava.kafka.admin.KafkaAdminClient
Describe some topics in the cluster, with the default options.
Description - Annotation Type in io.vertx.core.cli.annotations
Annotation used to write the option or command documentation.
description - Variable in class io.vertx.core.cli.Argument
The argument description.
description - Variable in class io.vertx.core.cli.Option
The option description.
deserialize(String, byte[]) - Method in class io.vertx.kafka.client.serialization.BufferDeserializer
 
deserialize(String, byte[]) - Method in class io.vertx.kafka.client.serialization.JsonArrayDeserializer
 
deserialize(String, byte[]) - Method in class io.vertx.kafka.client.serialization.JsonObjectDeserializer
 
deserializeArray(String) - Method in interface io.vertx.ext.web.api.validation.ContainerDeserializer
Deprecated.
 
deserializeArray(String) - Method in class io.vertx.reactivex.ext.web.api.validation.ContainerDeserializer
Deprecated.
deserializeArray(String) - Method in class io.vertx.rxjava.ext.web.api.validation.ContainerDeserializer
Deprecated.
deserializeObject(String) - Method in interface io.vertx.ext.web.api.validation.ContainerDeserializer
Deprecated.
 
deserializeObject(String) - Method in class io.vertx.reactivex.ext.web.api.validation.ContainerDeserializer
Deprecated.
deserializeObject(String) - Method in class io.vertx.rxjava.ext.web.api.validation.ContainerDeserializer
Deprecated.
deserializer() - Method in enum io.vertx.ext.web.api.validation.ContainerSerializationStyle
Deprecated.
 
Destination - Interface in io.vertx.ext.stomp
Represents a STOMP destination.
destination() - Method in interface io.vertx.ext.stomp.Destination
 
DESTINATION - Static variable in class io.vertx.ext.stomp.Frame
 
Destination - Class in io.vertx.reactivex.ext.stomp
Represents a STOMP destination.
Destination(Destination) - Constructor for class io.vertx.reactivex.ext.stomp.Destination
 
Destination(Object) - Constructor for class io.vertx.reactivex.ext.stomp.Destination
 
destination() - Method in class io.vertx.reactivex.ext.stomp.Destination
 
Destination - Class in io.vertx.rxjava.ext.stomp
Represents a STOMP destination.
Destination(Destination) - Constructor for class io.vertx.rxjava.ext.stomp.Destination
 
Destination(Object) - Constructor for class io.vertx.rxjava.ext.stomp.Destination
 
destination() - Method in class io.vertx.rxjava.ext.stomp.Destination
 
DestinationFactory - Interface in io.vertx.ext.stomp
Interface implemented to customize the destination creation.
destinationFactory(DestinationFactory) - Method in interface io.vertx.ext.stomp.StompServerHandler
Configures the DestinationFactory used to create Destination objects.
DestinationFactory - Class in io.vertx.reactivex.ext.stomp
Interface implemented to customize the destination creation.
DestinationFactory(DestinationFactory) - Constructor for class io.vertx.reactivex.ext.stomp.DestinationFactory
 
DestinationFactory(Object) - Constructor for class io.vertx.reactivex.ext.stomp.DestinationFactory
 
destinationFactory(DestinationFactory) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
Configures the DestinationFactory used to create Destination objects.
DestinationFactory - Class in io.vertx.rxjava.ext.stomp
Interface implemented to customize the destination creation.
DestinationFactory(DestinationFactory) - Constructor for class io.vertx.rxjava.ext.stomp.DestinationFactory
 
DestinationFactory(Object) - Constructor for class io.vertx.rxjava.ext.stomp.DestinationFactory
 
destinationFactory(DestinationFactory) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
Configures the DestinationFactory used to create Destination objects.
destroy() - Method in interface io.vertx.ext.web.Session
Destroy the session
destroy() - Method in class io.vertx.ext.web.sstore.AbstractSession
 
destroy() - Method in class io.vertx.reactivex.ext.web.Session
Destroy the session
destroy() - Method in class io.vertx.rxjava.ext.web.Session
Destroy the session
destroyAclToken(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.consul.ConsulClient
Destroy Acl token
destroyAclToken(String) - Method in interface io.vertx.ext.consul.ConsulClient
Like ConsulClient.destroyAclToken(String, Handler) but returns a Future of the asynchronous result.
destroyAclToken(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Destroy Acl token
destroyAclToken(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Destroy Acl token
destroyAclToken(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Destroy Acl token
destroyAclToken(String) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Destroy Acl token
destroySession(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.consul.ConsulClient
Destroys the given session
destroySession(String) - Method in interface io.vertx.ext.consul.ConsulClient
Like ConsulClient.destroySession(String, Handler) but returns a Future of the asynchronous result.
destroySession(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Destroys the given session
destroySession(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Destroys the given session
destroySession(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Destroys the given session
destroySession(String) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Destroys the given session
development() - Static method in interface io.vertx.ext.web.common.WebEnvironment
Will return true if the mode is not null and equals ignoring case the string "dev"
development() - Static method in class io.vertx.reactivex.ext.web.common.WebEnvironment
Will return true if the mode is not null and equals ignoring case the string "dev"
development() - Static method in class io.vertx.rxjava.ext.web.common.WebEnvironment
Will return true if the mode is not null and equals ignoring case the string "dev"
DigestAuthHandler - Interface in io.vertx.ext.web.handler
An auth handler that provides HTTP Basic Authentication support.
DigestAuthHandler - Class in io.vertx.reactivex.ext.web.handler
An auth handler that provides HTTP Basic Authentication support.
DigestAuthHandler(DigestAuthHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.DigestAuthHandler
 
DigestAuthHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.DigestAuthHandler
 
DigestAuthHandler - Class in io.vertx.rxjava.ext.web.handler
An auth handler that provides HTTP Basic Authentication support.
DigestAuthHandler(DigestAuthHandler) - Constructor for class io.vertx.rxjava.ext.web.handler.DigestAuthHandler
 
DigestAuthHandler(Object) - Constructor for class io.vertx.rxjava.ext.web.handler.DigestAuthHandler
 
directExecutor() - Method in class io.vertx.grpc.VertxChannelBuilder
 
directExecutor() - Method in class io.vertx.grpc.VertxServerBuilder
 
disable() - Method in interface io.vertx.ext.web.Route
Disable this route.
disable() - Method in class io.vertx.reactivex.ext.web.Route
Disable this route.
disable() - Method in class io.vertx.rxjava.ext.web.Route
Disable this route.
DISABLE_DNS_RESOLVER_PROP_NAME - Static variable in interface io.vertx.core.spi.resolver.ResolverProvider
 
DISABLE_HTTP_HEADERS_VALIDATION - Static variable in interface io.vertx.core.http.HttpHeaders
Constant that disables HTTP headers validation, this is a constant so the JIT can eliminate validation code.
DISABLE_HTTP_HEADERS_VALIDATION - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Constant that disables HTTP headers validation, this is a constant so the JIT can eliminate validation code.
DISABLE_HTTP_HEADERS_VALIDATION - Static variable in class io.vertx.rxjava.core.http.HttpHeaders
Constant that disables HTTP headers validation, this is a constant so the JIT can eliminate validation code.
DISABLE_HTTP_HEADERS_VALIDATION_PROP_NAME - Static variable in interface io.vertx.core.http.HttpHeaders
JVM system property that disables HTTP headers validation, don't use this in production.
DISABLE_HTTP_HEADERS_VALIDATION_PROP_NAME - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
JVM system property that disables HTTP headers validation, don't use this in production.
DISABLE_HTTP_HEADERS_VALIDATION_PROP_NAME - Static variable in class io.vertx.rxjava.core.http.HttpHeaders
JVM system property that disables HTTP headers validation, don't use this in production.
DISABLE_METRICS_PROPERTY_NAME - Static variable in interface io.vertx.core.spi.metrics.Metrics
 
disableRetry() - Method in class io.vertx.grpc.VertxChannelBuilder
 
disableServiceConfigLookUp() - Method in class io.vertx.grpc.VertxChannelBuilder
 
DISCARD - Static variable in class io.vertx.reactivex.redis.client.Command
 
discard(Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command discard.
discard() - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command discard.
DISCARD - Static variable in interface io.vertx.redis.client.Command
 
discard(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command discard.
discard() - Method in interface io.vertx.redis.client.RedisAPI
Redis command discard.
DISCARD - Static variable in class io.vertx.rxjava.redis.client.Command
 
discard(Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command discard.
discard() - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command discard.
discardMessage(H, boolean, Message<?>) - Method in interface io.vertx.core.spi.metrics.EventBusMetrics
Discard a message.
disconnect() - Method in interface io.vertx.ext.stomp.StompClientConnection
Disconnects the client.
disconnect(Handler<AsyncResult<Frame>>) - Method in interface io.vertx.ext.stomp.StompClientConnection
Disconnects the client.
disconnect(Frame) - Method in interface io.vertx.ext.stomp.StompClientConnection
Disconnects the client.
disconnect(Frame, Handler<AsyncResult<Frame>>) - Method in interface io.vertx.ext.stomp.StompClientConnection
Disconnects the client.
disconnect() - Method in interface io.vertx.mqtt.MqttClient
Disconnects from the MQTT server
disconnect(Handler<AsyncResult<Void>>) - Method in interface io.vertx.mqtt.MqttClient
Disconnects from the MQTT server calling disconnectHandler after disconnection
disconnect(Handler<AsyncResult<Frame>>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Disconnects the client.
disconnect() - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Disconnects the client.
disconnect(Frame, Handler<AsyncResult<Frame>>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Disconnects the client.
disconnect(Frame) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Disconnects the client.
disconnect(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.mqtt.MqttClient
Disconnects from the MQTT server calling disconnectHandler after disconnection
disconnect() - Method in class io.vertx.reactivex.mqtt.MqttClient
Disconnects from the MQTT server calling disconnectHandler after disconnection
disconnect(Handler<AsyncResult<Frame>>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Disconnects the client.
disconnect() - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Disconnects the client.
disconnect(Frame, Handler<AsyncResult<Frame>>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Disconnects the client.
disconnect(Frame) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Disconnects the client.
disconnect(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.mqtt.MqttClient
Disconnects from the MQTT server calling disconnectHandler after disconnection
disconnect() - Method in class io.vertx.rxjava.mqtt.MqttClient
Disconnects from the MQTT server calling disconnectHandler after disconnection
disconnected(W) - Method in interface io.vertx.core.spi.metrics.HttpClientMetrics
Called when the web socket has disconnected.
disconnected(W) - Method in interface io.vertx.core.spi.metrics.HttpServerMetrics
Called when the server web socket has disconnected.
disconnected(S, SocketAddress) - Method in interface io.vertx.core.spi.metrics.TCPMetrics
Called when a client has disconnected, which is applicable for TCP connections.
disconnectHandler(Handler<ServerFrame>) - Method in interface io.vertx.ext.stomp.StompServerHandler
Configures the action to execute when a DISCONNECT frame is received.
disconnectHandler(Handler<Void>) - Method in interface io.vertx.mqtt.MqttEndpoint
Set a disconnect handler on the MQTT endpoint.
disconnectHandler(Handler<ServerFrame>) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
Configures the action to execute when a DISCONNECT frame is received.
disconnectHandler(Handler<Void>) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
Set a disconnect handler on the MQTT endpoint.
disconnectHandler(Handler<ServerFrame>) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
Configures the action to execute when a DISCONNECT frame is received.
disconnectHandler(Handler<Void>) - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
Set a disconnect handler on the MQTT endpoint.
discover(Vertx, OAuth2Options, Handler<AsyncResult<OAuth2Auth>>) - Static method in interface io.vertx.ext.auth.oauth2.providers.AmazonCognitoAuth
Create a OAuth2Auth provider for OpenID Connect Discovery.
discover(Vertx, OAuth2Options) - Static method in interface io.vertx.ext.auth.oauth2.providers.AmazonCognitoAuth
Create a OAuth2Auth provider for OpenID Connect Discovery.
discover(Vertx, OAuth2Options, Handler<AsyncResult<OAuth2Auth>>) - Static method in interface io.vertx.ext.auth.oauth2.providers.AzureADAuth
Create a OAuth2Auth provider for OpenID Connect Discovery.
discover(Vertx, OAuth2Options) - Static method in interface io.vertx.ext.auth.oauth2.providers.AzureADAuth
Create a OAuth2Auth provider for OpenID Connect Discovery.
discover(Vertx, OAuth2Options, Handler<AsyncResult<OAuth2Auth>>) - Static method in interface io.vertx.ext.auth.oauth2.providers.GoogleAuth
Create a OAuth2Auth provider for OpenID Connect Discovery.
discover(Vertx, OAuth2Options) - Static method in interface io.vertx.ext.auth.oauth2.providers.GoogleAuth
Create a OAuth2Auth provider for OpenID Connect Discovery.
discover(Vertx, OAuth2Options, Handler<AsyncResult<OAuth2Auth>>) - Static method in interface io.vertx.ext.auth.oauth2.providers.IBMCloudAuth
Create a OAuth2Auth provider for OpenID Connect Discovery.
discover(Vertx, OAuth2Options) - Static method in interface io.vertx.ext.auth.oauth2.providers.IBMCloudAuth
Create a OAuth2Auth provider for OpenID Connect Discovery.
discover(Vertx, OAuth2Options, Handler<AsyncResult<OAuth2Auth>>) - Static method in interface io.vertx.ext.auth.oauth2.providers.KeycloakAuth
Create a OAuth2Auth provider for OpenID Connect Discovery.
discover(Vertx, OAuth2Options) - Static method in interface io.vertx.ext.auth.oauth2.providers.KeycloakAuth
Create a OAuth2Auth provider for OpenID Connect Discovery.
discover(Vertx, OAuth2Options, Handler<AsyncResult<OAuth2Auth>>) - Static method in interface io.vertx.ext.auth.oauth2.providers.OpenIDConnectAuth
Create a OAuth2Auth provider for OpenID Connect Discovery.
discover(Vertx, OAuth2Options) - Static method in interface io.vertx.ext.auth.oauth2.providers.OpenIDConnectAuth
Create a OAuth2Auth provider for OpenID Connect Discovery.
discover(Vertx, OAuth2Options, Handler<AsyncResult<OAuth2Auth>>) - Static method in interface io.vertx.ext.auth.oauth2.providers.SalesforceAuth
Create a OAuth2Auth provider for OpenID Connect Discovery.
discover(Vertx, OAuth2Options) - Static method in interface io.vertx.ext.auth.oauth2.providers.SalesforceAuth
Create a OAuth2Auth provider for OpenID Connect Discovery.
discover(Vertx, OAuth2Options, Handler<AsyncResult<OAuth2Auth>>) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.AmazonCognitoAuth
Create a OAuth2Auth provider for OpenID Connect Discovery.
discover(Vertx, OAuth2Options) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.AmazonCognitoAuth
Create a OAuth2Auth provider for OpenID Connect Discovery.
discover(Vertx, OAuth2Options, Handler<AsyncResult<OAuth2Auth>>) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.AzureADAuth
Create a OAuth2Auth provider for OpenID Connect Discovery.
discover(Vertx, OAuth2Options) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.AzureADAuth
Create a OAuth2Auth provider for OpenID Connect Discovery.
discover(Vertx, OAuth2Options, Handler<AsyncResult<OAuth2Auth>>) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.GoogleAuth
Create a OAuth2Auth provider for OpenID Connect Discovery.
discover(Vertx, OAuth2Options) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.GoogleAuth
Create a OAuth2Auth provider for OpenID Connect Discovery.
discover(Vertx, OAuth2Options, Handler<AsyncResult<OAuth2Auth>>) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.IBMCloudAuth
Create a OAuth2Auth provider for OpenID Connect Discovery.
discover(Vertx, OAuth2Options) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.IBMCloudAuth
Create a OAuth2Auth provider for OpenID Connect Discovery.
discover(Vertx, OAuth2Options, Handler<AsyncResult<OAuth2Auth>>) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.KeycloakAuth
Create a OAuth2Auth provider for OpenID Connect Discovery.
discover(Vertx, OAuth2Options) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.KeycloakAuth
Create a OAuth2Auth provider for OpenID Connect Discovery.
discover(Vertx, OAuth2Options, Handler<AsyncResult<OAuth2Auth>>) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.OpenIDConnectAuth
Create a OAuth2Auth provider for OpenID Connect Discovery.
discover(Vertx, OAuth2Options) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.OpenIDConnectAuth
Create a OAuth2Auth provider for OpenID Connect Discovery.
discover(Vertx, OAuth2Options, Handler<AsyncResult<OAuth2Auth>>) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.SalesforceAuth
Create a OAuth2Auth provider for OpenID Connect Discovery.
discover(Vertx, OAuth2Options) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.SalesforceAuth
Create a OAuth2Auth provider for OpenID Connect Discovery.
discover(Vertx, OAuth2Options, Handler<AsyncResult<OAuth2Auth>>) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.AmazonCognitoAuth
Create a OAuth2Auth provider for OpenID Connect Discovery.
discover(Vertx, OAuth2Options) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.AmazonCognitoAuth
Create a OAuth2Auth provider for OpenID Connect Discovery.
discover(Vertx, OAuth2Options, Handler<AsyncResult<OAuth2Auth>>) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.AzureADAuth
Create a OAuth2Auth provider for OpenID Connect Discovery.
discover(Vertx, OAuth2Options) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.AzureADAuth
Create a OAuth2Auth provider for OpenID Connect Discovery.
discover(Vertx, OAuth2Options, Handler<AsyncResult<OAuth2Auth>>) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.GoogleAuth
Create a OAuth2Auth provider for OpenID Connect Discovery.
discover(Vertx, OAuth2Options) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.GoogleAuth
Create a OAuth2Auth provider for OpenID Connect Discovery.
discover(Vertx, OAuth2Options, Handler<AsyncResult<OAuth2Auth>>) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.IBMCloudAuth
Create a OAuth2Auth provider for OpenID Connect Discovery.
discover(Vertx, OAuth2Options) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.IBMCloudAuth
Create a OAuth2Auth provider for OpenID Connect Discovery.
discover(Vertx, OAuth2Options, Handler<AsyncResult<OAuth2Auth>>) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.KeycloakAuth
Create a OAuth2Auth provider for OpenID Connect Discovery.
discover(Vertx, OAuth2Options) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.KeycloakAuth
Create a OAuth2Auth provider for OpenID Connect Discovery.
discover(Vertx, OAuth2Options, Handler<AsyncResult<OAuth2Auth>>) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.OpenIDConnectAuth
Create a OAuth2Auth provider for OpenID Connect Discovery.
discover(Vertx, OAuth2Options) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.OpenIDConnectAuth
Create a OAuth2Auth provider for OpenID Connect Discovery.
discover(Vertx, OAuth2Options, Handler<AsyncResult<OAuth2Auth>>) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.SalesforceAuth
Create a OAuth2Auth provider for OpenID Connect Discovery.
discover(Vertx, OAuth2Options) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.SalesforceAuth
Create a OAuth2Auth provider for OpenID Connect Discovery.
dispatch(StompServerConnection, Frame) - Method in interface io.vertx.ext.stomp.Destination
Dispatches the given frame.
dispatch(StompServerConnection, Frame) - Method in class io.vertx.reactivex.ext.stomp.Destination
Dispatches the given frame.
dispatch(AsyncResult<T>) - Method in class io.vertx.rx.java.HandlerAdapter
 
dispatch(StompServerConnection, Frame) - Method in class io.vertx.rxjava.ext.stomp.Destination
Dispatches the given frame.
dispose() - Method in class io.vertx.reactivex.ContextScheduler.ContextWorker
 
distinct(String, String, String, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.ext.mongo.MongoClient
Gets the distinct values of the specified field name.
distinct(String, String, String) - Method in interface io.vertx.ext.mongo.MongoClient
Like MongoClient.distinct(String, String, String, Handler) but returns a Future of the asynchronous result
distinct(String, String, String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Gets the distinct values of the specified field name.
distinct(String, String, String) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Gets the distinct values of the specified field name.
distinct(String, String, String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Gets the distinct values of the specified field name.
distinct(String, String, String) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Gets the distinct values of the specified field name.
distinctBatch(String, String, String) - Method in interface io.vertx.ext.mongo.MongoClient
Gets the distinct values of the specified field name.
distinctBatch(String, String, String) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Gets the distinct values of the specified field name.
distinctBatch(String, String, String) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Gets the distinct values of the specified field name.
distinctBatchWithQuery(String, String, String, JsonObject) - Method in interface io.vertx.ext.mongo.MongoClient
Gets the distinct values of the specified field name filtered by specified query.
distinctBatchWithQuery(String, String, String, JsonObject, int) - Method in interface io.vertx.ext.mongo.MongoClient
Gets the distinct values of the specified field name filtered by specified query.
distinctBatchWithQuery(String, String, String, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Gets the distinct values of the specified field name filtered by specified query.
distinctBatchWithQuery(String, String, String, JsonObject, int) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Gets the distinct values of the specified field name filtered by specified query.
distinctBatchWithQuery(String, String, String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Gets the distinct values of the specified field name filtered by specified query.
distinctBatchWithQuery(String, String, String, JsonObject, int) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Gets the distinct values of the specified field name filtered by specified query.
distinctWithQuery(String, String, String, JsonObject, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.ext.mongo.MongoClient
Gets the distinct values of the specified field name filtered by specified query.
distinctWithQuery(String, String, String, JsonObject) - Method in interface io.vertx.ext.mongo.MongoClient
Like MongoClient.distinctWithQuery(String, String, String, JsonObject, Handler) but returns a Future of the asynchronous result
distinctWithQuery(String, String, String, JsonObject, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Gets the distinct values of the specified field name filtered by specified query.
distinctWithQuery(String, String, String, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Gets the distinct values of the specified field name filtered by specified query.
distinctWithQuery(String, String, String, JsonObject, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Gets the distinct values of the specified field name filtered by specified query.
distinctWithQuery(String, String, String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Gets the distinct values of the specified field name filtered by specified query.
dkimAlgoName() - Method in enum io.vertx.ext.mail.DKIMSignAlgorithm
Gets the algorithm name specified by the DKIM specification.
dkimBodyStream(Context) - Method in class io.vertx.ext.mail.mailencoder.EncodedPart
 
DKIMSignAlgorithm - Enum in io.vertx.ext.mail
Signing Algorithm specified by DKIM spec.
DKIMSignOptions - Class in io.vertx.ext.mail
This represents the options used to perform DKIM Signature signing action.
DKIMSignOptions() - Constructor for class io.vertx.ext.mail.DKIMSignOptions
Default Constructor.
DKIMSignOptions(DKIMSignOptions) - Constructor for class io.vertx.ext.mail.DKIMSignOptions
 
DKIMSignOptions(JsonObject) - Constructor for class io.vertx.ext.mail.DKIMSignOptions
Constructor from a JsonObject.
DKIMSignOptionsConverter - Class in io.vertx.ext.mail
Converter and mapper for DKIMSignOptions.
DKIMSignOptionsConverter() - Constructor for class io.vertx.ext.mail.DKIMSignOptionsConverter
 
DnsClient - Interface in io.vertx.core.dns
Provides a way to asynchronously lookup information from DNS servers.
DnsClient - Class in io.vertx.reactivex.core.dns
Provides a way to asynchronously lookup information from DNS servers.
DnsClient(DnsClient) - Constructor for class io.vertx.reactivex.core.dns.DnsClient
 
DnsClient(Object) - Constructor for class io.vertx.reactivex.core.dns.DnsClient
 
DnsClient - Class in io.vertx.rxjava.core.dns
Provides a way to asynchronously lookup information from DNS servers.
DnsClient(DnsClient) - Constructor for class io.vertx.rxjava.core.dns.DnsClient
 
DnsClient(Object) - Constructor for class io.vertx.rxjava.core.dns.DnsClient
 
DnsClientOptions - Class in io.vertx.core.dns
Configuration options for Vert.x DNS client.
DnsClientOptions() - Constructor for class io.vertx.core.dns.DnsClientOptions
 
DnsClientOptions(JsonObject) - Constructor for class io.vertx.core.dns.DnsClientOptions
 
DnsClientOptions(DnsClientOptions) - Constructor for class io.vertx.core.dns.DnsClientOptions
 
DnsClientOptionsConverter - Class in io.vertx.core.dns
Converter and mapper for DnsClientOptions.
DnsClientOptionsConverter() - Constructor for class io.vertx.core.dns.DnsClientOptionsConverter
 
DnsException - Class in io.vertx.core.dns
Exception which is used to notify the AsyncResult if the DNS query returns a DnsResponseCode which indicates and error.
DnsException(DnsResponseCode) - Constructor for class io.vertx.core.dns.DnsException
 
DnsResponseCode - Enum in io.vertx.core.dns
Represents the possible response codes a server may send after receiving a query.
DOC_MATCHED - Static variable in class io.vertx.ext.mongo.MongoClientUpdateResult
Constant to be used when storing and retrieving Json for documents matched.
DOC_MODIFIED - Static variable in class io.vertx.ext.mongo.MongoClientUpdateResult
Constant to be used when storing and retrieving Json for documents modified.
DockerLinksServiceImporter - Class in io.vertx.servicediscovery.docker
A discovery bridge analyzing environment variables to detect Docker links.
DockerLinksServiceImporter() - Constructor for class io.vertx.servicediscovery.docker.DockerLinksServiceImporter
 
doIsPermitted(String, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.ext.auth.AbstractUser
Deprecated.
 
domainSocketAddress(String) - Static method in interface io.vertx.core.net.SocketAddress
Create a domain socket address from a path.
domainSocketAddress(String) - Static method in class io.vertx.reactivex.core.net.SocketAddress
Create a domain socket address from a path.
domainSocketAddress(String) - Static method in class io.vertx.rxjava.core.net.SocketAddress
Create a domain socket address from a path.
doRequest(HttpClient, File, URI, File, URI, Handler<AsyncResult<HttpServiceFactory.Result>>) - Method in class io.vertx.ext.httpservicefactory.HttpServiceFactory
 
doubleValue() - Method in interface io.vertx.core.parsetools.JsonEvent
 
doubleValue() - Method in class io.vertx.reactivex.core.parsetools.JsonEvent
 
doubleValue() - Method in class io.vertx.rxjava.core.parsetools.JsonEvent
 
doubleValue() - Method in class io.vertx.sqlclient.data.Numeric
 
downloadByFileName(WriteStream<Buffer>, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.ext.mongo.MongoGridFsClient
 
downloadByFileName(WriteStream<Buffer>, String) - Method in interface io.vertx.ext.mongo.MongoGridFsClient
Like MongoGridFsClient.downloadByFileName(WriteStream, String, Handler) but returns a Future of the asynchronous result
downloadByFileName(WriteStream<Buffer>, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
 
downloadByFileName(WriteStream<Buffer>, String) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
 
downloadByFileName(WriteStream<Buffer>, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.ext.mongo.MongoGridFsClient
 
downloadByFileName(WriteStream<Buffer>, String) - Method in class io.vertx.rxjava.ext.mongo.MongoGridFsClient
 
downloadByFileNameWithOptions(WriteStream<Buffer>, String, GridFsDownloadOptions, Handler<AsyncResult<Long>>) - Method in interface io.vertx.ext.mongo.MongoGridFsClient
 
downloadByFileNameWithOptions(WriteStream<Buffer>, String, GridFsDownloadOptions) - Method in interface io.vertx.ext.mongo.MongoGridFsClient
downloadByFileNameWithOptions(WriteStream<Buffer>, String, GridFsDownloadOptions, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
 
downloadByFileNameWithOptions(WriteStream<Buffer>, String, GridFsDownloadOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
 
downloadByFileNameWithOptions(WriteStream<Buffer>, String, GridFsDownloadOptions, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.ext.mongo.MongoGridFsClient
 
downloadByFileNameWithOptions(WriteStream<Buffer>, String, GridFsDownloadOptions) - Method in class io.vertx.rxjava.ext.mongo.MongoGridFsClient
 
downloadById(WriteStream<Buffer>, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.ext.mongo.MongoGridFsClient
 
downloadById(WriteStream<Buffer>, String) - Method in interface io.vertx.ext.mongo.MongoGridFsClient
Like MongoGridFsClient.downloadById(WriteStream, String, Handler) but returns a Future of the asynchronous result
downloadById(WriteStream<Buffer>, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
 
downloadById(WriteStream<Buffer>, String) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
 
downloadById(WriteStream<Buffer>, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.ext.mongo.MongoGridFsClient
 
downloadById(WriteStream<Buffer>, String) - Method in class io.vertx.rxjava.ext.mongo.MongoGridFsClient
 
downloadFile(String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.ext.mongo.MongoGridFsClient
Downloads a file.
downloadFile(String) - Method in interface io.vertx.ext.mongo.MongoGridFsClient
Like MongoGridFsClient.downloadFile(String, Handler) but returns a Future of the asynchronous result
downloadFile(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
Downloads a file.
downloadFile(String) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
Downloads a file.
downloadFile(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.ext.mongo.MongoGridFsClient
Downloads a file.
downloadFile(String) - Method in class io.vertx.rxjava.ext.mongo.MongoGridFsClient
Downloads a file.
downloadFileAs(String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.ext.mongo.MongoGridFsClient
Downloads a file and gives it a new name.
downloadFileAs(String, String) - Method in interface io.vertx.ext.mongo.MongoGridFsClient
Like MongoGridFsClient.downloadFileAs(String, String, Handler) but returns a Future of the asynchronous result
downloadFileAs(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
Downloads a file and gives it a new name.
downloadFileAs(String, String) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
Downloads a file and gives it a new name.
downloadFileAs(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.ext.mongo.MongoGridFsClient
Downloads a file and gives it a new name.
downloadFileAs(String, String) - Method in class io.vertx.rxjava.ext.mongo.MongoGridFsClient
Downloads a file and gives it a new name.
downloadFileByID(String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.ext.mongo.MongoGridFsClient
Downloads a file using the ID generated by GridFs.
downloadFileByID(String, String) - Method in interface io.vertx.ext.mongo.MongoGridFsClient
Like MongoGridFsClient.downloadFileByID(String, String, Handler) but returns a Future of the asynchronous result
downloadFileByID(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
Downloads a file using the ID generated by GridFs.
downloadFileByID(String, String) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
Downloads a file using the ID generated by GridFs.
downloadFileByID(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.ext.mongo.MongoGridFsClient
Downloads a file using the ID generated by GridFs.
downloadFileByID(String, String) - Method in class io.vertx.rxjava.ext.mongo.MongoGridFsClient
Downloads a file using the ID generated by GridFs.
Draft201909SchemaParser - Class in io.vertx.json.schema.draft201909
 
Draft201909SchemaParser(SchemaRouter) - Constructor for class io.vertx.json.schema.draft201909.Draft201909SchemaParser
 
Draft7SchemaParser - Class in io.vertx.json.schema.draft7
 
Draft7SchemaParser(SchemaRouter) - Constructor for class io.vertx.json.schema.draft7.Draft7SchemaParser
 
drainHandler(Handler<Void>) - Method in interface io.vertx.core.file.AsyncFile
 
drainHandler(Handler<Void>) - Method in interface io.vertx.core.http.HttpClientRequest
 
drainHandler(Handler<Void>) - Method in interface io.vertx.core.http.HttpServerResponse
 
drainHandler(Handler<Void>) - Method in interface io.vertx.core.http.ServerWebSocket
 
drainHandler(Handler<Void>) - Method in interface io.vertx.core.http.WebSocket
 
drainHandler(Handler<Void>) - Method in interface io.vertx.core.http.WebSocketBase
 
drainHandler(Handler<Void>) - Method in interface io.vertx.core.net.NetSocket
 
drainHandler(Handler<Void>) - Method in interface io.vertx.core.streams.WriteStream
Set a drain handler on the stream.
drainHandler(Handler<Void>) - Method in interface io.vertx.ext.reactivestreams.ReactiveWriteStream
 
drainHandler(Handler<Void>) - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
 
drainHandler(Handler<Void>) - Method in class io.vertx.grpc.stub.GrpcWriteStream
 
drainHandler(Handler<Void>) - Method in interface io.vertx.kafka.client.producer.KafkaProducer
 
drainHandler(Handler<Void>) - Method in interface io.vertx.kafka.client.producer.KafkaWriteStream
 
drainHandler(Handler<Void>) - Method in class io.vertx.reactivex.amqp.AmqpSender
Set a drain handler on the stream.
drainHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.file.AsyncFile
 
drainHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
 
drainHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
 
drainHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
drainHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.http.WebSocket
 
drainHandler(Handler<Void>) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
 
drainHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.net.NetSocket
 
drainHandler(Handler<Void>) - Method in interface io.vertx.reactivex.core.streams.WriteStream
Set a drain handler on the stream.
drainHandler(Handler<Void>) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
 
drainHandler(Handler<Void>) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
 
drainHandler(Handler<Void>) - Method in class io.vertx.rxjava.amqp.AmqpSender
Set a drain handler on the stream.
drainHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.file.AsyncFile
 
drainHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
 
drainHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
 
drainHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
drainHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.http.WebSocket
 
drainHandler(Handler<Void>) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
 
drainHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.net.NetSocket
 
drainHandler(Handler<Void>) - Method in interface io.vertx.rxjava.core.streams.WriteStream
Set a drain handler on the stream.
drainHandler(Handler<Void>) - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
 
drainHandler(Handler<Void>) - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
 
Driver - Interface in io.vertx.sqlclient.spi
An entry point to the Vertx Reactive SQL Client Every driver must implement this interface.
drop(Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.mongo.MongoGridFsClient
Drops the entire file bucket with all of its contents
drop() - Method in interface io.vertx.ext.mongo.MongoGridFsClient
Like MongoGridFsClient.drop(Handler) but returns a Future of the asynchronous result
drop(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
Drops the entire file bucket with all of its contents
drop() - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
Drops the entire file bucket with all of its contents
drop(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.mongo.MongoGridFsClient
Drops the entire file bucket with all of its contents
drop() - Method in class io.vertx.rxjava.ext.mongo.MongoGridFsClient
Drops the entire file bucket with all of its contents
DropboxAuth - Interface in io.vertx.ext.auth.oauth2.providers
Simplified factory to create an OAuth2Auth for Dropbox.
DropboxAuth - Class in io.vertx.reactivex.ext.auth.oauth2.providers
Simplified factory to create an for Dropbox.
DropboxAuth(DropboxAuth) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.DropboxAuth
 
DropboxAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.DropboxAuth
 
DropboxAuth - Class in io.vertx.rxjava.ext.auth.oauth2.providers
Simplified factory to create an for Dropbox.
DropboxAuth(DropboxAuth) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.providers.DropboxAuth
 
DropboxAuth(Object) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.providers.DropboxAuth
 
dropCollection(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.mongo.MongoClient
Drop a collection
dropCollection(String) - Method in interface io.vertx.ext.mongo.MongoClient
Like MongoClient.dropCollection(String, Handler) but returns a Future of the asynchronous result
dropCollection(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Drop a collection
dropCollection(String) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Drop a collection
dropCollection(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Drop a collection
dropCollection(String) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Drop a collection
dropIndex(String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.mongo.MongoClient
Drops the index given its name.
dropIndex(String, String) - Method in interface io.vertx.ext.mongo.MongoClient
Like MongoClient.dropIndex(String, String, Handler) but returns a Future of the asynchronous result
dropIndex(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Drops the index given its name.
dropIndex(String, String) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Drops the index given its name.
dropIndex(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Drops the index given its name.
dropIndex(String, String) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Drops the index given its name.
DropwizardMetricsOptions - Class in io.vertx.ext.dropwizard
Vert.x Dropwizard metrics configuration.
DropwizardMetricsOptions() - Constructor for class io.vertx.ext.dropwizard.DropwizardMetricsOptions
Default constructor
DropwizardMetricsOptions(MetricsOptions) - Constructor for class io.vertx.ext.dropwizard.DropwizardMetricsOptions
Copy constructor with base metrics options
DropwizardMetricsOptions(DropwizardMetricsOptions) - Constructor for class io.vertx.ext.dropwizard.DropwizardMetricsOptions
Copy constructor
DropwizardMetricsOptions(JsonObject) - Constructor for class io.vertx.ext.dropwizard.DropwizardMetricsOptions
Create an instance from a JsonObject
DropwizardMetricsOptionsConverter - Class in io.vertx.ext.dropwizard
Converter and mapper for DropwizardMetricsOptions.
DropwizardMetricsOptionsConverter() - Constructor for class io.vertx.ext.dropwizard.DropwizardMetricsOptionsConverter
 
DUMP - Static variable in class io.vertx.reactivex.redis.client.Command
 
dump(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command dump.
dump(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command dump.
DUMP - Static variable in interface io.vertx.redis.client.Command
 
dump(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command dump.
dump(String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command dump.
DUMP - Static variable in class io.vertx.rxjava.redis.client.Command
 
dump(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command dump.
dump(String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command dump.
durable(boolean) - Method in interface io.vertx.amqp.AmqpMessageBuilder
 
durable(boolean) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
durable(boolean) - Method in class io.vertx.rxjava.amqp.AmqpMessageBuilder
 
durationTime() - Method in interface io.vertx.ext.unit.report.TestResult
How long the test lasted in millis.
durationTime() - Method in class io.vertx.reactivex.ext.unit.report.TestResult
How long the test lasted in millis.
durationTime() - Method in class io.vertx.rxjava.ext.unit.report.TestResult
How long the test lasted in millis.

E

EARLIEST - Static variable in class io.vertx.kafka.admin.OffsetSpec
 
Echo - Class in io.vertx.ext.shell.command.base
 
Echo() - Constructor for class io.vertx.ext.shell.command.base.Echo
 
echo(String) - Method in interface io.vertx.ext.shell.term.Term
Echo some text in the terminal, escaped if necessary.

echo(String) - Method in class io.vertx.reactivex.ext.shell.term.Term
Echo some text in the terminal, escaped if necessary.

ECHO - Static variable in class io.vertx.reactivex.redis.client.Command
 
echo(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command echo.
echo(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command echo.
ECHO - Static variable in interface io.vertx.redis.client.Command
 
echo(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command echo.
echo(String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command echo.
echo(String) - Method in class io.vertx.rxjava.ext.shell.term.Term
Echo some text in the terminal, escaped if necessary.

ECHO - Static variable in class io.vertx.rxjava.redis.client.Command
 
echo(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command echo.
echo(String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command echo.
email(JsonObject) - Static method in interface io.vertx.ext.auth.oauth2.KeycloakHelper
Deprecated.
 
EMAIL - Static variable in class io.vertx.json.schema.common.RegularExpressions
 
email(JsonObject) - Static method in class io.vertx.reactivex.ext.auth.oauth2.KeycloakHelper
Deprecated.
email(JsonObject) - Static method in class io.vertx.rxjava.ext.auth.oauth2.KeycloakHelper
Deprecated.
EMAIL_LOCAL - Static variable in class io.vertx.json.schema.common.RegularExpressions
 
EmailAddress - Class in io.vertx.ext.mail.mailencoder
represent a mail address with an email address part and an optional full name e.g.
EmailAddress(String) - Constructor for class io.vertx.ext.mail.mailencoder.EmailAddress
parse and create an email address
empty() - Static method in interface io.vertx.core.spi.tracing.TagExtractor
 
enable() - Method in interface io.vertx.ext.web.Route
Enable this route.
enable() - Method in class io.vertx.reactivex.ext.web.Route
Enable this route.
enable() - Method in class io.vertx.rxjava.ext.web.Route
Enable this route.
enableFullStreamDecompression() - Method in class io.vertx.grpc.VertxChannelBuilder
 
enableRetry() - Method in class io.vertx.grpc.VertxChannelBuilder
 
encode() - Method in interface io.vertx.core.http.Cookie
Encode the cookie to a string.
encode(Object) - Static method in class io.vertx.core.json.Json
Encode a POJO to JSON using the underlying Jackson mapper.
encode() - Method in class io.vertx.core.json.JsonArray
Encode the JSON array to a string
encode() - Method in class io.vertx.core.json.JsonObject
Encode this JSON object as a string.
encode(HashingAlgorithm, Map<String, String>, String, String) - Static method in class io.vertx.ext.auth.HashString
 
encode(List<String>) - Method in interface io.vertx.ext.auth.oauth2.authorization.ScopeAuthorization
Returns a String with the given scopes concatenated with the given separator.
encode() - Method in class io.vertx.ext.mail.mailencoder.MailEncoder
encode the MailMessage to a String
encode() - Method in class io.vertx.reactivex.core.http.Cookie
Encode the cookie to a string.
encode(List<String>) - Method in class io.vertx.reactivex.ext.auth.oauth2.authorization.ScopeAuthorization
Returns a String with the given scopes concatenated with the given separator.
encode() - Method in class io.vertx.rxjava.core.http.Cookie
Encode the cookie to a string.
encode(List<String>) - Method in class io.vertx.rxjava.ext.auth.oauth2.authorization.ScopeAuthorization
Returns a String with the given scopes concatenated with the given separator.
EncodedPart - Class in io.vertx.ext.mail.mailencoder
This is implementation detail class.
EncodedPart() - Constructor for class io.vertx.ext.mail.mailencoder.EncodedPart
 
EncodeException - Exception in io.vertx.core.json
 
EncodeException(String) - Constructor for exception io.vertx.core.json.EncodeException
 
EncodeException(String, Throwable) - Constructor for exception io.vertx.core.json.EncodeException
 
EncodeException() - Constructor for exception io.vertx.core.json.EncodeException
 
encodeMail() - Method in class io.vertx.ext.mail.mailencoder.MailEncoder
 
encodePrettily(Object) - Static method in class io.vertx.core.json.Json
Encode a POJO to JSON with pretty indentation, using the underlying Jackson mapper.
encodePrettily() - Method in class io.vertx.core.json.JsonArray
Encode the JSON array prettily as a string
encodePrettily() - Method in class io.vertx.core.json.JsonObject
Encode this JSON object a a string, with whitespace to make the object easier to read by a human, or other sentient organism.
encodeQP(String) - Static method in class io.vertx.ext.mail.mailencoder.Utils
 
encodeToBuffer(Object) - Static method in class io.vertx.core.json.Json
Encode a POJO to JSON using the underlying Jackson mapper.
encodeToWire(Buffer, S) - Method in interface io.vertx.core.eventbus.MessageCodec
Called by Vert.x when marshalling a message to the wire.
encodeToWire(Buffer, ServiceException) - Method in class io.vertx.serviceproxy.ServiceExceptionMessageCodec
 
encoding() - Method in class io.vertx.ext.stomp.Frame
Read the frame encoding.
encoding() - Method in class io.vertx.tracing.zipkin.VertxSender
 
end(String) - Method in interface io.vertx.core.http.HttpClientRequest
Same as HttpClientRequest.end(Buffer) but writes a String in UTF-8 encoding
end(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.http.HttpClientRequest
Same as HttpClientRequest.end(String) but with an handler called when the operation completes
end(String, String) - Method in interface io.vertx.core.http.HttpClientRequest
Same as HttpClientRequest.end(Buffer) but writes a String with the specified encoding
end(String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.http.HttpClientRequest
Same as HttpClientRequest.end(String,String) but with an handler called when the operation completes
end(Buffer) - Method in interface io.vertx.core.http.HttpClientRequest
Same as HttpClientRequest.end() but writes some data to the request body before ending.
end(Buffer, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.http.HttpClientRequest
Same as HttpClientRequest.end(String) but with an handler called when the operation completes
end() - Method in interface io.vertx.core.http.HttpClientRequest
Ends the request.
end(Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.http.HttpClientRequest
Same as HttpClientRequest.end() but with an handler called when the operation completes
end(Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.http.HttpClientResponse
Same as HttpClientResponse.end() but with an handler called when the operation completes
end() - Method in interface io.vertx.core.http.HttpClientResponse
Returns a future signaling when the response has been fully received successfully or failed.
end(Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.http.HttpServerRequest
Same as HttpServerRequest.end() but with an handler called when the operation completes
end() - Method in interface io.vertx.core.http.HttpServerRequest
Returns a future signaling when the request has been fully received successfully or failed.
end(String) - Method in interface io.vertx.core.http.HttpServerResponse
Same as HttpServerResponse.end(Buffer) but writes a String in UTF-8 encoding before ending the response.
end(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.http.HttpServerResponse
Same as HttpServerResponse.end(String) but with an handler called when the operation completes
end(String, String) - Method in interface io.vertx.core.http.HttpServerResponse
Same as HttpServerResponse.end(Buffer) but writes a String with the specified encoding before ending the response.
end(String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.http.HttpServerResponse
Same as HttpServerResponse.end(String, String) but with an handler called when the operation completes
end(Buffer) - Method in interface io.vertx.core.http.HttpServerResponse
Same as HttpServerResponse.end() but writes some data to the response body before ending.
end(Buffer, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.http.HttpServerResponse
Same as HttpServerResponse.end(Buffer) but with an handler called when the operation completes
end() - Method in interface io.vertx.core.http.HttpServerResponse
Ends the response.
end() - Method in interface io.vertx.core.http.WebSocketBase
Ends the stream.
end(Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.http.WebSocketBase
Same as WriteStream.end() but with an handler called when the operation completes
end() - Method in interface io.vertx.core.net.NetSocket
end(Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.net.NetSocket
end() - Method in interface io.vertx.core.parsetools.JsonParser
End the stream, this must be called after all the json stream has been processed.
end(T, boolean) - Method in interface io.vertx.core.spi.metrics.PoolMetrics
The submitted tasks has completed its execution and release the resource.
end() - Method in interface io.vertx.core.streams.WriteStream
Ends the stream.
end(Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.streams.WriteStream
Same as WriteStream.end() but with an handler called when the operation completes
end(T) - Method in interface io.vertx.core.streams.WriteStream
Same as WriteStream.end() but writes some data to the stream before ending.
end(T, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.streams.WriteStream
Same as #end(T) but with an handler called when the operation completes
end(Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.reactivestreams.ReactiveWriteStream
end() - Method in interface io.vertx.ext.shell.command.CommandProcess
End the process with the exit status 0
end(int) - Method in interface io.vertx.ext.shell.command.CommandProcess
End the process.
end() - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
end(String) - Method in interface io.vertx.ext.web.RoutingContext
Shortcut to the response end.
end(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.web.RoutingContext
end(Buffer) - Method in interface io.vertx.ext.web.RoutingContext
Shortcut to the response end.
end(Buffer, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.web.RoutingContext
end() - Method in interface io.vertx.ext.web.RoutingContext
Shortcut to the response end.
end(Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.web.RoutingContext
end(Handler<AsyncResult<Void>>) - Method in class io.vertx.grpc.stub.GrpcWriteStream
 
end(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.amqp.AmqpSender
Same as WriteStream.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
end() - Method in class io.vertx.reactivex.amqp.AmqpSender
Same as WriteStream.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
end(AmqpMessage, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.amqp.AmqpSender
Same as but with an handler called when the operation completes
end(AmqpMessage) - Method in class io.vertx.reactivex.amqp.AmqpSender
Same as but with an handler called when the operation completes
end(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.file.AsyncFile
Same as WriteStream.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
end() - Method in class io.vertx.reactivex.core.file.AsyncFile
Same as WriteStream.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
end(Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.file.AsyncFile
Same as but with an handler called when the operation completes
end(Buffer) - Method in class io.vertx.reactivex.core.file.AsyncFile
Same as but with an handler called when the operation completes
end(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
end(String) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
end(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
end(String, String) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
end(Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
end(Buffer) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
end(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
end() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
end(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.HttpClientResponse
Same as HttpClientResponse.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
end() - Method in class io.vertx.reactivex.core.http.HttpClientResponse
Same as HttpClientResponse.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
end(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.HttpServerRequest
Same as HttpServerRequest.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
end() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
Same as HttpServerRequest.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
end(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Same as HttpServerResponse.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
end() - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Same as HttpServerResponse.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
end(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Same as HttpServerResponse.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
end(String) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Same as HttpServerResponse.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
end(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Same as HttpServerResponse.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
end(String, String) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Same as HttpServerResponse.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
end(Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Same as HttpServerResponse.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
end(Buffer) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Same as HttpServerResponse.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
end(Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Same as but with an handler called when the operation completes
end(Buffer) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Same as but with an handler called when the operation completes
end(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
end() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
end(Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.WebSocket
Same as but with an handler called when the operation completes
end(Buffer) - Method in class io.vertx.reactivex.core.http.WebSocket
Same as but with an handler called when the operation completes
end(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.WebSocket
end() - Method in class io.vertx.reactivex.core.http.WebSocket
end(Buffer, Handler<AsyncResult<Void>>) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
Same as but with an handler called when the operation completes
end(Buffer) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
Same as but with an handler called when the operation completes
end(Handler<AsyncResult<Void>>) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
end() - Method in interface io.vertx.reactivex.core.http.WebSocketBase
end(Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.net.NetSocket
Same as but with an handler called when the operation completes
end(Buffer) - Method in class io.vertx.reactivex.core.net.NetSocket
Same as but with an handler called when the operation completes
end(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.net.NetSocket
end() - Method in class io.vertx.reactivex.core.net.NetSocket
end() - Method in class io.vertx.reactivex.core.parsetools.JsonParser
End the stream, this must be called after all the json stream has been processed.
end(Handler<AsyncResult<Void>>) - Method in interface io.vertx.reactivex.core.streams.WriteStream
Same as WriteStream.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
end() - Method in interface io.vertx.reactivex.core.streams.WriteStream
Same as WriteStream.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
end(T, Handler<AsyncResult<Void>>) - Method in interface io.vertx.reactivex.core.streams.WriteStream
Same as but with an handler called when the operation completes
end(T) - Method in interface io.vertx.reactivex.core.streams.WriteStream
Same as but with an handler called when the operation completes
end() - Method in class io.vertx.reactivex.ext.shell.command.CommandProcess
End the process with the exit status
end(int) - Method in class io.vertx.reactivex.ext.shell.command.CommandProcess
End the process.
end(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
Same as SockJSSocket.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
end() - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
Same as SockJSSocket.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
end(Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
Same as but with an handler called when the operation completes
end(Buffer) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
Same as but with an handler called when the operation completes
end(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.web.RoutingContext
end(String) - Method in class io.vertx.reactivex.ext.web.RoutingContext
end(Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.web.RoutingContext
end(Buffer) - Method in class io.vertx.reactivex.ext.web.RoutingContext
end(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.web.RoutingContext
end() - Method in class io.vertx.reactivex.ext.web.RoutingContext
end(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
Same as WriteStream.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
end() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
Same as WriteStream.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
end(KafkaProducerRecord<K, V>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
Same as but with an handler called when the operation completes
end(KafkaProducerRecord<K, V>) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
Same as but with an handler called when the operation completes
end(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.amqp.AmqpSender
Same as WriteStream.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
end() - Method in class io.vertx.rxjava.amqp.AmqpSender
Same as WriteStream.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
end(AmqpMessage, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.amqp.AmqpSender
Same as but with an handler called when the operation completes
end(AmqpMessage) - Method in class io.vertx.rxjava.amqp.AmqpSender
Same as but with an handler called when the operation completes
end(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.AsyncFile
Same as WriteStream.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
end() - Method in class io.vertx.rxjava.core.file.AsyncFile
Same as WriteStream.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
end(Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.AsyncFile
Same as but with an handler called when the operation completes
end(Buffer) - Method in class io.vertx.rxjava.core.file.AsyncFile
Same as but with an handler called when the operation completes
end(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
end(String) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
end(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
end(String, String) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
end(Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
end(Buffer) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
end(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
end() - Method in class io.vertx.rxjava.core.http.HttpClientRequest
end(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.http.HttpClientResponse
Same as HttpClientResponse.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
end() - Method in class io.vertx.rxjava.core.http.HttpClientResponse
Same as HttpClientResponse.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
end(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.http.HttpServerRequest
Same as HttpServerRequest.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
end() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
Same as HttpServerRequest.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
end(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Same as HttpServerResponse.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
end() - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Same as HttpServerResponse.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
end(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Same as HttpServerResponse.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
end(String) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Same as HttpServerResponse.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
end(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Same as HttpServerResponse.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
end(String, String) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Same as HttpServerResponse.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
end(Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Same as HttpServerResponse.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
end(Buffer) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Same as HttpServerResponse.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
end(Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
Same as but with an handler called when the operation completes
end(Buffer) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
Same as but with an handler called when the operation completes
end(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
end() - Method in class io.vertx.rxjava.core.http.ServerWebSocket
end(Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.http.WebSocket
Same as but with an handler called when the operation completes
end(Buffer) - Method in class io.vertx.rxjava.core.http.WebSocket
Same as but with an handler called when the operation completes
end(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.http.WebSocket
end() - Method in class io.vertx.rxjava.core.http.WebSocket
end(Buffer, Handler<AsyncResult<Void>>) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
Same as but with an handler called when the operation completes
end(Buffer) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
Same as but with an handler called when the operation completes
end(Handler<AsyncResult<Void>>) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
end() - Method in interface io.vertx.rxjava.core.http.WebSocketBase
end(Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.net.NetSocket
Same as but with an handler called when the operation completes
end(Buffer) - Method in class io.vertx.rxjava.core.net.NetSocket
Same as but with an handler called when the operation completes
end(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.net.NetSocket
end() - Method in class io.vertx.rxjava.core.net.NetSocket
end() - Method in class io.vertx.rxjava.core.parsetools.JsonParser
End the stream, this must be called after all the json stream has been processed.
end(Handler<AsyncResult<Void>>) - Method in interface io.vertx.rxjava.core.streams.WriteStream
Same as WriteStream.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
end() - Method in interface io.vertx.rxjava.core.streams.WriteStream
Same as WriteStream.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
end(T, Handler<AsyncResult<Void>>) - Method in interface io.vertx.rxjava.core.streams.WriteStream
Same as but with an handler called when the operation completes
end(T) - Method in interface io.vertx.rxjava.core.streams.WriteStream
Same as but with an handler called when the operation completes
end() - Method in class io.vertx.rxjava.ext.shell.command.CommandProcess
End the process with the exit status
end(int) - Method in class io.vertx.rxjava.ext.shell.command.CommandProcess
End the process.
end(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
Same as SockJSSocket.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
end() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
Same as SockJSSocket.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
end(Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
Same as but with an handler called when the operation completes
end(Buffer) - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
Same as but with an handler called when the operation completes
end(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.web.RoutingContext
end(String) - Method in class io.vertx.rxjava.ext.web.RoutingContext
end(Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.web.RoutingContext
end(Buffer) - Method in class io.vertx.rxjava.ext.web.RoutingContext
end(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.web.RoutingContext
end() - Method in class io.vertx.rxjava.ext.web.RoutingContext
end(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
Same as WriteStream.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
end() - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
Same as WriteStream.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
end(KafkaProducerRecord<K, V>, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
Same as but with an handler called when the operation completes
end(KafkaProducerRecord<K, V>) - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
Same as but with an handler called when the operation completes
ended() - Method in interface io.vertx.core.http.HttpServerResponse
 
ended() - Method in class io.vertx.reactivex.core.http.HttpServerResponse
 
ended() - Method in class io.vertx.rxjava.core.http.HttpServerResponse
 
endHandler(Handler<Void>) - Method in interface io.vertx.amqp.AmqpReceiver
 
endHandler(Handler<Void>) - Method in interface io.vertx.cassandra.CassandraRowStream
 
endHandler(Handler<Void>) - Method in interface io.vertx.core.datagram.DatagramSocket
 
endHandler(Handler<Void>) - Method in interface io.vertx.core.eventbus.MessageConsumer
 
endHandler(Handler<Void>) - Method in interface io.vertx.core.file.AsyncFile
 
endHandler(Handler<Void>) - Method in interface io.vertx.core.http.HttpClientResponse
 
endHandler(Handler<Void>) - Method in interface io.vertx.core.http.HttpServerFileUpload
 
endHandler(Handler<Void>) - Method in interface io.vertx.core.http.HttpServerRequest
 
endHandler(Handler<Void>) - Method in interface io.vertx.core.http.HttpServerResponse
Set an end handler for the response.
endHandler(Handler<Void>) - Method in interface io.vertx.core.http.ServerWebSocket
 
endHandler(Handler<Void>) - Method in interface io.vertx.core.http.WebSocket
 
endHandler(Handler<Void>) - Method in interface io.vertx.core.http.WebSocketBase
 
endHandler(Handler<Void>) - Method in interface io.vertx.core.net.NetSocket
Set an end handler.
endHandler(Handler<Void>) - Method in interface io.vertx.core.parsetools.JsonParser
 
endHandler(Handler<Void>) - Method in interface io.vertx.core.parsetools.RecordParser
 
endHandler(Handler<Void>) - Method in interface io.vertx.core.streams.ReadStream
Set an end handler.
endHandler(Handler<Void>) - Method in interface io.vertx.core.TimeoutStream
 
endHandler(Handler<Void>) - Method in interface io.vertx.ext.reactivestreams.ReactiveReadStream
 
endHandler(Handler<Void>) - Method in interface io.vertx.ext.shell.command.CommandProcess
Set an end handler, this handler is called when the command is ended, for instance the command is running and the shell closes.
endHandler(Handler<Void>) - Method in interface io.vertx.ext.sql.SQLRowStream
 
endHandler(Handler<TestResult>) - Method in interface io.vertx.ext.unit.report.TestCaseReport
Set a callback for completion, the specified handler is invoked when the test exec has completed.
endHandler(Handler<Void>) - Method in interface io.vertx.ext.unit.report.TestSuiteReport
 
endHandler(Handler<ServerWebSocket>) - Method in interface io.vertx.ext.web.handler.graphql.ApolloWSHandler
Customize the end Handler.
endHandler(Handler<Void>) - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
 
endHandler(Handler<Void>) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
 
endHandler(Handler<Void>) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
 
endHandler(Handler<Void>) - Method in interface io.vertx.pgclient.pubsub.PgChannel
Set an handler to be called when no more notifications will be received.
endHandler(Handler<Void>) - Method in interface io.vertx.rabbitmq.RabbitMQConsumer
Set an end handler.
endHandler(Handler<Void>) - Method in class io.vertx.reactivex.amqp.AmqpReceiver
 
endHandler(Handler<Void>) - Method in class io.vertx.reactivex.cassandra.CassandraRowStream
 
endHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
 
endHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.eventbus.MessageConsumer
 
endHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.file.AsyncFile
 
endHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.http.HttpClientResponse
 
endHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
 
endHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.http.HttpServerRequest
 
endHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Set an end handler for the response.
endHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
endHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.http.WebSocket
 
endHandler(Handler<Void>) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
 
endHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.net.NetSocket
This handler might be called after the close handler when the socket is paused and there are still buffers to deliver.
endHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.parsetools.JsonParser
 
endHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.parsetools.RecordParser
 
endHandler(Handler<Void>) - Method in interface io.vertx.reactivex.core.streams.ReadStream
Set an end handler.
endHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.TimeoutStream
 
endHandler(Handler<Void>) - Method in class io.vertx.reactivex.ext.shell.command.CommandProcess
Set an end handler, this handler is called when the command is ended, for instance the command is running and the shell closes.
endHandler(Handler<Void>) - Method in class io.vertx.reactivex.ext.sql.SQLRowStream
 
endHandler(Handler<TestResult>) - Method in class io.vertx.reactivex.ext.unit.report.TestCaseReport
Set a callback for completion, the specified handler is invoked when the test exec has completed.
endHandler(Handler<Void>) - Method in class io.vertx.reactivex.ext.unit.report.TestSuiteReport
 
endHandler(Handler<ServerWebSocket>) - Method in class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler
Customize the end .
endHandler(Handler<Void>) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
 
endHandler(Handler<Void>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
 
endHandler(Handler<Void>) - Method in class io.vertx.reactivex.pgclient.pubsub.PgChannel
Set an handler to be called when no more notifications will be received.
endHandler(Handler<Void>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQConsumer
Set an end handler.
endHandler(Handler<Void>) - Method in class io.vertx.reactivex.redis.client.RedisConnection
 
endHandler(Handler<Void>) - Method in class io.vertx.reactivex.sqlclient.RowStream
 
endHandler(Handler<Void>) - Method in interface io.vertx.redis.client.RedisConnection
Set an end handler.
endHandler(Handler<Void>) - Method in class io.vertx.rx.java.ReadStreamSubscriber
 
endHandler(Handler<Void>) - Method in class io.vertx.rxjava.amqp.AmqpReceiver
 
endHandler(Handler<Void>) - Method in class io.vertx.rxjava.cassandra.CassandraRowStream
 
endHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
 
endHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.eventbus.MessageConsumer
 
endHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.file.AsyncFile
 
endHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.http.HttpClientResponse
 
endHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.http.HttpServerFileUpload
 
endHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
endHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Set an end handler for the response.
endHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
endHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.http.WebSocket
 
endHandler(Handler<Void>) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
 
endHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.net.NetSocket
This handler might be called after the close handler when the socket is paused and there are still buffers to deliver.
endHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.parsetools.JsonParser
 
endHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.parsetools.RecordParser
 
endHandler(Handler<Void>) - Method in interface io.vertx.rxjava.core.streams.ReadStream
Set an end handler.
endHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.TimeoutStream
 
endHandler(Handler<Void>) - Method in class io.vertx.rxjava.ext.shell.command.CommandProcess
Set an end handler, this handler is called when the command is ended, for instance the command is running and the shell closes.
endHandler(Handler<Void>) - Method in class io.vertx.rxjava.ext.sql.SQLRowStream
 
endHandler(Handler<TestResult>) - Method in class io.vertx.rxjava.ext.unit.report.TestCaseReport
Set a callback for completion, the specified handler is invoked when the test exec has completed.
endHandler(Handler<Void>) - Method in class io.vertx.rxjava.ext.unit.report.TestSuiteReport
 
endHandler(Handler<ServerWebSocket>) - Method in class io.vertx.rxjava.ext.web.handler.graphql.ApolloWSHandler
Customize the end .
endHandler(Handler<Void>) - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
 
endHandler(Handler<Void>) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
 
endHandler(Handler<Void>) - Method in class io.vertx.rxjava.pgclient.pubsub.PgChannel
Set an handler to be called when no more notifications will be received.
endHandler(Handler<Void>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQConsumer
Set an end handler.
endHandler(Handler<Void>) - Method in class io.vertx.rxjava.redis.client.RedisConnection
 
endHandler(Handler<Void>) - Method in class io.vertx.rxjava.sqlclient.RowStream
 
endHandler(Handler<Void>) - Method in interface io.vertx.sqlclient.RowStream
 
endOffsets(Set<TopicPartition>, Handler<AsyncResult<Map<TopicPartition, Long>>>) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
Get the last offset for the given partitions.
endOffsets(Set<TopicPartition>) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
Like KafkaConsumer.endOffsets(Set, Handler) but returns a Future of the asynchronous result
endOffsets(TopicPartition, Handler<AsyncResult<Long>>) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
Get the last offset for the given partition.
endOffsets(TopicPartition) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
Like KafkaConsumer.endOffsets(TopicPartition, Handler) but returns a Future of the asynchronous result
endOffsets(Set<TopicPartition>, Handler<AsyncResult<Map<TopicPartition, Long>>>) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
Get the last offset for the given partitions.
endOffsets(Set<TopicPartition>) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
Like KafkaReadStream.endOffsets(Set, Handler) but returns a Future of the asynchronous result
endOffsets(TopicPartition, Handler<AsyncResult<Long>>) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
Get the last offset for the given partition.
endOffsets(TopicPartition) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
Like KafkaReadStream.endOffsets(TopicPartition, Handler) but returns a Future of the asynchronous result
endOffsets(TopicPartition, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Get the last offset for the given partition.
endOffsets(TopicPartition) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Get the last offset for the given partition.
endOffsets(TopicPartition, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Get the last offset for the given partition.
endOffsets(TopicPartition) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Get the last offset for the given partition.
endOnComplete(boolean) - Method in interface io.vertx.core.streams.Pipe
Set to true to call WriteStream.end() when the source ReadStream completes, false otherwise.
endOnComplete(boolean) - Method in class io.vertx.reactivex.core.streams.Pipe
Set to true to call WriteStream.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) when the source ReadStream completes, false otherwise.
endOnComplete(boolean) - Method in class io.vertx.rxjava.core.streams.Pipe
Set to true to call WriteStream.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) when the source ReadStream completes, false otherwise.
endOnFailure(boolean) - Method in interface io.vertx.core.streams.Pipe
Set to true to call WriteStream.end() when the source ReadStream fails, false otherwise.
endOnFailure(boolean) - Method in class io.vertx.reactivex.core.streams.Pipe
Set to true to call WriteStream.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) when the source ReadStream fails, false otherwise.
endOnFailure(boolean) - Method in class io.vertx.rxjava.core.streams.Pipe
Set to true to call WriteStream.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) when the source ReadStream fails, false otherwise.
endOnSuccess(boolean) - Method in interface io.vertx.core.streams.Pipe
Set to true to call WriteStream.end() when the source ReadStream succeeds, false otherwise.
endOnSuccess(boolean) - Method in class io.vertx.reactivex.core.streams.Pipe
Set to true to call WriteStream.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) when the source ReadStream succeeds, false otherwise.
endOnSuccess(boolean) - Method in class io.vertx.rxjava.core.streams.Pipe
Set to true to call WriteStream.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) when the source ReadStream succeeds, false otherwise.
ENDPOINT - Static variable in class io.vertx.servicediscovery.Record
 
endpointConnected(ClientMetrics<R, T, ?, ?>) - Method in interface io.vertx.core.spi.metrics.HttpClientMetrics
Called when a connection is made to a endpoint.
endpointDisconnected(ClientMetrics<R, T, ?, ?>) - Method in interface io.vertx.core.spi.metrics.HttpClientMetrics
Called when a connection to an endpoint is closed.
endpointHandler(Handler<MqttEndpoint>) - Method in interface io.vertx.mqtt.MqttServer
Set the endpoint handler for the server.
endpointHandler(Handler<MqttEndpoint>) - Method in class io.vertx.reactivex.mqtt.MqttServer
Set the endpoint handler for the server.
endpointHandler(Handler<MqttEndpoint>) - Method in class io.vertx.rxjava.mqtt.MqttServer
Set the endpoint handler for the server.
endSessionURL(User, JsonObject) - Method in interface io.vertx.ext.auth.oauth2.OAuth2Auth
The logout (end-session) endpoint is specified in OpenID Connect Session Management 1.0.
endSessionURL(User) - Method in interface io.vertx.ext.auth.oauth2.OAuth2Auth
The logout (end-session) endpoint is specified in OpenID Connect Session Management 1.0.
endSessionURL(User, JsonObject) - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
The logout (end-session) endpoint is specified in OpenID Connect Session Management 1.0.
endSessionURL(User) - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
The logout (end-session) endpoint is specified in OpenID Connect Session Management 1.0.
endSessionURL(User, JsonObject) - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
The logout (end-session) endpoint is specified in OpenID Connect Session Management 1.0.
endSessionURL(User) - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
The logout (end-session) endpoint is specified in OpenID Connect Session Management 1.0.
enqueueRequest() - Method in interface io.vertx.core.spi.metrics.ClientMetrics
Called when a connection is requested.
ensureValidity() - Method in class io.vertx.core.cli.Argument
Checks that the argument configuration is valid.
ensureValidity() - Method in class io.vertx.core.cli.Option
Checks whether or not the option is valid.
ensureValidity() - Method in class io.vertx.core.cli.TypedArgument
Checks whether or not the argument configuration is valid.
ensureValidity() - Method in class io.vertx.core.cli.TypedOption
 
entries() - Method in interface io.vertx.core.MultiMap
Returns all entries in the multi-map.
entries(Handler<AsyncResult<Map<K, V>>>) - Method in interface io.vertx.core.shareddata.AsyncMap
Get the entries of the map, asynchronously.
entries() - Method in interface io.vertx.core.shareddata.AsyncMap
Same as AsyncMap.entries(Handler) but returns a Future of the asynchronous result
entries() - Method in class io.vertx.reactivex.core.MultiMap
Returns all entries in the multi-map.
entries() - Method in class io.vertx.rxjava.core.MultiMap
Returns all entries in the multi-map.
entrySet() - Method in interface io.vertx.core.shareddata.LocalMap
Returns a Set view of the mappings contained in this map.
entryStream() - Method in interface io.vertx.ext.cluster.infinispan.InfinispanAsyncMap
Get the entries of the map as a ReadStream.
enumSchema(Object...) - Static method in class io.vertx.json.schema.common.dsl.Schemas
 
EnumValidator(Set) - Constructor for class io.vertx.json.schema.common.EnumValidatorFactory.EnumValidator
 
EnumValidatorFactory - Class in io.vertx.json.schema.common
 
EnumValidatorFactory() - Constructor for class io.vertx.json.schema.common.EnumValidatorFactory
 
EnumValidatorFactory.EnumValidator - Class in io.vertx.json.schema.common
 
ENV_VARIABLE_NAME - Static variable in interface io.vertx.ext.web.common.WebEnvironment
 
ENV_VARIABLE_NAME - Static variable in class io.vertx.reactivex.ext.web.common.WebEnvironment
 
ENV_VARIABLE_NAME - Static variable in class io.vertx.rxjava.ext.web.common.WebEnvironment
 
envelope() - Method in interface io.vertx.rabbitmq.RabbitMQMessage
 
envelope() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQMessage
 
envelope() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQMessage
 
equals(Object) - Method in class io.vertx.core.http.Http2Settings
 
equals(Object) - Method in class io.vertx.core.http.HttpMethod
 
equals(Object) - Method in class io.vertx.core.http.StreamPriority
 
equals(Object) - Method in class io.vertx.core.json.JsonArray
 
equals(Object) - Method in class io.vertx.core.json.JsonObject
 
equals(Object) - Method in class io.vertx.core.spi.cluster.NodeInfo
 
equals(Object) - Method in class io.vertx.core.spi.cluster.RegistrationInfo
 
equals(Object) - Method in class io.vertx.db2client.DB2ConnectOptions
 
equals(Object) - Method in class io.vertx.ext.consul.Check
 
equals(Object) - Method in class io.vertx.ext.consul.CheckList
 
equals(Object) - Method in class io.vertx.ext.consul.Coordinate
 
equals(Object) - Method in class io.vertx.ext.consul.CoordinateList
 
equals(Object) - Method in class io.vertx.ext.consul.Event
 
equals(Object) - Method in class io.vertx.ext.consul.EventList
 
equals(Object) - Method in class io.vertx.ext.consul.KeyValue
 
equals(Object) - Method in class io.vertx.ext.consul.KeyValueList
 
equals(Object) - Method in class io.vertx.ext.consul.Node
 
equals(Object) - Method in class io.vertx.ext.consul.NodeList
 
equals(Object) - Method in class io.vertx.ext.consul.Service
 
equals(Object) - Method in class io.vertx.ext.consul.ServiceEntry
 
equals(Object) - Method in class io.vertx.ext.consul.ServiceEntryList
 
equals(Object) - Method in class io.vertx.ext.consul.ServiceList
 
equals(Object) - Method in class io.vertx.ext.consul.Session
 
equals(Object) - Method in class io.vertx.ext.consul.SessionList
 
equals(Object) - Method in class io.vertx.ext.mail.DKIMSignOptions
 
equals(Object) - Method in class io.vertx.ext.mail.MailConfig
 
equals(Object) - Method in class io.vertx.ext.mail.MailMessage
 
equals(Object) - Method in class io.vertx.ext.mongo.AggregateOptions
 
equals(Object) - Method in class io.vertx.ext.mongo.BulkOperation
 
equals(Object) - Method in class io.vertx.ext.mongo.BulkWriteOptions
 
equals(Object) - Method in class io.vertx.ext.mongo.FindOptions
 
equals(Object) - Method in class io.vertx.ext.mongo.IndexModel
 
equals(Object) - Method in class io.vertx.ext.mongo.IndexOptions
 
equals(Object) - Method in class io.vertx.ext.mongo.MongoClientBulkWriteResult
 
equals(Object) - Method in class io.vertx.ext.mongo.MongoClientDeleteResult
 
equals(Object) - Method in class io.vertx.ext.mongo.MongoClientUpdateResult
 
equals(Object) - Method in class io.vertx.ext.mongo.UpdateOptions
 
equals(Object) - Method in class io.vertx.ext.sql.ResultSet
 
equals(Object) - Method in class io.vertx.ext.sql.UpdateResult
 
equals(Object) - Method in class io.vertx.kafka.client.common.ConfigResource
 
equals(Object) - Method in class io.vertx.kafka.client.common.TopicPartition
 
equals(Object) - Method in class io.vertx.maven.resolver.ResolutionOptions
 
equals(Object) - Method in class io.vertx.pgclient.data.Box
 
equals(Object) - Method in class io.vertx.pgclient.data.Circle
 
equals(Object) - Method in class io.vertx.pgclient.data.Interval
 
equals(Object) - Method in class io.vertx.pgclient.data.Line
 
equals(Object) - Method in class io.vertx.pgclient.data.LineSegment
 
equals(Object) - Method in class io.vertx.pgclient.data.Path
 
equals(Object) - Method in class io.vertx.pgclient.data.Point
 
equals(Object) - Method in class io.vertx.pgclient.data.Polygon
 
equals(Object) - Method in class io.vertx.pgclient.PgConnectOptions
 
equals(Object) - Method in class io.vertx.reactivex.amqp.AmqpClient
 
equals(Object) - Method in class io.vertx.reactivex.amqp.AmqpConnection
 
equals(Object) - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
equals(Object) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
equals(Object) - Method in class io.vertx.reactivex.amqp.AmqpReceiver
 
equals(Object) - Method in class io.vertx.reactivex.amqp.AmqpSender
 
equals(Object) - Method in class io.vertx.reactivex.cassandra.CassandraClient
 
equals(Object) - Method in class io.vertx.reactivex.cassandra.CassandraRowStream
 
equals(Object) - Method in class io.vertx.reactivex.cassandra.ResultSet
 
equals(Object) - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
 
equals(Object) - Method in class io.vertx.reactivex.circuitbreaker.HystrixMetricHandler
 
equals(Object) - Method in class io.vertx.reactivex.config.ConfigRetriever
 
equals(Object) - Method in class io.vertx.reactivex.core.buffer.Buffer
 
equals(Object) - Method in class io.vertx.reactivex.core.cli.CLI
 
equals(Object) - Method in class io.vertx.reactivex.core.cli.CommandLine
 
equals(Object) - Method in class io.vertx.reactivex.core.Context
 
equals(Object) - Method in class io.vertx.reactivex.core.datagram.DatagramPacket
 
equals(Object) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
 
equals(Object) - Method in class io.vertx.reactivex.core.dns.DnsClient
 
equals(Object) - Method in class io.vertx.reactivex.core.dns.MxRecord
 
equals(Object) - Method in class io.vertx.reactivex.core.dns.SrvRecord
 
equals(Object) - Method in class io.vertx.reactivex.core.eventbus.DeliveryContext
 
equals(Object) - Method in class io.vertx.reactivex.core.eventbus.EventBus
 
equals(Object) - Method in class io.vertx.reactivex.core.eventbus.Message
 
equals(Object) - Method in class io.vertx.reactivex.core.eventbus.MessageConsumer
 
equals(Object) - Method in class io.vertx.reactivex.core.eventbus.MessageProducer
 
equals(Object) - Method in class io.vertx.reactivex.core.file.AsyncFile
 
equals(Object) - Method in class io.vertx.reactivex.core.file.FileProps
 
equals(Object) - Method in class io.vertx.reactivex.core.file.FileSystem
 
equals(Object) - Method in class io.vertx.reactivex.core.file.FileSystemProps
 
equals(Object) - Method in class io.vertx.reactivex.core.http.Cookie
 
equals(Object) - Method in class io.vertx.reactivex.core.http.HttpClient
 
equals(Object) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
 
equals(Object) - Method in class io.vertx.reactivex.core.http.HttpClientResponse
 
equals(Object) - Method in class io.vertx.reactivex.core.http.HttpConnection
 
equals(Object) - Method in class io.vertx.reactivex.core.http.HttpFrame
 
equals(Object) - Method in class io.vertx.reactivex.core.http.HttpHeaders
 
equals(Object) - Method in class io.vertx.reactivex.core.http.HttpServer
 
equals(Object) - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
 
equals(Object) - Method in class io.vertx.reactivex.core.http.HttpServerRequest
 
equals(Object) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
 
equals(Object) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
equals(Object) - Method in class io.vertx.reactivex.core.http.WebSocket
 
equals(Object) - Method in class io.vertx.reactivex.core.http.WebSocketFrame
 
equals(Object) - Method in class io.vertx.reactivex.core.json.pointer.JsonPointer
 
equals(Object) - Method in class io.vertx.reactivex.core.json.pointer.JsonPointerIterator
 
equals(Object) - Method in class io.vertx.reactivex.core.MultiMap
 
equals(Object) - Method in class io.vertx.reactivex.core.net.NetClient
 
equals(Object) - Method in class io.vertx.reactivex.core.net.NetServer
 
equals(Object) - Method in class io.vertx.reactivex.core.net.NetSocket
 
equals(Object) - Method in class io.vertx.reactivex.core.net.SelfSignedCertificate
 
equals(Object) - Method in class io.vertx.reactivex.core.net.SocketAddress
 
equals(Object) - Method in class io.vertx.reactivex.core.parsetools.JsonEvent
 
equals(Object) - Method in class io.vertx.reactivex.core.parsetools.JsonParser
 
equals(Object) - Method in class io.vertx.reactivex.core.parsetools.RecordParser
 
equals(Object) - Method in class io.vertx.reactivex.core.Promise
 
equals(Object) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
 
equals(Object) - Method in class io.vertx.reactivex.core.shareddata.Counter
 
equals(Object) - Method in class io.vertx.reactivex.core.shareddata.LocalMap
 
equals(Object) - Method in class io.vertx.reactivex.core.shareddata.Lock
 
equals(Object) - Method in class io.vertx.reactivex.core.shareddata.SharedData
 
equals(Object) - Method in class io.vertx.reactivex.core.streams.Pipe
 
equals(Object) - Method in class io.vertx.reactivex.core.streams.Pump
 
equals(Object) - Method in class io.vertx.reactivex.core.TimeoutStream
 
equals(Object) - Method in class io.vertx.reactivex.core.Vertx
 
equals(Object) - Method in class io.vertx.reactivex.core.WorkerExecutor
 
equals(Object) - Method in class io.vertx.reactivex.db2client.DB2Connection
 
equals(Object) - Method in class io.vertx.reactivex.db2client.DB2Pool
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.authorization.AndAuthorization
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.authorization.Authorization
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.authorization.AuthorizationContext
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.authorization.AuthorizationProvider
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.authorization.Authorizations
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.authorization.NotAuthorization
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.authorization.OrAuthorization
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.authorization.PermissionBasedAuthorization
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.authorization.RoleBasedAuthorization
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.authorization.WildcardPermissionBasedAuthorization
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.AuthProvider
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.ChainAuth
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.HashingAlgorithm
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.HashingStrategy
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.htdigest.HtdigestAuth
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.htpasswd.HtpasswdAuth
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuth
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuthentication
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuthorization
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCHashStrategy
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCUserUtil
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.jwt.authorization.JWTAuthorization
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.jwt.authorization.MicroProfileAuthorization
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.jwt.JWTAuth
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.ldap.LdapAuthentication
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.mongo.HashStrategy
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuthentication
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuthorization
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.mongo.MongoUserUtil
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.oauth2.AccessToken
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.oauth2.authorization.KeycloakAuthorization
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.oauth2.authorization.ScopeAuthorization
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.oauth2.KeycloakHelper
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2RBAC
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Response
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.AmazonCognitoAuth
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.AzureADAuth
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.BoxAuth
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.CloudFoundryAuth
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.DropboxAuth
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.FacebookAuth
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.FoursquareAuth
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.GithubAuth
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.GitLabAuth
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.GoogleAuth
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.HerokuAuth
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.IBMCloudAuth
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.InstagramAuth
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.KeycloakAuth
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.LinkedInAuth
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.LiveAuth
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.MailchimpAuth
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.OpenIDConnectAuth
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.SalesforceAuth
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.ShopifyAuth
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.SoundcloudAuth
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.StripeAuth
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.TwitterAuth
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.oauth2.rbac.KeycloakRBAC
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.oauth2.rbac.MicroProfileRBAC
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.properties.PropertyFileAuthentication
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.properties.PropertyFileAuthorization
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.shiro.ShiroAuth
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.sqlclient.SqlAuthentication
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.sqlclient.SqlAuthorization
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.sqlclient.SqlUserUtil
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.User
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.VertxContextPRNG
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.webauthn.MetaDataService
 
equals(Object) - Method in class io.vertx.reactivex.ext.auth.webauthn.WebAuthn
 
equals(Object) - Method in class io.vertx.reactivex.ext.bridge.BaseBridgeEvent
 
equals(Object) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
 
equals(Object) - Method in class io.vertx.reactivex.ext.consul.Watch
 
equals(Object) - Method in class io.vertx.reactivex.ext.consul.WatchResult
 
equals(Object) - Method in class io.vertx.reactivex.ext.dropwizard.MetricsService
 
equals(Object) - Method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.BridgeEvent
 
equals(Object) - Method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.TcpEventBusBridge
 
equals(Object) - Method in class io.vertx.reactivex.ext.healthchecks.HealthCheckHandler
 
equals(Object) - Method in class io.vertx.reactivex.ext.healthchecks.HealthChecks
 
equals(Object) - Method in class io.vertx.reactivex.ext.jdbc.JDBCClient
 
equals(Object) - Method in class io.vertx.reactivex.ext.mail.MailAttachment
 
equals(Object) - Method in class io.vertx.reactivex.ext.mail.MailClient
 
equals(Object) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
 
equals(Object) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
 
equals(Object) - Method in class io.vertx.reactivex.ext.shell.cli.CliToken
 
equals(Object) - Method in class io.vertx.reactivex.ext.shell.cli.Completion
 
equals(Object) - Method in class io.vertx.reactivex.ext.shell.command.Command
 
equals(Object) - Method in class io.vertx.reactivex.ext.shell.command.CommandBuilder
 
equals(Object) - Method in class io.vertx.reactivex.ext.shell.command.CommandProcess
 
equals(Object) - Method in class io.vertx.reactivex.ext.shell.command.CommandRegistry
 
equals(Object) - Method in class io.vertx.reactivex.ext.shell.command.CommandResolver
 
equals(Object) - Method in class io.vertx.reactivex.ext.shell.session.Session
 
equals(Object) - Method in class io.vertx.reactivex.ext.shell.Shell
 
equals(Object) - Method in class io.vertx.reactivex.ext.shell.ShellServer
 
equals(Object) - Method in class io.vertx.reactivex.ext.shell.ShellService
 
equals(Object) - Method in class io.vertx.reactivex.ext.shell.system.Job
 
equals(Object) - Method in class io.vertx.reactivex.ext.shell.system.JobController
 
equals(Object) - Method in class io.vertx.reactivex.ext.shell.system.Process
 
equals(Object) - Method in class io.vertx.reactivex.ext.shell.term.Pty
 
equals(Object) - Method in class io.vertx.reactivex.ext.shell.term.SignalHandler
 
equals(Object) - Method in class io.vertx.reactivex.ext.shell.term.SockJSTermHandler
 
equals(Object) - Method in class io.vertx.reactivex.ext.shell.term.Term
 
equals(Object) - Method in class io.vertx.reactivex.ext.shell.term.TermServer
 
equals(Object) - Method in class io.vertx.reactivex.ext.shell.term.Tty
 
equals(Object) - Method in class io.vertx.reactivex.ext.sql.SQLClient
 
equals(Object) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
 
equals(Object) - Method in class io.vertx.reactivex.ext.sql.SQLRowStream
 
equals(Object) - Method in class io.vertx.reactivex.ext.stomp.Acknowledgement
 
equals(Object) - Method in class io.vertx.reactivex.ext.stomp.Destination
 
equals(Object) - Method in class io.vertx.reactivex.ext.stomp.DestinationFactory
 
equals(Object) - Method in class io.vertx.reactivex.ext.stomp.Frames
 
equals(Object) - Method in class io.vertx.reactivex.ext.stomp.ServerFrame
 
equals(Object) - Method in class io.vertx.reactivex.ext.stomp.StompClient
 
equals(Object) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
 
equals(Object) - Method in class io.vertx.reactivex.ext.stomp.StompServer
 
equals(Object) - Method in class io.vertx.reactivex.ext.stomp.StompServerConnection
 
equals(Object) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
 
equals(Object) - Method in class io.vertx.reactivex.ext.unit.Async
 
equals(Object) - Method in class io.vertx.reactivex.ext.unit.collect.EventBusCollector
 
equals(Object) - Method in class io.vertx.reactivex.ext.unit.Completion
 
equals(Object) - Method in class io.vertx.reactivex.ext.unit.report.Failure
 
equals(Object) - Method in class io.vertx.reactivex.ext.unit.report.TestCaseReport
 
equals(Object) - Method in class io.vertx.reactivex.ext.unit.report.TestResult
 
equals(Object) - Method in class io.vertx.reactivex.ext.unit.report.TestSuiteReport
 
equals(Object) - Method in class io.vertx.reactivex.ext.unit.TestCase
 
equals(Object) - Method in class io.vertx.reactivex.ext.unit.TestCompletion
 
equals(Object) - Method in class io.vertx.reactivex.ext.unit.TestContext
 
equals(Object) - Method in class io.vertx.reactivex.ext.unit.TestSuite
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RequestValidationHandler
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.api.RequestParameters
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.api.validation.ContainerDeserializer
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.api.validation.CustomValidator
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.api.validation.ParameterValidationRule
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.client.HttpResponse
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.client.predicate.ErrorConverter
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicateResult
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.client.WebClient
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.client.WebClientSession
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.codec.BodyCodec
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.common.template.TemplateEngine
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.common.WebEnvironment
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.FileUpload
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.AuthorizationHandler
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.BasicAuthHandler
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.BodyHandler
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.ChainAuthHandler
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.CorsHandler
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.CSPHandler
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.CSRFHandler
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.DigestAuthHandler
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.ErrorHandler
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.FaviconHandler
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.FormLoginHandler
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSConnectionInitEvent
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSMessage
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.graphql.dataloader.VertxBatchLoader
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.graphql.dataloader.VertxMappedBatchLoader
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.graphql.GraphiQLHandler
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.graphql.schema.VertxDataFetcher
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.graphql.schema.VertxPropertyDataFetcher
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.graphql.UploadScalar
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.HSTSHandler
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.JWTAuthHandler
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.LoggerHandler
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.MethodOverrideHandler
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.MultiTenantHandler
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.OAuth2AuthHandler
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.RedirectAuthHandler
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.ResponseContentTypeHandler
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.ResponseTimeHandler
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.SessionHandler
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.BridgeEvent
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSHandler
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.StaticHandler
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.TemplateHandler
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.TimeoutHandler
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.WebAuthnHandler
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.handler.XFrameHandler
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.LanguageHeader
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.MIMEHeader
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.multipart.FormDataPart
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.multipart.MultipartForm
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.openapi.OpenAPIHolder
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.openapi.Operation
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.openapi.RouterBuilder
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.ParsedHeaderValues
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.Route
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.Router
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.RoutingContext
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.Session
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.sstore.ClusteredSessionStore
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.sstore.LocalSessionStore
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.sstore.SessionStore
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.templ.freemarker.FreeMarkerTemplateEngine
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.templ.handlebars.HandlebarsTemplateEngine
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.templ.jade.JadeTemplateEngine
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.templ.mvel.MVELTemplateEngine
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.templ.pebble.PebbleTemplateEngine
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.templ.rocker.RockerTemplateEngine
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.validation.RequestParameter
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.validation.RequestParameters
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.validation.RequestPredicate
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.validation.RequestPredicateResult
 
equals(Object) - Method in class io.vertx.reactivex.ext.web.validation.ValidationHandler
 
equals(Object) - Method in class io.vertx.reactivex.jdbcclient.JDBCPool
 
equals(Object) - Method in class io.vertx.reactivex.jdbcclient.SqlOutParam
 
equals(Object) - Method in class io.vertx.reactivex.json.schema.Schema
 
equals(Object) - Method in class io.vertx.reactivex.json.schema.SchemaParser
 
equals(Object) - Method in class io.vertx.reactivex.json.schema.SchemaRouter
 
equals(Object) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
 
equals(Object) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
 
equals(Object) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumerRecord
 
equals(Object) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumerRecords
 
equals(Object) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaHeader
 
equals(Object) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
 
equals(Object) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord
 
equals(Object) - Method in class io.vertx.reactivex.micrometer.MetricsService
 
equals(Object) - Method in class io.vertx.reactivex.micrometer.PrometheusScrapingHandler
 
equals(Object) - Method in class io.vertx.reactivex.mqtt.messages.MqttConnAckMessage
 
equals(Object) - Method in class io.vertx.reactivex.mqtt.messages.MqttPublishMessage
 
equals(Object) - Method in class io.vertx.reactivex.mqtt.messages.MqttSubAckMessage
 
equals(Object) - Method in class io.vertx.reactivex.mqtt.messages.MqttSubscribeMessage
 
equals(Object) - Method in class io.vertx.reactivex.mqtt.messages.MqttUnsubscribeMessage
 
equals(Object) - Method in class io.vertx.reactivex.mqtt.MqttClient
 
equals(Object) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
 
equals(Object) - Method in class io.vertx.reactivex.mqtt.MqttServer
 
equals(Object) - Method in class io.vertx.reactivex.mqtt.MqttTopicSubscription
 
equals(Object) - Method in class io.vertx.reactivex.mysqlclient.MySQLClient
 
equals(Object) - Method in class io.vertx.reactivex.mysqlclient.MySQLConnection
 
equals(Object) - Method in class io.vertx.reactivex.mysqlclient.MySQLPool
 
equals(Object) - Method in class io.vertx.reactivex.pgclient.PgConnection
 
equals(Object) - Method in class io.vertx.reactivex.pgclient.PgPool
 
equals(Object) - Method in class io.vertx.reactivex.pgclient.pubsub.PgChannel
 
equals(Object) - Method in class io.vertx.reactivex.pgclient.pubsub.PgSubscriber
 
equals(Object) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
 
equals(Object) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQConsumer
 
equals(Object) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQMessage
 
equals(Object) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQPublisher
 
equals(Object) - Method in class io.vertx.reactivex.redis.client.Command
 
equals(Object) - Method in class io.vertx.reactivex.redis.client.Redis
 
equals(Object) - Method in class io.vertx.reactivex.redis.client.RedisAPI
 
equals(Object) - Method in class io.vertx.reactivex.redis.client.RedisConnection
 
equals(Object) - Method in class io.vertx.reactivex.redis.client.Request
 
equals(Object) - Method in class io.vertx.reactivex.redis.client.Response
 
equals(Object) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
 
equals(Object) - Method in class io.vertx.reactivex.servicediscovery.ServiceReference
 
equals(Object) - Method in class io.vertx.reactivex.servicediscovery.spi.ServiceExporter
 
equals(Object) - Method in class io.vertx.reactivex.servicediscovery.spi.ServiceImporter
 
equals(Object) - Method in class io.vertx.reactivex.servicediscovery.spi.ServicePublisher
 
equals(Object) - Method in class io.vertx.reactivex.servicediscovery.types.EventBusService
 
equals(Object) - Method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
 
equals(Object) - Method in class io.vertx.reactivex.servicediscovery.types.JDBCDataSource
 
equals(Object) - Method in class io.vertx.reactivex.servicediscovery.types.MessageSource
 
equals(Object) - Method in class io.vertx.reactivex.servicediscovery.types.MongoDataSource
 
equals(Object) - Method in class io.vertx.reactivex.servicediscovery.types.RedisDataSource
 
equals(Object) - Method in class io.vertx.reactivex.sqlclient.Cursor
 
equals(Object) - Method in class io.vertx.reactivex.sqlclient.desc.ColumnDescriptor
 
equals(Object) - Method in class io.vertx.reactivex.sqlclient.Pool
 
equals(Object) - Method in class io.vertx.reactivex.sqlclient.PreparedQuery
 
equals(Object) - Method in class io.vertx.reactivex.sqlclient.PreparedStatement
 
equals(Object) - Method in class io.vertx.reactivex.sqlclient.PropertyKind
 
equals(Object) - Method in class io.vertx.reactivex.sqlclient.Query
 
equals(Object) - Method in class io.vertx.reactivex.sqlclient.Row
 
equals(Object) - Method in class io.vertx.reactivex.sqlclient.RowIterator
 
equals(Object) - Method in class io.vertx.reactivex.sqlclient.RowSet
 
equals(Object) - Method in class io.vertx.reactivex.sqlclient.RowStream
 
equals(Object) - Method in class io.vertx.reactivex.sqlclient.spi.DatabaseMetadata
 
equals(Object) - Method in class io.vertx.reactivex.sqlclient.SqlClient
 
equals(Object) - Method in class io.vertx.reactivex.sqlclient.SqlConnection
 
equals(Object) - Method in class io.vertx.reactivex.sqlclient.SqlResult
 
equals(Object) - Method in class io.vertx.reactivex.sqlclient.templates.RowMapper
 
equals(Object) - Method in class io.vertx.reactivex.sqlclient.templates.SqlTemplate
 
equals(Object) - Method in class io.vertx.reactivex.sqlclient.templates.TupleMapper
 
equals(Object) - Method in class io.vertx.reactivex.sqlclient.Transaction
 
equals(Object) - Method in class io.vertx.reactivex.sqlclient.Tuple
 
equals(Object) - Method in class io.vertx.rxjava.amqp.AmqpClient
 
equals(Object) - Method in class io.vertx.rxjava.amqp.AmqpConnection
 
equals(Object) - Method in class io.vertx.rxjava.amqp.AmqpMessage
 
equals(Object) - Method in class io.vertx.rxjava.amqp.AmqpMessageBuilder
 
equals(Object) - Method in class io.vertx.rxjava.amqp.AmqpReceiver
 
equals(Object) - Method in class io.vertx.rxjava.amqp.AmqpSender
 
equals(Object) - Method in class io.vertx.rxjava.cassandra.CassandraClient
 
equals(Object) - Method in class io.vertx.rxjava.cassandra.CassandraRowStream
 
equals(Object) - Method in class io.vertx.rxjava.cassandra.ResultSet
 
equals(Object) - Method in class io.vertx.rxjava.circuitbreaker.CircuitBreaker
 
equals(Object) - Method in class io.vertx.rxjava.circuitbreaker.HystrixMetricHandler
 
equals(Object) - Method in class io.vertx.rxjava.config.ConfigRetriever
 
equals(Object) - Method in class io.vertx.rxjava.core.buffer.Buffer
 
equals(Object) - Method in class io.vertx.rxjava.core.cli.CLI
 
equals(Object) - Method in class io.vertx.rxjava.core.cli.CommandLine
 
equals(Object) - Method in class io.vertx.rxjava.core.Context
 
equals(Object) - Method in class io.vertx.rxjava.core.datagram.DatagramPacket
 
equals(Object) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
 
equals(Object) - Method in class io.vertx.rxjava.core.dns.DnsClient
 
equals(Object) - Method in class io.vertx.rxjava.core.dns.MxRecord
 
equals(Object) - Method in class io.vertx.rxjava.core.dns.SrvRecord
 
equals(Object) - Method in class io.vertx.rxjava.core.eventbus.DeliveryContext
 
equals(Object) - Method in class io.vertx.rxjava.core.eventbus.EventBus
 
equals(Object) - Method in class io.vertx.rxjava.core.eventbus.Message
 
equals(Object) - Method in class io.vertx.rxjava.core.eventbus.MessageConsumer
 
equals(Object) - Method in class io.vertx.rxjava.core.eventbus.MessageProducer
 
equals(Object) - Method in class io.vertx.rxjava.core.file.AsyncFile
 
equals(Object) - Method in class io.vertx.rxjava.core.file.FileProps
 
equals(Object) - Method in class io.vertx.rxjava.core.file.FileSystem
 
equals(Object) - Method in class io.vertx.rxjava.core.file.FileSystemProps
 
equals(Object) - Method in class io.vertx.rxjava.core.http.Cookie
 
equals(Object) - Method in class io.vertx.rxjava.core.http.HttpClient
 
equals(Object) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
 
equals(Object) - Method in class io.vertx.rxjava.core.http.HttpClientResponse
 
equals(Object) - Method in class io.vertx.rxjava.core.http.HttpConnection
 
equals(Object) - Method in class io.vertx.rxjava.core.http.HttpFrame
 
equals(Object) - Method in class io.vertx.rxjava.core.http.HttpHeaders
 
equals(Object) - Method in class io.vertx.rxjava.core.http.HttpServer
 
equals(Object) - Method in class io.vertx.rxjava.core.http.HttpServerFileUpload
 
equals(Object) - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
equals(Object) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
 
equals(Object) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
equals(Object) - Method in class io.vertx.rxjava.core.http.WebSocket
 
equals(Object) - Method in class io.vertx.rxjava.core.http.WebSocketFrame
 
equals(Object) - Method in class io.vertx.rxjava.core.json.pointer.JsonPointer
 
equals(Object) - Method in class io.vertx.rxjava.core.json.pointer.JsonPointerIterator
 
equals(Object) - Method in class io.vertx.rxjava.core.MultiMap
 
equals(Object) - Method in class io.vertx.rxjava.core.net.NetClient
 
equals(Object) - Method in class io.vertx.rxjava.core.net.NetServer
 
equals(Object) - Method in class io.vertx.rxjava.core.net.NetSocket
 
equals(Object) - Method in class io.vertx.rxjava.core.net.SelfSignedCertificate
 
equals(Object) - Method in class io.vertx.rxjava.core.net.SocketAddress
 
equals(Object) - Method in class io.vertx.rxjava.core.parsetools.JsonEvent
 
equals(Object) - Method in class io.vertx.rxjava.core.parsetools.JsonParser
 
equals(Object) - Method in class io.vertx.rxjava.core.parsetools.RecordParser
 
equals(Object) - Method in class io.vertx.rxjava.core.Promise
 
equals(Object) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
 
equals(Object) - Method in class io.vertx.rxjava.core.shareddata.Counter
 
equals(Object) - Method in class io.vertx.rxjava.core.shareddata.LocalMap
 
equals(Object) - Method in class io.vertx.rxjava.core.shareddata.Lock
 
equals(Object) - Method in class io.vertx.rxjava.core.shareddata.SharedData
 
equals(Object) - Method in class io.vertx.rxjava.core.streams.Pipe
 
equals(Object) - Method in class io.vertx.rxjava.core.streams.Pump
 
equals(Object) - Method in class io.vertx.rxjava.core.TimeoutStream
 
equals(Object) - Method in class io.vertx.rxjava.core.Vertx
 
equals(Object) - Method in class io.vertx.rxjava.core.WorkerExecutor
 
equals(Object) - Method in class io.vertx.rxjava.db2client.DB2Connection
 
equals(Object) - Method in class io.vertx.rxjava.db2client.DB2Pool
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.authentication.AuthenticationProvider
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.authorization.AndAuthorization
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.authorization.Authorization
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.authorization.AuthorizationContext
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.authorization.AuthorizationProvider
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.authorization.Authorizations
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.authorization.NotAuthorization
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.authorization.OrAuthorization
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.authorization.PermissionBasedAuthorization
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.authorization.RoleBasedAuthorization
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.authorization.WildcardPermissionBasedAuthorization
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.AuthProvider
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.ChainAuth
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.HashingAlgorithm
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.HashingStrategy
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.htdigest.HtdigestAuth
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.htpasswd.HtpasswdAuth
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.jdbc.JDBCAuth
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.jdbc.JDBCAuthentication
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.jdbc.JDBCAuthorization
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.jdbc.JDBCHashStrategy
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.jdbc.JDBCUserUtil
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.jwt.authorization.JWTAuthorization
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.jwt.authorization.MicroProfileAuthorization
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.jwt.JWTAuth
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.ldap.LdapAuthentication
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.mongo.HashStrategy
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.mongo.MongoAuthentication
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.mongo.MongoAuthorization
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.mongo.MongoUserUtil
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.oauth2.AccessToken
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.oauth2.authorization.KeycloakAuthorization
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.oauth2.authorization.ScopeAuthorization
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.oauth2.KeycloakHelper
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2RBAC
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Response
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.AmazonCognitoAuth
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.AzureADAuth
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.BoxAuth
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.CloudFoundryAuth
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.DropboxAuth
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.FacebookAuth
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.FoursquareAuth
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.GithubAuth
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.GitLabAuth
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.GoogleAuth
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.HerokuAuth
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.IBMCloudAuth
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.InstagramAuth
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.KeycloakAuth
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.LinkedInAuth
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.LiveAuth
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.MailchimpAuth
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.OpenIDConnectAuth
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.SalesforceAuth
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.ShopifyAuth
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.SoundcloudAuth
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.StripeAuth
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.TwitterAuth
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.oauth2.rbac.KeycloakRBAC
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.oauth2.rbac.MicroProfileRBAC
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.properties.PropertyFileAuthentication
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.properties.PropertyFileAuthorization
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.shiro.ShiroAuth
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.sqlclient.SqlAuthentication
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.sqlclient.SqlAuthorization
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.sqlclient.SqlUserUtil
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.User
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.VertxContextPRNG
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.webauthn.MetaDataService
 
equals(Object) - Method in class io.vertx.rxjava.ext.auth.webauthn.WebAuthn
 
equals(Object) - Method in class io.vertx.rxjava.ext.bridge.BaseBridgeEvent
 
equals(Object) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
 
equals(Object) - Method in class io.vertx.rxjava.ext.consul.Watch
 
equals(Object) - Method in class io.vertx.rxjava.ext.consul.WatchResult
 
equals(Object) - Method in class io.vertx.rxjava.ext.dropwizard.MetricsService
 
equals(Object) - Method in class io.vertx.rxjava.ext.eventbus.bridge.tcp.BridgeEvent
 
equals(Object) - Method in class io.vertx.rxjava.ext.eventbus.bridge.tcp.TcpEventBusBridge
 
equals(Object) - Method in class io.vertx.rxjava.ext.healthchecks.HealthCheckHandler
 
equals(Object) - Method in class io.vertx.rxjava.ext.healthchecks.HealthChecks
 
equals(Object) - Method in class io.vertx.rxjava.ext.jdbc.JDBCClient
 
equals(Object) - Method in class io.vertx.rxjava.ext.mail.MailAttachment
 
equals(Object) - Method in class io.vertx.rxjava.ext.mail.MailClient
 
equals(Object) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
 
equals(Object) - Method in class io.vertx.rxjava.ext.mongo.MongoGridFsClient
 
equals(Object) - Method in class io.vertx.rxjava.ext.shell.cli.CliToken
 
equals(Object) - Method in class io.vertx.rxjava.ext.shell.cli.Completion
 
equals(Object) - Method in class io.vertx.rxjava.ext.shell.command.Command
 
equals(Object) - Method in class io.vertx.rxjava.ext.shell.command.CommandBuilder
 
equals(Object) - Method in class io.vertx.rxjava.ext.shell.command.CommandProcess
 
equals(Object) - Method in class io.vertx.rxjava.ext.shell.command.CommandRegistry
 
equals(Object) - Method in class io.vertx.rxjava.ext.shell.command.CommandResolver
 
equals(Object) - Method in class io.vertx.rxjava.ext.shell.session.Session
 
equals(Object) - Method in class io.vertx.rxjava.ext.shell.Shell
 
equals(Object) - Method in class io.vertx.rxjava.ext.shell.ShellServer
 
equals(Object) - Method in class io.vertx.rxjava.ext.shell.ShellService
 
equals(Object) - Method in class io.vertx.rxjava.ext.shell.system.Job
 
equals(Object) - Method in class io.vertx.rxjava.ext.shell.system.JobController
 
equals(Object) - Method in class io.vertx.rxjava.ext.shell.system.Process
 
equals(Object) - Method in class io.vertx.rxjava.ext.shell.term.Pty
 
equals(Object) - Method in class io.vertx.rxjava.ext.shell.term.SignalHandler
 
equals(Object) - Method in class io.vertx.rxjava.ext.shell.term.SockJSTermHandler
 
equals(Object) - Method in class io.vertx.rxjava.ext.shell.term.Term
 
equals(Object) - Method in class io.vertx.rxjava.ext.shell.term.TermServer
 
equals(Object) - Method in class io.vertx.rxjava.ext.shell.term.Tty
 
equals(Object) - Method in class io.vertx.rxjava.ext.sql.SQLClient
 
equals(Object) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
 
equals(Object) - Method in class io.vertx.rxjava.ext.sql.SQLRowStream
 
equals(Object) - Method in class io.vertx.rxjava.ext.stomp.Acknowledgement
 
equals(Object) - Method in class io.vertx.rxjava.ext.stomp.Destination
 
equals(Object) - Method in class io.vertx.rxjava.ext.stomp.DestinationFactory
 
equals(Object) - Method in class io.vertx.rxjava.ext.stomp.Frames
 
equals(Object) - Method in class io.vertx.rxjava.ext.stomp.ServerFrame
 
equals(Object) - Method in class io.vertx.rxjava.ext.stomp.StompClient
 
equals(Object) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
 
equals(Object) - Method in class io.vertx.rxjava.ext.stomp.StompServer
 
equals(Object) - Method in class io.vertx.rxjava.ext.stomp.StompServerConnection
 
equals(Object) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
 
equals(Object) - Method in class io.vertx.rxjava.ext.unit.Async
 
equals(Object) - Method in class io.vertx.rxjava.ext.unit.collect.EventBusCollector
 
equals(Object) - Method in class io.vertx.rxjava.ext.unit.Completion
 
equals(Object) - Method in class io.vertx.rxjava.ext.unit.report.Failure
 
equals(Object) - Method in class io.vertx.rxjava.ext.unit.report.TestCaseReport
 
equals(Object) - Method in class io.vertx.rxjava.ext.unit.report.TestResult
 
equals(Object) - Method in class io.vertx.rxjava.ext.unit.report.TestSuiteReport
 
equals(Object) - Method in class io.vertx.rxjava.ext.unit.TestCase
 
equals(Object) - Method in class io.vertx.rxjava.ext.unit.TestCompletion
 
equals(Object) - Method in class io.vertx.rxjava.ext.unit.TestContext
 
equals(Object) - Method in class io.vertx.rxjava.ext.unit.TestSuite
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.api.contract.openapi3.OpenAPI3RequestValidationHandler
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.api.RequestParameter
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.api.RequestParameters
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.api.validation.ContainerDeserializer
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.api.validation.CustomValidator
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.api.validation.HTTPRequestValidationHandler
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.api.validation.ParameterTypeValidator
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.api.validation.ParameterValidationRule
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.client.HttpResponse
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.client.predicate.ErrorConverter
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicateResult
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.client.WebClient
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.client.WebClientSession
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.codec.BodyCodec
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.common.template.TemplateEngine
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.common.WebEnvironment
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.FileUpload
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.handler.AuthorizationHandler
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.handler.BasicAuthHandler
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.handler.BodyHandler
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.handler.ChainAuthHandler
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.handler.CorsHandler
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.handler.CSPHandler
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.handler.CSRFHandler
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.handler.DigestAuthHandler
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.handler.ErrorHandler
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.handler.FaviconHandler
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.handler.FormLoginHandler
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.handler.graphql.ApolloWSConnectionInitEvent
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.handler.graphql.ApolloWSHandler
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.handler.graphql.ApolloWSMessage
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.handler.graphql.dataloader.VertxBatchLoader
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.handler.graphql.dataloader.VertxMappedBatchLoader
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.handler.graphql.GraphiQLHandler
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.handler.graphql.GraphQLHandler
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.handler.graphql.schema.VertxDataFetcher
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.handler.graphql.schema.VertxPropertyDataFetcher
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.handler.graphql.UploadScalar
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.handler.HSTSHandler
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.handler.JWTAuthHandler
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.handler.LoggerHandler
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.handler.MethodOverrideHandler
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.handler.MultiTenantHandler
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.handler.OAuth2AuthHandler
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.handler.RedirectAuthHandler
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.handler.ResponseContentTypeHandler
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.handler.ResponseTimeHandler
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.handler.SessionHandler
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.handler.sockjs.BridgeEvent
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSHandler
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.handler.TemplateHandler
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.handler.TimeoutHandler
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.handler.WebAuthnHandler
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.handler.XFrameHandler
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.LanguageHeader
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.MIMEHeader
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.multipart.FormDataPart
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.multipart.MultipartForm
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.ParsedHeaderValues
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.Route
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.Router
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.RoutingContext
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.Session
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.sstore.ClusteredSessionStore
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.sstore.LocalSessionStore
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.templ.freemarker.FreeMarkerTemplateEngine
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.templ.handlebars.HandlebarsTemplateEngine
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.templ.jade.JadeTemplateEngine
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.templ.mvel.MVELTemplateEngine
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.templ.pebble.PebbleTemplateEngine
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.templ.rocker.RockerTemplateEngine
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.validation.RequestParameter
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.validation.RequestParameters
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.validation.RequestPredicate
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.validation.RequestPredicateResult
 
equals(Object) - Method in class io.vertx.rxjava.ext.web.validation.ValidationHandler
 
equals(Object) - Method in class io.vertx.rxjava.jdbcclient.JDBCPool
 
equals(Object) - Method in class io.vertx.rxjava.jdbcclient.SqlOutParam
 
equals(Object) - Method in class io.vertx.rxjava.json.schema.Schema
 
equals(Object) - Method in class io.vertx.rxjava.json.schema.SchemaParser
 
equals(Object) - Method in class io.vertx.rxjava.json.schema.SchemaRouter
 
equals(Object) - Method in class io.vertx.rxjava.kafka.admin.KafkaAdminClient
 
equals(Object) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
 
equals(Object) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumerRecord
 
equals(Object) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumerRecords
 
equals(Object) - Method in class io.vertx.rxjava.kafka.client.producer.KafkaHeader
 
equals(Object) - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
 
equals(Object) - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducerRecord
 
equals(Object) - Method in class io.vertx.rxjava.micrometer.MetricsService
 
equals(Object) - Method in class io.vertx.rxjava.micrometer.PrometheusScrapingHandler
 
equals(Object) - Method in class io.vertx.rxjava.mqtt.messages.MqttConnAckMessage
 
equals(Object) - Method in class io.vertx.rxjava.mqtt.messages.MqttPublishMessage
 
equals(Object) - Method in class io.vertx.rxjava.mqtt.messages.MqttSubAckMessage
 
equals(Object) - Method in class io.vertx.rxjava.mqtt.messages.MqttSubscribeMessage
 
equals(Object) - Method in class io.vertx.rxjava.mqtt.messages.MqttUnsubscribeMessage
 
equals(Object) - Method in class io.vertx.rxjava.mqtt.MqttClient
 
equals(Object) - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
 
equals(Object) - Method in class io.vertx.rxjava.mqtt.MqttServer
 
equals(Object) - Method in class io.vertx.rxjava.mqtt.MqttTopicSubscription
 
equals(Object) - Method in class io.vertx.rxjava.mysqlclient.MySQLClient
 
equals(Object) - Method in class io.vertx.rxjava.mysqlclient.MySQLConnection
 
equals(Object) - Method in class io.vertx.rxjava.mysqlclient.MySQLPool
 
equals(Object) - Method in class io.vertx.rxjava.pgclient.PgConnection
 
equals(Object) - Method in class io.vertx.rxjava.pgclient.PgPool
 
equals(Object) - Method in class io.vertx.rxjava.pgclient.pubsub.PgChannel
 
equals(Object) - Method in class io.vertx.rxjava.pgclient.pubsub.PgSubscriber
 
equals(Object) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
 
equals(Object) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQConsumer
 
equals(Object) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQMessage
 
equals(Object) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQPublisher
 
equals(Object) - Method in class io.vertx.rxjava.redis.client.Command
 
equals(Object) - Method in class io.vertx.rxjava.redis.client.Redis
 
equals(Object) - Method in class io.vertx.rxjava.redis.client.RedisAPI
 
equals(Object) - Method in class io.vertx.rxjava.redis.client.RedisConnection
 
equals(Object) - Method in class io.vertx.rxjava.redis.client.Request
 
equals(Object) - Method in class io.vertx.rxjava.redis.client.Response
 
equals(Object) - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
 
equals(Object) - Method in class io.vertx.rxjava.servicediscovery.ServiceReference
 
equals(Object) - Method in class io.vertx.rxjava.servicediscovery.spi.ServiceExporter
 
equals(Object) - Method in class io.vertx.rxjava.servicediscovery.spi.ServiceImporter
 
equals(Object) - Method in class io.vertx.rxjava.servicediscovery.spi.ServicePublisher
 
equals(Object) - Method in class io.vertx.rxjava.servicediscovery.types.EventBusService
 
equals(Object) - Method in class io.vertx.rxjava.servicediscovery.types.HttpEndpoint
 
equals(Object) - Method in class io.vertx.rxjava.servicediscovery.types.JDBCDataSource
 
equals(Object) - Method in class io.vertx.rxjava.servicediscovery.types.MessageSource
 
equals(Object) - Method in class io.vertx.rxjava.servicediscovery.types.MongoDataSource
 
equals(Object) - Method in class io.vertx.rxjava.servicediscovery.types.RedisDataSource
 
equals(Object) - Method in class io.vertx.rxjava.sqlclient.Cursor
 
equals(Object) - Method in class io.vertx.rxjava.sqlclient.desc.ColumnDescriptor
 
equals(Object) - Method in class io.vertx.rxjava.sqlclient.Pool
 
equals(Object) - Method in class io.vertx.rxjava.sqlclient.PreparedQuery
 
equals(Object) - Method in class io.vertx.rxjava.sqlclient.PreparedStatement
 
equals(Object) - Method in class io.vertx.rxjava.sqlclient.PropertyKind
 
equals(Object) - Method in class io.vertx.rxjava.sqlclient.Query
 
equals(Object) - Method in class io.vertx.rxjava.sqlclient.Row
 
equals(Object) - Method in class io.vertx.rxjava.sqlclient.RowIterator
 
equals(Object) - Method in class io.vertx.rxjava.sqlclient.RowSet
 
equals(Object) - Method in class io.vertx.rxjava.sqlclient.RowStream
 
equals(Object) - Method in class io.vertx.rxjava.sqlclient.spi.DatabaseMetadata
 
equals(Object) - Method in class io.vertx.rxjava.sqlclient.SqlClient
 
equals(Object) - Method in class io.vertx.rxjava.sqlclient.SqlConnection
 
equals(Object) - Method in class io.vertx.rxjava.sqlclient.SqlResult
 
equals(Object) - Method in class io.vertx.rxjava.sqlclient.Transaction
 
equals(Object) - Method in class io.vertx.rxjava.sqlclient.Tuple
 
equals(Object) - Method in class io.vertx.servicediscovery.Record
Checks whether or not the current object is equal to the given object.
equals(Object) - Method in class io.vertx.sqlclient.data.Numeric
 
equals(Object) - Method in class io.vertx.sqlclient.PoolOptions
 
equalsNumberSafe(Object, Object) - Static method in class io.vertx.json.schema.common.ComparisonUtils
 
error(Object) - Method in class io.vertx.core.logging.JULLogDelegate
 
error(Object, Object...) - Method in class io.vertx.core.logging.JULLogDelegate
 
error(Object, Throwable) - Method in class io.vertx.core.logging.JULLogDelegate
 
error(Object, Throwable, Object...) - Method in class io.vertx.core.logging.JULLogDelegate
 
error(Object) - Method in class io.vertx.core.logging.Log4j2LogDelegate
 
error(Object, Object...) - Method in class io.vertx.core.logging.Log4j2LogDelegate
 
error(Object, Throwable) - Method in class io.vertx.core.logging.Log4j2LogDelegate
 
error(Object, Throwable, Object...) - Method in class io.vertx.core.logging.Log4j2LogDelegate
 
error(Object) - Method in class io.vertx.core.logging.Logger
Deprecated.
see https://github.com/eclipse-vertx/vert.x/issues/2774
error(Object, Throwable) - Method in class io.vertx.core.logging.Logger
Deprecated.
see https://github.com/eclipse-vertx/vert.x/issues/2774
error(Object, Object...) - Method in class io.vertx.core.logging.Logger
Deprecated.
see https://github.com/eclipse-vertx/vert.x/issues/2774
error(Object, Throwable, Object...) - Method in class io.vertx.core.logging.Logger
Deprecated.
see https://github.com/eclipse-vertx/vert.x/issues/2774
error(Object) - Method in class io.vertx.core.logging.SLF4JLogDelegate
 
error(Object, Object...) - Method in class io.vertx.core.logging.SLF4JLogDelegate
 
error(Object, Throwable) - Method in class io.vertx.core.logging.SLF4JLogDelegate
 
error(Object, Throwable, Object...) - Method in class io.vertx.core.logging.SLF4JLogDelegate
 
error(Object) - Method in interface io.vertx.core.spi.logging.LogDelegate
 
error(Object, Object...) - Method in interface io.vertx.core.spi.logging.LogDelegate
 
error(Object, Throwable) - Method in interface io.vertx.core.spi.logging.LogDelegate
 
error(Object, Throwable, Object...) - Method in interface io.vertx.core.spi.logging.LogDelegate
 
ErrorConverter - Interface in io.vertx.ext.web.client.predicate
Converts a ResponsePredicateResult to a Throwable describing the error.
errorConverter() - Method in interface io.vertx.ext.web.client.predicate.ResponsePredicate
 
ErrorConverter - Class in io.vertx.reactivex.ext.web.client.predicate
Converts a ResponsePredicateResult to a Throwable describing the error.
ErrorConverter(ErrorConverter) - Constructor for class io.vertx.reactivex.ext.web.client.predicate.ErrorConverter
 
ErrorConverter(Object) - Constructor for class io.vertx.reactivex.ext.web.client.predicate.ErrorConverter
 
errorConverter() - Method in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
 
ErrorConverter - Class in io.vertx.rxjava.ext.web.client.predicate
Converts a ResponsePredicateResult to a Throwable describing the error.
ErrorConverter(ErrorConverter) - Constructor for class io.vertx.rxjava.ext.web.client.predicate.ErrorConverter
 
ErrorConverter(Object) - Constructor for class io.vertx.rxjava.ext.web.client.predicate.ErrorConverter
 
errorConverter() - Method in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
 
errorFrameHandler(Handler<Frame>) - Method in interface io.vertx.ext.stomp.StompClient
A general error frame handler.
errorFrameHandler(Handler<Frame>) - Method in class io.vertx.reactivex.ext.stomp.StompClient
A general error frame handler.
errorFrameHandler(Handler<Frame>) - Method in class io.vertx.rxjava.ext.stomp.StompClient
A general error frame handler.
errorHandler(Handler<Frame>) - Method in interface io.vertx.ext.stomp.StompClientConnection
Sets a handler notified when an ERROR frame is received by the client.
ErrorHandler - Interface in io.vertx.ext.web.handler
A pretty error handler for rendering error pages.
errorHandler(int, Handler<RoutingContext>) - Method in interface io.vertx.ext.web.Router
Specify an handler to handle an error for a particular status code.
errorHandler(Handler<Frame>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Sets a handler notified when an ERROR frame is received by the client.
ErrorHandler - Class in io.vertx.reactivex.ext.web.handler
A pretty error handler for rendering error pages.
ErrorHandler(ErrorHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.ErrorHandler
 
ErrorHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.ErrorHandler
 
errorHandler(int, Handler<RoutingContext>) - Method in class io.vertx.reactivex.ext.web.Router
Specify an handler to handle an error for a particular status code.
errorHandler(Handler<Frame>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Sets a handler notified when an ERROR frame is received by the client.
ErrorHandler - Class in io.vertx.rxjava.ext.web.handler
A pretty error handler for rendering error pages.
ErrorHandler(ErrorHandler) - Constructor for class io.vertx.rxjava.ext.web.handler.ErrorHandler
 
ErrorHandler(Object) - Constructor for class io.vertx.rxjava.ext.web.handler.ErrorHandler
 
errorHandler(int, Handler<RoutingContext>) - Method in class io.vertx.rxjava.ext.web.Router
Specify an handler to handle an error for a particular status code.
ErrorType - Enum in io.vertx.ext.web.openapi
 
ETAG - Static variable in interface io.vertx.core.http.HttpHeaders
Etag header name
etag(String) - Method in interface io.vertx.ext.web.RoutingContext
Set the ETag of a response.
ETAG - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Etag header name
etag(String) - Method in class io.vertx.reactivex.ext.web.RoutingContext
Set the ETag of a response.
ETAG - Static variable in class io.vertx.rxjava.core.http.HttpHeaders
Etag header name
etag(String) - Method in class io.vertx.rxjava.ext.web.RoutingContext
Set the ETag of a response.
EVAL - Static variable in class io.vertx.reactivex.redis.client.Command
 
eval(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command eval.
eval(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command eval.
EVAL - Static variable in interface io.vertx.redis.client.Command
 
eval(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command eval.
eval(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command eval.
EVAL - Static variable in class io.vertx.rxjava.redis.client.Command
 
eval(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command eval.
eval(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command eval.
EVALSHA - Static variable in class io.vertx.reactivex.redis.client.Command
 
evalsha(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command evalsha.
evalsha(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command evalsha.
EVALSHA - Static variable in interface io.vertx.redis.client.Command
 
evalsha(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command evalsha.
evalsha(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command evalsha.
EVALSHA - Static variable in class io.vertx.rxjava.redis.client.Command
 
evalsha(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command evalsha.
evalsha(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command evalsha.
evaluatedItems() - Method in class io.vertx.json.schema.common.NoopValidatorContext
 
evaluatedItems() - Method in class io.vertx.json.schema.common.RecordingValidatorContext
 
evaluatedItems() - Method in class io.vertx.json.schema.common.RecursiveAnchorValidatorContextDecorator
 
evaluatedItems() - Method in interface io.vertx.json.schema.common.ValidatorContext
 
evaluatedProperties() - Method in class io.vertx.json.schema.common.NoopValidatorContext
 
evaluatedProperties() - Method in class io.vertx.json.schema.common.RecordingValidatorContext
 
evaluatedProperties() - Method in class io.vertx.json.schema.common.RecursiveAnchorValidatorContextDecorator
 
evaluatedProperties() - Method in interface io.vertx.json.schema.common.ValidatorContext
 
Event - Class in io.vertx.ext.consul
Holds properties of Consul event
Event() - Constructor for class io.vertx.ext.consul.Event
Default constructor
Event(Event) - Constructor for class io.vertx.ext.consul.Event
Copy constructor
Event(JsonObject) - Constructor for class io.vertx.ext.consul.Event
Constructor from JSON
EVENT_TEST_CASE_BEGIN - Static variable in interface io.vertx.ext.unit.collect.EventBusCollector
Json type field value that signals a test case begins, used as part of the test reporting protocol for the event bus.
EVENT_TEST_CASE_BEGIN - Static variable in class io.vertx.reactivex.ext.unit.collect.EventBusCollector
Json type field value that signals a test case begins, used as part of the test reporting protocol for the event bus.
EVENT_TEST_CASE_BEGIN - Static variable in class io.vertx.rxjava.ext.unit.collect.EventBusCollector
Json type field value that signals a test case begins, used as part of the test reporting protocol for the event bus.
EVENT_TEST_CASE_END - Static variable in interface io.vertx.ext.unit.collect.EventBusCollector
Json type field value that signals a test case ends, used as part of the test reporting protocol for the event bus.
EVENT_TEST_CASE_END - Static variable in class io.vertx.reactivex.ext.unit.collect.EventBusCollector
Json type field value that signals a test case ends, used as part of the test reporting protocol for the event bus.
EVENT_TEST_CASE_END - Static variable in class io.vertx.rxjava.ext.unit.collect.EventBusCollector
Json type field value that signals a test case ends, used as part of the test reporting protocol for the event bus.
EVENT_TEST_SUITE_BEGIN - Static variable in interface io.vertx.ext.unit.collect.EventBusCollector
Json type field value that signals a test suite begins, used as part of the test reporting protocol for the event bus.
EVENT_TEST_SUITE_BEGIN - Static variable in class io.vertx.reactivex.ext.unit.collect.EventBusCollector
Json type field value that signals a test suite begins, used as part of the test reporting protocol for the event bus.
EVENT_TEST_SUITE_BEGIN - Static variable in class io.vertx.rxjava.ext.unit.collect.EventBusCollector
Json type field value that signals a test suite begins, used as part of the test reporting protocol for the event bus.
EVENT_TEST_SUITE_END - Static variable in interface io.vertx.ext.unit.collect.EventBusCollector
Json type field value that signals a test suite ends, used as part of the test reporting protocol for the event bus.
EVENT_TEST_SUITE_END - Static variable in class io.vertx.reactivex.ext.unit.collect.EventBusCollector
Json type field value that signals a test suite ends, used as part of the test reporting protocol for the event bus.
EVENT_TEST_SUITE_END - Static variable in class io.vertx.rxjava.ext.unit.collect.EventBusCollector
Json type field value that signals a test suite ends, used as part of the test reporting protocol for the event bus.
EVENT_TEST_SUITE_ERROR - Static variable in interface io.vertx.ext.unit.collect.EventBusCollector
Json type field value that reports a test suite error, used as part of the test reporting protocol for the event bus.
EVENT_TEST_SUITE_ERROR - Static variable in class io.vertx.reactivex.ext.unit.collect.EventBusCollector
Json type field value that reports a test suite error, used as part of the test reporting protocol for the event bus.
EVENT_TEST_SUITE_ERROR - Static variable in class io.vertx.rxjava.ext.unit.collect.EventBusCollector
Json type field value that reports a test suite error, used as part of the test reporting protocol for the event bus.
EventBus - Interface in io.vertx.core.eventbus
A Vert.x event-bus is a light-weight distributed messaging system which allows different parts of your application, or different applications and services to communicate with each in a loosely coupled way.
eventBus() - Method in interface io.vertx.core.Vertx
Get the event bus object.
EventBus - Class in io.vertx.reactivex.core.eventbus
A Vert.x event-bus is a light-weight distributed messaging system which allows different parts of your application, or different applications and services to communicate with each in a loosely coupled way.
EventBus(EventBus) - Constructor for class io.vertx.reactivex.core.eventbus.EventBus
 
EventBus(Object) - Constructor for class io.vertx.reactivex.core.eventbus.EventBus
 
eventBus() - Method in class io.vertx.reactivex.core.Vertx
Get the event bus object.
EventBus - Class in io.vertx.rxjava.core.eventbus
A Vert.x event-bus is a light-weight distributed messaging system which allows different parts of your application, or different applications and services to communicate with each in a loosely coupled way.
EventBus(EventBus) - Constructor for class io.vertx.rxjava.core.eventbus.EventBus
 
EventBus(Object) - Constructor for class io.vertx.rxjava.core.eventbus.EventBus
 
eventBus() - Method in class io.vertx.rxjava.core.Vertx
Get the event bus object.
EventBusCollector - Interface in io.vertx.ext.unit.collect
The event bus collector listen to events on the Vert.x event bus and translate them into reports.
EventBusCollector - Class in io.vertx.reactivex.ext.unit.collect
The event bus collector listen to events on the Vert.x event bus and translate them into reports.
EventBusCollector(EventBusCollector) - Constructor for class io.vertx.reactivex.ext.unit.collect.EventBusCollector
 
EventBusCollector(Object) - Constructor for class io.vertx.reactivex.ext.unit.collect.EventBusCollector
 
EventBusCollector - Class in io.vertx.rxjava.ext.unit.collect
The event bus collector listen to events on the Vert.x event bus and translate them into reports.
EventBusCollector(EventBusCollector) - Constructor for class io.vertx.rxjava.ext.unit.collect.EventBusCollector
 
EventBusCollector(Object) - Constructor for class io.vertx.rxjava.ext.unit.collect.EventBusCollector
 
EventBusMetrics<H> - Interface in io.vertx.core.spi.metrics
The event bus metrics SPI which Vert.x will use to call when each event occurs.
EventBusOptions - Class in io.vertx.core.eventbus
Options to configure the event bus.
EventBusOptions() - Constructor for class io.vertx.core.eventbus.EventBusOptions
Creates a new instance of EventBusOptions using the default configuration.
EventBusOptions(EventBusOptions) - Constructor for class io.vertx.core.eventbus.EventBusOptions
Copy constructor to create an instance of EventBusOptions using the values of the given object.
EventBusOptions(JsonObject) - Constructor for class io.vertx.core.eventbus.EventBusOptions
Creates a new instance of EventBusOptions from the JSON object.
EventBusOptionsConverter - Class in io.vertx.core.eventbus
Converter and mapper for EventBusOptions.
EventBusOptionsConverter() - Constructor for class io.vertx.core.eventbus.EventBusOptionsConverter
 
EventBusService - Class in io.vertx.reactivex.servicediscovery.types
for event bus services (service proxies).
EventBusService(EventBusService) - Constructor for class io.vertx.reactivex.servicediscovery.types.EventBusService
 
EventBusService(Object) - Constructor for class io.vertx.reactivex.servicediscovery.types.EventBusService
 
EventBusService - Class in io.vertx.rxjava.servicediscovery.types
for event bus services (service proxies).
EventBusService(EventBusService) - Constructor for class io.vertx.rxjava.servicediscovery.types.EventBusService
 
EventBusService(Object) - Constructor for class io.vertx.rxjava.servicediscovery.types.EventBusService
 
EventBusService - Interface in io.vertx.servicediscovery.types
ServiceType for event bus services (service proxies).
eventBusStarted() - Method in interface io.vertx.core.spi.cluster.NodeSelector
Invoked after the clustered EventBus has started.
EventConverter - Class in io.vertx.ext.consul
Converter and mapper for Event.
EventConverter() - Constructor for class io.vertx.ext.consul.EventConverter
 
EventList - Class in io.vertx.ext.consul
Holds result of events query
EventList() - Constructor for class io.vertx.ext.consul.EventList
Default constructor
EventList(EventList) - Constructor for class io.vertx.ext.consul.EventList
Copy constructor
EventList(JsonObject) - Constructor for class io.vertx.ext.consul.EventList
Constructor from JSON
EventListConverter - Class in io.vertx.ext.consul
Converter and mapper for EventList.
EventListConverter() - Constructor for class io.vertx.ext.consul.EventListConverter
 
EventListOptions - Class in io.vertx.ext.consul
Holds options for events list request
EventListOptions() - Constructor for class io.vertx.ext.consul.EventListOptions
Default constructor
EventListOptions(JsonObject) - Constructor for class io.vertx.ext.consul.EventListOptions
Constructor from JSON
EventListOptionsConverter - Class in io.vertx.ext.consul
Converter and mapper for EventListOptions.
EventListOptionsConverter() - Constructor for class io.vertx.ext.consul.EventListOptionsConverter
 
EventOptions - Class in io.vertx.ext.consul
Options used to trigger a new user event.
EventOptions() - Constructor for class io.vertx.ext.consul.EventOptions
Default constructor
EventOptions(EventOptions) - Constructor for class io.vertx.ext.consul.EventOptions
Copy constructor
EventOptions(JsonObject) - Constructor for class io.vertx.ext.consul.EventOptions
Constructor from JSON
EventOptionsConverter - Class in io.vertx.ext.consul
Converter and mapper for EventOptions.
EventOptionsConverter() - Constructor for class io.vertx.ext.consul.EventOptionsConverter
 
events(String, Vertx) - Static method in interface io.vertx.ext.consul.Watch
Creates Watch to monitoring the custom user events.
events(String, Vertx, ConsulClientOptions) - Static method in interface io.vertx.ext.consul.Watch
Creates Watch to monitoring the custom user events.
events(String, Vertx) - Static method in class io.vertx.reactivex.ext.consul.Watch
Creates Watch to monitoring the custom user events.
events(String, Vertx, ConsulClientOptions) - Static method in class io.vertx.reactivex.ext.consul.Watch
Creates Watch to monitoring the custom user events.
events(String, Vertx) - Static method in class io.vertx.rxjava.ext.consul.Watch
Creates Watch to monitoring the custom user events.
events(String, Vertx, ConsulClientOptions) - Static method in class io.vertx.rxjava.ext.consul.Watch
Creates Watch to monitoring the custom user events.
eventually(Function<Void, Future<U>>) - Method in interface io.vertx.core.Future
Compose this future with a mapper that will be always be called.
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.amqp.AmqpConnection
Registers a handler called on disconnection.
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.amqp.AmqpReceiver
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.amqp.AmqpSender
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.cassandra.CassandraRowStream
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.Context
Set an exception handler called when the context runs an action throwing an uncaught throwable.

When this handler is called, Vertx.currentContext() will return this context.

exceptionHandler() - Method in interface io.vertx.core.Context
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.datagram.DatagramSocket
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.eventbus.MessageConsumer
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.file.AsyncFile
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.http.HttpClientRequest
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.http.HttpClientResponse
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.http.HttpConnection
Set an handler called when a connection error happens
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.http.HttpServer
Set an exception handler called for socket errors happening before the HTTP connection is established, e.g during the TLS handshake.
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.http.HttpServerFileUpload
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.http.HttpServerRequest
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.http.HttpServerResponse
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.http.ServerWebSocket
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.http.WebSocket
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.http.WebSocketBase
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.net.NetServer
Set an exception handler called for socket errors happening before the connection is passed to the NetServer.connectHandler(io.vertx.core.Handler<io.vertx.core.net.NetSocket>), e.g during the TLS handshake.
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.net.NetSocket
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.parsetools.JsonParser
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.parsetools.RecordParser
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.streams.ReadStream
Set an exception handler on the read stream.
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.streams.StreamBase
Set an exception handler.
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.streams.WriteStream
Set an exception handler on the write stream.
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.TimeoutStream
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.Vertx
Set a default exception handler for Context, set on Context.exceptionHandler(Handler) at creation.
exceptionHandler() - Method in interface io.vertx.core.Vertx
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.db2client.DB2Connection
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.ext.reactivestreams.ReactiveReadStream
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.ext.reactivestreams.ReactiveWriteStream
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.ext.sql.SQLRowStream
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.ext.stomp.StompClient
Sets an exception handler notified for TCP-level errors.
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.ext.stomp.StompClientConnection
Configures the exception handler notified upon TCP-level errors.
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.ext.unit.report.TestSuiteReport
Set an exception handler, the exception handler reports the test suite errors, it can be called mulitple times before the test ends.
exceptionHandler() - Method in interface io.vertx.ext.unit.TestContext
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.grpc.stub.GrpcWriteStream
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.kafka.client.producer.KafkaProducer
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.kafka.client.producer.KafkaWriteStream
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.mqtt.MqttClient
Set an exception handler for the client, that will be called when an error happens in internal netty structures.
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.mqtt.MqttEndpoint
Set an exception handler.
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.mqtt.MqttServer
Set an exception handler for the server, that will be called when an error happens independantly of an accepted MqttEndpoint, like a rejected connection
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.mysqlclient.MySQLConnection
Set an handler called with connection errors.
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.pgclient.PgConnection
Set an handler called with connection errors.
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.pgclient.pubsub.PgChannel
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.rabbitmq.RabbitMQConsumer
Set an exception handler on the read stream.
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.amqp.AmqpConnection
Registers a handler called on disconnection.
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.amqp.AmqpReceiver
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.amqp.AmqpSender
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.cassandra.CassandraRowStream
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.core.Context
Set an exception handler called when the context runs an action throwing an uncaught throwable.

When this handler is called, Vertx.currentContext() will return this context.

exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.core.eventbus.MessageConsumer
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.core.file.AsyncFile
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.core.http.HttpClientResponse
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.core.http.HttpConnection
Set an handler called when a connection error happens
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.core.http.HttpServer
Set an exception handler called for socket errors happening before the HTTP connection is established, e.g during the TLS handshake.
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.core.http.HttpServerRequest
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.core.http.WebSocket
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.core.net.NetSocket
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.core.parsetools.JsonParser
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.core.parsetools.RecordParser
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.reactivex.core.streams.ReadStream
Set an exception handler on the read stream.
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.reactivex.core.streams.StreamBase
Set an exception handler.
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.reactivex.core.streams.WriteStream
Set an exception handler on the write stream.
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.core.TimeoutStream
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.core.Vertx
Set a default exception handler for Context, set on at creation.
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.db2client.DB2Connection
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.ext.sql.SQLRowStream
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.ext.stomp.StompClient
Sets an exception handler notified for TCP-level errors.
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Configures the exception handler notified upon TCP-level errors.
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.ext.unit.report.TestSuiteReport
Set an exception handler, the exception handler reports the test suite errors, it can be called mulitple times before the test ends.
exceptionHandler() - Method in class io.vertx.reactivex.ext.unit.TestContext
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.mqtt.MqttClient
Set an exception handler for the client, that will be called when an error happens in internal netty structures.
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
Set an exception handler.
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.mqtt.MqttServer
Set an exception handler for the server, that will be called when an error happens independantly of an accepted MqttEndpoint, like a rejected connection
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.mysqlclient.MySQLConnection
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.pgclient.PgConnection
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.pgclient.pubsub.PgChannel
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQConsumer
Set an exception handler on the read stream.
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.redis.client.RedisConnection
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.sqlclient.RowStream
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.reactivex.sqlclient.SqlConnection
Set an handler called with connection errors.
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.redis.client.RedisConnection
Set an exception handler on the read stream.
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rx.java.ReadStreamSubscriber
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.amqp.AmqpConnection
Registers a handler called on disconnection.
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.amqp.AmqpReceiver
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.amqp.AmqpSender
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.cassandra.CassandraRowStream
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.core.Context
Set an exception handler called when the context runs an action throwing an uncaught throwable.

When this handler is called, Vertx.currentContext() will return this context.

exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.core.eventbus.MessageConsumer
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.core.file.AsyncFile
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.core.http.HttpClientResponse
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.core.http.HttpConnection
Set an handler called when a connection error happens
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.core.http.HttpServer
Set an exception handler called for socket errors happening before the HTTP connection is established, e.g during the TLS handshake.
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.core.http.HttpServerFileUpload
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.core.http.WebSocket
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.core.net.NetSocket
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.core.parsetools.JsonParser
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.core.parsetools.RecordParser
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.rxjava.core.streams.ReadStream
Set an exception handler on the read stream.
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.rxjava.core.streams.StreamBase
Set an exception handler.
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.rxjava.core.streams.WriteStream
Set an exception handler on the write stream.
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.core.TimeoutStream
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.core.Vertx
Set a default exception handler for Context, set on at creation.
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.db2client.DB2Connection
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.ext.sql.SQLRowStream
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.ext.stomp.StompClient
Sets an exception handler notified for TCP-level errors.
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Configures the exception handler notified upon TCP-level errors.
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.ext.unit.report.TestSuiteReport
Set an exception handler, the exception handler reports the test suite errors, it can be called mulitple times before the test ends.
exceptionHandler() - Method in class io.vertx.rxjava.ext.unit.TestContext
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.mqtt.MqttClient
Set an exception handler for the client, that will be called when an error happens in internal netty structures.
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
Set an exception handler.
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.mqtt.MqttServer
Set an exception handler for the server, that will be called when an error happens independantly of an accepted MqttEndpoint, like a rejected connection
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.mysqlclient.MySQLConnection
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.pgclient.PgConnection
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.pgclient.pubsub.PgChannel
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQConsumer
Set an exception handler on the read stream.
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.redis.client.RedisConnection
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.sqlclient.RowStream
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.rxjava.sqlclient.SqlConnection
Set an handler called with connection errors.
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.sqlclient.RowStream
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.sqlclient.SqlConnection
Set an handler called with connection errors.
exceptionOccurred(S, SocketAddress, Throwable) - Method in interface io.vertx.core.spi.metrics.NetworkMetrics
Called when exceptions occur for a specific connection.
exchangeBind(String, String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Bind an exchange to an exchange.
exchangeBind(String, String, String) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Like RabbitMQClient.exchangeBind(String, String, String, Handler) but returns a Future of the asynchronous result
exchangeBind(String, String, String, Map<String, Object>, Handler<AsyncResult<Void>>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Bind an exchange to an exchange.
exchangeBind(String, String, String, Map<String, Object>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Like RabbitMQClient.exchangeBind(String, String, String, Map, Handler) but returns a Future of the asynchronous result
exchangeBind(String, String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Bind an exchange to an exchange.
exchangeBind(String, String, String) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Bind an exchange to an exchange.
exchangeBind(String, String, String, Map<String, Object>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Bind an exchange to an exchange.
exchangeBind(String, String, String, Map<String, Object>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Bind an exchange to an exchange.
exchangeBind(String, String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Bind an exchange to an exchange.
exchangeBind(String, String, String) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Bind an exchange to an exchange.
exchangeBind(String, String, String, Map<String, Object>, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Bind an exchange to an exchange.
exchangeBind(String, String, String, Map<String, Object>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Bind an exchange to an exchange.
exchangeDeclare(String, String, boolean, boolean, Handler<AsyncResult<Void>>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Declare an exchange.
exchangeDeclare(String, String, boolean, boolean) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Like RabbitMQClient.exchangeDeclare(String, String, boolean, boolean, Handler) but returns a Future of the asynchronous result
exchangeDeclare(String, String, boolean, boolean, JsonObject, Handler<AsyncResult<Void>>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Declare an exchange with additional parameters such as dead lettering, an alternate exchange or TTL.
exchangeDeclare(String, String, boolean, boolean, JsonObject) - Method in interface io.vertx.rabbitmq.RabbitMQClient
exchangeDeclare(String, String, boolean, boolean, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Declare an exchange.
exchangeDeclare(String, String, boolean, boolean) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Declare an exchange.
exchangeDeclare(String, String, boolean, boolean, JsonObject, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Declare an exchange with additional parameters such as dead lettering, an alternate exchange or TTL.
exchangeDeclare(String, String, boolean, boolean, JsonObject) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Declare an exchange with additional parameters such as dead lettering, an alternate exchange or TTL.
exchangeDeclare(String, String, boolean, boolean, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Declare an exchange.
exchangeDeclare(String, String, boolean, boolean) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Declare an exchange.
exchangeDeclare(String, String, boolean, boolean, JsonObject, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Declare an exchange with additional parameters such as dead lettering, an alternate exchange or TTL.
exchangeDeclare(String, String, boolean, boolean, JsonObject) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Declare an exchange with additional parameters such as dead lettering, an alternate exchange or TTL.
exchangeDelete(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Delete an exchange, without regard for whether it is in use or not.
exchangeDelete(String) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Like RabbitMQClient.exchangeDelete(String, Handler) but returns a Future of the asynchronous result
exchangeDelete(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Delete an exchange, without regard for whether it is in use or not.
exchangeDelete(String) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Delete an exchange, without regard for whether it is in use or not.
exchangeDelete(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Delete an exchange, without regard for whether it is in use or not.
exchangeDelete(String) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Delete an exchange, without regard for whether it is in use or not.
exchangeUnbind(String, String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Unbind an exchange from an exchange.
exchangeUnbind(String, String, String) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Like RabbitMQClient.exchangeUnbind(String, String, String, Handler) but returns a Future of the asynchronous result
exchangeUnbind(String, String, String, Map<String, Object>, Handler<AsyncResult<Void>>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Unbind an exchange from an exchange.
exchangeUnbind(String, String, String, Map<String, Object>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Like RabbitMQClient.exchangeUnbind(String, String, String, Map, Handler) but returns a Future of the asynchronous result
exchangeUnbind(String, String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Unbind an exchange from an exchange.
exchangeUnbind(String, String, String) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Unbind an exchange from an exchange.
exchangeUnbind(String, String, String, Map<String, Object>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Unbind an exchange from an exchange.
exchangeUnbind(String, String, String, Map<String, Object>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Unbind an exchange from an exchange.
exchangeUnbind(String, String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Unbind an exchange from an exchange.
exchangeUnbind(String, String, String) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Unbind an exchange from an exchange.
exchangeUnbind(String, String, String, Map<String, Object>, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Unbind an exchange from an exchange.
exchangeUnbind(String, String, String, Map<String, Object>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Unbind an exchange from an exchange.
exclusiveMaximum(double) - Static method in class io.vertx.json.schema.draft7.dsl.Keywords
 
ExclusiveMaximumValidator - Class in io.vertx.json.schema.common
 
ExclusiveMaximumValidator(double) - Constructor for class io.vertx.json.schema.common.ExclusiveMaximumValidator
 
ExclusiveMaximumValidatorFactory - Class in io.vertx.json.schema.draft7
 
ExclusiveMaximumValidatorFactory() - Constructor for class io.vertx.json.schema.draft7.ExclusiveMaximumValidatorFactory
 
exclusiveMinimum(double) - Static method in class io.vertx.json.schema.draft7.dsl.Keywords
 
ExclusiveMinimumValidator - Class in io.vertx.json.schema.common
 
ExclusiveMinimumValidator(double) - Constructor for class io.vertx.json.schema.common.ExclusiveMinimumValidator
 
ExclusiveMinimumValidatorFactory - Class in io.vertx.json.schema.draft7
 
ExclusiveMinimumValidatorFactory() - Constructor for class io.vertx.json.schema.draft7.ExclusiveMinimumValidatorFactory
 
EXEC - Static variable in class io.vertx.reactivex.redis.client.Command
 
exec(Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command exec.
exec() - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command exec.
EXEC - Static variable in interface io.vertx.redis.client.Command
 
exec(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command exec.
exec() - Method in interface io.vertx.redis.client.RedisAPI
Redis command exec.
EXEC - Static variable in class io.vertx.rxjava.redis.client.Command
 
exec(Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command exec.
exec() - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command exec.
ExecStatus - Enum in io.vertx.ext.shell.system
The status of an execution.
execute(String, Handler<AsyncResult<ResultSet>>) - Method in interface io.vertx.cassandra.CassandraClient
Execute the query and provide a handler for consuming results.
execute(String) - Method in interface io.vertx.cassandra.CassandraClient
Like CassandraClient.execute(String, Handler) but returns a Future of the asynchronous result.
execute(String, Collector<Row, ?, R>, Handler<AsyncResult<R>>) - Method in interface io.vertx.cassandra.CassandraClient
Execute a query and produce a result by applying a collector to result set rows.
execute(String, Collector<Row, ?, R>) - Method in interface io.vertx.cassandra.CassandraClient
Like CassandraClient.execute(String, Collector, Handler) but returns a Future of the asynchronous result.
execute(Statement, Handler<AsyncResult<ResultSet>>) - Method in interface io.vertx.cassandra.CassandraClient
Execute the statement and provide a handler for consuming results.
execute(Statement) - Method in interface io.vertx.cassandra.CassandraClient
Like CassandraClient.execute(Statement, Handler) but returns a Future of the asynchronous result.
execute(Statement, Collector<Row, ?, R>, Handler<AsyncResult<R>>) - Method in interface io.vertx.cassandra.CassandraClient
Execute a statement and produce a result by applying a collector to result set rows.
execute(Statement, Collector<Row, ?, R>) - Method in interface io.vertx.cassandra.CassandraClient
Like CassandraClient.execute(Statement, Collector, Handler) but returns a Future of the asynchronous result.
execute(Handler<Promise<T>>) - Method in interface io.vertx.circuitbreaker.CircuitBreaker
Same as CircuitBreaker.executeWithFallback(Handler, Function) but using the circuit breaker default fallback.
execute(Handler<Promise<T>>, Handler<AsyncResult<T>>) - Method in interface io.vertx.circuitbreaker.CircuitBreaker
Same as CircuitBreaker.executeWithFallback(Handler, Function) but using the circuit breaker default fallback.
execute(String, String...) - Method in class io.vertx.core.spi.launcher.ExecutionContext
Executes another command.
execute(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.sql.SQLConnection
Executes the given SQL statement
execute(String, Handler<AsyncResult<ResultSet>>) - Method in class io.vertx.reactivex.cassandra.CassandraClient
Execute the query and provide a handler for consuming results.
execute(String) - Method in class io.vertx.reactivex.cassandra.CassandraClient
Execute the query and provide a handler for consuming results.
execute(Statement, Handler<AsyncResult<ResultSet>>) - Method in class io.vertx.reactivex.cassandra.CassandraClient
Execute the statement and provide a handler for consuming results.
execute(Statement) - Method in class io.vertx.reactivex.cassandra.CassandraClient
Execute the statement and provide a handler for consuming results.
execute(Handler<Promise<T>>, Handler<AsyncResult<T>>) - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
execute(Handler<Promise<T>>) - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
execute(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Executes the given SQL statement
execute(String) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Executes the given SQL statement
execute(Handler<AsyncResult<T>>) - Method in class io.vertx.reactivex.sqlclient.PreparedQuery
Execute the query.
execute() - Method in class io.vertx.reactivex.sqlclient.PreparedQuery
Execute the query.
execute(Tuple, Handler<AsyncResult<T>>) - Method in class io.vertx.reactivex.sqlclient.PreparedQuery
Execute the query.
execute(Tuple) - Method in class io.vertx.reactivex.sqlclient.PreparedQuery
Execute the query.
execute(Handler<AsyncResult<T>>) - Method in class io.vertx.reactivex.sqlclient.Query
Execute the query.
execute() - Method in class io.vertx.reactivex.sqlclient.Query
Execute the query.
execute(I, Handler<AsyncResult<R>>) - Method in class io.vertx.reactivex.sqlclient.templates.SqlTemplate
Execute the query with the parameters
execute(I) - Method in class io.vertx.reactivex.sqlclient.templates.SqlTemplate
Execute the query with the parameters
execute(String, Handler<AsyncResult<ResultSet>>) - Method in class io.vertx.rxjava.cassandra.CassandraClient
Execute the query and provide a handler for consuming results.
execute(String) - Method in class io.vertx.rxjava.cassandra.CassandraClient
Execute the query and provide a handler for consuming results.
execute(Statement, Handler<AsyncResult<ResultSet>>) - Method in class io.vertx.rxjava.cassandra.CassandraClient
Execute the statement and provide a handler for consuming results.
execute(Statement) - Method in class io.vertx.rxjava.cassandra.CassandraClient
Execute the statement and provide a handler for consuming results.
execute(Handler<Promise<T>>, Handler<AsyncResult<T>>) - Method in class io.vertx.rxjava.circuitbreaker.CircuitBreaker
execute(Handler<Promise<T>>) - Method in class io.vertx.rxjava.circuitbreaker.CircuitBreaker
execute(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Executes the given SQL statement
execute(String) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Executes the given SQL statement
execute(Handler<AsyncResult<T>>) - Method in class io.vertx.rxjava.sqlclient.PreparedQuery
Execute the query.
execute() - Method in class io.vertx.rxjava.sqlclient.PreparedQuery
Execute the query.
execute(Tuple, Handler<AsyncResult<T>>) - Method in class io.vertx.rxjava.sqlclient.PreparedQuery
Execute the query.
execute(Tuple) - Method in class io.vertx.rxjava.sqlclient.PreparedQuery
Execute the query.
execute(Handler<AsyncResult<T>>) - Method in class io.vertx.rxjava.sqlclient.Query
Execute the query.
execute() - Method in class io.vertx.rxjava.sqlclient.Query
Execute the query.
execute(Tuple, Handler<AsyncResult<T>>) - Method in interface io.vertx.sqlclient.PreparedQuery
Execute the query.
execute(Tuple) - Method in interface io.vertx.sqlclient.PreparedQuery
Like Query.execute(Handler) but returns a Future of the asynchronous result
execute(Handler<AsyncResult<T>>) - Method in interface io.vertx.sqlclient.Query
Execute the query.
execute() - Method in interface io.vertx.sqlclient.Query
Like Query.execute(Handler) but returns a Future of the asynchronous result
execute(I, Handler<AsyncResult<R>>) - Method in interface io.vertx.sqlclient.templates.SqlTemplate
Execute the query with the parameters
execute(I) - Method in interface io.vertx.sqlclient.templates.SqlTemplate
Like SqlTemplate.execute(Object, Handler) but returns a Future of the asynchronous result
executeAndReport(Promise<T>, Handler<Promise<T>>) - Method in interface io.vertx.circuitbreaker.CircuitBreaker
Same as CircuitBreaker.executeAndReportWithFallback(Promise, Handler, Function) but using the circuit breaker default fallback.
executeAndReport(Promise<T>, Handler<Promise<T>>) - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
executeAndReport(Promise<T>, Handler<Promise<T>>) - Method in class io.vertx.rxjava.circuitbreaker.CircuitBreaker
executeAndReportWithFallback(Promise<T>, Handler<Promise<T>>, Function<Throwable, T>) - Method in interface io.vertx.circuitbreaker.CircuitBreaker
Executes the given operation with the circuit breaker control.
executeAndReportWithFallback(Promise<T>, Handler<Promise<T>>, Function<Throwable, T>) - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
Executes the given operation with the circuit breaker control.
executeAndReportWithFallback(Promise<T>, Handler<Promise<T>>, Function<Throwable, T>) - Method in class io.vertx.rxjava.circuitbreaker.CircuitBreaker
Executes the given operation with the circuit breaker control.
executeBatch(List<Tuple>, Handler<AsyncResult<T>>) - Method in class io.vertx.reactivex.sqlclient.PreparedQuery
Execute the query with a batch of tuples.
executeBatch(List<Tuple>) - Method in class io.vertx.reactivex.sqlclient.PreparedQuery
Execute the query with a batch of tuples.
executeBatch(List<I>, Handler<AsyncResult<R>>) - Method in class io.vertx.reactivex.sqlclient.templates.SqlTemplate
Execute a batch query with the batch.
executeBatch(List<I>) - Method in class io.vertx.reactivex.sqlclient.templates.SqlTemplate
Execute a batch query with the batch.
executeBatch(List<Tuple>, Handler<AsyncResult<T>>) - Method in class io.vertx.rxjava.sqlclient.PreparedQuery
Execute the query with a batch of tuples.
executeBatch(List<Tuple>) - Method in class io.vertx.rxjava.sqlclient.PreparedQuery
Execute the query with a batch of tuples.
executeBatch(List<Tuple>, Handler<AsyncResult<T>>) - Method in interface io.vertx.sqlclient.PreparedQuery
Execute the query with a batch of tuples.
executeBatch(List<Tuple>) - Method in interface io.vertx.sqlclient.PreparedQuery
Like PreparedQuery.executeBatch(List, Handler) but returns a Future of the asynchronous result
executeBatch(List<I>, Handler<AsyncResult<R>>) - Method in interface io.vertx.sqlclient.templates.SqlTemplate
Execute a batch query with the batch.
executeBatch(List<I>) - Method in interface io.vertx.sqlclient.templates.SqlTemplate
Like SqlTemplate.executeBatch(List, Handler) but returns a Future of the asynchronous result
executeBlocking(Handler<Promise<T>>, boolean, Handler<AsyncResult<T>>) - Method in interface io.vertx.core.Context
Safely execute some blocking code.
executeBlocking(Handler<Promise<T>>, Handler<AsyncResult<T>>) - Method in interface io.vertx.core.Context
executeBlocking(Handler<Promise<T>>, boolean) - Method in interface io.vertx.core.Context
Same as Context.executeBlocking(Handler, boolean, Handler) but with an handler called when the operation completes
executeBlocking(Handler<Promise<T>>) - Method in interface io.vertx.core.Context
Same as Context.executeBlocking(Handler, Handler) but with an handler called when the operation completes
executeBlocking(Handler<Promise<T>>, boolean, Handler<AsyncResult<T>>) - Method in interface io.vertx.core.Vertx
Safely execute some blocking code.
executeBlocking(Handler<Promise<T>>, Handler<AsyncResult<T>>) - Method in interface io.vertx.core.Vertx
Like Vertx.executeBlocking(Handler, boolean, Handler) called with ordered = true.
executeBlocking(Handler<Promise<T>>, boolean) - Method in interface io.vertx.core.Vertx
Same as Vertx.executeBlocking(Handler, boolean, Handler) but with an handler called when the operation completes
executeBlocking(Handler<Promise<T>>) - Method in interface io.vertx.core.Vertx
Same as Vertx.executeBlocking(Handler, Handler) but with an handler called when the operation completes
executeBlocking(Handler<Promise<T>>, boolean, Handler<AsyncResult<T>>) - Method in interface io.vertx.core.WorkerExecutor
Safely execute some blocking code.
executeBlocking(Handler<Promise<T>>, Handler<AsyncResult<T>>) - Method in interface io.vertx.core.WorkerExecutor
executeBlocking(Handler<Promise<T>>, boolean) - Method in interface io.vertx.core.WorkerExecutor
Same as WorkerExecutor.executeBlocking(Handler, boolean, Handler) but with an handler called when the operation completes
executeBlocking(Handler<Promise<T>>) - Method in interface io.vertx.core.WorkerExecutor
executeBlocking(Handler<Promise<T>>, boolean, Handler<AsyncResult<T>>) - Method in class io.vertx.reactivex.core.Context
Safely execute some blocking code.
executeBlocking(Handler<Promise<T>>, boolean) - Method in class io.vertx.reactivex.core.Context
Safely execute some blocking code.
executeBlocking(Handler<Promise<T>>, Handler<AsyncResult<T>>) - Method in class io.vertx.reactivex.core.Context
executeBlocking(Handler<Promise<T>>) - Method in class io.vertx.reactivex.core.Context
executeBlocking(Handler<Promise<T>>, boolean, Handler<AsyncResult<T>>) - Method in class io.vertx.reactivex.core.Vertx
Safely execute some blocking code.
executeBlocking(Handler<Promise<T>>, boolean) - Method in class io.vertx.reactivex.core.Vertx
Safely execute some blocking code.
executeBlocking(Handler<Promise<T>>, Handler<AsyncResult<T>>) - Method in class io.vertx.reactivex.core.Vertx
executeBlocking(Handler<Promise<T>>) - Method in class io.vertx.reactivex.core.Vertx
executeBlocking(Handler<Promise<T>>, boolean, Handler<AsyncResult<T>>) - Method in class io.vertx.reactivex.core.WorkerExecutor
Safely execute some blocking code.
executeBlocking(Handler<Promise<T>>, boolean) - Method in class io.vertx.reactivex.core.WorkerExecutor
Safely execute some blocking code.
executeBlocking(Handler<Promise<T>>, Handler<AsyncResult<T>>) - Method in class io.vertx.reactivex.core.WorkerExecutor
executeBlocking(Handler<Promise<T>>) - Method in class io.vertx.reactivex.core.WorkerExecutor
executeBlocking(Handler<Promise<T>>, boolean, Handler<AsyncResult<T>>) - Method in class io.vertx.rxjava.core.Context
Safely execute some blocking code.
executeBlocking(Handler<Promise<T>>, boolean) - Method in class io.vertx.rxjava.core.Context
Safely execute some blocking code.
executeBlocking(Handler<Promise<T>>, Handler<AsyncResult<T>>) - Method in class io.vertx.rxjava.core.Context
executeBlocking(Handler<Promise<T>>) - Method in class io.vertx.rxjava.core.Context
executeBlocking(Handler<Promise<T>>, boolean, Handler<AsyncResult<T>>) - Method in class io.vertx.rxjava.core.Vertx
Safely execute some blocking code.
executeBlocking(Handler<Promise<T>>, boolean) - Method in class io.vertx.rxjava.core.Vertx
Safely execute some blocking code.
executeBlocking(Handler<Promise<T>>, Handler<AsyncResult<T>>) - Method in class io.vertx.rxjava.core.Vertx
executeBlocking(Handler<Promise<T>>) - Method in class io.vertx.rxjava.core.Vertx
executeBlocking(Handler<Promise<T>>, boolean, Handler<AsyncResult<T>>) - Method in class io.vertx.rxjava.core.WorkerExecutor
Safely execute some blocking code.
executeBlocking(Handler<Promise<T>>, boolean) - Method in class io.vertx.rxjava.core.WorkerExecutor
Safely execute some blocking code.
executeBlocking(Handler<Promise<T>>, Handler<AsyncResult<T>>) - Method in class io.vertx.rxjava.core.WorkerExecutor
executeBlocking(Handler<Promise<T>>) - Method in class io.vertx.rxjava.core.WorkerExecutor
executeCommand(String, String...) - Static method in class io.vertx.core.Launcher
Utility method to execute a specific command.
executePreparedQuery(String, Handler<AsyncResult<PreparedQueryExecuteResponse>>) - Method in interface io.vertx.ext.consul.ConsulClient
Executes an existing prepared query.
executePreparedQuery(String) - Method in interface io.vertx.ext.consul.ConsulClient
Like ConsulClient.executePreparedQuery(String, Handler) but returns a Future of the asynchronous result.
executePreparedQuery(String, Handler<AsyncResult<PreparedQueryExecuteResponse>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Executes an existing prepared query.
executePreparedQuery(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Executes an existing prepared query.
executePreparedQuery(String, Handler<AsyncResult<PreparedQueryExecuteResponse>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Executes an existing prepared query.
executePreparedQuery(String) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Executes an existing prepared query.
executePreparedQueryWithOptions(String, PreparedQueryExecuteOptions, Handler<AsyncResult<PreparedQueryExecuteResponse>>) - Method in interface io.vertx.ext.consul.ConsulClient
Executes an existing prepared query.
executePreparedQueryWithOptions(String, PreparedQueryExecuteOptions) - Method in interface io.vertx.ext.consul.ConsulClient
executePreparedQueryWithOptions(String, PreparedQueryExecuteOptions, Handler<AsyncResult<PreparedQueryExecuteResponse>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Executes an existing prepared query.
executePreparedQueryWithOptions(String, PreparedQueryExecuteOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Executes an existing prepared query.
executePreparedQueryWithOptions(String, PreparedQueryExecuteOptions, Handler<AsyncResult<PreparedQueryExecuteResponse>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Executes an existing prepared query.
executePreparedQueryWithOptions(String, PreparedQueryExecuteOptions) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Executes an existing prepared query.
executeWithFallback(Handler<Promise<T>>, Function<Throwable, T>) - Method in interface io.vertx.circuitbreaker.CircuitBreaker
Executes the given operation with the circuit breaker control.
executeWithFallback(Handler<Promise<T>>, Function<Throwable, T>, Handler<AsyncResult<T>>) - Method in interface io.vertx.circuitbreaker.CircuitBreaker
executeWithFallback(Handler<Promise<T>>, Function<Throwable, T>, Handler<AsyncResult<T>>) - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
executeWithFallback(Handler<Promise<T>>, Function<Throwable, T>) - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
executeWithFallback(Handler<Promise<T>>, Function<Throwable, T>, Handler<AsyncResult<T>>) - Method in class io.vertx.rxjava.circuitbreaker.CircuitBreaker
executeWithFallback(Handler<Promise<T>>, Function<Throwable, T>) - Method in class io.vertx.rxjava.circuitbreaker.CircuitBreaker
executeWithFullFetch(String, Handler<AsyncResult<List<Row>>>) - Method in interface io.vertx.cassandra.CassandraClient
Execute the query and provide a handler for consuming results.
executeWithFullFetch(String) - Method in interface io.vertx.cassandra.CassandraClient
Like CassandraClient.executeWithFullFetch(String, Handler) but returns a Future of the asynchronous result.
executeWithFullFetch(Statement, Handler<AsyncResult<List<Row>>>) - Method in interface io.vertx.cassandra.CassandraClient
Execute the query and provide a handler for consuming results.
executeWithFullFetch(Statement) - Method in interface io.vertx.cassandra.CassandraClient
Like CassandraClient.executeWithFullFetch(Statement, Handler) but returns a Future of the asynchronous result.
executeWithFullFetch(String, Handler<AsyncResult<List<Row>>>) - Method in class io.vertx.reactivex.cassandra.CassandraClient
Execute the query and provide a handler for consuming results.
executeWithFullFetch(String) - Method in class io.vertx.reactivex.cassandra.CassandraClient
Execute the query and provide a handler for consuming results.
executeWithFullFetch(Statement, Handler<AsyncResult<List<Row>>>) - Method in class io.vertx.reactivex.cassandra.CassandraClient
Execute the query and provide a handler for consuming results.
executeWithFullFetch(Statement) - Method in class io.vertx.reactivex.cassandra.CassandraClient
Execute the query and provide a handler for consuming results.
executeWithFullFetch(String, Handler<AsyncResult<List<Row>>>) - Method in class io.vertx.rxjava.cassandra.CassandraClient
Execute the query and provide a handler for consuming results.
executeWithFullFetch(String) - Method in class io.vertx.rxjava.cassandra.CassandraClient
Execute the query and provide a handler for consuming results.
executeWithFullFetch(Statement, Handler<AsyncResult<List<Row>>>) - Method in class io.vertx.rxjava.cassandra.CassandraClient
Execute the query and provide a handler for consuming results.
executeWithFullFetch(Statement) - Method in class io.vertx.rxjava.cassandra.CassandraClient
Execute the query and provide a handler for consuming results.
executionContext - Variable in class io.vertx.core.spi.launcher.DefaultCommand
The execution context of the command.
ExecutionContext - Class in io.vertx.core.spi.launcher
The execution context contains various information on the execution.
ExecutionContext(Command, VertxCommandLauncher, CommandLine) - Constructor for class io.vertx.core.spi.launcher.ExecutionContext
Creates a new instance of ExecutionContext.
executionInfo() - Method in interface io.vertx.cassandra.CassandraRowStream
Get the ExectionInfo provided by the backing ResultSet for this stream.
executionInfo() - Method in class io.vertx.reactivex.cassandra.CassandraRowStream
Get the provided by the backing ResultSet for this stream.
executionInfo() - Method in class io.vertx.rxjava.cassandra.CassandraRowStream
Get the provided by the backing ResultSet for this stream.
executor(Executor) - Method in class io.vertx.grpc.VertxChannelBuilder
 
executor(Executor) - Method in class io.vertx.grpc.VertxServerBuilder
 
ExecutorServiceFactory - Interface in io.vertx.core.spi
The interface for a factory used to obtain an external ExecutorService.
exists(String, Handler<AsyncResult<Boolean>>) - Method in interface io.vertx.core.file.FileSystem
Determines whether the file as specified by the path path exists, asynchronously.
exists(String) - Method in interface io.vertx.core.file.FileSystem
Like FileSystem.exists(String, Handler) but returns a Future of the asynchronous result
exists(String, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.reactivex.core.file.FileSystem
Determines whether the file as specified by the path path exists, asynchronously.
exists(String) - Method in class io.vertx.reactivex.core.file.FileSystem
Determines whether the file as specified by the path path exists, asynchronously.
EXISTS - Static variable in class io.vertx.reactivex.redis.client.Command
 
exists(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command exists.
exists(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command exists.
EXISTS - Static variable in interface io.vertx.redis.client.Command
 
exists(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command exists.
exists(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command exists.
exists(String, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Determines whether the file as specified by the path path exists, asynchronously.
exists(String) - Method in class io.vertx.rxjava.core.file.FileSystem
Determines whether the file as specified by the path path exists, asynchronously.
EXISTS - Static variable in class io.vertx.rxjava.redis.client.Command
 
exists(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command exists.
exists(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command exists.
existsBlocking(String) - Method in interface io.vertx.core.file.FileSystem
existsBlocking(String) - Method in class io.vertx.reactivex.core.file.FileSystem
existsBlocking(String) - Method in class io.vertx.rxjava.core.file.FileSystem
exitCode() - Method in interface io.vertx.ext.shell.system.Process
 
exitCode() - Method in class io.vertx.reactivex.ext.shell.system.Process
 
exitCode() - Method in class io.vertx.rxjava.ext.shell.system.Process
 
EXPECT - Static variable in interface io.vertx.core.http.HttpHeaders
Expect header name
expect(Function<HttpResponse<Void>, ResponsePredicateResult>) - Method in interface io.vertx.ext.web.client.HttpRequest
Add an expectation that the response is valid according to the provided predicate.
expect(ResponsePredicate) - Method in interface io.vertx.ext.web.client.HttpRequest
Add an expectation that the response is valid according to the provided predicate.
EXPECT - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Expect header name
expect(Function<HttpResponse<Void>, ResponsePredicateResult>) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Add an expectation that the response is valid according to the provided predicate.
expect(ResponsePredicate) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Add an expectation that the response is valid according to the provided predicate.
EXPECT - Static variable in class io.vertx.rxjava.core.http.HttpHeaders
Expect header name
expect(Function<HttpResponse<Void>, ResponsePredicateResult>) - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
Add an expectation that the response is valid according to the provided predicate.
expect(ResponsePredicate) - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
Add an expectation that the response is valid according to the provided predicate.
EXPIRE - Static variable in class io.vertx.reactivex.redis.client.Command
 
expire(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command expire.
expire(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command expire.
EXPIRE - Static variable in interface io.vertx.redis.client.Command
 
expire(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command expire.
expire(String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command expire.
EXPIRE - Static variable in class io.vertx.rxjava.redis.client.Command
 
expire(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command expire.
expire(String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command expire.
expireAfter(Long, TimeUnit) - Method in class io.vertx.ext.mongo.IndexOptions
Sets the time to live for documents in the collection
EXPIREAT - Static variable in class io.vertx.reactivex.redis.client.Command
 
expireat(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command expireat.
expireat(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command expireat.
EXPIREAT - Static variable in interface io.vertx.redis.client.Command
 
expireat(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command expireat.
expireat(String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command expireat.
EXPIREAT - Static variable in class io.vertx.rxjava.redis.client.Command
 
expireat(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command expireat.
expireat(String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command expireat.
expired() - Method in interface io.vertx.ext.auth.User
Flags this user object to be expired.
expired(int) - Method in interface io.vertx.ext.auth.User
Flags this user object to be expired.
expired() - Method in class io.vertx.reactivex.ext.auth.User
Flags this user object to be expired.
expired(int) - Method in class io.vertx.reactivex.ext.auth.User
Flags this user object to be expired.
expired() - Method in class io.vertx.rxjava.ext.auth.User
Flags this user object to be expired.
expired(int) - Method in class io.vertx.rxjava.ext.auth.User
Flags this user object to be expired.
EXPIRES - Static variable in interface io.vertx.core.http.HttpHeaders
Expires header name
EXPIRES - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Expires header name
EXPIRES - Static variable in class io.vertx.rxjava.core.http.HttpHeaders
Expires header name
expiryTime() - Method in interface io.vertx.amqp.AmqpMessage
 
expiryTime(long) - Method in interface io.vertx.amqp.AmqpMessageBuilder
 
expiryTime() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
expiryTime(long) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
expiryTime() - Method in class io.vertx.rxjava.amqp.AmqpMessage
 
expiryTime(long) - Method in class io.vertx.rxjava.amqp.AmqpMessageBuilder
 
explodedParam(String, ArraySchemaBuilder) - Static method in interface io.vertx.ext.web.validation.builder.Parameters
Creates a required exploded array parameter.
explodedParam(String, TupleSchemaBuilder) - Static method in interface io.vertx.ext.web.validation.builder.Parameters
Creates a required exploded tuple parameter.
explodedParam(String, ObjectSchemaBuilder) - Static method in interface io.vertx.ext.web.validation.builder.Parameters
Creates a required exploded object parameter.
exposedHeader(String) - Method in interface io.vertx.ext.web.handler.CorsHandler
Add an exposed header
exposedHeader(String) - Method in class io.vertx.reactivex.ext.web.handler.CorsHandler
Add an exposed header
exposedHeader(String) - Method in class io.vertx.rxjava.ext.web.handler.CorsHandler
Add an exposed header
exposedHeaders(Set<String>) - Method in interface io.vertx.ext.web.handler.CorsHandler
Add a set of exposed headers
exposedHeaders(Set<String>) - Method in class io.vertx.reactivex.ext.web.handler.CorsHandler
Add a set of exposed headers
exposedHeaders(Set<String>) - Method in class io.vertx.rxjava.ext.web.handler.CorsHandler
Add a set of exposed headers
extension - Variable in class io.vertx.ext.web.common.template.CachingTemplateEngine
 
extension() - Method in class io.vertx.maven.MavenCoords
 
extract(T) - Method in interface io.vertx.core.spi.tracing.TagExtractor
Extract all the tags from obj into a Map<String, String>.
extractDelegate(Object) - Static method in class io.vertx.servicediscovery.utils.ClassLoaderUtils
 
extractDelegateFromJRubyObject(Object) - Static method in class io.vertx.servicediscovery.utils.ClassLoaderUtils
 
extractDelegateFromJsObject(Object) - Static method in class io.vertx.servicediscovery.utils.ClassLoaderUtils
 
extractTo(T, Map<String, String>) - Method in interface io.vertx.core.spi.tracing.TagExtractor
Extract all the tags from obj into the tags map.
extractTo(T, BiConsumer<String, String>) - Method in interface io.vertx.core.spi.tracing.TagExtractor
Extract all the tags from obj into a tag consumer.
extraParams(JsonObject) - Method in interface io.vertx.ext.web.handler.OAuth2AuthHandler
Extra parameters needed to be passed while requesting a token.
extraParams(JsonObject) - Method in class io.vertx.reactivex.ext.web.handler.OAuth2AuthHandler
Extra parameters needed to be passed while requesting a token.
extraParams(JsonObject) - Method in class io.vertx.rxjava.ext.web.handler.OAuth2AuthHandler
Extra parameters needed to be passed while requesting a token.
extraPayloadMapper(Function<RoutingContext, JsonObject>) - Method in interface io.vertx.ext.web.api.service.RouteToEBServiceHandler
When extraPayloadMapper is configured, this handler puts the evaluation result into ServiceRequest.getExtra()

F

FacebookAuth - Interface in io.vertx.ext.auth.oauth2.providers
Simplified factory to create an OAuth2Auth for Facebook.
FacebookAuth - Class in io.vertx.reactivex.ext.auth.oauth2.providers
Simplified factory to create an for Facebook.
FacebookAuth(FacebookAuth) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.FacebookAuth
 
FacebookAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.FacebookAuth
 
FacebookAuth - Class in io.vertx.rxjava.ext.auth.oauth2.providers
Simplified factory to create an for Facebook.
FacebookAuth(FacebookAuth) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.providers.FacebookAuth
 
FacebookAuth(Object) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.providers.FacebookAuth
 
factory(Vertx, AddressResolverOptions) - Static method in interface io.vertx.core.spi.resolver.ResolverProvider
 
factory - Static variable in interface io.vertx.ext.unit.report.Reporter
 
fail(int, String) - Method in interface io.vertx.core.eventbus.Message
Signal to the sender that processing of this message failed.
fail(Throwable) - Method in interface io.vertx.core.Promise
Set the failure.
fail(String) - Method in interface io.vertx.core.Promise
Calls Promise.fail(Throwable) with the message.
fail() - Method in interface io.vertx.ext.unit.TestContext
Throw a failure.
fail(String) - Method in interface io.vertx.ext.unit.TestContext
Throw a failure with the specified failure message.
fail(Throwable) - Method in interface io.vertx.ext.unit.TestContext
Throw a failure with the specified failure cause.
fail(int) - Method in interface io.vertx.ext.web.RoutingContext
Fail the context with the specified status code.
fail(Throwable) - Method in interface io.vertx.ext.web.RoutingContext
Fail the context with the specified throwable and 500 status code.
fail(int, Throwable) - Method in interface io.vertx.ext.web.RoutingContext
Fail the context with the specified throwable and the specified the status code.
fail(Context, Throwable) - Method in class io.vertx.kafka.client.common.tracing.ConsumerTracer.StartedSpan
 
fail(Context, Throwable) - Method in class io.vertx.kafka.client.common.tracing.ProducerTracer.StartedSpan
 
fail(int, String) - Method in class io.vertx.reactivex.core.eventbus.Message
Signal to the sender that processing of this message failed.
fail(Throwable) - Method in class io.vertx.reactivex.core.Promise
Set the failure.
fail(String) - Method in class io.vertx.reactivex.core.Promise
Calls Promise.fail(java.lang.Throwable) with the message.
fail() - Method in class io.vertx.reactivex.ext.unit.TestContext
Throw a failure.
fail(String) - Method in class io.vertx.reactivex.ext.unit.TestContext
Throw a failure with the specified failure message.
fail(Throwable) - Method in class io.vertx.reactivex.ext.unit.TestContext
Throw a failure with the specified failure cause.
fail(int) - Method in class io.vertx.reactivex.ext.web.RoutingContext
Fail the context with the specified status code.
fail(Throwable) - Method in class io.vertx.reactivex.ext.web.RoutingContext
Fail the context with the specified throwable and 500 status code.
fail(int, Throwable) - Method in class io.vertx.reactivex.ext.web.RoutingContext
Fail the context with the specified throwable and the specified the status code.
fail(int, String) - Method in class io.vertx.rxjava.core.eventbus.Message
Signal to the sender that processing of this message failed.
fail(Throwable) - Method in class io.vertx.rxjava.core.Promise
Set the failure.
fail(String) - Method in class io.vertx.rxjava.core.Promise
Calls Promise.fail(java.lang.Throwable) with the message.
fail() - Method in class io.vertx.rxjava.ext.unit.TestContext
Throw a failure.
fail(String) - Method in class io.vertx.rxjava.ext.unit.TestContext
Throw a failure with the specified failure message.
fail(Throwable) - Method in class io.vertx.rxjava.ext.unit.TestContext
Throw a failure with the specified failure cause.
fail(int) - Method in class io.vertx.rxjava.ext.web.RoutingContext
Fail the context with the specified status code.
fail(Throwable) - Method in class io.vertx.rxjava.ext.web.RoutingContext
Fail the context with the specified throwable and 500 status code.
fail(int, Throwable) - Method in class io.vertx.rxjava.ext.web.RoutingContext
Fail the context with the specified throwable and the specified the status code.
fail(int, String) - Static method in exception io.vertx.serviceproxy.ServiceException
Create a failed Future containing a ServiceException.
fail(int, String, JsonObject) - Static method in exception io.vertx.serviceproxy.ServiceException
Create a failed Future containing a ServiceException.
failCheck(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.consul.ConsulClient
Set status of the check to "critical".
failCheck(String) - Method in interface io.vertx.ext.consul.ConsulClient
Like ConsulClient.failCheck(String, Handler) but returns a Future of the asynchronous result.
failCheck(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Set status of the check to "critical".
failCheck(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Set status of the check to "critical".
failCheck(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Set status of the check to "critical".
failCheck(String) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Set status of the check to "critical".
failCheckWithNote(String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.consul.ConsulClient
Set status of the check to "critical".
failCheckWithNote(String, String) - Method in interface io.vertx.ext.consul.ConsulClient
Like ConsulClient.failCheckWithNote(String, String, Handler) but returns a Future of the asynchronous result.
failCheckWithNote(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Set status of the check to "critical".
failCheckWithNote(String, String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Set status of the check to "critical".
failCheckWithNote(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Set status of the check to "critical".
failCheckWithNote(String, String) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Set status of the check to "critical".
failed() - Method in interface io.vertx.core.AsyncResult
Did it fail?
failed(int) - Method in interface io.vertx.core.CompositeFuture
Returns true if a wrapped future is failed
failed() - Method in interface io.vertx.core.Future
Did it fail?
failed() - Method in interface io.vertx.ext.consul.WatchResult
Did it fail?
failed() - Method in interface io.vertx.ext.unit.report.TestResult
Did it fail?
failed() - Method in interface io.vertx.ext.web.RoutingContext
 
failed(String) - Static method in interface io.vertx.ext.web.validation.RequestPredicateResult
 
failed() - Method in class io.vertx.junit5.VertxTestContext
Check if the context has been marked has failed or not.
failed() - Method in class io.vertx.reactivex.ext.consul.WatchResult
Did it fail?
failed() - Method in class io.vertx.reactivex.ext.unit.report.TestResult
Did it fail?
failed() - Method in class io.vertx.reactivex.ext.web.RoutingContext
 
failed(String) - Static method in class io.vertx.reactivex.ext.web.validation.RequestPredicateResult
 
failed() - Method in class io.vertx.rxjava.ext.consul.WatchResult
Did it fail?
failed() - Method in class io.vertx.rxjava.ext.unit.report.TestResult
Did it fail?
failed() - Method in class io.vertx.rxjava.ext.web.RoutingContext
 
failed(String) - Static method in class io.vertx.rxjava.ext.web.validation.RequestPredicateResult
 
failedFuture(Throwable) - Static method in interface io.vertx.core.Future
Create a failed future with the specified failure cause.
failedFuture(String) - Static method in interface io.vertx.core.Future
Create a failed future with the specified failure message.
failing() - Method in class io.vertx.junit5.VertxTestContext
Deprecated.
Use VertxTestContext.failingThenComplete() or VertxTestContext.failing(Handler), for example failing(e -> checkpoint.flag()), failing(e -> { more testing code }), or failing(e -> {}).
failing(Handler<Throwable>) - Method in class io.vertx.junit5.VertxTestContext
Create an asynchronous result handler that expects a failure, and passes the exception to another handler.
failingThenComplete() - Method in class io.vertx.junit5.VertxTestContext
Create an asynchronous result handler that expects a failure to then complete the test context.
failNow(Throwable) - Method in class io.vertx.junit5.VertxTestContext
Make the test context fail immediately, making the corresponding test fail.
failNow(String) - Method in class io.vertx.junit5.VertxTestContext
Calls VertxTestContext.failNow(Throwable) with the message.
Failure - Interface in io.vertx.ext.unit.report
A failure provides the details of a failure that happened during the execution of a test case.

The failure can be: an assertion failure: an assertion failed an error failure: an expected error occured

failure() - Method in interface io.vertx.ext.unit.report.TestResult
An exception describing failure, null if the test succeeded.
failure(String) - Static method in interface io.vertx.ext.web.client.predicate.ResponsePredicateResult
Creates a failed result.
failure() - Method in interface io.vertx.ext.web.RoutingContext
If the context is being routed to failure handlers after a failure has been triggered by calling RoutingContext.fail(Throwable) then this will return that throwable.
Failure - Class in io.vertx.reactivex.ext.unit.report
A failure provides the details of a failure that happened during the execution of a test case.

The failure can be: an assertion failure: an assertion failed an error failure: an expected error occured

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

Failure(Failure) - Constructor for class io.vertx.reactivex.ext.unit.report.Failure
 
Failure(Object) - Constructor for class io.vertx.reactivex.ext.unit.report.Failure
 
failure() - Method in class io.vertx.reactivex.ext.unit.report.TestResult
An exception describing failure, null if the test succeeded.
failure(String) - Static method in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicateResult
Creates a failed result.
failure() - Method in class io.vertx.reactivex.ext.web.RoutingContext
If the context is being routed to failure handlers after a failure has been triggered by calling RoutingContext.fail(int) then this will return that throwable.
Failure - Class in io.vertx.rxjava.ext.unit.report
A failure provides the details of a failure that happened during the execution of a test case.

The failure can be: an assertion failure: an assertion failed an error failure: an expected error occured

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

Failure(Failure) - Constructor for class io.vertx.rxjava.ext.unit.report.Failure
 
Failure(Object) - Constructor for class io.vertx.rxjava.ext.unit.report.Failure
 
failure() - Method in class io.vertx.rxjava.ext.unit.report.TestResult
An exception describing failure, null if the test succeeded.
failure(String) - Static method in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicateResult
Creates a failed result.
failure() - Method in class io.vertx.rxjava.ext.web.RoutingContext
If the context is being routed to failure handlers after a failure has been triggered by calling RoutingContext.fail(int) then this will return that throwable.
failureCode() - Method in exception io.vertx.core.eventbus.ReplyException
Get the failure code for the message
failureCount() - Method in interface io.vertx.circuitbreaker.CircuitBreaker
 
failureCount() - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
 
failureCount() - Method in class io.vertx.rxjava.circuitbreaker.CircuitBreaker
 
failureHandler(Handler<RoutingContext>) - Method in interface io.vertx.ext.web.openapi.Operation
Mount a failure handler for this operation
failureHandler(Handler<RoutingContext>) - Method in interface io.vertx.ext.web.Route
Append a failure handler to the route failure handlers list.
failureHandler(Handler<RoutingContext>) - Method in class io.vertx.reactivex.ext.web.openapi.Operation
Mount a failure handler for this operation
failureHandler(Handler<RoutingContext>) - Method in class io.vertx.reactivex.ext.web.Route
Append a failure handler to the route failure handlers list.
failureHandler(Handler<RoutingContext>) - Method in class io.vertx.rxjava.ext.web.Route
Append a failure handler to the route failure handlers list.
failureType() - Method in exception io.vertx.core.eventbus.ReplyException
Get the failure type for the message
fallback(Function<Throwable, T>) - Method in interface io.vertx.circuitbreaker.CircuitBreaker
Sets a default Function invoked when the bridge is open to handle the "request", or on failure if CircuitBreakerOptions.isFallbackOnFailure() is enabled.
fallback(Function<Throwable, T>) - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
Sets a default invoked when the bridge is open to handle the "request", or on failure if CircuitBreakerOptions is enabled.
fallback(Function<Throwable, T>) - Method in class io.vertx.rxjava.circuitbreaker.CircuitBreaker
Sets a default invoked when the bridge is open to handle the "request", or on failure if CircuitBreakerOptions is enabled.
fallbackHandlerRegistry(HandlerRegistry) - Method in class io.vertx.grpc.VertxServerBuilder
 
FalseSchema - Class in io.vertx.json.schema.common
 
FalseSchema(MutableStateValidator) - Constructor for class io.vertx.json.schema.common.FalseSchema
 
fatal(Object) - Method in class io.vertx.core.logging.JULLogDelegate
 
fatal(Object, Throwable) - Method in class io.vertx.core.logging.JULLogDelegate
 
fatal(Object) - Method in class io.vertx.core.logging.Log4j2LogDelegate
 
fatal(Object, Throwable) - Method in class io.vertx.core.logging.Log4j2LogDelegate
 
fatal(Object) - Method in class io.vertx.core.logging.Logger
Deprecated.
see https://github.com/eclipse-vertx/vert.x/issues/2774
fatal(Object, Throwable) - Method in class io.vertx.core.logging.Logger
Deprecated.
see https://github.com/eclipse-vertx/vert.x/issues/2774
fatal(Object) - Method in class io.vertx.core.logging.SLF4JLogDelegate
 
fatal(Object, Throwable) - Method in class io.vertx.core.logging.SLF4JLogDelegate
 
fatal(Object) - Method in interface io.vertx.core.spi.logging.LogDelegate
 
fatal(Object, Throwable) - Method in interface io.vertx.core.spi.logging.LogDelegate
 
FaviconHandler - Interface in io.vertx.ext.web.handler
A handler that serves favicons.
FaviconHandler - Class in io.vertx.reactivex.ext.web.handler
A handler that serves favicons.
FaviconHandler(FaviconHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.FaviconHandler
 
FaviconHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.FaviconHandler
 
FaviconHandler - Class in io.vertx.rxjava.ext.web.handler
A handler that serves favicons.
FaviconHandler(FaviconHandler) - Constructor for class io.vertx.rxjava.ext.web.handler.FaviconHandler
 
FaviconHandler(Object) - Constructor for class io.vertx.rxjava.ext.web.handler.FaviconHandler
 
fetch(long) - Method in interface io.vertx.amqp.AmqpReceiver
 
fetch(long) - Method in interface io.vertx.cassandra.CassandraRowStream
 
fetch(long) - Method in interface io.vertx.core.datagram.DatagramSocket
 
fetch(long) - Method in interface io.vertx.core.eventbus.MessageConsumer
 
fetch(long) - Method in interface io.vertx.core.file.AsyncFile
 
fetch(long) - Method in interface io.vertx.core.http.HttpClientResponse
 
fetch(long) - Method in interface io.vertx.core.http.HttpServerFileUpload
 
fetch(long) - Method in interface io.vertx.core.http.HttpServerRequest
 
fetch(long) - Method in interface io.vertx.core.http.ServerWebSocket
 
fetch(long) - Method in interface io.vertx.core.http.WebSocket
 
fetch(long) - Method in interface io.vertx.core.http.WebSocketBase
 
fetch(long) - Method in interface io.vertx.core.net.NetSocket
 
fetch(long) - Method in interface io.vertx.core.parsetools.JsonParser
 
fetch(long) - Method in interface io.vertx.core.parsetools.RecordParser
 
fetch(long) - Method in interface io.vertx.core.streams.ReadStream
Fetch the specified amount of elements.
fetch(long) - Method in interface io.vertx.core.TimeoutStream
 
fetch(String, Handler<AsyncResult<OAuth2Response>>) - Method in interface io.vertx.ext.auth.oauth2.AccessToken
Deprecated.
Fetches a JSON resource using this Access Token.
fetch(String) - Method in interface io.vertx.ext.auth.oauth2.AccessToken
Deprecated.
Fetches a JSON resource using this Access Token.
fetch(HttpMethod, String, JsonObject, Buffer, Handler<AsyncResult<OAuth2Response>>) - Method in interface io.vertx.ext.auth.oauth2.AccessToken
Deprecated.
Fetches a JSON resource using this Access Token.
fetch(HttpMethod, String, JsonObject, Buffer) - Method in interface io.vertx.ext.auth.oauth2.AccessToken
Deprecated.
Fetches a JSON resource using this Access Token.
fetch(long) - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
 
fetch(long) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
 
fetch(long) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
 
fetch(long) - Method in interface io.vertx.rabbitmq.RabbitMQConsumer
Fetch the specified amount of elements.
fetch(long) - Method in class io.vertx.reactivex.amqp.AmqpReceiver
 
fetch(long) - Method in class io.vertx.reactivex.cassandra.CassandraRowStream
 
fetch(long) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
 
fetch(long) - Method in class io.vertx.reactivex.core.eventbus.MessageConsumer
 
fetch(long) - Method in class io.vertx.reactivex.core.file.AsyncFile
 
fetch(long) - Method in class io.vertx.reactivex.core.http.HttpClientResponse
 
fetch(long) - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
 
fetch(long) - Method in class io.vertx.reactivex.core.http.HttpServerRequest
 
fetch(long) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
fetch(long) - Method in class io.vertx.reactivex.core.http.WebSocket
 
fetch(long) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
 
fetch(long) - Method in class io.vertx.reactivex.core.net.NetSocket
 
fetch(long) - Method in class io.vertx.reactivex.core.parsetools.JsonParser
 
fetch(long) - Method in class io.vertx.reactivex.core.parsetools.RecordParser
 
fetch(long) - Method in interface io.vertx.reactivex.core.streams.ReadStream
Fetch the specified amount of elements.
fetch(long) - Method in class io.vertx.reactivex.core.TimeoutStream
 
fetch(String, Handler<AsyncResult<OAuth2Response>>) - Method in class io.vertx.reactivex.ext.auth.oauth2.AccessToken
Fetches a JSON resource using this Access Token.
fetch(String) - Method in class io.vertx.reactivex.ext.auth.oauth2.AccessToken
Fetches a JSON resource using this Access Token.
fetch(HttpMethod, String, JsonObject, Buffer, Handler<AsyncResult<OAuth2Response>>) - Method in class io.vertx.reactivex.ext.auth.oauth2.AccessToken
Fetches a JSON resource using this Access Token.
fetch(HttpMethod, String, JsonObject, Buffer) - Method in class io.vertx.reactivex.ext.auth.oauth2.AccessToken
Fetches a JSON resource using this Access Token.
fetch(long) - Method in class io.vertx.reactivex.ext.sql.SQLRowStream
Fetch the specified amount of elements.
fetch(long) - Method in class io.vertx.reactivex.ext.unit.report.TestSuiteReport
Fetch the specified amount of elements.
fetch(long) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
 
fetch(long) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
 
fetch(long) - Method in class io.vertx.reactivex.pgclient.pubsub.PgChannel
Fetch the specified amount of elements.
fetch(long) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQConsumer
Fetch the specified amount of elements.
fetch(long) - Method in class io.vertx.reactivex.redis.client.RedisConnection
 
fetch(long) - Method in class io.vertx.reactivex.sqlclient.RowStream
 
fetch(long) - Method in interface io.vertx.redis.client.RedisConnection
Fetch the specified amount of elements.
fetch(long) - Method in class io.vertx.rx.java.ReadStreamSubscriber
 
fetch(long) - Method in class io.vertx.rxjava.amqp.AmqpReceiver
 
fetch(long) - Method in class io.vertx.rxjava.cassandra.CassandraRowStream
 
fetch(long) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
 
fetch(long) - Method in class io.vertx.rxjava.core.eventbus.MessageConsumer
 
fetch(long) - Method in class io.vertx.rxjava.core.file.AsyncFile
 
fetch(long) - Method in class io.vertx.rxjava.core.http.HttpClientResponse
 
fetch(long) - Method in class io.vertx.rxjava.core.http.HttpServerFileUpload
 
fetch(long) - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
fetch(long) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
fetch(long) - Method in class io.vertx.rxjava.core.http.WebSocket
 
fetch(long) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
 
fetch(long) - Method in class io.vertx.rxjava.core.net.NetSocket
 
fetch(long) - Method in class io.vertx.rxjava.core.parsetools.JsonParser
 
fetch(long) - Method in class io.vertx.rxjava.core.parsetools.RecordParser
 
fetch(long) - Method in interface io.vertx.rxjava.core.streams.ReadStream
Fetch the specified amount of elements.
fetch(long) - Method in class io.vertx.rxjava.core.TimeoutStream
 
fetch(String, Handler<AsyncResult<OAuth2Response>>) - Method in class io.vertx.rxjava.ext.auth.oauth2.AccessToken
Fetches a JSON resource using this Access Token.
fetch(String) - Method in class io.vertx.rxjava.ext.auth.oauth2.AccessToken
Fetches a JSON resource using this Access Token.
fetch(HttpMethod, String, JsonObject, Buffer, Handler<AsyncResult<OAuth2Response>>) - Method in class io.vertx.rxjava.ext.auth.oauth2.AccessToken
Fetches a JSON resource using this Access Token.
fetch(HttpMethod, String, JsonObject, Buffer) - Method in class io.vertx.rxjava.ext.auth.oauth2.AccessToken
Fetches a JSON resource using this Access Token.
fetch(long) - Method in class io.vertx.rxjava.ext.sql.SQLRowStream
Fetch the specified amount of elements.
fetch(long) - Method in class io.vertx.rxjava.ext.unit.report.TestSuiteReport
Fetch the specified amount of elements.
fetch(long) - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
 
fetch(long) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
 
fetch(long) - Method in class io.vertx.rxjava.pgclient.pubsub.PgChannel
Fetch the specified amount of elements.
fetch(long) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQConsumer
Fetch the specified amount of elements.
fetch(long) - Method in class io.vertx.rxjava.redis.client.RedisConnection
 
fetch(long) - Method in class io.vertx.rxjava.sqlclient.RowStream
 
fetch(long) - Method in interface io.vertx.sqlclient.RowStream
 
FetchDirection - Enum in io.vertx.ext.sql
Represents the fetch direction hint
fetchNextPage(Handler<AsyncResult<ResultSet>>) - Method in interface io.vertx.cassandra.ResultSet
Like ResultSet.fetchNextPage() but with a direct callback.
fetchNextPage() - Method in interface io.vertx.cassandra.ResultSet
 
fetchNextPage(Handler<AsyncResult<ResultSet>>) - Method in class io.vertx.reactivex.cassandra.ResultSet
fetchNextPage() - Method in class io.vertx.reactivex.cassandra.ResultSet
fetchNextPage(Handler<AsyncResult<ResultSet>>) - Method in class io.vertx.rxjava.cassandra.ResultSet
fetchNextPage() - Method in class io.vertx.rxjava.cassandra.ResultSet
fetchTOC(String, Handler<AsyncResult<Boolean>>) - Method in interface io.vertx.ext.auth.webauthn.MetaDataService
Fetches the FIDO2 TOC for the given URL and process the entries to the metadata store.
fetchTOC(String) - Method in interface io.vertx.ext.auth.webauthn.MetaDataService
Fetches the FIDO2 TOC for the given URL and process the entries to the metadata store.
fetchTOC(String, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.reactivex.ext.auth.webauthn.MetaDataService
Fetches the FIDO2 TOC for the given URL and process the entries to the metadata store.
fetchTOC(String) - Method in class io.vertx.reactivex.ext.auth.webauthn.MetaDataService
Fetches the FIDO2 TOC for the given URL and process the entries to the metadata store.
fetchTOC(String, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.rxjava.ext.auth.webauthn.MetaDataService
Fetches the FIDO2 TOC for the given URL and process the entries to the metadata store.
fetchTOC(String) - Method in class io.vertx.rxjava.ext.auth.webauthn.MetaDataService
Fetches the FIDO2 TOC for the given URL and process the entries to the metadata store.
fiberHandler(Handler<T>) - Static method in class io.vertx.ext.sync.Sync
Deprecated.
Convert a standard handler to a handler which runs on a fiber.
fieldName() - Method in interface io.vertx.core.parsetools.JsonEvent
 
fieldName() - Method in class io.vertx.reactivex.core.parsetools.JsonEvent
 
fieldName() - Method in class io.vertx.rxjava.core.parsetools.JsonEvent
 
fieldNames() - Method in class io.vertx.core.json.JsonObject
Return the set of field names in the JSON objects
file() - Method in interface io.vertx.core.http.HttpServerFileUpload
 
file() - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
 
file() - Method in class io.vertx.rxjava.core.http.HttpServerFileUpload
 
filename() - Method in interface io.vertx.core.http.HttpServerFileUpload
 
fileName() - Method in interface io.vertx.ext.web.FileUpload
 
filename() - Method in interface io.vertx.ext.web.multipart.FormDataPart
 
filename() - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
 
fileName() - Method in class io.vertx.reactivex.ext.web.FileUpload
 
filename() - Method in class io.vertx.reactivex.ext.web.multipart.FormDataPart
 
filename() - Method in class io.vertx.rxjava.core.http.HttpServerFileUpload
 
fileName() - Method in class io.vertx.rxjava.ext.web.FileUpload
 
filename() - Method in class io.vertx.rxjava.ext.web.multipart.FormDataPart
 
filename(ProxyModel) - Method in class io.vertx.serviceproxy.generator.ServiceProxyGen
 
filename(ProxyModel) - Method in class io.vertx.serviceproxy.generator.ServiceProxyHandlerGen
 
filename(ProxyModel) - Method in class io.vertx.serviceproxy.sockjs.generator.SockjsServiceProxyJSGenerator
 
filename(ProxyModel) - Method in class io.vertx.serviceproxy.sockjs.generator.SockjsServiceProxyTSGenerator
 
filename(DataObjectModel) - Method in class io.vertx.sqlclient.templates.generator.MapperGenBase
 
FileProps - Interface in io.vertx.core.file
Represents properties of a file on the file system.
FileProps - Class in io.vertx.reactivex.core.file
Represents properties of a file on the file system.
FileProps(FileProps) - Constructor for class io.vertx.reactivex.core.file.FileProps
 
FileProps(Object) - Constructor for class io.vertx.reactivex.core.file.FileProps
 
FileProps - Class in io.vertx.rxjava.core.file
Represents properties of a file on the file system.
FileProps(FileProps) - Constructor for class io.vertx.rxjava.core.file.FileProps
 
FileProps(Object) - Constructor for class io.vertx.rxjava.core.file.FileProps
 
FileSet - Class in io.vertx.config.spi.utils
Utility class to manage file set selected using a pattern.
FileSet(Vertx, File, JsonObject) - Constructor for class io.vertx.config.spi.utils.FileSet
Creates a new FileSet from a json object.
FileSystem - Interface in io.vertx.core.file
Contains a broad set of operations for manipulating files on the file system.
fileSystem() - Method in interface io.vertx.core.Vertx
Get the filesystem object.
FileSystem - Class in io.vertx.reactivex.core.file
Contains a broad set of operations for manipulating files on the file system.
FileSystem(FileSystem) - Constructor for class io.vertx.reactivex.core.file.FileSystem
 
FileSystem(Object) - Constructor for class io.vertx.reactivex.core.file.FileSystem
 
fileSystem() - Method in class io.vertx.reactivex.core.Vertx
Get the filesystem object.
FileSystem - Class in io.vertx.rxjava.core.file
Contains a broad set of operations for manipulating files on the file system.
FileSystem(FileSystem) - Constructor for class io.vertx.rxjava.core.file.FileSystem
 
FileSystem(Object) - Constructor for class io.vertx.rxjava.core.file.FileSystem
 
fileSystem() - Method in class io.vertx.rxjava.core.Vertx
Get the filesystem object.
FileSystemCd - Class in io.vertx.ext.shell.command.base
 
FileSystemCd() - Constructor for class io.vertx.ext.shell.command.base.FileSystemCd
 
FileSystemException - Exception in io.vertx.core.file
Exception thrown by the FileSystem class
FileSystemException(String) - Constructor for exception io.vertx.core.file.FileSystemException
 
FileSystemException(String, Throwable) - Constructor for exception io.vertx.core.file.FileSystemException
 
FileSystemException(Throwable) - Constructor for exception io.vertx.core.file.FileSystemException
 
FileSystemLs - Class in io.vertx.ext.shell.command.base
 
FileSystemLs() - Constructor for class io.vertx.ext.shell.command.base.FileSystemLs
 
FileSystemOptions - Class in io.vertx.core.file
Vert.x file system base configuration, this class can be extended by provider implementations to configure those specific implementations.
FileSystemOptions() - Constructor for class io.vertx.core.file.FileSystemOptions
Default constructor
FileSystemOptions(FileSystemOptions) - Constructor for class io.vertx.core.file.FileSystemOptions
Copy constructor
FileSystemOptions(JsonObject) - Constructor for class io.vertx.core.file.FileSystemOptions
Creates a new instance of FileSystemOptions from the JSON object.
FileSystemOptionsConverter - Class in io.vertx.core.file
Converter and mapper for FileSystemOptions.
FileSystemOptionsConverter() - Constructor for class io.vertx.core.file.FileSystemOptionsConverter
 
FileSystemProps - Interface in io.vertx.core.file
Represents properties of the file system.
FileSystemProps - Class in io.vertx.reactivex.core.file
Represents properties of the file system.
FileSystemProps(FileSystemProps) - Constructor for class io.vertx.reactivex.core.file.FileSystemProps
 
FileSystemProps(Object) - Constructor for class io.vertx.reactivex.core.file.FileSystemProps
 
FileSystemProps - Class in io.vertx.rxjava.core.file
Represents properties of the file system.
FileSystemProps(FileSystemProps) - Constructor for class io.vertx.rxjava.core.file.FileSystemProps
 
FileSystemProps(Object) - Constructor for class io.vertx.rxjava.core.file.FileSystemProps
 
FileSystemPwd - Class in io.vertx.ext.shell.command.base
 
FileSystemPwd() - Constructor for class io.vertx.ext.shell.command.base.FileSystemPwd
 
FileUpload - Interface in io.vertx.ext.web
Represents a file-upload from an HTTP multipart form submission.
FileUpload - Class in io.vertx.reactivex.ext.web
Represents a file-upload from an HTTP multipart form submission.
FileUpload(FileUpload) - Constructor for class io.vertx.reactivex.ext.web.FileUpload
 
FileUpload(Object) - Constructor for class io.vertx.reactivex.ext.web.FileUpload
 
FileUpload - Class in io.vertx.rxjava.ext.web
Represents a file-upload from an HTTP multipart form submission.
FileUpload(FileUpload) - Constructor for class io.vertx.rxjava.ext.web.FileUpload
 
FileUpload(Object) - Constructor for class io.vertx.rxjava.ext.web.FileUpload
 
fileUploads() - Method in interface io.vertx.ext.web.RoutingContext
 
fileUploads() - Method in class io.vertx.reactivex.ext.web.RoutingContext
 
fileUploads() - Method in class io.vertx.rxjava.ext.web.RoutingContext
 
filter(MetricFilter) - Method in class io.vertx.ext.dropwizard.reporters.JmxReporter.Builder
Only report metrics which match the given filter.
filter(BiPredicate<String, Object>) - Method in class io.vertx.ext.dropwizard.ScheduledMetricsConsumer
 
find(String, JsonObject, Handler<AsyncResult<List<JsonObject>>>) - Method in interface io.vertx.ext.mongo.MongoClient
Find matching documents in the specified collection
find(String, JsonObject) - Method in interface io.vertx.ext.mongo.MongoClient
Like MongoClient.find(String, JsonObject, Handler) but returns a Future of the asynchronous result
find(String, JsonObject, Handler<AsyncResult<List<JsonObject>>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Find matching documents in the specified collection
find(String, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Find matching documents in the specified collection
find(String, JsonObject, Handler<AsyncResult<List<JsonObject>>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Find matching documents in the specified collection
find(String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Find matching documents in the specified collection
findAllIds(Handler<AsyncResult<List<String>>>) - Method in interface io.vertx.ext.mongo.MongoGridFsClient
Finds all file ids in the bucket
findAllIds() - Method in interface io.vertx.ext.mongo.MongoGridFsClient
Like MongoGridFsClient.findAllIds(Handler) but returns a Future of the asynchronous result
findAllIds(Handler<AsyncResult<List<String>>>) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
Finds all file ids in the bucket
findAllIds() - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
Finds all file ids in the bucket
findAllIds(Handler<AsyncResult<List<String>>>) - Method in class io.vertx.rxjava.ext.mongo.MongoGridFsClient
Finds all file ids in the bucket
findAllIds() - Method in class io.vertx.rxjava.ext.mongo.MongoGridFsClient
Finds all file ids in the bucket
findBatch(String, JsonObject) - Method in interface io.vertx.ext.mongo.MongoClient
Find matching documents in the specified collection.
findBatch(String, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Find matching documents in the specified collection.
findBatch(String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Find matching documents in the specified collection.
findBatchWithOptions(String, JsonObject, FindOptions) - Method in interface io.vertx.ext.mongo.MongoClient
Find matching documents in the specified collection, specifying options.
findBatchWithOptions(String, JsonObject, FindOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Find matching documents in the specified collection, specifying options.
findBatchWithOptions(String, JsonObject, FindOptions) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Find matching documents in the specified collection, specifying options.
findBestUserAcceptedIn(List<MIMEHeader>, Collection<MIMEHeader>) - Method in interface io.vertx.ext.web.ParsedHeaderValues
Given the sorted list of parsed header values the user has sent and an Iterable of acceptable values: It finds the first accepted header that matches any inside the Iterable.
findIds(JsonObject, Handler<AsyncResult<List<String>>>) - Method in interface io.vertx.ext.mongo.MongoGridFsClient
Finds all file ids that match a query.
findIds(JsonObject) - Method in interface io.vertx.ext.mongo.MongoGridFsClient
Like MongoGridFsClient.findIds(JsonObject, Handler) but returns a Future of the asynchronous result
findIds(JsonObject, Handler<AsyncResult<List<String>>>) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
Finds all file ids that match a query.
findIds(JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
Finds all file ids that match a query.
findIds(JsonObject, Handler<AsyncResult<List<String>>>) - Method in class io.vertx.rxjava.ext.mongo.MongoGridFsClient
Finds all file ids that match a query.
findIds(JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoGridFsClient
Finds all file ids that match a query.
findLongestCommonPrefix(Collection<String>) - Static method in interface io.vertx.ext.shell.cli.Completion
 
findMatchedBy(Collection<T>) - Method in interface io.vertx.ext.web.ParsedHeaderValue
Finds the first ParsedHeaderValue in the list that matches with this header value.
findOne(String, JsonObject, JsonObject, Handler<AsyncResult<JsonObject>>) - Method in interface io.vertx.ext.mongo.MongoClient
Find a single matching document in the specified collection
findOne(String, JsonObject, JsonObject) - Method in interface io.vertx.ext.mongo.MongoClient
Like MongoClient.findOne(String, JsonObject, JsonObject, Handler) but returns a Future of the asynchronous result
findOne(String, JsonObject, JsonObject, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Find a single matching document in the specified collection
findOne(String, JsonObject, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Find a single matching document in the specified collection
findOne(String, JsonObject, JsonObject, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Find a single matching document in the specified collection
findOne(String, JsonObject, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Find a single matching document in the specified collection
findOneAndDelete(String, JsonObject, Handler<AsyncResult<JsonObject>>) - Method in interface io.vertx.ext.mongo.MongoClient
Find a single matching document in the specified collection and delete it.
findOneAndDelete(String, JsonObject) - Method in interface io.vertx.ext.mongo.MongoClient
Like MongoClient.findOneAndDelete(String, JsonObject, Handler) but returns a Future of the asynchronous result
findOneAndDelete(String, JsonObject, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Find a single matching document in the specified collection and delete it.
findOneAndDelete(String, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Find a single matching document in the specified collection and delete it.
findOneAndDelete(String, JsonObject, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Find a single matching document in the specified collection and delete it.
findOneAndDelete(String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Find a single matching document in the specified collection and delete it.
findOneAndDeleteWithOptions(String, JsonObject, FindOptions, Handler<AsyncResult<JsonObject>>) - Method in interface io.vertx.ext.mongo.MongoClient
Find a single matching document in the specified collection and delete it.
findOneAndDeleteWithOptions(String, JsonObject, FindOptions) - Method in interface io.vertx.ext.mongo.MongoClient
findOneAndDeleteWithOptions(String, JsonObject, FindOptions, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Find a single matching document in the specified collection and delete it.
findOneAndDeleteWithOptions(String, JsonObject, FindOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Find a single matching document in the specified collection and delete it.
findOneAndDeleteWithOptions(String, JsonObject, FindOptions, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Find a single matching document in the specified collection and delete it.
findOneAndDeleteWithOptions(String, JsonObject, FindOptions) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Find a single matching document in the specified collection and delete it.
findOneAndReplace(String, JsonObject, JsonObject, Handler<AsyncResult<JsonObject>>) - Method in interface io.vertx.ext.mongo.MongoClient
Find a single matching document in the specified collection and replace it.
findOneAndReplace(String, JsonObject, JsonObject) - Method in interface io.vertx.ext.mongo.MongoClient
Like MongoClient.findOneAndReplace(String, JsonObject, JsonObject, Handler) but returns a Future of the asynchronous result
findOneAndReplace(String, JsonObject, JsonObject, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Find a single matching document in the specified collection and replace it.
findOneAndReplace(String, JsonObject, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Find a single matching document in the specified collection and replace it.
findOneAndReplace(String, JsonObject, JsonObject, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Find a single matching document in the specified collection and replace it.
findOneAndReplace(String, JsonObject, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Find a single matching document in the specified collection and replace it.
findOneAndReplaceWithOptions(String, JsonObject, JsonObject, FindOptions, UpdateOptions, Handler<AsyncResult<JsonObject>>) - Method in interface io.vertx.ext.mongo.MongoClient
Find a single matching document in the specified collection and replace it.
findOneAndReplaceWithOptions(String, JsonObject, JsonObject, FindOptions, UpdateOptions) - Method in interface io.vertx.ext.mongo.MongoClient
findOneAndReplaceWithOptions(String, JsonObject, JsonObject, FindOptions, UpdateOptions, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Find a single matching document in the specified collection and replace it.
findOneAndReplaceWithOptions(String, JsonObject, JsonObject, FindOptions, UpdateOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Find a single matching document in the specified collection and replace it.
findOneAndReplaceWithOptions(String, JsonObject, JsonObject, FindOptions, UpdateOptions, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Find a single matching document in the specified collection and replace it.
findOneAndReplaceWithOptions(String, JsonObject, JsonObject, FindOptions, UpdateOptions) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Find a single matching document in the specified collection and replace it.
findOneAndUpdate(String, JsonObject, JsonObject, Handler<AsyncResult<JsonObject>>) - Method in interface io.vertx.ext.mongo.MongoClient
Find a single matching document in the specified collection and update it.
findOneAndUpdate(String, JsonObject, JsonObject) - Method in interface io.vertx.ext.mongo.MongoClient
Like MongoClient.findOneAndUpdate(String, JsonObject, JsonObject, Handler) but returns a Future of the asynchronous result
findOneAndUpdate(String, JsonObject, JsonObject, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Find a single matching document in the specified collection and update it.
findOneAndUpdate(String, JsonObject, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Find a single matching document in the specified collection and update it.
findOneAndUpdate(String, JsonObject, JsonObject, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Find a single matching document in the specified collection and update it.
findOneAndUpdate(String, JsonObject, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Find a single matching document in the specified collection and update it.
findOneAndUpdateWithOptions(String, JsonObject, JsonObject, FindOptions, UpdateOptions, Handler<AsyncResult<JsonObject>>) - Method in interface io.vertx.ext.mongo.MongoClient
Find a single matching document in the specified collection and update it.
findOneAndUpdateWithOptions(String, JsonObject, JsonObject, FindOptions, UpdateOptions) - Method in interface io.vertx.ext.mongo.MongoClient
findOneAndUpdateWithOptions(String, JsonObject, JsonObject, FindOptions, UpdateOptions, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Find a single matching document in the specified collection and update it.
findOneAndUpdateWithOptions(String, JsonObject, JsonObject, FindOptions, UpdateOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Find a single matching document in the specified collection and update it.
findOneAndUpdateWithOptions(String, JsonObject, JsonObject, FindOptions, UpdateOptions, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Find a single matching document in the specified collection and update it.
findOneAndUpdateWithOptions(String, JsonObject, JsonObject, FindOptions, UpdateOptions) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Find a single matching document in the specified collection and update it.
FindOptions - Class in io.vertx.ext.mongo
Options used to configure find operations.
FindOptions() - Constructor for class io.vertx.ext.mongo.FindOptions
Default constructor
FindOptions(FindOptions) - Constructor for class io.vertx.ext.mongo.FindOptions
Copy constructor
FindOptions(JsonObject) - Constructor for class io.vertx.ext.mongo.FindOptions
Constructor from JSON
FindOptionsConverter - Class in io.vertx.ext.mongo
Converter and mapper for FindOptions.
FindOptionsConverter() - Constructor for class io.vertx.ext.mongo.FindOptionsConverter
 
findWithOptions(String, JsonObject, FindOptions, Handler<AsyncResult<List<JsonObject>>>) - Method in interface io.vertx.ext.mongo.MongoClient
Find matching documents in the specified collection, specifying options
findWithOptions(String, JsonObject, FindOptions) - Method in interface io.vertx.ext.mongo.MongoClient
Like MongoClient.findWithOptions(String, JsonObject, FindOptions, Handler) but returns a Future of the asynchronous result
findWithOptions(String, JsonObject, FindOptions, Handler<AsyncResult<List<JsonObject>>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Find matching documents in the specified collection, specifying options
findWithOptions(String, JsonObject, FindOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Find matching documents in the specified collection, specifying options
findWithOptions(String, JsonObject, FindOptions, Handler<AsyncResult<List<JsonObject>>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Find matching documents in the specified collection, specifying options
findWithOptions(String, JsonObject, FindOptions) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Find matching documents in the specified collection, specifying options
findWrapPos(String, int, int) - Static method in class io.vertx.core.cli.UsageMessageFormatter
Finds the next text wrap position after startPos for the text in text with the column width width.
finish(Context) - Method in class io.vertx.kafka.client.common.tracing.ConsumerTracer.StartedSpan
 
finish(Context) - Method in class io.vertx.kafka.client.common.tracing.ProducerTracer.StartedSpan
 
fireComplete() - Method in class io.vertx.rx.java.ObservableOnSubscribeAdapter
Fire completed to active observer
fireError(Throwable) - Method in class io.vertx.rx.java.ObservableOnSubscribeAdapter
Fire error to active observer
fireEvent(String, Handler<AsyncResult<Event>>) - Method in interface io.vertx.ext.consul.ConsulClient
Fires a new user event
fireEvent(String) - Method in interface io.vertx.ext.consul.ConsulClient
Like ConsulClient.fireEvent(String, Handler) but returns a Future of the asynchronous result.
fireEvent(String, Handler<AsyncResult<Event>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Fires a new user event
fireEvent(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Fires a new user event
fireEvent(String, Handler<AsyncResult<Event>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Fires a new user event
fireEvent(String) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Fires a new user event
fireEventWithOptions(String, EventOptions, Handler<AsyncResult<Event>>) - Method in interface io.vertx.ext.consul.ConsulClient
Fires a new user event
fireEventWithOptions(String, EventOptions) - Method in interface io.vertx.ext.consul.ConsulClient
Like ConsulClient.fireEventWithOptions(String, EventOptions, Handler) but returns a Future of the asynchronous result.
fireEventWithOptions(String, EventOptions, Handler<AsyncResult<Event>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Fires a new user event
fireEventWithOptions(String, EventOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Fires a new user event
fireEventWithOptions(String, EventOptions, Handler<AsyncResult<Event>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Fires a new user event
fireEventWithOptions(String, EventOptions) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Fires a new user event
fireNext(T) - Method in class io.vertx.rx.java.ObservableOnSubscribeAdapter
Fire next to active observer
fireResult(T) - Method in class io.vertx.rx.java.ObservableOnSubscribeAdapter
Fire result to active observer
firstAcquirer(boolean) - Method in interface io.vertx.amqp.AmqpMessageBuilder
 
firstAcquirer(boolean) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
firstAcquirer(boolean) - Method in class io.vertx.rxjava.amqp.AmqpMessageBuilder
 
fixedSizeMode(int) - Method in interface io.vertx.core.parsetools.RecordParser
Flip the parser into fixed size mode, where the record size is specified by size in bytes.
fixedSizeMode(int) - Method in class io.vertx.reactivex.core.parsetools.RecordParser
Flip the parser into fixed size mode, where the record size is specified by size in bytes.
fixedSizeMode(int) - Method in class io.vertx.rxjava.core.parsetools.RecordParser
Flip the parser into fixed size mode, where the record size is specified by size in bytes.
flag - Variable in class io.vertx.core.cli.Option
whether or not the option is a flag.
flag() - Method in interface io.vertx.junit5.Checkpoint
Flags the checkpoint.
flags() - Method in interface io.vertx.core.http.HttpFrame
 
flags() - Method in class io.vertx.reactivex.core.http.HttpFrame
 
flags() - Method in class io.vertx.rxjava.core.http.HttpFrame
 
flatMap(Function<T, Future<U>>) - Method in interface io.vertx.core.Future
floatValue() - Method in interface io.vertx.core.parsetools.JsonEvent
 
floatValue() - Method in class io.vertx.reactivex.core.parsetools.JsonEvent
 
floatValue() - Method in class io.vertx.rxjava.core.parsetools.JsonEvent
 
floatValue() - Method in class io.vertx.sqlclient.data.Numeric
 
FlowableHelper - Class in io.vertx.reactivex.core
 
FlowableHelper() - Constructor for class io.vertx.reactivex.core.FlowableHelper
 
FlowableHelper - Class in io.vertx.reactivex
 
FlowableHelper() - Constructor for class io.vertx.reactivex.FlowableHelper
 
flush() - Method in interface io.vertx.core.file.AsyncFile
Flush any writes made to this file to underlying persistent storage.
flush(Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.AsyncFile
Same as AsyncFile.flush() but the handler will be called when the flush is complete or if an error occurs
flush() - Method in interface io.vertx.ext.auth.webauthn.MetaDataService
Clears all loaded statements, both from the TOC and manually inserted.
flush(RoutingContext, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.web.handler.SessionHandler
Flush a context session earlier to the store, this will allow the end user to have full control on the event of a failure at the store level.
flush(RoutingContext, boolean, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.web.handler.SessionHandler
Flush a context session earlier to the store, this will allow the end user to have full control on the event of a failure at the store level.
flush(RoutingContext) - Method in interface io.vertx.ext.web.handler.SessionHandler
Promisified flush.
flush(RoutingContext, boolean) - Method in interface io.vertx.ext.web.handler.SessionHandler
Promisified flush.
flush(Handler<AsyncResult<Void>>) - Method in interface io.vertx.kafka.client.producer.KafkaProducer
Invoking this method makes all buffered records immediately available to write
flush() - Method in interface io.vertx.kafka.client.producer.KafkaProducer
Like KafkaProducer.flush(Handler) but returns a Future of the asynchronous result
flush(Handler<AsyncResult<Void>>) - Method in interface io.vertx.kafka.client.producer.KafkaWriteStream
Invoking this method makes all buffered records immediately available to write
flush() - Method in interface io.vertx.kafka.client.producer.KafkaWriteStream
Like KafkaWriteStream.flush(Handler) but returns a Future of the asynchronous result
flush(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.file.AsyncFile
Same as AsyncFile.flush(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but the handler will be called when the flush is complete or if an error occurs
flush() - Method in class io.vertx.reactivex.core.file.AsyncFile
Same as AsyncFile.flush(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but the handler will be called when the flush is complete or if an error occurs
flush() - Method in class io.vertx.reactivex.ext.auth.webauthn.MetaDataService
Clears all loaded statements, both from the TOC and manually inserted.
flush(RoutingContext, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.web.handler.SessionHandler
Flush a context session earlier to the store, this will allow the end user to have full control on the event of a failure at the store level.
flush(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.SessionHandler
Flush a context session earlier to the store, this will allow the end user to have full control on the event of a failure at the store level.
flush(RoutingContext, boolean, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.web.handler.SessionHandler
Flush a context session earlier to the store, this will allow the end user to have full control on the event of a failure at the store level.
flush(RoutingContext, boolean) - Method in class io.vertx.reactivex.ext.web.handler.SessionHandler
Flush a context session earlier to the store, this will allow the end user to have full control on the event of a failure at the store level.
flush(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
Invoking this method makes all buffered records immediately available to write
flush() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
Invoking this method makes all buffered records immediately available to write
flush(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.AsyncFile
Same as AsyncFile.flush(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but the handler will be called when the flush is complete or if an error occurs
flush() - Method in class io.vertx.rxjava.core.file.AsyncFile
Same as AsyncFile.flush(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but the handler will be called when the flush is complete or if an error occurs
flush() - Method in class io.vertx.rxjava.ext.auth.webauthn.MetaDataService
Clears all loaded statements, both from the TOC and manually inserted.
flush(RoutingContext, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.web.handler.SessionHandler
Flush a context session earlier to the store, this will allow the end user to have full control on the event of a failure at the store level.
flush(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.SessionHandler
Flush a context session earlier to the store, this will allow the end user to have full control on the event of a failure at the store level.
flush(RoutingContext, boolean, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.web.handler.SessionHandler
Flush a context session earlier to the store, this will allow the end user to have full control on the event of a failure at the store level.
flush(RoutingContext, boolean) - Method in class io.vertx.rxjava.ext.web.handler.SessionHandler
Flush a context session earlier to the store, this will allow the end user to have full control on the event of a failure at the store level.
flush(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
Invoking this method makes all buffered records immediately available to write
flush() - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
Invoking this method makes all buffered records immediately available to write
FLUSHALL - Static variable in class io.vertx.reactivex.redis.client.Command
 
flushall(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command flushall.
flushall(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command flushall.
FLUSHALL - Static variable in interface io.vertx.redis.client.Command
 
flushall(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command flushall.
flushall(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command flushall.
FLUSHALL - Static variable in class io.vertx.rxjava.redis.client.Command
 
flushall(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command flushall.
flushall(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command flushall.
FLUSHDB - Static variable in class io.vertx.reactivex.redis.client.Command
 
flushdb(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command flushdb.
flushdb(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command flushdb.
FLUSHDB - Static variable in interface io.vertx.redis.client.Command
 
flushdb(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command flushdb.
flushdb(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command flushdb.
FLUSHDB - Static variable in class io.vertx.rxjava.redis.client.Command
 
flushdb(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command flushdb.
flushdb(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command flushdb.
flushed(boolean) - Method in class io.vertx.ext.web.sstore.AbstractSession
 
followedRedirects() - Method in interface io.vertx.ext.web.client.HttpResponse
 
followedRedirects() - Method in class io.vertx.reactivex.ext.web.client.HttpResponse
 
followedRedirects() - Method in class io.vertx.rxjava.ext.web.client.HttpResponse
 
followRedirects(boolean) - Method in interface io.vertx.ext.web.client.HttpRequest
Set wether or not to follow the directs for the request.
followRedirects(boolean) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Set wether or not to follow the directs for the request.
followRedirects(boolean) - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
Set wether or not to follow the directs for the request.
forAddress(Vertx, String, int) - Static method in class io.vertx.grpc.VertxChannelBuilder
 
forAddress(Vertx, SocketAddress) - Static method in class io.vertx.grpc.VertxChannelBuilder
 
forAddress(Vertx, SocketAddress) - Static method in class io.vertx.grpc.VertxServerBuilder
 
forAddress(Vertx, String, int) - Static method in class io.vertx.grpc.VertxServerBuilder
 
forEach(BiConsumer<? super K, ? super V>) - Method in interface io.vertx.core.shareddata.LocalMap
Performs the given action for each entry in this map until all entries have been processed or the action throws an exception.
foregroundHandler(Handler<Void>) - Method in interface io.vertx.ext.shell.command.CommandProcess
Set a foreground handler, this handler is called when the command is running and put to foreground.
foregroundHandler(Handler<Void>) - Method in class io.vertx.reactivex.ext.shell.command.CommandProcess
Set a foreground handler, this handler is called when the command is running and put to foreground.
foregroundHandler(Handler<Void>) - Method in class io.vertx.rxjava.ext.shell.command.CommandProcess
Set a foreground handler, this handler is called when the command is running and put to foreground.
foregroundJob() - Method in interface io.vertx.ext.shell.system.JobController
 
foregroundJob() - Method in class io.vertx.reactivex.ext.shell.system.JobController
 
foregroundJob() - Method in class io.vertx.rxjava.ext.shell.system.JobController
 
format(LogRecord) - Method in class io.vertx.core.logging.VertxLoggerFormatter
 
format(StringFormat) - Static method in class io.vertx.json.schema.draft7.dsl.Keywords
 
formats - Variable in class io.vertx.json.schema.common.BaseFormatValidatorFactory
 
formAttributes() - Method in interface io.vertx.core.http.HttpServerRequest
Returns a map of all form attributes in the request.
formAttributes() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
Returns a map of all form attributes in the request.
formAttributes() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
Returns a map of all form attributes in the request.
FormatValidatorFactory - Class in io.vertx.json.schema.draft201909
 
FormatValidatorFactory() - Constructor for class io.vertx.json.schema.draft201909.FormatValidatorFactory
 
FormatValidatorFactory - Class in io.vertx.json.schema.draft7
 
FormatValidatorFactory() - Constructor for class io.vertx.json.schema.draft7.FormatValidatorFactory
 
FormatValidatorFactory - Class in io.vertx.json.schema.openapi3
 
FormatValidatorFactory() - Constructor for class io.vertx.json.schema.openapi3.FormatValidatorFactory
 
FormDataPart - Interface in io.vertx.ext.web.multipart
A form data part of a MultipartForm.
FormDataPart - Class in io.vertx.reactivex.ext.web.multipart
A form data part of a MultipartForm.
FormDataPart(FormDataPart) - Constructor for class io.vertx.reactivex.ext.web.multipart.FormDataPart
 
FormDataPart(Object) - Constructor for class io.vertx.reactivex.ext.web.multipart.FormDataPart
 
FormDataPart - Class in io.vertx.rxjava.ext.web.multipart
A form data part of a MultipartForm.
FormDataPart(FormDataPart) - Constructor for class io.vertx.rxjava.ext.web.multipart.FormDataPart
 
FormDataPart(Object) - Constructor for class io.vertx.rxjava.ext.web.multipart.FormDataPart
 
FormLoginHandler - Interface in io.vertx.ext.web.handler
Handler that handles login from a form on a custom login page.
FormLoginHandler - Class in io.vertx.reactivex.ext.web.handler
Handler that handles login from a form on a custom login page.
FormLoginHandler(FormLoginHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.FormLoginHandler
 
FormLoginHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.FormLoginHandler
 
FormLoginHandler - Class in io.vertx.rxjava.ext.web.handler
Handler that handles login from a form on a custom login page.
FormLoginHandler(FormLoginHandler) - Constructor for class io.vertx.rxjava.ext.web.handler.FormLoginHandler
 
FormLoginHandler(Object) - Constructor for class io.vertx.rxjava.ext.web.handler.FormLoginHandler
 
formParameter(String) - Method in interface io.vertx.ext.web.api.RequestParameters
Deprecated.
Get form parameter by name
formParameter(String) - Method in class io.vertx.reactivex.ext.web.api.RequestParameters
Deprecated.
formParameter(String) - Method in class io.vertx.rxjava.ext.web.api.RequestParameters
Deprecated.
formParametersNames() - Method in interface io.vertx.ext.web.api.RequestParameters
Deprecated.
Get list of all parameter names inside body form
formParametersNames() - Method in class io.vertx.reactivex.ext.web.api.RequestParameters
Deprecated.
formParametersNames() - Method in class io.vertx.rxjava.ext.web.api.RequestParameters
Deprecated.
formUrlEncoded(ObjectSchemaBuilder) - Static method in interface io.vertx.ext.web.validation.builder.Bodies
Create a form application/x-www-form-urlencoded processor
forPort(Vertx, int) - Static method in class io.vertx.grpc.VertxServerBuilder
 
forQuery(SqlClient, String) - Static method in class io.vertx.reactivex.sqlclient.templates.SqlTemplate
Create an SQL template for query purpose consuming map parameters and returning .
forQuery(SqlClient, String) - Static method in interface io.vertx.sqlclient.templates.SqlTemplate
Create an SQL template for query purpose consuming map parameters and returning Row.
forRegistry(MetricRegistry) - Static method in class io.vertx.ext.dropwizard.reporters.JmxReporter
Returns a new JmxReporter.Builder for JmxReporter.
forTarget(Vertx, String) - Static method in class io.vertx.grpc.VertxChannelBuilder
 
forUpdate(SqlClient, String) - Static method in class io.vertx.reactivex.sqlclient.templates.SqlTemplate
Create an SQL template for query purpose consuming map parameters and returning void.
forUpdate(SqlClient, String) - Static method in interface io.vertx.sqlclient.templates.SqlTemplate
Create an SQL template for query purpose consuming map parameters and returning void.
FoursquareAuth - Interface in io.vertx.ext.auth.oauth2.providers
Simplified factory to create an OAuth2Auth for Foursquare.
FoursquareAuth - Class in io.vertx.reactivex.ext.auth.oauth2.providers
Simplified factory to create an for Foursquare.
FoursquareAuth(FoursquareAuth) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.FoursquareAuth
 
FoursquareAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.FoursquareAuth
 
FoursquareAuth - Class in io.vertx.rxjava.ext.auth.oauth2.providers
Simplified factory to create an for Foursquare.
FoursquareAuth(FoursquareAuth) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.providers.FoursquareAuth
 
FoursquareAuth(Object) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.providers.FoursquareAuth
 
Frame - Class in io.vertx.ext.stomp
Represents a STOMP frame.
Frame() - Constructor for class io.vertx.ext.stomp.Frame
Creates an un-configured frame.
Frame(Frame) - Constructor for class io.vertx.ext.stomp.Frame
Creates a new instance of Frame by copying the values from the other frame.
Frame(JsonObject) - Constructor for class io.vertx.ext.stomp.Frame
Creates a new instance of Frame from its JSON representation.
Frame(Command, Map<String, String>, Buffer) - Constructor for class io.vertx.ext.stomp.Frame
Creates a new instance of Frame.
frame() - Method in interface io.vertx.ext.stomp.ServerFrame
 
frame() - Method in class io.vertx.reactivex.ext.stomp.ServerFrame
 
frame() - Method in class io.vertx.rxjava.ext.stomp.ServerFrame
 
Frame.Heartbeat - Class in io.vertx.ext.stomp
Represents the heartbeat configuration.
FrameConverter - Class in io.vertx.ext.stomp
Converter and mapper for Frame.
FrameConverter() - Constructor for class io.vertx.ext.stomp.FrameConverter
 
frameHandler(Handler<WebSocketFrame>) - Method in interface io.vertx.core.http.ServerWebSocket
 
frameHandler(Handler<WebSocketFrame>) - Method in interface io.vertx.core.http.WebSocket
 
frameHandler(Handler<WebSocketFrame>) - Method in interface io.vertx.core.http.WebSocketBase
Set a frame handler on the connection.
frameHandler(Handler<WebSocketFrame>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
frameHandler(Handler<WebSocketFrame>) - Method in class io.vertx.reactivex.core.http.WebSocket
 
frameHandler(Handler<WebSocketFrame>) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
Set a frame handler on the connection.
frameHandler(Handler<WebSocketFrame>) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
frameHandler(Handler<WebSocketFrame>) - Method in class io.vertx.rxjava.core.http.WebSocket
 
frameHandler(Handler<WebSocketFrame>) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
Set a frame handler on the connection.
frames() - Method in interface io.vertx.ext.stomp.Acknowledgement
 
Frames - Interface in io.vertx.ext.stomp
Utility methods to build common Frames.
frames() - Method in class io.vertx.reactivex.ext.stomp.Acknowledgement
 
Frames - Class in io.vertx.reactivex.ext.stomp
Utility methods to build common Frames.
Frames(Frames) - Constructor for class io.vertx.reactivex.ext.stomp.Frames
 
Frames(Object) - Constructor for class io.vertx.reactivex.ext.stomp.Frames
 
frames() - Method in class io.vertx.rxjava.ext.stomp.Acknowledgement
 
Frames - Class in io.vertx.rxjava.ext.stomp
Utility methods to build common Frames.
Frames(Frames) - Constructor for class io.vertx.rxjava.ext.stomp.Frames
 
Frames(Object) - Constructor for class io.vertx.rxjava.ext.stomp.Frames
 
FreeMarkerTemplateEngine - Interface in io.vertx.ext.web.templ.freemarker
A template engine that uses the FreeMarker library.
FreeMarkerTemplateEngine - Class in io.vertx.reactivex.ext.web.templ.freemarker
A template engine that uses the FreeMarker library.
FreeMarkerTemplateEngine(FreeMarkerTemplateEngine) - Constructor for class io.vertx.reactivex.ext.web.templ.freemarker.FreeMarkerTemplateEngine
 
FreeMarkerTemplateEngine(Object) - Constructor for class io.vertx.reactivex.ext.web.templ.freemarker.FreeMarkerTemplateEngine
 
FreeMarkerTemplateEngine - Class in io.vertx.rxjava.ext.web.templ.freemarker
A template engine that uses the FreeMarker library.
FreeMarkerTemplateEngine(FreeMarkerTemplateEngine) - Constructor for class io.vertx.rxjava.ext.web.templ.freemarker.FreeMarkerTemplateEngine
 
FreeMarkerTemplateEngine(Object) - Constructor for class io.vertx.rxjava.ext.web.templ.freemarker.FreeMarkerTemplateEngine
 
from(Properties) - Static method in class io.vertx.config.spi.utils.JsonObjectHelper
 
from(Properties, boolean) - Static method in class io.vertx.config.spi.utils.JsonObjectHelper
 
FROM - Static variable in class io.vertx.core.cli.converters.FromBasedConverter
 
FROM - Static variable in interface io.vertx.core.http.HttpHeaders
From header name
from(String) - Static method in interface io.vertx.core.json.pointer.JsonPointer
Build a JsonPointer from a json pointer string
from(String, Status) - Static method in class io.vertx.ext.healthchecks.CheckResult
 
from(String, Throwable) - Static method in class io.vertx.ext.healthchecks.CheckResult
 
from(int) - Static method in enum io.vertx.ext.sql.TransactionIsolation
 
from(String) - Static method in enum io.vertx.ext.sql.TransactionIsolation
 
from(String) - Static method in enum io.vertx.ext.web.handler.graphql.ApolloWSMessageType
Get an ApolloWSMessageType from its text representation.
FROM - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
From header name
from(String) - Static method in class io.vertx.reactivex.core.json.pointer.JsonPointer
Build a JsonPointer from a json pointer string
from(List<T>) - Static method in class io.vertx.reactivex.sqlclient.Tuple
Wrap the provided list with a tuple.
from(Object[]) - Static method in class io.vertx.reactivex.sqlclient.Tuple
Wrap the provided array with a tuple.
FROM - Static variable in class io.vertx.rxjava.core.http.HttpHeaders
From header name
from(String) - Static method in class io.vertx.rxjava.core.json.pointer.JsonPointer
Build a JsonPointer from a json pointer string
from(List<T>) - Static method in class io.vertx.rxjava.sqlclient.Tuple
Wrap the provided list with a tuple.
from(Object[]) - Static method in class io.vertx.rxjava.sqlclient.Tuple
Wrap the provided array with a tuple.
from(List<T>) - Static method in interface io.vertx.sqlclient.Tuple
Wrap the provided list with a tuple.
from(Object[]) - Static method in interface io.vertx.sqlclient.Tuple
Wrap the provided array with a tuple.
FROM_STRING - Static variable in class io.vertx.core.cli.converters.FromStringBasedConverter
 
FromBasedConverter<T> - Class in io.vertx.core.cli.converters
This 'default' converter tries to create objects using a static 'from' method taking a single String argument.
fromBuffer(Buffer, Class<T>) - Method in class io.vertx.core.json.jackson.DatabindCodec
 
fromBuffer(Buffer, TypeReference<T>) - Method in class io.vertx.core.json.jackson.DatabindCodec
 
fromBuffer(Buffer, Class<T>) - Method in class io.vertx.core.json.jackson.JacksonCodec
 
fromBuffer(Buffer, TypeReference<T>) - Method in class io.vertx.core.json.jackson.JacksonCodec
 
fromBuffer(Buffer) - Method in class io.vertx.core.json.jackson.JacksonCodec
 
fromBuffer(Buffer, Class<T>) - Method in interface io.vertx.core.spi.json.JsonCodec
fromCamel(String) - Static method in class io.vertx.camel.InboundMapping
Creates an InboundMapping from the given Camel endpoint.
fromCamel(Endpoint) - Static method in class io.vertx.camel.InboundMapping
Creates an InboundMapping from the given Camel endpoint.
fromCompletionStage(CompletionStage<T>) - Static method in interface io.vertx.core.Future
Bridges a CompletionStage object to a Vert.x future instance.
fromCompletionStage(CompletionStage<T>, Context) - Static method in interface io.vertx.core.Future
Bridges a CompletionStage object to a Vert.x future instance.
fromEnv() - Static method in class io.vertx.pgclient.PgConnectOptions
Provide a PgConnectOptions configured with environment variables, if the environment variable is not set, then a default value will take precedence over this.
fromInt(int) - Static method in enum io.vertx.core.eventbus.ReplyFailure
 
fromJson(Iterable<Map.Entry<String, Object>>, AmqpClientOptions) - Static method in class io.vertx.amqp.AmqpClientOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, AmqpReceiverOptions) - Static method in class io.vertx.amqp.AmqpReceiverOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, AmqpSenderOptions) - Static method in class io.vertx.amqp.AmqpSenderOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, CassandraClientOptions) - Static method in class io.vertx.cassandra.CassandraClientOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, CircuitBreakerOptions) - Static method in class io.vertx.circuitbreaker.CircuitBreakerOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, ConfigRetrieverOptions) - Static method in class io.vertx.config.ConfigRetrieverOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, DnsClientOptions) - Static method in class io.vertx.core.dns.DnsClientOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, RequestOptions) - Static method in class io.vertx.core.http.RequestOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, WebSocketConnectOptions) - Static method in class io.vertx.core.http.WebSocketConnectOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, JksOptions) - Static method in class io.vertx.core.net.JksOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, KeyStoreOptions) - Static method in class io.vertx.core.net.KeyStoreOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, DB2ConnectOptions) - Static method in class io.vertx.db2client.DB2ConnectOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, HtpasswdAuthOptions) - Static method in class io.vertx.ext.auth.htpasswd.HtpasswdAuthOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, JDBCAuthenticationOptions) - Static method in class io.vertx.ext.auth.jdbc.JDBCAuthenticationOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, JDBCAuthOptions) - Static method in class io.vertx.ext.auth.jdbc.JDBCAuthOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, JDBCAuthorizationOptions) - Static method in class io.vertx.ext.auth.jdbc.JDBCAuthorizationOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, JWTAuthOptions) - Static method in class io.vertx.ext.auth.jwt.JWTAuthOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, JWTOptions) - Static method in class io.vertx.ext.auth.JWTOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, KeyStoreOptions) - Static method in class io.vertx.ext.auth.KeyStoreOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, LdapAuthenticationOptions) - Static method in class io.vertx.ext.auth.ldap.LdapAuthenticationOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, MongoAuthenticationOptions) - Static method in class io.vertx.ext.auth.mongo.MongoAuthenticationOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, MongoAuthOptions) - Static method in class io.vertx.ext.auth.mongo.MongoAuthOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, MongoAuthorizationOptions) - Static method in class io.vertx.ext.auth.mongo.MongoAuthorizationOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, OAuth2Options) - Static method in class io.vertx.ext.auth.oauth2.OAuth2OptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, PubSecKeyOptions) - Static method in class io.vertx.ext.auth.PubSecKeyOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, ShiroAuthOptions) - Static method in class io.vertx.ext.auth.shiro.ShiroAuthOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, SqlAuthenticationOptions) - Static method in class io.vertx.ext.auth.sqlclient.SqlAuthenticationOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, SqlAuthorizationOptions) - Static method in class io.vertx.ext.auth.sqlclient.SqlAuthorizationOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, Authenticator) - Static method in class io.vertx.ext.auth.webauthn.AuthenticatorConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, RelyingParty) - Static method in class io.vertx.ext.auth.webauthn.RelyingPartyConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, WebAuthnCredentials) - Static method in class io.vertx.ext.auth.webauthn.WebAuthnCredentialsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, WebAuthnOptions) - Static method in class io.vertx.ext.auth.webauthn.WebAuthnOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, BridgeOptions) - Static method in class io.vertx.ext.bridge.BridgeOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, PermittedOptions) - Static method in class io.vertx.ext.bridge.PermittedOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, BlockingQueryOptions) - Static method in class io.vertx.ext.consul.BlockingQueryOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, Check) - Static method in class io.vertx.ext.consul.CheckConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, CheckList) - Static method in class io.vertx.ext.consul.CheckListConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, CheckOptions) - Static method in class io.vertx.ext.consul.CheckOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, CheckQueryOptions) - Static method in class io.vertx.ext.consul.CheckQueryOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, ConsulClientOptions) - Static method in class io.vertx.ext.consul.ConsulClientOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, Coordinate) - Static method in class io.vertx.ext.consul.CoordinateConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, CoordinateList) - Static method in class io.vertx.ext.consul.CoordinateListConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, DcCoordinates) - Static method in class io.vertx.ext.consul.DcCoordinatesConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, Event) - Static method in class io.vertx.ext.consul.EventConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, EventList) - Static method in class io.vertx.ext.consul.EventListConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, EventListOptions) - Static method in class io.vertx.ext.consul.EventListOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, EventOptions) - Static method in class io.vertx.ext.consul.EventOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, KeyValue) - Static method in class io.vertx.ext.consul.KeyValueConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, KeyValueList) - Static method in class io.vertx.ext.consul.KeyValueListConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, Node) - Static method in class io.vertx.ext.consul.NodeConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, NodeList) - Static method in class io.vertx.ext.consul.NodeListConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, NodeQueryOptions) - Static method in class io.vertx.ext.consul.NodeQueryOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, PreparedQueryExecuteOptions) - Static method in class io.vertx.ext.consul.PreparedQueryExecuteOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, PreparedQueryExecuteResponse) - Static method in class io.vertx.ext.consul.PreparedQueryExecuteResponseConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, ServiceEntry) - Static method in class io.vertx.ext.consul.ServiceEntryConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, ServiceEntryList) - Static method in class io.vertx.ext.consul.ServiceEntryListConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, ServiceList) - Static method in class io.vertx.ext.consul.ServiceListConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, ServiceOptions) - Static method in class io.vertx.ext.consul.ServiceOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, ServiceQueryOptions) - Static method in class io.vertx.ext.consul.ServiceQueryOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, Session) - Static method in class io.vertx.ext.consul.SessionConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, SessionList) - Static method in class io.vertx.ext.consul.SessionListConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, TxnError) - Static method in class io.vertx.ext.consul.TxnErrorConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, TxnKVOperation) - Static method in class io.vertx.ext.consul.TxnKVOperationConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, DropwizardMetricsOptions) - Static method in class io.vertx.ext.dropwizard.DropwizardMetricsOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, Match) - Static method in class io.vertx.ext.dropwizard.MatchConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, Status) - Static method in class io.vertx.ext.healthchecks.StatusConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, DKIMSignOptions) - Static method in class io.vertx.ext.mail.DKIMSignOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, AggregateOptions) - Static method in class io.vertx.ext.mongo.AggregateOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, FindOptions) - Static method in class io.vertx.ext.mongo.FindOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, IndexModel) - Static method in class io.vertx.ext.mongo.IndexModelConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, ShellServerOptions) - Static method in class io.vertx.ext.shell.ShellServerOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, ShellServiceOptions) - Static method in class io.vertx.ext.shell.ShellServiceOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, HttpTermOptions) - Static method in class io.vertx.ext.shell.term.HttpTermOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, SSHTermOptions) - Static method in class io.vertx.ext.shell.term.SSHTermOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, TelnetTermOptions) - Static method in class io.vertx.ext.shell.term.TelnetTermOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, ResultSet) - Static method in class io.vertx.ext.sql.ResultSetConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, SQLOptions) - Static method in class io.vertx.ext.sql.SQLOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, UpdateResult) - Static method in class io.vertx.ext.sql.UpdateResultConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, Frame) - Static method in class io.vertx.ext.stomp.FrameConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, StompClientOptions) - Static method in class io.vertx.ext.stomp.StompClientOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, StompServerOptions) - Static method in class io.vertx.ext.stomp.StompServerOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, ReportingOptions) - Static method in class io.vertx.ext.unit.report.ReportingOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, ReportOptions) - Static method in class io.vertx.ext.unit.report.ReportOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, TestOptions) - Static method in class io.vertx.ext.unit.TestOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, WebClientOptions) - Static method in class io.vertx.ext.web.client.WebClientOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, ApolloWSOptions) - Static method in class io.vertx.ext.web.handler.graphql.ApolloWSOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, GraphiQLHandlerOptions) - Static method in class io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, GraphQLHandlerOptions) - Static method in class io.vertx.ext.web.handler.graphql.GraphQLHandlerOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, SockJSBridgeOptions) - Static method in class io.vertx.ext.web.handler.sockjs.SockJSBridgeOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, Http2PushMapping) - Static method in class io.vertx.ext.web.Http2PushMappingConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, OpenAPILoaderOptions) - Static method in class io.vertx.ext.web.openapi.OpenAPILoaderOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, JDBCConnectOptions) - Static method in class io.vertx.jdbcclient.JDBCConnectOptionsConverter
 
fromJson(JsonObject) - Method in class io.vertx.json.schema.common.dsl.SchemaBuilder
 
fromJson(Iterable<Map.Entry<String, Object>>, SchemaRouterOptions) - Static method in class io.vertx.json.schema.SchemaRouterOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, ClusterDescription) - Static method in class io.vertx.kafka.admin.ClusterDescriptionConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, Config) - Static method in class io.vertx.kafka.admin.ConfigConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, ConfigEntry) - Static method in class io.vertx.kafka.admin.ConfigEntryConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, ConfigSynonym) - Static method in class io.vertx.kafka.admin.ConfigSynonymConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, ConsumerGroupDescription) - Static method in class io.vertx.kafka.admin.ConsumerGroupDescriptionConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, ConsumerGroupListing) - Static method in class io.vertx.kafka.admin.ConsumerGroupListingConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, ListConsumerGroupOffsetsOptions) - Static method in class io.vertx.kafka.admin.ListConsumerGroupOffsetsOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, ListOffsetsResultInfo) - Static method in class io.vertx.kafka.admin.ListOffsetsResultInfoConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, MemberAssignment) - Static method in class io.vertx.kafka.admin.MemberAssignmentConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, MemberDescription) - Static method in class io.vertx.kafka.admin.MemberDescriptionConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, NewTopic) - Static method in class io.vertx.kafka.admin.NewTopicConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, OffsetSpec) - Static method in class io.vertx.kafka.admin.OffsetSpecConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, TopicDescription) - Static method in class io.vertx.kafka.admin.TopicDescriptionConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, ConfigResource) - Static method in class io.vertx.kafka.client.common.ConfigResourceConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, KafkaClientOptions) - Static method in class io.vertx.kafka.client.common.KafkaClientOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, PartitionInfo) - Static method in class io.vertx.kafka.client.common.PartitionInfoConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, TopicPartitionInfo) - Static method in class io.vertx.kafka.client.common.TopicPartitionInfoConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, MetricsNaming) - Static method in class io.vertx.micrometer.MetricsNamingConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, MicrometerMetricsOptions) - Static method in class io.vertx.micrometer.MicrometerMetricsOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, VertxInfluxDbOptions) - Static method in class io.vertx.micrometer.VertxInfluxDbOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, VertxJmxMetricsOptions) - Static method in class io.vertx.micrometer.VertxJmxMetricsOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, VertxPrometheusOptions) - Static method in class io.vertx.micrometer.VertxPrometheusOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, MqttClientOptions) - Static method in class io.vertx.mqtt.MqttClientOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, MySQLAuthOptions) - Static method in class io.vertx.mysqlclient.MySQLAuthOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, MySQLConnectOptions) - Static method in class io.vertx.mysqlclient.MySQLConnectOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, PgConnectOptions) - Static method in class io.vertx.pgclient.PgConnectOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, PgNotification) - Static method in class io.vertx.pgclient.PgNotificationConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, QueueOptions) - Static method in class io.vertx.rabbitmq.QueueOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, RabbitMQConfirmation) - Static method in class io.vertx.rabbitmq.RabbitMQConfirmationConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, RabbitMQOptions) - Static method in class io.vertx.rabbitmq.RabbitMQOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, RabbitMQPublisherConfirmation) - Static method in class io.vertx.rabbitmq.RabbitMQPublisherConfirmationConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, RabbitMQPublisherOptions) - Static method in class io.vertx.rabbitmq.RabbitMQPublisherOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, RedisOptions) - Static method in class io.vertx.redis.client.RedisOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, Record) - Static method in class io.vertx.servicediscovery.RecordConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, ServiceDiscoveryOptions) - Static method in class io.vertx.servicediscovery.ServiceDiscoveryOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, HttpLocation) - Static method in class io.vertx.servicediscovery.types.HttpLocationConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, IgniteCacheOptions) - Static method in class io.vertx.spi.cluster.ignite.IgniteCacheOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, IgniteDiscoveryOptions) - Static method in class io.vertx.spi.cluster.ignite.IgniteDiscoveryOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, IgniteMetricExporterOptions) - Static method in class io.vertx.spi.cluster.ignite.IgniteMetricExporterOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, IgniteOptions) - Static method in class io.vertx.spi.cluster.ignite.IgniteOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, IgniteSslOptions) - Static method in class io.vertx.spi.cluster.ignite.IgniteSslOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, PoolOptions) - Static method in class io.vertx.sqlclient.PoolOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, SqlConnectOptions) - Static method in class io.vertx.sqlclient.SqlConnectOptionsConverter
 
fromMap(Map<String, Object>, boolean) - Static method in class io.vertx.kafka.client.common.KafkaClientOptions
Create KafkaClientOptions from underlying Kafka config as map
fromName(String) - Static method in interface io.vertx.ext.auth.User
Factory for user instances that are single string.
fromName(String) - Static method in class io.vertx.reactivex.ext.auth.User
Factory for user instances that are single string.
fromName(String) - Static method in class io.vertx.rxjava.ext.auth.User
Factory for user instances that are single string.
fromNetty(HttpMethod) - Static method in class io.vertx.core.http.HttpMethod
Lookup the HttpMethod value for the specified nettyMethod.
fromParser(JsonParser, Class<T>) - Static method in class io.vertx.core.json.jackson.DatabindCodec
 
fromParser(JsonParser, Class<T>) - Static method in class io.vertx.core.json.jackson.JacksonCodec
 
fromProperties(Properties, boolean) - Static method in class io.vertx.kafka.client.common.KafkaClientOptions
Create KafkaClientOptions from underlying Kafka config as Properties
fromString(String) - Method in class io.vertx.core.cli.converters.BooleanConverter
Creates the boolean value from the given String.
fromString(String) - Method in class io.vertx.core.cli.converters.CharacterConverter
 
fromString(String) - Method in class io.vertx.core.cli.converters.ConstructorBasedConverter
Converts the given input to an object by using the constructor approach.
fromString(String) - Method in interface io.vertx.core.cli.converters.Converter
 
fromString(String) - Method in class io.vertx.core.cli.converters.FromBasedConverter
Converts the given input to an object by using the 'from' method.
fromString(String) - Method in class io.vertx.core.cli.converters.FromStringBasedConverter
Converts the given input to an object by using the 'fromString' method.
fromString(String) - Method in class io.vertx.core.cli.converters.ValueOfBasedConverter
Converts the given input to an object by using the 'valueOf' method.
fromString(String, Class<T>) - Method in class io.vertx.core.json.jackson.DatabindCodec
 
fromString(String, TypeReference<T>) - Method in class io.vertx.core.json.jackson.DatabindCodec
 
fromString(String, Class<T>) - Method in class io.vertx.core.json.jackson.JacksonCodec
 
fromString(String, TypeReference<T>) - Method in class io.vertx.core.json.jackson.JacksonCodec
 
fromString(String) - Method in class io.vertx.core.json.jackson.JacksonCodec
 
fromString(String, Class<T>) - Method in interface io.vertx.core.spi.json.JsonCodec
Decode the provide json string to an object extending clazz.
FromStringBasedConverter<T> - Class in io.vertx.core.cli.converters
This 'default' converter tries to create objects using a static 'from' method taking a single String argument.
fromToken(String) - Static method in interface io.vertx.ext.auth.User
Factory for user instances that are single string.
fromToken(String) - Static method in class io.vertx.reactivex.ext.auth.User
Factory for user instances that are single string.
fromToken(String) - Static method in class io.vertx.rxjava.ext.auth.User
Factory for user instances that are single string.
fromURI(URI) - Static method in interface io.vertx.core.json.pointer.JsonPointer
Build a JsonPointer from a URI.
fromUri(String) - Static method in class io.vertx.db2client.DB2ConnectOptions
Provide a DB2ConnectOptions configured from a connection URI.
fromUri(String) - Static method in class io.vertx.mysqlclient.MySQLConnectOptions
Provide a MySQLConnectOptions configured from a connection URI.
fromUri(String) - Static method in class io.vertx.pgclient.PgConnectOptions
Provide a PgConnectOptions configured from a connection URI.
fromURI(URI) - Static method in class io.vertx.reactivex.core.json.pointer.JsonPointer
Build a JsonPointer from a URI.
fromURI(URI) - Static method in class io.vertx.rxjava.core.json.pointer.JsonPointer
Build a JsonPointer from a URI.
fromValue(Object, Class<T>) - Method in class io.vertx.core.json.jackson.DatabindCodec
 
fromValue(Object, TypeReference<T>) - Method in class io.vertx.core.json.jackson.DatabindCodec
 
fromValue(Object, Class<T>) - Method in class io.vertx.core.json.jackson.JacksonCodec
 
fromValue(Object, TypeReference<T>) - Method in class io.vertx.core.json.jackson.JacksonCodec
 
fromValue(Object, Class<T>) - Method in interface io.vertx.core.spi.json.JsonCodec
Like JsonCodec.fromString(String, Class) but with a json Object
fromVertx(String) - Static method in class io.vertx.camel.OutboundMapping
Creates an OutboundMapping from the given Vert.x address.
fsProps(String, Handler<AsyncResult<FileSystemProps>>) - Method in interface io.vertx.core.file.FileSystem
Returns properties of the file-system being used by the specified path, asynchronously.
fsProps(String) - Method in interface io.vertx.core.file.FileSystem
Like FileSystem.fsProps(String, Handler) but returns a Future of the asynchronous result
fsProps(String, Handler<AsyncResult<FileSystemProps>>) - Method in class io.vertx.reactivex.core.file.FileSystem
Returns properties of the file-system being used by the specified path, asynchronously.
fsProps(String) - Method in class io.vertx.reactivex.core.file.FileSystem
Returns properties of the file-system being used by the specified path, asynchronously.
fsProps(String, Handler<AsyncResult<FileSystemProps>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Returns properties of the file-system being used by the specified path, asynchronously.
fsProps(String) - Method in class io.vertx.rxjava.core.file.FileSystem
Returns properties of the file-system being used by the specified path, asynchronously.
fsPropsBlocking(String) - Method in interface io.vertx.core.file.FileSystem
fsPropsBlocking(String) - Method in class io.vertx.reactivex.core.file.FileSystem
fsPropsBlocking(String) - Method in class io.vertx.rxjava.core.file.FileSystem
fullVersion() - Method in class io.vertx.reactivex.sqlclient.spi.DatabaseMetadata
 
fullVersion() - Method in class io.vertx.rxjava.sqlclient.spi.DatabaseMetadata
 
fullVersion() - Method in interface io.vertx.sqlclient.spi.DatabaseMetadata
 
Future<T> - Interface in io.vertx.core
Represents the result of an action that may, or may not, have occurred yet.
future(Handler<Promise<T>>) - Static method in interface io.vertx.core.Future
Create a future that hasn't completed yet and that is passed to the handler before it is returned.
future() - Method in interface io.vertx.core.Promise
 
future() - Method in class io.vertx.reactivex.core.Promise
 
future() - Method in class io.vertx.reactivex.ext.bridge.BaseBridgeEvent
 
future() - Method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.BridgeEvent
 
future() - Method in class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSConnectionInitEvent
 
future() - Method in class io.vertx.reactivex.ext.web.handler.sockjs.BridgeEvent
 
future() - Method in class io.vertx.rxjava.core.Promise
 
future() - Method in class io.vertx.rxjava.ext.bridge.BaseBridgeEvent
 
future() - Method in class io.vertx.rxjava.ext.eventbus.bridge.tcp.BridgeEvent
 
future() - Method in class io.vertx.rxjava.ext.web.handler.graphql.ApolloWSConnectionInitEvent
 
future() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.BridgeEvent
 
FutureUtils - Class in io.vertx.json.schema.common
 
FutureUtils() - Constructor for class io.vertx.json.schema.common.FutureUtils
 

G

generateActionSwitchEntry(ProxyMethodInfo, CodeWriter) - Method in class io.vertx.ext.web.api.service.generator.WebApiProxyHandlerGen
 
generateActionSwitchEntry(ProxyMethodInfo, CodeWriter) - Method in class io.vertx.serviceproxy.generator.ServiceProxyHandlerGen
 
generateAdditionalMethods(ProxyModel, CodeWriter) - Method in class io.vertx.ext.web.api.service.generator.WebApiProxyHandlerGen
 
generateAdditionalMethods(ProxyModel, CodeWriter) - Method in class io.vertx.serviceproxy.generator.ServiceProxyHandlerGen
 
GENERATED_KEYS - Static variable in interface io.vertx.jdbcclient.JDBCPool
The property to be used to retrieve the generated keys
GENERATED_KEYS - Static variable in class io.vertx.reactivex.jdbcclient.JDBCPool
The property to be used to retrieve the generated keys
GENERATED_KEYS - Static variable in class io.vertx.rxjava.jdbcclient.JDBCPool
The property to be used to retrieve the generated keys
generateDebugInfo(Throwable) - Static method in class io.vertx.serviceproxy.HelperUtils
 
generateDeserializationError(String) - Static method in class io.vertx.ext.web.api.validation.ValidationException.ValidationExceptionFactory
Deprecated.
 
generateDeserializeDataObject(String, ClassTypeInfo) - Static method in class io.vertx.serviceproxy.generator.GeneratorUtils
 
generateEmptyValueValidationException(String, ParameterValidationRule, ParameterLocation) - Static method in class io.vertx.ext.web.api.validation.ValidationException.ValidationExceptionFactory
Deprecated.
 
generateFileNotFoundValidationException(String, String) - Static method in class io.vertx.ext.web.api.validation.ValidationException.ValidationExceptionFactory
Deprecated.
 
generateHandler(ParamInfo) - Method in class io.vertx.serviceproxy.generator.ServiceProxyHandlerGen
 
generateHandler(TypeInfo) - Method in class io.vertx.serviceproxy.generator.ServiceProxyHandlerGen
 
generateInvalidJsonBodyException(String, String, String) - Static method in class io.vertx.ext.web.api.validation.ValidationException.ValidationExceptionFactory
Deprecated.
 
generateInvalidXMLBodyException(String) - Static method in class io.vertx.ext.web.api.validation.ValidationException.ValidationExceptionFactory
Deprecated.
 
generateJsonParamExtract(ParamInfo) - Method in class io.vertx.serviceproxy.generator.ServiceProxyHandlerGen
 
generateJsonParamExtractFromContext(ParamInfo) - Method in class io.vertx.ext.web.api.service.generator.WebApiProxyHandlerGen
 
generateNotFoundValidationException(String, ParameterLocation) - Static method in class io.vertx.ext.web.api.validation.ValidationException.ValidationExceptionFactory
Deprecated.
 
generateNotMatchValidationException(String, String, ParameterValidationRule) - Static method in class io.vertx.ext.web.api.validation.ValidationException.ValidationExceptionFactory
Deprecated.
 
generateNotMatchValidationException(String) - Static method in class io.vertx.ext.web.api.validation.ValidationException.ValidationExceptionFactory
Deprecated.
 
generateNotParsableJsonBodyException(String) - Static method in class io.vertx.ext.web.api.validation.ValidationException.ValidationExceptionFactory
Deprecated.
 
generateObjectFieldNotFound(String) - Static method in class io.vertx.ext.web.api.validation.ValidationException.ValidationExceptionFactory
Deprecated.
 
generateSalt() - Method in interface io.vertx.ext.auth.jdbc.JDBCAuth
Deprecated.
Compute a salt string.
generateSalt() - Method in interface io.vertx.ext.auth.jdbc.JDBCHashStrategy
Deprecated.
Compute a random salt.
generateSalt() - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuth
Deprecated.
generateSalt() - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCHashStrategy
Deprecated.
generateSalt() - Method in class io.vertx.rxjava.ext.auth.jdbc.JDBCAuth
Deprecated.
generateSalt() - Method in class io.vertx.rxjava.ext.auth.jdbc.JDBCHashStrategy
Deprecated.
generateSerializeDataObject(String, ClassTypeInfo) - Static method in class io.vertx.serviceproxy.generator.GeneratorUtils
 
generateToken(JsonObject, JWTOptions) - Method in interface io.vertx.ext.auth.jwt.JWTAuth
Generate a new JWT token.
generateToken(JsonObject) - Method in interface io.vertx.ext.auth.jwt.JWTAuth
Generate a new JWT token.
generateToken(JsonObject, JWTOptions) - Method in class io.vertx.reactivex.ext.auth.jwt.JWTAuth
Generate a new JWT token.
generateToken(JsonObject) - Method in class io.vertx.reactivex.ext.auth.jwt.JWTAuth
Generate a new JWT token.
generateToken(JsonObject, JWTOptions) - Method in class io.vertx.rxjava.ext.auth.jwt.JWTAuth
Generate a new JWT token.
generateToken(JsonObject) - Method in class io.vertx.rxjava.ext.auth.jwt.JWTAuth
Generate a new JWT token.
generateUnexpectedArraySizeValidationException(Integer, Integer, Integer) - Static method in class io.vertx.ext.web.api.validation.ValidationException.ValidationExceptionFactory
Deprecated.
 
generateUnexpectedArrayValidationException(String, ParameterValidationRule) - Static method in class io.vertx.ext.web.api.validation.ValidationException.ValidationExceptionFactory
Deprecated.
 
generateUnexpectedSingleStringValidationException(String, ParameterValidationRule) - Static method in class io.vertx.ext.web.api.validation.ValidationException.ValidationExceptionFactory
Deprecated.
 
generateValidationContext(SchemaInternal, ValidatorContext) - Method in class io.vertx.json.schema.common.RecursiveRefSchema
 
generateValidationContext(ValidatorContext) - Method in class io.vertx.json.schema.common.SchemaImpl
 
generateWrongContentTypeExpected(String, String) - Static method in class io.vertx.ext.web.api.validation.ValidationException.ValidationExceptionFactory
Deprecated.
 
GeneratorUtils - Class in io.vertx.serviceproxy.generator
 
GeneratorUtils() - Constructor for class io.vertx.serviceproxy.generator.GeneratorUtils
 
GenericSchemaBuilder - Class in io.vertx.json.schema.common.dsl
 
GenericSchemaBuilder() - Constructor for class io.vertx.json.schema.common.dsl.GenericSchemaBuilder
 
genSimpleName(DataObjectModel) - Method in class io.vertx.sqlclient.templates.generator.MapperGenBase
 
genSimpleName(DataObjectModel) - Method in class io.vertx.sqlclient.templates.generator.ParametersMapperGen
 
genSimpleName(DataObjectModel) - Method in class io.vertx.sqlclient.templates.generator.RowMapperGen
 
GEOADD - Static variable in class io.vertx.reactivex.redis.client.Command
 
geoadd(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command geoadd.
geoadd(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command geoadd.
GEOADD - Static variable in interface io.vertx.redis.client.Command
 
geoadd(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command geoadd.
geoadd(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command geoadd.
GEOADD - Static variable in class io.vertx.rxjava.redis.client.Command
 
geoadd(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command geoadd.
geoadd(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command geoadd.
GEODIST - Static variable in class io.vertx.reactivex.redis.client.Command
 
geodist(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command geodist.
geodist(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command geodist.
GEODIST - Static variable in interface io.vertx.redis.client.Command
 
geodist(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command geodist.
geodist(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command geodist.
GEODIST - Static variable in class io.vertx.rxjava.redis.client.Command
 
geodist(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command geodist.
geodist(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command geodist.
GEOHASH - Static variable in class io.vertx.reactivex.redis.client.Command
 
geohash(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command geohash.
geohash(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command geohash.
GEOHASH - Static variable in interface io.vertx.redis.client.Command
 
geohash(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command geohash.
geohash(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command geohash.
GEOHASH - Static variable in class io.vertx.rxjava.redis.client.Command
 
geohash(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command geohash.
geohash(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command geohash.
Geometry - Class in io.vertx.mysqlclient.data.spatial
Geometry is an abstract class which represents the base of MySQL geometry data type.
Geometry() - Constructor for class io.vertx.mysqlclient.data.spatial.Geometry
 
Geometry(Geometry) - Constructor for class io.vertx.mysqlclient.data.spatial.Geometry
 
Geometry(long) - Constructor for class io.vertx.mysqlclient.data.spatial.Geometry
 
GeometryCollection - Class in io.vertx.mysqlclient.data.spatial
A GeomCollection is a geometry that is a collection of zero or more geometries of any class.
GeometryCollection() - Constructor for class io.vertx.mysqlclient.data.spatial.GeometryCollection
 
GeometryCollection(GeometryCollection) - Constructor for class io.vertx.mysqlclient.data.spatial.GeometryCollection
 
GeometryCollection(long, List<Geometry>) - Constructor for class io.vertx.mysqlclient.data.spatial.GeometryCollection
 
GEOPOS - Static variable in class io.vertx.reactivex.redis.client.Command
 
geopos(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command geopos.
geopos(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command geopos.
GEOPOS - Static variable in interface io.vertx.redis.client.Command
 
geopos(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command geopos.
geopos(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command geopos.
GEOPOS - Static variable in class io.vertx.rxjava.redis.client.Command
 
geopos(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command geopos.
geopos(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command geopos.
GEORADIUS - Static variable in class io.vertx.reactivex.redis.client.Command
 
georadius(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command georadius.
georadius(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command georadius.
GEORADIUS - Static variable in interface io.vertx.redis.client.Command
 
georadius(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command georadius.
georadius(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command georadius.
GEORADIUS - Static variable in class io.vertx.rxjava.redis.client.Command
 
georadius(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command georadius.
georadius(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command georadius.
GEORADIUS_RO - Static variable in class io.vertx.reactivex.redis.client.Command
 
GEORADIUS_RO - Static variable in interface io.vertx.redis.client.Command
 
GEORADIUS_RO - Static variable in class io.vertx.rxjava.redis.client.Command
 
GEORADIUSBYMEMBER - Static variable in class io.vertx.reactivex.redis.client.Command
 
georadiusbymember(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command georadiusbymember.
georadiusbymember(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command georadiusbymember.
GEORADIUSBYMEMBER - Static variable in interface io.vertx.redis.client.Command
 
georadiusbymember(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command georadiusbymember.
georadiusbymember(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command georadiusbymember.
GEORADIUSBYMEMBER - Static variable in class io.vertx.rxjava.redis.client.Command
 
georadiusbymember(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command georadiusbymember.
georadiusbymember(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command georadiusbymember.
GEORADIUSBYMEMBER_RO - Static variable in class io.vertx.reactivex.redis.client.Command
 
GEORADIUSBYMEMBER_RO - Static variable in interface io.vertx.redis.client.Command
 
GEORADIUSBYMEMBER_RO - Static variable in class io.vertx.rxjava.redis.client.Command
 
georadiusbymemberRo(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command georadiusbymemberRo.
georadiusbymemberRo(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command georadiusbymemberRo.
georadiusbymemberRo(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command georadiusbymemberRo.
georadiusbymemberRo(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command georadiusbymemberRo.
georadiusbymemberRo(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command georadiusbymemberRo.
georadiusbymemberRo(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command georadiusbymemberRo.
georadiusRo(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command georadiusRo.
georadiusRo(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command georadiusRo.
georadiusRo(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command georadiusRo.
georadiusRo(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command georadiusRo.
georadiusRo(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command georadiusRo.
georadiusRo(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command georadiusRo.
get() - Method in class io.vertx.config.consul.ConsulConfigStore
 
get() - Method in class io.vertx.config.git.GitConfigStore
 
get() - Method in class io.vertx.config.kubernetes.ConfigMapStore
 
get() - Method in class io.vertx.config.redis.RedisConfigStore
 
get(Handler<AsyncResult<Buffer>>) - Method in interface io.vertx.config.spi.ConfigStore
Deprecated.
implement ConfigStore.get() instead
get() - Method in interface io.vertx.config.spi.ConfigStore
Retrieves the configuration store in this store.
get(String) - Static method in class io.vertx.config.spi.utils.Processors
Gets a configuration processor matching with the given format.
get() - Method in class io.vertx.config.vault.VaultConfigStore
 
get() - Method in class io.vertx.config.zookeeper.ZookeeperConfigStore
 
get(String) - Method in interface io.vertx.core.Context
Get some data from the context.
get(int) - Method in class io.vertx.core.http.Http2Settings
Return a setting value according to its identifier.
GET - Static variable in interface io.vertx.core.http.HttpHeaders
GET header value
GET - Static variable in class io.vertx.core.http.HttpMethod
The RFC 2616 GET method, this instance is interned and uniquely used.
get(CharSequence) - Method in interface io.vertx.core.MultiMap
 
get(String) - Method in interface io.vertx.core.MultiMap
Returns the value of with the specified name.
get(K, Handler<AsyncResult<V>>) - Method in interface io.vertx.core.shareddata.AsyncMap
Get a value from the map, asynchronously.
get(K) - Method in interface io.vertx.core.shareddata.AsyncMap
Same as #get(K, Handler) but returns a Future of the asynchronous result
get(Handler<AsyncResult<Long>>) - Method in interface io.vertx.core.shareddata.Counter
Get the current value of the counter
get() - Method in interface io.vertx.core.shareddata.Counter
Same as Counter.get(Handler) but returns a Future of the asynchronous result
get(Object) - Method in interface io.vertx.core.shareddata.LocalMap
Get a value from the map
get(String) - Method in interface io.vertx.ext.auth.authorization.Authorizations
 
get(String) - Method in interface io.vertx.ext.auth.HashingStrategy
Get an algorithm interface by its Id
get(String) - Method in interface io.vertx.ext.auth.User
Get a value from the user object.
get(String) - Method in interface io.vertx.ext.shell.session.Session
Get some data from the session
get(String) - Method in interface io.vertx.ext.unit.TestContext
Get some data from the context.
get(Boolean, String, String) - Method in interface io.vertx.ext.web.client.spi.CookieStore
Returns and Iterable of cookies satisfying the filters passed as paraemters.
get(String) - Method in interface io.vertx.ext.web.client.WebClient
Create an HTTP GET request to send to the server at the default host and port.
get(int, String, String) - Method in interface io.vertx.ext.web.client.WebClient
Create an HTTP GET request to send to the server at the specified host and port.
get(String, String) - Method in interface io.vertx.ext.web.client.WebClient
Create an HTTP GET request to send to the server at the specified host and default port.
get() - Method in interface io.vertx.ext.web.Router
Add a route that matches any HTTP GET request
get(String) - Method in interface io.vertx.ext.web.Router
Add a route that matches a HTTP GET request and the specified path
get(String) - Method in interface io.vertx.ext.web.RoutingContext
Get some data from the context.
get(String) - Method in interface io.vertx.ext.web.Session
Get some data from the session
get(String) - Method in class io.vertx.ext.web.sstore.AbstractSession
 
get(String, Handler<AsyncResult<Session>>) - Method in interface io.vertx.ext.web.sstore.SessionStore
Get the session with the specified ID.
get(String) - Method in interface io.vertx.ext.web.sstore.SessionStore
 
get() - Method in interface io.vertx.ext.web.validation.RequestParameter
 
get(String) - Static method in class io.vertx.grpc.ContextServerInterceptor
 
get() - Method in class io.vertx.junit5.ScopedObject
 
get(String) - Method in class io.vertx.reactivex.core.Context
Get some data from the context.
GET - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
GET header value
get(String) - Method in class io.vertx.reactivex.core.MultiMap
Returns the value of with the specified name.
get(CharSequence) - Method in class io.vertx.reactivex.core.MultiMap
 
get(K, Handler<AsyncResult<V>>) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
Get a value from the map, asynchronously.
get(K) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
Get a value from the map, asynchronously.
get(Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.core.shareddata.Counter
Get the current value of the counter
get() - Method in class io.vertx.reactivex.core.shareddata.Counter
Get the current value of the counter
get(Object) - Method in class io.vertx.reactivex.core.shareddata.LocalMap
Get a value from the map
get(String) - Method in class io.vertx.reactivex.ext.auth.authorization.Authorizations
 
get(String) - Method in class io.vertx.reactivex.ext.auth.HashingStrategy
Get an algorithm interface by its Id
get(String) - Method in class io.vertx.reactivex.ext.auth.User
Get a value from the user object.
get(String) - Method in class io.vertx.reactivex.ext.shell.session.Session
Get some data from the session
get(String) - Method in class io.vertx.reactivex.ext.unit.TestContext
Get some data from the context.
get(String) - Method in class io.vertx.reactivex.ext.web.client.WebClient
Create an HTTP GET request to send to the server at the default host and port.
get(int, String, String) - Method in class io.vertx.reactivex.ext.web.client.WebClient
Create an HTTP GET request to send to the server at the specified host and port.
get(String, String) - Method in class io.vertx.reactivex.ext.web.client.WebClient
Create an HTTP GET request to send to the server at the specified host and default port.
get() - Method in class io.vertx.reactivex.ext.web.Router
Add a route that matches any HTTP GET request
get(String) - Method in class io.vertx.reactivex.ext.web.Router
Add a route that matches a HTTP GET request and the specified path
get(String) - Method in class io.vertx.reactivex.ext.web.RoutingContext
Get some data from the context.
get(String) - Method in class io.vertx.reactivex.ext.web.Session
Get some data from the session
get(String, Handler<AsyncResult<Session>>) - Method in class io.vertx.reactivex.ext.web.sstore.SessionStore
Get the session with the specified ID.
get(String) - Method in class io.vertx.reactivex.ext.web.sstore.SessionStore
Get the session with the specified ID.
get() - Method in class io.vertx.reactivex.ext.web.validation.RequestParameter
 
GET - Static variable in class io.vertx.reactivex.redis.client.Command
 
get(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command get.
get(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command get.
get(int) - Method in class io.vertx.reactivex.redis.client.Response
Get this multi response value at a numerical index.
get(String) - Method in class io.vertx.reactivex.redis.client.Response
Get this multi response value at a string key.
get() - Method in class io.vertx.reactivex.servicediscovery.ServiceReference
Gets the object to access the service.
get(Class<T>, String) - Method in class io.vertx.reactivex.sqlclient.Row
Like Tuple.get(java.lang.Class<T>, int) but specifying the column instead of the position.
get(Class<T>, int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get the the at the specified position and the specified type.
GET - Static variable in interface io.vertx.redis.client.Command
 
get(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command get.
get(String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command get.
get(int) - Method in interface io.vertx.redis.client.Response
Get this multi response value at a numerical index.
get(String) - Method in interface io.vertx.redis.client.Response
Get this multi response value at a string key.
get(String) - Method in class io.vertx.rxjava.core.Context
Get some data from the context.
GET - Static variable in class io.vertx.rxjava.core.http.HttpHeaders
GET header value
get(String) - Method in class io.vertx.rxjava.core.MultiMap
Returns the value of with the specified name.
get(CharSequence) - Method in class io.vertx.rxjava.core.MultiMap
 
get(K, Handler<AsyncResult<V>>) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
Get a value from the map, asynchronously.
get(K) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
Get a value from the map, asynchronously.
get(Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.core.shareddata.Counter
Get the current value of the counter
get() - Method in class io.vertx.rxjava.core.shareddata.Counter
Get the current value of the counter
get(Object) - Method in class io.vertx.rxjava.core.shareddata.LocalMap
Get a value from the map
get(String) - Method in class io.vertx.rxjava.ext.auth.authorization.Authorizations
 
get(String) - Method in class io.vertx.rxjava.ext.auth.HashingStrategy
Get an algorithm interface by its Id
get(String) - Method in class io.vertx.rxjava.ext.auth.User
Get a value from the user object.
get(String) - Method in class io.vertx.rxjava.ext.shell.session.Session
Get some data from the session
get(String) - Method in class io.vertx.rxjava.ext.unit.TestContext
Get some data from the context.
get(String) - Method in class io.vertx.rxjava.ext.web.client.WebClient
Create an HTTP GET request to send to the server at the default host and port.
get(int, String, String) - Method in class io.vertx.rxjava.ext.web.client.WebClient
Create an HTTP GET request to send to the server at the specified host and port.
get(String, String) - Method in class io.vertx.rxjava.ext.web.client.WebClient
Create an HTTP GET request to send to the server at the specified host and default port.
get() - Method in class io.vertx.rxjava.ext.web.Router
Add a route that matches any HTTP GET request
get(String) - Method in class io.vertx.rxjava.ext.web.Router
Add a route that matches a HTTP GET request and the specified path
get(String) - Method in class io.vertx.rxjava.ext.web.RoutingContext
Get some data from the context.
get(String) - Method in class io.vertx.rxjava.ext.web.Session
Get some data from the session
get(String, Handler<AsyncResult<Session>>) - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
Get the session with the specified ID.
get(String) - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
Get the session with the specified ID.
get() - Method in class io.vertx.rxjava.ext.web.validation.RequestParameter
 
GET - Static variable in class io.vertx.rxjava.redis.client.Command
 
get(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command get.
get(String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command get.
get(int) - Method in class io.vertx.rxjava.redis.client.Response
Get this multi response value at a numerical index.
get(String) - Method in class io.vertx.rxjava.redis.client.Response
Get this multi response value at a string key.
get() - Method in class io.vertx.rxjava.servicediscovery.ServiceReference
Gets the object to access the service.
get(Class<T>, String) - Method in class io.vertx.rxjava.sqlclient.Row
Like Tuple.get(java.lang.Class<T>, int) but specifying the column instead of the position.
get(Class<T>, int) - Method in class io.vertx.rxjava.sqlclient.Tuple
Get the the at the specified position and the specified type.
get() - Method in interface io.vertx.servicediscovery.ServiceReference
Gets the object to access the service.
get(Vertx, ServiceDiscovery, Record, JsonObject) - Method in interface io.vertx.servicediscovery.spi.ServiceType
Gets the `service` for the given record.
get() - Method in class io.vertx.servicediscovery.types.AbstractServiceReference
Gets the service object.
get(Class<T>, String) - Method in interface io.vertx.sqlclient.Row
Like Tuple.get(Class, int) but specifying the column instead of the position.
get(Class<T>, int) - Method in interface io.vertx.sqlclient.Tuple
Get the the at the specified position and the specified type.
get50thPercentile() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxHistogramMBean
 
get50thPercentile() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxTimerMBean
 
get75thPercentile() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxHistogramMBean
 
get75thPercentile() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxTimerMBean
 
get95thPercentile() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxHistogramMBean
 
get95thPercentile() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxTimerMBean
 
get98thPercentile() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxHistogramMBean
 
get98thPercentile() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxTimerMBean
 
get999thPercentile() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxHistogramMBean
 
get999thPercentile() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxTimerMBean
 
get99thPercentile() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxHistogramMBean
 
get99thPercentile() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxTimerMBean
 
getA() - Method in class io.vertx.pgclient.data.Line
 
getAbs(String) - Method in interface io.vertx.ext.web.client.WebClient
Create an HTTP GET request to send to the server using an absolute URI, specifying a response handler to receive the response
getAbs(String) - Method in class io.vertx.reactivex.ext.web.client.WebClient
Create an HTTP GET request to send to the server using an absolute URI, specifying a response handler to receive the response
getAbs(String) - Method in class io.vertx.rxjava.ext.web.client.WebClient
Create an HTTP GET request to send to the server using an absolute URI, specifying a response handler to receive the response
getAcceptableContentType() - Method in interface io.vertx.ext.web.RoutingContext
If the route specifies produces matches, e.g.
getAcceptableContentType() - Method in class io.vertx.reactivex.ext.web.RoutingContext
If the route specifies produces matches, e.g.
getAcceptableContentType() - Method in class io.vertx.rxjava.ext.web.RoutingContext
If the route specifies produces matches, e.g.
getAcceptBacklog() - Method in class io.vertx.core.eventbus.EventBusOptions
 
getAcceptBacklog() - Method in class io.vertx.core.net.NetServerOptions
 
getAcceptedVersions() - Method in class io.vertx.ext.stomp.StompClientOptions
Gets the list of STOMP protocol versions accepted by the client.
getAccessor() - Method in class io.vertx.config.vault.client.Auth
 
getAccessor() - Method in class io.vertx.config.vault.client.Lookup
 
getAck() - Method in class io.vertx.ext.stomp.Frame
Gets the value of the ack header.
getAckTimeout() - Method in class io.vertx.mqtt.MqttClientOptions
Gets the time in seconds after which the client stops waiting for a PUBACK, PUBREC or PUBCOMP packet from the server in response to a packet it has sent.
getAclToken() - Method in class io.vertx.ext.consul.ConsulClientOptions
Get the ACL token.
getAcquireSession() - Method in class io.vertx.ext.consul.KeyValueOptions
Get session ID for lock acquisition operation.
getActualContentType() - Method in exception io.vertx.ext.web.validation.BodyProcessorException
 
getAdditionalItems() - Method in class io.vertx.json.schema.common.dsl.TupleSchemaBuilder
 
getAddress() - Method in class io.vertx.camel.CamelMapping
 
getAddress() - Method in class io.vertx.ext.bridge.PermittedOptions
 
getAddress() - Method in class io.vertx.ext.consul.Node
Get node address
getAddress() - Method in class io.vertx.ext.consul.Service
Get service address
getAddress() - Method in class io.vertx.ext.consul.ServiceOptions
Get service address
getAddresses() - Method in class io.vertx.rabbitmq.RabbitMQOptions
 
getAddressRegex() - Method in class io.vertx.ext.bridge.PermittedOptions
 
getAddressResolverOptions() - Method in class io.vertx.core.VertxOptions
 
getAdj() - Method in class io.vertx.ext.consul.Coordinate
Get adjustment
getAlgorithm() - Method in class io.vertx.ext.auth.htdigest.HtdigestCredentials
 
getAlgorithm() - Method in class io.vertx.ext.auth.JWTOptions
 
getAlgorithm() - Method in class io.vertx.ext.auth.PubSecKeyOptions
 
getAlias() - Method in class io.vertx.ext.dropwizard.Match
 
getAlias() - Method in class io.vertx.micrometer.Match
 
getAll(String) - Method in interface io.vertx.core.MultiMap
Returns the values with the specified name
getAll(CharSequence) - Method in interface io.vertx.core.MultiMap
Like MultiMap.getAll(String) but accepting a CharSequence as a parameter
getAll(String) - Method in class io.vertx.reactivex.core.MultiMap
Returns the values with the specified name
getAll(CharSequence) - Method in class io.vertx.reactivex.core.MultiMap
Like MultiMap.getAll(java.lang.String) but accepting a CharSequence as a parameter
getAll(String) - Method in class io.vertx.rxjava.core.MultiMap
Returns the values with the specified name
getAll(CharSequence) - Method in class io.vertx.rxjava.core.MultiMap
Like MultiMap.getAll(java.lang.String) but accepting a CharSequence as a parameter
getAllowDiskUse() - Method in class io.vertx.ext.mongo.AggregateOptions
Get the flag if writing to temporary files is enabled.
getAllPreparedQueries(Handler<AsyncResult<List<PreparedQueryDefinition>>>) - Method in interface io.vertx.ext.consul.ConsulClient
Returns a list of all prepared queries.
getAllPreparedQueries() - Method in interface io.vertx.ext.consul.ConsulClient
Like ConsulClient.getAllPreparedQueries(Handler) but returns a Future of the asynchronous result.
getAllPreparedQueries(Handler<AsyncResult<List<PreparedQueryDefinition>>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns a list of all prepared queries.
getAllPreparedQueries() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns a list of all prepared queries.
getAllPreparedQueries(Handler<AsyncResult<List<PreparedQueryDefinition>>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns a list of all prepared queries.
getAllPreparedQueries() - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns a list of all prepared queries.
getAlpnVersions() - Method in class io.vertx.core.http.HttpClientOptions
 
getAlpnVersions() - Method in class io.vertx.core.http.HttpServerOptions
 
getAndAdd(long, Handler<AsyncResult<Long>>) - Method in interface io.vertx.core.shareddata.Counter
Add the value to the counter atomically and return the value before the add
getAndAdd(long) - Method in interface io.vertx.core.shareddata.Counter
Same as Counter.getAndAdd(long, Handler) but returns a Future of the asynchronous result
getAndAdd(long, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.core.shareddata.Counter
Add the value to the counter atomically and return the value before the add
getAndAdd(long) - Method in class io.vertx.reactivex.core.shareddata.Counter
Add the value to the counter atomically and return the value before the add
getAndAdd(long, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.core.shareddata.Counter
Add the value to the counter atomically and return the value before the add
getAndAdd(long) - Method in class io.vertx.rxjava.core.shareddata.Counter
Add the value to the counter atomically and return the value before the add
getAndIncrement(Handler<AsyncResult<Long>>) - Method in interface io.vertx.core.shareddata.Counter
Increment the counter atomically and return the value before the increment.
getAndIncrement() - Method in interface io.vertx.core.shareddata.Counter
Same as Counter.getAndIncrement(Handler) but returns a Future of the asynchronous result
getAndIncrement(Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.core.shareddata.Counter
Increment the counter atomically and return the value before the increment.
getAndIncrement() - Method in class io.vertx.reactivex.core.shareddata.Counter
Increment the counter atomically and return the value before the increment.
getAndIncrement(Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.core.shareddata.Counter
Increment the counter atomically and return the value before the increment.
getAndIncrement() - Method in class io.vertx.rxjava.core.shareddata.Counter
Increment the counter atomically and return the value before the increment.
getAnnotation(DataObjectModel) - Method in class io.vertx.sqlclient.templates.generator.MapperGenBase
 
getAnnotation(DataObjectModel) - Method in class io.vertx.sqlclient.templates.generator.ParametersMapperGen
 
getAnnotation(DataObjectModel) - Method in class io.vertx.sqlclient.templates.generator.RowMapperGen
 
getAnnounceAddress() - Method in class io.vertx.servicediscovery.ServiceDiscoveryOptions
 
getApplicationId() - Method in class io.vertx.config.vault.client.Auth
 
getApplicationLayerProtocols() - Method in class io.vertx.core.net.NetClientOptions
 
getArgName() - Method in class io.vertx.core.cli.Argument
 
getArgName() - Method in class io.vertx.core.cli.Option
 
getArgName() - Method in class io.vertx.core.cli.UsageMessageFormatter
 
getArgument(String) - Method in interface io.vertx.core.cli.CLI
Gets an Argument based on its name (argument name).
getArgument(int) - Method in interface io.vertx.core.cli.CLI
Gets an Argument based on its index.
getArgument() - Method in exception io.vertx.core.cli.InvalidValueException
 
getArgument() - Method in exception io.vertx.core.cli.MissingValueException
 
getArgument(String) - Method in class io.vertx.reactivex.core.cli.CLI
Gets an Argument based on its name (argument name).
getArgument(int) - Method in class io.vertx.reactivex.core.cli.CLI
Gets an Argument based on its index.
getArgument(String) - Method in class io.vertx.rxjava.core.cli.CLI
Gets an Argument based on its name (argument name).
getArgument(int) - Method in class io.vertx.rxjava.core.cli.CLI
Gets an Argument based on its index.
getArguments() - Method in interface io.vertx.core.cli.CLI
Gets the list of defined arguments.
getArguments() - Method in class io.vertx.reactivex.core.cli.CLI
Gets the list of defined arguments.
getArguments() - Method in class io.vertx.rxjava.core.cli.CLI
Gets the list of defined arguments.
getArgumentValue(String) - Method in interface io.vertx.core.cli.CommandLine
Gets the value of an argument with the matching name (arg name).
getArgumentValue(int) - Method in interface io.vertx.core.cli.CommandLine
Gets the value of an argument with the given index.
getArgumentValue(String) - Method in class io.vertx.reactivex.core.cli.CommandLine
Gets the value of an argument with the matching name (arg name).
getArgumentValue(int) - Method in class io.vertx.reactivex.core.cli.CommandLine
Gets the value of an argument with the given index.
getArgumentValue(String) - Method in class io.vertx.rxjava.core.cli.CommandLine
Gets the value of an argument with the matching name (arg name).
getArgumentValue(int) - Method in class io.vertx.rxjava.core.cli.CommandLine
Gets the value of an argument with the given index.
getArgumentValues(int) - Method in interface io.vertx.core.cli.CommandLine
Gets the values of an argument with the matching index.
getArity() - Method in class io.vertx.reactivex.redis.client.Command
 
getArity() - Method in interface io.vertx.redis.client.Command
 
getArity() - Method in class io.vertx.rxjava.redis.client.Command
 
getArray() - Method in interface io.vertx.ext.web.api.RequestParameter
Deprecated.
Returns null if value is not a list, otherwise it returns value
getArray() - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
Deprecated.
getArray() - Method in class io.vertx.rxjava.ext.web.api.RequestParameter
Deprecated.
getArrayElement(Object, int) - Method in interface io.vertx.core.json.pointer.JsonPointerIterator
Move the iterator the the array element at specified index
getArrayElement(Object, int) - Method in class io.vertx.reactivex.core.json.pointer.JsonPointerIterator
Move the iterator the the array element at specified index
getArrayElement(Object, int) - Method in class io.vertx.rxjava.core.json.pointer.JsonPointerIterator
Move the iterator the the array element at specified index
getArrayFilters() - Method in class io.vertx.ext.mongo.UpdateOptions
Get the arrayFilters option.
getArrayOfBigDecimals(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get an array of value for the given column.
getArrayOfBigDecimals(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get an array of value at pos.
getArrayOfBigDecimals(String) - Method in class io.vertx.rxjava.sqlclient.Row
Get an array of value for the given column.
getArrayOfBigDecimals(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
Get an array of value at pos.
getArrayOfBigDecimals(String) - Method in interface io.vertx.sqlclient.Row
Get an array of BigDecimal value for the given column.
getArrayOfBigDecimals(int) - Method in interface io.vertx.sqlclient.Tuple
Get an array of BigDecimal value at pos.
getArrayOfBooleans(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get an array of Boolean value for the given column.
getArrayOfBooleans(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get an array of Boolean value at pos.
getArrayOfBooleans(String) - Method in class io.vertx.rxjava.sqlclient.Row
Get an array of Boolean value for the given column.
getArrayOfBooleans(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
Get an array of Boolean value at pos.
getArrayOfBooleans(String) - Method in interface io.vertx.sqlclient.Row
Get an array of Boolean value for the given column.
getArrayOfBooleans(int) - Method in interface io.vertx.sqlclient.Tuple
Get an array of Boolean value at pos.
getArrayOfBuffers(String) - Method in interface io.vertx.sqlclient.Row
Get an array of Buffer value for the given column.
getArrayOfBuffers(int) - Method in interface io.vertx.sqlclient.Tuple
Get an array of Buffer value at pos.
getArrayOfDoubles(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get an array of Double value for the given column.
getArrayOfDoubles(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get an array of Double value at pos.
getArrayOfDoubles(String) - Method in class io.vertx.rxjava.sqlclient.Row
Get an array of Double value for the given column.
getArrayOfDoubles(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
Get an array of Double value at pos.
getArrayOfDoubles(String) - Method in interface io.vertx.sqlclient.Row
Get an array of Double value for the given column.
getArrayOfDoubles(int) - Method in interface io.vertx.sqlclient.Tuple
Get an array of Double value at pos.
getArrayOfFloats(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get an array of Float value for the given column.
getArrayOfFloats(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get an array of Float value at pos.
getArrayOfFloats(String) - Method in class io.vertx.rxjava.sqlclient.Row
Get an array of Float value for the given column.
getArrayOfFloats(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
Get an array of Float value at pos.
getArrayOfFloats(String) - Method in interface io.vertx.sqlclient.Row
Get an array of Float value for the given column.
getArrayOfFloats(int) - Method in interface io.vertx.sqlclient.Tuple
Get an array of Float value at pos.
getArrayOfIntegers(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get an array of Integer value for the given column.
getArrayOfIntegers(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get an array of Integer value at pos.
getArrayOfIntegers(String) - Method in class io.vertx.rxjava.sqlclient.Row
Get an array of Integer value for the given column.
getArrayOfIntegers(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
Get an array of Integer value at pos.
getArrayOfIntegers(String) - Method in interface io.vertx.sqlclient.Row
Get an array of Integer value for the given column.
getArrayOfIntegers(int) - Method in interface io.vertx.sqlclient.Tuple
Get an array of Integer value at pos.
getArrayOfJsonArrays(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get an array of value for the given column.
getArrayOfJsonArrays(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get an array of value at pos.
getArrayOfJsonArrays(String) - Method in class io.vertx.rxjava.sqlclient.Row
Get an array of value for the given column.
getArrayOfJsonArrays(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
Get an array of value at pos.
getArrayOfJsonArrays(String) - Method in interface io.vertx.sqlclient.Row
Get an array of JsonArray value for the given column.
getArrayOfJsonArrays(int) - Method in interface io.vertx.sqlclient.Tuple
Get an array of JsonArray value at pos.
getArrayOfJsonObjects(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get an array of value for the given column.
getArrayOfJsonObjects(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get an array of value at pos.
getArrayOfJsonObjects(String) - Method in class io.vertx.rxjava.sqlclient.Row
Get an array of value for the given column.
getArrayOfJsonObjects(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
Get an array of value at pos.
getArrayOfJsonObjects(String) - Method in interface io.vertx.sqlclient.Row
Get an array of JsonObject value for the given column.
getArrayOfJsonObjects(int) - Method in interface io.vertx.sqlclient.Tuple
Get an array of JsonObject value at pos.
getArrayOfJsons(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get an array of JSON elements for the given column, the element might be #JSON_NULL null or one of the following types: String Number JsonObject JsonArray Boolean
getArrayOfJsons(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get an array of JSON elements at pos, the element might be #JSON_NULL null or one of the following types: String Number JsonObject JsonArray Boolean
getArrayOfJsons(String) - Method in class io.vertx.rxjava.sqlclient.Row
Get an array of JSON elements for the given column, the element might be #JSON_NULL null or one of the following types: String Number JsonObject JsonArray Boolean
getArrayOfJsons(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
Get an array of JSON elements at pos, the element might be #JSON_NULL null or one of the following types: String Number JsonObject JsonArray Boolean
getArrayOfJsons(String) - Method in interface io.vertx.sqlclient.Row
Get an array of JSON elements for the given column, the element might be null or one of the following types: String Number JsonObject JsonArray Boolean
getArrayOfJsons(int) - Method in interface io.vertx.sqlclient.Tuple
Get an array of JSON elements at pos, the element might be null or one of the following types: String Number JsonObject JsonArray Boolean
getArrayOfLocalDates(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get an array of value for the given column.
getArrayOfLocalDates(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get an array of value at pos.
getArrayOfLocalDates(String) - Method in class io.vertx.rxjava.sqlclient.Row
Get an array of value for the given column.
getArrayOfLocalDates(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
Get an array of value at pos.
getArrayOfLocalDates(String) - Method in interface io.vertx.sqlclient.Row
Get an array of LocalDate value for the given column.
getArrayOfLocalDates(int) - Method in interface io.vertx.sqlclient.Tuple
Get an array of LocalDate value at pos.
getArrayOfLocalDateTimes(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get an array of value for the given column.
getArrayOfLocalDateTimes(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get an array of value at pos.
getArrayOfLocalDateTimes(String) - Method in class io.vertx.rxjava.sqlclient.Row
Get an array of value for the given column.
getArrayOfLocalDateTimes(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
Get an array of value at pos.
getArrayOfLocalDateTimes(String) - Method in interface io.vertx.sqlclient.Row
Get an array of LocalDateTime value for the given column.
getArrayOfLocalDateTimes(int) - Method in interface io.vertx.sqlclient.Tuple
Get an array of LocalDateTime value at pos.
getArrayOfLocalTimes(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get an array of value for the given column.
getArrayOfLocalTimes(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get an array of value at pos.
getArrayOfLocalTimes(String) - Method in class io.vertx.rxjava.sqlclient.Row
Get an array of value for the given column.
getArrayOfLocalTimes(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
Get an array of value at pos.
getArrayOfLocalTimes(String) - Method in interface io.vertx.sqlclient.Row
Get an array of LocalTime value for the given column.
getArrayOfLocalTimes(int) - Method in interface io.vertx.sqlclient.Tuple
Get an array of LocalTime value at pos.
getArrayOfLongs(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get an array of Long value for the given column.
getArrayOfLongs(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get an array of Long value at pos.
getArrayOfLongs(String) - Method in class io.vertx.rxjava.sqlclient.Row
Get an array of Long value for the given column.
getArrayOfLongs(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
Get an array of Long value at pos.
getArrayOfLongs(String) - Method in interface io.vertx.sqlclient.Row
Get an array of Long value for the given column.
getArrayOfLongs(int) - Method in interface io.vertx.sqlclient.Tuple
Get an array of Long value at pos.
getArrayOfNumerics(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get an array of value for the given column.
getArrayOfNumerics(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get an array of value at pos.
getArrayOfNumerics(String) - Method in class io.vertx.rxjava.sqlclient.Row
Get an array of value for the given column.
getArrayOfNumerics(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
Get an array of value at pos.
getArrayOfNumerics(String) - Method in interface io.vertx.sqlclient.Row
Get an array of Numeric value for the given column.
getArrayOfNumerics(int) - Method in interface io.vertx.sqlclient.Tuple
Get an array of Numeric value at pos.
getArrayOfOffsetDateTimes(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get an array of value for the given column.
getArrayOfOffsetDateTimes(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get an array of value at pos.
getArrayOfOffsetDateTimes(String) - Method in class io.vertx.rxjava.sqlclient.Row
Get an array of value for the given column.
getArrayOfOffsetDateTimes(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
Get an array of value at pos.
getArrayOfOffsetDateTimes(String) - Method in interface io.vertx.sqlclient.Row
Get an array of OffsetDateTime value for the given column.
getArrayOfOffsetDateTimes(int) - Method in interface io.vertx.sqlclient.Tuple
Get an array of OffsetDateTime value at pos.
getArrayOfOffsetTimes(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get an array of value for the given column.
getArrayOfOffsetTimes(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get an array of value at pos.
getArrayOfOffsetTimes(String) - Method in class io.vertx.rxjava.sqlclient.Row
Get an array of value for the given column.
getArrayOfOffsetTimes(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
Get an array of value at pos.
getArrayOfOffsetTimes(String) - Method in interface io.vertx.sqlclient.Row
Get an array of OffsetTime value for the given column.
getArrayOfOffsetTimes(int) - Method in interface io.vertx.sqlclient.Tuple
Get an array of OffsetTime value at pos.
getArrayOfShorts(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get an array of Short value for the given column.
getArrayOfShorts(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get an array of Short value at pos.
getArrayOfShorts(String) - Method in class io.vertx.rxjava.sqlclient.Row
Get an array of Short value for the given column.
getArrayOfShorts(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
Get an array of Short value at pos.
getArrayOfShorts(String) - Method in interface io.vertx.sqlclient.Row
Get an array of Short value for the given column.
getArrayOfShorts(int) - Method in interface io.vertx.sqlclient.Tuple
Get an array of Short value at pos.
getArrayOfStrings(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get an array of String value for the given column.
getArrayOfStrings(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get an array of String value at pos.
getArrayOfStrings(String) - Method in class io.vertx.rxjava.sqlclient.Row
Get an array of String value for the given column.
getArrayOfStrings(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
Get an array of String value at pos.
getArrayOfStrings(String) - Method in interface io.vertx.sqlclient.Row
Get an array of String value for the given column.
getArrayOfStrings(int) - Method in interface io.vertx.sqlclient.Tuple
Get an array of String value at pos.
getArrayOfTemporals(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get an array of value for the given column.
getArrayOfTemporals(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get an array of value at pos.
getArrayOfTemporals(String) - Method in class io.vertx.rxjava.sqlclient.Row
Get an array of value for the given column.
getArrayOfTemporals(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
Get an array of value at pos.
getArrayOfTemporals(String) - Method in interface io.vertx.sqlclient.Row
Get an array of Temporal value for the given column.
getArrayOfTemporals(int) - Method in interface io.vertx.sqlclient.Tuple
Get an array of Temporal value at pos.
getArrayOfUUIDs(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get an array of value for the given column.
getArrayOfUUIDs(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get an array of value at pos.
getArrayOfUUIDs(String) - Method in class io.vertx.rxjava.sqlclient.Row
Get an array of value for the given column.
getArrayOfUUIDs(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
Get an array of value at pos.
getArrayOfUUIDs(String) - Method in interface io.vertx.sqlclient.Row
Get an array of UUID value for the given column.
getArrayOfUUIDs(int) - Method in interface io.vertx.sqlclient.Tuple
Get an array of UUID value at pos.
getAs(Class<X>) - Method in class io.vertx.reactivex.servicediscovery.ServiceReference
Gets the object to access the service.
getAs(Class<X>) - Method in class io.vertx.rxjava.servicediscovery.ServiceReference
Gets the object to access the service.
getAs(Class<X>) - Method in interface io.vertx.servicediscovery.ServiceReference
Gets the object to access the service.
getAs(Class<X>) - Method in class io.vertx.servicediscovery.types.AbstractServiceReference
Gets the service object.
getAssignment() - Method in class io.vertx.kafka.admin.MemberDescription
 
getAsyncMap(String, Handler<AsyncResult<AsyncMap<K, V>>>) - Method in interface io.vertx.core.shareddata.SharedData
Get the AsyncMap with the specified name.
getAsyncMap(String) - Method in interface io.vertx.core.shareddata.SharedData
Same as SharedData.getAsyncMap(String, Handler) but returns a Future of the asynchronous result
getAsyncMap(String, Promise<AsyncMap<K, V>>) - Method in interface io.vertx.core.spi.cluster.ClusterManager
Return an AsyncMap for the given name.
getAsyncMap(String, Promise<AsyncMap<K, V>>) - Method in class io.vertx.ext.cluster.infinispan.InfinispanClusterManager
 
getAsyncMap(String, Handler<AsyncResult<AsyncMap<K, V>>>) - Method in class io.vertx.reactivex.core.shareddata.SharedData
Get the AsyncMap with the specified name.
getAsyncMap(String) - Method in class io.vertx.reactivex.core.shareddata.SharedData
Get the AsyncMap with the specified name.
getAsyncMap(String, Handler<AsyncResult<AsyncMap<K, V>>>) - Method in class io.vertx.rxjava.core.shareddata.SharedData
Get the AsyncMap with the specified name.
getAsyncMap(String) - Method in class io.vertx.rxjava.core.shareddata.SharedData
Get the AsyncMap with the specified name.
getAsyncMap(String, Promise<AsyncMap<K, V>>) - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
 
getAsyncMap(String, Promise<AsyncMap<K, V>>) - Method in class io.vertx.spi.cluster.ignite.IgniteClusterManager
 
getAsyncMap(String, Promise<AsyncMap<K, V>>) - Method in class io.vertx.spi.cluster.zookeeper.ZookeeperClusterManager
 
getAt(JsonObject, String) - Static method in class io.vertx.lang.groovy.VertxExtensionModule
Subscript operator for JsonObject, the read part.
getAt(JsonArray, int) - Static method in class io.vertx.lang.groovy.VertxExtensionModule
Subscript operator for JsonArray, the read part.
getAtomicityMode() - Method in class io.vertx.spi.cluster.ignite.IgniteCacheOptions
Gets cache atomicity mode.
getAttachment() - Method in class io.vertx.ext.mail.MailMessage
get the list of attachments of this mail
getAttestation() - Method in class io.vertx.ext.auth.webauthn.WebAuthnOptions
 
getAudience() - Method in class io.vertx.ext.auth.JWTOptions
 
getAuid() - Method in class io.vertx.ext.mail.DKIMSignOptions
Gets the Agent or User Identifier(AUID)
getAuthenticationMechanism() - Method in class io.vertx.ext.auth.ldap.LdapAuthenticationOptions
 
getAuthenticationPlugin() - Method in class io.vertx.mysqlclient.MySQLConnectOptions
Get the default authentication plugin for connecting the server.
getAuthenticationQuery() - Method in class io.vertx.ext.auth.jdbc.JDBCAuthenticationOptions
 
getAuthenticationQuery() - Method in class io.vertx.ext.auth.jdbc.JDBCAuthOptions
Deprecated.
 
getAuthenticationQuery() - Method in class io.vertx.ext.auth.ldap.LdapAuthenticationOptions
 
getAuthenticationQuery() - Method in class io.vertx.ext.auth.sqlclient.SqlAuthenticationOptions
 
getAuthenticatorAttachment() - Method in class io.vertx.ext.auth.webauthn.WebAuthnOptions
 
getAuthHeaders() - Method in class io.vertx.ext.web.openapi.OpenAPILoaderOptions
 
getAuthHeaders() - Method in class io.vertx.json.schema.SchemaRouterOptions
 
getAuthMethods() - Method in class io.vertx.ext.mail.MailConfig
get string of allowed auth methods, if set only these methods will be used if the server supports them.
getAuthOptions() - Method in class io.vertx.ext.shell.term.HttpTermOptions
 
getAuthOptions() - Method in class io.vertx.ext.shell.term.SSHTermOptions
 
getAuthorization() - Method in interface io.vertx.ext.auth.authorization.NotAuthorization
 
getAuthorization() - Method in class io.vertx.reactivex.ext.auth.authorization.NotAuthorization
 
getAuthorization() - Method in class io.vertx.rxjava.ext.auth.authorization.NotAuthorization
 
getAuthorizationPath() - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
Get the Oauth2 authorization resource path.
getAuthorizations() - Method in interface io.vertx.ext.auth.authorization.AndAuthorization
 
getAuthorizations(User, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.auth.authorization.AuthorizationProvider
Updates the user with the set of authorizations.
getAuthorizations(User) - Method in interface io.vertx.ext.auth.authorization.AuthorizationProvider
 
getAuthorizations() - Method in interface io.vertx.ext.auth.authorization.OrAuthorization
 
getAuthorizations() - Method in class io.vertx.reactivex.ext.auth.authorization.AndAuthorization
 
getAuthorizations(User, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.auth.authorization.AuthorizationProvider
Updates the user with the set of authorizations.
getAuthorizations(User) - Method in class io.vertx.reactivex.ext.auth.authorization.AuthorizationProvider
Updates the user with the set of authorizations.
getAuthorizations() - Method in class io.vertx.reactivex.ext.auth.authorization.OrAuthorization
 
getAuthorizations() - Method in class io.vertx.rxjava.ext.auth.authorization.AndAuthorization
 
getAuthorizations(User, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.auth.authorization.AuthorizationProvider
Updates the user with the set of authorizations.
getAuthorizations(User) - Method in class io.vertx.rxjava.ext.auth.authorization.AuthorizationProvider
Updates the user with the set of authorizations.
getAuthorizations() - Method in class io.vertx.rxjava.ext.auth.authorization.OrAuthorization
 
getAuthQueryParams() - Method in class io.vertx.ext.web.openapi.OpenAPILoaderOptions
 
getAuthQueryParams() - Method in class io.vertx.json.schema.SchemaRouterOptions
 
getAutoGeneratedKeysIndexes() - Method in class io.vertx.ext.sql.SQLOptions
 
getB() - Method in class io.vertx.pgclient.data.Line
 
getBackendConfiguration() - Method in class io.vertx.servicediscovery.ServiceDiscoveryOptions
 
getBackups() - Method in class io.vertx.spi.cluster.ignite.IgniteCacheOptions
Gets number of nodes used to back up single partition for PARTITIONED cache.
getBaseName() - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
 
getBaseName(Measured) - Method in interface io.vertx.ext.dropwizard.MetricsService
 
getBaseName() - Method in interface io.vertx.micrometer.MetricsService
 
getBaseName(Measured) - Method in class io.vertx.reactivex.ext.dropwizard.MetricsService
 
getBaseName() - Method in class io.vertx.reactivex.micrometer.MetricsService
 
getBaseName(Measured) - Method in class io.vertx.rxjava.ext.dropwizard.MetricsService
 
getBaseName() - Method in class io.vertx.rxjava.micrometer.MetricsService
 
getBatchSize() - Method in class io.vertx.ext.mongo.AggregateOptions
 
getBatchSize() - Method in class io.vertx.ext.mongo.FindOptions
 
getBatchSize() - Method in class io.vertx.micrometer.VertxInfluxDbOptions
Get batch size, which is the maximum number of measurements sent per request to the InfluxDB server.
getBcc() - Method in class io.vertx.ext.mail.MailMessage
get list of bcc addresses
getBehavior() - Method in class io.vertx.ext.consul.SessionOptions
Get the behavior when a session is invalidated.
getBigDecimal(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get value for the given column.
getBigDecimal(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get value at pos.
getBigDecimal(String) - Method in class io.vertx.rxjava.sqlclient.Row
Get value for the given column.
getBigDecimal(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
Get value at pos.
getBigDecimal(String) - Method in interface io.vertx.sqlclient.Row
Get BigDecimal value for the given column.
getBigDecimal(int) - Method in interface io.vertx.sqlclient.Tuple
Get BigDecimal value at pos.
getBinary(int) - Method in class io.vertx.core.json.JsonArray
Get the byte[] at position pos in the array.
getBinary(String) - Method in class io.vertx.core.json.JsonObject
Get the binary value with the specified key.
getBinary(String, byte[]) - Method in class io.vertx.core.json.JsonObject
Like JsonObject.getBinary(String) but specifying a default value to return if there is no entry.
GETBIT - Static variable in class io.vertx.reactivex.redis.client.Command
 
getbit(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command getbit.
getbit(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command getbit.
GETBIT - Static variable in interface io.vertx.redis.client.Command
 
getbit(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command getbit.
getbit(String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command getbit.
GETBIT - Static variable in class io.vertx.rxjava.redis.client.Command
 
getbit(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command getbit.
getbit(String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command getbit.
getBits() - Method in class io.vertx.ext.mongo.IndexOptions
Gets the number of precision of the stored geohash value of the location data in 2d indexes.
getBlockedThreadCheckInterval() - Method in class io.vertx.core.VertxOptions
Get the value of blocked thread check period, in blockedThreadCheckIntervalUnit.
getBlockedThreadCheckIntervalUnit() - Method in class io.vertx.core.VertxOptions
 
getBlockingOptions() - Method in class io.vertx.ext.consul.CheckQueryOptions
Get options for blocking query
getBlockingOptions() - Method in class io.vertx.ext.consul.EventListOptions
Get options for blocking query
getBlockingOptions() - Method in class io.vertx.ext.consul.NodeQueryOptions
Get options for blocking query
getBlockingOptions() - Method in class io.vertx.ext.consul.ServiceQueryOptions
Get options for blocking query
getBody() - Method in class io.vertx.ext.stomp.Frame
 
getBody() - Method in interface io.vertx.ext.web.RoutingContext
 
getBody() - Method in class io.vertx.reactivex.ext.web.RoutingContext
 
getBody() - Method in class io.vertx.rxjava.ext.web.RoutingContext
 
getBodyAsByteArray() - Method in class io.vertx.ext.stomp.Frame
 
getBodyAsJson(int) - Method in interface io.vertx.ext.web.RoutingContext
Gets the current body buffer as a JsonObject.
getBodyAsJson() - Method in interface io.vertx.ext.web.RoutingContext
 
getBodyAsJson(int) - Method in class io.vertx.reactivex.ext.web.RoutingContext
Gets the current body buffer as a .
getBodyAsJson() - Method in class io.vertx.reactivex.ext.web.RoutingContext
 
getBodyAsJson(int) - Method in class io.vertx.rxjava.ext.web.RoutingContext
Gets the current body buffer as a .
getBodyAsJson() - Method in class io.vertx.rxjava.ext.web.RoutingContext
 
getBodyAsJsonArray(int) - Method in interface io.vertx.ext.web.RoutingContext
Gets the current body buffer as a JsonArray.
getBodyAsJsonArray() - Method in interface io.vertx.ext.web.RoutingContext
 
getBodyAsJsonArray(int) - Method in class io.vertx.reactivex.ext.web.RoutingContext
Gets the current body buffer as a .
getBodyAsJsonArray() - Method in class io.vertx.reactivex.ext.web.RoutingContext
 
getBodyAsJsonArray(int) - Method in class io.vertx.rxjava.ext.web.RoutingContext
Gets the current body buffer as a .
getBodyAsJsonArray() - Method in class io.vertx.rxjava.ext.web.RoutingContext
 
getBodyAsString(String) - Method in class io.vertx.ext.stomp.Frame
Gets the body of the frames as a String encoded in the given encoding.
getBodyAsString() - Method in class io.vertx.ext.stomp.Frame
Gets the body of the frames as a String encoded in the frame encoding.
getBodyAsString() - Method in interface io.vertx.ext.web.RoutingContext
 
getBodyAsString(String) - Method in interface io.vertx.ext.web.RoutingContext
Get the entire HTTP request body as a string, assuming the specified encoding.
getBodyAsString() - Method in class io.vertx.reactivex.ext.web.RoutingContext
 
getBodyAsString(String) - Method in class io.vertx.reactivex.ext.web.RoutingContext
Get the entire HTTP request body as a string, assuming the specified encoding.
getBodyAsString() - Method in class io.vertx.rxjava.ext.web.RoutingContext
 
getBodyAsString(String) - Method in class io.vertx.rxjava.ext.web.RoutingContext
Get the entire HTTP request body as a string, assuming the specified encoding.
getBodyCanonAlgo() - Method in class io.vertx.ext.mail.DKIMSignOptions
Gets the canonicalization algorithm for mail body.
getBodyLimit() - Method in class io.vertx.ext.mail.DKIMSignOptions
Gets the body limit to sign.
getBodyType() - Method in class io.vertx.camel.InboundMapping
 
getBoolean(int) - Method in class io.vertx.core.json.JsonArray
Get the Boolean at position pos in the array,
getBoolean(String) - Method in class io.vertx.core.json.JsonObject
Get the Boolean value with the specified key
getBoolean(String, Boolean) - Method in class io.vertx.core.json.JsonObject
Like JsonObject.getBoolean(String) but specifying a default value to return if there is no entry.
getBoolean() - Method in interface io.vertx.ext.web.api.RequestParameter
Deprecated.
Returns null if value is not a Boolean, otherwise it returns value
getBoolean() - Method in interface io.vertx.ext.web.validation.RequestParameter
 
getBoolean() - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
Deprecated.
getBoolean() - Method in class io.vertx.reactivex.ext.web.validation.RequestParameter
 
getBoolean(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get a boolean value for the given column.
getBoolean(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get a boolean value at pos.
getBoolean() - Method in class io.vertx.rxjava.ext.web.api.RequestParameter
Deprecated.
getBoolean() - Method in class io.vertx.rxjava.ext.web.validation.RequestParameter
 
getBoolean(String) - Method in class io.vertx.rxjava.sqlclient.Row
Get a boolean value for the given column.
getBoolean(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
Get a boolean value at pos.
getBoolean(String) - Method in interface io.vertx.sqlclient.Row
Get a boolean value for the given column.
getBoolean(int) - Method in interface io.vertx.sqlclient.Tuple
Get a boolean value at pos.
getBounceAddress() - Method in class io.vertx.ext.mail.MailMessage
get bounce address of this mail
getBucketSize() - Method in class io.vertx.ext.mongo.IndexOptions
Gets the specified the number of units within which to group the location values for geoHaystack Indexes
getBuffer(int, int) - Method in interface io.vertx.core.buffer.Buffer
Returns a copy of a sub-sequence the Buffer as a Buffer starting at position start and ending at position end - 1
getBuffer(int) - Method in class io.vertx.core.json.JsonArray
Get the Buffer at position pos in the array.
getBuffer(String) - Method in class io.vertx.core.json.JsonObject
Get the Buffer value with the specified key.
getBuffer(String, Buffer) - Method in class io.vertx.core.json.JsonObject
Like JsonObject.getBuffer(String) but specifying a default value to return if there is no entry.
getBuffer() - Method in class io.vertx.ext.auth.PubSecKeyOptions
The PEM or Secret key buffer.
getBuffer() - Method in interface io.vertx.ext.web.validation.RequestParameter
 
getBuffer(int, int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Returns a copy of a sub-sequence the Buffer as a Buffer starting at position start and ending at position end - 1
getBuffer() - Method in class io.vertx.reactivex.ext.web.validation.RequestParameter
 
getBuffer(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get a buffer value for the given column.
getBuffer(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get a buffer value at pos.
getBuffer(int, int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Returns a copy of a sub-sequence the Buffer as a Buffer starting at position start and ending at position end - 1
getBuffer() - Method in class io.vertx.rxjava.ext.web.validation.RequestParameter
 
getBuffer(String) - Method in class io.vertx.rxjava.sqlclient.Row
Get a buffer value for the given column.
getBuffer(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
Get a buffer value at pos.
getBuffer(String) - Method in interface io.vertx.sqlclient.Row
Get a buffer value for the given column.
getBuffer(int) - Method in interface io.vertx.sqlclient.Tuple
Get a buffer value at pos.
getByte(int) - Method in interface io.vertx.core.buffer.Buffer
Returns the byte at position pos in the Buffer.
getByte(int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Returns the byte at position pos in the Buffer.
getByte(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Returns the byte at position pos in the Buffer.
getByteBuf() - Method in interface io.vertx.core.buffer.Buffer
Returns the Buffer as a Netty ByteBuf.
getByteBuf() - Method in class io.vertx.reactivex.core.buffer.Buffer
Returns the Buffer as a Netty ByteBuf.
getByteBuf() - Method in class io.vertx.rxjava.core.buffer.Buffer
Returns the Buffer as a Netty ByteBuf.
getBytes() - Method in interface io.vertx.core.buffer.Buffer
Returns a copy of the entire Buffer as a byte[]
getBytes(int, int) - Method in interface io.vertx.core.buffer.Buffer
Returns a copy of a sub-sequence the Buffer as a byte[] starting at position start and ending at position end - 1
getBytes(byte[]) - Method in interface io.vertx.core.buffer.Buffer
Transfers the content of the Buffer into a byte[].
getBytes(byte[], int) - Method in interface io.vertx.core.buffer.Buffer
Transfers the content of the Buffer into a byte[] at the specific destination.
getBytes(int, int, byte[]) - Method in interface io.vertx.core.buffer.Buffer
Transfers the content of the Buffer starting at position start and ending at position end - 1 into a byte[].
getBytes(int, int, byte[], int) - Method in interface io.vertx.core.buffer.Buffer
Transfers the content of the Buffer starting at position start and ending at position end - 1 into a byte[] at the specific destination.
getBytes() - Method in class io.vertx.reactivex.core.buffer.Buffer
Returns a copy of the entire Buffer as a byte[]
getBytes(int, int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Returns a copy of a sub-sequence the Buffer as a byte[] starting at position start and ending at position end - 1
getBytes(byte[]) - Method in class io.vertx.reactivex.core.buffer.Buffer
Transfers the content of the Buffer into a byte[].
getBytes(byte[], int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Transfers the content of the Buffer into a byte[] at the specific destination.
getBytes(int, int, byte[]) - Method in class io.vertx.reactivex.core.buffer.Buffer
Transfers the content of the Buffer starting at position start and ending at position end - 1 into a byte[].
getBytes(int, int, byte[], int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Transfers the content of the Buffer starting at position start and ending at position end - 1 into a byte[] at the specific destination.
getBytes() - Method in class io.vertx.reactivex.redis.client.Command
 
getBytes() - Method in interface io.vertx.redis.client.Command
 
getBytes() - Method in class io.vertx.rxjava.core.buffer.Buffer
Returns a copy of the entire Buffer as a byte[]
getBytes(int, int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Returns a copy of a sub-sequence the Buffer as a byte[] starting at position start and ending at position end - 1
getBytes(byte[]) - Method in class io.vertx.rxjava.core.buffer.Buffer
Transfers the content of the Buffer into a byte[].
getBytes(byte[], int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Transfers the content of the Buffer into a byte[] at the specific destination.
getBytes(int, int, byte[]) - Method in class io.vertx.rxjava.core.buffer.Buffer
Transfers the content of the Buffer starting at position start and ending at position end - 1 into a byte[].
getBytes(int, int, byte[], int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Transfers the content of the Buffer starting at position start and ending at position end - 1 into a byte[] at the specific destination.
getBytes() - Method in class io.vertx.rxjava.redis.client.Command
 
getC() - Method in class io.vertx.pgclient.data.Line
 
getCacheConfiguration() - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
Gets configuration (descriptors) for all caches.
getCacheContainer() - Method in class io.vertx.ext.cluster.infinispan.InfinispanClusterManager
 
getCached(JsonPointer) - Method in interface io.vertx.ext.web.openapi.OpenAPIHolder
Get cached object using pointer
getCached(JsonPointer) - Method in class io.vertx.reactivex.ext.web.openapi.OpenAPIHolder
Get cached object using pointer
getCachedConfig() - Method in interface io.vertx.config.ConfigRetriever
Gets the last computed configuration.
getCachedConfig() - Method in class io.vertx.reactivex.config.ConfigRetriever
Gets the last computed configuration.
getCachedConfig() - Method in class io.vertx.rxjava.config.ConfigRetriever
Gets the last computed configuration.
getCacheMaxTimeToLive() - Method in class io.vertx.core.dns.AddressResolverOptions
 
getCacheMinTimeToLive() - Method in class io.vertx.core.dns.AddressResolverOptions
 
getCacheMode() - Method in class io.vertx.spi.cluster.ignite.IgniteCacheOptions
Gets caching mode to use.
getCacheNegativeTimeToLive() - Method in class io.vertx.core.dns.AddressResolverOptions
 
getCachePreparedStatements() - Method in class io.vertx.sqlclient.SqlConnectOptions
Get whether prepared statements cache is enabled.
getCamelContext() - Method in class io.vertx.camel.CamelBridgeOptions
 
getCapabilities() - Method in class io.vertx.amqp.AmqpReceiverOptions
Gets the list of capabilities to be set on the receiver source terminus.
getCapabilities() - Method in class io.vertx.amqp.AmqpSenderOptions
Gets the list of capabilities to be set on the sender target terminus.
getCasIndex() - Method in class io.vertx.ext.consul.KeyValueOptions
Get the Check-And-Set index.
getCatalog() - Method in class io.vertx.ext.sql.SQLOptions
 
getCc() - Method in class io.vertx.ext.mail.MailMessage
get list of cc addresses
getCenterPoint() - Method in class io.vertx.pgclient.data.Circle
 
getCertPath() - Method in class io.vertx.core.net.PemKeyCertOptions
Get the path to the first certificate file
getCertPaths() - Method in class io.vertx.core.net.PemKeyCertOptions
Get all the paths to the certificates files
getCertPaths() - Method in class io.vertx.core.net.PemTrustOptions
 
getCertValue() - Method in class io.vertx.core.net.PemKeyCertOptions
Get the first certificate as a buffer
getCertValues() - Method in class io.vertx.core.net.PemKeyCertOptions
Get all the certificates as a list of buffer
getCertValues() - Method in class io.vertx.core.net.PemTrustOptions
 
getChallenge() - Method in class io.vertx.ext.auth.webauthn.WebAuthnCredentials
 
getChallengeLength() - Method in class io.vertx.ext.auth.webauthn.WebAuthnOptions
 
getChannel() - Method in class io.vertx.pgclient.PgNotification
 
getChannelInstance() - Method in class io.vertx.rabbitmq.RabbitMQConfirmation
 
getCharacterEncoding() - Method in class io.vertx.mysqlclient.MySQLConnectOptions
Get the Java charset for encoding string values.
getCharset() - Method in class io.vertx.ext.shell.term.HttpTermOptions
 
getCharset() - Method in class io.vertx.ext.shell.term.TelnetTermOptions
 
getCharset() - Method in class io.vertx.mysqlclient.MySQLAuthOptions
Get the charset for the connection.
getCharset() - Method in class io.vertx.mysqlclient.MySQLConnectOptions
Get the charset for the connection.
getCheckListOptions() - Method in class io.vertx.ext.consul.ServiceOptions
Get checks options of service
getCheckOptions() - Method in class io.vertx.ext.consul.ServiceOptions
Get check options of service
getChecks() - Method in class io.vertx.ext.consul.ServiceEntry
Get list of checks
getChecks() - Method in class io.vertx.ext.consul.Session
Get the list of associated health checks
getChecks() - Method in class io.vertx.ext.consul.SessionOptions
Get a list of associated health checks.
getChecks() - Method in class io.vertx.ext.healthchecks.CheckResult
 
getChoices() - Method in class io.vertx.core.cli.Option
 
getChunkSizeBytes() - Method in class io.vertx.ext.mongo.GridFsUploadOptions
 
getClassLoader() - Method in class io.vertx.core.DeploymentOptions
 
getClient(ServiceDiscovery, JsonObject, Handler<AsyncResult<HttpClient>>) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured .
getClient(ServiceDiscovery, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured .
getClient(ServiceDiscovery, JsonObject, JsonObject, Handler<AsyncResult<HttpClient>>) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured .
getClient(ServiceDiscovery, JsonObject, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured .
getClient(ServiceDiscovery, Function<Record, Boolean>, Handler<AsyncResult<HttpClient>>) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured .
getClient(ServiceDiscovery, Function<Record, Boolean>) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured .
getClient(ServiceDiscovery, Function<Record, Boolean>, JsonObject, Handler<AsyncResult<HttpClient>>) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured .
getClient(ServiceDiscovery, Function<Record, Boolean>, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured .
getClient(ServiceDiscovery, JsonObject, Handler<AsyncResult<HttpClient>>) - Static method in class io.vertx.rxjava.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured .
getClient(ServiceDiscovery, JsonObject) - Static method in class io.vertx.rxjava.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured .
getClient(ServiceDiscovery, JsonObject, JsonObject, Handler<AsyncResult<HttpClient>>) - Static method in class io.vertx.rxjava.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured .
getClient(ServiceDiscovery, JsonObject, JsonObject) - Static method in class io.vertx.rxjava.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured .
getClient(ServiceDiscovery, Function<Record, Boolean>, Handler<AsyncResult<HttpClient>>) - Static method in class io.vertx.rxjava.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured .
getClient(ServiceDiscovery, Function<Record, Boolean>) - Static method in class io.vertx.rxjava.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured .
getClient(ServiceDiscovery, Function<Record, Boolean>, JsonObject, Handler<AsyncResult<HttpClient>>) - Static method in class io.vertx.rxjava.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured .
getClient(ServiceDiscovery, Function<Record, Boolean>, JsonObject) - Static method in class io.vertx.rxjava.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured .
getClient(ServiceDiscovery, JsonObject, Handler<AsyncResult<HttpClient>>) - Static method in interface io.vertx.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured HttpClient.
getClient(ServiceDiscovery, JsonObject) - Static method in interface io.vertx.servicediscovery.types.HttpEndpoint
getClient(ServiceDiscovery, JsonObject, JsonObject, Handler<AsyncResult<HttpClient>>) - Static method in interface io.vertx.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured HttpClient.
getClient(ServiceDiscovery, JsonObject, JsonObject) - Static method in interface io.vertx.servicediscovery.types.HttpEndpoint
getClient(ServiceDiscovery, Function<Record, Boolean>, Handler<AsyncResult<HttpClient>>) - Static method in interface io.vertx.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured HttpClient.
getClient(ServiceDiscovery, Function<Record, Boolean>) - Static method in interface io.vertx.servicediscovery.types.HttpEndpoint
Like HttpEndpoint.getClient(ServiceDiscovery, Function, Handler) but returns a future of the result
getClient(ServiceDiscovery, Function<Record, Boolean>, JsonObject, Handler<AsyncResult<HttpClient>>) - Static method in interface io.vertx.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured HttpClient.
getClient(ServiceDiscovery, Function<Record, Boolean>, JsonObject) - Static method in interface io.vertx.servicediscovery.types.HttpEndpoint
getClientAuth() - Method in class io.vertx.core.eventbus.EventBusOptions
 
getClientAuth() - Method in class io.vertx.core.net.NetServerOptions
 
getClientFailureDetectionTimeout() - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
 
getClientID() - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
Get the provider client id
getClientId() - Method in class io.vertx.kafka.admin.MemberDescription
 
getClientId() - Method in class io.vertx.mqtt.MqttClientOptions
 
getClientProcessingPending() - Method in class io.vertx.micrometer.MetricsNaming
 
getClientProcessingTime() - Method in class io.vertx.micrometer.MetricsNaming
 
getClientQueuePending() - Method in class io.vertx.micrometer.MetricsNaming
 
getClientQueueTime() - Method in class io.vertx.micrometer.MetricsNaming
 
getClientResetsCount() - Method in class io.vertx.micrometer.MetricsNaming
 
getClientSecret() - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
Get the provider client secret
getClusterId() - Method in class io.vertx.kafka.admin.ClusterDescription
 
getClusterManager() - Method in class io.vertx.core.VertxOptions
Get the cluster manager to be used when clustering.
getClusterNodeMetadata() - Method in class io.vertx.core.eventbus.EventBusOptions
User-supplied information about this node when Vert.x is clustered.
getClusterPingInterval() - Method in class io.vertx.core.eventbus.EventBusOptions
Get the value of cluster ping reply interval, in ms.
getClusterPingReplyInterval() - Method in class io.vertx.core.eventbus.EventBusOptions
Get the value of cluster ping reply interval, in ms.
getClusterPublicHost() - Method in class io.vertx.core.eventbus.EventBusOptions
Get the public facing host to be used when clustering.
getClusterPublicPort() - Method in class io.vertx.core.eventbus.EventBusOptions
Gets the public facing port to be used when clustering.
getClusterWideMap(String, Handler<AsyncResult<AsyncMap<K, V>>>) - Method in interface io.vertx.core.shareddata.SharedData
Get the cluster wide map with the specified name.
getClusterWideMap(String) - Method in interface io.vertx.core.shareddata.SharedData
Same as SharedData.getClusterWideMap(String, Handler) but returns a Future of the asynchronous result
getClusterWideMap(String, Handler<AsyncResult<AsyncMap<K, V>>>) - Method in class io.vertx.reactivex.core.shareddata.SharedData
Get the cluster wide map with the specified name.
getClusterWideMap(String) - Method in class io.vertx.reactivex.core.shareddata.SharedData
Get the cluster wide map with the specified name.
getClusterWideMap(String, Handler<AsyncResult<AsyncMap<K, V>>>) - Method in class io.vertx.rxjava.core.shareddata.SharedData
Get the cluster wide map with the specified name.
getClusterWideMap(String) - Method in class io.vertx.rxjava.core.shareddata.SharedData
Get the cluster wide map with the specified name.
getCnonce() - Method in class io.vertx.ext.auth.htdigest.HtdigestCredentials
 
getCode() - Method in exception io.vertx.core.http.StreamResetException
 
getCode() - Method in class io.vertx.ext.auth.oauth2.Oauth2Credentials
 
getCode() - Method in exception io.vertx.pgclient.PgException
 
getCodecName() - Method in class io.vertx.core.eventbus.DeliveryOptions
Get the codec name.
getCollation() - Method in class io.vertx.mysqlclient.MySQLAuthOptions
Get the collation for the connection.
getCollation() - Method in class io.vertx.mysqlclient.MySQLConnectOptions
Get the collation for the connection.
getCollectionName() - Method in interface io.vertx.ext.auth.mongo.MongoAuth
Deprecated.
The name of the collection used to store User objects inside.
getCollectionName() - Method in class io.vertx.ext.auth.mongo.MongoAuthenticationOptions
 
getCollectionName() - Method in class io.vertx.ext.auth.mongo.MongoAuthOptions
Deprecated.
 
getCollectionName() - Method in class io.vertx.ext.auth.mongo.MongoAuthorizationOptions
 
getCollectionName() - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
Deprecated.
getCollectionName() - Method in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
Deprecated.
getCollections(Handler<AsyncResult<List<String>>>) - Method in interface io.vertx.ext.mongo.MongoClient
Get a list of all collections in the database.
getCollections() - Method in interface io.vertx.ext.mongo.MongoClient
Like MongoClient.getCollections(Handler) but returns a Future of the asynchronous result
getCollections(Handler<AsyncResult<List<String>>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Get a list of all collections in the database.
getCollections() - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Get a list of all collections in the database.
getCollections(Handler<AsyncResult<List<String>>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Get a list of all collections in the database.
getCollections() - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Get a list of all collections in the database.
getColumn() - Method in exception io.vertx.pgclient.PgException
 
getColumnDefinitions() - Method in interface io.vertx.cassandra.ResultSet
 
getColumnDefinitions() - Method in class io.vertx.reactivex.cassandra.ResultSet
 
getColumnDefinitions() - Method in class io.vertx.rxjava.cassandra.ResultSet
 
getColumnIndex(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get a column position for the given @code column}.
getColumnIndex(String) - Method in class io.vertx.rxjava.sqlclient.Row
Get a column position for the given @code column}.
getColumnIndex(String) - Method in interface io.vertx.sqlclient.Row
Get a column position for the given @code column}.
getColumnName(int) - Method in class io.vertx.reactivex.sqlclient.Row
Get a column name at pos.
getColumnName(int) - Method in class io.vertx.rxjava.sqlclient.Row
Get a column name at pos.
getColumnName(int) - Method in interface io.vertx.sqlclient.Row
Get a column name at pos.
getColumnNames() - Method in class io.vertx.ext.sql.ResultSet
Get the column names
getCommand(String) - Method in interface io.vertx.ext.shell.command.CommandResolver
Returns a single command by its name.
getCommand() - Method in class io.vertx.ext.stomp.Frame
 
getCommand(String) - Method in class io.vertx.reactivex.ext.shell.command.CommandResolver
Returns a single command by its name.
getCommand(String) - Method in class io.vertx.rxjava.ext.shell.command.CommandResolver
Returns a single command by its name.
getCompressionLevel() - Method in class io.vertx.core.http.HttpServerOptions
 
getConfig(Handler<AsyncResult<JsonObject>>) - Method in interface io.vertx.config.ConfigRetriever
Reads the configuration from the different ConfigStore and computes the final configuration.
getConfig() - Method in interface io.vertx.config.ConfigRetriever
Like ConfigRetriever.getConfig(Handler) but returns a Future of the asynchronous result
getConfig() - Method in class io.vertx.config.ConfigStoreOptions
 
getConfig() - Method in class io.vertx.core.DeploymentOptions
Get the JSON configuration that will be passed to the verticle(s) when deployed.
getConfig() - Method in class io.vertx.ext.auth.jdbc.JDBCAuthOptions
Deprecated.
 
getConfig() - Method in class io.vertx.ext.auth.mongo.MongoAuthOptions
Deprecated.
 
getConfig() - Method in class io.vertx.ext.auth.shiro.ShiroAuthOptions
Deprecated.
 
getConfig() - Method in class io.vertx.kafka.admin.NewTopic
 
getConfig() - Method in class io.vertx.kafka.client.common.KafkaClientOptions
 
getConfig(Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.reactivex.config.ConfigRetriever
Reads the configuration from the different and computes the final configuration.
getConfig() - Method in class io.vertx.reactivex.config.ConfigRetriever
Reads the configuration from the different and computes the final configuration.
getConfig(Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.rxjava.config.ConfigRetriever
Reads the configuration from the different and computes the final configuration.
getConfig() - Method in class io.vertx.rxjava.config.ConfigRetriever
Reads the configuration from the different and computes the final configuration.
getConfig() - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
Get the Hazelcast config.
getConfig() - Method in class io.vertx.spi.cluster.zookeeper.ZookeeperClusterManager
 
getConfigPath() - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
 
getConfirmationStream() - Method in interface io.vertx.rabbitmq.RabbitMQPublisher
Get the ReadStream that contains the message IDs for confirmed messages.
getConfirmationStream() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQPublisher
Get the ReadStream that contains the message IDs for confirmed messages.
getConfirmationStream() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQPublisher
Get the ReadStream that contains the message IDs for confirmed messages.
getConnection(Handler<AsyncResult<SQLConnection>>) - Method in interface io.vertx.ext.sql.SQLClient
Returns a connection that can be used to perform SQL operations on.
getConnection(Handler<AsyncResult<SQLConnection>>) - Method in class io.vertx.reactivex.ext.sql.SQLClient
Returns a connection that can be used to perform SQL operations on.
getConnection() - Method in class io.vertx.reactivex.ext.sql.SQLClient
Returns a connection that can be used to perform SQL operations on.
getConnection(Handler<AsyncResult<SqlConnection>>) - Method in class io.vertx.reactivex.sqlclient.Pool
Get a connection from the pool.
getConnection() - Method in class io.vertx.reactivex.sqlclient.Pool
Get a connection from the pool.
getConnection(Handler<AsyncResult<SQLConnection>>) - Method in class io.vertx.rxjava.ext.sql.SQLClient
Returns a connection that can be used to perform SQL operations on.
getConnection() - Method in class io.vertx.rxjava.ext.sql.SQLClient
Returns a connection that can be used to perform SQL operations on.
getConnection(Handler<AsyncResult<SqlConnection>>) - Method in class io.vertx.rxjava.sqlclient.Pool
Get a connection from the pool.
getConnection() - Method in class io.vertx.rxjava.sqlclient.Pool
Get a connection from the pool.
getConnection(Handler<AsyncResult<SqlConnection>>) - Method in interface io.vertx.sqlclient.Pool
Get a connection from the pool.
getConnection() - Method in interface io.vertx.sqlclient.Pool
Like Pool.getConnection(Handler) but returns a Future of the asynchronous result
getConnectionHostname() - Method in class io.vertx.amqp.AmqpClientOptions
Get the connection hostname override for the AMQP Open frame hostname
getConnectionsPerNode() - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
getConnectionTimeout() - Method in class io.vertx.rabbitmq.RabbitMQOptions
 
getConnectTimeout() - Method in class io.vertx.core.eventbus.EventBusOptions
 
getConnectTimeout() - Method in class io.vertx.core.net.ClientOptionsBase
 
getConnectTimeout() - Method in class io.vertx.jdbcclient.JDBCConnectOptions
 
getConnectTimeout() - Method in class io.vertx.micrometer.VertxInfluxDbOptions
Get the connection timeout for InfluxDB server connections, in seconds.
getConnectTimeout() - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
getConstraint() - Method in exception io.vertx.pgclient.PgException
 
getConsumer(ServiceDiscovery, JsonObject, Handler<AsyncResult<MessageConsumer<T>>>) - Static method in class io.vertx.reactivex.servicediscovery.types.MessageSource
Convenient method that looks for a message source and provides the configured .
getConsumer(ServiceDiscovery, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.MessageSource
Convenient method that looks for a message source and provides the configured .
getConsumer(ServiceDiscovery, Function<Record, Boolean>, Handler<AsyncResult<MessageConsumer<T>>>) - Static method in class io.vertx.reactivex.servicediscovery.types.MessageSource
Convenient method that looks for a message source and provides the configured .
getConsumer(ServiceDiscovery, Function<Record, Boolean>) - Static method in class io.vertx.reactivex.servicediscovery.types.MessageSource
Convenient method that looks for a message source and provides the configured .
getConsumer(ServiceDiscovery, JsonObject, Handler<AsyncResult<MessageConsumer<T>>>) - Static method in class io.vertx.rxjava.servicediscovery.types.MessageSource
Convenient method that looks for a message source and provides the configured .
getConsumer(ServiceDiscovery, JsonObject) - Static method in class io.vertx.rxjava.servicediscovery.types.MessageSource
Convenient method that looks for a message source and provides the configured .
getConsumer(ServiceDiscovery, Function<Record, Boolean>, Handler<AsyncResult<MessageConsumer<T>>>) - Static method in class io.vertx.rxjava.servicediscovery.types.MessageSource
Convenient method that looks for a message source and provides the configured .
getConsumer(ServiceDiscovery, Function<Record, Boolean>) - Static method in class io.vertx.rxjava.servicediscovery.types.MessageSource
Convenient method that looks for a message source and provides the configured .
getConsumer(ServiceDiscovery, JsonObject, Handler<AsyncResult<MessageConsumer<T>>>) - Static method in interface io.vertx.servicediscovery.types.MessageSource
Convenient method that looks for a message source and provides the configured MessageConsumer.
getConsumer(ServiceDiscovery, JsonObject) - Static method in interface io.vertx.servicediscovery.types.MessageSource
getConsumer(ServiceDiscovery, Function<Record, Boolean>, Handler<AsyncResult<MessageConsumer<T>>>) - Static method in interface io.vertx.servicediscovery.types.MessageSource
Convenient method that looks for a message source and provides the configured MessageConsumer.
getConsumer(ServiceDiscovery, Function<Record, Boolean>) - Static method in interface io.vertx.servicediscovery.types.MessageSource
getConsumerId() - Method in class io.vertx.kafka.admin.MemberDescription
 
getContainerId() - Method in class io.vertx.amqp.AmqpClientOptions
 
getContainerStyle(String) - Static method in enum io.vertx.ext.web.api.validation.ContainerSerializationStyle
Deprecated.
 
getContentId() - Method in interface io.vertx.ext.mail.MailAttachment
get the Content-ID field
getContentId() - Method in class io.vertx.reactivex.ext.mail.MailAttachment
get the Content-ID field
getContentId() - Method in class io.vertx.rxjava.ext.mail.MailAttachment
get the Content-ID field
getContentType() - Method in interface io.vertx.ext.mail.MailAttachment
get the Content-Type
getContentType() - Method in class io.vertx.reactivex.ext.mail.MailAttachment
get the Content-Type
getContentType() - Method in class io.vertx.rxjava.ext.mail.MailAttachment
get the Content-Type
getContextScheduler() - Static method in class io.vertx.ext.sync.Sync
Deprecated.
Get the `FiberScheduler` for the current context.
getContractEndpoint() - Method in class io.vertx.ext.web.openapi.RouterBuilderOptions
 
getController() - Method in class io.vertx.kafka.admin.ClusterDescription
 
getConverter() - Method in class io.vertx.core.cli.TypedArgument
 
getConverter() - Method in class io.vertx.core.cli.TypedOption
 
getCookie(String) - Method in interface io.vertx.core.http.HttpServerRequest
Get the cookie with the specified name.
getCookie(String) - Method in interface io.vertx.ext.web.RoutingContext
Get the cookie with the specified name.
getCookie(String) - Method in class io.vertx.reactivex.core.http.HttpServerRequest
Get the cookie with the specified name.
getCookie(String) - Method in class io.vertx.reactivex.ext.web.RoutingContext
Get the cookie with the specified name.
getCookie(String) - Method in class io.vertx.rxjava.core.http.HttpServerRequest
Get the cookie with the specified name.
getCookie(String) - Method in class io.vertx.rxjava.ext.web.RoutingContext
Get the cookie with the specified name.
getCoordinator() - Method in class io.vertx.kafka.admin.ConsumerGroupDescription
 
getCopiedHeaders() - Method in class io.vertx.ext.mail.DKIMSignOptions
Gets the copied headers used in DKIM.
getCount() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxCounterMBean
 
getCount() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxHistogramMBean
 
getCount() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxMeterMBean
 
getCounter(String, Handler<AsyncResult<Counter>>) - Method in interface io.vertx.core.shareddata.SharedData
Get an asynchronous counter.
getCounter(String) - Method in interface io.vertx.core.shareddata.SharedData
Same as SharedData.getCounter(String, Handler) but returns a Future of the asynchronous result
getCounter(String, Promise<Counter>) - Method in interface io.vertx.core.spi.cluster.ClusterManager
Return a Counter for the given name.
getCounter() - Method in class io.vertx.ext.auth.webauthn.Authenticator
 
getCounter(String, Promise<Counter>) - Method in class io.vertx.ext.cluster.infinispan.InfinispanClusterManager
 
getCounter(String, Handler<AsyncResult<Counter>>) - Method in class io.vertx.reactivex.core.shareddata.SharedData
Get an asynchronous counter.
getCounter(String) - Method in class io.vertx.reactivex.core.shareddata.SharedData
Get an asynchronous counter.
getCounter(String, Handler<AsyncResult<Counter>>) - Method in class io.vertx.rxjava.core.shareddata.SharedData
Get an asynchronous counter.
getCounter(String) - Method in class io.vertx.rxjava.core.shareddata.SharedData
Get an asynchronous counter.
getCounter(String, Promise<Counter>) - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
 
getCounter(String, Promise<Counter>) - Method in class io.vertx.spi.cluster.ignite.IgniteClusterManager
 
getCounter(String, Promise<Counter>) - Method in class io.vertx.spi.cluster.zookeeper.ZookeeperClusterManager
 
getCreateIndex() - Method in class io.vertx.ext.consul.KeyValue
Get the internal index value that represents when the entry was created.
getCreateIndex() - Method in class io.vertx.ext.consul.Session
Get the create index of session
getCreationTime() - Method in class io.vertx.config.vault.client.Lookup
 
getCreationTTL() - Method in class io.vertx.config.vault.client.Lookup
 
getCredentialsOptions(String, Handler<AsyncResult<JsonObject>>) - Method in interface io.vertx.ext.auth.webauthn.WebAuthn
Creates an assertion challenge and any other parameters for the navigator.credentials.get() call.
getCredentialsOptions(String) - Method in interface io.vertx.ext.auth.webauthn.WebAuthn
Same as WebAuthn.getCredentialsOptions(String, Handler) but returning a Future.
getCredentialsOptions(String, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.reactivex.ext.auth.webauthn.WebAuthn
Creates an assertion challenge and any other parameters for the navigator.credentials.get() call.
getCredentialsOptions(String) - Method in class io.vertx.reactivex.ext.auth.webauthn.WebAuthn
Creates an assertion challenge and any other parameters for the navigator.credentials.get() call.
getCredentialsOptions(String, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.rxjava.ext.auth.webauthn.WebAuthn
Creates an assertion challenge and any other parameters for the navigator.credentials.get() call.
getCredentialsOptions(String) - Method in class io.vertx.rxjava.ext.auth.webauthn.WebAuthn
Creates an assertion challenge and any other parameters for the navigator.credentials.get() call.
getCredID() - Method in class io.vertx.ext.auth.webauthn.Authenticator
 
getCrlPaths() - Method in class io.vertx.core.net.TCPSSLOptions
 
getCrlValues() - Method in class io.vertx.core.net.TCPSSLOptions
Get the CRL values
getCuratorFramework() - Method in class io.vertx.spi.cluster.zookeeper.ZookeeperClusterManager
 
getCustomSpi() - Method in class io.vertx.spi.cluster.ignite.IgniteDiscoveryOptions
Get the custom DiscoverySpi instance.
getCustomSpi() - Method in class io.vertx.spi.cluster.ignite.IgniteMetricExporterOptions
 
getCwd() - Method in class io.vertx.core.spi.launcher.DefaultCommand
 
getData() - Method in class io.vertx.config.vault.client.Secret
 
getData() - Method in class io.vertx.ext.healthchecks.CheckResult
 
getData() - Method in class io.vertx.ext.healthchecks.Status
 
getData() - Method in interface io.vertx.ext.mail.MailAttachment
get the data
getData() - Method in class io.vertx.reactivex.ext.mail.MailAttachment
get the data
getData() - Method in class io.vertx.rxjava.ext.mail.MailAttachment
get the data
getDatabase() - Method in class io.vertx.jdbcclient.JDBCConnectOptions
 
getDatabase() - Method in class io.vertx.mysqlclient.MySQLAuthOptions
Get the database name for the re-authentication.
getDatabase() - Method in class io.vertx.sqlclient.SqlConnectOptions
Get the default database name for the connection.
getDatacenter() - Method in class io.vertx.ext.consul.DcCoordinates
Get datacenter
getDatagramBytesRead() - Method in class io.vertx.micrometer.MetricsNaming
 
getDatagramBytesWritten() - Method in class io.vertx.micrometer.MetricsNaming
 
getDatagramErrorCount() - Method in class io.vertx.micrometer.MetricsNaming
 
getDataSource(JsonObject) - Method in interface io.vertx.ext.jdbc.spi.DataSourceProvider
 
getDataSourceImplementation() - Method in class io.vertx.jdbcclient.JDBCConnectOptions
 
getDatasourceName() - Method in class io.vertx.ext.auth.jdbc.JDBCAuthOptions
Deprecated.
 
getDatasourceName() - Method in class io.vertx.ext.auth.mongo.MongoAuthOptions
Deprecated.
 
getDataType() - Method in exception io.vertx.pgclient.PgException
 
getDays() - Method in class io.vertx.pgclient.data.Interval
 
getDb() - Method in class io.vertx.micrometer.VertxInfluxDbOptions
Get the InfluxDB database name used to store metrics
getDc() - Method in class io.vertx.ext.consul.ConsulClientOptions
Get the datacenter name
getDc() - Method in class io.vertx.ext.consul.PreparedQueryExecuteResponse
Get the datacenter that ultimately provided the list of nodes
getDcs() - Method in class io.vertx.ext.consul.PreparedQueryDefinition
Specifies a fixed list of remote datacenters to forward the query to if there are no healthy nodes in the local datacenter.
getDebugData() - Method in class io.vertx.core.http.GoAway
 
getDebugInfo() - Method in exception io.vertx.serviceproxy.ServiceException
Get the Debugging information provided to this ServiceException
getDecoderInitialBufferSize() - Method in class io.vertx.core.http.HttpClientOptions
 
getDecoderInitialBufferSize() - Method in class io.vertx.core.http.HttpServerOptions
 
getDefault() - Method in interface io.vertx.ext.web.api.validation.ParameterTypeValidator
Deprecated.
Returns default value of parameter
getDefault() - Method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
Deprecated.
getDefault() - Method in class io.vertx.rxjava.ext.web.api.validation.ParameterTypeValidator
Deprecated.
getDefaultCharset() - Method in class io.vertx.ext.shell.term.SSHTermOptions
 
getDefaultHost() - Method in class io.vertx.core.http.HttpClientOptions
Get the default host name to be used by this client in requests if none is provided when making the request.
getDefaultLanguage() - Method in class io.vertx.ext.mongo.IndexOptions
Gets the language for a text index.
getDefaultNow() - Static method in class io.vertx.micrometer.backends.BackendRegistries
Get the default micrometer registry.
getDefaultPort() - Method in class io.vertx.core.http.HttpClientOptions
Get the default port to be used by this client in requests if none is provided when making the request.
getDefaultRegionInitialSize() - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
Get default data region start size.
getDefaultRegionMaxSize() - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
Get default data region maximum size.
getDefaultValue() - Method in class io.vertx.core.cli.Argument
 
getDefaultValue() - Method in class io.vertx.core.cli.Option
 
getDelegate() - Method in class io.vertx.core.logging.Logger
Deprecated.
see https://github.com/eclipse-vertx/vert.x/issues/2774
getDelegate() - Method in class io.vertx.reactivex.amqp.AmqpClient
 
getDelegate() - Method in class io.vertx.reactivex.amqp.AmqpConnection
 
getDelegate() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
getDelegate() - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
getDelegate() - Method in class io.vertx.reactivex.amqp.AmqpReceiver
 
getDelegate() - Method in class io.vertx.reactivex.amqp.AmqpSender
 
getDelegate() - Method in class io.vertx.reactivex.cassandra.CassandraClient
 
getDelegate() - Method in class io.vertx.reactivex.cassandra.CassandraRowStream
 
getDelegate() - Method in class io.vertx.reactivex.cassandra.ResultSet
 
getDelegate() - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
 
getDelegate() - Method in class io.vertx.reactivex.circuitbreaker.HystrixMetricHandler
 
getDelegate() - Method in class io.vertx.reactivex.config.ConfigRetriever
 
getDelegate() - Method in class io.vertx.reactivex.core.buffer.Buffer
 
getDelegate() - Method in class io.vertx.reactivex.core.cli.CLI
 
getDelegate() - Method in class io.vertx.reactivex.core.cli.CommandLine
 
getDelegate() - Method in class io.vertx.reactivex.core.Context
 
getDelegate() - Method in class io.vertx.reactivex.core.datagram.DatagramPacket
 
getDelegate() - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
 
getDelegate() - Method in class io.vertx.reactivex.core.dns.DnsClient
 
getDelegate() - Method in class io.vertx.reactivex.core.dns.MxRecord
 
getDelegate() - Method in class io.vertx.reactivex.core.dns.SrvRecord
 
getDelegate() - Method in class io.vertx.reactivex.core.eventbus.DeliveryContext
 
getDelegate() - Method in class io.vertx.reactivex.core.eventbus.EventBus
 
getDelegate() - Method in class io.vertx.reactivex.core.eventbus.Message
 
getDelegate() - Method in class io.vertx.reactivex.core.eventbus.MessageConsumer
 
getDelegate() - Method in class io.vertx.reactivex.core.eventbus.MessageProducer
 
getDelegate() - Method in class io.vertx.reactivex.core.file.AsyncFile
 
getDelegate() - Method in class io.vertx.reactivex.core.file.FileProps
 
getDelegate() - Method in class io.vertx.reactivex.core.file.FileSystem
 
getDelegate() - Method in class io.vertx.reactivex.core.file.FileSystemProps
 
getDelegate() - Method in class io.vertx.reactivex.core.http.Cookie
 
getDelegate() - Method in class io.vertx.reactivex.core.http.HttpClient
 
getDelegate() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
 
getDelegate() - Method in class io.vertx.reactivex.core.http.HttpClientResponse
 
getDelegate() - Method in class io.vertx.reactivex.core.http.HttpConnection
 
getDelegate() - Method in class io.vertx.reactivex.core.http.HttpFrame
 
getDelegate() - Method in class io.vertx.reactivex.core.http.HttpHeaders
 
getDelegate() - Method in class io.vertx.reactivex.core.http.HttpServer
 
getDelegate() - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
 
getDelegate() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
 
getDelegate() - Method in class io.vertx.reactivex.core.http.HttpServerResponse
 
getDelegate() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
getDelegate() - Method in class io.vertx.reactivex.core.http.WebSocket
 
getDelegate() - Method in interface io.vertx.reactivex.core.http.WebSocketBase
 
getDelegate() - Method in class io.vertx.reactivex.core.http.WebSocketFrame
 
getDelegate() - Method in class io.vertx.reactivex.core.json.pointer.JsonPointer
 
getDelegate() - Method in class io.vertx.reactivex.core.json.pointer.JsonPointerIterator
 
getDelegate() - Method in interface io.vertx.reactivex.core.metrics.Measured
 
getDelegate() - Method in class io.vertx.reactivex.core.MultiMap
 
getDelegate() - Method in class io.vertx.reactivex.core.net.NetClient
 
getDelegate() - Method in class io.vertx.reactivex.core.net.NetServer
 
getDelegate() - Method in class io.vertx.reactivex.core.net.NetSocket
 
getDelegate() - Method in class io.vertx.reactivex.core.net.SelfSignedCertificate
 
getDelegate() - Method in class io.vertx.reactivex.core.net.SocketAddress
 
getDelegate() - Method in class io.vertx.reactivex.core.parsetools.JsonEvent
 
getDelegate() - Method in class io.vertx.reactivex.core.parsetools.JsonParser
 
getDelegate() - Method in class io.vertx.reactivex.core.parsetools.RecordParser
 
getDelegate() - Method in class io.vertx.reactivex.core.Promise
 
getDelegate() - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
 
getDelegate() - Method in class io.vertx.reactivex.core.shareddata.Counter
 
getDelegate() - Method in class io.vertx.reactivex.core.shareddata.LocalMap
 
getDelegate() - Method in class io.vertx.reactivex.core.shareddata.Lock
 
getDelegate() - Method in class io.vertx.reactivex.core.shareddata.SharedData
 
getDelegate() - Method in class io.vertx.reactivex.core.streams.Pipe
 
getDelegate() - Method in class io.vertx.reactivex.core.streams.Pump
 
getDelegate() - Method in interface io.vertx.reactivex.core.streams.ReadStream
 
getDelegate() - Method in interface io.vertx.reactivex.core.streams.StreamBase
 
getDelegate() - Method in interface io.vertx.reactivex.core.streams.WriteStream
 
getDelegate() - Method in class io.vertx.reactivex.core.TimeoutStream
 
getDelegate() - Method in class io.vertx.reactivex.core.Vertx
 
getDelegate() - Method in class io.vertx.reactivex.core.WorkerExecutor
 
getDelegate() - Method in class io.vertx.reactivex.db2client.DB2Connection
 
getDelegate() - Method in class io.vertx.reactivex.db2client.DB2Pool
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.authorization.AndAuthorization
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.authorization.Authorization
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.authorization.AuthorizationContext
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.authorization.AuthorizationProvider
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.authorization.Authorizations
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.authorization.NotAuthorization
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.authorization.OrAuthorization
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.authorization.PermissionBasedAuthorization
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.authorization.RoleBasedAuthorization
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.authorization.WildcardPermissionBasedAuthorization
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.AuthProvider
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.ChainAuth
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.HashingAlgorithm
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.HashingStrategy
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.htdigest.HtdigestAuth
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.htpasswd.HtpasswdAuth
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuth
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuthentication
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuthorization
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCHashStrategy
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCUserUtil
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.jwt.authorization.JWTAuthorization
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.jwt.authorization.MicroProfileAuthorization
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.jwt.JWTAuth
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.ldap.LdapAuthentication
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.mongo.HashStrategy
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuthentication
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuthorization
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.mongo.MongoUserUtil
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.AccessToken
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.authorization.KeycloakAuthorization
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.authorization.ScopeAuthorization
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.KeycloakHelper
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2RBAC
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Response
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.AmazonCognitoAuth
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.AzureADAuth
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.BoxAuth
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.CloudFoundryAuth
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.DropboxAuth
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.FacebookAuth
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.FoursquareAuth
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.GithubAuth
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.GitLabAuth
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.GoogleAuth
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.HerokuAuth
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.IBMCloudAuth
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.InstagramAuth
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.KeycloakAuth
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.LinkedInAuth
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.LiveAuth
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.MailchimpAuth
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.OpenIDConnectAuth
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.SalesforceAuth
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.ShopifyAuth
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.SoundcloudAuth
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.StripeAuth
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.TwitterAuth
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.rbac.KeycloakRBAC
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.rbac.MicroProfileRBAC
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.properties.PropertyFileAuthentication
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.properties.PropertyFileAuthorization
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.shiro.ShiroAuth
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.sqlclient.SqlAuthentication
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.sqlclient.SqlAuthorization
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.sqlclient.SqlUserUtil
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.User
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.VertxContextPRNG
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.webauthn.MetaDataService
 
getDelegate() - Method in class io.vertx.reactivex.ext.auth.webauthn.WebAuthn
 
getDelegate() - Method in class io.vertx.reactivex.ext.bridge.BaseBridgeEvent
 
getDelegate() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
 
getDelegate() - Method in class io.vertx.reactivex.ext.consul.Watch
 
getDelegate() - Method in class io.vertx.reactivex.ext.consul.WatchResult
 
getDelegate() - Method in class io.vertx.reactivex.ext.dropwizard.MetricsService
 
getDelegate() - Method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.BridgeEvent
 
getDelegate() - Method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.TcpEventBusBridge
 
getDelegate() - Method in class io.vertx.reactivex.ext.healthchecks.HealthCheckHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.healthchecks.HealthChecks
 
getDelegate() - Method in class io.vertx.reactivex.ext.jdbc.JDBCClient
 
getDelegate() - Method in class io.vertx.reactivex.ext.mail.MailAttachment
 
getDelegate() - Method in class io.vertx.reactivex.ext.mail.MailClient
 
getDelegate() - Method in class io.vertx.reactivex.ext.mongo.MongoClient
 
getDelegate() - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
 
getDelegate() - Method in class io.vertx.reactivex.ext.shell.cli.CliToken
 
getDelegate() - Method in class io.vertx.reactivex.ext.shell.cli.Completion
 
getDelegate() - Method in class io.vertx.reactivex.ext.shell.command.Command
 
getDelegate() - Method in class io.vertx.reactivex.ext.shell.command.CommandBuilder
 
getDelegate() - Method in class io.vertx.reactivex.ext.shell.command.CommandProcess
 
getDelegate() - Method in class io.vertx.reactivex.ext.shell.command.CommandRegistry
 
getDelegate() - Method in class io.vertx.reactivex.ext.shell.command.CommandResolver
 
getDelegate() - Method in class io.vertx.reactivex.ext.shell.session.Session
 
getDelegate() - Method in class io.vertx.reactivex.ext.shell.Shell
 
getDelegate() - Method in class io.vertx.reactivex.ext.shell.ShellServer
 
getDelegate() - Method in class io.vertx.reactivex.ext.shell.ShellService
 
getDelegate() - Method in class io.vertx.reactivex.ext.shell.system.Job
 
getDelegate() - Method in class io.vertx.reactivex.ext.shell.system.JobController
 
getDelegate() - Method in class io.vertx.reactivex.ext.shell.system.Process
 
getDelegate() - Method in class io.vertx.reactivex.ext.shell.term.Pty
 
getDelegate() - Method in class io.vertx.reactivex.ext.shell.term.SignalHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.shell.term.SockJSTermHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.shell.term.Term
 
getDelegate() - Method in class io.vertx.reactivex.ext.shell.term.TermServer
 
getDelegate() - Method in class io.vertx.reactivex.ext.shell.term.Tty
 
getDelegate() - Method in class io.vertx.reactivex.ext.sql.SQLClient
 
getDelegate() - Method in class io.vertx.reactivex.ext.sql.SQLConnection
 
getDelegate() - Method in interface io.vertx.reactivex.ext.sql.SQLOperations
 
getDelegate() - Method in class io.vertx.reactivex.ext.sql.SQLRowStream
 
getDelegate() - Method in class io.vertx.reactivex.ext.stomp.Acknowledgement
 
getDelegate() - Method in class io.vertx.reactivex.ext.stomp.Destination
 
getDelegate() - Method in class io.vertx.reactivex.ext.stomp.DestinationFactory
 
getDelegate() - Method in class io.vertx.reactivex.ext.stomp.Frames
 
getDelegate() - Method in class io.vertx.reactivex.ext.stomp.ServerFrame
 
getDelegate() - Method in class io.vertx.reactivex.ext.stomp.StompClient
 
getDelegate() - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
 
getDelegate() - Method in class io.vertx.reactivex.ext.stomp.StompServer
 
getDelegate() - Method in class io.vertx.reactivex.ext.stomp.StompServerConnection
 
getDelegate() - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.unit.Async
 
getDelegate() - Method in class io.vertx.reactivex.ext.unit.collect.EventBusCollector
 
getDelegate() - Method in class io.vertx.reactivex.ext.unit.Completion
 
getDelegate() - Method in class io.vertx.reactivex.ext.unit.report.Failure
 
getDelegate() - Method in class io.vertx.reactivex.ext.unit.report.TestCaseReport
 
getDelegate() - Method in class io.vertx.reactivex.ext.unit.report.TestResult
 
getDelegate() - Method in class io.vertx.reactivex.ext.unit.report.TestSuiteReport
 
getDelegate() - Method in class io.vertx.reactivex.ext.unit.TestCase
 
getDelegate() - Method in class io.vertx.reactivex.ext.unit.TestCompletion
 
getDelegate() - Method in class io.vertx.reactivex.ext.unit.TestContext
 
getDelegate() - Method in class io.vertx.reactivex.ext.unit.TestSuite
 
getDelegate() - Method in interface io.vertx.reactivex.ext.web.api.contract.HTTPOperationRequestValidationHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RequestValidationHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
 
getDelegate() - Method in interface io.vertx.reactivex.ext.web.api.contract.RouterFactory
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.api.RequestParameters
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.api.validation.ContainerDeserializer
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.api.validation.CustomValidator
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.api.validation.ParameterValidationRule
 
getDelegate() - Method in interface io.vertx.reactivex.ext.web.api.validation.ValidationHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.client.HttpResponse
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.client.predicate.ErrorConverter
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicateResult
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.client.WebClient
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.client.WebClientSession
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.codec.BodyCodec
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.common.template.TemplateEngine
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.common.WebEnvironment
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.FileUpload
 
getDelegate() - Method in interface io.vertx.reactivex.ext.web.handler.AuthenticationHandler
 
getDelegate() - Method in interface io.vertx.reactivex.ext.web.handler.AuthHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.AuthorizationHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.BasicAuthHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.BodyHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.ChainAuthHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.CorsHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.CSPHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.CSRFHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.DigestAuthHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.ErrorHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.FaviconHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.FormLoginHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSConnectionInitEvent
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSMessage
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.graphql.dataloader.VertxBatchLoader
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.graphql.dataloader.VertxMappedBatchLoader
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.graphql.GraphiQLHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.graphql.schema.VertxDataFetcher
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.graphql.schema.VertxPropertyDataFetcher
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.graphql.UploadScalar
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.HSTSHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.JWTAuthHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.LoggerHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.MethodOverrideHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.MultiTenantHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.OAuth2AuthHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.RedirectAuthHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.ResponseContentTypeHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.ResponseTimeHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.SessionHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.sockjs.BridgeEvent
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.StaticHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.TemplateHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.TimeoutHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.WebAuthnHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.XFrameHandler
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.LanguageHeader
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.MIMEHeader
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.multipart.FormDataPart
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.multipart.MultipartForm
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.openapi.OpenAPIHolder
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.openapi.Operation
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.openapi.RouterBuilder
 
getDelegate() - Method in interface io.vertx.reactivex.ext.web.ParsedHeaderValue
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.ParsedHeaderValues
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.Route
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.Router
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.RoutingContext
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.Session
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.sstore.ClusteredSessionStore
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.sstore.LocalSessionStore
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.sstore.SessionStore
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.templ.freemarker.FreeMarkerTemplateEngine
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.templ.handlebars.HandlebarsTemplateEngine
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.templ.jade.JadeTemplateEngine
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.templ.mvel.MVELTemplateEngine
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.templ.pebble.PebbleTemplateEngine
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.templ.rocker.RockerTemplateEngine
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.validation.RequestParameter
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.validation.RequestParameters
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.validation.RequestPredicate
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.validation.RequestPredicateResult
 
getDelegate() - Method in class io.vertx.reactivex.ext.web.validation.ValidationHandler
 
getDelegate() - Method in class io.vertx.reactivex.jdbcclient.JDBCPool
 
getDelegate() - Method in class io.vertx.reactivex.jdbcclient.SqlOutParam
 
getDelegate() - Method in class io.vertx.reactivex.json.schema.Schema
 
getDelegate() - Method in class io.vertx.reactivex.json.schema.SchemaParser
 
getDelegate() - Method in class io.vertx.reactivex.json.schema.SchemaRouter
 
getDelegate() - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
 
getDelegate() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
 
getDelegate() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumerRecord
 
getDelegate() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumerRecords
 
getDelegate() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaHeader
 
getDelegate() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
 
getDelegate() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord
 
getDelegate() - Method in class io.vertx.reactivex.micrometer.MetricsService
 
getDelegate() - Method in class io.vertx.reactivex.micrometer.PrometheusScrapingHandler
 
getDelegate() - Method in class io.vertx.reactivex.mqtt.messages.MqttConnAckMessage
 
getDelegate() - Method in interface io.vertx.reactivex.mqtt.messages.MqttMessage
 
getDelegate() - Method in class io.vertx.reactivex.mqtt.messages.MqttPublishMessage
 
getDelegate() - Method in class io.vertx.reactivex.mqtt.messages.MqttSubAckMessage
 
getDelegate() - Method in class io.vertx.reactivex.mqtt.messages.MqttSubscribeMessage
 
getDelegate() - Method in class io.vertx.reactivex.mqtt.messages.MqttUnsubscribeMessage
 
getDelegate() - Method in class io.vertx.reactivex.mqtt.MqttClient
 
getDelegate() - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
 
getDelegate() - Method in class io.vertx.reactivex.mqtt.MqttServer
 
getDelegate() - Method in class io.vertx.reactivex.mqtt.MqttTopicSubscription
 
getDelegate() - Method in class io.vertx.reactivex.mysqlclient.MySQLClient
 
getDelegate() - Method in class io.vertx.reactivex.mysqlclient.MySQLConnection
 
getDelegate() - Method in class io.vertx.reactivex.mysqlclient.MySQLPool
 
getDelegate() - Method in class io.vertx.reactivex.pgclient.PgConnection
 
getDelegate() - Method in class io.vertx.reactivex.pgclient.PgPool
 
getDelegate() - Method in class io.vertx.reactivex.pgclient.pubsub.PgChannel
 
getDelegate() - Method in class io.vertx.reactivex.pgclient.pubsub.PgSubscriber
 
getDelegate() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
 
getDelegate() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQConsumer
 
getDelegate() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQMessage
 
getDelegate() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQPublisher
 
getDelegate() - Method in class io.vertx.reactivex.redis.client.Command
 
getDelegate() - Method in class io.vertx.reactivex.redis.client.Redis
 
getDelegate() - Method in class io.vertx.reactivex.redis.client.RedisAPI
 
getDelegate() - Method in class io.vertx.reactivex.redis.client.RedisConnection
 
getDelegate() - Method in class io.vertx.reactivex.redis.client.Request
 
getDelegate() - Method in class io.vertx.reactivex.redis.client.Response
 
getDelegate() - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
 
getDelegate() - Method in class io.vertx.reactivex.servicediscovery.ServiceReference
 
getDelegate() - Method in class io.vertx.reactivex.servicediscovery.spi.ServiceExporter
 
getDelegate() - Method in class io.vertx.reactivex.servicediscovery.spi.ServiceImporter
 
getDelegate() - Method in class io.vertx.reactivex.servicediscovery.spi.ServicePublisher
 
getDelegate() - Method in class io.vertx.reactivex.servicediscovery.types.EventBusService
 
getDelegate() - Method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
 
getDelegate() - Method in class io.vertx.reactivex.servicediscovery.types.JDBCDataSource
 
getDelegate() - Method in class io.vertx.reactivex.servicediscovery.types.MessageSource
 
getDelegate() - Method in class io.vertx.reactivex.servicediscovery.types.MongoDataSource
 
getDelegate() - Method in class io.vertx.reactivex.servicediscovery.types.RedisDataSource
 
getDelegate() - Method in class io.vertx.reactivex.sqlclient.Cursor
 
getDelegate() - Method in class io.vertx.reactivex.sqlclient.desc.ColumnDescriptor
 
getDelegate() - Method in class io.vertx.reactivex.sqlclient.Pool
 
getDelegate() - Method in class io.vertx.reactivex.sqlclient.PreparedQuery
 
getDelegate() - Method in class io.vertx.reactivex.sqlclient.PreparedStatement
 
getDelegate() - Method in class io.vertx.reactivex.sqlclient.PropertyKind
 
getDelegate() - Method in class io.vertx.reactivex.sqlclient.Query
 
getDelegate() - Method in class io.vertx.reactivex.sqlclient.Row
 
getDelegate() - Method in class io.vertx.reactivex.sqlclient.RowIterator
 
getDelegate() - Method in class io.vertx.reactivex.sqlclient.RowSet
 
getDelegate() - Method in class io.vertx.reactivex.sqlclient.RowStream
 
getDelegate() - Method in class io.vertx.reactivex.sqlclient.spi.DatabaseMetadata
 
getDelegate() - Method in class io.vertx.reactivex.sqlclient.SqlClient
 
getDelegate() - Method in class io.vertx.reactivex.sqlclient.SqlConnection
 
getDelegate() - Method in class io.vertx.reactivex.sqlclient.SqlResult
 
getDelegate() - Method in class io.vertx.reactivex.sqlclient.templates.RowMapper
 
getDelegate() - Method in class io.vertx.reactivex.sqlclient.templates.SqlTemplate
 
getDelegate() - Method in class io.vertx.reactivex.sqlclient.templates.TupleMapper
 
getDelegate() - Method in class io.vertx.reactivex.sqlclient.Transaction
 
getDelegate() - Method in class io.vertx.reactivex.sqlclient.Tuple
 
getDelegate() - Method in class io.vertx.rxjava.amqp.AmqpClient
 
getDelegate() - Method in class io.vertx.rxjava.amqp.AmqpConnection
 
getDelegate() - Method in class io.vertx.rxjava.amqp.AmqpMessage
 
getDelegate() - Method in class io.vertx.rxjava.amqp.AmqpMessageBuilder
 
getDelegate() - Method in class io.vertx.rxjava.amqp.AmqpReceiver
 
getDelegate() - Method in class io.vertx.rxjava.amqp.AmqpSender
 
getDelegate() - Method in class io.vertx.rxjava.cassandra.CassandraClient
 
getDelegate() - Method in class io.vertx.rxjava.cassandra.CassandraRowStream
 
getDelegate() - Method in class io.vertx.rxjava.cassandra.ResultSet
 
getDelegate() - Method in class io.vertx.rxjava.circuitbreaker.CircuitBreaker
 
getDelegate() - Method in class io.vertx.rxjava.circuitbreaker.HystrixMetricHandler
 
getDelegate() - Method in class io.vertx.rxjava.config.ConfigRetriever
 
getDelegate() - Method in class io.vertx.rxjava.core.buffer.Buffer
 
getDelegate() - Method in class io.vertx.rxjava.core.cli.CLI
 
getDelegate() - Method in class io.vertx.rxjava.core.cli.CommandLine
 
getDelegate() - Method in class io.vertx.rxjava.core.Context
 
getDelegate() - Method in class io.vertx.rxjava.core.datagram.DatagramPacket
 
getDelegate() - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
 
getDelegate() - Method in class io.vertx.rxjava.core.dns.DnsClient
 
getDelegate() - Method in class io.vertx.rxjava.core.dns.MxRecord
 
getDelegate() - Method in class io.vertx.rxjava.core.dns.SrvRecord
 
getDelegate() - Method in class io.vertx.rxjava.core.eventbus.DeliveryContext
 
getDelegate() - Method in class io.vertx.rxjava.core.eventbus.EventBus
 
getDelegate() - Method in class io.vertx.rxjava.core.eventbus.Message
 
getDelegate() - Method in class io.vertx.rxjava.core.eventbus.MessageConsumer
 
getDelegate() - Method in class io.vertx.rxjava.core.eventbus.MessageProducer
 
getDelegate() - Method in class io.vertx.rxjava.core.file.AsyncFile
 
getDelegate() - Method in class io.vertx.rxjava.core.file.FileProps
 
getDelegate() - Method in class io.vertx.rxjava.core.file.FileSystem
 
getDelegate() - Method in class io.vertx.rxjava.core.file.FileSystemProps
 
getDelegate() - Method in class io.vertx.rxjava.core.http.Cookie
 
getDelegate() - Method in class io.vertx.rxjava.core.http.HttpClient
 
getDelegate() - Method in class io.vertx.rxjava.core.http.HttpClientRequest
 
getDelegate() - Method in class io.vertx.rxjava.core.http.HttpClientResponse
 
getDelegate() - Method in class io.vertx.rxjava.core.http.HttpConnection
 
getDelegate() - Method in class io.vertx.rxjava.core.http.HttpFrame
 
getDelegate() - Method in class io.vertx.rxjava.core.http.HttpHeaders
 
getDelegate() - Method in class io.vertx.rxjava.core.http.HttpServer
 
getDelegate() - Method in class io.vertx.rxjava.core.http.HttpServerFileUpload
 
getDelegate() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
getDelegate() - Method in class io.vertx.rxjava.core.http.HttpServerResponse
 
getDelegate() - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
getDelegate() - Method in class io.vertx.rxjava.core.http.WebSocket
 
getDelegate() - Method in interface io.vertx.rxjava.core.http.WebSocketBase
 
getDelegate() - Method in class io.vertx.rxjava.core.http.WebSocketFrame
 
getDelegate() - Method in class io.vertx.rxjava.core.json.pointer.JsonPointer
 
getDelegate() - Method in class io.vertx.rxjava.core.json.pointer.JsonPointerIterator
 
getDelegate() - Method in interface io.vertx.rxjava.core.metrics.Measured
 
getDelegate() - Method in class io.vertx.rxjava.core.MultiMap
 
getDelegate() - Method in class io.vertx.rxjava.core.net.NetClient
 
getDelegate() - Method in class io.vertx.rxjava.core.net.NetServer
 
getDelegate() - Method in class io.vertx.rxjava.core.net.NetSocket
 
getDelegate() - Method in class io.vertx.rxjava.core.net.SelfSignedCertificate
 
getDelegate() - Method in class io.vertx.rxjava.core.net.SocketAddress
 
getDelegate() - Method in class io.vertx.rxjava.core.parsetools.JsonEvent
 
getDelegate() - Method in class io.vertx.rxjava.core.parsetools.JsonParser
 
getDelegate() - Method in class io.vertx.rxjava.core.parsetools.RecordParser
 
getDelegate() - Method in class io.vertx.rxjava.core.Promise
 
getDelegate() - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
 
getDelegate() - Method in class io.vertx.rxjava.core.shareddata.Counter
 
getDelegate() - Method in class io.vertx.rxjava.core.shareddata.LocalMap
 
getDelegate() - Method in class io.vertx.rxjava.core.shareddata.Lock
 
getDelegate() - Method in class io.vertx.rxjava.core.shareddata.SharedData
 
getDelegate() - Method in class io.vertx.rxjava.core.streams.Pipe
 
getDelegate() - Method in class io.vertx.rxjava.core.streams.Pump
 
getDelegate() - Method in interface io.vertx.rxjava.core.streams.ReadStream
 
getDelegate() - Method in interface io.vertx.rxjava.core.streams.StreamBase
 
getDelegate() - Method in interface io.vertx.rxjava.core.streams.WriteStream
 
getDelegate() - Method in class io.vertx.rxjava.core.TimeoutStream
 
getDelegate() - Method in class io.vertx.rxjava.core.Vertx
 
getDelegate() - Method in class io.vertx.rxjava.core.WorkerExecutor
 
getDelegate() - Method in class io.vertx.rxjava.db2client.DB2Connection
 
getDelegate() - Method in class io.vertx.rxjava.db2client.DB2Pool
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.authentication.AuthenticationProvider
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.authorization.AndAuthorization
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.authorization.Authorization
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.authorization.AuthorizationContext
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.authorization.AuthorizationProvider
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.authorization.Authorizations
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.authorization.NotAuthorization
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.authorization.OrAuthorization
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.authorization.PermissionBasedAuthorization
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.authorization.RoleBasedAuthorization
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.authorization.WildcardPermissionBasedAuthorization
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.AuthProvider
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.ChainAuth
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.HashingAlgorithm
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.HashingStrategy
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.htdigest.HtdigestAuth
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.htpasswd.HtpasswdAuth
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.jdbc.JDBCAuth
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.jdbc.JDBCAuthentication
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.jdbc.JDBCAuthorization
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.jdbc.JDBCHashStrategy
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.jdbc.JDBCUserUtil
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.jwt.authorization.JWTAuthorization
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.jwt.authorization.MicroProfileAuthorization
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.jwt.JWTAuth
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.ldap.LdapAuthentication
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.mongo.HashStrategy
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.mongo.MongoAuthentication
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.mongo.MongoAuthorization
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.mongo.MongoUserUtil
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.oauth2.AccessToken
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.oauth2.authorization.KeycloakAuthorization
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.oauth2.authorization.ScopeAuthorization
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.oauth2.KeycloakHelper
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2RBAC
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Response
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.AmazonCognitoAuth
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.AzureADAuth
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.BoxAuth
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.CloudFoundryAuth
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.DropboxAuth
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.FacebookAuth
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.FoursquareAuth
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.GithubAuth
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.GitLabAuth
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.GoogleAuth
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.HerokuAuth
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.IBMCloudAuth
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.InstagramAuth
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.KeycloakAuth
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.LinkedInAuth
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.LiveAuth
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.MailchimpAuth
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.OpenIDConnectAuth
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.SalesforceAuth
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.ShopifyAuth
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.SoundcloudAuth
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.StripeAuth
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.TwitterAuth
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.oauth2.rbac.KeycloakRBAC
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.oauth2.rbac.MicroProfileRBAC
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.properties.PropertyFileAuthentication
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.properties.PropertyFileAuthorization
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.shiro.ShiroAuth
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.sqlclient.SqlAuthentication
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.sqlclient.SqlAuthorization
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.sqlclient.SqlUserUtil
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.User
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.VertxContextPRNG
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.webauthn.MetaDataService
 
getDelegate() - Method in class io.vertx.rxjava.ext.auth.webauthn.WebAuthn
 
getDelegate() - Method in class io.vertx.rxjava.ext.bridge.BaseBridgeEvent
 
getDelegate() - Method in class io.vertx.rxjava.ext.consul.ConsulClient
 
getDelegate() - Method in class io.vertx.rxjava.ext.consul.Watch
 
getDelegate() - Method in class io.vertx.rxjava.ext.consul.WatchResult
 
getDelegate() - Method in class io.vertx.rxjava.ext.dropwizard.MetricsService
 
getDelegate() - Method in class io.vertx.rxjava.ext.eventbus.bridge.tcp.BridgeEvent
 
getDelegate() - Method in class io.vertx.rxjava.ext.eventbus.bridge.tcp.TcpEventBusBridge
 
getDelegate() - Method in class io.vertx.rxjava.ext.healthchecks.HealthCheckHandler
 
getDelegate() - Method in class io.vertx.rxjava.ext.healthchecks.HealthChecks
 
getDelegate() - Method in class io.vertx.rxjava.ext.jdbc.JDBCClient
 
getDelegate() - Method in class io.vertx.rxjava.ext.mail.MailAttachment
 
getDelegate() - Method in class io.vertx.rxjava.ext.mail.MailClient
 
getDelegate() - Method in class io.vertx.rxjava.ext.mongo.MongoClient
 
getDelegate() - Method in class io.vertx.rxjava.ext.mongo.MongoGridFsClient
 
getDelegate() - Method in class io.vertx.rxjava.ext.shell.cli.CliToken
 
getDelegate() - Method in class io.vertx.rxjava.ext.shell.cli.Completion
 
getDelegate() - Method in class io.vertx.rxjava.ext.shell.command.Command
 
getDelegate() - Method in class io.vertx.rxjava.ext.shell.command.CommandBuilder
 
getDelegate() - Method in class io.vertx.rxjava.ext.shell.command.CommandProcess
 
getDelegate() - Method in class io.vertx.rxjava.ext.shell.command.CommandRegistry
 
getDelegate() - Method in class io.vertx.rxjava.ext.shell.command.CommandResolver
 
getDelegate() - Method in class io.vertx.rxjava.ext.shell.session.Session
 
getDelegate() - Method in class io.vertx.rxjava.ext.shell.Shell
 
getDelegate() - Method in class io.vertx.rxjava.ext.shell.ShellServer
 
getDelegate() - Method in class io.vertx.rxjava.ext.shell.ShellService
 
getDelegate() - Method in class io.vertx.rxjava.ext.shell.system.Job
 
getDelegate() - Method in class io.vertx.rxjava.ext.shell.system.JobController
 
getDelegate() - Method in class io.vertx.rxjava.ext.shell.system.Process
 
getDelegate() - Method in class io.vertx.rxjava.ext.shell.term.Pty
 
getDelegate() - Method in class io.vertx.rxjava.ext.shell.term.SignalHandler
 
getDelegate() - Method in class io.vertx.rxjava.ext.shell.term.SockJSTermHandler
 
getDelegate() - Method in class io.vertx.rxjava.ext.shell.term.Term
 
getDelegate() - Method in class io.vertx.rxjava.ext.shell.term.TermServer
 
getDelegate() - Method in class io.vertx.rxjava.ext.shell.term.Tty
 
getDelegate() - Method in class io.vertx.rxjava.ext.sql.SQLClient
 
getDelegate() - Method in class io.vertx.rxjava.ext.sql.SQLConnection
 
getDelegate() - Method in interface io.vertx.rxjava.ext.sql.SQLOperations
 
getDelegate() - Method in class io.vertx.rxjava.ext.sql.SQLRowStream
 
getDelegate() - Method in class io.vertx.rxjava.ext.stomp.Acknowledgement
 
getDelegate() - Method in class io.vertx.rxjava.ext.stomp.Destination
 
getDelegate() - Method in class io.vertx.rxjava.ext.stomp.DestinationFactory
 
getDelegate() - Method in class io.vertx.rxjava.ext.stomp.Frames
 
getDelegate() - Method in class io.vertx.rxjava.ext.stomp.ServerFrame
 
getDelegate() - Method in class io.vertx.rxjava.ext.stomp.StompClient
 
getDelegate() - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
 
getDelegate() - Method in class io.vertx.rxjava.ext.stomp.StompServer
 
getDelegate() - Method in class io.vertx.rxjava.ext.stomp.StompServerConnection
 
getDelegate() - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
 
getDelegate() - Method in class io.vertx.rxjava.ext.unit.Async
 
getDelegate() - Method in class io.vertx.rxjava.ext.unit.collect.EventBusCollector
 
getDelegate() - Method in class io.vertx.rxjava.ext.unit.Completion
 
getDelegate() - Method in class io.vertx.rxjava.ext.unit.report.Failure
 
getDelegate() - Method in class io.vertx.rxjava.ext.unit.report.TestCaseReport
 
getDelegate() - Method in class io.vertx.rxjava.ext.unit.report.TestResult
 
getDelegate() - Method in class io.vertx.rxjava.ext.unit.report.TestSuiteReport
 
getDelegate() - Method in class io.vertx.rxjava.ext.unit.TestCase
 
getDelegate() - Method in class io.vertx.rxjava.ext.unit.TestCompletion
 
getDelegate() - Method in class io.vertx.rxjava.ext.unit.TestContext
 
getDelegate() - Method in class io.vertx.rxjava.ext.unit.TestSuite
 
getDelegate() - Method in interface io.vertx.rxjava.ext.web.api.contract.HTTPOperationRequestValidationHandler
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.api.contract.openapi3.OpenAPI3RequestValidationHandler
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
 
getDelegate() - Method in interface io.vertx.rxjava.ext.web.api.contract.RouterFactory
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.api.RequestParameter
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.api.RequestParameters
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.api.validation.ContainerDeserializer
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.api.validation.CustomValidator
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.api.validation.HTTPRequestValidationHandler
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.api.validation.ParameterTypeValidator
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.api.validation.ParameterValidationRule
 
getDelegate() - Method in interface io.vertx.rxjava.ext.web.api.validation.ValidationHandler
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.client.HttpResponse
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.client.predicate.ErrorConverter
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicateResult
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.client.WebClient
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.client.WebClientSession
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.codec.BodyCodec
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.common.template.TemplateEngine
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.common.WebEnvironment
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.FileUpload
 
getDelegate() - Method in interface io.vertx.rxjava.ext.web.handler.AuthenticationHandler
 
getDelegate() - Method in interface io.vertx.rxjava.ext.web.handler.AuthHandler
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.AuthorizationHandler
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.BasicAuthHandler
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.BodyHandler
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.ChainAuthHandler
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.CorsHandler
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.CSPHandler
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.CSRFHandler
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.DigestAuthHandler
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.ErrorHandler
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.FaviconHandler
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.FormLoginHandler
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.graphql.ApolloWSConnectionInitEvent
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.graphql.ApolloWSHandler
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.graphql.ApolloWSMessage
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.graphql.dataloader.VertxBatchLoader
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.graphql.dataloader.VertxMappedBatchLoader
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.graphql.GraphiQLHandler
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.graphql.GraphQLHandler
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.graphql.schema.VertxDataFetcher
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.graphql.schema.VertxPropertyDataFetcher
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.graphql.UploadScalar
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.HSTSHandler
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.JWTAuthHandler
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.LoggerHandler
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.MethodOverrideHandler
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.MultiTenantHandler
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.OAuth2AuthHandler
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.RedirectAuthHandler
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.ResponseContentTypeHandler
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.ResponseTimeHandler
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.SessionHandler
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.BridgeEvent
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSHandler
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.TemplateHandler
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.TimeoutHandler
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.WebAuthnHandler
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.XFrameHandler
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.LanguageHeader
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.MIMEHeader
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.multipart.FormDataPart
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.multipart.MultipartForm
 
getDelegate() - Method in interface io.vertx.rxjava.ext.web.ParsedHeaderValue
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.ParsedHeaderValues
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.Route
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.Router
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.RoutingContext
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.Session
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.sstore.ClusteredSessionStore
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.sstore.LocalSessionStore
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.templ.freemarker.FreeMarkerTemplateEngine
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.templ.handlebars.HandlebarsTemplateEngine
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.templ.jade.JadeTemplateEngine
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.templ.mvel.MVELTemplateEngine
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.templ.pebble.PebbleTemplateEngine
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.templ.rocker.RockerTemplateEngine
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.validation.RequestParameter
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.validation.RequestParameters
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.validation.RequestPredicate
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.validation.RequestPredicateResult
 
getDelegate() - Method in class io.vertx.rxjava.ext.web.validation.ValidationHandler
 
getDelegate() - Method in class io.vertx.rxjava.jdbcclient.JDBCPool
 
getDelegate() - Method in class io.vertx.rxjava.jdbcclient.SqlOutParam
 
getDelegate() - Method in class io.vertx.rxjava.json.schema.Schema
 
getDelegate() - Method in class io.vertx.rxjava.json.schema.SchemaParser
 
getDelegate() - Method in class io.vertx.rxjava.json.schema.SchemaRouter
 
getDelegate() - Method in class io.vertx.rxjava.kafka.admin.KafkaAdminClient
 
getDelegate() - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
 
getDelegate() - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumerRecord
 
getDelegate() - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumerRecords
 
getDelegate() - Method in class io.vertx.rxjava.kafka.client.producer.KafkaHeader
 
getDelegate() - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
 
getDelegate() - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducerRecord
 
getDelegate() - Method in class io.vertx.rxjava.micrometer.MetricsService
 
getDelegate() - Method in class io.vertx.rxjava.micrometer.PrometheusScrapingHandler
 
getDelegate() - Method in class io.vertx.rxjava.mqtt.messages.MqttConnAckMessage
 
getDelegate() - Method in interface io.vertx.rxjava.mqtt.messages.MqttMessage
 
getDelegate() - Method in class io.vertx.rxjava.mqtt.messages.MqttPublishMessage
 
getDelegate() - Method in class io.vertx.rxjava.mqtt.messages.MqttSubAckMessage
 
getDelegate() - Method in class io.vertx.rxjava.mqtt.messages.MqttSubscribeMessage
 
getDelegate() - Method in class io.vertx.rxjava.mqtt.messages.MqttUnsubscribeMessage
 
getDelegate() - Method in class io.vertx.rxjava.mqtt.MqttClient
 
getDelegate() - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
 
getDelegate() - Method in class io.vertx.rxjava.mqtt.MqttServer
 
getDelegate() - Method in class io.vertx.rxjava.mqtt.MqttTopicSubscription
 
getDelegate() - Method in class io.vertx.rxjava.mysqlclient.MySQLClient
 
getDelegate() - Method in class io.vertx.rxjava.mysqlclient.MySQLConnection
 
getDelegate() - Method in class io.vertx.rxjava.mysqlclient.MySQLPool
 
getDelegate() - Method in class io.vertx.rxjava.pgclient.PgConnection
 
getDelegate() - Method in class io.vertx.rxjava.pgclient.PgPool
 
getDelegate() - Method in class io.vertx.rxjava.pgclient.pubsub.PgChannel
 
getDelegate() - Method in class io.vertx.rxjava.pgclient.pubsub.PgSubscriber
 
getDelegate() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
 
getDelegate() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQConsumer
 
getDelegate() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQMessage
 
getDelegate() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQPublisher
 
getDelegate() - Method in class io.vertx.rxjava.redis.client.Command
 
getDelegate() - Method in class io.vertx.rxjava.redis.client.Redis
 
getDelegate() - Method in class io.vertx.rxjava.redis.client.RedisAPI
 
getDelegate() - Method in class io.vertx.rxjava.redis.client.RedisConnection
 
getDelegate() - Method in class io.vertx.rxjava.redis.client.Request
 
getDelegate() - Method in class io.vertx.rxjava.redis.client.Response
 
getDelegate() - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
 
getDelegate() - Method in class io.vertx.rxjava.servicediscovery.ServiceReference
 
getDelegate() - Method in class io.vertx.rxjava.servicediscovery.spi.ServiceExporter
 
getDelegate() - Method in class io.vertx.rxjava.servicediscovery.spi.ServiceImporter
 
getDelegate() - Method in class io.vertx.rxjava.servicediscovery.spi.ServicePublisher
 
getDelegate() - Method in class io.vertx.rxjava.servicediscovery.types.EventBusService
 
getDelegate() - Method in class io.vertx.rxjava.servicediscovery.types.HttpEndpoint
 
getDelegate() - Method in class io.vertx.rxjava.servicediscovery.types.JDBCDataSource
 
getDelegate() - Method in class io.vertx.rxjava.servicediscovery.types.MessageSource
 
getDelegate() - Method in class io.vertx.rxjava.servicediscovery.types.MongoDataSource
 
getDelegate() - Method in class io.vertx.rxjava.servicediscovery.types.RedisDataSource
 
getDelegate() - Method in class io.vertx.rxjava.sqlclient.Cursor
 
getDelegate() - Method in class io.vertx.rxjava.sqlclient.desc.ColumnDescriptor
 
getDelegate() - Method in class io.vertx.rxjava.sqlclient.Pool
 
getDelegate() - Method in class io.vertx.rxjava.sqlclient.PreparedQuery
 
getDelegate() - Method in class io.vertx.rxjava.sqlclient.PreparedStatement
 
getDelegate() - Method in class io.vertx.rxjava.sqlclient.PropertyKind
 
getDelegate() - Method in class io.vertx.rxjava.sqlclient.Query
 
getDelegate() - Method in class io.vertx.rxjava.sqlclient.Row
 
getDelegate() - Method in class io.vertx.rxjava.sqlclient.RowIterator
 
getDelegate() - Method in class io.vertx.rxjava.sqlclient.RowSet
 
getDelegate() - Method in class io.vertx.rxjava.sqlclient.RowStream
 
getDelegate() - Method in class io.vertx.rxjava.sqlclient.spi.DatabaseMetadata
 
getDelegate() - Method in class io.vertx.rxjava.sqlclient.SqlClient
 
getDelegate() - Method in class io.vertx.rxjava.sqlclient.SqlConnection
 
getDelegate() - Method in class io.vertx.rxjava.sqlclient.SqlResult
 
getDelegate() - Method in class io.vertx.rxjava.sqlclient.Transaction
 
getDelegate() - Method in class io.vertx.rxjava.sqlclient.Tuple
 
getDeletedCount() - Method in class io.vertx.ext.mongo.MongoClientBulkWriteResult
Returns the number of deleted documents
getDeliveryTag() - Method in class io.vertx.rabbitmq.RabbitMQConfirmation
 
getDependency() - Method in class io.vertx.core.http.StreamPriority
 
getDeploymentOptions() - Method in class io.vertx.ext.shell.command.base.VerticleDeploy
 
getDeregisterAfter() - Method in class io.vertx.ext.consul.CheckOptions
Get deregister timeout
getDescPadding() - Method in class io.vertx.core.cli.UsageMessageFormatter
 
getDescription() - Method in class io.vertx.core.cli.Argument
 
getDescription() - Method in interface io.vertx.core.cli.CLI
 
getDescription() - Method in class io.vertx.core.cli.Option
 
getDescription() - Method in interface io.vertx.ext.mail.MailAttachment
get the description field
getDescription() - Method in class io.vertx.reactivex.core.cli.CLI
 
getDescription() - Method in class io.vertx.reactivex.ext.mail.MailAttachment
get the description field
getDescription() - Method in class io.vertx.rxjava.core.cli.CLI
 
getDescription() - Method in class io.vertx.rxjava.ext.mail.MailAttachment
get the description field
getDestination() - Method in class io.vertx.ext.stomp.Frame
 
getDestination(String) - Method in interface io.vertx.ext.stomp.StompServerHandler
Gets the destination with the given name.
getDestination(String) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
Gets the destination with the given name.
getDestination(String) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
Gets the destination with the given name.
getDestinations() - Method in interface io.vertx.ext.stomp.StompServerHandler
 
getDestinations() - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
 
getDestinations() - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
 
getDetail() - Method in exception io.vertx.pgclient.PgException
 
getDisabledMetricsCategories() - Method in class io.vertx.micrometer.MicrometerMetricsOptions
 
getDisabledTransports() - Method in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
 
getDiscoverySpi() - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
Should return fully configured discovery options.
getDisplayName() - Method in class io.vertx.config.vault.client.Lookup
 
getDisplayName() - Method in class io.vertx.config.vault.client.TokenRequest
 
getDisposition() - Method in interface io.vertx.ext.mail.MailAttachment
get the disposition field
getDisposition() - Method in class io.vertx.reactivex.ext.mail.MailAttachment
get the disposition field
getDisposition() - Method in class io.vertx.rxjava.ext.mail.MailAttachment
get the disposition field
getDKIMSignOption() - Method in class io.vertx.ext.mail.MailConfig
Gets the DKIM options.
getDKIMSignOptions() - Method in class io.vertx.ext.mail.MailConfig
Gets the DKIM options.
getDnsTtl() - Method in class io.vertx.ext.consul.PreparedQueryDefinition
Get the TTL duration when query results are served over DNS.
getDnsTtl() - Method in class io.vertx.ext.consul.PreparedQueryExecuteResponse
Get the TTL duration when query results are served over DNS.
getDocMatched() - Method in class io.vertx.ext.mongo.MongoClientUpdateResult
Get the number of documents that're matched
getDocModified() - Method in class io.vertx.ext.mongo.MongoClientUpdateResult
Get the number of documents that're modified
getDocument() - Method in class io.vertx.ext.mongo.BulkOperation
Returns the document, used by insert, replace, and update operations
getDocUpsertedId() - Method in class io.vertx.ext.mongo.MongoClientUpdateResult
Get the document id that's upserted
getDomain() - Method in interface io.vertx.core.http.Cookie
 
getDomain() - Method in class io.vertx.ext.auth.webauthn.WebAuthnCredentials
 
getDomain() - Method in class io.vertx.micrometer.Match
 
getDomain() - Method in class io.vertx.micrometer.VertxJmxMetricsOptions
Get the JMX domain under which metrics are published
getDomain() - Method in class io.vertx.reactivex.core.http.Cookie
 
getDomain() - Method in class io.vertx.rxjava.core.http.Cookie
 
getDouble(int) - Method in interface io.vertx.core.buffer.Buffer
Returns the double at position pos in the Buffer.
getDouble(int) - Method in class io.vertx.core.json.JsonArray
Get the Double at position pos in the array,
getDouble(String) - Method in class io.vertx.core.json.JsonObject
Get the Double value with the specified key
getDouble(String, Double) - Method in class io.vertx.core.json.JsonObject
Like JsonObject.getDouble(String) but specifying a default value to return if there is no entry.
getDouble() - Method in interface io.vertx.ext.web.api.RequestParameter
Deprecated.
Returns null if value is not a Double, otherwise it returns value
getDouble() - Method in interface io.vertx.ext.web.validation.RequestParameter
 
getDouble(int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Returns the double at position pos in the Buffer.
getDouble() - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
Deprecated.
getDouble() - Method in class io.vertx.reactivex.ext.web.validation.RequestParameter
 
getDouble(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get a double value for the given column.
getDouble(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get a double value at pos.
getDouble(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Returns the double at position pos in the Buffer.
getDouble() - Method in class io.vertx.rxjava.ext.web.api.RequestParameter
Deprecated.
getDouble() - Method in class io.vertx.rxjava.ext.web.validation.RequestParameter
 
getDouble(String) - Method in class io.vertx.rxjava.sqlclient.Row
Get a double value for the given column.
getDouble(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
Get a double value at pos.
getDouble(String) - Method in interface io.vertx.sqlclient.Row
Get a double value for the given column.
getDouble(int) - Method in interface io.vertx.sqlclient.Tuple
Get a double value at pos.
getDurationUnit() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxTimerMBean
 
getEbBytesRead() - Method in class io.vertx.micrometer.MetricsNaming
 
getEbBytesWritten() - Method in class io.vertx.micrometer.MetricsNaming
 
getEbDelivered() - Method in class io.vertx.micrometer.MetricsNaming
 
getEbDiscarded() - Method in class io.vertx.micrometer.MetricsNaming
 
getEbHandlers() - Method in class io.vertx.micrometer.MetricsNaming
 
getEbPending() - Method in class io.vertx.micrometer.MetricsNaming
 
getEbProcessed() - Method in class io.vertx.micrometer.MetricsNaming
 
getEbPublished() - Method in class io.vertx.micrometer.MetricsNaming
 
getEbReceived() - Method in class io.vertx.micrometer.MetricsNaming
 
getEbReplyFailures() - Method in class io.vertx.micrometer.MetricsNaming
 
getEbSent() - Method in class io.vertx.micrometer.MetricsNaming
 
getEmail() - Method in class io.vertx.ext.mail.mailencoder.EmailAddress
get the email part of the address
getEmbeddedServerEndpoint() - Method in class io.vertx.micrometer.VertxPrometheusOptions
Get the HTTP endpoint used if an embedded server is configured
getEmbeddedServerOptions() - Method in class io.vertx.micrometer.VertxPrometheusOptions
Get the HTTP server options of the embedded server, if any
getEnabledCipherSuites() - Method in class io.vertx.core.net.TCPSSLOptions
 
getEnabledSecureTransportProtocols() - Method in class io.vertx.core.net.TCPSSLOptions
Returns the enabled SSL/TLS protocols
getEndpoint() - Method in class io.vertx.redis.client.RedisOptions
Gets the redis endpoint to use
getEndpoint() - Method in class io.vertx.servicediscovery.types.HttpLocation
 
getEndpoints() - Method in class io.vertx.redis.client.RedisOptions
Gets the list of redis endpoints to use (mostly used while connecting to a cluster)
getEntries() - Method in class io.vertx.kafka.admin.Config
 
getErr() - Method in class io.vertx.ext.consul.Coordinate
Get error
getError(int) - Method in class io.vertx.ext.consul.TxnResponse
Returns the errors at the specified position in this list
getErrorCode() - Method in class io.vertx.core.http.GoAway
 
getErrorCode() - Method in exception io.vertx.db2client.DB2Exception
Get the error code in the error message sent from DB2 server.
getErrorCode() - Method in exception io.vertx.mysqlclient.MySQLException
Get the error code in the error message sent from MySQL server.
getErrorMessage() - Method in interface io.vertx.ext.web.validation.RequestPredicateResult
Get error of failure
getErrorMessage() - Method in exception io.vertx.pgclient.PgException
 
getErrorMessage() - Method in class io.vertx.reactivex.ext.web.validation.RequestPredicateResult
Get error of failure
getErrorMessage() - Method in class io.vertx.rxjava.ext.web.validation.RequestPredicateResult
Get error of failure
getErrors() - Method in class io.vertx.ext.consul.TxnResponse
Returns list of transaction errors
getErrorsSize() - Method in class io.vertx.ext.consul.TxnResponse
Returns the number of errors in this response
getErrorType() - Method in exception io.vertx.ext.web.validation.BodyProcessorException
 
getErrorType() - Method in exception io.vertx.ext.web.validation.ParameterProcessorException
 
getEventBusOptions() - Method in class io.vertx.core.VertxOptions
 
getEventLoopPoolSize() - Method in class io.vertx.core.VertxOptions
Get the number of event loop threads to be used by the Vert.x instance.
getExclusions() - Method in class io.vertx.maven.resolver.ResolutionOptions
 
getExecutionInfo() - Method in interface io.vertx.cassandra.ResultSet
 
getExecutionInfo() - Method in class io.vertx.reactivex.cassandra.ResultSet
 
getExecutionInfo() - Method in class io.vertx.rxjava.cassandra.ResultSet
 
getExpected() - Method in exception io.vertx.core.cli.MissingOptionException
 
getExpireAfter(TimeUnit) - Method in class io.vertx.ext.mongo.IndexOptions
Gets the time to live for documents in the collection
getExpiresInSeconds() - Method in class io.vertx.ext.auth.JWTOptions
 
getExpireTime() - Method in class io.vertx.ext.mail.DKIMSignOptions
Gets the expire time in seconds when the signature sign will be expired.
getExpiryPolicy() - Method in class io.vertx.spi.cluster.ignite.IgniteCacheOptions
Gets cache expiry policy object.
getExplicitMaxTTL() - Method in class io.vertx.config.vault.client.Lookup
 
getExtensions() - Method in class io.vertx.ext.auth.webauthn.WebAuthnOptions
 
getExtensionTarget() - Method in class io.vertx.ext.web.Http2PushMapping
 
getExtra() - Method in class io.vertx.ext.auth.oauth2.Oauth2Credentials
 
getExtra() - Method in class io.vertx.ext.web.api.OperationRequest
Deprecated.
Get extra payload
getExtra() - Method in class io.vertx.ext.web.api.service.ServiceRequest
Get extra payload
getExtraClasspath() - Method in class io.vertx.core.DeploymentOptions
Deprecated.
getExtraParameters() - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
Extra parameters to send to the provider
getExtraSettings() - Method in class io.vertx.core.http.Http2Settings
 
getFactory() - Method in class io.vertx.core.metrics.MetricsOptions
Get the metrics factory to be used when metrics are enabled.
getFactory() - Method in class io.vertx.core.tracing.TracingOptions
Get the tracer factory to be used when tracing are enabled.
getFailovers() - Method in class io.vertx.ext.consul.PreparedQueryExecuteResponse
Get the number of remote datacenters that were queried while executing the query.
getFailure() - Method in class io.vertx.ext.healthchecks.CheckResult
 
getFailuresRollingWindow() - Method in class io.vertx.circuitbreaker.CircuitBreakerOptions
 
getFetchDirection() - Method in class io.vertx.ext.sql.SQLOptions
 
getFetchSize() - Method in class io.vertx.ext.sql.SQLOptions
 
getFields() - Method in class io.vertx.ext.mongo.FindOptions
Get the fields
getFifteenMinuteRate() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxMeterMBean
 
getFile() - Method in exception io.vertx.pgclient.PgException
 
getFileCacheDir() - Method in class io.vertx.core.file.FileSystemOptions
 
getFilePath() - Method in class io.vertx.ext.web.Http2PushMapping
 
getFileSystemOptions() - Method in class io.vertx.core.VertxOptions
 
getFilter() - Method in class io.vertx.ext.mongo.BulkOperation
Returns the filter document, used by replace, update, and delete operations
getFirstKey() - Method in class io.vertx.reactivex.redis.client.Command
 
getFirstKey() - Method in interface io.vertx.redis.client.Command
 
getFirstKey() - Method in class io.vertx.rxjava.redis.client.Command
 
getFiveMinuteRate() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxMeterMBean
 
getFlags() - Method in class io.vertx.ext.consul.KeyValue
Get the flags attached to this entry.
getFlags() - Method in class io.vertx.ext.consul.KeyValueOptions
Get the flags.
getFlags() - Method in class io.vertx.ext.consul.TxnKVOperation
Get the flags attached to this entry.
getFloat(int) - Method in interface io.vertx.core.buffer.Buffer
Returns the float at position pos in the Buffer.
getFloat(int) - Method in class io.vertx.core.json.JsonArray
Get the Float at position pos in the array,
getFloat(String) - Method in class io.vertx.core.json.JsonObject
Get the Float value with the specified key
getFloat(String, Float) - Method in class io.vertx.core.json.JsonObject
Like JsonObject.getFloat(String) but specifying a default value to return if there is no entry.
getFloat() - Method in interface io.vertx.ext.web.api.RequestParameter
Deprecated.
Returns null if value is not a Float, otherwise it returns value
getFloat() - Method in interface io.vertx.ext.web.validation.RequestParameter
 
getFloat(int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Returns the float at position pos in the Buffer.
getFloat() - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
Deprecated.
getFloat() - Method in class io.vertx.reactivex.ext.web.validation.RequestParameter
 
getFloat(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get a float value for the given column.
getFloat(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get a float value at pos.
getFloat(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Returns the float at position pos in the Buffer.
getFloat() - Method in class io.vertx.rxjava.ext.web.api.RequestParameter
Deprecated.
getFloat() - Method in class io.vertx.rxjava.ext.web.validation.RequestParameter
 
getFloat(String) - Method in class io.vertx.rxjava.sqlclient.Row
Get a float value for the given column.
getFloat(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
Get a float value at pos.
getFloat(String) - Method in interface io.vertx.sqlclient.Row
Get a float value for the given column.
getFloat(int) - Method in interface io.vertx.sqlclient.Tuple
Get a float value at pos.
getFlow() - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
 
getFlowType() - Method in interface io.vertx.ext.auth.oauth2.OAuth2Auth
Deprecated.
getFlowType() - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
Deprecated.
getFlowType() - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
Deprecated.
getFollowRedirects() - Method in class io.vertx.core.http.RequestOptions
 
getFormat() - Method in class io.vertx.config.ConfigStoreOptions
 
getFormat() - Method in class io.vertx.ext.unit.report.ReportOptions
 
getFormAttribute(String) - Method in interface io.vertx.core.http.HttpServerRequest
Return the first form attribute value with the specified name
getFormAttribute(String) - Method in class io.vertx.reactivex.core.http.HttpServerRequest
Return the first form attribute value with the specified name
getFormAttribute(String) - Method in class io.vertx.rxjava.core.http.HttpServerRequest
Return the first form attribute value with the specified name
getFrom() - Method in class io.vertx.ext.mail.MailMessage
get from address of this mail
getGeometries() - Method in class io.vertx.mysqlclient.data.spatial.GeometryCollection
 
getGrantType() - Method in enum io.vertx.ext.auth.oauth2.OAuth2FlowType
 
getGraphQLUri() - Method in class io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions
 
getGroupId() - Method in class io.vertx.kafka.admin.ConsumerGroupDescription
 
getGroupId() - Method in class io.vertx.kafka.admin.ConsumerGroupListing
 
getGroupName() - Method in class io.vertx.spi.cluster.ignite.IgniteCacheOptions
Gets the cache group name.
getGrpc() - Method in class io.vertx.ext.consul.CheckOptions
Specifies a gRPC check's endpoint that supports the standard gRPC health checking protocol.
getHAGroup() - Method in class io.vertx.core.VertxOptions
Get the HA group to be used when HA is enabled.
getHandlebars() - Method in interface io.vertx.ext.web.templ.handlebars.HandlebarsTemplateEngine
Deprecated.
see TemplateEngine.unwrap() Get a reference to the internal Handlebars object so it can be configured.
getHandshakeTimeout() - Method in class io.vertx.rabbitmq.RabbitMQOptions
 
getHashedStoredPwd(JsonArray) - Method in interface io.vertx.ext.auth.jdbc.JDBCHashStrategy
Deprecated.
Retrieve the hashed password from the result of the authentication query
getHashedStoredPwd(JsonArray) - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCHashStrategy
Deprecated.
getHashedStoredPwd(JsonArray) - Method in class io.vertx.rxjava.ext.auth.jdbc.JDBCHashStrategy
Deprecated.
getHashStrategy() - Method in interface io.vertx.ext.auth.mongo.MongoAuth
Deprecated.
The HashStrategy which is used by the current instance
getHashStrategy() - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
Deprecated.
getHashStrategy() - Method in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
Deprecated.
getHazelcastInstance() - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
 
getHeader(String) - Method in interface io.vertx.core.http.HttpClientResponse
Return the first header value with the specified name
getHeader(CharSequence) - Method in interface io.vertx.core.http.HttpClientResponse
Return the first header value with the specified name
getHeader(String) - Method in interface io.vertx.core.http.HttpServerRequest
Return the first header value with the specified name
getHeader(CharSequence) - Method in interface io.vertx.core.http.HttpServerRequest
Return the first header value with the specified name
getHeader() - Method in class io.vertx.ext.auth.JWTOptions
 
getHeader(String) - Method in interface io.vertx.ext.auth.oauth2.OAuth2Response
Deprecated.
Looks up a HTTP response header by name, in case where the response is a list of headers, the first one is returned.
getHeader(String) - Method in class io.vertx.ext.stomp.Frame
Gets the value of the header with the given name.
getHeader(String) - Method in interface io.vertx.ext.web.client.HttpResponse
Return the first header value with the specified name
getHeader(String) - Method in class io.vertx.reactivex.core.http.HttpClientResponse
Return the first header value with the specified name
getHeader(CharSequence) - Method in class io.vertx.reactivex.core.http.HttpClientResponse
Return the first header value with the specified name
getHeader(String) - Method in class io.vertx.reactivex.core.http.HttpServerRequest
Return the first header value with the specified name
getHeader(CharSequence) - Method in class io.vertx.reactivex.core.http.HttpServerRequest
Return the first header value with the specified name
getHeader(String) - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Response
Deprecated.
getHeader(String) - Method in class io.vertx.reactivex.ext.web.client.HttpResponse
Return the first header value with the specified name
getHeader(String) - Method in class io.vertx.rxjava.core.http.HttpClientResponse
Return the first header value with the specified name
getHeader(CharSequence) - Method in class io.vertx.rxjava.core.http.HttpClientResponse
Return the first header value with the specified name
getHeader(String) - Method in class io.vertx.rxjava.core.http.HttpServerRequest
Return the first header value with the specified name
getHeader(CharSequence) - Method in class io.vertx.rxjava.core.http.HttpServerRequest
Return the first header value with the specified name
getHeader(String) - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Response
Deprecated.
getHeader(String) - Method in class io.vertx.rxjava.ext.web.client.HttpResponse
Return the first header value with the specified name
getHeaderCanonAlgo() - Method in class io.vertx.ext.mail.DKIMSignOptions
Gets the canonicalization algorithm for signed headers.
getHeaders() - Method in class io.vertx.core.eventbus.DeliveryOptions
Get the message headers
getHeaders() - Method in class io.vertx.core.http.RequestOptions
Get the request headers
getHeaders() - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
Custom headers to send along with every request.
getHeaders() - Method in class io.vertx.ext.consul.CheckOptions
Get header map
getHeaders() - Method in interface io.vertx.ext.mail.MailAttachment
Get the headers to be added for this attachment.
getHeaders() - Method in class io.vertx.ext.mail.MailMessage
Get the headers.
getHeaders() - Method in class io.vertx.ext.stomp.Frame
Gets the frame headers.
getHeaders() - Method in class io.vertx.ext.web.api.OperationRequest
Deprecated.
Get request headers
getHeaders() - Method in class io.vertx.ext.web.api.OperationResponse
Deprecated.
 
getHeaders() - Method in class io.vertx.ext.web.api.service.ServiceRequest
Get request headers
getHeaders() - Method in class io.vertx.ext.web.api.service.ServiceResponse
 
getHeaders() - Method in class io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions
 
getHeaders() - Method in class io.vertx.reactivex.ext.mail.MailAttachment
Get the headers to be added for this attachment.
getHeaders() - Method in class io.vertx.rxjava.ext.mail.MailAttachment
Get the headers to be added for this attachment.
getHeaderTableSize() - Method in class io.vertx.core.http.Http2Settings
 
getHeartbeat() - Method in class io.vertx.ext.stomp.StompClientOptions
Gets the heartbeat configuration.
getHeartbeat() - Method in class io.vertx.ext.stomp.StompServerOptions
Gets the heartbeat configuration.
getHeartbeatInterval() - Method in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
 
getHeight() - Method in class io.vertx.ext.consul.Coordinate
Get height
getHint() - Method in exception io.vertx.pgclient.PgException
 
getHost() - Method in class io.vertx.amqp.AmqpClientOptions
 
getHost() - Method in class io.vertx.core.dns.DnsClientOptions
Get the host name to be used by this client in requests.
getHost() - Method in class io.vertx.core.eventbus.EventBusOptions
 
getHost() - Method in interface io.vertx.core.http.HttpClientRequest
 
getHost() - Method in class io.vertx.core.http.RequestOptions
Get the host name to be used by the client request.
getHost() - Method in class io.vertx.core.net.NetServerOptions
 
getHost() - Method in class io.vertx.core.net.ProxyOptions
Get proxy host.
getHost() - Method in class io.vertx.ext.consul.ConsulClientOptions
Get Consul host.
getHost() - Method in class io.vertx.ext.shell.term.SSHTermOptions
 
getHost() - Method in class io.vertx.ext.stomp.StompClientOptions
Gets the STOMP server host.
getHost() - Method in class io.vertx.kafka.admin.MemberDescription
 
getHost() - Method in class io.vertx.kafka.client.common.Node
 
getHost() - Method in class io.vertx.rabbitmq.RabbitMQOptions
 
getHost() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
 
getHost() - Method in class io.vertx.rxjava.core.http.HttpClientRequest
 
getHost() - Method in class io.vertx.servicediscovery.types.HttpLocation
 
getHost() - Method in class io.vertx.sqlclient.SqlConnectOptions
Get the host for connecting to the server.
getHostname() - Method in class io.vertx.ext.mail.MailConfig
get the hostname of the mailserver
getHostnameVerificationAlgorithm() - Method in class io.vertx.core.net.NetClientOptions
 
getHostsPath() - Method in class io.vertx.core.dns.AddressResolverOptions
 
getHostsValue() - Method in class io.vertx.core.dns.AddressResolverOptions
 
getHours() - Method in class io.vertx.pgclient.data.Interval
 
getHtml() - Method in class io.vertx.ext.mail.MailMessage
get the html text of this mail
getHtpasswdFile() - Method in class io.vertx.ext.auth.htpasswd.HtpasswdAuthOptions
 
getHttp() - Method in class io.vertx.ext.consul.CheckOptions
Get HTTP address
getHttp2ConnectionWindowSize() - Method in class io.vertx.core.http.HttpClientOptions
 
getHttp2ConnectionWindowSize() - Method in class io.vertx.core.http.HttpServerOptions
 
getHttp2KeepAliveTimeout() - Method in class io.vertx.core.http.HttpClientOptions
 
getHttp2MaxPoolSize() - Method in class io.vertx.core.http.HttpClientOptions
Get the maximum pool size for HTTP/2 connections
getHttp2MultiplexingLimit() - Method in class io.vertx.core.http.HttpClientOptions
 
getHttpActiveRequests() - Method in class io.vertx.micrometer.MetricsNaming
 
getHttpActiveWsConnections() - Method in class io.vertx.micrometer.MetricsNaming
 
getHttpClientOptions() - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
 
getHttpMethod() - Method in interface io.vertx.ext.web.openapi.Operation
 
getHttpMethod() - Method in class io.vertx.reactivex.ext.web.openapi.Operation
 
getHttpOptions() - Method in class io.vertx.ext.shell.ShellServiceOptions
 
getHttpProxy() - Method in class io.vertx.maven.ResolverOptions
 
getHttpQueuePending() - Method in class io.vertx.micrometer.MetricsNaming
 
getHttpQueueTime() - Method in class io.vertx.micrometer.MetricsNaming
 
getHttpRequestBytes() - Method in class io.vertx.micrometer.MetricsNaming
 
getHttpRequestResetsCount() - Method in class io.vertx.micrometer.MetricsNaming
 
getHttpRequestsCount() - Method in class io.vertx.micrometer.MetricsNaming
 
getHttpResponseBytes() - Method in class io.vertx.micrometer.MetricsNaming
 
getHttpResponsesCount() - Method in class io.vertx.micrometer.MetricsNaming
 
getHttpResponseTime() - Method in class io.vertx.micrometer.MetricsNaming
 
getHttpsProxy() - Method in class io.vertx.maven.ResolverOptions
 
getIcon() - Method in class io.vertx.ext.auth.webauthn.RelyingParty
 
getId() - Method in class io.vertx.config.vault.client.Lookup
 
getId() - Method in class io.vertx.config.vault.client.TokenRequest
 
getId() - Method in interface io.vertx.ext.auth.authorization.AuthorizationProvider
returns the id of the authorization provider
getId() - Method in class io.vertx.ext.auth.PubSecKeyOptions
 
getId() - Method in class io.vertx.ext.auth.webauthn.RelyingParty
 
getId() - Method in class io.vertx.ext.consul.AclToken
Get ID of token
getId() - Method in class io.vertx.ext.consul.Check
Get the ID of check
getId() - Method in class io.vertx.ext.consul.CheckOptions
Get check ID
getId() - Method in class io.vertx.ext.consul.Event
Get ID of event
getId() - Method in class io.vertx.ext.consul.MaintenanceOptions
Get the ID of service
getId() - Method in class io.vertx.ext.consul.PreparedQueryDefinition
Get ID of the query
getId() - Method in class io.vertx.ext.consul.Service
Get ID of service
getId() - Method in class io.vertx.ext.consul.ServiceOptions
Get the ID of session
getId() - Method in class io.vertx.ext.consul.Session
Get the ID of session
getId() - Method in class io.vertx.ext.healthchecks.CheckResult
 
getId() - Method in class io.vertx.ext.stomp.Frame
 
getId() - Method in class io.vertx.kafka.client.common.Node
 
getId() - Method in class io.vertx.reactivex.ext.auth.authorization.AuthorizationProvider
returns the id of the authorization provider
getId() - Method in class io.vertx.rxjava.ext.auth.authorization.AuthorizationProvider
returns the id of the authorization provider
getIdleConnectionTimeout() - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
getIdleTimeout() - Method in class io.vertx.core.net.TCPSSLOptions
 
getIdleTimeout() - Method in class io.vertx.jdbcclient.JDBCConnectOptions
 
getIdleTimeout() - Method in class io.vertx.sqlclient.PoolOptions
 
getIdleTimeoutUnit() - Method in class io.vertx.core.net.TCPSSLOptions
 
getIdleTimeoutUnit() - Method in class io.vertx.sqlclient.PoolOptions
 
getIdString() - Method in class io.vertx.kafka.client.common.Node
 
getIfEligible(Class<T>) - Static method in class io.vertx.core.cli.converters.ConstructorBasedConverter
Checks whether the given class can be used by the ConstructorBasedConverter (i.e.
getIfEligible(Class<T>) - Static method in class io.vertx.core.cli.converters.FromBasedConverter
Checks whether the given class can be used by the FromBasedConverter (i.e.
getIfEligible(Class<T>) - Static method in class io.vertx.core.cli.converters.FromStringBasedConverter
Checks whether the given class can be used by the FromStringBasedConverter (i.e.
getIfEligible(Class<T>) - Static method in class io.vertx.core.cli.converters.ValueOfBasedConverter
Checks whether the given class can be used by the ValueOfBasedConverter (i.e.
getIgniteInstance() - Method in class io.vertx.spi.cluster.ignite.IgniteClusterManager
Returns instance of Ignite.
getInBinary() - Method in class io.vertx.ext.shell.term.TelnetTermOptions
 
getInboundMappings() - Method in class io.vertx.camel.CamelBridgeOptions
 
getInboundPermitteds() - Method in class io.vertx.ext.bridge.BridgeOptions
 
getIncludeProperties() - Method in class io.vertx.rabbitmq.RabbitMQOptions
 
getIndex() - Method in class io.vertx.core.cli.Argument
 
getIndex() - Method in class io.vertx.ext.consul.BlockingQueryOptions
Get index
getIndex() - Method in class io.vertx.ext.consul.CheckList
Get Consul index
getIndex() - Method in class io.vertx.ext.consul.CoordinateList
Get Consul index
getIndex() - Method in class io.vertx.ext.consul.EventList
Get Consul index
getIndex() - Method in class io.vertx.ext.consul.KeyValueList
Get Consul index
getIndex() - Method in class io.vertx.ext.consul.NodeList
Get Consul index
getIndex() - Method in class io.vertx.ext.consul.ServiceEntryList
Get Consul index
getIndex() - Method in class io.vertx.ext.consul.ServiceList
Get Consul index
getIndex() - Method in class io.vertx.ext.consul.Session
Get Consul index
getIndex() - Method in class io.vertx.ext.consul.SessionList
Get Consul index
getIndex() - Method in class io.vertx.ext.consul.TxnKVOperation
Get the index used for locking, unlocking, and check-and-set operations.
getInfluxDbOptions() - Method in class io.vertx.micrometer.MicrometerMetricsOptions
Get the specific options for InfluxDB reporting.
getInitialSettings() - Method in class io.vertx.core.http.HttpClientOptions
 
getInitialSettings() - Method in class io.vertx.core.http.HttpServerOptions
 
getInitialWindowSize() - Method in class io.vertx.core.http.Http2Settings
 
getInlineAttachment() - Method in class io.vertx.ext.mail.MailMessage
get the list of inline attachments of this mail
getInsertedCount() - Method in class io.vertx.ext.mongo.MongoClientBulkWriteResult
Returns the number of inserted documents
getInstance() - Static method in class io.vertx.json.schema.common.FalseSchema
 
getInstance() - Static method in class io.vertx.json.schema.common.NoopValidatorContext
 
getInstance() - Static method in class io.vertx.json.schema.common.TrueSchema
 
getInstanceCount() - Method in interface io.vertx.core.Context
 
getInstanceCount() - Method in class io.vertx.reactivex.core.Context
 
getInstanceCount() - Method in class io.vertx.rxjava.core.Context
 
getInstances() - Method in class io.vertx.core.DeploymentOptions
Get the number of instances that should be deployed.
getInstant(int) - Method in class io.vertx.core.json.JsonArray
Get the Instant at position pos in the array.
getInstant(String) - Method in class io.vertx.core.json.JsonObject
Get the instant value with the specified key.
getInstant(String, Instant) - Method in class io.vertx.core.json.JsonObject
Like JsonObject.getInstant(String) but specifying a default value to return if there is no entry.
getInstantThroughput() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxThroughputMeterMBean
 
getInstantThroughput() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxThroughputTimerMBean
 
getInSyncReplicas() - Method in class io.vertx.kafka.client.common.PartitionInfo
 
getInt(int) - Method in interface io.vertx.core.buffer.Buffer
Returns the int at position pos in the Buffer.
getInt(int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Returns the int at position pos in the Buffer.
getInt(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Returns the int at position pos in the Buffer.
getInteger(int) - Method in class io.vertx.core.json.JsonArray
Get the Integer at position pos in the array,
getInteger(String) - Method in class io.vertx.core.json.JsonObject
Get the Integer value with the specified key
getInteger(String, Integer) - Method in class io.vertx.core.json.JsonObject
Like JsonObject.getInteger(String) but specifying a default value to return if there is no entry.
getInteger() - Method in interface io.vertx.ext.web.api.RequestParameter
Deprecated.
Returns null if value is not an Integer, otherwise it returns value
getInteger() - Method in interface io.vertx.ext.web.validation.RequestParameter
 
getInteger() - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
Deprecated.
getInteger() - Method in class io.vertx.reactivex.ext.web.validation.RequestParameter
 
getInteger(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get an integer value for the given column.
getInteger(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get an integer value at pos.
getInteger() - Method in class io.vertx.rxjava.ext.web.api.RequestParameter
Deprecated.
getInteger() - Method in class io.vertx.rxjava.ext.web.validation.RequestParameter
 
getInteger(String) - Method in class io.vertx.rxjava.sqlclient.Row
Get an integer value for the given column.
getInteger(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
Get an integer value at pos.
getInteger(String) - Method in interface io.vertx.sqlclient.Row
Get an integer value for the given column.
getInteger(int) - Method in interface io.vertx.sqlclient.Tuple
Get an integer value at pos.
getInternalBlockingPoolSize() - Method in class io.vertx.core.VertxOptions
Get the value of internal blocking pool size.
getInternalPosition() - Method in exception io.vertx.pgclient.PgException
 
getInternalQuery() - Method in exception io.vertx.pgclient.PgException
 
getInternalStatistics(Handler<AsyncResult<String>>) - Method in interface io.vertx.mysqlclient.MySQLConnection
Send a STATISTICS command to get a human readable string of the server internal status.
getInternalStatistics() - Method in interface io.vertx.mysqlclient.MySQLConnection
Like MySQLConnection.getInternalStatistics(Handler) but returns a Future of the asynchronous result
getInternalStatistics(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.mysqlclient.MySQLConnection
Send a STATISTICS command to get a human readable string of the server internal status.
getInternalStatistics() - Method in class io.vertx.reactivex.mysqlclient.MySQLConnection
Send a STATISTICS command to get a human readable string of the server internal status.
getInternalStatistics(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.mysqlclient.MySQLConnection
Send a STATISTICS command to get a human readable string of the server internal status.
getInternalStatistics() - Method in class io.vertx.rxjava.mysqlclient.MySQLConnection
Send a STATISTICS command to get a human readable string of the server internal status.
getInterval() - Method in class io.vertx.ext.consul.CheckOptions
Get checking interval
getInterval() - Method in class io.vertx.reactivex.redis.client.Command
 
getInterval() - Method in interface io.vertx.redis.client.Command
 
getInterval() - Method in class io.vertx.rxjava.redis.client.Command
 
getIntLE(int) - Method in interface io.vertx.core.buffer.Buffer
Gets a 32-bit integer at the specified absolute index in this buffer with Little Endian Byte Order.
getIntLE(int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Gets a 32-bit integer at the specified absolute index in this buffer with Little Endian Byte Order.
getIntLE(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Gets a 32-bit integer at the specified absolute index in this buffer with Little Endian Byte Order.
getIntputrc() - Method in class io.vertx.ext.shell.term.HttpTermOptions
 
getIntputrc() - Method in class io.vertx.ext.shell.term.SSHTermOptions
 
getIntputrc() - Method in class io.vertx.ext.shell.term.TelnetTermOptions
 
getIntrospectionPath() - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
The provider token introspection resource path
getIsolatedClasses() - Method in class io.vertx.core.DeploymentOptions
Deprecated.
getIsolationGroup() - Method in class io.vertx.core.DeploymentOptions
Deprecated.
getIsr() - Method in class io.vertx.kafka.client.common.TopicPartitionInfo
 
getIssuer() - Method in class io.vertx.ext.auth.JWTOptions
 
getItemList() - Method in class io.vertx.json.schema.common.dsl.TupleSchemaBuilder
 
getJadeConfiguration() - Method in interface io.vertx.ext.web.templ.jade.JadeTemplateEngine
Deprecated.
see TemplateEngine.unwrap() Get a reference to the internal JadeConfiguration object so it can be configured.
getJDBCClient(ServiceDiscovery, JsonObject, Handler<AsyncResult<JDBCClient>>) - Static method in class io.vertx.reactivex.servicediscovery.types.JDBCDataSource
Convenient method that looks for a JDBC datasource source and provides the configured JDBCClient.
getJDBCClient(ServiceDiscovery, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.JDBCDataSource
Convenient method that looks for a JDBC datasource source and provides the configured JDBCClient.
getJDBCClient(ServiceDiscovery, Function<Record, Boolean>, Handler<AsyncResult<JDBCClient>>) - Static method in class io.vertx.reactivex.servicediscovery.types.JDBCDataSource
Convenient method that looks for a JDBC datasource source and provides the configured JDBCClient.
getJDBCClient(ServiceDiscovery, Function<Record, Boolean>) - Static method in class io.vertx.reactivex.servicediscovery.types.JDBCDataSource
Convenient method that looks for a JDBC datasource source and provides the configured JDBCClient.
getJDBCClient(ServiceDiscovery, JsonObject, JsonObject, Handler<AsyncResult<JDBCClient>>) - Static method in class io.vertx.reactivex.servicediscovery.types.JDBCDataSource
Convenient method that looks for a JDBC datasource source and provides the configured JDBCClient.
getJDBCClient(ServiceDiscovery, JsonObject, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.JDBCDataSource
Convenient method that looks for a JDBC datasource source and provides the configured JDBCClient.
getJDBCClient(ServiceDiscovery, Function<Record, Boolean>, JsonObject, Handler<AsyncResult<JDBCClient>>) - Static method in class io.vertx.reactivex.servicediscovery.types.JDBCDataSource
Convenient method that looks for a JDBC datasource source and provides the configured JDBCClient.
getJDBCClient(ServiceDiscovery, Function<Record, Boolean>, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.JDBCDataSource
Convenient method that looks for a JDBC datasource source and provides the configured JDBCClient.
getJDBCClient(ServiceDiscovery, JsonObject, Handler<AsyncResult<JDBCClient>>) - Static method in class io.vertx.rxjava.servicediscovery.types.JDBCDataSource
Convenient method that looks for a JDBC datasource source and provides the configured JDBCClient.
getJDBCClient(ServiceDiscovery, JsonObject) - Static method in class io.vertx.rxjava.servicediscovery.types.JDBCDataSource
Convenient method that looks for a JDBC datasource source and provides the configured JDBCClient.
getJDBCClient(ServiceDiscovery, Function<Record, Boolean>, Handler<AsyncResult<JDBCClient>>) - Static method in class io.vertx.rxjava.servicediscovery.types.JDBCDataSource
Convenient method that looks for a JDBC datasource source and provides the configured JDBCClient.
getJDBCClient(ServiceDiscovery, Function<Record, Boolean>) - Static method in class io.vertx.rxjava.servicediscovery.types.JDBCDataSource
Convenient method that looks for a JDBC datasource source and provides the configured JDBCClient.
getJDBCClient(ServiceDiscovery, JsonObject, JsonObject, Handler<AsyncResult<JDBCClient>>) - Static method in class io.vertx.rxjava.servicediscovery.types.JDBCDataSource
Convenient method that looks for a JDBC datasource source and provides the configured JDBCClient.
getJDBCClient(ServiceDiscovery, JsonObject, JsonObject) - Static method in class io.vertx.rxjava.servicediscovery.types.JDBCDataSource
Convenient method that looks for a JDBC datasource source and provides the configured JDBCClient.
getJDBCClient(ServiceDiscovery, Function<Record, Boolean>, JsonObject, Handler<AsyncResult<JDBCClient>>) - Static method in class io.vertx.rxjava.servicediscovery.types.JDBCDataSource
Convenient method that looks for a JDBC datasource source and provides the configured JDBCClient.
getJDBCClient(ServiceDiscovery, Function<Record, Boolean>, JsonObject) - Static method in class io.vertx.rxjava.servicediscovery.types.JDBCDataSource
Convenient method that looks for a JDBC datasource source and provides the configured JDBCClient.
getJDBCClient(ServiceDiscovery, JsonObject, Handler<AsyncResult<JDBCClient>>) - Static method in interface io.vertx.servicediscovery.types.JDBCDataSource
Convenient method that looks for a JDBC datasource source and provides the configured JDBCClient.
getJDBCClient(ServiceDiscovery, JsonObject) - Static method in interface io.vertx.servicediscovery.types.JDBCDataSource
getJDBCClient(ServiceDiscovery, Function<Record, Boolean>, Handler<AsyncResult<JDBCClient>>) - Static method in interface io.vertx.servicediscovery.types.JDBCDataSource
Convenient method that looks for a JDBC datasource source and provides the configured JDBCClient.
getJDBCClient(ServiceDiscovery, Function<Record, Boolean>) - Static method in interface io.vertx.servicediscovery.types.JDBCDataSource
getJDBCClient(ServiceDiscovery, JsonObject, JsonObject, Handler<AsyncResult<JDBCClient>>) - Static method in interface io.vertx.servicediscovery.types.JDBCDataSource
Convenient method that looks for a JDBC datasource source and provides the configured JDBCClient.
getJDBCClient(ServiceDiscovery, JsonObject, JsonObject) - Static method in interface io.vertx.servicediscovery.types.JDBCDataSource
getJDBCClient(ServiceDiscovery, Function<Record, Boolean>, JsonObject, Handler<AsyncResult<JDBCClient>>) - Static method in interface io.vertx.servicediscovery.types.JDBCDataSource
Convenient method that looks for a JDBC datasource source and provides the configured JDBCClient.
getJDBCClient(ServiceDiscovery, Function<Record, Boolean>, JsonObject) - Static method in interface io.vertx.servicediscovery.types.JDBCDataSource
getJdbcUrl() - Method in class io.vertx.jdbcclient.JDBCConnectOptions
 
getJdkSslEngineOptions() - Method in class io.vertx.core.net.TCPSSLOptions
 
getJksKeyCertOptions() - Method in class io.vertx.spi.cluster.ignite.IgniteSslOptions
 
getJksTrustOptions() - Method in class io.vertx.spi.cluster.ignite.IgniteSslOptions
 
getJmxDomain() - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
Get the JMX domain to use when JMX metrics are enabled.
getJmxMetricsOptions() - Method in class io.vertx.micrometer.MicrometerMetricsOptions
Get the specific options for JMX reporting.
getJob(int) - Method in interface io.vertx.ext.shell.system.JobController
Returns an active job in this session by its id.
getJob(int) - Method in class io.vertx.reactivex.ext.shell.system.JobController
Returns an active job in this session by its .
getJob(int) - Method in class io.vertx.rxjava.ext.shell.system.JobController
Returns an active job in this session by its .
getJson() - Method in class io.vertx.json.schema.common.FalseSchema
 
getJson() - Method in class io.vertx.json.schema.common.SchemaImpl
 
getJson() - Method in class io.vertx.json.schema.common.TrueSchema
 
getJson() - Method in interface io.vertx.json.schema.Schema
 
getJson() - Method in class io.vertx.reactivex.json.schema.Schema
 
getJson(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get a JSON element for the given column, the element might be #JSON_NULL null or one of the following types: String Number JsonObject JsonArray Boolean
getJson(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get a JSON element at pos, the element might be #JSON_NULL null or one of the following types: String Number JsonObject JsonArray Boolean
getJson() - Method in class io.vertx.rxjava.json.schema.Schema
 
getJson(String) - Method in class io.vertx.rxjava.sqlclient.Row
Get a JSON element for the given column, the element might be #JSON_NULL null or one of the following types: String Number JsonObject JsonArray Boolean
getJson(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
Get a JSON element at pos, the element might be #JSON_NULL null or one of the following types: String Number JsonObject JsonArray Boolean
getJson(String) - Method in interface io.vertx.sqlclient.Row
Get a JSON element for the given column, the element might be null or one of the following types: String Number JsonObject JsonArray Boolean
getJson(int) - Method in interface io.vertx.sqlclient.Tuple
Get a JSON element at pos, the element might be null or one of the following types: String Number JsonObject JsonArray Boolean
getJsonArray(int) - Method in class io.vertx.core.json.JsonArray
Get the JsonArray at position pos in the array.
getJsonArray(String) - Method in class io.vertx.core.json.JsonObject
Get the JsonArray value with the specified key
getJsonArray(String, JsonArray) - Method in class io.vertx.core.json.JsonObject
Like JsonObject.getJsonArray(String) but specifying a default value to return if there is no entry.
getJsonArray() - Method in interface io.vertx.ext.web.api.RequestParameter
Deprecated.
Returns null if value is not a JsonArray, otherwise it returns value
getJsonArray() - Method in interface io.vertx.ext.web.validation.RequestParameter
 
getJsonArray() - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
Deprecated.
getJsonArray() - Method in class io.vertx.reactivex.ext.web.validation.RequestParameter
 
getJsonArray(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get a value for the given column.
getJsonArray(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get a value at pos.
getJsonArray() - Method in class io.vertx.rxjava.ext.web.api.RequestParameter
Deprecated.
getJsonArray() - Method in class io.vertx.rxjava.ext.web.validation.RequestParameter
 
getJsonArray(String) - Method in class io.vertx.rxjava.sqlclient.Row
Get a value for the given column.
getJsonArray(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
Get a value at pos.
getJsonArray(String) - Method in interface io.vertx.sqlclient.Row
Get a JsonArray value for the given column.
getJsonArray(int) - Method in interface io.vertx.sqlclient.Tuple
Get a JsonArray value at pos.
getJsonObject(int) - Method in class io.vertx.core.json.JsonArray
Get the JsonObject at position pos in the array.
getJsonObject(String) - Method in class io.vertx.core.json.JsonObject
Get the JsonObject value with the specified key
getJsonObject(String, JsonObject) - Method in class io.vertx.core.json.JsonObject
Like JsonObject.getJsonObject(String) but specifying a default value to return if there is no entry.
getJsonObject() - Method in interface io.vertx.ext.web.api.RequestParameter
Deprecated.
Returns null if value is not a JsonObject, otherwise it returns value
getJsonObject() - Method in interface io.vertx.ext.web.validation.RequestParameter
Returns null if value is not a JsonObject, otherwise it returns value
getJsonObject() - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
Deprecated.
getJsonObject() - Method in class io.vertx.reactivex.ext.web.validation.RequestParameter
Returns null if value is not a , otherwise it returns value
getJsonObject(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get a value for the given column.
getJsonObject(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get a value at pos.
getJsonObject() - Method in class io.vertx.rxjava.ext.web.api.RequestParameter
Deprecated.
getJsonObject() - Method in class io.vertx.rxjava.ext.web.validation.RequestParameter
Returns null if value is not a , otherwise it returns value
getJsonObject(String) - Method in class io.vertx.rxjava.sqlclient.Row
Get a value for the given column.
getJsonObject(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
Get a value at pos.
getJsonObject(String) - Method in interface io.vertx.sqlclient.Row
Get a JsonObject value for the given column.
getJsonObject(int) - Method in interface io.vertx.sqlclient.Tuple
Get a JsonObject value at pos.
getJwkPath() - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
 
getJwks() - Method in class io.vertx.ext.auth.jwt.JWTAuthOptions
 
getJWTOptions() - Method in class io.vertx.ext.auth.jwt.JWTAuthOptions
 
getJWTOptions() - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
 
getKeepAlive() - Method in class io.vertx.ext.web.handler.graphql.ApolloWSOptions
 
getKeepAliveInterval() - Method in class io.vertx.mqtt.MqttClientOptions
 
getKeepAliveTimeout() - Method in class io.vertx.core.http.HttpClientOptions
 
getKey() - Method in class io.vertx.ext.consul.KeyValue
Get the key
getKey() - Method in class io.vertx.ext.consul.TxnKVOperation
Get the key
getKey() - Method in class io.vertx.ext.mongo.IndexModel
Get the index key
getKeyAlgorithm() - Method in class io.vertx.spi.cluster.ignite.IgniteSslOptions
Deprecated.
Use vert.x ssl certificate options instead. It will be removed in vert.x 4.1
getKeyCertOptions() - Method in class io.vertx.core.net.TCPSSLOptions
 
getKeyManagerFactory(Vertx) - Method in interface io.vertx.core.net.KeyCertOptions
Create and return the key manager factory for these options.
getKeyManagerFactory(Vertx) - Method in class io.vertx.core.net.KeyStoreOptionsBase
 
getKeyManagerFactory(Vertx) - Method in class io.vertx.core.net.PemKeyCertOptions
 
getKeyPairOptions() - Method in class io.vertx.ext.shell.term.SSHTermOptions
 
getKeyPath() - Method in class io.vertx.core.net.PemKeyCertOptions
Get the path to the first key file
getKeyPaths() - Method in class io.vertx.core.net.PemKeyCertOptions
Get all the paths to the key files
getKeys(String, Handler<AsyncResult<List<String>>>) - Method in interface io.vertx.ext.consul.ConsulClient
Returns the list of keys that corresponding to the specified key prefix.
getKeys(String) - Method in interface io.vertx.ext.consul.ConsulClient
Like ConsulClient.getKeys(String, Handler) but returns a Future of the asynchronous result.
getKeys() - Method in class io.vertx.ext.sql.UpdateResult
Get any generated keys
getKeys(String, Handler<AsyncResult<List<String>>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the list of keys that corresponding to the specified key prefix.
getKeys(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the list of keys that corresponding to the specified key prefix.
getKeys() - Method in class io.vertx.reactivex.redis.client.Response
Get this multi response keys from a hash.
getKeys() - Method in interface io.vertx.redis.client.Response
Get this multi response keys from a hash.
getKeys(String, Handler<AsyncResult<List<String>>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the list of keys that corresponding to the specified key prefix.
getKeys(String) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the list of keys that corresponding to the specified key prefix.
getKeys() - Method in class io.vertx.rxjava.redis.client.Response
Get this multi response keys from a hash.
getKeyspace() - Method in class io.vertx.cassandra.CassandraClientOptions
 
getKeyStore() - Method in class io.vertx.ext.auth.jwt.JWTAuthOptions
 
getKeyStore() - Method in class io.vertx.ext.mail.MailConfig
getKeyStoreFilePath() - Method in class io.vertx.spi.cluster.ignite.IgniteSslOptions
Deprecated.
Use vert.x jksKeyCertOptions.path instead. It will be removed in vert.x 4.1
getKeyStoreOptions() - Method in class io.vertx.core.net.TCPSSLOptions
Get the key/cert options in jks format, aka Java keystore.
getKeyStorePassword() - Method in class io.vertx.ext.mail.MailConfig
getKeyStorePassword() - Method in class io.vertx.spi.cluster.ignite.IgniteSslOptions
Deprecated.
Use vert.x jksKeyCertOptions.password instead. It will be removed in vert.x 4.1
getKeyStoreType() - Method in class io.vertx.spi.cluster.ignite.IgniteSslOptions
Deprecated.
Use vert.x ssl certificate options instead. It will be removed in vert.x 4.1
getKeysWithOptions(String, BlockingQueryOptions, Handler<AsyncResult<List<String>>>) - Method in interface io.vertx.ext.consul.ConsulClient
Returns the list of keys that corresponding to the specified key prefix.
getKeysWithOptions(String, BlockingQueryOptions) - Method in interface io.vertx.ext.consul.ConsulClient
Like ConsulClient.getKeysWithOptions(String, BlockingQueryOptions, Handler) but returns a Future of the asynchronous result.
getKeysWithOptions(String, BlockingQueryOptions, Handler<AsyncResult<List<String>>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the list of keys that corresponding to the specified key prefix.
getKeysWithOptions(String, BlockingQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the list of keys that corresponding to the specified key prefix.
getKeysWithOptions(String, BlockingQueryOptions, Handler<AsyncResult<List<String>>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the list of keys that corresponding to the specified key prefix.
getKeysWithOptions(String, BlockingQueryOptions) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the list of keys that corresponding to the specified key prefix.
getKeyValue() - Method in class io.vertx.core.net.PemKeyCertOptions
Get the first key as a buffer
getKeyValues() - Method in class io.vertx.core.net.PemKeyCertOptions
Get all the keys as a list of buffer
getKeyword() - Method in class io.vertx.json.schema.common.BaseSingleSchemaValidatorFactory
 
getKeyword() - Method in class io.vertx.json.schema.common.dsl.Keyword
 
getKeyword() - Method in class io.vertx.json.schema.common.ItemsValidatorFactory
 
getKeyword() - Method in class io.vertx.json.schema.common.NotValidatorFactory
 
getKeyword() - Method in class io.vertx.json.schema.draft7.ContainsValidatorFactory
 
getKeyword() - Method in class io.vertx.json.schema.draft7.PropertyNamesValidatorFactory
 
getKind() - Method in class io.vertx.ext.web.api.service.generator.model.WebApiProxyModel
 
getKind() - Method in class io.vertx.serviceproxy.generator.model.ProxyModel
 
getLabel() - Method in class io.vertx.micrometer.Match
 
getLabelMatches() - Method in class io.vertx.micrometer.MicrometerMetricsOptions
 
getLabels() - Method in class io.vertx.micrometer.MicrometerMetricsOptions
 
getLanAddress() - Method in class io.vertx.ext.consul.Node
Get node lan address
getLanguageOverride() - Method in class io.vertx.ext.mongo.IndexOptions
Gets the name of the field that contains the language string.
getLastKey() - Method in class io.vertx.reactivex.redis.client.Command
 
getLastKey() - Method in interface io.vertx.redis.client.Command
 
getLastKey() - Method in class io.vertx.rxjava.redis.client.Command
 
getLastRenewalTime() - Method in class io.vertx.config.vault.client.Lookup
 
getLastStreamId() - Method in class io.vertx.core.http.GoAway
 
getLeader() - Method in class io.vertx.kafka.client.common.PartitionInfo
 
getLeader() - Method in class io.vertx.kafka.client.common.TopicPartitionInfo
 
getLeaderEpoch() - Method in class io.vertx.kafka.admin.ListOffsetsResultInfo
 
getLeaseDuration() - Method in class io.vertx.config.vault.client.Auth
 
getLeaseDuration() - Method in class io.vertx.config.vault.client.Secret
 
getLeaseId() - Method in class io.vertx.config.vault.client.Secret
 
getLeeway() - Method in class io.vertx.ext.auth.JWTOptions
 
getLeftPadding() - Method in class io.vertx.core.cli.UsageMessageFormatter
 
getLibraryURL() - Method in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
 
getLimit() - Method in class io.vertx.ext.consul.PreparedQueryExecuteOptions
Get the size of the list to the given number of nodes.
getLimit() - Method in class io.vertx.ext.mongo.FindOptions
Get the limit - this determines the max number of rows to return
getLine() - Method in exception io.vertx.pgclient.PgException
 
getLineStrings() - Method in class io.vertx.mysqlclient.data.spatial.MultiLineString
 
getLineStrings() - Method in class io.vertx.mysqlclient.data.spatial.Polygon
 
getLinkName() - Method in class io.vertx.amqp.AmqpReceiverOptions
 
getLinkName() - Method in class io.vertx.amqp.AmqpSenderOptions
 
getList() - Method in class io.vertx.core.json.JsonArray
Get the underlying List as is.
getList() - Method in class io.vertx.ext.consul.CheckList
Get list of checks
getList() - Method in class io.vertx.ext.consul.CoordinateList
Get list of coordinates
getList() - Method in class io.vertx.ext.consul.EventList
Get list of events
getList() - Method in class io.vertx.ext.consul.KeyValueList
Get list of key/value pairs
getList() - Method in class io.vertx.ext.consul.NodeList
Get list of nodes
getList() - Method in class io.vertx.ext.consul.ServiceEntryList
Get list of services
getList() - Method in class io.vertx.ext.consul.ServiceList
Get list of services
getList() - Method in class io.vertx.ext.consul.SessionList
Get list of sessions
getListSeparator() - Method in class io.vertx.core.cli.TypedOption
 
getLocal(String) - Method in interface io.vertx.core.Context
Get some local data from the context.
getLocal(String) - Method in class io.vertx.reactivex.core.Context
Get some local data from the context.
getLocal(String) - Method in class io.vertx.rxjava.core.Context
Get some local data from the context.
getLocalAddress() - Method in class io.vertx.core.net.ClientOptionsBase
 
getLocalAsyncMap(String, Handler<AsyncResult<AsyncMap<K, V>>>) - Method in interface io.vertx.core.shareddata.SharedData
Get the AsyncMap with the specified name.
getLocalAsyncMap(String) - Method in interface io.vertx.core.shareddata.SharedData
Same as SharedData.getLocalAsyncMap(String, Handler) but returns a Future of the asynchronous result
getLocalAsyncMap(String, Handler<AsyncResult<AsyncMap<K, V>>>) - Method in class io.vertx.reactivex.core.shareddata.SharedData
Get the AsyncMap with the specified name.
getLocalAsyncMap(String) - Method in class io.vertx.reactivex.core.shareddata.SharedData
Get the AsyncMap with the specified name.
getLocalAsyncMap(String, Handler<AsyncResult<AsyncMap<K, V>>>) - Method in class io.vertx.rxjava.core.shareddata.SharedData
Get the AsyncMap with the specified name.
getLocalAsyncMap(String) - Method in class io.vertx.rxjava.core.shareddata.SharedData
Get the AsyncMap with the specified name.
getLocalCounter(String, Handler<AsyncResult<Counter>>) - Method in interface io.vertx.core.shareddata.SharedData
Get an asynchronous local counter.
getLocalCounter(String) - Method in interface io.vertx.core.shareddata.SharedData
Same as SharedData.getLocalCounter(String, Handler) but returns a Future of the asynchronous result
getLocalCounter(String, Handler<AsyncResult<Counter>>) - Method in class io.vertx.reactivex.core.shareddata.SharedData
Get an asynchronous local counter.
getLocalCounter(String) - Method in class io.vertx.reactivex.core.shareddata.SharedData
Get an asynchronous local counter.
getLocalCounter(String, Handler<AsyncResult<Counter>>) - Method in class io.vertx.rxjava.core.shareddata.SharedData
Get an asynchronous local counter.
getLocalCounter(String) - Method in class io.vertx.rxjava.core.shareddata.SharedData
Get an asynchronous local counter.
getLocalDate(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get LocalDate value for the given column.
getLocalDate(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get LocalDate value at pos.
getLocalDate(String) - Method in class io.vertx.rxjava.sqlclient.Row
Get LocalDate value for the given column.
getLocalDate(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
Get LocalDate value at pos.
getLocalDate(String) - Method in interface io.vertx.sqlclient.Row
Get LocalDate value for the given column.
getLocalDate(int) - Method in interface io.vertx.sqlclient.Tuple
Get LocalDate value at pos.
getLocalDateTime(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get LocalDateTime value for the given column.
getLocalDateTime(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get LocalDateTime value at pos.
getLocalDateTime(String) - Method in class io.vertx.rxjava.sqlclient.Row
Get LocalDateTime value for the given column.
getLocalDateTime(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
Get LocalDateTime value at pos.
getLocalDateTime(String) - Method in interface io.vertx.sqlclient.Row
Get LocalDateTime value for the given column.
getLocalDateTime(int) - Method in interface io.vertx.sqlclient.Tuple
Get LocalDateTime value at pos.
getLocalHost() - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
Gets system-wide local address or host for all Ignite components to bind to.
getLocalLock(String, Handler<AsyncResult<Lock>>) - Method in interface io.vertx.core.shareddata.SharedData
Get an asynchronous local lock with the specified name.
getLocalLock(String) - Method in interface io.vertx.core.shareddata.SharedData
Same as SharedData.getLocalLock(String, Handler) but returns a Future of the asynchronous result
getLocalLock(String, Handler<AsyncResult<Lock>>) - Method in class io.vertx.reactivex.core.shareddata.SharedData
Get an asynchronous local lock with the specified name.
getLocalLock(String) - Method in class io.vertx.reactivex.core.shareddata.SharedData
Get an asynchronous local lock with the specified name.
getLocalLock(String, Handler<AsyncResult<Lock>>) - Method in class io.vertx.rxjava.core.shareddata.SharedData
Get an asynchronous local lock with the specified name.
getLocalLock(String) - Method in class io.vertx.rxjava.core.shareddata.SharedData
Get an asynchronous local lock with the specified name.
getLocalLockWithTimeout(String, long, Handler<AsyncResult<Lock>>) - Method in interface io.vertx.core.shareddata.SharedData
Like SharedData.getLocalLock(String, Handler) but specifying a timeout.
getLocalLockWithTimeout(String, long) - Method in interface io.vertx.core.shareddata.SharedData
Same as SharedData.getLocalLockWithTimeout(String, long, Handler) but returns a Future of the asynchronous result
getLocalLockWithTimeout(String, long, Handler<AsyncResult<Lock>>) - Method in class io.vertx.reactivex.core.shareddata.SharedData
getLocalLockWithTimeout(String, long) - Method in class io.vertx.reactivex.core.shareddata.SharedData
getLocalLockWithTimeout(String, long, Handler<AsyncResult<Lock>>) - Method in class io.vertx.rxjava.core.shareddata.SharedData
getLocalLockWithTimeout(String, long) - Method in class io.vertx.rxjava.core.shareddata.SharedData
getLocalMap(String) - Method in interface io.vertx.core.shareddata.SharedData
Return a LocalMap with the specific name.
getLocalMap(String) - Method in class io.vertx.reactivex.core.shareddata.SharedData
Return a LocalMap with the specific name.
getLocalMap(String) - Method in class io.vertx.rxjava.core.shareddata.SharedData
Return a LocalMap with the specific name.
getLocalPort() - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
getLocalRepository() - Method in class io.vertx.maven.ResolverOptions
 
getLocalTime(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get LocalTime value for the given column.
getLocalTime(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get LocalTime value at pos.
getLocalTime(String) - Method in class io.vertx.rxjava.sqlclient.Row
Get LocalTime value for the given column.
getLocalTime(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
Get LocalTime value at pos.
getLocalTime(String) - Method in interface io.vertx.sqlclient.Row
Get LocalTime value for the given column.
getLocalTime(int) - Method in interface io.vertx.sqlclient.Tuple
Get LocalTime value at pos.
getLocation() - Method in exception io.vertx.ext.web.validation.ParameterProcessorException
 
getLocation() - Method in class io.vertx.servicediscovery.Record
 
getLock(String, Handler<AsyncResult<Lock>>) - Method in interface io.vertx.core.shareddata.SharedData
Get an asynchronous lock with the specified name.
getLock(String) - Method in interface io.vertx.core.shareddata.SharedData
Same as SharedData.getLock(String, Handler) but returns a Future of the asynchronous result
getLock(String, Handler<AsyncResult<Lock>>) - Method in class io.vertx.reactivex.core.shareddata.SharedData
Get an asynchronous lock with the specified name.
getLock(String) - Method in class io.vertx.reactivex.core.shareddata.SharedData
Get an asynchronous lock with the specified name.
getLock(String, Handler<AsyncResult<Lock>>) - Method in class io.vertx.rxjava.core.shareddata.SharedData
Get an asynchronous lock with the specified name.
getLock(String) - Method in class io.vertx.rxjava.core.shareddata.SharedData
Get an asynchronous lock with the specified name.
getLockDelay() - Method in class io.vertx.ext.consul.Session
Lock delay is a time duration, between 0 and 60 seconds.
getLockDelay() - Method in class io.vertx.ext.consul.SessionOptions
Get the lock-delay period.
getLockIndex() - Method in class io.vertx.ext.consul.KeyValue
Get the number of times this key has successfully been acquired in a lock.
getLockWithTimeout(String, long, Handler<AsyncResult<Lock>>) - Method in interface io.vertx.core.shareddata.SharedData
Like SharedData.getLock(String, Handler) but specifying a timeout.
getLockWithTimeout(String, long) - Method in interface io.vertx.core.shareddata.SharedData
Same as SharedData.getLockWithTimeout(String, long, Handler) but returns a Future of the asynchronous result
getLockWithTimeout(String, long, Promise<Lock>) - Method in interface io.vertx.core.spi.cluster.ClusterManager
Attempts to acquire a Lock for the given name within timeout milliseconds.
getLockWithTimeout(String, long, Promise<Lock>) - Method in class io.vertx.ext.cluster.infinispan.InfinispanClusterManager
 
getLockWithTimeout(String, long, Handler<AsyncResult<Lock>>) - Method in class io.vertx.reactivex.core.shareddata.SharedData
getLockWithTimeout(String, long) - Method in class io.vertx.reactivex.core.shareddata.SharedData
getLockWithTimeout(String, long, Handler<AsyncResult<Lock>>) - Method in class io.vertx.rxjava.core.shareddata.SharedData
getLockWithTimeout(String, long) - Method in class io.vertx.rxjava.core.shareddata.SharedData
getLockWithTimeout(String, long, Promise<Lock>) - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
 
getLockWithTimeout(String, long, Promise<Lock>) - Method in class io.vertx.spi.cluster.ignite.IgniteClusterManager
 
getLockWithTimeout(String, long, Promise<Lock>) - Method in class io.vertx.spi.cluster.zookeeper.ZookeeperClusterManager
 
getLogActivity() - Method in class io.vertx.core.dns.DnsClientOptions
 
getLogActivity() - Method in class io.vertx.core.net.NetworkOptions
 
getLogger(Class<?>) - Static method in class io.vertx.core.logging.LoggerFactory
Deprecated.
see https://github.com/eclipse-vertx/vert.x/issues/2774
getLogger(String) - Static method in class io.vertx.core.logging.LoggerFactory
Deprecated.
see https://github.com/eclipse-vertx/vert.x/issues/2774
getLogin() - Method in class io.vertx.ext.mail.MailConfig
get login options
getLogin() - Method in class io.vertx.ext.stomp.StompClientOptions
Gets the configured login.
getLogoutPath() - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
The provider logout path
getLong(int) - Method in interface io.vertx.core.buffer.Buffer
Returns the long at position pos in the Buffer.
getLong(int) - Method in class io.vertx.core.json.JsonArray
Get the Long at position pos in the array,
getLong(String) - Method in class io.vertx.core.json.JsonObject
Get the Long value with the specified key
getLong(String, Long) - Method in class io.vertx.core.json.JsonObject
Like JsonObject.getLong(String) but specifying a default value to return if there is no entry.
getLong() - Method in interface io.vertx.ext.web.api.RequestParameter
Deprecated.
Returns null if value is not a Long, otherwise it returns value
getLong() - Method in interface io.vertx.ext.web.validation.RequestParameter
 
getLong(int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Returns the long at position pos in the Buffer.
getLong() - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
Deprecated.
getLong() - Method in class io.vertx.reactivex.ext.web.validation.RequestParameter
 
getLong(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get a long value for the given column.
getLong(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get a long value at pos.
getLong(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Returns the long at position pos in the Buffer.
getLong() - Method in class io.vertx.rxjava.ext.web.api.RequestParameter
Deprecated.
getLong() - Method in class io.vertx.rxjava.ext.web.validation.RequestParameter
 
getLong(String) - Method in class io.vertx.rxjava.sqlclient.Row
Get a long value for the given column.
getLong(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
Get a long value at pos.
getLong(String) - Method in interface io.vertx.sqlclient.Row
Get a long value for the given column.
getLong(int) - Method in interface io.vertx.sqlclient.Tuple
Get a long value at pos.
getLongLE(int) - Method in interface io.vertx.core.buffer.Buffer
Gets a 64-bit long integer at the specified absolute index in this buffer in Little Endian Byte Order.
getLongLE(int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Gets a 64-bit long integer at the specified absolute index in this buffer in Little Endian Byte Order.
getLongLE(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Gets a 64-bit long integer at the specified absolute index in this buffer in Little Endian Byte Order.
getLongName() - Method in class io.vertx.core.cli.Option
 
getLongOptionPrefix() - Method in class io.vertx.core.cli.UsageMessageFormatter
 
getLongOptionSeparator() - Method in class io.vertx.core.cli.UsageMessageFormatter
Returns the separator displayed between a long option and its value.
getLowerLeftCorner() - Method in class io.vertx.pgclient.data.Box
 
getLTime() - Method in class io.vertx.ext.consul.Event
Get the Lamport clock time
getMap() - Method in class io.vertx.core.json.JsonObject
Get the underlying Map as is.
getMappingName(PropertyInfo, String) - Method in class io.vertx.sqlclient.templates.generator.MapperGenBase
 
getMasterName() - Method in class io.vertx.redis.client.RedisOptions
Get the master name (only considered in HA mode).
getMatch() - Method in class io.vertx.ext.bridge.PermittedOptions
 
getMatchedCount() - Method in class io.vertx.ext.mongo.MongoClientBulkWriteResult
Returns the number of matched documents
getMax() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxHistogramMBean
 
getMax() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxTimerMBean
 
getMax() - Method in class io.vertx.ext.mongo.IndexOptions
Gets the upper inclusive boundary for the longitude and latitude values for 2d indexes..
getMaxAddressLength() - Method in class io.vertx.ext.web.handler.sockjs.SockJSBridgeOptions
 
getMaxBodyLength() - Method in class io.vertx.ext.stomp.StompServerOptions
Gets the max length of the frame body accepted by the server.
getMaxBufferedMessages() - Method in class io.vertx.amqp.AmqpReceiverOptions
 
getMaxBufferedMessages() - Method in interface io.vertx.core.eventbus.MessageConsumer
 
getMaxBufferedMessages() - Method in class io.vertx.reactivex.core.eventbus.MessageConsumer
 
getMaxBufferedMessages() - Method in class io.vertx.rxjava.core.eventbus.MessageConsumer
 
getMaxBytesStreaming() - Method in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
 
getMaxChunkSize() - Method in class io.vertx.core.http.HttpClientOptions
Returns the maximum HTTP chunk size
getMaxChunkSize() - Method in class io.vertx.core.http.HttpServerOptions
 
getMaxConcurrentAsyncOperations() - Method in class io.vertx.spi.cluster.ignite.IgniteCacheOptions
Gets maximum number of allowed concurrent asynchronous operations.
getMaxConcurrentStreams() - Method in class io.vertx.core.http.Http2Settings
 
getMaxConnectTimeout() - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
getMaxEventLoopExecuteTime() - Method in class io.vertx.core.VertxOptions
Get the value of max event loop execute time, in maxEventLoopExecuteTimeUnit.
getMaxEventLoopExecuteTimeUnit() - Method in class io.vertx.core.VertxOptions
 
getMaxFailures() - Method in class io.vertx.circuitbreaker.CircuitBreakerOptions
 
getMaxFormAttributeSize() - Method in class io.vertx.core.http.HttpServerOptions
 
getMaxFrameInTransaction() - Method in class io.vertx.ext.stomp.StompServerOptions
Gets the maximum number of frames that can be added to a transaction.
getMaxFrameSize() - Method in class io.vertx.core.http.Http2Settings
 
getMaxHandlersPerSocket() - Method in class io.vertx.ext.web.handler.sockjs.SockJSBridgeOptions
 
getMaxHeaderLength() - Method in class io.vertx.ext.stomp.StompServerOptions
Gets the max length of header's value.
getMaxHeaderListSize() - Method in class io.vertx.core.http.Http2Settings
 
getMaxHeaders() - Method in class io.vertx.ext.stomp.StompServerOptions
Gets the maximum number of headers supported by the server.
getMaxHeaderSize() - Method in class io.vertx.core.http.HttpClientOptions
 
getMaxHeaderSize() - Method in class io.vertx.core.http.HttpServerOptions
 
getMaxInflightQueue() - Method in class io.vertx.mqtt.MqttClientOptions
 
getMaxInitialLineLength() - Method in class io.vertx.core.http.HttpClientOptions
 
getMaxInitialLineLength() - Method in class io.vertx.core.http.HttpServerOptions
 
getMaxInternalQueueSize() - Method in class io.vertx.rabbitmq.RabbitMQPublisherOptions
 
getMaxMessageSize() - Method in class io.vertx.mqtt.MqttClientOptions
 
getMaxMessageSize() - Method in class io.vertx.mqtt.MqttServerOptions
 
getMaxNestedArrays() - Method in class io.vertx.redis.client.RedisOptions
Tune how much nested arrays are allowed on a redis response.
getMaxPoolSize() - Method in class io.vertx.core.http.HttpClientOptions
Get the maximum pool size for connections
getMaxPoolSize() - Method in class io.vertx.ext.mail.MailConfig
get the max allowed number of open connections to the mailserver if not set the default is 10
getMaxPoolSize() - Method in class io.vertx.redis.client.RedisOptions
Tune the maximum size of the connection pool.
getMaxPoolWaiting() - Method in class io.vertx.redis.client.RedisOptions
Tune the maximum waiting requests for a connection from the pool.
getMaxQueries() - Method in class io.vertx.core.dns.AddressResolverOptions
 
getMaxQueryInteratorsCount() - Method in class io.vertx.spi.cluster.ignite.IgniteCacheOptions
Gets maximum number of query iterators that can be stored.
getMaxRedirects() - Method in class io.vertx.core.http.HttpClientOptions
 
getMaxRetries() - Method in class io.vertx.circuitbreaker.CircuitBreakerOptions
 
getMaxRows() - Method in class io.vertx.ext.sql.SQLOptions
 
getMaxSize() - Method in class io.vertx.sqlclient.PoolOptions
 
getMaxSubscriptionsByClient() - Method in class io.vertx.ext.stomp.StompServerOptions
Gets the maximum of subscriptions a client is allowed to register.
getMaxTime() - Method in class io.vertx.ext.mongo.AggregateOptions
Get the specified time limit in milliseconds for processing operations on a cursor.
getMaxWaitingHandlers() - Method in class io.vertx.redis.client.RedisOptions
The client will always work on pipeline mode, this means that messages can start queueing.
getMaxWaitQueueSize() - Method in class io.vertx.core.http.HttpClientOptions
Returns the maximum wait queue size
getMaxWaitQueueSize() - Method in class io.vertx.sqlclient.PoolOptions
 
getMaxWebSocketFrameSize() - Method in class io.vertx.core.http.HttpClientOptions
Get the maximum WebSocket frame size to use
getMaxWebSocketFrameSize() - Method in class io.vertx.core.http.HttpServerOptions
 
getMaxWebSocketMessageSize() - Method in class io.vertx.core.http.HttpClientOptions
Get the maximum WebSocket message size to use
getMaxWebSocketMessageSize() - Method in class io.vertx.core.http.HttpServerOptions
 
getMaxWebSockets() - Method in class io.vertx.core.http.HttpClientOptions
Get the maximum of WebSockets per endpoint.
getMaxWorkerExecuteTime() - Method in class io.vertx.core.DeploymentOptions
Get the value of max worker execute time, in maxWorkerExecuteTimeUnit.
getMaxWorkerExecuteTime() - Method in class io.vertx.core.VertxOptions
Get the value of max worker execute time, in maxWorkerExecuteTimeUnit.
getMaxWorkerExecuteTimeUnit() - Method in class io.vertx.core.DeploymentOptions
 
getMaxWorkerExecuteTimeUnit() - Method in class io.vertx.core.VertxOptions
 
getMean() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxHistogramMBean
 
getMean() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxTimerMBean
 
getMeanRate() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxMeterMBean
 
getMedium(int) - Method in interface io.vertx.core.buffer.Buffer
Gets a 24-bit medium integer at the specified absolute index in this buffer.
getMedium(int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Gets a 24-bit medium integer at the specified absolute index in this buffer.
getMedium(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Gets a 24-bit medium integer at the specified absolute index in this buffer.
getMediumLE(int) - Method in interface io.vertx.core.buffer.Buffer
Gets a 24-bit medium integer at the specified absolute index in this buffer in the Little Endian Byte Order.
getMediumLE(int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Gets a 24-bit medium integer at the specified absolute index in this buffer in the Little Endian Byte Order.
getMediumLE(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Gets a 24-bit medium integer at the specified absolute index in this buffer in the Little Endian Byte Order.
getMembers() - Method in class io.vertx.kafka.admin.ConsumerGroupDescription
 
getMessage() - Method in exception io.vertx.db2client.DB2Exception
Get the error message in the error message sent from DB2 server.
getMessage() - Method in exception io.vertx.ext.web.api.validation.ValidationException
Deprecated.
 
getMessage() - Method in exception io.vertx.mysqlclient.MySQLException
Get the error message in the error message sent from MySQL server.
getMessage() - Method in exception io.vertx.pgclient.PgException
A serialized JsonObject of all non-null error message fields.
getMessageID() - Method in class io.vertx.ext.mail.mailencoder.MailEncoder
 
getMessageID() - Method in class io.vertx.ext.mail.MailResult
 
getMessageId() - Method in class io.vertx.rabbitmq.RabbitMQPublisherConfirmation
 
getMeta() - Method in class io.vertx.config.vault.client.TokenRequest
 
getMeta() - Method in class io.vertx.ext.consul.PreparedQueryDefinition
Get a list of user-defined key/value pairs that will be used for filtering the query results to nodes with the given metadata values present.
getMeta() - Method in class io.vertx.ext.consul.Service
Get arbitrary KV metadata linked to the service instance.
getMeta() - Method in class io.vertx.ext.consul.ServiceOptions
Get arbitrary KV metadata linked to the service instance.
getMetadata() - Method in class io.vertx.config.vault.client.Auth
 
getMetadata() - Method in class io.vertx.config.vault.client.Lookup
 
getMetadata() - Method in class io.vertx.ext.mongo.GridFsUploadOptions
 
getMetadata() - Method in class io.vertx.kafka.client.consumer.OffsetAndMetadata
 
getMetadata() - Method in class io.vertx.servicediscovery.Record
Gets the metadata attached to the record.
getMeterRegistry() - Method in interface io.vertx.micrometer.backends.BackendRegistry
 
getMeterRegistry() - Method in class io.vertx.micrometer.backends.InfluxDbBackendRegistry
 
getMeterRegistry() - Method in class io.vertx.micrometer.backends.JmxBackendRegistry
 
getMeterRegistry() - Method in enum io.vertx.micrometer.backends.NoopBackendRegistry
 
getMeterRegistry() - Method in class io.vertx.micrometer.backends.PrometheusBackendRegistry
 
getMethod() - Method in interface io.vertx.core.http.HttpClientRequest
The HTTP method for the request.
getMethod() - Method in class io.vertx.core.http.RequestOptions
Get the HTTP method to be used by the client request.
getMethod() - Method in class io.vertx.ext.auth.htdigest.HtdigestCredentials
 
getMethod() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
The HTTP method for the request.
getMethod() - Method in class io.vertx.rxjava.core.http.HttpClientRequest
The HTTP method for the request.
getMetricExporterSpi() - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
 
getMetricRegistry() - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
An optional metric registry used instead of the Dropwizard shared registry.
getMetrics() - Method in interface io.vertx.core.spi.metrics.MetricsProvider
Returns the metrics implementation.
getMetricsExpireTime() - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
 
getMetricsHistorySize() - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
 
getMetricsLogFrequency() - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
Gets frequency of metrics log print out.
getMetricsName() - Method in class io.vertx.core.net.ClientOptionsBase
 
getMetricsNaming() - Method in class io.vertx.micrometer.MicrometerMetricsOptions
MetricsNaming is a structure that holds names of all metrics, each one can be changed individually.
getMetricsOptions() - Method in class io.vertx.core.VertxOptions
 
getMetricsRollingBuckets() - Method in class io.vertx.circuitbreaker.CircuitBreakerOptions
 
getMetricsRollingWindow() - Method in class io.vertx.circuitbreaker.CircuitBreakerOptions
 
getMetricsSnapshot(Measured) - Method in interface io.vertx.ext.dropwizard.MetricsService
Will return the metrics that correspond with the measured object, null if no metrics is available.

Note: in the case of scaled servers, the JsonObject returns an aggregation of the metrics as the dropwizard backend reports to a single server.

getMetricsSnapshot(String) - Method in interface io.vertx.ext.dropwizard.MetricsService
Will return the metrics that begins with the baseName, null if no metrics is available.

Note: in the case of scaled servers, the JsonObject returns an aggregation of the metrics as the dropwizard backend reports to a single server.

getMetricsSnapshot() - Method in interface io.vertx.micrometer.MetricsService
Will return the metrics that correspond with the measured object, null if no metrics is available.

getMetricsSnapshot(String) - Method in interface io.vertx.micrometer.MetricsService
Will return the metrics that begins with the baseName, null if no metrics is available.

getMetricsSnapshot(Measured) - Method in class io.vertx.reactivex.ext.dropwizard.MetricsService
Will return the metrics that correspond with the measured object, null if no metrics is available.

Note: in the case of scaled servers, the JsonObject returns an aggregation of the metrics as the dropwizard backend reports to a single server.

getMetricsSnapshot(String) - Method in class io.vertx.reactivex.ext.dropwizard.MetricsService
Will return the metrics that begins with the baseName, null if no metrics is available.

Note: in the case of scaled servers, the JsonObject returns an aggregation of the metrics as the dropwizard backend reports to a single server.

getMetricsSnapshot() - Method in class io.vertx.reactivex.micrometer.MetricsService
Will return the metrics that correspond with the measured object, null if no metrics is available.

getMetricsSnapshot(String) - Method in class io.vertx.reactivex.micrometer.MetricsService
Will return the metrics that begins with the baseName, null if no metrics is available.

getMetricsSnapshot(Measured) - Method in class io.vertx.rxjava.ext.dropwizard.MetricsService
Will return the metrics that correspond with the measured object, null if no metrics is available.

Note: in the case of scaled servers, the JsonObject returns an aggregation of the metrics as the dropwizard backend reports to a single server.

getMetricsSnapshot(String) - Method in class io.vertx.rxjava.ext.dropwizard.MetricsService
Will return the metrics that begins with the baseName, null if no metrics is available.

Note: in the case of scaled servers, the JsonObject returns an aggregation of the metrics as the dropwizard backend reports to a single server.

getMetricsSnapshot() - Method in class io.vertx.rxjava.micrometer.MetricsService
Will return the metrics that correspond with the measured object, null if no metrics is available.

getMetricsSnapshot(String) - Method in class io.vertx.rxjava.micrometer.MetricsService
Will return the metrics that begins with the baseName, null if no metrics is available.

getMetricsUpdateFrequency() - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
 
getMicrometerRegistry() - Method in class io.vertx.micrometer.MicrometerMetricsOptions
Get the Micrometer MeterRegistry to be used by Vert.x, that has been previously set programmatically
getMicroseconds() - Method in class io.vertx.pgclient.data.Interval
 
getMin() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxHistogramMBean
 
getMin() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxTimerMBean
 
getMin() - Method in class io.vertx.ext.mongo.IndexOptions
Gets the lower inclusive boundary for the longitude and latitude values for 2d indexes..
getMinutes() - Method in class io.vertx.pgclient.data.Interval
 
getModel(ProcessingEnvironment, TypeMirrorFactory, TypeElement) - Method in class io.vertx.ext.web.api.service.generator.model.WebApiProxyModelProvider
 
getModel(ProcessingEnvironment, TypeMirrorFactory, TypeElement) - Method in class io.vertx.serviceproxy.generator.model.ProxyModelProvider
 
getModifiedCount() - Method in class io.vertx.ext.mongo.MongoClientBulkWriteResult
Returns the number of modified documents
getModifyIndex() - Method in class io.vertx.ext.consul.KeyValue
Get the last index that modified this key.
getMongoClient(ServiceDiscovery, JsonObject, Handler<AsyncResult<MongoClient>>) - Static method in class io.vertx.reactivex.servicediscovery.types.MongoDataSource
Convenient method that looks for a Mongo datasource source and provides the configured MongoClient.
getMongoClient(ServiceDiscovery, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.MongoDataSource
Convenient method that looks for a Mongo datasource source and provides the configured MongoClient.
getMongoClient(ServiceDiscovery, Function<Record, Boolean>, Handler<AsyncResult<MongoClient>>) - Static method in class io.vertx.reactivex.servicediscovery.types.MongoDataSource
Convenient method that looks for a Mongo datasource source and provides the configured MongoClient.
getMongoClient(ServiceDiscovery, Function<Record, Boolean>) - Static method in class io.vertx.reactivex.servicediscovery.types.MongoDataSource
Convenient method that looks for a Mongo datasource source and provides the configured MongoClient.
getMongoClient(ServiceDiscovery, JsonObject, JsonObject, Handler<AsyncResult<MongoClient>>) - Static method in class io.vertx.reactivex.servicediscovery.types.MongoDataSource
Convenient method that looks for a Mongo datasource source and provides the configured MongoClient.
getMongoClient(ServiceDiscovery, JsonObject, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.MongoDataSource
Convenient method that looks for a Mongo datasource source and provides the configured MongoClient.
getMongoClient(ServiceDiscovery, JsonObject, Handler<AsyncResult<MongoClient>>) - Static method in class io.vertx.rxjava.servicediscovery.types.MongoDataSource
Convenient method that looks for a Mongo datasource source and provides the configured MongoClient.
getMongoClient(ServiceDiscovery, JsonObject) - Static method in class io.vertx.rxjava.servicediscovery.types.MongoDataSource
Convenient method that looks for a Mongo datasource source and provides the configured MongoClient.
getMongoClient(ServiceDiscovery, Function<Record, Boolean>, Handler<AsyncResult<MongoClient>>) - Static method in class io.vertx.rxjava.servicediscovery.types.MongoDataSource
Convenient method that looks for a Mongo datasource source and provides the configured MongoClient.
getMongoClient(ServiceDiscovery, Function<Record, Boolean>) - Static method in class io.vertx.rxjava.servicediscovery.types.MongoDataSource
Convenient method that looks for a Mongo datasource source and provides the configured MongoClient.
getMongoClient(ServiceDiscovery, JsonObject, JsonObject, Handler<AsyncResult<MongoClient>>) - Static method in class io.vertx.rxjava.servicediscovery.types.MongoDataSource
Convenient method that looks for a Mongo datasource source and provides the configured MongoClient.
getMongoClient(ServiceDiscovery, JsonObject, JsonObject) - Static method in class io.vertx.rxjava.servicediscovery.types.MongoDataSource
Convenient method that looks for a Mongo datasource source and provides the configured MongoClient.
getMongoClient(ServiceDiscovery, JsonObject, Handler<AsyncResult<MongoClient>>) - Static method in interface io.vertx.servicediscovery.types.MongoDataSource
Convenient method that looks for a Mongo datasource source and provides the configured MongoClient.
getMongoClient(ServiceDiscovery, JsonObject) - Static method in interface io.vertx.servicediscovery.types.MongoDataSource
getMongoClient(ServiceDiscovery, Function<Record, Boolean>, Handler<AsyncResult<MongoClient>>) - Static method in interface io.vertx.servicediscovery.types.MongoDataSource
Convenient method that looks for a Mongo datasource source and provides the configured MongoClient.
getMongoClient(ServiceDiscovery, Function<Record, Boolean>) - Static method in interface io.vertx.servicediscovery.types.MongoDataSource
getMongoClient(ServiceDiscovery, JsonObject, JsonObject, Handler<AsyncResult<MongoClient>>) - Static method in interface io.vertx.servicediscovery.types.MongoDataSource
Convenient method that looks for a Mongo datasource source and provides the configured MongoClient.
getMongoClient(ServiceDiscovery, JsonObject, JsonObject) - Static method in interface io.vertx.servicediscovery.types.MongoDataSource
getMonitoredEventBusHandlers() - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
 
getMonitoredHttpClientEndpoint() - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
 
getMonitoredHttpClientUris() - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
 
getMonitoredHttpServerRoutes() - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
 
getMonitoredHttpServerUris() - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
 
getMonths() - Method in class io.vertx.pgclient.data.Interval
 
getMulticastNetworkInterface() - Method in class io.vertx.core.datagram.DatagramSocketOptions
Get the multicast network interface address
getMulticastTimeToLive() - Method in class io.vertx.core.datagram.DatagramSocketOptions
 
getName() - Method in interface io.vertx.core.cli.CLI
 
getName() - Method in class io.vertx.core.cli.Option
 
getName() - Method in interface io.vertx.core.http.Cookie
 
getName() - Method in class io.vertx.ext.auth.webauthn.RelyingParty
 
getName() - Method in class io.vertx.ext.consul.AclToken
Get name of token
getName() - Method in class io.vertx.ext.consul.Check
Get the name of check
getName() - Method in class io.vertx.ext.consul.CheckOptions
Get check name
getName() - Method in class io.vertx.ext.consul.Event
Get name of event
getName() - Method in class io.vertx.ext.consul.EventListOptions
Get event name for filtering on events
getName() - Method in class io.vertx.ext.consul.Node
Get node name
getName() - Method in class io.vertx.ext.consul.PreparedQueryDefinition
Get an optional friendly name that can be used to execute a query instead of using its ID
getName() - Method in class io.vertx.ext.consul.Service
Get service name
getName() - Method in class io.vertx.ext.consul.ServiceOptions
Get service name
getName() - Method in class io.vertx.ext.consul.SessionOptions
Get the human-readable name for the Session
getName() - Method in interface io.vertx.ext.mail.MailAttachment
get the name
getName() - Method in class io.vertx.ext.mail.mailencoder.EmailAddress
get the name part of the address
getName() - Method in class io.vertx.ext.mongo.IndexOptions
Gets the name of the index.
getName() - Method in class io.vertx.ext.unit.junit.VertxUnitRunnerWithParameters
 
getName() - Method in interface io.vertx.ext.web.api.RequestParameter
Deprecated.
Get parameter name
getName() - Method in interface io.vertx.ext.web.api.validation.ParameterValidationRule
Deprecated.
This function return the name of the parameter expected into parameter lists
getName() - Method in interface io.vertx.ext.web.Route
 
getName() - Method in enum io.vertx.json.schema.common.dsl.SchemaType
 
getName() - Method in enum io.vertx.json.schema.draft7.dsl.StringFormat
 
getName() - Method in class io.vertx.kafka.admin.ConfigEntry
 
getName() - Method in class io.vertx.kafka.admin.ConfigSynonym
 
getName() - Method in class io.vertx.kafka.admin.NewTopic
 
getName() - Method in class io.vertx.kafka.admin.TopicDescription
 
getName() - Method in class io.vertx.kafka.client.common.ConfigResource
 
getName() - Method in class io.vertx.reactivex.core.cli.CLI
 
getName() - Method in class io.vertx.reactivex.core.http.Cookie
 
getName() - Method in class io.vertx.reactivex.ext.mail.MailAttachment
get the name
getName() - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
Deprecated.
getName() - Method in class io.vertx.reactivex.ext.web.api.validation.ParameterValidationRule
Deprecated.
getName() - Method in class io.vertx.reactivex.ext.web.Route
 
getName() - Method in class io.vertx.rxjava.core.cli.CLI
 
getName() - Method in class io.vertx.rxjava.core.http.Cookie
 
getName() - Method in class io.vertx.rxjava.ext.mail.MailAttachment
get the name
getName() - Method in class io.vertx.rxjava.ext.web.api.RequestParameter
Deprecated.
getName() - Method in class io.vertx.rxjava.ext.web.api.validation.ParameterValidationRule
Deprecated.
getName() - Method in class io.vertx.rxjava.ext.web.Route
 
getName() - Method in class io.vertx.servicediscovery.Record
Gets the name of the service.
getName() - Method in class io.vertx.servicediscovery.ServiceDiscoveryOptions
Gets the service discovery name used in service usage events.
getName() - Method in class io.vertx.spi.cluster.ignite.IgniteCacheOptions
Cache name.
getNc() - Method in class io.vertx.ext.auth.htdigest.HtdigestCredentials
 
getNdots() - Method in class io.vertx.core.dns.AddressResolverOptions
 
getNear() - Method in class io.vertx.ext.consul.CheckQueryOptions
Get node name for sorting the list in ascending order based on the estimated round trip time from that node.
getNear() - Method in class io.vertx.ext.consul.NodeQueryOptions
Get node name for sorting the list in ascending order based on the estimated round trip time from that node.
getNear() - Method in class io.vertx.ext.consul.PreparedQueryExecuteOptions
Get node name for sorting the list in ascending order based on the estimated round trip time from that node.
getNear() - Method in class io.vertx.ext.consul.ServiceQueryOptions
Get node name for sorting the list in ascending order based on the estimated round trip time from that node.
getNearestN() - Method in class io.vertx.ext.consul.PreparedQueryDefinition
Specifies that the query will be forwarded to up to NearestN other datacenters based on their estimated network round trip time using Network Coordinates from the WAN gossip pool.
getNetActiveConnections() - Method in class io.vertx.micrometer.MetricsNaming
 
getNetBytesRead() - Method in class io.vertx.micrometer.MetricsNaming
 
getNetBytesWritten() - Method in class io.vertx.micrometer.MetricsNaming
 
getNetClientOptions() - Method in class io.vertx.redis.client.RedisOptions
Get the net client options used to connect to the server.
getNetErrorCount() - Method in class io.vertx.micrometer.MetricsNaming
 
getNetworkRecoveryInterval() - Method in class io.vertx.rabbitmq.RabbitMQOptions
 
getNewConfiguration() - Method in class io.vertx.config.ConfigChange
 
getNewLine() - Method in class io.vertx.core.cli.UsageMessageFormatter
 
getNext() - Method in class io.vertx.ext.sql.ResultSet
Get the next result set
getNode() - Method in class io.vertx.ext.consul.Coordinate
Get name of node
getNode() - Method in class io.vertx.ext.consul.Event
Get regular expression to filter by node name
getNode() - Method in class io.vertx.ext.consul.EventOptions
Get regular expression to filter by node name
getNode() - Method in class io.vertx.ext.consul.Service
Get none name
getNode() - Method in class io.vertx.ext.consul.ServiceEntry
Get node
getNode() - Method in class io.vertx.ext.consul.Session
Get the ID of node
getNode() - Method in class io.vertx.ext.consul.SessionOptions
Get the node to which the session will be assigned
getNodeAddress() - Method in class io.vertx.ext.consul.Service
Get node address
getNodeId() - Method in interface io.vertx.core.spi.cluster.ClusterManager
Return the unique node identifier for this node.
getNodeId() - Method in class io.vertx.ext.cluster.infinispan.InfinispanClusterManager
 
getNodeId() - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
 
getNodeId() - Method in class io.vertx.spi.cluster.ignite.IgniteClusterManager
 
getNodeId() - Method in class io.vertx.spi.cluster.zookeeper.ZookeeperClusterManager
 
getNodeInfo() - Method in interface io.vertx.core.spi.cluster.ClusterManager
Get details about this clustered node.
getNodeInfo(String, Promise<NodeInfo>) - Method in interface io.vertx.core.spi.cluster.ClusterManager
Get details about a specific node in the cluster.
getNodeInfo() - Method in class io.vertx.ext.cluster.infinispan.InfinispanClusterManager
 
getNodeInfo(String, Promise<NodeInfo>) - Method in class io.vertx.ext.cluster.infinispan.InfinispanClusterManager
 
getNodeInfo() - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
 
getNodeInfo(String, Promise<NodeInfo>) - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
 
getNodeInfo() - Method in class io.vertx.spi.cluster.ignite.IgniteClusterManager
 
getNodeInfo(String, Promise<NodeInfo>) - Method in class io.vertx.spi.cluster.ignite.IgniteClusterManager
 
getNodeInfo() - Method in class io.vertx.spi.cluster.zookeeper.ZookeeperClusterManager
 
getNodeInfo(String, Promise<NodeInfo>) - Method in class io.vertx.spi.cluster.zookeeper.ZookeeperClusterManager
 
getNodeName() - Method in class io.vertx.ext.consul.Check
Get the name of node
getNodes() - Method in interface io.vertx.core.spi.cluster.ClusterManager
Return a list of node identifiers corresponding to the nodes in the cluster.
getNodes() - Method in class io.vertx.ext.cluster.infinispan.InfinispanClusterManager
 
getNodes() - Method in class io.vertx.ext.consul.PreparedQueryExecuteResponse
Get the list of healthy nodes providing the given service, as specified by the constraints of the prepared query.
getNodes() - Method in class io.vertx.kafka.admin.ClusterDescription
 
getNodes() - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
 
getNodes() - Method in class io.vertx.spi.cluster.ignite.IgniteClusterManager
 
getNodes() - Method in class io.vertx.spi.cluster.zookeeper.ZookeeperClusterManager
 
getNonce() - Method in class io.vertx.ext.auth.htdigest.HtdigestCredentials
 
getNonceAlgorithm() - Method in class io.vertx.ext.auth.JWTOptions
 
getNotes() - Method in class io.vertx.ext.consul.Check
Get the human-readable note of check
getNotes() - Method in class io.vertx.ext.consul.CheckOptions
Get check notes
getNotificationAddress() - Method in class io.vertx.circuitbreaker.CircuitBreakerOptions
 
getNotificationPeriod() - Method in class io.vertx.circuitbreaker.CircuitBreakerOptions
 
getNow(String) - Static method in class io.vertx.micrometer.backends.BackendRegistries
Get the micrometer registry of the given name.
getNumber(int) - Method in class io.vertx.core.json.JsonArray
Get the Number at position pos in the array,
getNumber(String) - Method in class io.vertx.core.json.JsonObject
Get the Number value with the specified key
getNumber(String, Number) - Method in class io.vertx.core.json.JsonObject
Like JsonObject.getNumber(String) but specifying a default value to return if there is no entry.
getNumColumns() - Method in class io.vertx.ext.sql.ResultSet
Return the number of columns in the result set
getNumeric(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get value for the given column.
getNumeric(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get value at pos.
getNumeric(String) - Method in class io.vertx.rxjava.sqlclient.Row
Get value for the given column.
getNumeric(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
Get value at pos.
getNumeric(String) - Method in interface io.vertx.sqlclient.Row
Get Numeric value for the given column.
getNumeric(int) - Method in interface io.vertx.sqlclient.Tuple
Get Numeric value at pos.
getNumPartitions() - Method in class io.vertx.kafka.admin.NewTopic
 
getNumRows() - Method in class io.vertx.ext.sql.ResultSet
Return the number of rows in the result set
getNumThreads() - Method in class io.vertx.micrometer.VertxInfluxDbOptions
Get the number of threads used by the push scheduler
getNumUses() - Method in class io.vertx.config.vault.client.Lookup
 
getNumUses() - Method in class io.vertx.config.vault.client.TokenRequest
 
getObjectKeys() - Method in interface io.vertx.ext.web.api.RequestParameter
Deprecated.
If value is a map of fields, it returns keys of map, otherwise it returns null
getObjectKeys() - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
Deprecated.
getObjectKeys() - Method in class io.vertx.rxjava.ext.web.api.RequestParameter
Deprecated.
getObjectParameter(Object, String, boolean) - Method in interface io.vertx.core.json.pointer.JsonPointerIterator
Returns the object parameter with specified key.
getObjectParameter(Object, String, boolean) - Method in class io.vertx.reactivex.core.json.pointer.JsonPointerIterator
Returns the object parameter with specified key.
getObjectParameter(Object, String, boolean) - Method in class io.vertx.rxjava.core.json.pointer.JsonPointerIterator
Returns the object parameter with specified key.
getObjectValue(String) - Method in interface io.vertx.ext.web.api.RequestParameter
Deprecated.
If value is a map of fields, it returns value of field with key provided, otherwise it returns null
getObjectValue(String) - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
Deprecated.
getObjectValue(String) - Method in class io.vertx.rxjava.ext.web.api.RequestParameter
Deprecated.
getOffset() - Method in class io.vertx.kafka.admin.ListOffsetsResultInfo
 
getOffset() - Method in class io.vertx.kafka.client.consumer.OffsetAndMetadata
 
getOffset() - Method in class io.vertx.kafka.client.consumer.OffsetAndTimestamp
 
getOffset() - Method in class io.vertx.kafka.client.producer.RecordMetadata
 
getOffsetDateTime(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get OffsetDateTime value for the given column.
getOffsetDateTime(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get OffsetDateTime value at pos.
getOffsetDateTime(String) - Method in class io.vertx.rxjava.sqlclient.Row
Get OffsetDateTime value for the given column.
getOffsetDateTime(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
Get OffsetDateTime value at pos.
getOffsetDateTime(String) - Method in interface io.vertx.sqlclient.Row
Get OffsetDateTime value for the given column.
getOffsetDateTime(int) - Method in interface io.vertx.sqlclient.Tuple
Get OffsetDateTime value at pos.
getOffsetTime(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get OffsetTime value for the given column.
getOffsetTime(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get OffsetTime value at pos.
getOffsetTime(String) - Method in class io.vertx.rxjava.sqlclient.Row
Get OffsetTime value for the given column.
getOffsetTime(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
Get OffsetTime value at pos.
getOffsetTime(String) - Method in interface io.vertx.sqlclient.Row
Get OffsetTime value for the given column.
getOffsetTime(int) - Method in interface io.vertx.sqlclient.Tuple
Get OffsetTime value at pos.
getOneMinuteRate() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxMeterMBean
 
getOpaque() - Method in class io.vertx.ext.auth.htdigest.HtdigestCredentials
 
getOpenAPI() - Method in interface io.vertx.ext.web.openapi.OpenAPIHolder
 
getOpenAPI() - Method in interface io.vertx.ext.web.openapi.RouterBuilder
 
getOpenAPI() - Method in class io.vertx.reactivex.ext.web.openapi.OpenAPIHolder
 
getOpenAPI() - Method in class io.vertx.reactivex.ext.web.openapi.RouterBuilder
 
getOpenAPIPath() - Method in interface io.vertx.ext.web.openapi.Operation
 
getOpenAPIPath() - Method in class io.vertx.reactivex.ext.web.openapi.Operation
 
getOpenSslEngineOptions() - Method in class io.vertx.core.net.TCPSSLOptions
 
getOperationId() - Method in interface io.vertx.ext.web.openapi.Operation
 
getOperationId() - Method in class io.vertx.reactivex.ext.web.openapi.Operation
 
getOperationModel() - Method in interface io.vertx.ext.web.openapi.Operation
 
getOperationModel() - Method in class io.vertx.reactivex.ext.web.openapi.Operation
 
getOperationModelKey() - Method in class io.vertx.ext.web.api.contract.RouterFactoryOptions
Deprecated.
 
getOperationModelKey() - Method in class io.vertx.ext.web.openapi.RouterBuilderOptions
 
getOperations() - Method in class io.vertx.ext.consul.TxnRequest
Returns list of transaction operations
getOperations(int) - Method in class io.vertx.ext.consul.TxnRequest
Returns the operation at the specified position in this list
getOperationsSize() - Method in class io.vertx.ext.consul.TxnRequest
Returns the number of operations in this request
getOperationType() - Method in class io.vertx.ext.consul.KeyValue
 
getOperationType() - Method in class io.vertx.ext.consul.TxnKVOperation
 
getOperationType() - Method in interface io.vertx.ext.consul.TxnOperation
Returns the type of operation in a transaction
getOperationType() - Method in interface io.vertx.ext.consul.TxnResult
 
getOpIndex() - Method in class io.vertx.ext.consul.TxnError
Get the index of the failed operation in the transaction
getOption(String) - Method in interface io.vertx.core.cli.CLI
Gets an Option based on its name (short name, long name or argument name).
getOption() - Method in exception io.vertx.core.cli.InvalidValueException
 
getOption() - Method in exception io.vertx.core.cli.MissingValueException
 
getOption(String) - Method in class io.vertx.reactivex.core.cli.CLI
Gets an Option based on its name (short name, long name or argument name).
getOption(String) - Method in class io.vertx.rxjava.core.cli.CLI
Gets an Option based on its name (short name, long name or argument name).
getOptionComparator() - Method in class io.vertx.core.cli.UsageMessageFormatter
Comparator used to sort the options when they output in help text.
getOptionPrefix() - Method in class io.vertx.core.cli.UsageMessageFormatter
 
getOptions() - Method in exception io.vertx.core.cli.AmbiguousOptionException
 
getOptions() - Method in interface io.vertx.core.cli.CLI
Gets the list of options.
getOptions() - Method in class io.vertx.ext.mongo.IndexModel
Get the index options
getOptions() - Method in interface io.vertx.ext.web.api.contract.RouterFactory
Deprecated.
Get options of router factory.
getOptions() - Method in interface io.vertx.ext.web.openapi.RouterBuilder
 
getOptions() - Method in class io.vertx.reactivex.core.cli.CLI
Gets the list of options.
getOptions() - Method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Deprecated.
getOptions() - Method in interface io.vertx.reactivex.ext.web.api.contract.RouterFactory
Deprecated.
getOptions() - Method in class io.vertx.reactivex.ext.web.openapi.RouterBuilder
 
getOptions() - Method in class io.vertx.rxjava.core.cli.CLI
Gets the list of options.
getOptions() - Method in class io.vertx.rxjava.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Deprecated.
getOptions() - Method in interface io.vertx.rxjava.ext.web.api.contract.RouterFactory
Deprecated.
getOptionValue(String) - Method in interface io.vertx.core.cli.CommandLine
Gets the value of an option with the matching name (can be the long name, short name or arg name).
getOptionValue(String) - Method in class io.vertx.reactivex.core.cli.CommandLine
Gets the value of an option with the matching name (can be the long name, short name or arg name).
getOptionValue(String) - Method in class io.vertx.rxjava.core.cli.CommandLine
Gets the value of an option with the matching name (can be the long name, short name or arg name).
getOptionValues(String) - Method in interface io.vertx.core.cli.CommandLine
Gets the values of an option with the matching name (can be the long name, short name or arg name).
getOrApplyDefaultAsync(Object) - Method in class io.vertx.json.schema.common.FalseSchema
 
getOrApplyDefaultAsync(Object) - Method in class io.vertx.json.schema.common.RecursiveRefSchema
 
getOrApplyDefaultAsync(Object) - Method in class io.vertx.json.schema.common.RefSchema
 
getOrApplyDefaultAsync(Object) - Method in class io.vertx.json.schema.common.SchemaImpl
 
getOrApplyDefaultAsync(Object) - Method in interface io.vertx.json.schema.common.SchemaInternal
 
getOrApplyDefaultAsync(Object) - Method in class io.vertx.json.schema.common.TrueSchema
 
getOrApplyDefaultSync(Object) - Method in class io.vertx.json.schema.common.FalseSchema
 
getOrApplyDefaultSync(Object) - Method in class io.vertx.json.schema.common.RecursiveRefSchema
 
getOrApplyDefaultSync(Object) - Method in class io.vertx.json.schema.common.RefSchema
 
getOrApplyDefaultSync(Object) - Method in class io.vertx.json.schema.common.SchemaImpl
 
getOrApplyDefaultSync(Object) - Method in interface io.vertx.json.schema.common.SchemaInternal
 
getOrApplyDefaultSync(Object) - Method in class io.vertx.json.schema.common.TrueSchema
 
getOrCreateContext() - Method in interface io.vertx.core.Vertx
Gets the current context, or creates one if there isn't one
getOrCreateContext() - Method in class io.vertx.reactivex.core.Vertx
Gets the current context, or creates one if there isn't one
getOrCreateContext() - Method in class io.vertx.rxjava.core.Vertx
Gets the current context, or creates one if there isn't one
getOrCreateDestination(String) - Method in interface io.vertx.ext.stomp.StompServerHandler
Gets a Destination object if existing, or create a new one.
getOrCreateDestination(String) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
Gets a Destination object if existing, or create a new one.
getOrCreateDestination(String) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
Gets a Destination object if existing, or create a new one.
getOrDefault(Object, V) - Method in interface io.vertx.core.shareddata.LocalMap
Returns the value to which the specified key is mapped, or defaultValue if this map contains no mapping for the key.
getOrDefault(String, T) - Static method in class io.vertx.grpc.ContextServerInterceptor
 
getOrDefault(Object, V) - Method in class io.vertx.reactivex.core.shareddata.LocalMap
Returns the value to which the specified key is mapped, or defaultValue if this map contains no mapping for the key.
getOrDefault(Object, V) - Method in class io.vertx.rxjava.core.shareddata.LocalMap
Returns the value to which the specified key is mapped, or defaultValue if this map contains no mapping for the key.
getOrigin() - Method in class io.vertx.ext.auth.webauthn.WebAuthnCredentials
 
getOutBinary() - Method in class io.vertx.ext.shell.term.TelnetTermOptions
 
getOutboundMappings() - Method in class io.vertx.camel.CamelBridgeOptions
 
getOutboundPermitteds() - Method in class io.vertx.ext.bridge.BridgeOptions
 
getOutput() - Method in class io.vertx.ext.consul.Check
Get the output of check
getOutput() - Method in class io.vertx.ext.sql.ResultSet
Get the registered outputs
getOwnHostname() - Method in class io.vertx.ext.mail.MailConfig
get the hostname to be used for HELO/EHLO and the Message-ID
getP1() - Method in class io.vertx.pgclient.data.LineSegment
 
getP2() - Method in class io.vertx.pgclient.data.LineSegment
 
getPageSize() - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
 
getParam(String) - Method in interface io.vertx.core.http.HttpServerRequest
Return the first param value with the specified name
getParam(String) - Method in class io.vertx.reactivex.core.http.HttpServerRequest
Return the first param value with the specified name
getParam(String) - Method in class io.vertx.rxjava.core.http.HttpServerRequest
Return the first param value with the specified name
getParameterName() - Method in exception io.vertx.ext.web.validation.ParameterProcessorException
 
getParams() - Method in class io.vertx.ext.web.api.OperationRequest
Deprecated.
Get request parsedParameters as JSON
getParams() - Method in class io.vertx.ext.web.api.service.ServiceRequest
Get request parsedParameters as JSON
getParamsToExtract() - Method in class io.vertx.ext.web.api.service.generator.model.WebApiProxyMethodInfo
 
getParent() - Method in class io.vertx.json.schema.common.BaseMutableStateValidator
 
getParent() - Method in interface io.vertx.json.schema.common.MutableStateValidator
Returns the parent of this schema.
getPartialFilterExpression() - Method in class io.vertx.ext.mongo.IndexOptions
Get the filter expression for the documents to be included in the index or null if not set
getPartition() - Method in class io.vertx.kafka.client.common.PartitionInfo
 
getPartition() - Method in class io.vertx.kafka.client.common.TopicPartition
 
getPartition() - Method in class io.vertx.kafka.client.common.TopicPartitionInfo
 
getPartition() - Method in class io.vertx.kafka.client.producer.RecordMetadata
 
getPartitionAssignor() - Method in class io.vertx.kafka.admin.ConsumerGroupDescription
 
getPartitionLossPolicy() - Method in class io.vertx.spi.cluster.ignite.IgniteCacheOptions
Gets partition loss policy.
getPartitions() - Method in class io.vertx.kafka.admin.TopicDescription
 
getPasscode() - Method in class io.vertx.ext.stomp.StompClientOptions
Gets the configured passcode.
getPassing() - Method in class io.vertx.ext.consul.PreparedQueryDefinition
Specifies the behavior of the query's health check filtering.
getPassword() - Method in class io.vertx.amqp.AmqpClientOptions
 
getPassword() - Method in class io.vertx.core.net.KeyStoreOptionsBase
 
getPassword() - Method in class io.vertx.core.net.ProxyOptions
Get proxy password.
getPassword() - Method in class io.vertx.ext.auth.authentication.UsernamePasswordCredentials
 
getPassword() - Method in class io.vertx.ext.auth.KeyStoreOptions
 
getPassword() - Method in class io.vertx.ext.mail.MailConfig
get password
getPassword() - Method in class io.vertx.jdbcclient.JDBCConnectOptions
 
getPassword() - Method in class io.vertx.micrometer.VertxInfluxDbOptions
Get the password used for authenticated connections
getPassword() - Method in class io.vertx.mqtt.MqttAuth
 
getPassword() - Method in class io.vertx.mqtt.MqttClientOptions
 
getPassword() - Method in class io.vertx.mysqlclient.MySQLAuthOptions
Get the user password to be used for the authentication.
getPassword() - Method in class io.vertx.rabbitmq.RabbitMQOptions
 
getPassword() - Method in class io.vertx.redis.client.RedisOptions
Get the default password for cluster/sentinel connections, if not set it will try to extract it from the current default endpoint.
getPassword() - Method in class io.vertx.sqlclient.SqlConnectOptions
Get the user password to be used for the authentication.
getPasswordCredentialField() - Method in interface io.vertx.ext.auth.mongo.MongoAuth
Deprecated.
Get the name of the field to be used as property for the password of credentials in the method AuthenticationProvider.authenticate(JsonObject, io.vertx.core.Handler).
getPasswordCredentialField() - Method in class io.vertx.ext.auth.mongo.MongoAuthenticationOptions
 
getPasswordCredentialField() - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
Deprecated.
getPasswordCredentialField() - Method in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
Deprecated.
getPasswordField() - Method in interface io.vertx.ext.auth.mongo.MongoAuth
Deprecated.
Get the name of the field to be used for the password Defaults to MongoAuth.DEFAULT_PASSWORD_FIELD
getPasswordField() - Method in class io.vertx.ext.auth.mongo.MongoAuthenticationOptions
 
getPasswordField() - Method in class io.vertx.ext.auth.mongo.MongoAuthOptions
Deprecated.
 
getPasswordField() - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
Deprecated.
getPasswordField() - Method in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
Deprecated.
getPasswordProtection() - Method in class io.vertx.ext.auth.KeyStoreOptions
 
getPath() - Method in class io.vertx.config.vault.client.Lookup
 
getPath() - Method in interface io.vertx.core.http.Cookie
 
getPath() - Method in class io.vertx.core.net.KeyStoreOptionsBase
Get the path to the ksy store
getPath() - Method in class io.vertx.ext.auth.KeyStoreOptions
 
getPath() - Method in interface io.vertx.ext.web.Route
 
getPath() - Method in class io.vertx.reactivex.core.http.Cookie
 
getPath() - Method in class io.vertx.reactivex.ext.web.Route
 
getPath() - Method in class io.vertx.rxjava.core.http.Cookie
 
getPath() - Method in class io.vertx.rxjava.ext.web.Route
 
getPatternProperties() - Method in class io.vertx.json.schema.common.dsl.ObjectSchemaBuilder
 
getPayload() - Method in class io.vertx.ext.consul.Event
Get payload of event
getPayload() - Method in class io.vertx.ext.consul.EventOptions
Get payload of event
getPayload() - Method in class io.vertx.ext.web.api.OperationResponse
Deprecated.
 
getPayload() - Method in class io.vertx.ext.web.api.service.ServiceResponse
 
getPayload() - Method in class io.vertx.pgclient.PgNotification
 
getPemKeyCertOptions() - Method in class io.vertx.core.net.TCPSSLOptions
Get the key/cert store options in pem format.
getPemKeyCertOptions() - Method in class io.vertx.spi.cluster.ignite.IgniteSslOptions
 
getPemTrustOptions() - Method in class io.vertx.core.net.TCPSSLOptions
Get the trust options in pem format
getPemTrustOptions() - Method in class io.vertx.spi.cluster.ignite.IgniteSslOptions
 
getPerFrameWebSocketCompressionSupported() - Method in class io.vertx.core.http.HttpServerOptions
Get whether WebSocket the per-frame deflate compression extension is supported.
getPerMessageWebSocketCompressionSupported() - Method in class io.vertx.core.http.HttpServerOptions
Get whether WebSocket per-message deflate compression extension is supported.
getPermission() - Method in interface io.vertx.ext.auth.authorization.PermissionBasedAuthorization
returns the value of the permission
getPermission() - Method in interface io.vertx.ext.auth.authorization.WildcardPermissionBasedAuthorization
return the value of the wildcard permission
getPermission() - Method in class io.vertx.reactivex.ext.auth.authorization.PermissionBasedAuthorization
returns the value of the permission
getPermission() - Method in class io.vertx.reactivex.ext.auth.authorization.WildcardPermissionBasedAuthorization
return the value of the wildcard permission
getPermission() - Method in class io.vertx.rxjava.ext.auth.authorization.PermissionBasedAuthorization
returns the value of the permission
getPermission() - Method in class io.vertx.rxjava.ext.auth.authorization.WildcardPermissionBasedAuthorization
return the value of the wildcard permission
getPermissionField() - Method in interface io.vertx.ext.auth.mongo.MongoAuth
Deprecated.
Get the name of the field to be used for the permissions.
getPermissionField() - Method in class io.vertx.ext.auth.mongo.MongoAuthOptions
Deprecated.
 
getPermissionField() - Method in class io.vertx.ext.auth.mongo.MongoAuthorizationOptions
 
getPermissionField() - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
Deprecated.
getPermissionField() - Method in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
Deprecated.
getPermissions() - Method in class io.vertx.ext.auth.JWTOptions
 
getPermissionsClaimKey() - Method in class io.vertx.ext.auth.jwt.JWTAuthOptions
Deprecated.
AuthN and AuthZ have been split in vert.x 4.0.0 in order to specify where authorization will happen see JWTAuthorization.
getPermissionsQuery() - Method in class io.vertx.ext.auth.jdbc.JDBCAuthOptions
Deprecated.
 
getPermissionsQuery() - Method in class io.vertx.ext.auth.jdbc.JDBCAuthorizationOptions
 
getPermissionsQuery() - Method in class io.vertx.ext.auth.sqlclient.SqlAuthorizationOptions
 
getPerms() - Method in class io.vertx.core.file.OpenOptions
Get the permissions string to be used if creating a file
getPfxKeyCertOptions() - Method in class io.vertx.core.net.TCPSSLOptions
Get the key/cert options in pfx format.
getPfxKeyCertOptions() - Method in class io.vertx.spi.cluster.ignite.IgniteSslOptions
 
getPfxTrustOptions() - Method in class io.vertx.core.net.TCPSSLOptions
Get the trust options in pfx format
getPfxTrustOptions() - Method in class io.vertx.spi.cluster.ignite.IgniteSslOptions
 
getPingTimeout() - Method in class io.vertx.ext.web.handler.sockjs.SockJSBridgeOptions
 
getPipeliningLimit() - Method in class io.vertx.core.http.HttpClientOptions
 
getPipeliningLimit() - Method in class io.vertx.db2client.DB2ConnectOptions
 
getPipeliningLimit() - Method in class io.vertx.pgclient.PgConnectOptions
 
getPoints() - Method in class io.vertx.mysqlclient.data.spatial.LineString
 
getPoints() - Method in class io.vertx.mysqlclient.data.spatial.MultiPoint
 
getPoints() - Method in class io.vertx.pgclient.data.Path
 
getPoints() - Method in class io.vertx.pgclient.data.Polygon
 
getPolicies() - Method in class io.vertx.config.vault.client.Auth
 
getPolicies() - Method in class io.vertx.config.vault.client.Lookup
 
getPolicies() - Method in class io.vertx.config.vault.client.TokenRequest
 
getPolygons() - Method in class io.vertx.mysqlclient.data.spatial.MultiPolygon
 
getPoolCleanerInterval() - Method in class io.vertx.redis.client.RedisOptions
Tune how often in milliseconds should the connection pool cleaner execute.
getPoolCleanerPeriod() - Method in class io.vertx.core.http.HttpClientOptions
 
getPoolCompleted() - Method in class io.vertx.micrometer.MetricsNaming
 
getPoolInUse() - Method in class io.vertx.micrometer.MetricsNaming
 
getPoolQueuePending() - Method in class io.vertx.micrometer.MetricsNaming
 
getPoolQueueTime() - Method in class io.vertx.micrometer.MetricsNaming
 
getPoolRecycleTimeout() - Method in class io.vertx.redis.client.RedisOptions
Tune when a connection should be recycled in milliseconds.
getPoolUsage() - Method in class io.vertx.micrometer.MetricsNaming
 
getPoolUsageRatio() - Method in class io.vertx.micrometer.MetricsNaming
 
getPort() - Method in class io.vertx.amqp.AmqpClientOptions
 
getPort() - Method in class io.vertx.core.dns.DnsClientOptions
Get the port to be used by this client in requests.
getPort() - Method in class io.vertx.core.eventbus.EventBusOptions
 
getPort() - Method in interface io.vertx.core.http.HttpClientRequest
 
getPort() - Method in class io.vertx.core.http.RequestOptions
Get the port to be used by the client request.
getPort() - Method in class io.vertx.core.net.NetServerOptions
 
getPort() - Method in class io.vertx.core.net.ProxyOptions
Get proxy port.
getPort() - Method in class io.vertx.ext.consul.ConsulClientOptions
Get Consul HTTP API port.
getPort() - Method in class io.vertx.ext.consul.Service
Get service port
getPort() - Method in class io.vertx.ext.consul.ServiceOptions
Get service port
getPort() - Method in class io.vertx.ext.mail.MailConfig
get the port of the mailserver
getPort() - Method in class io.vertx.ext.shell.term.SSHTermOptions
 
getPort() - Method in class io.vertx.ext.stomp.StompClientOptions
Gets the STOMP server port.
getPort() - Method in class io.vertx.ext.stomp.StompServerOptions
 
getPort() - Method in class io.vertx.grpc.VertxServer
 
getPort() - Method in class io.vertx.kafka.client.common.Node
 
getPort() - Method in class io.vertx.rabbitmq.RabbitMQOptions
 
getPort() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
 
getPort() - Method in class io.vertx.rxjava.core.http.HttpClientRequest
 
getPort() - Method in class io.vertx.servicediscovery.types.HttpLocation
 
getPort() - Method in class io.vertx.sqlclient.SqlConnectOptions
Get the port for connecting to the server.
getPosition() - Method in exception io.vertx.pgclient.PgException
 
getPreferNativeTransport() - Method in class io.vertx.core.VertxOptions
 
getPrefix() - Method in enum io.vertx.micrometer.MetricsDomain
 
getPreparedQuery(String, Handler<AsyncResult<PreparedQueryDefinition>>) - Method in interface io.vertx.ext.consul.ConsulClient
Returns an existing prepared query
getPreparedQuery(String) - Method in interface io.vertx.ext.consul.ConsulClient
Like ConsulClient.getPreparedQuery(String, Handler) but returns a Future of the asynchronous result.
getPreparedQuery(String, Handler<AsyncResult<PreparedQueryDefinition>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns an existing prepared query
getPreparedQuery(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns an existing prepared query
getPreparedQuery(String, Handler<AsyncResult<PreparedQueryDefinition>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns an existing prepared query
getPreparedQuery(String) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns an existing prepared query
getPreparedStatementCacheMaxSize() - Method in class io.vertx.sqlclient.SqlConnectOptions
Get the maximum number of prepared statements that the connection will cache.
getPreparedStatementCacheSqlFilter() - Method in class io.vertx.sqlclient.SqlConnectOptions
Get the predicate filtering prepared statements that the connection will cache.
getPreviousConfiguration() - Method in class io.vertx.config.ConfigChange
 
getPrintStream() - Method in class io.vertx.core.spi.launcher.ExecutionContext
 
getPriority() - Method in interface io.vertx.core.cli.CLI
 
getPriority() - Method in class io.vertx.json.schema.common.BaseAsyncValidator
 
getPriority() - Method in class io.vertx.json.schema.common.BaseMutableStateValidator
 
getPriority() - Method in class io.vertx.json.schema.common.BaseSyncValidator
 
getPriority() - Method in class io.vertx.json.schema.common.ConstValidatorFactory.ConstValidator
 
getPriority() - Method in class io.vertx.json.schema.common.EnumValidatorFactory.EnumValidator
 
getPriority() - Method in class io.vertx.json.schema.common.FalseSchema
 
getPriority() - Method in interface io.vertx.json.schema.common.PriorityGetter
Returns the priority
getPriority() - Method in class io.vertx.json.schema.common.TrueSchema
 
getPriority() - Method in class io.vertx.reactivex.core.cli.CLI
 
getPriority() - Method in class io.vertx.rxjava.core.cli.CLI
 
getPrivateKey() - Method in class io.vertx.ext.mail.DKIMSignOptions
Gets the PKCS#8 format private key used to sign the email.
getPrivateKeyPath() - Method in class io.vertx.ext.mail.DKIMSignOptions
Gets the PKCS#8 format private key file path.
getProcessId() - Method in class io.vertx.pgclient.PgNotification
 
getPrometheusOptions() - Method in class io.vertx.micrometer.MicrometerMetricsOptions
Get the specific options for Prometheus reporting.
getProperties() - Method in class io.vertx.json.schema.common.dsl.ObjectSchemaBuilder
 
getProperties() - Method in class io.vertx.mysqlclient.MySQLAuthOptions
 
getProperties() - Method in class io.vertx.spi.cluster.ignite.IgniteDiscoveryOptions
Get the discovery implementation properties.
getProperties() - Method in class io.vertx.sqlclient.SqlConnectOptions
 
getProtocol() - Method in class io.vertx.spi.cluster.ignite.IgniteSslOptions
Gets protocol for secure transport.
getProtocolVersion() - Method in class io.vertx.core.http.HttpClientOptions
Get the protocol version.
getProvider() - Method in class io.vertx.core.net.KeyStoreOptions
 
getProvider() - Method in class io.vertx.core.net.KeyStoreOptionsBase
 
getProvider() - Method in class io.vertx.ext.auth.KeyStoreOptions
 
getProviderIds() - Method in interface io.vertx.ext.auth.authorization.Authorizations
 
getProviderIds() - Method in class io.vertx.reactivex.ext.auth.authorization.Authorizations
 
getProviderIds() - Method in class io.vertx.rxjava.ext.auth.authorization.Authorizations
 
getProxy(ServiceDiscovery, Class<T>, Handler<AsyncResult<T>>) - Static method in interface io.vertx.servicediscovery.types.EventBusService
Lookup for a service record and if found, retrieve it and return the service object (used to consume the service).
getProxy(ServiceDiscovery, Class<T>, JsonObject, Handler<AsyncResult<T>>) - Static method in interface io.vertx.servicediscovery.types.EventBusService
Lookup for a service record and if found, retrieve it and return the service object (used to consume the service).
getProxyOptions() - Method in class io.vertx.core.net.ClientOptionsBase
Get proxy options for connections
getProxyProtocolTimeout() - Method in class io.vertx.core.net.NetServerOptions
 
getProxyProtocolTimeoutUnit() - Method in class io.vertx.core.net.NetServerOptions
 
getPubKeyCredParams() - Method in class io.vertx.ext.auth.webauthn.WebAuthnOptions
 
getPublicKey() - Method in class io.vertx.ext.auth.PubSecKeyOptions
Deprecated.
getPublicKey() - Method in class io.vertx.ext.auth.webauthn.Authenticator
 
getPublicKey(byte[], long) - Static method in class io.vertx.ext.httpservicefactory.PGPHelper
Get a public key from a public key block.
getPubSecKeys() - Method in class io.vertx.ext.auth.jwt.JWTAuthOptions
 
getPubSecKeys() - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
The provider PubSec key options
getQop() - Method in class io.vertx.ext.auth.htdigest.HtdigestCredentials
 
getQos() - Method in class io.vertx.amqp.AmqpReceiverOptions
Gets the local QOS config, values can be null, AT_MOST_ONCE or AT_LEAST_ONCE.
getQuery() - Method in class io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions
 
getQueryTimeout() - Method in class io.vertx.core.dns.AddressResolverOptions
 
getQueryTimeout() - Method in class io.vertx.core.dns.DnsClientOptions
 
getQueryTimeout() - Method in class io.vertx.ext.sql.SQLOptions
 
getQuorumSize() - Method in class io.vertx.core.VertxOptions
Get the quorum size to be used when HA is enabled.
getRadius() - Method in class io.vertx.pgclient.data.Circle
 
GETRANGE - Static variable in class io.vertx.reactivex.redis.client.Command
 
getrange(String, String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command getrange.
getrange(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command getrange.
GETRANGE - Static variable in interface io.vertx.redis.client.Command
 
getrange(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command getrange.
getrange(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command getrange.
GETRANGE - Static variable in class io.vertx.rxjava.redis.client.Command
 
getrange(String, String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command getrange.
getrange(String, String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command getrange.
getRateUnit() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxMeterMBean
 
getRawMessage() - Method in interface io.vertx.ext.bridge.BaseBridgeEvent
Get the raw JSON message for the event.
getRawMessage() - Method in class io.vertx.reactivex.ext.bridge.BaseBridgeEvent
Get the raw JSON message for the event.
getRawMessage() - Method in class io.vertx.rxjava.ext.bridge.BaseBridgeEvent
Get the raw JSON message for the event.
getRawServer() - Method in class io.vertx.grpc.VertxServer
 
getRawValueForArgument(Argument) - Method in interface io.vertx.core.cli.CommandLine
Gets the raw value of the given argument.
getRawValueForArgument(Argument) - Method in class io.vertx.reactivex.core.cli.CommandLine
Gets the raw value of the given argument.
getRawValueForArgument(Argument) - Method in class io.vertx.rxjava.core.cli.CommandLine
Gets the raw value of the given argument.
getRawValueForOption(Option) - Method in interface io.vertx.core.cli.CommandLine
Gets the raw value of the given option.
getRawValueForOption(Option) - Method in class io.vertx.reactivex.core.cli.CommandLine
Gets the raw value of the given option.
getRawValueForOption(Option) - Method in class io.vertx.rxjava.core.cli.CommandLine
Gets the raw value of the given option.
getRawValues(Option) - Method in interface io.vertx.core.cli.CommandLine
getRawValues(Option) - Method in class io.vertx.reactivex.core.cli.CommandLine
Deprecated.
getRawValues(Option) - Method in class io.vertx.rxjava.core.cli.CommandLine
Deprecated.
getRawValuesForArgument(Argument) - Method in interface io.vertx.core.cli.CommandLine
Gets the raw values of the given argument.
getRawValuesForArgument(Argument) - Method in class io.vertx.reactivex.core.cli.CommandLine
Gets the raw values of the given argument.
getRawValuesForArgument(Argument) - Method in class io.vertx.rxjava.core.cli.CommandLine
Gets the raw values of the given argument.
getRawValuesForOption(Option) - Method in interface io.vertx.core.cli.CommandLine
Gets the raw values of the given option.
getRawValuesForOption(Option) - Method in class io.vertx.reactivex.core.cli.CommandLine
Gets the raw values of the given option.
getRawValuesForOption(Option) - Method in class io.vertx.rxjava.core.cli.CommandLine
Gets the raw values of the given option.
getRdFlag() - Method in class io.vertx.core.dns.AddressResolverOptions
 
getReadLength() - Method in interface io.vertx.core.file.AsyncFile
 
getReadLength() - Method in class io.vertx.reactivex.core.file.AsyncFile
 
getReadLength() - Method in class io.vertx.rxjava.core.file.AsyncFile
 
getReadTimeout() - Method in class io.vertx.micrometer.VertxInfluxDbOptions
Get the read timeout for InfluxDB server connections, in seconds.
getRealm() - Method in class io.vertx.ext.auth.htdigest.HtdigestCredentials
 
getReaperInterval() - Method in class io.vertx.ext.shell.ShellServerOptions
 
getReason() - Method in class io.vertx.ext.consul.MaintenanceOptions
Get the reason message
getRebalanceDelay() - Method in class io.vertx.spi.cluster.ignite.IgniteCacheOptions
Gets delay in milliseconds upon a node joining or leaving topology (or crash) after which rebalancing should be started automatically.
getRebalanceMode() - Method in class io.vertx.spi.cluster.ignite.IgniteCacheOptions
Gets rebalance mode for distributed cache.
getRebalanceOrder() - Method in class io.vertx.spi.cluster.ignite.IgniteCacheOptions
Gets cache rebalance order.
getReceipt() - Method in class io.vertx.ext.stomp.Frame
 
getReceiveBufferSize() - Method in class io.vertx.core.datagram.DatagramSocketOptions
 
getReceiveBufferSize() - Method in class io.vertx.core.net.NetworkOptions
Return the TCP receive buffer size, in bytes
getRecipients() - Method in class io.vertx.ext.mail.MailResult
 
getReconnectAttempts() - Method in class io.vertx.core.eventbus.EventBusOptions
 
getReconnectAttempts() - Method in class io.vertx.core.net.NetClientOptions
 
getReconnectAttempts() - Method in class io.vertx.rabbitmq.RabbitMQPublisherOptions
 
getReconnectCount() - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
Gets maximum number of reconnect attempts used when establishing connection with remote nodes.
getReconnectInterval() - Method in class io.vertx.core.eventbus.EventBusOptions
 
getReconnectInterval() - Method in class io.vertx.core.net.NetClientOptions
 
getReconnectInterval() - Method in class io.vertx.rabbitmq.RabbitMQPublisherOptions
 
getRecord(JsonObject, Handler<AsyncResult<Record>>) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
Lookups for a single record.
getRecord(JsonObject) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
Lookups for a single record.
getRecord(Function<Record, Boolean>, Handler<AsyncResult<Record>>) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
Lookups for a single record.
getRecord(Function<Record, Boolean>) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
Lookups for a single record.
getRecord(Function<Record, Boolean>, boolean, Handler<AsyncResult<Record>>) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
Lookups for a single record.
getRecord(Function<Record, Boolean>, boolean) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
Lookups for a single record.
getRecord(JsonObject, Handler<AsyncResult<Record>>) - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
Lookups for a single record.
getRecord(JsonObject) - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
Lookups for a single record.
getRecord(Function<Record, Boolean>, Handler<AsyncResult<Record>>) - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
Lookups for a single record.
getRecord(Function<Record, Boolean>) - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
Lookups for a single record.
getRecord(Function<Record, Boolean>, boolean, Handler<AsyncResult<Record>>) - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
Lookups for a single record.
getRecord(Function<Record, Boolean>, boolean) - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
Lookups for a single record.
getRecord(String, Handler<AsyncResult<Record>>) - Method in class io.vertx.servicediscovery.backend.redis.RedisBackendService
 
getRecord(JsonObject, Handler<AsyncResult<Record>>) - Method in interface io.vertx.servicediscovery.ServiceDiscovery
Lookups for a single record.
getRecord(JsonObject) - Method in interface io.vertx.servicediscovery.ServiceDiscovery
Like ServiceDiscovery.getRecord(JsonObject, Handler) but returns a Future of the asynchronous result
getRecord(Function<Record, Boolean>, Handler<AsyncResult<Record>>) - Method in interface io.vertx.servicediscovery.ServiceDiscovery
Lookups for a single record.
getRecord(Function<Record, Boolean>) - Method in interface io.vertx.servicediscovery.ServiceDiscovery
Like ServiceDiscovery.getRecord(Function, Handler) but returns a Future of the asynchronous result
getRecord(Function<Record, Boolean>, boolean, Handler<AsyncResult<Record>>) - Method in interface io.vertx.servicediscovery.ServiceDiscovery
Lookups for a single record.
getRecord(Function<Record, Boolean>, boolean) - Method in interface io.vertx.servicediscovery.ServiceDiscovery
Like ServiceDiscovery.getRecords(Function, boolean, Handler) but returns a Future of the asynchronous result
getRecord(String, Handler<AsyncResult<Record>>) - Method in interface io.vertx.servicediscovery.spi.ServiceDiscoveryBackend
Get the record with the given uuid.
getRecords(JsonObject, Handler<AsyncResult<List<Record>>>) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
Lookups for a set of records.
getRecords(JsonObject) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
Lookups for a set of records.
getRecords(Function<Record, Boolean>, Handler<AsyncResult<List<Record>>>) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
Lookups for a set of records.
getRecords(Function<Record, Boolean>) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
Lookups for a set of records.
getRecords(Function<Record, Boolean>, boolean, Handler<AsyncResult<List<Record>>>) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
Lookups for a set of records.
getRecords(Function<Record, Boolean>, boolean) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
Lookups for a set of records.
getRecords(JsonObject, Handler<AsyncResult<List<Record>>>) - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
Lookups for a set of records.
getRecords(JsonObject) - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
Lookups for a set of records.
getRecords(Function<Record, Boolean>, Handler<AsyncResult<List<Record>>>) - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
Lookups for a set of records.
getRecords(Function<Record, Boolean>) - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
Lookups for a set of records.
getRecords(Function<Record, Boolean>, boolean, Handler<AsyncResult<List<Record>>>) - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
Lookups for a set of records.
getRecords(Function<Record, Boolean>, boolean) - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
Lookups for a set of records.
getRecords(Handler<AsyncResult<List<Record>>>) - Method in class io.vertx.servicediscovery.backend.redis.RedisBackendService
 
getRecords(JsonObject, Handler<AsyncResult<List<Record>>>) - Method in interface io.vertx.servicediscovery.ServiceDiscovery
Lookups for a set of records.
getRecords(JsonObject) - Method in interface io.vertx.servicediscovery.ServiceDiscovery
Like ServiceDiscovery.getRecords(JsonObject, Handler) but returns a Future of the asynchronous result
getRecords(Function<Record, Boolean>, Handler<AsyncResult<List<Record>>>) - Method in interface io.vertx.servicediscovery.ServiceDiscovery
Lookups for a set of records.
getRecords(Function<Record, Boolean>) - Method in interface io.vertx.servicediscovery.ServiceDiscovery
Like ServiceDiscovery.getRecords(Function, Handler) but returns a Future of the asynchronous result
getRecords(Function<Record, Boolean>, boolean, Handler<AsyncResult<List<Record>>>) - Method in interface io.vertx.servicediscovery.ServiceDiscovery
Lookups for a set of records.
getRecords(Function<Record, Boolean>, boolean) - Method in interface io.vertx.servicediscovery.ServiceDiscovery
Like ServiceDiscovery.getRecords(Function, boolean, Handler) but returns a Future of the asynchronous result
getRecords(Handler<AsyncResult<List<Record>>>) - Method in interface io.vertx.servicediscovery.spi.ServiceDiscoveryBackend
Gets all the records
getRecursiveAnchor() - Method in class io.vertx.json.schema.common.RecursiveAnchorValidatorContextDecorator
 
getRedirectUri() - Method in class io.vertx.ext.auth.oauth2.Oauth2Credentials
 
getRedisClient(ServiceDiscovery, JsonObject, Handler<AsyncResult<Redis>>) - Static method in class io.vertx.reactivex.servicediscovery.types.RedisDataSource
Convenient method that looks for a Redis data source and provides the configured Redis.
getRedisClient(ServiceDiscovery, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.RedisDataSource
Convenient method that looks for a Redis data source and provides the configured Redis.
getRedisClient(ServiceDiscovery, Function<Record, Boolean>, Handler<AsyncResult<Redis>>) - Static method in class io.vertx.reactivex.servicediscovery.types.RedisDataSource
Convenient method that looks for a Redis data source and provides the configured Redis.
getRedisClient(ServiceDiscovery, Function<Record, Boolean>) - Static method in class io.vertx.reactivex.servicediscovery.types.RedisDataSource
Convenient method that looks for a Redis data source and provides the configured Redis.
getRedisClient(ServiceDiscovery, JsonObject, JsonObject, Handler<AsyncResult<Redis>>) - Static method in class io.vertx.reactivex.servicediscovery.types.RedisDataSource
Convenient method that looks for a Redis data source and provides the configured Redis.
getRedisClient(ServiceDiscovery, JsonObject, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.RedisDataSource
Convenient method that looks for a Redis data source and provides the configured Redis.
getRedisClient(ServiceDiscovery, Function<Record, Boolean>, JsonObject, Handler<AsyncResult<Redis>>) - Static method in class io.vertx.reactivex.servicediscovery.types.RedisDataSource
Convenient method that looks for a Redis data source and provides the configured Redis.
getRedisClient(ServiceDiscovery, Function<Record, Boolean>, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.RedisDataSource
Convenient method that looks for a Redis data source and provides the configured Redis.
getRedisClient(ServiceDiscovery, JsonObject, Handler<AsyncResult<Redis>>) - Static method in class io.vertx.rxjava.servicediscovery.types.RedisDataSource
Convenient method that looks for a Redis data source and provides the configured Redis.
getRedisClient(ServiceDiscovery, JsonObject) - Static method in class io.vertx.rxjava.servicediscovery.types.RedisDataSource
Convenient method that looks for a Redis data source and provides the configured Redis.
getRedisClient(ServiceDiscovery, Function<Record, Boolean>, Handler<AsyncResult<Redis>>) - Static method in class io.vertx.rxjava.servicediscovery.types.RedisDataSource
Convenient method that looks for a Redis data source and provides the configured Redis.
getRedisClient(ServiceDiscovery, Function<Record, Boolean>) - Static method in class io.vertx.rxjava.servicediscovery.types.RedisDataSource
Convenient method that looks for a Redis data source and provides the configured Redis.
getRedisClient(ServiceDiscovery, JsonObject, JsonObject, Handler<AsyncResult<Redis>>) - Static method in class io.vertx.rxjava.servicediscovery.types.RedisDataSource
Convenient method that looks for a Redis data source and provides the configured Redis.
getRedisClient(ServiceDiscovery, JsonObject, JsonObject) - Static method in class io.vertx.rxjava.servicediscovery.types.RedisDataSource
Convenient method that looks for a Redis data source and provides the configured Redis.
getRedisClient(ServiceDiscovery, Function<Record, Boolean>, JsonObject, Handler<AsyncResult<Redis>>) - Static method in class io.vertx.rxjava.servicediscovery.types.RedisDataSource
Convenient method that looks for a Redis data source and provides the configured Redis.
getRedisClient(ServiceDiscovery, Function<Record, Boolean>, JsonObject) - Static method in class io.vertx.rxjava.servicediscovery.types.RedisDataSource
Convenient method that looks for a Redis data source and provides the configured Redis.
getRedisClient(ServiceDiscovery, JsonObject, Handler<AsyncResult<Redis>>) - Static method in interface io.vertx.servicediscovery.types.RedisDataSource
Convenient method that looks for a Redis data source and provides the configured Redis.
getRedisClient(ServiceDiscovery, JsonObject) - Static method in interface io.vertx.servicediscovery.types.RedisDataSource
getRedisClient(ServiceDiscovery, Function<Record, Boolean>, Handler<AsyncResult<Redis>>) - Static method in interface io.vertx.servicediscovery.types.RedisDataSource
Convenient method that looks for a Redis data source and provides the configured Redis.
getRedisClient(ServiceDiscovery, Function<Record, Boolean>) - Static method in interface io.vertx.servicediscovery.types.RedisDataSource
getRedisClient(ServiceDiscovery, JsonObject, JsonObject, Handler<AsyncResult<Redis>>) - Static method in interface io.vertx.servicediscovery.types.RedisDataSource
Convenient method that looks for a Redis data source and provides the configured Redis.
getRedisClient(ServiceDiscovery, JsonObject, JsonObject) - Static method in interface io.vertx.servicediscovery.types.RedisDataSource
getRedisClient(ServiceDiscovery, Function<Record, Boolean>, JsonObject, Handler<AsyncResult<Redis>>) - Static method in interface io.vertx.servicediscovery.types.RedisDataSource
Convenient method that looks for a Redis data source and provides the configured Redis.
getRedisClient(ServiceDiscovery, Function<Record, Boolean>, JsonObject) - Static method in interface io.vertx.servicediscovery.types.RedisDataSource
getReference(Record) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
Gets a service reference from the given record.
getReference(Record) - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
Gets a service reference from the given record.
getReference(Record) - Method in interface io.vertx.servicediscovery.ServiceDiscovery
Gets a service reference from the given record.
getReferenceWithConfiguration(Record, JsonObject) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
Gets a service reference from the given record, the reference is configured with the given json object.
getReferenceWithConfiguration(Record, JsonObject) - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
Gets a service reference from the given record, the reference is configured with the given json object.
getReferenceWithConfiguration(Record, JsonObject) - Method in interface io.vertx.servicediscovery.ServiceDiscovery
Gets a service reference from the given record, the reference is configured with the given json object.
getReferral() - Method in class io.vertx.ext.auth.ldap.LdapAuthenticationOptions
 
getRegistration() - Method in class io.vertx.servicediscovery.Record
Gets the registration id if any.
getRegistrations(String, Promise<List<RegistrationInfo>>) - Method in interface io.vertx.core.spi.cluster.ClusterManager
Get the messaging handler currently registered in the cluster.
getRegistrations(String, Promise<List<RegistrationInfo>>) - Method in class io.vertx.ext.cluster.infinispan.InfinispanClusterManager
 
getRegistrations(String, Promise<List<RegistrationInfo>>) - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
 
getRegistrations(String, Promise<List<RegistrationInfo>>) - Method in class io.vertx.spi.cluster.ignite.IgniteClusterManager
 
getRegistrations(String, Promise<List<RegistrationInfo>>) - Method in class io.vertx.spi.cluster.zookeeper.ZookeeperClusterManager
 
getRegistryName() - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
An optional name used for registering the metrics in the Dropwizard shared registry.
getRegistryName() - Method in class io.vertx.micrometer.MicrometerMetricsOptions
Get the metrics registry name set in these options
getReleaseSession() - Method in class io.vertx.ext.consul.KeyValueOptions
Get session ID for lock release operation.
getRelyingParty() - Method in class io.vertx.ext.auth.webauthn.WebAuthnOptions
 
getRemoteRepositories() - Method in class io.vertx.maven.ResolverOptions
 
getRemoteSnapshotPolicy() - Method in class io.vertx.maven.ResolverOptions
Gets the remote snapshot policy.
getRemovedCount() - Method in class io.vertx.ext.mongo.MongoClientDeleteResult
Get the number of removed documents
getReplicas() - Method in class io.vertx.kafka.client.common.PartitionInfo
 
getReplicas() - Method in class io.vertx.kafka.client.common.TopicPartitionInfo
 
getReplicasAssignments() - Method in class io.vertx.kafka.admin.NewTopic
 
getReplicationFactor() - Method in class io.vertx.kafka.admin.NewTopic
 
getReplyTimeout() - Method in class io.vertx.ext.web.handler.sockjs.SockJSBridgeOptions
 
getReporters() - Method in class io.vertx.ext.unit.report.ReportingOptions
 
getRequestContextName() - Method in class io.vertx.ext.web.api.service.generator.model.WebApiProxyMethodInfo
 
getRequested() - Method in class io.vertx.rx.java.ObservableReadStream
 
getRequestedChannelMax() - Method in class io.vertx.rabbitmq.RabbitMQOptions
 
getRequestedHeartbeat() - Method in class io.vertx.rabbitmq.RabbitMQOptions
 
getRequestId() - Method in class io.vertx.config.vault.client.Secret
 
getRequiredAuthority() - Method in class io.vertx.ext.bridge.PermittedOptions
 
getRequireResidentKey() - Method in class io.vertx.ext.auth.webauthn.WebAuthnOptions
 
getResetTimeout() - Method in class io.vertx.circuitbreaker.CircuitBreakerOptions
 
getResolver() - Method in class io.vertx.maven.MavenVerticleFactory
 
getResolvers() - Method in interface io.vertx.ext.web.templ.handlebars.HandlebarsTemplateEngine
Deprecated.
see TemplateEngine.unwrap() Return the array of configured handlebars context value resolvers.
getResource() - Method in interface io.vertx.ext.auth.authorization.PermissionBasedAuthorization
returns an optional resource that the permission is assigned-on
getResource() - Method in interface io.vertx.ext.auth.authorization.RoleBasedAuthorization
returns an optional resource that the role is assigned-on
getResource() - Method in interface io.vertx.ext.auth.authorization.WildcardPermissionBasedAuthorization
returns an optional resource that the permission is assigned-on
getResource() - Method in class io.vertx.reactivex.ext.auth.authorization.PermissionBasedAuthorization
returns an optional resource that the permission is assigned-on
getResource() - Method in class io.vertx.reactivex.ext.auth.authorization.RoleBasedAuthorization
returns an optional resource that the role is assigned-on
getResource() - Method in class io.vertx.reactivex.ext.auth.authorization.WildcardPermissionBasedAuthorization
returns an optional resource that the permission is assigned-on
getResource() - Method in class io.vertx.rxjava.ext.auth.authorization.PermissionBasedAuthorization
returns an optional resource that the permission is assigned-on
getResource() - Method in class io.vertx.rxjava.ext.auth.authorization.RoleBasedAuthorization
returns an optional resource that the role is assigned-on
getResource() - Method in class io.vertx.rxjava.ext.auth.authorization.WildcardPermissionBasedAuthorization
returns an optional resource that the permission is assigned-on
getResponse() - Method in class io.vertx.ext.auth.htdigest.HtdigestCredentials
 
getResult(int) - Method in class io.vertx.ext.consul.TxnResponse
Returns the result at the specified position in this list
getResults() - Method in class io.vertx.ext.consul.TxnResponse
Returns list of transaction results
getResults() - Method in class io.vertx.ext.sql.ResultSet
Get the results
getResultSetConcurrency() - Method in class io.vertx.ext.sql.SQLOptions
 
getResultSetType() - Method in class io.vertx.ext.sql.SQLOptions
 
getResultsSize() - Method in class io.vertx.ext.consul.TxnResponse
Returns the number of results in this response
getRetentionPolicy() - Method in class io.vertx.micrometer.VertxInfluxDbOptions
Get the InfluxDB retention policy
getRevision() - Method in class io.vertx.ext.mongo.GridFsDownloadOptions
 
getRevocationPath() - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
Get the Oauth2 revocation resource path.
getRole() - Method in class io.vertx.config.vault.client.TokenRequest
 
getRole() - Method in interface io.vertx.ext.auth.authorization.RoleBasedAuthorization
returns the role
getRole() - Method in class io.vertx.reactivex.ext.auth.authorization.RoleBasedAuthorization
returns the role
getRole() - Method in class io.vertx.redis.client.RedisOptions
Get the role name (only considered in HA mode).
getRole() - Method in class io.vertx.rxjava.ext.auth.authorization.RoleBasedAuthorization
returns the role
getRoleField() - Method in interface io.vertx.ext.auth.mongo.MongoAuth
Deprecated.
Get the name of the field to be used for the roles.
getRoleField() - Method in class io.vertx.ext.auth.mongo.MongoAuthOptions
Deprecated.
 
getRoleField() - Method in class io.vertx.ext.auth.mongo.MongoAuthorizationOptions
 
getRoleField() - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
Deprecated.
getRoleField() - Method in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
Deprecated.
getRolesPrefix() - Method in class io.vertx.ext.auth.jdbc.JDBCAuthOptions
Deprecated.
 
getRolesQuery() - Method in class io.vertx.ext.auth.jdbc.JDBCAuthOptions
Deprecated.
 
getRolesQuery() - Method in class io.vertx.ext.auth.jdbc.JDBCAuthorizationOptions
 
getRolesQuery() - Method in class io.vertx.ext.auth.sqlclient.SqlAuthorizationOptions
 
getRoot() - Method in class io.vertx.servicediscovery.types.HttpLocation
 
getRootCertificate(String) - Method in class io.vertx.ext.auth.webauthn.WebAuthnOptions
 
getRootCertificates() - Method in class io.vertx.ext.auth.webauthn.WebAuthnOptions
 
getRootCrls() - Method in class io.vertx.ext.auth.webauthn.WebAuthnOptions
 
getRouteNamingStrategy() - Method in class io.vertx.ext.web.openapi.RouterBuilderOptions
 
getRouter() - Method in interface io.vertx.ext.web.api.contract.RouterFactory
Deprecated.
Construct a new router based on spec.
getRouter() - Method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Deprecated.
getRouter() - Method in interface io.vertx.reactivex.ext.web.api.contract.RouterFactory
Deprecated.
getRouter() - Method in class io.vertx.rxjava.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Deprecated.
getRouter() - Method in interface io.vertx.rxjava.ext.web.api.contract.RouterFactory
Deprecated.
getRoutes() - Method in interface io.vertx.ext.web.Router
 
getRoutes() - Method in class io.vertx.reactivex.ext.web.Router
 
getRoutes() - Method in class io.vertx.rxjava.ext.web.Router
 
getRoutine() - Method in exception io.vertx.pgclient.PgException
 
getRows() - Method in class io.vertx.ext.sql.ResultSet
Get the rows - each row represented as a JsonObject where the keys are the column names and the values are the column values.
getRows(boolean) - Method in class io.vertx.ext.sql.ResultSet
Get the rows - each row represented as a JsonObject where the keys are the column names and the values are the column values.
getRules() - Method in class io.vertx.ext.consul.AclToken
Get rules for token
getRunnerAnnotations() - Method in class io.vertx.ext.unit.junit.VertxUnitRunnerWithParameters
 
getSalt(JsonArray) - Method in interface io.vertx.ext.auth.jdbc.JDBCHashStrategy
Deprecated.
Retrieve the salt from the result of the authentication query
getSalt(User) - Method in interface io.vertx.ext.auth.mongo.HashStrategy
Deprecated.
Retrieve the salt.
getSalt(JsonArray) - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCHashStrategy
Deprecated.
getSalt(User) - Method in class io.vertx.reactivex.ext.auth.mongo.HashStrategy
Deprecated.
getSalt(JsonArray) - Method in class io.vertx.rxjava.ext.auth.jdbc.JDBCHashStrategy
Deprecated.
getSalt(User) - Method in class io.vertx.rxjava.ext.auth.mongo.HashStrategy
Deprecated.
getSaltField() - Method in interface io.vertx.ext.auth.mongo.MongoAuth
Deprecated.
Get the name of the field to be used for the salt.
getSaltField() - Method in class io.vertx.ext.auth.mongo.MongoAuthOptions
Deprecated.
 
getSaltField() - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
Deprecated.
getSaltField() - Method in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
Deprecated.
getSaltStyle() - Method in interface io.vertx.ext.auth.mongo.HashStrategy
Deprecated.
Get the defined HashSaltStyle of the current instance
getSaltStyle() - Method in class io.vertx.ext.auth.mongo.MongoAuthOptions
Deprecated.
 
getSaltStyle() - Method in class io.vertx.reactivex.ext.auth.mongo.HashStrategy
Deprecated.
getSaltStyle() - Method in class io.vertx.rxjava.ext.auth.mongo.HashStrategy
Deprecated.
getSameSite() - Method in interface io.vertx.core.http.Cookie
 
getSameSite() - Method in class io.vertx.reactivex.core.http.Cookie
 
getSameSite() - Method in class io.vertx.rxjava.core.http.Cookie
 
getScanPeriod() - Method in class io.vertx.config.ConfigRetrieverOptions
 
getSchema() - Method in class io.vertx.ext.sql.SQLOptions
 
getSchema() - Method in exception io.vertx.pgclient.PgException
 
getSchemaParser() - Method in interface io.vertx.ext.web.openapi.RouterBuilder
 
getSchemaParser() - Method in class io.vertx.reactivex.ext.web.openapi.RouterBuilder
 
getSchemaRouter() - Method in interface io.vertx.ext.web.openapi.RouterBuilder
 
getSchemaRouter() - Method in class io.vertx.json.schema.common.BaseSchemaParser
 
getSchemaRouter() - Method in interface io.vertx.json.schema.SchemaParser
Get schema router registered to this schema parser
getSchemaRouter() - Method in class io.vertx.reactivex.ext.web.openapi.RouterBuilder
 
getSchemaRouter() - Method in class io.vertx.reactivex.json.schema.SchemaParser
Get schema router registered to this schema parser
getSchemaRouter() - Method in class io.vertx.rxjava.json.schema.SchemaParser
Get schema router registered to this schema parser
getScope() - Method in class io.vertx.json.schema.common.FalseSchema
 
getScope() - Method in class io.vertx.json.schema.common.SchemaImpl
 
getScope() - Method in class io.vertx.json.schema.common.TrueSchema
 
getScope() - Method in interface io.vertx.json.schema.Schema
 
getScope() - Method in class io.vertx.reactivex.json.schema.Schema
 
getScope() - Method in class io.vertx.rxjava.json.schema.Schema
 
getScopeDelimiter() - Method in class io.vertx.ext.auth.JWTOptions
Deprecated.
use the authorization api AuthorizationProvider
getScopes() - Method in class io.vertx.ext.auth.authentication.TokenCredentials
 
getScopes() - Method in class io.vertx.ext.auth.JWTOptions
Deprecated.
use the authorization api AuthorizationProvider
getScopeSeparator() - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
Set the provider scope separator
getScriptArgs() - Method in class io.vertx.ext.consul.CheckOptions
Get scriptArgs
getSdid() - Method in class io.vertx.ext.mail.DKIMSignOptions
Gets the Singing Domain Identifier(SDID).
getSearchDomains() - Method in class io.vertx.core.dns.AddressResolverOptions
 
getSeconds() - Method in class io.vertx.pgclient.data.Interval
 
getSecretKey() - Method in class io.vertx.ext.auth.PubSecKeyOptions
Deprecated.
getSelector() - Method in class io.vertx.ext.mail.DKIMSignOptions
Gets the selector used to query public key.
getSendBufferSize() - Method in class io.vertx.core.datagram.DatagramSocketOptions
 
getSendBufferSize() - Method in class io.vertx.core.net.NetworkOptions
Return the TCP send buffer size, in bytes.
getSenderEndpoint() - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
 
getSenderOptions() - Method in class io.vertx.tracing.zipkin.ZipkinTracingOptions
 
getSendTimeout() - Method in class io.vertx.core.eventbus.DeliveryOptions
Get the send timeout.
getServer() - Method in class io.vertx.core.http.RequestOptions
Get the server address to be used by the client request.
getServerRsaPublicKeyPath() - Method in class io.vertx.mysqlclient.MySQLAuthOptions
Get the path of the server RSA public key.
getServerRsaPublicKeyPath() - Method in class io.vertx.mysqlclient.MySQLConnectOptions
Get the path of the server RSA public key.
getServerRsaPublicKeyValue() - Method in class io.vertx.mysqlclient.MySQLAuthOptions
Get the value of the server RSA public key.
getServerRsaPublicKeyValue() - Method in class io.vertx.mysqlclient.MySQLConnectOptions
Get the value of the server RSA public key.
getServers() - Method in class io.vertx.core.dns.AddressResolverOptions
 
getServers() - Method in class io.vertx.ext.consul.DcCoordinates
Get list of servers in datacenter
getService() - Method in class io.vertx.ext.consul.Event
Get regular expression to filter by service
getService() - Method in class io.vertx.ext.consul.EventOptions
Get regular expression to filter by service
getService() - Method in class io.vertx.ext.consul.PreparedQueryDefinition
Get the name of the service to query
getService() - Method in class io.vertx.ext.consul.PreparedQueryExecuteResponse
Get the service name that the query was selecting.
getService() - Method in class io.vertx.ext.consul.ServiceEntry
Get service
getServiceId() - Method in class io.vertx.ext.consul.Check
Get the ID of service with which this check associated
getServiceId() - Method in class io.vertx.ext.consul.CheckOptions
Get the service ID to associate the registered check with an existing service provided by the agent.
getServiceName() - Method in class io.vertx.ext.consul.Check
Get the name of service with which this check associated
getServiceName() - Method in class io.vertx.tracing.zipkin.ZipkinTracingOptions
 
getServiceProxy(ServiceDiscovery, Function<Record, Boolean>, Class<T>, Handler<AsyncResult<T>>) - Static method in class io.vertx.reactivex.servicediscovery.types.EventBusService
Lookup for a service record and if found, retrieve it and return the service object (used to consume the service).
getServiceProxy(ServiceDiscovery, Function<Record, Boolean>, Class<T>, JsonObject, Handler<AsyncResult<T>>) - Static method in class io.vertx.reactivex.servicediscovery.types.EventBusService
Lookup for a service record and if found, retrieve it and return the service object (used to consume the service).
getServiceProxy(ServiceDiscovery, Function<Record, Boolean>, Class<T>, Handler<AsyncResult<T>>) - Static method in class io.vertx.rxjava.servicediscovery.types.EventBusService
Lookup for a service record and if found, retrieve it and return the service object (used to consume the service).
getServiceProxy(ServiceDiscovery, Function<Record, Boolean>, Class<T>, JsonObject, Handler<AsyncResult<T>>) - Static method in class io.vertx.rxjava.servicediscovery.types.EventBusService
Lookup for a service record and if found, retrieve it and return the service object (used to consume the service).
getServiceProxy(ServiceDiscovery, Function<Record, Boolean>, Class<T>, Handler<AsyncResult<T>>) - Static method in interface io.vertx.servicediscovery.types.EventBusService
Lookup for a service record and if found, retrieve it and return the service object (used to consume the service).
getServiceProxy(ServiceDiscovery, Function<Record, Boolean>, Class<T>, JsonObject, Handler<AsyncResult<T>>) - Static method in interface io.vertx.servicediscovery.types.EventBusService
Lookup for a service record and if found, retrieve it and return the service object (used to consume the service).
getServiceProxyWithJsonFilter(ServiceDiscovery, JsonObject, Class<T>, Handler<AsyncResult<T>>) - Static method in class io.vertx.reactivex.servicediscovery.types.EventBusService
Lookup for a service record and if found, retrieve it and return the service object (used to consume the service).
getServiceProxyWithJsonFilter(ServiceDiscovery, JsonObject, Class<T>, JsonObject, Handler<AsyncResult<T>>) - Static method in class io.vertx.reactivex.servicediscovery.types.EventBusService
Lookup for a service record and if found, retrieve it and return the service object (used to consume the service).
getServiceProxyWithJsonFilter(ServiceDiscovery, JsonObject, Class<T>, Handler<AsyncResult<T>>) - Static method in class io.vertx.rxjava.servicediscovery.types.EventBusService
Lookup for a service record and if found, retrieve it and return the service object (used to consume the service).
getServiceProxyWithJsonFilter(ServiceDiscovery, JsonObject, Class<T>, JsonObject, Handler<AsyncResult<T>>) - Static method in class io.vertx.rxjava.servicediscovery.types.EventBusService
Lookup for a service record and if found, retrieve it and return the service object (used to consume the service).
getServiceProxyWithJsonFilter(ServiceDiscovery, JsonObject, Class<T>, Handler<AsyncResult<T>>) - Static method in interface io.vertx.servicediscovery.types.EventBusService
Lookup for a service record and if found, retrieve it and return the service object (used to consume the service).
getServiceProxyWithJsonFilter(ServiceDiscovery, JsonObject, Class<T>, JsonObject, Handler<AsyncResult<T>>) - Static method in interface io.vertx.servicediscovery.types.EventBusService
Lookup for a service record and if found, retrieve it and return the service object (used to consume the service).
getSession() - Method in class io.vertx.ext.consul.KeyValue
Get the session that owns the lock
getSession() - Method in class io.vertx.ext.consul.PreparedQueryDefinition
Get the ID of an existing session.
getSession() - Method in class io.vertx.ext.consul.TxnKVOperation
Get the session used for locking, unlocking, and check-and-set operations.
getSession() - Method in interface io.vertx.ext.shell.system.Process
 
getSession() - Method in class io.vertx.reactivex.ext.shell.system.Process
 
getSession() - Method in class io.vertx.rxjava.ext.shell.system.Process
 
getSessionTimeout() - Method in class io.vertx.ext.shell.ShellServerOptions
 
getSessionTimeout() - Method in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
 
GETSET - Static variable in class io.vertx.reactivex.redis.client.Command
 
getset(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command getset.
getset(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command getset.
GETSET - Static variable in interface io.vertx.redis.client.Command
 
getset(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command getset.
getset(String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command getset.
GETSET - Static variable in class io.vertx.rxjava.redis.client.Command
 
getset(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command getset.
getset(String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command getset.
getSeverity() - Method in exception io.vertx.pgclient.PgException
 
getShared() - Method in class io.vertx.ext.auth.mongo.MongoAuthOptions
Deprecated.
 
getShared(Vertx) - Static method in interface io.vertx.ext.shell.command.CommandRegistry
Get the shared registry for the Vert.x instance.
getShared(Vertx) - Static method in class io.vertx.reactivex.ext.shell.command.CommandRegistry
Get the shared registry for the Vert.x instance.
getShared(Vertx) - Static method in class io.vertx.rxjava.ext.shell.command.CommandRegistry
Get the shared registry for the Vert.x instance.
getShellHtmlResource() - Method in class io.vertx.ext.shell.term.HttpTermOptions
 
getShort(int) - Method in interface io.vertx.core.buffer.Buffer
Returns the short at position pos in the Buffer.
getShort(int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Returns the short at position pos in the Buffer.
getShort(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get a short value for the given column.
getShort(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get a short value at pos.
getShort(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Returns the short at position pos in the Buffer.
getShort(String) - Method in class io.vertx.rxjava.sqlclient.Row
Get a short value for the given column.
getShort(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
Get a short value at pos.
getShort(String) - Method in interface io.vertx.sqlclient.Row
Get a short value for the given column.
getShort(int) - Method in interface io.vertx.sqlclient.Tuple
Get a short value at pos.
getShortLE(int) - Method in interface io.vertx.core.buffer.Buffer
Gets a 16-bit short integer at the specified absolute index in this buffer in Little Endian Byte Order.
getShortLE(int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Gets a 16-bit short integer at the specified absolute index in this buffer in Little Endian Byte Order.
getShortLE(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Gets a 16-bit short integer at the specified absolute index in this buffer in Little Endian Byte Order.
getShortName() - Method in class io.vertx.core.cli.Option
 
getSignAlgo() - Method in class io.vertx.ext.mail.DKIMSignOptions
Gets the signing algorithm.
getSignature(byte[]) - Static method in class io.vertx.ext.httpservicefactory.PGPHelper
Get a signature from its bytes
getSignedHeaders() - Method in class io.vertx.ext.mail.DKIMSignOptions
Gets the email signedHeaders used to sign.
getSite() - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
 
getSize() - Method in interface io.vertx.ext.mail.MailAttachment
Gets the size of the attachment.
getSize() - Method in class io.vertx.reactivex.ext.mail.MailAttachment
Gets the size of the attachment.
getSize() - Method in class io.vertx.rxjava.ext.mail.MailAttachment
Gets the size of the attachment.
getSkip() - Method in class io.vertx.ext.mongo.FindOptions
Get the skip.
getSocketAddress() - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
getSocketAddress() - Method in class io.vertx.pgclient.PgConnectOptions
 
getSocketAddress() - Method in class io.vertx.sqlclient.SqlConnectOptions
 
getSockJSHandlerOptions() - Method in class io.vertx.ext.shell.term.HttpTermOptions
 
getSockJSPath() - Method in class io.vertx.ext.shell.term.HttpTermOptions
 
getSoLinger() - Method in class io.vertx.core.net.TCPSSLOptions
 
getSort() - Method in class io.vertx.ext.mongo.FindOptions
Get the sort document
getSource() - Method in class io.vertx.kafka.admin.ConfigEntry
 
getSource() - Method in class io.vertx.kafka.admin.ConfigSynonym
 
getSpan() - Static method in class io.vertx.tracing.opentracing.OpenTracingUtil
Get the active span from the current Context
getSpec() - Method in class io.vertx.kafka.admin.OffsetSpec
 
getSphereVersion() - Method in class io.vertx.ext.mongo.IndexOptions
Gets the 2dsphere index version number.
getSqlState() - Method in exception io.vertx.db2client.DB2Exception
Get the SQL state in the error message sent from DB2 server.
getSqlState() - Method in exception io.vertx.mysqlclient.MySQLException
Get the SQL state in the error message sent from MySQL server.
getSRID() - Method in class io.vertx.mysqlclient.data.spatial.Geometry
 
getSSHOptions() - Method in class io.vertx.ext.shell.ShellServiceOptions
 
getSslContextFactory() - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
 
getSslEngineOptions() - Method in class io.vertx.core.net.TCPSSLOptions
 
getSslHandshakeTimeout() - Method in class io.vertx.core.net.TCPSSLOptions
 
getSslHandshakeTimeoutUnit() - Method in class io.vertx.core.net.TCPSSLOptions
 
getSslMode() - Method in class io.vertx.mysqlclient.MySQLConnectOptions
Get the value of the configured SSL mode.
getSslMode() - Method in class io.vertx.pgclient.PgConnectOptions
 
getStarttls() - Method in class io.vertx.ext.mail.MailConfig
get security (TLS) options
getState() - Method in class io.vertx.kafka.admin.ConsumerGroupDescription
 
getStatus() - Method in exception io.vertx.core.http.UpgradeRejectedException
 
getStatus() - Method in class io.vertx.ext.consul.Check
Get the status of check
getStatus() - Method in class io.vertx.ext.consul.CheckOptions
Get the check status to specify the initial state of the health check.
getStatus() - Method in class io.vertx.ext.healthchecks.CheckResult
 
getStatus() - Method in class io.vertx.servicediscovery.Record
Gets the current status of the service.
getStatusCode() - Method in exception io.vertx.config.vault.client.VaultException
 
getStatusCode() - Method in interface io.vertx.core.http.HttpServerResponse
 
getStatusCode() - Method in class io.vertx.ext.web.api.OperationResponse
Deprecated.
 
getStatusCode() - Method in class io.vertx.ext.web.api.service.ServiceResponse
 
getStatusCode() - Method in class io.vertx.reactivex.core.http.HttpServerResponse
 
getStatusCode() - Method in class io.vertx.rxjava.core.http.HttpServerResponse
 
getStatusMessage() - Method in interface io.vertx.core.http.HttpServerResponse
 
getStatusMessage() - Method in class io.vertx.ext.web.api.OperationResponse
Deprecated.
 
getStatusMessage() - Method in class io.vertx.ext.web.api.service.ServiceResponse
 
getStatusMessage() - Method in class io.vertx.reactivex.core.http.HttpServerResponse
 
getStatusMessage() - Method in class io.vertx.rxjava.core.http.HttpServerResponse
 
getStdDev() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxHistogramMBean
 
getStdDev() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxTimerMBean
 
getStep() - Method in class io.vertx.micrometer.VertxInfluxDbOptions
Get the step of push intervals, in seconds
getStep() - Method in class io.vertx.micrometer.VertxJmxMetricsOptions
Get the step of push intervals, in seconds
getStorageEngine() - Method in class io.vertx.ext.mongo.IndexOptions
Gets the storage engine options document for this index.
getStoredPwd(User) - Method in interface io.vertx.ext.auth.mongo.HashStrategy
Deprecated.
Retrieve the password from the user, or as clear text or as hashed version, depending on the definition
getStoredPwd(User) - Method in class io.vertx.reactivex.ext.auth.mongo.HashStrategy
Deprecated.
getStoredPwd(User) - Method in class io.vertx.rxjava.ext.auth.mongo.HashStrategy
Deprecated.
getStores() - Method in class io.vertx.config.ConfigRetrieverOptions
 
getStream() - Method in interface io.vertx.ext.mail.MailAttachment
Gets the data stream.
getStream() - Method in class io.vertx.reactivex.ext.mail.MailAttachment
Gets the data stream.
getStream() - Method in class io.vertx.rxjava.ext.mail.MailAttachment
Gets the data stream.
getStreamPriority() - Method in interface io.vertx.core.http.HttpClientRequest
 
getStreamPriority() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
 
getStreamPriority() - Method in class io.vertx.rxjava.core.http.HttpClientRequest
 
getString(int, int, String) - Method in interface io.vertx.core.buffer.Buffer
Returns a copy of a sub-sequence the Buffer as a String starting at position start and ending at position end - 1 interpreted as a String in the specified encoding
getString(int, int) - Method in interface io.vertx.core.buffer.Buffer
Returns a copy of a sub-sequence the Buffer as a String starting at position start and ending at position end - 1 interpreted as a String in UTF-8 encoding
getString(int) - Method in class io.vertx.core.json.JsonArray
Get the String at position pos in the array,
getString(String) - Method in class io.vertx.core.json.JsonObject
Get the string value with the specified key, special cases are addressed for extended JSON types Instant, byte[] and Enum which can be converted to String.
getString(String, String) - Method in class io.vertx.core.json.JsonObject
Like JsonObject.getString(String) but specifying a default value to return if there is no entry.
getString() - Method in interface io.vertx.ext.web.api.RequestParameter
Deprecated.
Returns null if value is not a String, otherwise it returns value
getString() - Method in interface io.vertx.ext.web.validation.RequestParameter
 
getString(int, int, String) - Method in class io.vertx.reactivex.core.buffer.Buffer
Returns a copy of a sub-sequence the Buffer as a String starting at position start and ending at position end - 1 interpreted as a String in the specified encoding
getString(int, int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Returns a copy of a sub-sequence the Buffer as a String starting at position start and ending at position end - 1 interpreted as a String in UTF-8 encoding
getString() - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
Deprecated.
getString() - Method in class io.vertx.reactivex.ext.web.validation.RequestParameter
 
getString(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get a string value for the given column.
getString(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get a string value at pos.
getString(int, int, String) - Method in class io.vertx.rxjava.core.buffer.Buffer
Returns a copy of a sub-sequence the Buffer as a String starting at position start and ending at position end - 1 interpreted as a String in the specified encoding
getString(int, int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Returns a copy of a sub-sequence the Buffer as a String starting at position start and ending at position end - 1 interpreted as a String in UTF-8 encoding
getString() - Method in class io.vertx.rxjava.ext.web.api.RequestParameter
Deprecated.
getString() - Method in class io.vertx.rxjava.ext.web.validation.RequestParameter
 
getString(String) - Method in class io.vertx.rxjava.sqlclient.Row
Get a string value for the given column.
getString(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
Get a string value at pos.
getString(String) - Method in interface io.vertx.sqlclient.Row
Get a string value for the given column.
getString(int) - Method in interface io.vertx.sqlclient.Tuple
Get a string value at pos.
getSubject() - Method in class io.vertx.ext.auth.JWTOptions
 
getSubject() - Method in class io.vertx.ext.mail.MailMessage
get the subject of this mail
getSubProtocols() - Method in class io.vertx.core.http.WebSocketConnectOptions
 
getSubscriber() - Method in class io.vertx.rx.java.ObservableOnSubscribeAdapter
Get subscriber
getSubscriptions(StompServerConnection) - Method in interface io.vertx.ext.stomp.Destination
Gets all subscription ids for the given destination hold by the given client
getSubscriptions(StompServerConnection) - Method in class io.vertx.reactivex.ext.stomp.Destination
Gets all subscription ids for the given destination hold by the given client
getSubscriptions(StompServerConnection) - Method in class io.vertx.rxjava.ext.stomp.Destination
Gets all subscription ids for the given destination hold by the given client
getSummary() - Method in interface io.vertx.core.cli.CLI
 
getSummary() - Method in class io.vertx.reactivex.core.cli.CLI
 
getSummary() - Method in class io.vertx.rxjava.core.cli.CLI
 
getSupportedFormats() - Static method in class io.vertx.config.spi.utils.Processors
 
getSupportedVersions() - Method in class io.vertx.ext.stomp.StompServerOptions
Gets the STOMP protocol versions supported by the server.
getSyncMap(String) - Method in interface io.vertx.core.spi.cluster.ClusterManager
Return a synchronous map for the given name.
getSyncMap(String) - Method in class io.vertx.ext.cluster.infinispan.InfinispanClusterManager
 
getSyncMap(String) - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
 
getSyncMap(String) - Method in class io.vertx.spi.cluster.ignite.IgniteClusterManager
 
getSyncMap(String) - Method in class io.vertx.spi.cluster.zookeeper.ZookeeperClusterManager
 
getSynonyms() - Method in class io.vertx.kafka.admin.ConfigEntry
 
getTable() - Method in exception io.vertx.pgclient.PgException
 
getTag() - Method in class io.vertx.ext.consul.Event
Get regular expression to filter by tag
getTag() - Method in class io.vertx.ext.consul.EventOptions
Get regular expression to filter by tag
getTag() - Method in class io.vertx.ext.consul.ServiceQueryOptions
Get tag for filtering request results
getTags() - Method in class io.vertx.ext.consul.PreparedQueryDefinition
Get a list of service tags to filter the query results.
getTags() - Method in class io.vertx.ext.consul.Service
Set list of service tags
getTags() - Method in class io.vertx.ext.consul.ServiceOptions
Get list of tags associated with service
getTcp() - Method in class io.vertx.ext.consul.CheckOptions
Get TCP address.
getTelnetOptions() - Method in class io.vertx.ext.shell.ShellServiceOptions
 
getTemplate(String) - Method in class io.vertx.ext.web.common.template.CachingTemplateEngine
 
getTemplateRegexp() - Method in class io.vertx.ext.consul.PreparedQueryDefinition
Get regular expression which is used to extract fields from the entire name, once this template is selected.
getTemplateType() - Method in class io.vertx.ext.consul.PreparedQueryDefinition
The template type, which must be name_prefix_match.
getTemporal(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get a temporal value for the given column.
getTemporal(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get a Temporal value at pos.
getTemporal(String) - Method in class io.vertx.rxjava.sqlclient.Row
Get a temporal value for the given column.
getTemporal(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
Get a Temporal value at pos.
getTemporal(String) - Method in interface io.vertx.sqlclient.Row
Get a temporal value for the given column.
getTemporal(int) - Method in interface io.vertx.sqlclient.Tuple
Get a Temporal value at pos.
getTenant() - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
 
getTermJsResource() - Method in class io.vertx.ext.shell.term.HttpTermOptions
 
getText() - Method in class io.vertx.ext.mail.MailMessage
get the plain text of this mail
getText() - Method in enum io.vertx.ext.web.handler.graphql.ApolloWSMessageType
 
getTextVersion() - Method in class io.vertx.ext.mongo.IndexOptions
The text index version number.
getThymeleafTemplateEngine() - Method in interface io.vertx.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
Deprecated.
see TemplateEngine.unwrap() Get a reference to the internal Thymeleaf TemplateEngine object so it can be configured.
getTimeFactor() - Method in class io.vertx.ext.stomp.StompServerOptions
Gets the time factor, i.e.
getTimeout() - Method in class io.vertx.camel.InboundMapping
 
getTimeout() - Method in class io.vertx.circuitbreaker.CircuitBreakerOptions
 
getTimeout() - Method in class io.vertx.core.http.RequestOptions
 
getTimeout() - Method in class io.vertx.ext.auth.webauthn.WebAuthnOptions
 
getTimeout() - Method in class io.vertx.ext.consul.ConsulClientOptions
Get timeout in milliseconds
getTimeout() - Method in class io.vertx.ext.unit.TestOptions
 
getTimestamp() - Method in class io.vertx.kafka.admin.ListOffsetsResultInfo
 
getTimestamp() - Method in class io.vertx.kafka.client.consumer.OffsetAndTimestamp
 
getTimestamp() - Method in class io.vertx.kafka.client.producer.RecordMetadata
 
getTo() - Method in class io.vertx.ext.mail.MailMessage
get list of to addresses
getTo() - Method in class io.vertx.ext.unit.report.ReportOptions
 
getToken() - Method in class io.vertx.config.vault.client.Auth
 
getToken() - Method in class io.vertx.config.vault.client.SlimVaultClient
 
getToken() - Method in exception io.vertx.core.cli.AmbiguousOptionException
 
getToken() - Method in class io.vertx.ext.auth.authentication.TokenCredentials
 
getToken() - Method in class io.vertx.ext.consul.PreparedQueryDefinition
Get the ACL token to use each time the query is executed.
getTokenPath() - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
Get the Oauth2 token resource path.
getTopic() - Method in class io.vertx.kafka.client.common.PartitionInfo
 
getTopic() - Method in class io.vertx.kafka.client.common.TopicPartition
 
getTopic() - Method in class io.vertx.kafka.client.producer.RecordMetadata
 
getTopicPartitions() - Method in class io.vertx.kafka.admin.MemberAssignment
 
getTracePeerAddress() - Method in class io.vertx.kafka.client.common.KafkaClientOptions
 
getTracing() - Method in class io.vertx.tracing.zipkin.ZipkinTracer
 
getTracingOptions() - Method in class io.vertx.core.VertxOptions
 
getTracingPolicy() - Method in class io.vertx.core.eventbus.DeliveryOptions
 
getTracingPolicy() - Method in class io.vertx.core.http.HttpClientOptions
 
getTracingPolicy() - Method in class io.vertx.core.http.HttpServerOptions
 
getTracingPolicy() - Method in class io.vertx.jdbcclient.JDBCConnectOptions
 
getTracingPolicy() - Method in class io.vertx.kafka.client.common.KafkaClientOptions
 
getTracingPolicy() - Method in class io.vertx.sqlclient.SqlConnectOptions
 
getTrafficClass() - Method in class io.vertx.core.datagram.DatagramSocketOptions
 
getTrafficClass() - Method in class io.vertx.core.net.NetworkOptions
 
getTrailer(String) - Method in interface io.vertx.core.http.HttpClientResponse
Return the first trailer value with the specified name
getTrailer(String) - Method in interface io.vertx.ext.web.client.HttpResponse
Return the first trailer value with the specified name
getTrailer(String) - Method in class io.vertx.reactivex.core.http.HttpClientResponse
Return the first trailer value with the specified name
getTrailer(String) - Method in class io.vertx.reactivex.ext.web.client.HttpResponse
Return the first trailer value with the specified name
getTrailer(String) - Method in class io.vertx.rxjava.core.http.HttpClientResponse
Return the first trailer value with the specified name
getTrailer(String) - Method in class io.vertx.rxjava.ext.web.client.HttpResponse
Return the first trailer value with the specified name
getTransaction() - Method in class io.vertx.ext.stomp.Frame
 
getTransactionChunkSize() - Method in class io.vertx.ext.stomp.StompServerOptions
Gets the chunk size when replaying a transaction.
getTransactionIsolation(Handler<AsyncResult<TransactionIsolation>>) - Method in interface io.vertx.ext.sql.SQLConnection
Attempts to return the transaction isolation level for this Connection object to the one given.
getTransactionIsolation() - Method in class io.vertx.ext.sql.SQLOptions
 
getTransactionIsolation(Handler<AsyncResult<TransactionIsolation>>) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Attempts to return the transaction isolation level for this Connection object to the one given.
getTransactionIsolation() - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Attempts to return the transaction isolation level for this Connection object to the one given.
getTransactionIsolation(Handler<AsyncResult<TransactionIsolation>>) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Attempts to return the transaction isolation level for this Connection object to the one given.
getTransactionIsolation() - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Attempts to return the transaction isolation level for this Connection object to the one given.
getTransports() - Method in class io.vertx.ext.auth.webauthn.WebAuthnOptions
 
getTrustManagerFactory(Vertx) - Method in class io.vertx.core.net.KeyStoreOptionsBase
 
getTrustManagerFactory(Vertx) - Method in class io.vertx.core.net.PemTrustOptions
 
getTrustManagerFactory(Vertx) - Method in interface io.vertx.core.net.TrustOptions
Create and return the trust manager factory for these options.
getTrustOptions() - Method in class io.vertx.core.net.TCPSSLOptions
 
getTrustStoreFilePath() - Method in class io.vertx.spi.cluster.ignite.IgniteSslOptions
Deprecated.
Use vert.x jksTrustOptions.path instead. It will be removed in vert.x 4.1
getTrustStoreOptions() - Method in class io.vertx.core.net.TCPSSLOptions
Get the trust options in jks format, aka Java truststore
getTrustStorePassword() - Method in class io.vertx.spi.cluster.ignite.IgniteSslOptions
Deprecated.
Use vert.x jksTrustOptions.password instead. It will be removed in vert.x 4.1
getTrustStoreType() - Method in class io.vertx.spi.cluster.ignite.IgniteSslOptions
Deprecated.
Use vert.x jksTrustOptions instead. It will be removed in vert.x 4.1
getTryUsePerMessageWebSocketCompression() - Method in class io.vertx.core.http.HttpClientOptions
 
getTryWebSocketDeflateFrameCompression() - Method in class io.vertx.core.http.HttpClientOptions
 
getTTL() - Method in class io.vertx.config.vault.client.Lookup
 
getTtl() - Method in class io.vertx.config.vault.client.TokenRequest
 
getTtl() - Method in class io.vertx.ext.consul.CheckOptions
Get Time to Live of check
getTtl() - Method in class io.vertx.ext.consul.SessionOptions
Get the TTL interval.
getTty() - Method in interface io.vertx.ext.shell.system.Process
 
getTty() - Method in class io.vertx.reactivex.ext.shell.system.Process
 
getTty() - Method in class io.vertx.rxjava.ext.shell.system.Process
 
getType() - Method in class io.vertx.config.ConfigStoreOptions
 
getType() - Method in class io.vertx.core.cli.TypedArgument
 
getType() - Method in class io.vertx.core.cli.TypedOption
 
getType() - Method in class io.vertx.core.net.KeyStoreOptions
 
getType() - Method in class io.vertx.core.net.KeyStoreOptionsBase
 
getType() - Method in class io.vertx.core.net.ProxyOptions
Get proxy type.
getType() - Method in class io.vertx.ext.auth.KeyStoreOptions
 
getType() - Method in class io.vertx.ext.auth.shiro.ShiroAuthOptions
Deprecated.
 
getType() - Method in class io.vertx.ext.auth.webauthn.Authenticator
 
getType() - Method in class io.vertx.ext.consul.AclToken
Get type of token
getType() - Method in class io.vertx.ext.consul.TxnKVOperation
Get the type of operation to perform
getType() - Method in class io.vertx.ext.dropwizard.Match
 
getType() - Method in class io.vertx.ext.mongo.BulkOperation
Returns the operation type
getType() - Method in enum io.vertx.ext.sql.FetchDirection
 
getType() - Method in enum io.vertx.ext.sql.ResultSetConcurrency
 
getType() - Method in enum io.vertx.ext.sql.ResultSetType
 
getType() - Method in enum io.vertx.ext.sql.TransactionIsolation
 
getType() - Method in class io.vertx.json.schema.common.dsl.SchemaBuilder
 
getType() - Method in class io.vertx.kafka.client.common.ConfigResource
 
getType() - Method in class io.vertx.micrometer.Match
 
getType() - Method in class io.vertx.redis.client.RedisOptions
Get the type of client to be created.
getType() - Method in class io.vertx.servicediscovery.Record
Gets the service type.
getType() - Method in class io.vertx.spi.cluster.ignite.IgniteDiscoveryOptions
Get the discovery implementation type.
getUnsignedByte(int) - Method in interface io.vertx.core.buffer.Buffer
Returns the unsigned byte at position pos in the Buffer, as a short.
getUnsignedByte(int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Returns the unsigned byte at position pos in the Buffer, as a short.
getUnsignedByte(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Returns the unsigned byte at position pos in the Buffer, as a short.
getUnsignedInt(int) - Method in interface io.vertx.core.buffer.Buffer
Returns the unsigned int at position pos in the Buffer, as a long.
getUnsignedInt(int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Returns the unsigned int at position pos in the Buffer, as a long.
getUnsignedInt(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Returns the unsigned int at position pos in the Buffer, as a long.
getUnsignedIntLE(int) - Method in interface io.vertx.core.buffer.Buffer
Returns the unsigned int at position pos in the Buffer, as a long in Little Endian Byte Order.
getUnsignedIntLE(int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Returns the unsigned int at position pos in the Buffer, as a long in Little Endian Byte Order.
getUnsignedIntLE(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Returns the unsigned int at position pos in the Buffer, as a long in Little Endian Byte Order.
getUnsignedMedium(int) - Method in interface io.vertx.core.buffer.Buffer
Gets an unsigned 24-bit medium integer at the specified absolute index in this buffer.
getUnsignedMedium(int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Gets an unsigned 24-bit medium integer at the specified absolute index in this buffer.
getUnsignedMedium(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Gets an unsigned 24-bit medium integer at the specified absolute index in this buffer.
getUnsignedMediumLE(int) - Method in interface io.vertx.core.buffer.Buffer
Gets an unsigned 24-bit medium integer at the specified absolute index in this buffer in Little Endian Byte Order.
getUnsignedMediumLE(int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Gets an unsigned 24-bit medium integer at the specified absolute index in this buffer in Little Endian Byte Order.
getUnsignedMediumLE(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Gets an unsigned 24-bit medium integer at the specified absolute index in this buffer in Little Endian Byte Order.
getUnsignedShort(int) - Method in interface io.vertx.core.buffer.Buffer
Returns the unsigned short at position pos in the Buffer, as an int.
getUnsignedShort(int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Returns the unsigned short at position pos in the Buffer, as an int.
getUnsignedShort(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Returns the unsigned short at position pos in the Buffer, as an int.
getUnsignedShortLE(int) - Method in interface io.vertx.core.buffer.Buffer
Gets an unsigned 16-bit short integer at the specified absolute index in this buffer in Little Endian Byte Order.
getUnsignedShortLE(int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Gets an unsigned 16-bit short integer at the specified absolute index in this buffer in Little Endian Byte Order.
getUnsignedShortLE(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Gets an unsigned 16-bit short integer at the specified absolute index in this buffer in Little Endian Byte Order.
getUp() - Method in class io.vertx.ext.healthchecks.CheckResult
 
getUpdated() - Method in class io.vertx.ext.sql.UpdateResult
Get the number of rows updated
getUpperRightCorner() - Method in class io.vertx.pgclient.data.Box
 
getUpserts() - Method in class io.vertx.ext.mongo.MongoClientBulkWriteResult
An unmodifiable list of upsert data.
getUri() - Method in class io.vertx.camel.CamelMapping
 
getURI() - Method in interface io.vertx.core.http.HttpClientRequest
 
getURI() - Method in class io.vertx.core.http.RequestOptions
 
getUri() - Method in class io.vertx.ext.auth.htdigest.HtdigestCredentials
 
getUri() - Method in class io.vertx.micrometer.VertxInfluxDbOptions
Get the InfluxDB server URI
getUri() - Method in class io.vertx.rabbitmq.RabbitMQOptions
 
getURI() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
 
getURI() - Method in class io.vertx.rxjava.core.http.HttpClientRequest
 
getURIWithoutFragment() - Method in interface io.vertx.core.json.pointer.JsonPointer
Return the underlying URI without the fragment
getURIWithoutFragment() - Method in class io.vertx.reactivex.core.json.pointer.JsonPointer
Return the underlying URI without the fragment
getURIWithoutFragment() - Method in class io.vertx.rxjava.core.json.pointer.JsonPointer
Return the underlying URI without the fragment
getUrl() - Method in class io.vertx.ext.auth.ldap.LdapAuthenticationOptions
 
getUsageAddress() - Method in class io.vertx.servicediscovery.ServiceDiscoveryOptions
 
getUsagePrefix() - Method in class io.vertx.core.cli.UsageMessageFormatter
 
getUser() - Method in class io.vertx.ext.web.api.OperationRequest
Deprecated.
Get request principal user as routingContext.user().principal(), null if no user is authenticated
getUser() - Method in class io.vertx.ext.web.api.service.ServiceRequest
Get request principal user as routingContext.user().principal(), null if no user is authenticated
getUser() - Method in class io.vertx.jdbcclient.JDBCConnectOptions
 
getUser() - Method in class io.vertx.mysqlclient.MySQLAuthOptions
Get the user account to be used for the authentication.
getUser() - Method in class io.vertx.rabbitmq.RabbitMQOptions
 
getUser() - Method in class io.vertx.sqlclient.SqlConnectOptions
Get the user account to be used for the authentication.
getUserAgent() - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
The User-Agent header to use when communicating with a provider
getUserAgent() - Method in class io.vertx.ext.mail.MailConfig
Gets the Mail User Agent(MUA) name that will be used to generate boundary and message id.
getUserAgent() - Method in class io.vertx.ext.web.client.WebClientOptions
 
getUserBySession(String) - Method in interface io.vertx.ext.stomp.StompServerHandler
Provides for authorization matches on a destination level, this will return the User created by the AuthenticationProvider.
getUserBySession(String) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
Provides for authorization matches on a destination level, this will return the User created by the .
getUserBySession(String) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
Provides for authorization matches on a destination level, this will return the User created by the .
getUseReplicas() - Method in class io.vertx.redis.client.RedisOptions
Get whether or not to use replica nodes (only considered in Cluster mode).
getUserId() - Method in class io.vertx.config.vault.client.Auth
 
getUserInfoParameters() - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
Set the provider custom userInfo parameters to send when requesting them.
getUserInfoPath() - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
The provider userInfo resource path
getUsername() - Method in class io.vertx.amqp.AmqpClientOptions
 
getUsername() - Method in class io.vertx.config.vault.client.Auth
 
getUsername() - Method in class io.vertx.config.vault.client.Lookup
 
getUsername() - Method in class io.vertx.core.net.ProxyOptions
Get proxy username.
getUsername() - Method in class io.vertx.ext.auth.authentication.UsernamePasswordCredentials
 
getUserName() - Method in class io.vertx.ext.auth.webauthn.Authenticator
 
getUsername() - Method in class io.vertx.ext.auth.webauthn.WebAuthnCredentials
 
getUsername() - Method in class io.vertx.ext.mail.MailConfig
get username
getUserName() - Method in class io.vertx.micrometer.VertxInfluxDbOptions
Get the username used for authenticated connections
getUsername() - Method in class io.vertx.mqtt.MqttAuth
 
getUsername() - Method in class io.vertx.mqtt.MqttClientOptions
 
getUsernameCredentialField() - Method in interface io.vertx.ext.auth.mongo.MongoAuth
Deprecated.
Get the name of the field to be used as property for the username in the method AuthenticationProvider.authenticate(JsonObject, io.vertx.core.Handler).
getUsernameCredentialField() - Method in class io.vertx.ext.auth.mongo.MongoAuthenticationOptions
 
getUsernameCredentialField() - Method in class io.vertx.ext.auth.mongo.MongoAuthOptions
Deprecated.
 
getUsernameCredentialField() - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
Deprecated.
getUsernameCredentialField() - Method in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
Deprecated.
getUsernameField() - Method in interface io.vertx.ext.auth.mongo.MongoAuth
Deprecated.
Get the name of the field to be used for the username.
getUsernameField() - Method in class io.vertx.ext.auth.mongo.MongoAuthenticationOptions
 
getUsernameField() - Method in class io.vertx.ext.auth.mongo.MongoAuthOptions
Deprecated.
 
getUsernameField() - Method in class io.vertx.ext.auth.mongo.MongoAuthorizationOptions
 
getUsernameField() - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
Deprecated.
getUsernameField() - Method in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
Deprecated.
getUserVerification() - Method in class io.vertx.ext.auth.webauthn.WebAuthnOptions
 
getUUID(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get UUID value for the given column.
getUUID(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get UUID value at pos.
getUUID(String) - Method in class io.vertx.rxjava.sqlclient.Row
Get UUID value for the given column.
getUUID(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
Get UUID value at pos.
getUUID(String) - Method in interface io.vertx.sqlclient.Row
Get UUID value for the given column.
getUUID(int) - Method in interface io.vertx.sqlclient.Tuple
Get UUID value at pos.
getValidationFailureHandler() - Method in interface io.vertx.ext.web.api.contract.RouterFactory
Deprecated.
Router Factory won't manage the validation errors anymore. You must use Router.errorHandler(int, Handler) with 400 error
getValidationFailureHandler() - Method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Deprecated.
getValidationFailureHandler() - Method in interface io.vertx.reactivex.ext.web.api.contract.RouterFactory
Deprecated.
getValidationFailureHandler() - Method in class io.vertx.rxjava.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Deprecated.
getValidationFailureHandler() - Method in interface io.vertx.rxjava.ext.web.api.contract.RouterFactory
Deprecated.
getValidator() - Method in exception io.vertx.json.schema.NoSyncValidationException
 
getValue() - Method in exception io.vertx.core.cli.InvalidValueException
 
getValue() - Method in interface io.vertx.core.http.Cookie
 
getValue(int) - Method in class io.vertx.core.json.JsonArray
Get the value with the specified key, as an Object with types respecting the limitations of JSON.
getValue(String) - Method in class io.vertx.core.json.JsonObject
Get the value with the specified key, as an Object with types respecting the limitations of JSON.
getValue(String, Object) - Method in class io.vertx.core.json.JsonObject
Like JsonObject.getValue(String) but specifying a default value to return if there is no entry.
getValue() - Method in class io.vertx.core.net.KeyStoreOptionsBase
Get the key store as a buffer
getValue() - Method in class io.vertx.ext.auth.KeyStoreOptions
 
getValue(String, Handler<AsyncResult<KeyValue>>) - Method in interface io.vertx.ext.consul.ConsulClient
Returns key/value pair that corresponding to the specified key.
getValue(String) - Method in interface io.vertx.ext.consul.ConsulClient
Like ConsulClient.getValue(String, Handler) but returns a Future of the asynchronous result.
getValue() - Method in class io.vertx.ext.consul.KeyValue
Get the value.
getValue() - Method in class io.vertx.ext.consul.TxnKVOperation
Get the value
getValue() - Method in class io.vertx.ext.dropwizard.Match
 
getValue() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxGaugeMBean
 
getValue() - Method in class io.vertx.ext.dropwizard.ThroughputMeter
 
getValue() - Method in class io.vertx.ext.dropwizard.ThroughputTimer
 
getValue() - Method in class io.vertx.kafka.admin.ConfigEntry
 
getValue() - Method in class io.vertx.kafka.admin.ConfigSynonym
 
getValue() - Method in class io.vertx.micrometer.Match
 
getValue() - Method in class io.vertx.reactivex.core.http.Cookie
 
getValue(String, Handler<AsyncResult<KeyValue>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns key/value pair that corresponding to the specified key.
getValue(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns key/value pair that corresponding to the specified key.
getValue(String) - Method in class io.vertx.reactivex.sqlclient.Row
Get a value for the given column.
getValue(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
Get an object value at pos.
getValue() - Method in class io.vertx.rxjava.core.http.Cookie
 
getValue(String, Handler<AsyncResult<KeyValue>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns key/value pair that corresponding to the specified key.
getValue(String) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns key/value pair that corresponding to the specified key.
getValue(String) - Method in class io.vertx.rxjava.sqlclient.Row
Get a value for the given column.
getValue(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
Get an object value at pos.
getValue(String) - Method in interface io.vertx.sqlclient.Row
Get a value for the given column.
getValue(int) - Method in interface io.vertx.sqlclient.Tuple
Get an object value at pos.
getValues(String, Handler<AsyncResult<KeyValueList>>) - Method in interface io.vertx.ext.consul.ConsulClient
Returns the list of key/value pairs that corresponding to the specified key prefix.
getValues(String) - Method in interface io.vertx.ext.consul.ConsulClient
Like ConsulClient.getValues(String, Handler) but returns a Future of the asynchronous result.
getValues(String, Handler<AsyncResult<KeyValueList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the list of key/value pairs that corresponding to the specified key prefix.
getValues(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the list of key/value pairs that corresponding to the specified key prefix.
getValues(String, Handler<AsyncResult<KeyValueList>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the list of key/value pairs that corresponding to the specified key prefix.
getValues(String) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the list of key/value pairs that corresponding to the specified key prefix.
getValueSupplier() - Method in class io.vertx.json.schema.common.dsl.Keyword
 
getValuesWithOptions(String, BlockingQueryOptions, Handler<AsyncResult<KeyValueList>>) - Method in interface io.vertx.ext.consul.ConsulClient
Returns the list of key/value pairs that corresponding to the specified key prefix.
getValuesWithOptions(String, BlockingQueryOptions) - Method in interface io.vertx.ext.consul.ConsulClient
Like ConsulClient.getValuesWithOptions(String, BlockingQueryOptions, Handler) but returns a Future of the asynchronous result.
getValuesWithOptions(String, BlockingQueryOptions, Handler<AsyncResult<KeyValueList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the list of key/value pairs that corresponding to the specified key prefix.
getValuesWithOptions(String, BlockingQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the list of key/value pairs that corresponding to the specified key prefix.
getValuesWithOptions(String, BlockingQueryOptions, Handler<AsyncResult<KeyValueList>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the list of key/value pairs that corresponding to the specified key prefix.
getValuesWithOptions(String, BlockingQueryOptions) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the list of key/value pairs that corresponding to the specified key prefix.
getValueWithOptions(String, BlockingQueryOptions, Handler<AsyncResult<KeyValue>>) - Method in interface io.vertx.ext.consul.ConsulClient
Returns key/value pair that corresponding to the specified key.
getValueWithOptions(String, BlockingQueryOptions) - Method in interface io.vertx.ext.consul.ConsulClient
Like ConsulClient.getValueWithOptions(String, BlockingQueryOptions, Handler) but returns a Future of the asynchronous result.
getValueWithOptions(String, BlockingQueryOptions, Handler<AsyncResult<KeyValue>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns key/value pair that corresponding to the specified key.
getValueWithOptions(String, BlockingQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns key/value pair that corresponding to the specified key.
getValueWithOptions(String, BlockingQueryOptions, Handler<AsyncResult<KeyValue>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns key/value pair that corresponding to the specified key.
getValueWithOptions(String, BlockingQueryOptions) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns key/value pair that corresponding to the specified key.
getVariables() - Method in class io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions
 
getVaultClient() - Method in class io.vertx.config.vault.VaultConfigStore
 
getVec() - Method in class io.vertx.ext.consul.Coordinate
Get vector
getVerb() - Method in enum io.vertx.ext.consul.TxnKVVerb
 
getVersion() - Method in class io.vertx.core.http.WebSocketConnectOptions
 
getVersion() - Method in class io.vertx.ext.consul.Event
Get version
getVersion() - Method in class io.vertx.ext.mongo.IndexOptions
Gets the index version number.
getVertsShellJsResource() - Method in class io.vertx.ext.shell.term.HttpTermOptions
 
getVertx() - Method in class io.vertx.core.AbstractVerticle
Get the Vert.x instance
getVertx() - Method in interface io.vertx.core.Verticle
Get a reference to the Vert.x instance that deployed this verticle
getVirtualHost() - Method in class io.vertx.ext.stomp.StompClientOptions
Gets the virtual host that would be use a "host" header value in the `CONNECT` frame.
getVirtualHost() - Method in class io.vertx.rabbitmq.RabbitMQOptions
 
getWait() - Method in class io.vertx.ext.consul.BlockingQueryOptions
Get wait period
getWanAddress() - Method in class io.vertx.ext.consul.Node
Get node wan address
getWarningExceptionTime() - Method in class io.vertx.core.VertxOptions
Get the threshold value above this, the blocked warning contains a stack trace.
getWarningExceptionTimeUnit() - Method in class io.vertx.core.VertxOptions
 
getWebauthn() - Method in class io.vertx.ext.auth.webauthn.WebAuthnCredentials
 
getWebClient(ServiceDiscovery, JsonObject, Handler<AsyncResult<WebClient>>) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured .
getWebClient(ServiceDiscovery, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured .
getWebClient(ServiceDiscovery, JsonObject, JsonObject, Handler<AsyncResult<WebClient>>) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured .
getWebClient(ServiceDiscovery, JsonObject, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured .
getWebClient(ServiceDiscovery, Function<Record, Boolean>, Handler<AsyncResult<WebClient>>) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured .
getWebClient(ServiceDiscovery, Function<Record, Boolean>) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured .
getWebClient(ServiceDiscovery, Function<Record, Boolean>, JsonObject, Handler<AsyncResult<WebClient>>) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured .
getWebClient(ServiceDiscovery, Function<Record, Boolean>, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured .
getWebClient(ServiceDiscovery, JsonObject, Handler<AsyncResult<WebClient>>) - Static method in class io.vertx.rxjava.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured .
getWebClient(ServiceDiscovery, JsonObject) - Static method in class io.vertx.rxjava.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured .
getWebClient(ServiceDiscovery, JsonObject, JsonObject, Handler<AsyncResult<WebClient>>) - Static method in class io.vertx.rxjava.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured .
getWebClient(ServiceDiscovery, JsonObject, JsonObject) - Static method in class io.vertx.rxjava.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured .
getWebClient(ServiceDiscovery, Function<Record, Boolean>, Handler<AsyncResult<WebClient>>) - Static method in class io.vertx.rxjava.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured .
getWebClient(ServiceDiscovery, Function<Record, Boolean>) - Static method in class io.vertx.rxjava.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured .
getWebClient(ServiceDiscovery, Function<Record, Boolean>, JsonObject, Handler<AsyncResult<WebClient>>) - Static method in class io.vertx.rxjava.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured .
getWebClient(ServiceDiscovery, Function<Record, Boolean>, JsonObject) - Static method in class io.vertx.rxjava.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured .
getWebClient(ServiceDiscovery, JsonObject, Handler<AsyncResult<WebClient>>) - Static method in interface io.vertx.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured .
getWebClient(ServiceDiscovery, JsonObject) - Static method in interface io.vertx.servicediscovery.types.HttpEndpoint
getWebClient(ServiceDiscovery, JsonObject, JsonObject, Handler<AsyncResult<WebClient>>) - Static method in interface io.vertx.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured WebClient.
getWebClient(ServiceDiscovery, JsonObject, JsonObject) - Static method in interface io.vertx.servicediscovery.types.HttpEndpoint
getWebClient(ServiceDiscovery, Function<Record, Boolean>, Handler<AsyncResult<WebClient>>) - Static method in interface io.vertx.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured WebClient.
getWebClient(ServiceDiscovery, Function<Record, Boolean>) - Static method in interface io.vertx.servicediscovery.types.HttpEndpoint
getWebClient(ServiceDiscovery, Function<Record, Boolean>, JsonObject, Handler<AsyncResult<WebClient>>) - Static method in interface io.vertx.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured WebClient.
getWebClient(ServiceDiscovery, Function<Record, Boolean>, JsonObject) - Static method in interface io.vertx.servicediscovery.types.HttpEndpoint
getWebSocketAllowServerNoContext() - Method in class io.vertx.core.http.HttpServerOptions
 
getWebSocketClosingTimeout() - Method in class io.vertx.core.http.HttpClientOptions
 
getWebSocketClosingTimeout() - Method in class io.vertx.core.http.HttpServerOptions
 
getWebSocketCompressionAllowClientNoContext() - Method in class io.vertx.core.http.HttpClientOptions
 
getWebSocketCompressionLevel() - Method in class io.vertx.core.http.HttpClientOptions
 
getWebSocketCompressionLevel() - Method in class io.vertx.core.http.HttpServerOptions
 
getWebSocketCompressionRequestServerNoContext() - Method in class io.vertx.core.http.HttpClientOptions
 
getWebsocketPath() - Method in class io.vertx.ext.stomp.StompServerOptions
Gets the path for the web socket.
getWebSocketPreferredClientNoContext() - Method in class io.vertx.core.http.HttpServerOptions
 
getWebSocketSubProtocols() - Method in class io.vertx.core.http.HttpServerOptions
 
getWeight() - Method in class io.vertx.core.http.StreamPriority
 
getWeights() - Method in class io.vertx.ext.mongo.IndexOptions
Gets the weighting object for use with a text index
getWelcomeMessage() - Method in class io.vertx.ext.shell.ShellServerOptions
 
getWhat() - Method in class io.vertx.ext.consul.TxnError
Get error message about why that operation failed.
getWhere() - Method in exception io.vertx.pgclient.PgException
 
getWidth() - Method in class io.vertx.core.cli.UsageMessageFormatter
 
getWillMessage() - Method in class io.vertx.mqtt.MqttClientOptions
 
getWillMessage() - Method in class io.vertx.mqtt.MqttWill
 
getWillMessageBytes() - Method in class io.vertx.mqtt.MqttWill
 
getWillQoS() - Method in class io.vertx.mqtt.MqttClientOptions
 
getWillQos() - Method in class io.vertx.mqtt.MqttWill
 
getWillTopic() - Method in class io.vertx.mqtt.MqttClientOptions
 
getWillTopic() - Method in class io.vertx.mqtt.MqttWill
 
getWindowSize() - Method in interface io.vertx.core.http.HttpConnection
 
getWindowSize() - Method in class io.vertx.reactivex.core.http.HttpConnection
 
getWindowSize() - Method in class io.vertx.rxjava.core.http.HttpConnection
 
getWithRegex(String) - Method in interface io.vertx.ext.web.Router
Add a route that matches a HTTP GET request and the specified path regex
getWithRegex(String) - Method in class io.vertx.reactivex.ext.web.Router
Add a route that matches a HTTP GET request and the specified path regex
getWithRegex(String) - Method in class io.vertx.rxjava.ext.web.Router
Add a route that matches a HTTP GET request and the specified path regex
getWorkerExecutor() - Method in class io.vertx.camel.OutboundMapping
 
getWorkerPoolName() - Method in class io.vertx.core.DeploymentOptions
 
getWorkerPoolSize() - Method in class io.vertx.core.DeploymentOptions
Get the maximum number of worker threads to be used by the worker pool when the verticle is deployed with a DeploymentOptions.setWorkerPoolName(java.lang.String).
getWorkerPoolSize() - Method in class io.vertx.core.VertxOptions
Get the maximum number of worker threads to be used by the Vert.x instance.
getWriteOption() - Method in class io.vertx.ext.mongo.BulkWriteOptions
Get the write option
getWriteOption() - Method in class io.vertx.ext.mongo.UpdateOptions
Get the write option.
getWritePos() - Method in interface io.vertx.core.file.AsyncFile
 
getWritePos() - Method in class io.vertx.reactivex.core.file.AsyncFile
 
getWritePos() - Method in class io.vertx.rxjava.core.file.AsyncFile
 
getWriteSynchronizationMode() - Method in class io.vertx.spi.cluster.ignite.IgniteCacheOptions
Gets write synchronization mode.
getX() - Method in class io.vertx.mysqlclient.data.spatial.Point
 
getX() - Method in class io.vertx.pgclient.data.Point
 
getY() - Method in class io.vertx.mysqlclient.data.spatial.Point
 
getY() - Method in class io.vertx.pgclient.data.Point
 
getYears() - Method in class io.vertx.pgclient.data.Interval
 
GitConfigStore - Class in io.vertx.config.git
 
GitConfigStore(Vertx, JsonObject) - Constructor for class io.vertx.config.git.GitConfigStore
 
GitConfigStoreFactory - Class in io.vertx.config.git
 
GitConfigStoreFactory() - Constructor for class io.vertx.config.git.GitConfigStoreFactory
 
GithubAuth - Interface in io.vertx.ext.auth.oauth2.providers
Simplified factory to create an OAuth2Auth for Github.
GithubAuth - Class in io.vertx.reactivex.ext.auth.oauth2.providers
Simplified factory to create an for Github.
GithubAuth(GithubAuth) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.GithubAuth
 
GithubAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.GithubAuth
 
GithubAuth - Class in io.vertx.rxjava.ext.auth.oauth2.providers
Simplified factory to create an for Github.
GithubAuth(GithubAuth) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.providers.GithubAuth
 
GithubAuth(Object) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.providers.GithubAuth
 
GitLabAuth - Interface in io.vertx.ext.auth.oauth2.providers
Simplified factory to create an OAuth2Auth for GitLab.com.
GitLabAuth - Class in io.vertx.reactivex.ext.auth.oauth2.providers
Simplified factory to create an for GitLab.com.
GitLabAuth(GitLabAuth) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.GitLabAuth
 
GitLabAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.GitLabAuth
 
GitLabAuth - Class in io.vertx.rxjava.ext.auth.oauth2.providers
Simplified factory to create an for GitLab.com.
GitLabAuth(GitLabAuth) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.providers.GitLabAuth
 
GitLabAuth(Object) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.providers.GitLabAuth
 
GoAway - Class in io.vertx.core.http
A GOAWAY frame.
GoAway() - Constructor for class io.vertx.core.http.GoAway
 
GoAway(JsonObject) - Constructor for class io.vertx.core.http.GoAway
 
GoAway(GoAway) - Constructor for class io.vertx.core.http.GoAway
 
goAway(long) - Method in interface io.vertx.core.http.HttpConnection
Like HttpConnection.goAway(long, int) with a last stream id -1 which means to disallow any new stream creation.
goAway(long, int) - Method in interface io.vertx.core.http.HttpConnection
goAway(long, int, Buffer) - Method in interface io.vertx.core.http.HttpConnection
Send a go away frame to the remote endpoint of the connection.
goAway(long) - Method in class io.vertx.reactivex.core.http.HttpConnection
Like HttpConnection.goAway(long) with a last stream id -1 which means to disallow any new stream creation.
goAway(long, int) - Method in class io.vertx.reactivex.core.http.HttpConnection
Like HttpConnection.goAway(long) with no buffer.
goAway(long, int, Buffer) - Method in class io.vertx.reactivex.core.http.HttpConnection
Send a go away frame to the remote endpoint of the connection.
goAway(long) - Method in class io.vertx.rxjava.core.http.HttpConnection
Like HttpConnection.goAway(long) with a last stream id -1 which means to disallow any new stream creation.
goAway(long, int) - Method in class io.vertx.rxjava.core.http.HttpConnection
Like HttpConnection.goAway(long) with no buffer.
goAway(long, int, Buffer) - Method in class io.vertx.rxjava.core.http.HttpConnection
Send a go away frame to the remote endpoint of the connection.
GoAwayConverter - Class in io.vertx.core.http
Converter and mapper for GoAway.
GoAwayConverter() - Constructor for class io.vertx.core.http.GoAwayConverter
 
goAwayHandler(Handler<GoAway>) - Method in interface io.vertx.core.http.HttpConnection
Set an handler called when a GOAWAY frame is received.
goAwayHandler(Handler<GoAway>) - Method in class io.vertx.reactivex.core.http.HttpConnection
Set an handler called when a frame is received.
goAwayHandler(Handler<GoAway>) - Method in class io.vertx.rxjava.core.http.HttpConnection
Set an handler called when a frame is received.
GoogleAuth - Interface in io.vertx.ext.auth.oauth2.providers
Simplified factory to create an OAuth2Auth for Google.
GoogleAuth - Class in io.vertx.reactivex.ext.auth.oauth2.providers
Simplified factory to create an OAuth2Auth for Google.
GoogleAuth(GoogleAuth) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.GoogleAuth
 
GoogleAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.GoogleAuth
 
GoogleAuth - Class in io.vertx.rxjava.ext.auth.oauth2.providers
Simplified factory to create an OAuth2Auth for Google.
GoogleAuth(GoogleAuth) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.providers.GoogleAuth
 
GoogleAuth(Object) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.providers.GoogleAuth
 
grantedQoSLevels() - Method in interface io.vertx.mqtt.messages.MqttSubAckMessage
 
grantedQoSLevels() - Method in class io.vertx.reactivex.mqtt.messages.MqttSubAckMessage
 
grantedQoSLevels() - Method in class io.vertx.rxjava.mqtt.messages.MqttSubAckMessage
 
GraphiQLHandler - Interface in io.vertx.ext.web.handler.graphql
A Route handler for GraphiQL resources.
GraphiQLHandler - Class in io.vertx.reactivex.ext.web.handler.graphql
A Route handler for GraphiQL resources.
GraphiQLHandler(GraphiQLHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.graphql.GraphiQLHandler
 
GraphiQLHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.graphql.GraphiQLHandler
 
GraphiQLHandler - Class in io.vertx.rxjava.ext.web.handler.graphql
A Route handler for GraphiQL resources.
GraphiQLHandler(GraphiQLHandler) - Constructor for class io.vertx.rxjava.ext.web.handler.graphql.GraphiQLHandler
 
GraphiQLHandler(Object) - Constructor for class io.vertx.rxjava.ext.web.handler.graphql.GraphiQLHandler
 
GraphiQLHandlerOptions - Class in io.vertx.ext.web.handler.graphql
Embedded GraphiQL user interface options.
GraphiQLHandlerOptions() - Constructor for class io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions
Default constructor.
GraphiQLHandlerOptions(GraphiQLHandlerOptions) - Constructor for class io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions
Copy constructor.
GraphiQLHandlerOptions(JsonObject) - Constructor for class io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions
Constructor to create options from JSON.
GraphiQLHandlerOptionsConverter - Class in io.vertx.ext.web.handler.graphql
Converter and mapper for GraphiQLHandlerOptions.
GraphiQLHandlerOptionsConverter() - Constructor for class io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptionsConverter
 
graphiQLRequestHeaders(Function<RoutingContext, MultiMap>) - Method in interface io.vertx.ext.web.handler.graphql.GraphiQLHandler
Customize the HTTP headers to add to GraphQL requests sent by the GraphiQL user interface.
graphiQLRequestHeaders(Function<RoutingContext, MultiMap>) - Method in class io.vertx.reactivex.ext.web.handler.graphql.GraphiQLHandler
Customize the HTTP headers to add to GraphQL requests sent by the GraphiQL user interface.
graphiQLRequestHeaders(Function<RoutingContext, MultiMap>) - Method in class io.vertx.rxjava.ext.web.handler.graphql.GraphiQLHandler
Customize the HTTP headers to add to GraphQL requests sent by the GraphiQL user interface.
GraphQLHandler - Interface in io.vertx.ext.web.handler.graphql
A Route handler for GraphQL requests.
GraphQLHandler - Class in io.vertx.reactivex.ext.web.handler.graphql
A Route handler for GraphQL requests.
GraphQLHandler(GraphQLHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler
 
GraphQLHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler
 
GraphQLHandler - Class in io.vertx.rxjava.ext.web.handler.graphql
A Route handler for GraphQL requests.
GraphQLHandler(GraphQLHandler) - Constructor for class io.vertx.rxjava.ext.web.handler.graphql.GraphQLHandler
 
GraphQLHandler(Object) - Constructor for class io.vertx.rxjava.ext.web.handler.graphql.GraphQLHandler
 
GraphQLHandlerOptions - Class in io.vertx.ext.web.handler.graphql
Options for configuring the GraphQLHandler.
GraphQLHandlerOptions() - Constructor for class io.vertx.ext.web.handler.graphql.GraphQLHandlerOptions
Default constructor.
GraphQLHandlerOptions(GraphQLHandlerOptions) - Constructor for class io.vertx.ext.web.handler.graphql.GraphQLHandlerOptions
Copy constructor.
GraphQLHandlerOptions(JsonObject) - Constructor for class io.vertx.ext.web.handler.graphql.GraphQLHandlerOptions
Constructor to create options from JSON.
GraphQLHandlerOptionsConverter - Class in io.vertx.ext.web.handler.graphql
Converter and mapper for GraphQLHandlerOptions.
GraphQLHandlerOptionsConverter() - Constructor for class io.vertx.ext.web.handler.graphql.GraphQLHandlerOptionsConverter
 
GridFsDownloadOptions - Class in io.vertx.ext.mongo
Options used to configure downloads from GridFS.
GridFsDownloadOptions() - Constructor for class io.vertx.ext.mongo.GridFsDownloadOptions
Default constructor
GridFsDownloadOptions(GridFsDownloadOptions) - Constructor for class io.vertx.ext.mongo.GridFsDownloadOptions
Copy constructor
GridFsDownloadOptions(JsonObject) - Constructor for class io.vertx.ext.mongo.GridFsDownloadOptions
Constructor from JSON
GridFsUploadOptions - Class in io.vertx.ext.mongo
 
GridFsUploadOptions() - Constructor for class io.vertx.ext.mongo.GridFsUploadOptions
Default constructor
GridFsUploadOptions(GridFsUploadOptions) - Constructor for class io.vertx.ext.mongo.GridFsUploadOptions
Copy constructor
GridFsUploadOptions(JsonObject) - Constructor for class io.vertx.ext.mongo.GridFsUploadOptions
Constructor from JSON
GroovyVerticleFactory - Class in io.vertx.lang.groovy
Placeholder
GroovyVerticleFactory() - Constructor for class io.vertx.lang.groovy.GroovyVerticleFactory
 
groupId() - Method in interface io.vertx.amqp.AmqpMessage
 
groupId(String) - Method in interface io.vertx.amqp.AmqpMessageBuilder
 
groupId() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
groupId(String) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
groupId() - Method in class io.vertx.rxjava.amqp.AmqpMessage
 
groupId(String) - Method in class io.vertx.rxjava.amqp.AmqpMessageBuilder
 
groupSequence() - Method in interface io.vertx.amqp.AmqpMessage
 
groupSequence() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
groupSequence() - Method in class io.vertx.rxjava.amqp.AmqpMessage
 
GrpcWriteStream<T> - Class in io.vertx.grpc.stub
 
GrpcWriteStream(StreamObserver<T>) - Constructor for class io.vertx.grpc.stub.GrpcWriteStream
 

H

halfOpenHandler(Handler<Void>) - Method in interface io.vertx.circuitbreaker.CircuitBreaker
Sets a Handler invoked when the circuit breaker state switches to half-open.
halfOpenHandler(Handler<Void>) - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
Sets a invoked when the circuit breaker state switches to half-open.
halfOpenHandler(Handler<Void>) - Method in class io.vertx.rxjava.circuitbreaker.CircuitBreaker
Sets a invoked when the circuit breaker state switches to half-open.
handle(E) - Method in interface io.vertx.core.Handler
Something has happened, so handle it.
handle(Buffer) - Method in interface io.vertx.core.parsetools.RecordParser
This method is called to provide the parser with data.
handle(AsyncResult<T>) - Method in interface io.vertx.core.Promise
Succeed or fail this promise with the AsyncResult event.
handle(ServerFrame) - Method in class io.vertx.ext.stomp.DefaultAbortHandler
 
handle(ServerFrame) - Method in class io.vertx.ext.stomp.DefaultAckHandler
 
handle(ServerFrame) - Method in class io.vertx.ext.stomp.DefaultBeginHandler
 
handle(ServerFrame) - Method in class io.vertx.ext.stomp.DefaultCommitHandler
 
handle(ServerFrame) - Method in class io.vertx.ext.stomp.DefaultConnectHandler
 
handle(ServerFrame) - Method in class io.vertx.ext.stomp.DefaultNackHandler
 
handle(ServerFrame) - Method in class io.vertx.ext.stomp.DefaultSendHandler
 
handle(ServerFrame) - Method in class io.vertx.ext.stomp.DefaultSubscribeHandler
 
handle(ServerFrame) - Method in class io.vertx.ext.stomp.DefaultUnsubscribeHandler
 
handle(RoutingContext) - Method in interface io.vertx.ext.web.handler.sockjs.SockJSHandler
Deprecated.
mount the router as a sub-router instead. This method will not properly handle errors.
handle(RoutingContext) - Method in class io.vertx.reactivex.circuitbreaker.HystrixMetricHandler
Something has happened, so handle it.
handle(Buffer) - Method in class io.vertx.reactivex.core.parsetools.JsonParser
Something has happened, so handle it.
handle(Buffer) - Method in class io.vertx.reactivex.core.parsetools.RecordParser
This method is called to provide the parser with data.
handle(RoutingContext) - Method in class io.vertx.reactivex.ext.healthchecks.HealthCheckHandler
Something has happened, so handle it.
handle(SockJSSocket) - Method in class io.vertx.reactivex.ext.shell.term.SockJSTermHandler
Something has happened, so handle it.
handle(ServerFrame) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in interface io.vertx.reactivex.ext.web.api.contract.HTTPOperationRequestValidationHandler
Deprecated.
handle(RoutingContext) - Method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RequestValidationHandler
Deprecated.
handle(RoutingContext) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
handle(RoutingContext) - Method in interface io.vertx.reactivex.ext.web.api.validation.ValidationHandler
Deprecated.
handle(RoutingContext) - Method in interface io.vertx.reactivex.ext.web.handler.AuthenticationHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in interface io.vertx.reactivex.ext.web.handler.AuthHandler
Deprecated.
handle(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.AuthorizationHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.BasicAuthHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.BodyHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.ChainAuthHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.CorsHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.CSPHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.CSRFHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.DigestAuthHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.ErrorHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.FaviconHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.FormLoginHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.graphql.GraphiQLHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.HSTSHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.JWTAuthHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.LoggerHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.MethodOverrideHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.MultiTenantHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.OAuth2AuthHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.RedirectAuthHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.ResponseContentTypeHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.ResponseTimeHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.SessionHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSHandler
Deprecated.
handle(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.StaticHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.TemplateHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.TimeoutHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.WebAuthnHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.XFrameHandler
Something has happened, so handle it.
handle(HttpServerRequest) - Method in class io.vertx.reactivex.ext.web.Router
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.reactivex.ext.web.validation.ValidationHandler
Something has happened, so handle it.
handle(AsyncResult<T>) - Method in class io.vertx.rx.java.HandlerAdapter
 
handle(RoutingContext) - Method in class io.vertx.rxjava.circuitbreaker.HystrixMetricHandler
Something has happened, so handle it.
handle(Buffer) - Method in class io.vertx.rxjava.core.parsetools.JsonParser
Something has happened, so handle it.
handle(Buffer) - Method in class io.vertx.rxjava.core.parsetools.RecordParser
This method is called to provide the parser with data.
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.healthchecks.HealthCheckHandler
Something has happened, so handle it.
handle(SockJSSocket) - Method in class io.vertx.rxjava.ext.shell.term.SockJSTermHandler
Something has happened, so handle it.
handle(ServerFrame) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in interface io.vertx.rxjava.ext.web.api.contract.HTTPOperationRequestValidationHandler
Deprecated.
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.api.contract.openapi3.OpenAPI3RequestValidationHandler
Deprecated.
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
handle(RoutingContext) - Method in interface io.vertx.rxjava.ext.web.api.validation.ValidationHandler
Deprecated.
handle(RoutingContext) - Method in interface io.vertx.rxjava.ext.web.handler.AuthenticationHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in interface io.vertx.rxjava.ext.web.handler.AuthHandler
Deprecated.
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.AuthorizationHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.BasicAuthHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.BodyHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.ChainAuthHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.CorsHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.CSPHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.CSRFHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.DigestAuthHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.ErrorHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.FaviconHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.FormLoginHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.graphql.ApolloWSHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.graphql.GraphiQLHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.graphql.GraphQLHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.HSTSHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.JWTAuthHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.LoggerHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.MethodOverrideHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.MultiTenantHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.OAuth2AuthHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.RedirectAuthHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.ResponseContentTypeHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.ResponseTimeHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.SessionHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSHandler
Deprecated.
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.TemplateHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.TimeoutHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.WebAuthnHandler
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.XFrameHandler
Something has happened, so handle it.
handle(HttpServerRequest) - Method in class io.vertx.rxjava.ext.web.Router
Something has happened, so handle it.
handle(RoutingContext) - Method in class io.vertx.rxjava.ext.web.validation.ValidationHandler
Something has happened, so handle it.
HandlebarsTemplateEngine - Interface in io.vertx.ext.web.templ.handlebars
A template engine that uses the Handlebars library.
HandlebarsTemplateEngine - Class in io.vertx.reactivex.ext.web.templ.handlebars
A template engine that uses the Handlebars library.
HandlebarsTemplateEngine(HandlebarsTemplateEngine) - Constructor for class io.vertx.reactivex.ext.web.templ.handlebars.HandlebarsTemplateEngine
 
HandlebarsTemplateEngine(Object) - Constructor for class io.vertx.reactivex.ext.web.templ.handlebars.HandlebarsTemplateEngine
 
HandlebarsTemplateEngine - Class in io.vertx.rxjava.ext.web.templ.handlebars
A template engine that uses the Handlebars library.
HandlebarsTemplateEngine(HandlebarsTemplateEngine) - Constructor for class io.vertx.rxjava.ext.web.templ.handlebars.HandlebarsTemplateEngine
 
HandlebarsTemplateEngine(Object) - Constructor for class io.vertx.rxjava.ext.web.templ.handlebars.HandlebarsTemplateEngine
 
handleCloseAccessed(PrintWriter) - Method in class io.vertx.serviceproxy.generator.GeneratorUtils
 
handleContext(RoutingContext) - Method in interface io.vertx.ext.web.Router
Used to route a context to the router.
handleContext(RoutingContext) - Method in class io.vertx.reactivex.ext.web.Router
Used to route a context to the router.
handleContext(RoutingContext) - Method in class io.vertx.rxjava.ext.web.Router
Used to route a context to the router.
handleDeployFailed(Vertx, String, DeploymentOptions, Throwable) - Method in class io.vertx.core.Launcher
A deployment failure has been encountered.
handleFailure(RoutingContext) - Method in interface io.vertx.ext.web.Router
Used to route a failure to the router.
handleFailure(RoutingContext) - Method in class io.vertx.reactivex.ext.web.Router
Used to route a failure to the router.
handleFailure(RoutingContext) - Method in class io.vertx.rxjava.ext.web.Router
Used to route a failure to the router.
handler(Handler<AmqpMessage>) - Method in interface io.vertx.amqp.AmqpReceiver
 
handler(Handler<Row>) - Method in interface io.vertx.cassandra.CassandraRowStream
 
handler(Handler<DatagramPacket>) - Method in interface io.vertx.core.datagram.DatagramSocket
 
handler(Handler<Message<T>>) - Method in interface io.vertx.core.eventbus.MessageConsumer
 
handler(Handler<Buffer>) - Method in interface io.vertx.core.file.AsyncFile
 
Handler<E> - Interface in io.vertx.core
A generic event handler.
handler(Handler<Buffer>) - Method in interface io.vertx.core.http.HttpClientResponse
 
handler(Handler<Buffer>) - Method in interface io.vertx.core.http.HttpServerFileUpload
 
handler(Handler<Buffer>) - Method in interface io.vertx.core.http.HttpServerRequest
 
handler(Handler<Buffer>) - Method in interface io.vertx.core.http.ServerWebSocket
 
handler(Handler<Buffer>) - Method in interface io.vertx.core.http.WebSocket
 
handler(Handler<Buffer>) - Method in interface io.vertx.core.http.WebSocketBase
 
handler(Handler<Buffer>) - Method in interface io.vertx.core.net.NetSocket
 
handler(Handler<JsonEvent>) - Method in interface io.vertx.core.parsetools.JsonParser
 
handler(Handler<Buffer>) - Method in interface io.vertx.core.parsetools.RecordParser
 
handler(Handler<T>) - Method in interface io.vertx.core.streams.ReadStream
Set a data handler.
handler(Handler<Long>) - Method in interface io.vertx.core.TimeoutStream
 
handler(Handler<T>) - Method in interface io.vertx.ext.reactivestreams.ReactiveReadStream
 
handler(Handler<JsonArray>) - Method in interface io.vertx.ext.sql.SQLRowStream
 
handler(StompServerHandler) - Method in interface io.vertx.ext.stomp.StompServer
Configures the StompServerHandler.
handler() - Method in interface io.vertx.ext.stomp.StompServerConnection
 
handler(Handler<AsyncResult<T>>) - Method in interface io.vertx.ext.unit.Completion
Completion handler to receive a completion signal when this completions completes.
handler(Handler<TestCaseReport>) - Method in interface io.vertx.ext.unit.report.TestSuiteReport
 
handler(Handler<Buffer>) - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
 
handler(Handler<RoutingContext>) - Method in interface io.vertx.ext.web.openapi.Operation
Mount an handler for this operation
handler(Handler<RoutingContext>) - Method in interface io.vertx.ext.web.Route
Append a request handler to the route handlers list.
handler(Handler<KafkaConsumerRecord<K, V>>) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
 
handler(Handler<ConsumerRecord<K, V>>) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
 
handler(Handler<String>) - Method in interface io.vertx.pgclient.pubsub.PgChannel
Set or unset an handler to be called when a the channel is notified by Postgres.
handler(Handler<RabbitMQMessage>) - Method in interface io.vertx.rabbitmq.RabbitMQConsumer
Set a message handler.
handler(Handler<AmqpMessage>) - Method in class io.vertx.reactivex.amqp.AmqpReceiver
 
handler(Handler<Row>) - Method in class io.vertx.reactivex.cassandra.CassandraRowStream
 
handler(Handler<DatagramPacket>) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
 
handler(Handler<Message<T>>) - Method in class io.vertx.reactivex.core.eventbus.MessageConsumer
 
handler(Handler<Buffer>) - Method in class io.vertx.reactivex.core.file.AsyncFile
 
handler(Handler<Buffer>) - Method in class io.vertx.reactivex.core.http.HttpClientResponse
 
handler(Handler<Buffer>) - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
 
handler(Handler<Buffer>) - Method in class io.vertx.reactivex.core.http.HttpServerRequest
 
handler(Handler<Buffer>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
handler(Handler<Buffer>) - Method in class io.vertx.reactivex.core.http.WebSocket
 
handler(Handler<Buffer>) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
 
handler(Handler<Buffer>) - Method in class io.vertx.reactivex.core.net.NetSocket
 
handler(Handler<JsonEvent>) - Method in class io.vertx.reactivex.core.parsetools.JsonParser
 
handler(Handler<Buffer>) - Method in class io.vertx.reactivex.core.parsetools.RecordParser
 
handler(Handler<T>) - Method in interface io.vertx.reactivex.core.streams.ReadStream
Set a data handler.
handler(Handler<Long>) - Method in class io.vertx.reactivex.core.TimeoutStream
 
handler(Handler<JsonArray>) - Method in class io.vertx.reactivex.ext.sql.SQLRowStream
 
handler(StompServerHandler) - Method in class io.vertx.reactivex.ext.stomp.StompServer
Configures the StompServerHandler.
handler() - Method in class io.vertx.reactivex.ext.stomp.StompServerConnection
 
handler(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.unit.Async
Completion handler to receive a completion signal when this completions completes.
handler() - Method in class io.vertx.reactivex.ext.unit.Async
Completion handler to receive a completion signal when this completions completes.
handler(Handler<AsyncResult<T>>) - Method in class io.vertx.reactivex.ext.unit.Completion
Completion handler to receive a completion signal when this completions completes.
handler() - Method in class io.vertx.reactivex.ext.unit.Completion
Completion handler to receive a completion signal when this completions completes.
handler(Handler<TestCaseReport>) - Method in class io.vertx.reactivex.ext.unit.report.TestSuiteReport
 
handler(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.unit.TestCompletion
Completion handler to receive a completion signal when this completions completes.
handler() - Method in class io.vertx.reactivex.ext.unit.TestCompletion
Completion handler to receive a completion signal when this completions completes.
handler(Handler<Buffer>) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
 
handler(Handler<RoutingContext>) - Method in class io.vertx.reactivex.ext.web.openapi.Operation
Mount an handler for this operation
handler(Handler<RoutingContext>) - Method in class io.vertx.reactivex.ext.web.Route
Append a request handler to the route handlers list.
handler(Handler<KafkaConsumerRecord<K, V>>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
 
handler(Handler<String>) - Method in class io.vertx.reactivex.pgclient.pubsub.PgChannel
Set or unset an handler to be called when a the channel is notified by Postgres.
handler(Handler<RabbitMQMessage>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQConsumer
Set a message handler.
handler(Handler<Response>) - Method in class io.vertx.reactivex.redis.client.RedisConnection
 
handler(Handler<T>) - Method in class io.vertx.reactivex.sqlclient.RowStream
 
handler(Handler<Response>) - Method in interface io.vertx.redis.client.RedisConnection
Set a data handler.
handler(Handler<J>) - Method in class io.vertx.rx.java.ReadStreamSubscriber
 
handler(Handler<AmqpMessage>) - Method in class io.vertx.rxjava.amqp.AmqpReceiver
 
handler(Handler<Row>) - Method in class io.vertx.rxjava.cassandra.CassandraRowStream
 
handler(Handler<DatagramPacket>) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
 
handler(Handler<Message<T>>) - Method in class io.vertx.rxjava.core.eventbus.MessageConsumer
 
handler(Handler<Buffer>) - Method in class io.vertx.rxjava.core.file.AsyncFile
 
handler(Handler<Buffer>) - Method in class io.vertx.rxjava.core.http.HttpClientResponse
 
handler(Handler<Buffer>) - Method in class io.vertx.rxjava.core.http.HttpServerFileUpload
 
handler(Handler<Buffer>) - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
handler(Handler<Buffer>) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
handler(Handler<Buffer>) - Method in class io.vertx.rxjava.core.http.WebSocket
 
handler(Handler<Buffer>) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
 
handler(Handler<Buffer>) - Method in class io.vertx.rxjava.core.net.NetSocket
 
handler(Handler<JsonEvent>) - Method in class io.vertx.rxjava.core.parsetools.JsonParser
 
handler(Handler<Buffer>) - Method in class io.vertx.rxjava.core.parsetools.RecordParser
 
handler(Handler<T>) - Method in interface io.vertx.rxjava.core.streams.ReadStream
Set a data handler.
handler(Handler<Long>) - Method in class io.vertx.rxjava.core.TimeoutStream
 
handler(Handler<JsonArray>) - Method in class io.vertx.rxjava.ext.sql.SQLRowStream
 
handler(StompServerHandler) - Method in class io.vertx.rxjava.ext.stomp.StompServer
Configures the StompServerHandler.
handler() - Method in class io.vertx.rxjava.ext.stomp.StompServerConnection
 
handler(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.unit.Async
Completion handler to receive a completion signal when this completions completes.
handler() - Method in class io.vertx.rxjava.ext.unit.Async
Completion handler to receive a completion signal when this completions completes.
handler(Handler<AsyncResult<T>>) - Method in class io.vertx.rxjava.ext.unit.Completion
Completion handler to receive a completion signal when this completions completes.
handler() - Method in class io.vertx.rxjava.ext.unit.Completion
Completion handler to receive a completion signal when this completions completes.
handler(Handler<TestCaseReport>) - Method in class io.vertx.rxjava.ext.unit.report.TestSuiteReport
 
handler(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.unit.TestCompletion
Completion handler to receive a completion signal when this completions completes.
handler() - Method in class io.vertx.rxjava.ext.unit.TestCompletion
Completion handler to receive a completion signal when this completions completes.
handler(Handler<Buffer>) - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
 
handler(Handler<RoutingContext>) - Method in class io.vertx.rxjava.ext.web.Route
Append a request handler to the route handlers list.
handler(Handler<KafkaConsumerRecord<K, V>>) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
 
handler(Handler<String>) - Method in class io.vertx.rxjava.pgclient.pubsub.PgChannel
Set or unset an handler to be called when a the channel is notified by Postgres.
handler(Handler<RabbitMQMessage>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQConsumer
Set a message handler.
handler(Handler<Response>) - Method in class io.vertx.rxjava.redis.client.RedisConnection
 
handler(Handler<T>) - Method in class io.vertx.rxjava.sqlclient.RowStream
 
handler(Handler<T>) - Method in interface io.vertx.sqlclient.RowStream
 
HandlerAdapter<T> - Class in io.vertx.rx.java
 
HandlerAdapter() - Constructor for class io.vertx.rx.java.HandlerAdapter
 
handlerConstructorBody(PrintWriter) - Method in class io.vertx.serviceproxy.generator.GeneratorUtils
 
handleReceipt(Frame, StompServerConnection) - Static method in interface io.vertx.ext.stomp.Frames
 
handleReceipt(Frame, StompServerConnection) - Static method in class io.vertx.reactivex.ext.stomp.Frames
 
handleReceipt(Frame, StompServerConnection) - Static method in class io.vertx.rxjava.ext.stomp.Frames
 
handlerGenImports(PrintWriter) - Method in class io.vertx.serviceproxy.generator.GeneratorUtils
 
HandlerReceiverAdaptor<T> - Interface in io.vertx.ext.sync
Deprecated.
This project will be removed with Quasar being effectively abandoned
handlerRegistered(String, String) - Method in interface io.vertx.core.spi.metrics.EventBusMetrics
Called when a handler is registered on the event bus.

No specific thread and context can be expected when this method is called.

handlerUnregistered(H) - Method in interface io.vertx.core.spi.metrics.EventBusMetrics
Called when a handler has been unregistered from the event bus.

No specific thread and context can be expected when this method is called.

handshakeTimeout(long, TimeUnit) - Method in class io.vertx.grpc.VertxServerBuilder
 
hasDefault() - Method in interface io.vertx.ext.web.api.validation.ParameterTypeValidator
Deprecated.
Returns true if this type validator has default value
hasDefault() - Method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
Deprecated.
hasDefault() - Method in class io.vertx.rxjava.ext.web.api.validation.ParameterTypeValidator
Deprecated.
hasEmptyBody() - Method in class io.vertx.ext.stomp.Frame
 
hash(HashString, String) - Method in interface io.vertx.ext.auth.HashingAlgorithm
Algorithm specific implementation.
hash(String, Map<String, String>, String, String) - Method in interface io.vertx.ext.auth.HashingStrategy
Hashes a password.
hash() - Method in class io.vertx.ext.auth.HashString
 
hash(String, Map<String, String>, String, String) - Method in interface io.vertx.ext.auth.jdbc.JDBCAuthentication
Hashes a password to be stored.
hash(String, String, String) - Method in interface io.vertx.ext.auth.jdbc.JDBCAuthentication
Hashes a password to be stored.
hash(String, Map<String, String>, String, String) - Method in interface io.vertx.ext.auth.mongo.MongoAuthentication
Hashes a password to be stored.
hash(String, String, String) - Method in interface io.vertx.ext.auth.mongo.MongoAuthentication
Hashes a password to be stored.
hash(String, Map<String, String>, String, String) - Method in interface io.vertx.ext.auth.sqlclient.SqlAuthentication
Hashes a password to be stored.
hash(String, String, String) - Method in interface io.vertx.ext.auth.sqlclient.SqlAuthentication
Hashes a password to be stored.
hash(String, Map<String, String>, String, String) - Method in class io.vertx.reactivex.ext.auth.HashingStrategy
Hashes a password.
hash(String, Map<String, String>, String, String) - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuthentication
Hashes a password to be stored.
hash(String, String, String) - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuthentication
Hashes a password to be stored.
hash(String, Map<String, String>, String, String) - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuthentication
Hashes a password to be stored.
hash(String, String, String) - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuthentication
Hashes a password to be stored.
hash(String, Map<String, String>, String, String) - Method in class io.vertx.reactivex.ext.auth.sqlclient.SqlAuthentication
Hashes a password to be stored.
hash(String, String, String) - Method in class io.vertx.reactivex.ext.auth.sqlclient.SqlAuthentication
Hashes a password to be stored.
hash(String, Map<String, String>, String, String) - Method in class io.vertx.rxjava.ext.auth.HashingStrategy
Hashes a password.
hash(String, Map<String, String>, String, String) - Method in class io.vertx.rxjava.ext.auth.jdbc.JDBCAuthentication
Hashes a password to be stored.
hash(String, String, String) - Method in class io.vertx.rxjava.ext.auth.jdbc.JDBCAuthentication
Hashes a password to be stored.
hash(String, Map<String, String>, String, String) - Method in class io.vertx.rxjava.ext.auth.mongo.MongoAuthentication
Hashes a password to be stored.
hash(String, String, String) - Method in class io.vertx.rxjava.ext.auth.mongo.MongoAuthentication
Hashes a password to be stored.
hash(String, Map<String, String>, String, String) - Method in class io.vertx.rxjava.ext.auth.sqlclient.SqlAuthentication
Hashes a password to be stored.
hash(String, String, String) - Method in class io.vertx.rxjava.ext.auth.sqlclient.SqlAuthentication
Hashes a password to be stored.
hashAlgoId() - Method in enum io.vertx.ext.mail.DKIMSignAlgorithm
Gets the Hash Algorithm ID that can be identified by the HashingStrategy.
HashAlgorithm - Enum in io.vertx.ext.auth.mongo
Deprecated.
hashAlgorithm() - Method in enum io.vertx.ext.mail.DKIMSignAlgorithm
Gets the hash algorithm to produce the hash of the message.
hashCode() - Method in class io.vertx.core.http.Http2Settings
 
hashCode() - Method in class io.vertx.core.http.HttpMethod
 
hashCode() - Method in class io.vertx.core.http.StreamPriority
 
hashCode() - Method in class io.vertx.core.json.JsonArray
 
hashCode() - Method in class io.vertx.core.json.JsonObject
 
hashCode() - Method in class io.vertx.core.spi.cluster.NodeInfo
 
hashCode() - Method in class io.vertx.core.spi.cluster.RegistrationInfo
 
hashCode() - Method in class io.vertx.db2client.DB2ConnectOptions
 
hashCode() - Method in class io.vertx.ext.consul.Check
 
hashCode() - Method in class io.vertx.ext.consul.CheckList
 
hashCode() - Method in class io.vertx.ext.consul.Coordinate
 
hashCode() - Method in class io.vertx.ext.consul.CoordinateList
 
hashCode() - Method in class io.vertx.ext.consul.Event
 
hashCode() - Method in class io.vertx.ext.consul.EventList
 
hashCode() - Method in class io.vertx.ext.consul.KeyValue
 
hashCode() - Method in class io.vertx.ext.consul.KeyValueList
 
hashCode() - Method in class io.vertx.ext.consul.Node
 
hashCode() - Method in class io.vertx.ext.consul.NodeList
 
hashCode() - Method in class io.vertx.ext.consul.Service
 
hashCode() - Method in class io.vertx.ext.consul.ServiceEntry
 
hashCode() - Method in class io.vertx.ext.consul.ServiceEntryList
 
hashCode() - Method in class io.vertx.ext.consul.ServiceList
 
hashCode() - Method in class io.vertx.ext.consul.Session
 
hashCode() - Method in class io.vertx.ext.consul.SessionList
 
hashCode() - Method in class io.vertx.ext.mail.DKIMSignOptions
 
hashCode() - Method in class io.vertx.ext.mail.MailConfig
 
hashCode() - Method in class io.vertx.ext.mail.MailMessage
 
hashCode() - Method in class io.vertx.ext.mongo.AggregateOptions
 
hashCode() - Method in class io.vertx.ext.mongo.BulkOperation
 
hashCode() - Method in class io.vertx.ext.mongo.BulkWriteOptions
 
hashCode() - Method in class io.vertx.ext.mongo.FindOptions
 
hashCode() - Method in class io.vertx.ext.mongo.IndexModel
 
hashCode() - Method in class io.vertx.ext.mongo.IndexOptions
 
hashCode() - Method in class io.vertx.ext.mongo.MongoClientBulkWriteResult
 
hashCode() - Method in class io.vertx.ext.mongo.MongoClientDeleteResult
 
hashCode() - Method in class io.vertx.ext.mongo.MongoClientUpdateResult
 
hashCode() - Method in class io.vertx.ext.mongo.UpdateOptions
 
hashCode() - Method in class io.vertx.ext.sql.ResultSet
 
hashCode() - Method in class io.vertx.ext.sql.UpdateResult
 
hashCode() - Method in class io.vertx.kafka.client.common.ConfigResource
 
hashCode() - Method in class io.vertx.kafka.client.common.TopicPartition
 
hashCode() - Method in class io.vertx.maven.resolver.ResolutionOptions
 
hashCode() - Method in class io.vertx.pgclient.data.Box
 
hashCode() - Method in class io.vertx.pgclient.data.Circle
 
hashCode() - Method in class io.vertx.pgclient.data.Interval
 
hashCode() - Method in class io.vertx.pgclient.data.Line
 
hashCode() - Method in class io.vertx.pgclient.data.LineSegment
 
hashCode() - Method in class io.vertx.pgclient.data.Path
 
hashCode() - Method in class io.vertx.pgclient.data.Polygon
 
hashCode() - Method in class io.vertx.pgclient.PgConnectOptions
 
hashCode() - Method in class io.vertx.reactivex.amqp.AmqpClient
 
hashCode() - Method in class io.vertx.reactivex.amqp.AmqpConnection
 
hashCode() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
hashCode() - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
hashCode() - Method in class io.vertx.reactivex.amqp.AmqpReceiver
 
hashCode() - Method in class io.vertx.reactivex.amqp.AmqpSender
 
hashCode() - Method in class io.vertx.reactivex.cassandra.CassandraClient
 
hashCode() - Method in class io.vertx.reactivex.cassandra.CassandraRowStream
 
hashCode() - Method in class io.vertx.reactivex.cassandra.ResultSet
 
hashCode() - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
 
hashCode() - Method in class io.vertx.reactivex.circuitbreaker.HystrixMetricHandler
 
hashCode() - Method in class io.vertx.reactivex.config.ConfigRetriever
 
hashCode() - Method in class io.vertx.reactivex.core.buffer.Buffer
 
hashCode() - Method in class io.vertx.reactivex.core.cli.CLI
 
hashCode() - Method in class io.vertx.reactivex.core.cli.CommandLine
 
hashCode() - Method in class io.vertx.reactivex.core.Context
 
hashCode() - Method in class io.vertx.reactivex.core.datagram.DatagramPacket
 
hashCode() - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
 
hashCode() - Method in class io.vertx.reactivex.core.dns.DnsClient
 
hashCode() - Method in class io.vertx.reactivex.core.dns.MxRecord
 
hashCode() - Method in class io.vertx.reactivex.core.dns.SrvRecord
 
hashCode() - Method in class io.vertx.reactivex.core.eventbus.DeliveryContext
 
hashCode() - Method in class io.vertx.reactivex.core.eventbus.EventBus
 
hashCode() - Method in class io.vertx.reactivex.core.eventbus.Message
 
hashCode() - Method in class io.vertx.reactivex.core.eventbus.MessageConsumer
 
hashCode() - Method in class io.vertx.reactivex.core.eventbus.MessageProducer
 
hashCode() - Method in class io.vertx.reactivex.core.file.AsyncFile
 
hashCode() - Method in class io.vertx.reactivex.core.file.FileProps
 
hashCode() - Method in class io.vertx.reactivex.core.file.FileSystem
 
hashCode() - Method in class io.vertx.reactivex.core.file.FileSystemProps
 
hashCode() - Method in class io.vertx.reactivex.core.http.Cookie
 
hashCode() - Method in class io.vertx.reactivex.core.http.HttpClient
 
hashCode() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
 
hashCode() - Method in class io.vertx.reactivex.core.http.HttpClientResponse
 
hashCode() - Method in class io.vertx.reactivex.core.http.HttpConnection
 
hashCode() - Method in class io.vertx.reactivex.core.http.HttpFrame
 
hashCode() - Method in class io.vertx.reactivex.core.http.HttpHeaders
 
hashCode() - Method in class io.vertx.reactivex.core.http.HttpServer
 
hashCode() - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
 
hashCode() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
 
hashCode() - Method in class io.vertx.reactivex.core.http.HttpServerResponse
 
hashCode() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
hashCode() - Method in class io.vertx.reactivex.core.http.WebSocket
 
hashCode() - Method in class io.vertx.reactivex.core.http.WebSocketFrame
 
hashCode() - Method in class io.vertx.reactivex.core.json.pointer.JsonPointer
 
hashCode() - Method in class io.vertx.reactivex.core.json.pointer.JsonPointerIterator
 
hashCode() - Method in class io.vertx.reactivex.core.MultiMap
 
hashCode() - Method in class io.vertx.reactivex.core.net.NetClient
 
hashCode() - Method in class io.vertx.reactivex.core.net.NetServer
 
hashCode() - Method in class io.vertx.reactivex.core.net.NetSocket
 
hashCode() - Method in class io.vertx.reactivex.core.net.SelfSignedCertificate
 
hashCode() - Method in class io.vertx.reactivex.core.net.SocketAddress
 
hashCode() - Method in class io.vertx.reactivex.core.parsetools.JsonEvent
 
hashCode() - Method in class io.vertx.reactivex.core.parsetools.JsonParser
 
hashCode() - Method in class io.vertx.reactivex.core.parsetools.RecordParser
 
hashCode() - Method in class io.vertx.reactivex.core.Promise
 
hashCode() - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
 
hashCode() - Method in class io.vertx.reactivex.core.shareddata.Counter
 
hashCode() - Method in class io.vertx.reactivex.core.shareddata.LocalMap
 
hashCode() - Method in class io.vertx.reactivex.core.shareddata.Lock
 
hashCode() - Method in class io.vertx.reactivex.core.shareddata.SharedData
 
hashCode() - Method in class io.vertx.reactivex.core.streams.Pipe
 
hashCode() - Method in class io.vertx.reactivex.core.streams.Pump
 
hashCode() - Method in class io.vertx.reactivex.core.TimeoutStream
 
hashCode() - Method in class io.vertx.reactivex.core.Vertx
 
hashCode() - Method in class io.vertx.reactivex.core.WorkerExecutor
 
hashCode() - Method in class io.vertx.reactivex.db2client.DB2Connection
 
hashCode() - Method in class io.vertx.reactivex.db2client.DB2Pool
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.authorization.AndAuthorization
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.authorization.Authorization
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.authorization.AuthorizationContext
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.authorization.AuthorizationProvider
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.authorization.Authorizations
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.authorization.NotAuthorization
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.authorization.OrAuthorization
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.authorization.PermissionBasedAuthorization
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.authorization.RoleBasedAuthorization
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.authorization.WildcardPermissionBasedAuthorization
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.AuthProvider
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.ChainAuth
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.HashingAlgorithm
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.HashingStrategy
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.htdigest.HtdigestAuth
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.htpasswd.HtpasswdAuth
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuth
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuthentication
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuthorization
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCHashStrategy
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCUserUtil
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.jwt.authorization.JWTAuthorization
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.jwt.authorization.MicroProfileAuthorization
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.jwt.JWTAuth
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.ldap.LdapAuthentication
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.mongo.HashStrategy
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuthentication
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuthorization
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.mongo.MongoUserUtil
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.oauth2.AccessToken
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.oauth2.authorization.KeycloakAuthorization
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.oauth2.authorization.ScopeAuthorization
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.oauth2.KeycloakHelper
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2RBAC
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Response
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.AmazonCognitoAuth
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.AzureADAuth
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.BoxAuth
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.CloudFoundryAuth
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.DropboxAuth
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.FacebookAuth
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.FoursquareAuth
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.GithubAuth
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.GitLabAuth
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.GoogleAuth
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.HerokuAuth
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.IBMCloudAuth
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.InstagramAuth
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.KeycloakAuth
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.LinkedInAuth
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.LiveAuth
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.MailchimpAuth
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.OpenIDConnectAuth
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.SalesforceAuth
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.ShopifyAuth
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.SoundcloudAuth
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.StripeAuth
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.TwitterAuth
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.oauth2.rbac.KeycloakRBAC
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.oauth2.rbac.MicroProfileRBAC
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.properties.PropertyFileAuthentication
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.properties.PropertyFileAuthorization
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.shiro.ShiroAuth
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.sqlclient.SqlAuthentication
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.sqlclient.SqlAuthorization
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.sqlclient.SqlUserUtil
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.User
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.VertxContextPRNG
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.webauthn.MetaDataService
 
hashCode() - Method in class io.vertx.reactivex.ext.auth.webauthn.WebAuthn
 
hashCode() - Method in class io.vertx.reactivex.ext.bridge.BaseBridgeEvent
 
hashCode() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
 
hashCode() - Method in class io.vertx.reactivex.ext.consul.Watch
 
hashCode() - Method in class io.vertx.reactivex.ext.consul.WatchResult
 
hashCode() - Method in class io.vertx.reactivex.ext.dropwizard.MetricsService
 
hashCode() - Method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.BridgeEvent
 
hashCode() - Method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.TcpEventBusBridge
 
hashCode() - Method in class io.vertx.reactivex.ext.healthchecks.HealthCheckHandler
 
hashCode() - Method in class io.vertx.reactivex.ext.healthchecks.HealthChecks
 
hashCode() - Method in class io.vertx.reactivex.ext.jdbc.JDBCClient
 
hashCode() - Method in class io.vertx.reactivex.ext.mail.MailAttachment
 
hashCode() - Method in class io.vertx.reactivex.ext.mail.MailClient
 
hashCode() - Method in class io.vertx.reactivex.ext.mongo.MongoClient
 
hashCode() - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
 
hashCode() - Method in class io.vertx.reactivex.ext.shell.cli.CliToken
 
hashCode() - Method in class io.vertx.reactivex.ext.shell.cli.Completion
 
hashCode() - Method in class io.vertx.reactivex.ext.shell.command.Command
 
hashCode() - Method in class io.vertx.reactivex.ext.shell.command.CommandBuilder
 
hashCode() - Method in class io.vertx.reactivex.ext.shell.command.CommandProcess
 
hashCode() - Method in class io.vertx.reactivex.ext.shell.command.CommandRegistry
 
hashCode() - Method in class io.vertx.reactivex.ext.shell.command.CommandResolver
 
hashCode() - Method in class io.vertx.reactivex.ext.shell.session.Session
 
hashCode() - Method in class io.vertx.reactivex.ext.shell.Shell
 
hashCode() - Method in class io.vertx.reactivex.ext.shell.ShellServer
 
hashCode() - Method in class io.vertx.reactivex.ext.shell.ShellService
 
hashCode() - Method in class io.vertx.reactivex.ext.shell.system.Job
 
hashCode() - Method in class io.vertx.reactivex.ext.shell.system.JobController
 
hashCode() - Method in class io.vertx.reactivex.ext.shell.system.Process
 
hashCode() - Method in class io.vertx.reactivex.ext.shell.term.Pty
 
hashCode() - Method in class io.vertx.reactivex.ext.shell.term.SignalHandler
 
hashCode() - Method in class io.vertx.reactivex.ext.shell.term.SockJSTermHandler
 
hashCode() - Method in class io.vertx.reactivex.ext.shell.term.Term
 
hashCode() - Method in class io.vertx.reactivex.ext.shell.term.TermServer
 
hashCode() - Method in class io.vertx.reactivex.ext.shell.term.Tty
 
hashCode() - Method in class io.vertx.reactivex.ext.sql.SQLClient
 
hashCode() - Method in class io.vertx.reactivex.ext.sql.SQLConnection
 
hashCode() - Method in class io.vertx.reactivex.ext.sql.SQLRowStream
 
hashCode() - Method in class io.vertx.reactivex.ext.stomp.Acknowledgement
 
hashCode() - Method in class io.vertx.reactivex.ext.stomp.Destination
 
hashCode() - Method in class io.vertx.reactivex.ext.stomp.DestinationFactory
 
hashCode() - Method in class io.vertx.reactivex.ext.stomp.Frames
 
hashCode() - Method in class io.vertx.reactivex.ext.stomp.ServerFrame
 
hashCode() - Method in class io.vertx.reactivex.ext.stomp.StompClient
 
hashCode() - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
 
hashCode() - Method in class io.vertx.reactivex.ext.stomp.StompServer
 
hashCode() - Method in class io.vertx.reactivex.ext.stomp.StompServerConnection
 
hashCode() - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
 
hashCode() - Method in class io.vertx.reactivex.ext.unit.Async
 
hashCode() - Method in class io.vertx.reactivex.ext.unit.collect.EventBusCollector
 
hashCode() - Method in class io.vertx.reactivex.ext.unit.Completion
 
hashCode() - Method in class io.vertx.reactivex.ext.unit.report.Failure
 
hashCode() - Method in class io.vertx.reactivex.ext.unit.report.TestCaseReport
 
hashCode() - Method in class io.vertx.reactivex.ext.unit.report.TestResult
 
hashCode() - Method in class io.vertx.reactivex.ext.unit.report.TestSuiteReport
 
hashCode() - Method in class io.vertx.reactivex.ext.unit.TestCase
 
hashCode() - Method in class io.vertx.reactivex.ext.unit.TestCompletion
 
hashCode() - Method in class io.vertx.reactivex.ext.unit.TestContext
 
hashCode() - Method in class io.vertx.reactivex.ext.unit.TestSuite
 
hashCode() - Method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RequestValidationHandler
 
hashCode() - Method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
 
hashCode() - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
 
hashCode() - Method in class io.vertx.reactivex.ext.web.api.RequestParameters
 
hashCode() - Method in class io.vertx.reactivex.ext.web.api.validation.ContainerDeserializer
 
hashCode() - Method in class io.vertx.reactivex.ext.web.api.validation.CustomValidator
 
hashCode() - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
 
hashCode() - Method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
 
hashCode() - Method in class io.vertx.reactivex.ext.web.api.validation.ParameterValidationRule
 
hashCode() - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
 
hashCode() - Method in class io.vertx.reactivex.ext.web.client.HttpResponse
 
hashCode() - Method in class io.vertx.reactivex.ext.web.client.predicate.ErrorConverter
 
hashCode() - Method in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
 
hashCode() - Method in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicateResult
 
hashCode() - Method in class io.vertx.reactivex.ext.web.client.WebClient
 
hashCode() - Method in class io.vertx.reactivex.ext.web.client.WebClientSession
 
hashCode() - Method in class io.vertx.reactivex.ext.web.codec.BodyCodec
 
hashCode() - Method in class io.vertx.reactivex.ext.web.common.template.TemplateEngine
 
hashCode() - Method in class io.vertx.reactivex.ext.web.common.WebEnvironment
 
hashCode() - Method in class io.vertx.reactivex.ext.web.FileUpload
 
hashCode() - Method in class io.vertx.reactivex.ext.web.handler.AuthorizationHandler
 
hashCode() - Method in class io.vertx.reactivex.ext.web.handler.BasicAuthHandler
 
hashCode() - Method in class io.vertx.reactivex.ext.web.handler.BodyHandler
 
hashCode() - Method in class io.vertx.reactivex.ext.web.handler.ChainAuthHandler
 
hashCode() - Method in class io.vertx.reactivex.ext.web.handler.CorsHandler
 
hashCode() - Method in class io.vertx.reactivex.ext.web.handler.CSPHandler
 
hashCode() - Method in class io.vertx.reactivex.ext.web.handler.CSRFHandler
 
hashCode() - Method in class io.vertx.reactivex.ext.web.handler.DigestAuthHandler
 
hashCode() - Method in class io.vertx.reactivex.ext.web.handler.ErrorHandler
 
hashCode() - Method in class io.vertx.reactivex.ext.web.handler.FaviconHandler
 
hashCode() - Method in class io.vertx.reactivex.ext.web.handler.FormLoginHandler
 
hashCode() - Method in class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSConnectionInitEvent
 
hashCode() - Method in class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler
 
hashCode() - Method in class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSMessage
 
hashCode() - Method in class io.vertx.reactivex.ext.web.handler.graphql.dataloader.VertxBatchLoader
 
hashCode() - Method in class io.vertx.reactivex.ext.web.handler.graphql.dataloader.VertxMappedBatchLoader
 
hashCode() - Method in class io.vertx.reactivex.ext.web.handler.graphql.GraphiQLHandler
 
hashCode() - Method in class io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler
 
hashCode() - Method in class io.vertx.reactivex.ext.web.handler.graphql.schema.VertxDataFetcher
 
hashCode() - Method in class io.vertx.reactivex.ext.web.handler.graphql.schema.VertxPropertyDataFetcher
 
hashCode() - Method in class io.vertx.reactivex.ext.web.handler.graphql.UploadScalar
 
hashCode() - Method in class io.vertx.reactivex.ext.web.handler.HSTSHandler
 
hashCode() - Method in class io.vertx.reactivex.ext.web.handler.JWTAuthHandler
 
hashCode() - Method in class io.vertx.reactivex.ext.web.handler.LoggerHandler
 
hashCode() - Method in class io.vertx.reactivex.ext.web.handler.MethodOverrideHandler
 
hashCode() - Method in class io.vertx.reactivex.ext.web.handler.MultiTenantHandler
 
hashCode() - Method in class io.vertx.reactivex.ext.web.handler.OAuth2AuthHandler
 
hashCode() - Method in class io.vertx.reactivex.ext.web.handler.RedirectAuthHandler
 
hashCode() - Method in class io.vertx.reactivex.ext.web.handler.ResponseContentTypeHandler
 
hashCode() - Method in class io.vertx.reactivex.ext.web.handler.ResponseTimeHandler
 
hashCode() - Method in class io.vertx.reactivex.ext.web.handler.SessionHandler
 
hashCode() - Method in class io.vertx.reactivex.ext.web.handler.sockjs.BridgeEvent
 
hashCode() - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSHandler
 
hashCode() - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
 
hashCode() - Method in class io.vertx.reactivex.ext.web.handler.StaticHandler
 
hashCode() - Method in class io.vertx.reactivex.ext.web.handler.TemplateHandler
 
hashCode() - Method in class io.vertx.reactivex.ext.web.handler.TimeoutHandler
 
hashCode() - Method in class io.vertx.reactivex.ext.web.handler.WebAuthnHandler
 
hashCode() - Method in class io.vertx.reactivex.ext.web.handler.XFrameHandler
 
hashCode() - Method in class io.vertx.reactivex.ext.web.LanguageHeader
 
hashCode() - Method in class io.vertx.reactivex.ext.web.MIMEHeader
 
hashCode() - Method in class io.vertx.reactivex.ext.web.multipart.FormDataPart
 
hashCode() - Method in class io.vertx.reactivex.ext.web.multipart.MultipartForm
 
hashCode() - Method in class io.vertx.reactivex.ext.web.openapi.OpenAPIHolder
 
hashCode() - Method in class io.vertx.reactivex.ext.web.openapi.Operation
 
hashCode() - Method in class io.vertx.reactivex.ext.web.openapi.RouterBuilder
 
hashCode() - Method in class io.vertx.reactivex.ext.web.ParsedHeaderValues
 
hashCode() - Method in class io.vertx.reactivex.ext.web.Route
 
hashCode() - Method in class io.vertx.reactivex.ext.web.Router
 
hashCode() - Method in class io.vertx.reactivex.ext.web.RoutingContext
 
hashCode() - Method in class io.vertx.reactivex.ext.web.Session
 
hashCode() - Method in class io.vertx.reactivex.ext.web.sstore.ClusteredSessionStore
 
hashCode() - Method in class io.vertx.reactivex.ext.web.sstore.LocalSessionStore
 
hashCode() - Method in class io.vertx.reactivex.ext.web.sstore.SessionStore
 
hashCode() - Method in class io.vertx.reactivex.ext.web.templ.freemarker.FreeMarkerTemplateEngine
 
hashCode() - Method in class io.vertx.reactivex.ext.web.templ.handlebars.HandlebarsTemplateEngine
 
hashCode() - Method in class io.vertx.reactivex.ext.web.templ.jade.JadeTemplateEngine
 
hashCode() - Method in class io.vertx.reactivex.ext.web.templ.mvel.MVELTemplateEngine
 
hashCode() - Method in class io.vertx.reactivex.ext.web.templ.pebble.PebbleTemplateEngine
 
hashCode() - Method in class io.vertx.reactivex.ext.web.templ.rocker.RockerTemplateEngine
 
hashCode() - Method in class io.vertx.reactivex.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
 
hashCode() - Method in class io.vertx.reactivex.ext.web.validation.RequestParameter
 
hashCode() - Method in class io.vertx.reactivex.ext.web.validation.RequestParameters
 
hashCode() - Method in class io.vertx.reactivex.ext.web.validation.RequestPredicate
 
hashCode() - Method in class io.vertx.reactivex.ext.web.validation.RequestPredicateResult
 
hashCode() - Method in class io.vertx.reactivex.ext.web.validation.ValidationHandler
 
hashCode() - Method in class io.vertx.reactivex.jdbcclient.JDBCPool
 
hashCode() - Method in class io.vertx.reactivex.jdbcclient.SqlOutParam
 
hashCode() - Method in class io.vertx.reactivex.json.schema.Schema
 
hashCode() - Method in class io.vertx.reactivex.json.schema.SchemaParser
 
hashCode() - Method in class io.vertx.reactivex.json.schema.SchemaRouter
 
hashCode() - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
 
hashCode() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
 
hashCode() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumerRecord
 
hashCode() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumerRecords
 
hashCode() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaHeader
 
hashCode() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
 
hashCode() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord
 
hashCode() - Method in class io.vertx.reactivex.micrometer.MetricsService
 
hashCode() - Method in class io.vertx.reactivex.micrometer.PrometheusScrapingHandler
 
hashCode() - Method in class io.vertx.reactivex.mqtt.messages.MqttConnAckMessage
 
hashCode() - Method in class io.vertx.reactivex.mqtt.messages.MqttPublishMessage
 
hashCode() - Method in class io.vertx.reactivex.mqtt.messages.MqttSubAckMessage
 
hashCode() - Method in class io.vertx.reactivex.mqtt.messages.MqttSubscribeMessage
 
hashCode() - Method in class io.vertx.reactivex.mqtt.messages.MqttUnsubscribeMessage
 
hashCode() - Method in class io.vertx.reactivex.mqtt.MqttClient
 
hashCode() - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
 
hashCode() - Method in class io.vertx.reactivex.mqtt.MqttServer
 
hashCode() - Method in class io.vertx.reactivex.mqtt.MqttTopicSubscription
 
hashCode() - Method in class io.vertx.reactivex.mysqlclient.MySQLClient
 
hashCode() - Method in class io.vertx.reactivex.mysqlclient.MySQLConnection
 
hashCode() - Method in class io.vertx.reactivex.mysqlclient.MySQLPool
 
hashCode() - Method in class io.vertx.reactivex.pgclient.PgConnection
 
hashCode() - Method in class io.vertx.reactivex.pgclient.PgPool
 
hashCode() - Method in class io.vertx.reactivex.pgclient.pubsub.PgChannel
 
hashCode() - Method in class io.vertx.reactivex.pgclient.pubsub.PgSubscriber
 
hashCode() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
 
hashCode() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQConsumer
 
hashCode() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQMessage
 
hashCode() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQPublisher
 
hashCode() - Method in class io.vertx.reactivex.redis.client.Command
 
hashCode() - Method in class io.vertx.reactivex.redis.client.Redis
 
hashCode() - Method in class io.vertx.reactivex.redis.client.RedisAPI
 
hashCode() - Method in class io.vertx.reactivex.redis.client.RedisConnection
 
hashCode() - Method in class io.vertx.reactivex.redis.client.Request
 
hashCode() - Method in class io.vertx.reactivex.redis.client.Response
 
hashCode() - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
 
hashCode() - Method in class io.vertx.reactivex.servicediscovery.ServiceReference
 
hashCode() - Method in class io.vertx.reactivex.servicediscovery.spi.ServiceExporter
 
hashCode() - Method in class io.vertx.reactivex.servicediscovery.spi.ServiceImporter
 
hashCode() - Method in class io.vertx.reactivex.servicediscovery.spi.ServicePublisher
 
hashCode() - Method in class io.vertx.reactivex.servicediscovery.types.EventBusService
 
hashCode() - Method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
 
hashCode() - Method in class io.vertx.reactivex.servicediscovery.types.JDBCDataSource
 
hashCode() - Method in class io.vertx.reactivex.servicediscovery.types.MessageSource
 
hashCode() - Method in class io.vertx.reactivex.servicediscovery.types.MongoDataSource
 
hashCode() - Method in class io.vertx.reactivex.servicediscovery.types.RedisDataSource
 
hashCode() - Method in class io.vertx.reactivex.sqlclient.Cursor
 
hashCode() - Method in class io.vertx.reactivex.sqlclient.desc.ColumnDescriptor
 
hashCode() - Method in class io.vertx.reactivex.sqlclient.Pool
 
hashCode() - Method in class io.vertx.reactivex.sqlclient.PreparedQuery
 
hashCode() - Method in class io.vertx.reactivex.sqlclient.PreparedStatement
 
hashCode() - Method in class io.vertx.reactivex.sqlclient.PropertyKind
 
hashCode() - Method in class io.vertx.reactivex.sqlclient.Query
 
hashCode() - Method in class io.vertx.reactivex.sqlclient.Row
 
hashCode() - Method in class io.vertx.reactivex.sqlclient.RowIterator
 
hashCode() - Method in class io.vertx.reactivex.sqlclient.RowSet
 
hashCode() - Method in class io.vertx.reactivex.sqlclient.RowStream
 
hashCode() - Method in class io.vertx.reactivex.sqlclient.spi.DatabaseMetadata
 
hashCode() - Method in class io.vertx.reactivex.sqlclient.SqlClient
 
hashCode() - Method in class io.vertx.reactivex.sqlclient.SqlConnection
 
hashCode() - Method in class io.vertx.reactivex.sqlclient.SqlResult
 
hashCode() - Method in class io.vertx.reactivex.sqlclient.templates.RowMapper
 
hashCode() - Method in class io.vertx.reactivex.sqlclient.templates.SqlTemplate
 
hashCode() - Method in class io.vertx.reactivex.sqlclient.templates.TupleMapper
 
hashCode() - Method in class io.vertx.reactivex.sqlclient.Transaction
 
hashCode() - Method in class io.vertx.reactivex.sqlclient.Tuple
 
hashCode() - Method in class io.vertx.rxjava.amqp.AmqpClient
 
hashCode() - Method in class io.vertx.rxjava.amqp.AmqpConnection
 
hashCode() - Method in class io.vertx.rxjava.amqp.AmqpMessage
 
hashCode() - Method in class io.vertx.rxjava.amqp.AmqpMessageBuilder
 
hashCode() - Method in class io.vertx.rxjava.amqp.AmqpReceiver
 
hashCode() - Method in class io.vertx.rxjava.amqp.AmqpSender
 
hashCode() - Method in class io.vertx.rxjava.cassandra.CassandraClient
 
hashCode() - Method in class io.vertx.rxjava.cassandra.CassandraRowStream
 
hashCode() - Method in class io.vertx.rxjava.cassandra.ResultSet
 
hashCode() - Method in class io.vertx.rxjava.circuitbreaker.CircuitBreaker
 
hashCode() - Method in class io.vertx.rxjava.circuitbreaker.HystrixMetricHandler
 
hashCode() - Method in class io.vertx.rxjava.config.ConfigRetriever
 
hashCode() - Method in class io.vertx.rxjava.core.buffer.Buffer
 
hashCode() - Method in class io.vertx.rxjava.core.cli.CLI
 
hashCode() - Method in class io.vertx.rxjava.core.cli.CommandLine
 
hashCode() - Method in class io.vertx.rxjava.core.Context
 
hashCode() - Method in class io.vertx.rxjava.core.datagram.DatagramPacket
 
hashCode() - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
 
hashCode() - Method in class io.vertx.rxjava.core.dns.DnsClient
 
hashCode() - Method in class io.vertx.rxjava.core.dns.MxRecord
 
hashCode() - Method in class io.vertx.rxjava.core.dns.SrvRecord
 
hashCode() - Method in class io.vertx.rxjava.core.eventbus.DeliveryContext
 
hashCode() - Method in class io.vertx.rxjava.core.eventbus.EventBus
 
hashCode() - Method in class io.vertx.rxjava.core.eventbus.Message
 
hashCode() - Method in class io.vertx.rxjava.core.eventbus.MessageConsumer
 
hashCode() - Method in class io.vertx.rxjava.core.eventbus.MessageProducer
 
hashCode() - Method in class io.vertx.rxjava.core.file.AsyncFile
 
hashCode() - Method in class io.vertx.rxjava.core.file.FileProps
 
hashCode() - Method in class io.vertx.rxjava.core.file.FileSystem
 
hashCode() - Method in class io.vertx.rxjava.core.file.FileSystemProps
 
hashCode() - Method in class io.vertx.rxjava.core.http.Cookie
 
hashCode() - Method in class io.vertx.rxjava.core.http.HttpClient
 
hashCode() - Method in class io.vertx.rxjava.core.http.HttpClientRequest
 
hashCode() - Method in class io.vertx.rxjava.core.http.HttpClientResponse
 
hashCode() - Method in class io.vertx.rxjava.core.http.HttpConnection
 
hashCode() - Method in class io.vertx.rxjava.core.http.HttpFrame
 
hashCode() - Method in class io.vertx.rxjava.core.http.HttpHeaders
 
hashCode() - Method in class io.vertx.rxjava.core.http.HttpServer
 
hashCode() - Method in class io.vertx.rxjava.core.http.HttpServerFileUpload
 
hashCode() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
hashCode() - Method in class io.vertx.rxjava.core.http.HttpServerResponse
 
hashCode() - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
hashCode() - Method in class io.vertx.rxjava.core.http.WebSocket
 
hashCode() - Method in class io.vertx.rxjava.core.http.WebSocketFrame
 
hashCode() - Method in class io.vertx.rxjava.core.json.pointer.JsonPointer
 
hashCode() - Method in class io.vertx.rxjava.core.json.pointer.JsonPointerIterator
 
hashCode() - Method in class io.vertx.rxjava.core.MultiMap
 
hashCode() - Method in class io.vertx.rxjava.core.net.NetClient
 
hashCode() - Method in class io.vertx.rxjava.core.net.NetServer
 
hashCode() - Method in class io.vertx.rxjava.core.net.NetSocket
 
hashCode() - Method in class io.vertx.rxjava.core.net.SelfSignedCertificate
 
hashCode() - Method in class io.vertx.rxjava.core.net.SocketAddress
 
hashCode() - Method in class io.vertx.rxjava.core.parsetools.JsonEvent
 
hashCode() - Method in class io.vertx.rxjava.core.parsetools.JsonParser
 
hashCode() - Method in class io.vertx.rxjava.core.parsetools.RecordParser
 
hashCode() - Method in class io.vertx.rxjava.core.Promise
 
hashCode() - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
 
hashCode() - Method in class io.vertx.rxjava.core.shareddata.Counter
 
hashCode() - Method in class io.vertx.rxjava.core.shareddata.LocalMap
 
hashCode() - Method in class io.vertx.rxjava.core.shareddata.Lock
 
hashCode() - Method in class io.vertx.rxjava.core.shareddata.SharedData
 
hashCode() - Method in class io.vertx.rxjava.core.streams.Pipe
 
hashCode() - Method in class io.vertx.rxjava.core.streams.Pump
 
hashCode() - Method in class io.vertx.rxjava.core.TimeoutStream
 
hashCode() - Method in class io.vertx.rxjava.core.Vertx
 
hashCode() - Method in class io.vertx.rxjava.core.WorkerExecutor
 
hashCode() - Method in class io.vertx.rxjava.db2client.DB2Connection
 
hashCode() - Method in class io.vertx.rxjava.db2client.DB2Pool
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.authentication.AuthenticationProvider
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.authorization.AndAuthorization
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.authorization.Authorization
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.authorization.AuthorizationContext
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.authorization.AuthorizationProvider
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.authorization.Authorizations
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.authorization.NotAuthorization
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.authorization.OrAuthorization
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.authorization.PermissionBasedAuthorization
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.authorization.RoleBasedAuthorization
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.authorization.WildcardPermissionBasedAuthorization
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.AuthProvider
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.ChainAuth
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.HashingAlgorithm
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.HashingStrategy
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.htdigest.HtdigestAuth
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.htpasswd.HtpasswdAuth
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.jdbc.JDBCAuth
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.jdbc.JDBCAuthentication
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.jdbc.JDBCAuthorization
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.jdbc.JDBCHashStrategy
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.jdbc.JDBCUserUtil
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.jwt.authorization.JWTAuthorization
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.jwt.authorization.MicroProfileAuthorization
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.jwt.JWTAuth
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.ldap.LdapAuthentication
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.mongo.HashStrategy
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.mongo.MongoAuthentication
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.mongo.MongoAuthorization
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.mongo.MongoUserUtil
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.oauth2.AccessToken
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.oauth2.authorization.KeycloakAuthorization
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.oauth2.authorization.ScopeAuthorization
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.oauth2.KeycloakHelper
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2RBAC
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Response
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.AmazonCognitoAuth
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.AzureADAuth
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.BoxAuth
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.CloudFoundryAuth
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.DropboxAuth
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.FacebookAuth
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.FoursquareAuth
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.GithubAuth
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.GitLabAuth
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.GoogleAuth
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.HerokuAuth
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.IBMCloudAuth
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.InstagramAuth
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.KeycloakAuth
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.LinkedInAuth
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.LiveAuth
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.MailchimpAuth
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.OpenIDConnectAuth
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.SalesforceAuth
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.ShopifyAuth
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.SoundcloudAuth
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.StripeAuth
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.TwitterAuth
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.oauth2.rbac.KeycloakRBAC
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.oauth2.rbac.MicroProfileRBAC
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.properties.PropertyFileAuthentication
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.properties.PropertyFileAuthorization
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.shiro.ShiroAuth
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.sqlclient.SqlAuthentication
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.sqlclient.SqlAuthorization
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.sqlclient.SqlUserUtil
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.User
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.VertxContextPRNG
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.webauthn.MetaDataService
 
hashCode() - Method in class io.vertx.rxjava.ext.auth.webauthn.WebAuthn
 
hashCode() - Method in class io.vertx.rxjava.ext.bridge.BaseBridgeEvent
 
hashCode() - Method in class io.vertx.rxjava.ext.consul.ConsulClient
 
hashCode() - Method in class io.vertx.rxjava.ext.consul.Watch
 
hashCode() - Method in class io.vertx.rxjava.ext.consul.WatchResult
 
hashCode() - Method in class io.vertx.rxjava.ext.dropwizard.MetricsService
 
hashCode() - Method in class io.vertx.rxjava.ext.eventbus.bridge.tcp.BridgeEvent
 
hashCode() - Method in class io.vertx.rxjava.ext.eventbus.bridge.tcp.TcpEventBusBridge
 
hashCode() - Method in class io.vertx.rxjava.ext.healthchecks.HealthCheckHandler
 
hashCode() - Method in class io.vertx.rxjava.ext.healthchecks.HealthChecks
 
hashCode() - Method in class io.vertx.rxjava.ext.jdbc.JDBCClient
 
hashCode() - Method in class io.vertx.rxjava.ext.mail.MailAttachment
 
hashCode() - Method in class io.vertx.rxjava.ext.mail.MailClient
 
hashCode() - Method in class io.vertx.rxjava.ext.mongo.MongoClient
 
hashCode() - Method in class io.vertx.rxjava.ext.mongo.MongoGridFsClient
 
hashCode() - Method in class io.vertx.rxjava.ext.shell.cli.CliToken
 
hashCode() - Method in class io.vertx.rxjava.ext.shell.cli.Completion
 
hashCode() - Method in class io.vertx.rxjava.ext.shell.command.Command
 
hashCode() - Method in class io.vertx.rxjava.ext.shell.command.CommandBuilder
 
hashCode() - Method in class io.vertx.rxjava.ext.shell.command.CommandProcess
 
hashCode() - Method in class io.vertx.rxjava.ext.shell.command.CommandRegistry
 
hashCode() - Method in class io.vertx.rxjava.ext.shell.command.CommandResolver
 
hashCode() - Method in class io.vertx.rxjava.ext.shell.session.Session
 
hashCode() - Method in class io.vertx.rxjava.ext.shell.Shell
 
hashCode() - Method in class io.vertx.rxjava.ext.shell.ShellServer
 
hashCode() - Method in class io.vertx.rxjava.ext.shell.ShellService
 
hashCode() - Method in class io.vertx.rxjava.ext.shell.system.Job
 
hashCode() - Method in class io.vertx.rxjava.ext.shell.system.JobController
 
hashCode() - Method in class io.vertx.rxjava.ext.shell.system.Process
 
hashCode() - Method in class io.vertx.rxjava.ext.shell.term.Pty
 
hashCode() - Method in class io.vertx.rxjava.ext.shell.term.SignalHandler
 
hashCode() - Method in class io.vertx.rxjava.ext.shell.term.SockJSTermHandler
 
hashCode() - Method in class io.vertx.rxjava.ext.shell.term.Term
 
hashCode() - Method in class io.vertx.rxjava.ext.shell.term.TermServer
 
hashCode() - Method in class io.vertx.rxjava.ext.shell.term.Tty
 
hashCode() - Method in class io.vertx.rxjava.ext.sql.SQLClient
 
hashCode() - Method in class io.vertx.rxjava.ext.sql.SQLConnection
 
hashCode() - Method in class io.vertx.rxjava.ext.sql.SQLRowStream
 
hashCode() - Method in class io.vertx.rxjava.ext.stomp.Acknowledgement
 
hashCode() - Method in class io.vertx.rxjava.ext.stomp.Destination
 
hashCode() - Method in class io.vertx.rxjava.ext.stomp.DestinationFactory
 
hashCode() - Method in class io.vertx.rxjava.ext.stomp.Frames
 
hashCode() - Method in class io.vertx.rxjava.ext.stomp.ServerFrame
 
hashCode() - Method in class io.vertx.rxjava.ext.stomp.StompClient
 
hashCode() - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
 
hashCode() - Method in class io.vertx.rxjava.ext.stomp.StompServer
 
hashCode() - Method in class io.vertx.rxjava.ext.stomp.StompServerConnection
 
hashCode() - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
 
hashCode() - Method in class io.vertx.rxjava.ext.unit.Async
 
hashCode() - Method in class io.vertx.rxjava.ext.unit.collect.EventBusCollector
 
hashCode() - Method in class io.vertx.rxjava.ext.unit.Completion
 
hashCode() - Method in class io.vertx.rxjava.ext.unit.report.Failure
 
hashCode() - Method in class io.vertx.rxjava.ext.unit.report.TestCaseReport
 
hashCode() - Method in class io.vertx.rxjava.ext.unit.report.TestResult
 
hashCode() - Method in class io.vertx.rxjava.ext.unit.report.TestSuiteReport
 
hashCode() - Method in class io.vertx.rxjava.ext.unit.TestCase
 
hashCode() - Method in class io.vertx.rxjava.ext.unit.TestCompletion
 
hashCode() - Method in class io.vertx.rxjava.ext.unit.TestContext
 
hashCode() - Method in class io.vertx.rxjava.ext.unit.TestSuite
 
hashCode() - Method in class io.vertx.rxjava.ext.web.api.contract.openapi3.OpenAPI3RequestValidationHandler
 
hashCode() - Method in class io.vertx.rxjava.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
 
hashCode() - Method in class io.vertx.rxjava.ext.web.api.RequestParameter
 
hashCode() - Method in class io.vertx.rxjava.ext.web.api.RequestParameters
 
hashCode() - Method in class io.vertx.rxjava.ext.web.api.validation.ContainerDeserializer
 
hashCode() - Method in class io.vertx.rxjava.ext.web.api.validation.CustomValidator
 
hashCode() - Method in class io.vertx.rxjava.ext.web.api.validation.HTTPRequestValidationHandler
 
hashCode() - Method in class io.vertx.rxjava.ext.web.api.validation.ParameterTypeValidator
 
hashCode() - Method in class io.vertx.rxjava.ext.web.api.validation.ParameterValidationRule
 
hashCode() - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
 
hashCode() - Method in class io.vertx.rxjava.ext.web.client.HttpResponse
 
hashCode() - Method in class io.vertx.rxjava.ext.web.client.predicate.ErrorConverter
 
hashCode() - Method in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
 
hashCode() - Method in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicateResult
 
hashCode() - Method in class io.vertx.rxjava.ext.web.client.WebClient
 
hashCode() - Method in class io.vertx.rxjava.ext.web.client.WebClientSession
 
hashCode() - Method in class io.vertx.rxjava.ext.web.codec.BodyCodec
 
hashCode() - Method in class io.vertx.rxjava.ext.web.common.template.TemplateEngine
 
hashCode() - Method in class io.vertx.rxjava.ext.web.common.WebEnvironment
 
hashCode() - Method in class io.vertx.rxjava.ext.web.FileUpload
 
hashCode() - Method in class io.vertx.rxjava.ext.web.handler.AuthorizationHandler
 
hashCode() - Method in class io.vertx.rxjava.ext.web.handler.BasicAuthHandler
 
hashCode() - Method in class io.vertx.rxjava.ext.web.handler.BodyHandler
 
hashCode() - Method in class io.vertx.rxjava.ext.web.handler.ChainAuthHandler
 
hashCode() - Method in class io.vertx.rxjava.ext.web.handler.CorsHandler
 
hashCode() - Method in class io.vertx.rxjava.ext.web.handler.CSPHandler
 
hashCode() - Method in class io.vertx.rxjava.ext.web.handler.CSRFHandler
 
hashCode() - Method in class io.vertx.rxjava.ext.web.handler.DigestAuthHandler
 
hashCode() - Method in class io.vertx.rxjava.ext.web.handler.ErrorHandler
 
hashCode() - Method in class io.vertx.rxjava.ext.web.handler.FaviconHandler
 
hashCode() - Method in class io.vertx.rxjava.ext.web.handler.FormLoginHandler
 
hashCode() - Method in class io.vertx.rxjava.ext.web.handler.graphql.ApolloWSConnectionInitEvent
 
hashCode() - Method in class io.vertx.rxjava.ext.web.handler.graphql.ApolloWSHandler
 
hashCode() - Method in class io.vertx.rxjava.ext.web.handler.graphql.ApolloWSMessage
 
hashCode() - Method in class io.vertx.rxjava.ext.web.handler.graphql.dataloader.VertxBatchLoader
 
hashCode() - Method in class io.vertx.rxjava.ext.web.handler.graphql.dataloader.VertxMappedBatchLoader
 
hashCode() - Method in class io.vertx.rxjava.ext.web.handler.graphql.GraphiQLHandler
 
hashCode() - Method in class io.vertx.rxjava.ext.web.handler.graphql.GraphQLHandler
 
hashCode() - Method in class io.vertx.rxjava.ext.web.handler.graphql.schema.VertxDataFetcher
 
hashCode() - Method in class io.vertx.rxjava.ext.web.handler.graphql.schema.VertxPropertyDataFetcher
 
hashCode() - Method in class io.vertx.rxjava.ext.web.handler.graphql.UploadScalar
 
hashCode() - Method in class io.vertx.rxjava.ext.web.handler.HSTSHandler
 
hashCode() - Method in class io.vertx.rxjava.ext.web.handler.JWTAuthHandler
 
hashCode() - Method in class io.vertx.rxjava.ext.web.handler.LoggerHandler
 
hashCode() - Method in class io.vertx.rxjava.ext.web.handler.MethodOverrideHandler
 
hashCode() - Method in class io.vertx.rxjava.ext.web.handler.MultiTenantHandler
 
hashCode() - Method in class io.vertx.rxjava.ext.web.handler.OAuth2AuthHandler
 
hashCode() - Method in class io.vertx.rxjava.ext.web.handler.RedirectAuthHandler
 
hashCode() - Method in class io.vertx.rxjava.ext.web.handler.ResponseContentTypeHandler
 
hashCode() - Method in class io.vertx.rxjava.ext.web.handler.ResponseTimeHandler
 
hashCode() - Method in class io.vertx.rxjava.ext.web.handler.SessionHandler
 
hashCode() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.BridgeEvent
 
hashCode() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSHandler
 
hashCode() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
 
hashCode() - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
 
hashCode() - Method in class io.vertx.rxjava.ext.web.handler.TemplateHandler
 
hashCode() - Method in class io.vertx.rxjava.ext.web.handler.TimeoutHandler
 
hashCode() - Method in class io.vertx.rxjava.ext.web.handler.WebAuthnHandler
 
hashCode() - Method in class io.vertx.rxjava.ext.web.handler.XFrameHandler
 
hashCode() - Method in class io.vertx.rxjava.ext.web.LanguageHeader
 
hashCode() - Method in class io.vertx.rxjava.ext.web.MIMEHeader
 
hashCode() - Method in class io.vertx.rxjava.ext.web.multipart.FormDataPart
 
hashCode() - Method in class io.vertx.rxjava.ext.web.multipart.MultipartForm
 
hashCode() - Method in class io.vertx.rxjava.ext.web.ParsedHeaderValues
 
hashCode() - Method in class io.vertx.rxjava.ext.web.Route
 
hashCode() - Method in class io.vertx.rxjava.ext.web.Router
 
hashCode() - Method in class io.vertx.rxjava.ext.web.RoutingContext
 
hashCode() - Method in class io.vertx.rxjava.ext.web.Session
 
hashCode() - Method in class io.vertx.rxjava.ext.web.sstore.ClusteredSessionStore
 
hashCode() - Method in class io.vertx.rxjava.ext.web.sstore.LocalSessionStore
 
hashCode() - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
 
hashCode() - Method in class io.vertx.rxjava.ext.web.templ.freemarker.FreeMarkerTemplateEngine
 
hashCode() - Method in class io.vertx.rxjava.ext.web.templ.handlebars.HandlebarsTemplateEngine
 
hashCode() - Method in class io.vertx.rxjava.ext.web.templ.jade.JadeTemplateEngine
 
hashCode() - Method in class io.vertx.rxjava.ext.web.templ.mvel.MVELTemplateEngine
 
hashCode() - Method in class io.vertx.rxjava.ext.web.templ.pebble.PebbleTemplateEngine
 
hashCode() - Method in class io.vertx.rxjava.ext.web.templ.rocker.RockerTemplateEngine
 
hashCode() - Method in class io.vertx.rxjava.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
 
hashCode() - Method in class io.vertx.rxjava.ext.web.validation.RequestParameter
 
hashCode() - Method in class io.vertx.rxjava.ext.web.validation.RequestParameters
 
hashCode() - Method in class io.vertx.rxjava.ext.web.validation.RequestPredicate
 
hashCode() - Method in class io.vertx.rxjava.ext.web.validation.RequestPredicateResult
 
hashCode() - Method in class io.vertx.rxjava.ext.web.validation.ValidationHandler
 
hashCode() - Method in class io.vertx.rxjava.jdbcclient.JDBCPool
 
hashCode() - Method in class io.vertx.rxjava.jdbcclient.SqlOutParam
 
hashCode() - Method in class io.vertx.rxjava.json.schema.Schema
 
hashCode() - Method in class io.vertx.rxjava.json.schema.SchemaParser
 
hashCode() - Method in class io.vertx.rxjava.json.schema.SchemaRouter
 
hashCode() - Method in class io.vertx.rxjava.kafka.admin.KafkaAdminClient
 
hashCode() - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
 
hashCode() - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumerRecord
 
hashCode() - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumerRecords
 
hashCode() - Method in class io.vertx.rxjava.kafka.client.producer.KafkaHeader
 
hashCode() - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
 
hashCode() - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducerRecord
 
hashCode() - Method in class io.vertx.rxjava.micrometer.MetricsService
 
hashCode() - Method in class io.vertx.rxjava.micrometer.PrometheusScrapingHandler
 
hashCode() - Method in class io.vertx.rxjava.mqtt.messages.MqttConnAckMessage
 
hashCode() - Method in class io.vertx.rxjava.mqtt.messages.MqttPublishMessage
 
hashCode() - Method in class io.vertx.rxjava.mqtt.messages.MqttSubAckMessage
 
hashCode() - Method in class io.vertx.rxjava.mqtt.messages.MqttSubscribeMessage
 
hashCode() - Method in class io.vertx.rxjava.mqtt.messages.MqttUnsubscribeMessage
 
hashCode() - Method in class io.vertx.rxjava.mqtt.MqttClient
 
hashCode() - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
 
hashCode() - Method in class io.vertx.rxjava.mqtt.MqttServer
 
hashCode() - Method in class io.vertx.rxjava.mqtt.MqttTopicSubscription
 
hashCode() - Method in class io.vertx.rxjava.mysqlclient.MySQLClient
 
hashCode() - Method in class io.vertx.rxjava.mysqlclient.MySQLConnection
 
hashCode() - Method in class io.vertx.rxjava.mysqlclient.MySQLPool
 
hashCode() - Method in class io.vertx.rxjava.pgclient.PgConnection
 
hashCode() - Method in class io.vertx.rxjava.pgclient.PgPool
 
hashCode() - Method in class io.vertx.rxjava.pgclient.pubsub.PgChannel
 
hashCode() - Method in class io.vertx.rxjava.pgclient.pubsub.PgSubscriber
 
hashCode() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
 
hashCode() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQConsumer
 
hashCode() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQMessage
 
hashCode() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQPublisher
 
hashCode() - Method in class io.vertx.rxjava.redis.client.Command
 
hashCode() - Method in class io.vertx.rxjava.redis.client.Redis
 
hashCode() - Method in class io.vertx.rxjava.redis.client.RedisAPI
 
hashCode() - Method in class io.vertx.rxjava.redis.client.RedisConnection
 
hashCode() - Method in class io.vertx.rxjava.redis.client.Request
 
hashCode() - Method in class io.vertx.rxjava.redis.client.Response
 
hashCode() - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
 
hashCode() - Method in class io.vertx.rxjava.servicediscovery.ServiceReference
 
hashCode() - Method in class io.vertx.rxjava.servicediscovery.spi.ServiceExporter
 
hashCode() - Method in class io.vertx.rxjava.servicediscovery.spi.ServiceImporter
 
hashCode() - Method in class io.vertx.rxjava.servicediscovery.spi.ServicePublisher
 
hashCode() - Method in class io.vertx.rxjava.servicediscovery.types.EventBusService
 
hashCode() - Method in class io.vertx.rxjava.servicediscovery.types.HttpEndpoint
 
hashCode() - Method in class io.vertx.rxjava.servicediscovery.types.JDBCDataSource
 
hashCode() - Method in class io.vertx.rxjava.servicediscovery.types.MessageSource
 
hashCode() - Method in class io.vertx.rxjava.servicediscovery.types.MongoDataSource
 
hashCode() - Method in class io.vertx.rxjava.servicediscovery.types.RedisDataSource
 
hashCode() - Method in class io.vertx.rxjava.sqlclient.Cursor
 
hashCode() - Method in class io.vertx.rxjava.sqlclient.desc.ColumnDescriptor
 
hashCode() - Method in class io.vertx.rxjava.sqlclient.Pool
 
hashCode() - Method in class io.vertx.rxjava.sqlclient.PreparedQuery
 
hashCode() - Method in class io.vertx.rxjava.sqlclient.PreparedStatement
 
hashCode() - Method in class io.vertx.rxjava.sqlclient.PropertyKind
 
hashCode() - Method in class io.vertx.rxjava.sqlclient.Query
 
hashCode() - Method in class io.vertx.rxjava.sqlclient.Row
 
hashCode() - Method in class io.vertx.rxjava.sqlclient.RowIterator
 
hashCode() - Method in class io.vertx.rxjava.sqlclient.RowSet
 
hashCode() - Method in class io.vertx.rxjava.sqlclient.RowStream
 
hashCode() - Method in class io.vertx.rxjava.sqlclient.spi.DatabaseMetadata
 
hashCode() - Method in class io.vertx.rxjava.sqlclient.SqlClient
 
hashCode() - Method in class io.vertx.rxjava.sqlclient.SqlConnection
 
hashCode() - Method in class io.vertx.rxjava.sqlclient.SqlResult
 
hashCode() - Method in class io.vertx.rxjava.sqlclient.Transaction
 
hashCode() - Method in class io.vertx.rxjava.sqlclient.Tuple
 
hashCode() - Method in class io.vertx.servicediscovery.Record
 
hashCode() - Method in class io.vertx.sqlclient.data.Numeric
 
hashCode() - Method in class io.vertx.sqlclient.PoolOptions
 
HashingAlgorithm - Interface in io.vertx.ext.auth
Hashing Algorithm.
HashingAlgorithm - Class in io.vertx.reactivex.ext.auth
Hashing Algorithm.
HashingAlgorithm(HashingAlgorithm) - Constructor for class io.vertx.reactivex.ext.auth.HashingAlgorithm
 
HashingAlgorithm(Object) - Constructor for class io.vertx.reactivex.ext.auth.HashingAlgorithm
 
HashingAlgorithm - Class in io.vertx.rxjava.ext.auth
Hashing Algorithm.
HashingAlgorithm(HashingAlgorithm) - Constructor for class io.vertx.rxjava.ext.auth.HashingAlgorithm
 
HashingAlgorithm(Object) - Constructor for class io.vertx.rxjava.ext.auth.HashingAlgorithm
 
HashingStrategy - Interface in io.vertx.ext.auth
Hashing Strategy manager.
HashingStrategy - Class in io.vertx.reactivex.ext.auth
Hashing Strategy manager.
HashingStrategy(HashingStrategy) - Constructor for class io.vertx.reactivex.ext.auth.HashingStrategy
 
HashingStrategy(Object) - Constructor for class io.vertx.reactivex.ext.auth.HashingStrategy
 
HashingStrategy - Class in io.vertx.rxjava.ext.auth
Hashing Strategy manager.
HashingStrategy(HashingStrategy) - Constructor for class io.vertx.rxjava.ext.auth.HashingStrategy
 
HashingStrategy(Object) - Constructor for class io.vertx.rxjava.ext.auth.HashingStrategy
 
HashSaltStyle - Enum in io.vertx.ext.auth.mongo
Deprecated.
Please use the provided generic PHC strings at the column level
HashStrategy - Interface in io.vertx.ext.auth.mongo
Deprecated.
This strategy has been deprecated in favour of HashingStrategy. The new implementation is backend agnostic and follows a standard format that can be reused across different storages.
HashStrategy - Class in io.vertx.reactivex.ext.auth.mongo
Determines how the hashing is computed in the implementation You can implement this to provide a different hashing strategy to the default.
HashStrategy(HashStrategy) - Constructor for class io.vertx.reactivex.ext.auth.mongo.HashStrategy
 
HashStrategy(Object) - Constructor for class io.vertx.reactivex.ext.auth.mongo.HashStrategy
 
HashStrategy - Class in io.vertx.rxjava.ext.auth.mongo
Determines how the hashing is computed in the implementation You can implement this to provide a different hashing strategy to the default.
HashStrategy(HashStrategy) - Constructor for class io.vertx.rxjava.ext.auth.mongo.HashStrategy
 
HashStrategy(Object) - Constructor for class io.vertx.rxjava.ext.auth.mongo.HashStrategy
 
HashString - Class in io.vertx.ext.auth
Utility class to encode/decode hashed strings to be stored on a persistent storage.
HashString(String, Map<String, String>, String) - Constructor for class io.vertx.ext.auth.HashString
 
HashString(String) - Constructor for class io.vertx.ext.auth.HashString
 
hasMore() - Method in class io.vertx.reactivex.sqlclient.Cursor
Returns true when the cursor has results in progress and the Cursor.read(int, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.sqlclient.RowSet<io.vertx.reactivex.sqlclient.Row>>>) should be called to retrieve them.
hasMore() - Method in class io.vertx.rxjava.sqlclient.Cursor
Returns true when the cursor has results in progress and the Cursor.read(int, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.rxjava.sqlclient.RowSet<io.vertx.rxjava.sqlclient.Row>>>) should be called to retrieve them.
hasMore() - Method in interface io.vertx.sqlclient.Cursor
Returns true when the cursor has results in progress and the Cursor.read(int, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.sqlclient.RowSet<io.vertx.sqlclient.Row>>>) should be called to retrieve them.
hasMorePages() - Method in interface io.vertx.cassandra.ResultSet
 
hasMorePages() - Method in class io.vertx.reactivex.cassandra.ResultSet
 
hasMorePages() - Method in class io.vertx.rxjava.cassandra.ResultSet
 
hasNext() - Method in class io.vertx.reactivex.sqlclient.RowIterator
 
hasNext() - Method in class io.vertx.rxjava.sqlclient.RowIterator
 
hasNext() - Method in interface io.vertx.sqlclient.RowIterator
 
hasNull(int) - Method in class io.vertx.core.json.JsonArray
Is there a null value at position pos?
hasPassword() - Method in class io.vertx.mqtt.MqttClientOptions
 
hasRack() - Method in class io.vertx.kafka.client.common.Node
 
hasScopeDelimiter() - Method in class io.vertx.ext.auth.JWTOptions
Deprecated.
use the authorization api AuthorizationProvider
hasUsername() - Method in class io.vertx.mqtt.MqttClientOptions
 
HazelcastClusterManager - Class in io.vertx.spi.cluster.hazelcast
A cluster manager that uses Hazelcast
HazelcastClusterManager() - Constructor for class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
Constructor - gets config from classpath
HazelcastClusterManager(Config) - Constructor for class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
Constructor - config supplied
HazelcastClusterManager(HazelcastInstance) - Constructor for class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
 
HDEL - Static variable in class io.vertx.reactivex.redis.client.Command
 
hdel(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hdel.
hdel(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hdel.
HDEL - Static variable in interface io.vertx.redis.client.Command
 
hdel(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command hdel.
hdel(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command hdel.
HDEL - Static variable in class io.vertx.rxjava.redis.client.Command
 
hdel(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command hdel.
hdel(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command hdel.
HEAD - Static variable in class io.vertx.core.http.HttpMethod
The RFC 2616 HEAD method, this instance is interned and uniquely used.
head(String) - Method in interface io.vertx.ext.web.client.WebClient
Create an HTTP HEAD request to send to the server at the default host and port.
head(int, String, String) - Method in interface io.vertx.ext.web.client.WebClient
Create an HTTP HEAD request to send to the server at the specified host and port.
head(String, String) - Method in interface io.vertx.ext.web.client.WebClient
Create an HTTP HEAD request to send to the server at the specified host and default port.
head() - Method in interface io.vertx.ext.web.Router
Add a route that matches any HTTP HEAD request
head(String) - Method in interface io.vertx.ext.web.Router
Add a route that matches a HTTP HEAD request and the specified path
head(String) - Method in class io.vertx.reactivex.ext.web.client.WebClient
Create an HTTP HEAD request to send to the server at the default host and port.
head(int, String, String) - Method in class io.vertx.reactivex.ext.web.client.WebClient
Create an HTTP HEAD request to send to the server at the specified host and port.
head(String, String) - Method in class io.vertx.reactivex.ext.web.client.WebClient
Create an HTTP HEAD request to send to the server at the specified host and default port.
head() - Method in class io.vertx.reactivex.ext.web.Router
Add a route that matches any HTTP HEAD request
head(String) - Method in class io.vertx.reactivex.ext.web.Router
Add a route that matches a HTTP HEAD request and the specified path
head(String) - Method in class io.vertx.rxjava.ext.web.client.WebClient
Create an HTTP HEAD request to send to the server at the default host and port.
head(int, String, String) - Method in class io.vertx.rxjava.ext.web.client.WebClient
Create an HTTP HEAD request to send to the server at the specified host and port.
head(String, String) - Method in class io.vertx.rxjava.ext.web.client.WebClient
Create an HTTP HEAD request to send to the server at the specified host and default port.
head() - Method in class io.vertx.rxjava.ext.web.Router
Add a route that matches any HTTP HEAD request
head(String) - Method in class io.vertx.rxjava.ext.web.Router
Add a route that matches a HTTP HEAD request and the specified path
headAbs(String) - Method in interface io.vertx.ext.web.client.WebClient
Create an HTTP HEAD request to send to the server using an absolute URI, specifying a response handler to receive the response
headAbs(String) - Method in class io.vertx.reactivex.ext.web.client.WebClient
Create an HTTP HEAD request to send to the server using an absolute URI, specifying a response handler to receive the response
headAbs(String) - Method in class io.vertx.rxjava.ext.web.client.WebClient
Create an HTTP HEAD request to send to the server using an absolute URI, specifying a response handler to receive the response
header(String, Buffer) - Static method in interface io.vertx.kafka.client.producer.KafkaHeader
 
header(String, String) - Static method in interface io.vertx.kafka.client.producer.KafkaHeader
 
header(String, byte[]) - Static method in interface io.vertx.kafka.client.producer.KafkaHeader
 
header(String, Buffer) - Static method in class io.vertx.reactivex.kafka.client.producer.KafkaHeader
 
header(String, String) - Static method in class io.vertx.reactivex.kafka.client.producer.KafkaHeader
 
header(String, Buffer) - Static method in class io.vertx.rxjava.kafka.client.producer.KafkaHeader
 
header(String, String) - Static method in class io.vertx.rxjava.kafka.client.producer.KafkaHeader
 
headerParameter(String) - Method in interface io.vertx.ext.web.api.RequestParameters
Deprecated.
Get header parameter by name
headerParameter(ParameterProcessorFactory) - Method in interface io.vertx.ext.web.validation.builder.ValidationHandlerBuilder
 
headerParameter(String) - Method in interface io.vertx.ext.web.validation.RequestParameters
Get header parameter by name.
headerParameter(String) - Method in class io.vertx.reactivex.ext.web.api.RequestParameters
Deprecated.
headerParameter(String) - Method in class io.vertx.reactivex.ext.web.validation.RequestParameters
Get header parameter by name.
headerParameter(String) - Method in class io.vertx.rxjava.ext.web.api.RequestParameters
Deprecated.
headerParameter(String) - Method in class io.vertx.rxjava.ext.web.validation.RequestParameters
Get header parameter by name.
headerParametersNames() - Method in interface io.vertx.ext.web.api.RequestParameters
Deprecated.
Get list of all parameter names inside header
headerParametersNames() - Method in interface io.vertx.ext.web.validation.RequestParameters
Get list of all parameter names inside header
headerParametersNames() - Method in class io.vertx.reactivex.ext.web.api.RequestParameters
Deprecated.
headerParametersNames() - Method in class io.vertx.reactivex.ext.web.validation.RequestParameters
Get list of all parameter names inside header
headerParametersNames() - Method in class io.vertx.rxjava.ext.web.api.RequestParameters
Deprecated.
headerParametersNames() - Method in class io.vertx.rxjava.ext.web.validation.RequestParameters
Get list of all parameter names inside header
headers() - Method in interface io.vertx.core.eventbus.Message
Multi-map of message headers.
headers() - Method in interface io.vertx.core.http.HttpClientRequest
 
headers() - Method in interface io.vertx.core.http.HttpClientResponse
 
headers() - Static method in interface io.vertx.core.http.HttpHeaders
 
headers() - Method in interface io.vertx.core.http.HttpServerRequest
 
headers() - Method in interface io.vertx.core.http.HttpServerResponse
 
headers() - Method in interface io.vertx.core.http.WebSocketBase
Returns the HTTP headers when the WebSocket is first obtained in the handler.
headers() - Method in interface io.vertx.core.spi.observability.HttpRequest
 
headers() - Method in interface io.vertx.core.spi.observability.HttpResponse
 
headers() - Method in interface io.vertx.ext.auth.oauth2.OAuth2Response
Deprecated.
The HTTP response headers from the HTTP layer.
headers() - Method in class io.vertx.ext.mail.mailencoder.EncodedPart
 
Headers - Class in io.vertx.ext.stomp.utils
An implementation of HashMap to store STOMP frame headers.
Headers() - Constructor for class io.vertx.ext.stomp.utils.Headers
 
headers() - Method in interface io.vertx.ext.web.client.HttpRequest
 
headers() - Method in interface io.vertx.ext.web.client.HttpResponse
 
headers() - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
Return the headers corresponding to the last request for this socket or the websocket handshake Any cookie headers will be removed for security reasons
headers() - Method in interface io.vertx.kafka.client.consumer.KafkaConsumerRecord
 
headers() - Method in interface io.vertx.kafka.client.producer.KafkaProducerRecord
 
headers() - Method in class io.vertx.reactivex.core.eventbus.Message
Multi-map of message headers.
headers() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
 
headers() - Method in class io.vertx.reactivex.core.http.HttpClientResponse
 
headers() - Static method in class io.vertx.reactivex.core.http.HttpHeaders
 
headers() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
 
headers() - Method in class io.vertx.reactivex.core.http.HttpServerResponse
 
headers() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Returns the HTTP headers when the WebSocket is first obtained in the handler.
headers() - Method in class io.vertx.reactivex.core.http.WebSocket
Returns the HTTP headers when the WebSocket is first obtained in the handler.
headers() - Method in interface io.vertx.reactivex.core.http.WebSocketBase
Returns the HTTP headers when the WebSocket is first obtained in the handler.
headers() - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Response
Deprecated.
headers() - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
 
headers() - Method in class io.vertx.reactivex.ext.web.client.HttpResponse
 
headers() - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
Return the headers corresponding to the last request for this socket or the websocket handshake Any cookie headers will be removed for security reasons
headers() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumerRecord
 
headers() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord
 
headers() - Method in class io.vertx.rxjava.core.eventbus.Message
Multi-map of message headers.
headers() - Method in class io.vertx.rxjava.core.http.HttpClientRequest
 
headers() - Method in class io.vertx.rxjava.core.http.HttpClientResponse
 
headers() - Static method in class io.vertx.rxjava.core.http.HttpHeaders
 
headers() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
headers() - Method in class io.vertx.rxjava.core.http.HttpServerResponse
 
headers() - Method in class io.vertx.rxjava.core.http.ServerWebSocket
Returns the HTTP headers when the WebSocket is first obtained in the handler.
headers() - Method in class io.vertx.rxjava.core.http.WebSocket
Returns the HTTP headers when the WebSocket is first obtained in the handler.
headers() - Method in interface io.vertx.rxjava.core.http.WebSocketBase
Returns the HTTP headers when the WebSocket is first obtained in the handler.
headers() - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Response
Deprecated.
headers() - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
 
headers() - Method in class io.vertx.rxjava.ext.web.client.HttpResponse
 
headers() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
Return the headers corresponding to the last request for this socket or the websocket handshake Any cookie headers will be removed for security reasons
headers() - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumerRecord
 
headers() - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducerRecord
 
headersEndHandler(Handler<Void>) - Method in interface io.vertx.core.http.HttpServerResponse
Provide a handler that will be called just before the headers are written to the wire.
headersEndHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Provide a handler that will be called just before the headers are written to the wire.
headersEndHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Provide a handler that will be called just before the headers are written to the wire.
headWithRegex(String) - Method in interface io.vertx.ext.web.Router
Add a route that matches a HTTP HEAD request and the specified path regex
headWithRegex(String) - Method in class io.vertx.reactivex.ext.web.Router
Add a route that matches a HTTP HEAD request and the specified path regex
headWithRegex(String) - Method in class io.vertx.rxjava.ext.web.Router
Add a route that matches a HTTP HEAD request and the specified path regex
headWritten() - Method in interface io.vertx.core.http.HttpServerResponse
 
headWritten() - Method in class io.vertx.reactivex.core.http.HttpServerResponse
 
headWritten() - Method in class io.vertx.rxjava.core.http.HttpServerResponse
 
HealthCheckHandler - Interface in io.vertx.ext.healthchecks
A Vert.x Web handler on which you register health check procedure.
HealthCheckHandler - Class in io.vertx.reactivex.ext.healthchecks
A Vert.x Web handler on which you register health check procedure.
HealthCheckHandler(HealthCheckHandler) - Constructor for class io.vertx.reactivex.ext.healthchecks.HealthCheckHandler
 
HealthCheckHandler(Object) - Constructor for class io.vertx.reactivex.ext.healthchecks.HealthCheckHandler
 
HealthCheckHandler - Class in io.vertx.rxjava.ext.healthchecks
A Vert.x Web handler on which you register health check procedure.
HealthCheckHandler(HealthCheckHandler) - Constructor for class io.vertx.rxjava.ext.healthchecks.HealthCheckHandler
 
HealthCheckHandler(Object) - Constructor for class io.vertx.rxjava.ext.healthchecks.HealthCheckHandler
 
healthChecks(String, Handler<AsyncResult<CheckList>>) - Method in interface io.vertx.ext.consul.ConsulClient
Returns the checks associated with the service
healthChecks(String) - Method in interface io.vertx.ext.consul.ConsulClient
Like ConsulClient.healthChecks(String, Handler) but returns a Future of the asynchronous result.
HealthChecks - Interface in io.vertx.ext.healthchecks
 
healthChecks(String, Handler<AsyncResult<CheckList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the checks associated with the service
healthChecks(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the checks associated with the service
HealthChecks - Class in io.vertx.reactivex.ext.healthchecks

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

HealthChecks(HealthChecks) - Constructor for class io.vertx.reactivex.ext.healthchecks.HealthChecks
 
HealthChecks(Object) - Constructor for class io.vertx.reactivex.ext.healthchecks.HealthChecks
 
healthChecks(String, Handler<AsyncResult<CheckList>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the checks associated with the service
healthChecks(String) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the checks associated with the service
HealthChecks - Class in io.vertx.rxjava.ext.healthchecks

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

HealthChecks(HealthChecks) - Constructor for class io.vertx.rxjava.ext.healthchecks.HealthChecks
 
HealthChecks(Object) - Constructor for class io.vertx.rxjava.ext.healthchecks.HealthChecks
 
healthChecksWithOptions(String, CheckQueryOptions, Handler<AsyncResult<CheckList>>) - Method in interface io.vertx.ext.consul.ConsulClient
Returns the checks associated with the service
healthChecksWithOptions(String, CheckQueryOptions) - Method in interface io.vertx.ext.consul.ConsulClient
Like ConsulClient.healthChecksWithOptions(String, CheckQueryOptions, Handler) but returns a Future of the asynchronous result.
healthChecksWithOptions(String, CheckQueryOptions, Handler<AsyncResult<CheckList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the checks associated with the service
healthChecksWithOptions(String, CheckQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the checks associated with the service
healthChecksWithOptions(String, CheckQueryOptions, Handler<AsyncResult<CheckList>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the checks associated with the service
healthChecksWithOptions(String, CheckQueryOptions) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the checks associated with the service
healthServiceNodes(String, boolean, Handler<AsyncResult<ServiceEntryList>>) - Method in interface io.vertx.ext.consul.ConsulClient
Returns the nodes providing the service.
healthServiceNodes(String, boolean) - Method in interface io.vertx.ext.consul.ConsulClient
Like ConsulClient.healthServiceNodes(String, boolean, Handler) but returns a Future of the asynchronous result.
healthServiceNodes(String, boolean, Handler<AsyncResult<ServiceEntryList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the nodes providing the service.
healthServiceNodes(String, boolean) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the nodes providing the service.
healthServiceNodes(String, boolean, Handler<AsyncResult<ServiceEntryList>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the nodes providing the service.
healthServiceNodes(String, boolean) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the nodes providing the service.
healthServiceNodesWithOptions(String, boolean, ServiceQueryOptions, Handler<AsyncResult<ServiceEntryList>>) - Method in interface io.vertx.ext.consul.ConsulClient
Returns the nodes providing the service.
healthServiceNodesWithOptions(String, boolean, ServiceQueryOptions) - Method in interface io.vertx.ext.consul.ConsulClient
healthServiceNodesWithOptions(String, boolean, ServiceQueryOptions, Handler<AsyncResult<ServiceEntryList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the nodes providing the service.
healthServiceNodesWithOptions(String, boolean, ServiceQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the nodes providing the service.
healthServiceNodesWithOptions(String, boolean, ServiceQueryOptions, Handler<AsyncResult<ServiceEntryList>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the nodes providing the service.
healthServiceNodesWithOptions(String, boolean, ServiceQueryOptions) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the nodes providing the service.
healthState(HealthState, Handler<AsyncResult<CheckList>>) - Method in interface io.vertx.ext.consul.ConsulClient
Returns the checks in the specified status
healthState(HealthState) - Method in interface io.vertx.ext.consul.ConsulClient
Like ConsulClient.healthState(HealthState, Handler) but returns a Future of the asynchronous result.
HealthState - Enum in io.vertx.ext.consul
Represents an health states.
healthState(HealthState, Handler<AsyncResult<CheckList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the checks in the specified status
healthState(HealthState) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the checks in the specified status
healthState(HealthState, Handler<AsyncResult<CheckList>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the checks in the specified status
healthState(HealthState) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the checks in the specified status
healthStateWithOptions(HealthState, CheckQueryOptions, Handler<AsyncResult<CheckList>>) - Method in interface io.vertx.ext.consul.ConsulClient
Returns the checks in the specified status
healthStateWithOptions(HealthState, CheckQueryOptions) - Method in interface io.vertx.ext.consul.ConsulClient
Like ConsulClient.healthStateWithOptions(HealthState, CheckQueryOptions, Handler) but returns a Future of the asynchronous result.
healthStateWithOptions(HealthState, CheckQueryOptions, Handler<AsyncResult<CheckList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the checks in the specified status
healthStateWithOptions(HealthState, CheckQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the checks in the specified status
healthStateWithOptions(HealthState, CheckQueryOptions, Handler<AsyncResult<CheckList>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the checks in the specified status
healthStateWithOptions(HealthState, CheckQueryOptions) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the checks in the specified status
HEARTBEAT - Static variable in class io.vertx.ext.stomp.Frame
 
Heartbeat(int, int) - Constructor for class io.vertx.ext.stomp.Frame.Heartbeat
 
height() - Method in interface io.vertx.ext.shell.term.Tty
 
height() - Method in class io.vertx.reactivex.ext.shell.term.Tty
 
height() - Method in class io.vertx.rxjava.ext.shell.term.Tty
 
HELLO - Static variable in class io.vertx.reactivex.redis.client.Command
 
hello(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hello.
hello(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hello.
HELLO - Static variable in interface io.vertx.redis.client.Command
 
hello(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command hello.
hello(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command hello.
HELLO - Static variable in class io.vertx.rxjava.redis.client.Command
 
hello(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command hello.
hello(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command hello.
help - Variable in class io.vertx.core.cli.Option
whether or not the option is a "help" option.
Help - Class in io.vertx.ext.shell.command.base
 
Help() - Constructor for class io.vertx.ext.shell.command.base.Help
 
Helper - Class in io.vertx.lang.reactivex
 
Helper() - Constructor for class io.vertx.lang.reactivex.Helper
 
Helper - Class in io.vertx.lang.rxjava
 
Helper() - Constructor for class io.vertx.lang.rxjava.Helper
 
HelperUtils - Class in io.vertx.serviceproxy
 
HelperUtils() - Constructor for class io.vertx.serviceproxy.HelperUtils
 
HerokuAuth - Interface in io.vertx.ext.auth.oauth2.providers
Simplified factory to create an OAuth2Auth for Heroku.
HerokuAuth - Class in io.vertx.reactivex.ext.auth.oauth2.providers
Simplified factory to create an for Heroku.
HerokuAuth(HerokuAuth) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.HerokuAuth
 
HerokuAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.HerokuAuth
 
HerokuAuth - Class in io.vertx.rxjava.ext.auth.oauth2.providers
Simplified factory to create an for Heroku.
HerokuAuth(HerokuAuth) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.providers.HerokuAuth
 
HerokuAuth(Object) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.providers.HerokuAuth
 
HEXISTS - Static variable in class io.vertx.reactivex.redis.client.Command
 
hexists(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hexists.
hexists(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hexists.
HEXISTS - Static variable in interface io.vertx.redis.client.Command
 
hexists(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command hexists.
hexists(String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command hexists.
HEXISTS - Static variable in class io.vertx.rxjava.redis.client.Command
 
hexists(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command hexists.
hexists(String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command hexists.
HGET - Static variable in class io.vertx.reactivex.redis.client.Command
 
hget(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hget.
hget(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hget.
HGET - Static variable in interface io.vertx.redis.client.Command
 
hget(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command hget.
hget(String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command hget.
HGET - Static variable in class io.vertx.rxjava.redis.client.Command
 
hget(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command hget.
hget(String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command hget.
HGETALL - Static variable in class io.vertx.reactivex.redis.client.Command
 
hgetall(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hgetall.
hgetall(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hgetall.
HGETALL - Static variable in interface io.vertx.redis.client.Command
 
hgetall(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command hgetall.
hgetall(String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command hgetall.
HGETALL - Static variable in class io.vertx.rxjava.redis.client.Command
 
hgetall(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command hgetall.
hgetall(String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command hgetall.
Hidden - Annotation Type in io.vertx.core.cli.annotations
Annotates a CLI and/or its @Option setters to hide it from the help message.
hidden - Variable in class io.vertx.core.cli.Argument
Whether or not this argument is hidden.
hidden - Variable in class io.vertx.core.cli.Option
whether or not the option is hidden.
HINCRBY - Static variable in class io.vertx.reactivex.redis.client.Command
 
hincrby(String, String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hincrby.
hincrby(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hincrby.
HINCRBY - Static variable in interface io.vertx.redis.client.Command
 
hincrby(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command hincrby.
hincrby(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command hincrby.
HINCRBY - Static variable in class io.vertx.rxjava.redis.client.Command
 
hincrby(String, String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command hincrby.
hincrby(String, String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command hincrby.
HINCRBYFLOAT - Static variable in class io.vertx.reactivex.redis.client.Command
 
hincrbyfloat(String, String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hincrbyfloat.
hincrbyfloat(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hincrbyfloat.
HINCRBYFLOAT - Static variable in interface io.vertx.redis.client.Command
 
hincrbyfloat(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command hincrbyfloat.
hincrbyfloat(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command hincrbyfloat.
HINCRBYFLOAT - Static variable in class io.vertx.rxjava.redis.client.Command
 
hincrbyfloat(String, String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command hincrbyfloat.
hincrbyfloat(String, String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command hincrbyfloat.
HKEYS - Static variable in class io.vertx.reactivex.redis.client.Command
 
hkeys(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hkeys.
hkeys(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hkeys.
HKEYS - Static variable in interface io.vertx.redis.client.Command
 
hkeys(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command hkeys.
hkeys(String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command hkeys.
HKEYS - Static variable in class io.vertx.rxjava.redis.client.Command
 
hkeys(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command hkeys.
hkeys(String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command hkeys.
HLEN - Static variable in class io.vertx.reactivex.redis.client.Command
 
hlen(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hlen.
hlen(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hlen.
HLEN - Static variable in interface io.vertx.redis.client.Command
 
hlen(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command hlen.
hlen(String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command hlen.
HLEN - Static variable in class io.vertx.rxjava.redis.client.Command
 
hlen(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command hlen.
hlen(String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command hlen.
HMGET - Static variable in class io.vertx.reactivex.redis.client.Command
 
hmget(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hmget.
hmget(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hmget.
HMGET - Static variable in interface io.vertx.redis.client.Command
 
hmget(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command hmget.
hmget(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command hmget.
HMGET - Static variable in class io.vertx.rxjava.redis.client.Command
 
hmget(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command hmget.
hmget(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command hmget.
HMSET - Static variable in class io.vertx.reactivex.redis.client.Command
 
hmset(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hmset.
hmset(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hmset.
HMSET - Static variable in interface io.vertx.redis.client.Command
 
hmset(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command hmset.
hmset(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command hmset.
HMSET - Static variable in class io.vertx.rxjava.redis.client.Command
 
hmset(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command hmset.
hmset(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command hmset.
HoconProcessor - Class in io.vertx.config.hocon
A processor using Typesafe Conf to read Hocon files.
HoconProcessor() - Constructor for class io.vertx.config.hocon.HoconProcessor
 
HOST - Static variable in interface io.vertx.core.http.HttpHeaders
Host header name
host() - Method in interface io.vertx.core.http.HttpServerRequest
 
host() - Method in interface io.vertx.core.http.ServerWebSocket
 
host() - Method in interface io.vertx.core.net.SocketAddress
Returns the host name when available or the IP address in string representation.
host() - Method in class io.vertx.core.spi.cluster.NodeInfo
 
HOST - Static variable in class io.vertx.ext.stomp.Frame
 
host(String) - Method in interface io.vertx.ext.web.client.HttpRequest
Configure the request to use a new host value.
HOST - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Host header name
host() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
 
host() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
host() - Method in class io.vertx.reactivex.core.net.SocketAddress
Returns the host name when available or the IP address in string representation.
host(String) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Configure the request to use a new host value.
HOST - Static variable in class io.vertx.reactivex.redis.client.Command
 
host(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command host.
host(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command host.
HOST - Static variable in interface io.vertx.redis.client.Command
 
host(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command host.
host(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command host.
HOST - Static variable in class io.vertx.rxjava.core.http.HttpHeaders
Host header name
host() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
host() - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
host() - Method in class io.vertx.rxjava.core.net.SocketAddress
Returns the host name when available or the IP address in string representation.
host(String) - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
Configure the request to use a new host value.
HOST - Static variable in class io.vertx.rxjava.redis.client.Command
 
host(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command host.
host(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command host.
hostAddress() - Method in interface io.vertx.core.net.SocketAddress
Returns the host IP address when available or null as a String.
hostAddress() - Method in class io.vertx.reactivex.core.net.SocketAddress
Returns the host IP address when available or null as a String.
hostAddress() - Method in class io.vertx.rxjava.core.net.SocketAddress
Returns the host IP address when available or null as a String.
hostName() - Method in interface io.vertx.core.net.SocketAddress
Returns the host name when available or null
Domain socket address returns null.
HOSTNAME - Static variable in class io.vertx.json.schema.common.RegularExpressions
 
hostName() - Method in class io.vertx.reactivex.core.net.SocketAddress
Returns the host name when available or null
Domain socket address returns null.
hostName() - Method in class io.vertx.rxjava.core.net.SocketAddress
Returns the host name when available or null
Domain socket address returns null.
hours(int) - Method in class io.vertx.pgclient.data.Interval
 
HSCAN - Static variable in class io.vertx.reactivex.redis.client.Command
 
hscan(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hscan.
hscan(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hscan.
HSCAN - Static variable in interface io.vertx.redis.client.Command
 
hscan(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command hscan.
hscan(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command hscan.
HSCAN - Static variable in class io.vertx.rxjava.redis.client.Command
 
hscan(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command hscan.
hscan(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command hscan.
HSET - Static variable in class io.vertx.reactivex.redis.client.Command
 
hset(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hset.
hset(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hset.
HSET - Static variable in interface io.vertx.redis.client.Command
 
hset(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command hset.
hset(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command hset.
HSET - Static variable in class io.vertx.rxjava.redis.client.Command
 
hset(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command hset.
hset(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command hset.
HSETNX - Static variable in class io.vertx.reactivex.redis.client.Command
 
hsetnx(String, String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hsetnx.
hsetnx(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hsetnx.
HSETNX - Static variable in interface io.vertx.redis.client.Command
 
hsetnx(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command hsetnx.
hsetnx(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command hsetnx.
HSETNX - Static variable in class io.vertx.rxjava.redis.client.Command
 
hsetnx(String, String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command hsetnx.
hsetnx(String, String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command hsetnx.
HSTRLEN - Static variable in class io.vertx.reactivex.redis.client.Command
 
hstrlen(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hstrlen.
hstrlen(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hstrlen.
HSTRLEN - Static variable in interface io.vertx.redis.client.Command
 
hstrlen(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command hstrlen.
hstrlen(String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command hstrlen.
HSTRLEN - Static variable in class io.vertx.rxjava.redis.client.Command
 
hstrlen(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command hstrlen.
hstrlen(String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command hstrlen.
HSTSHandler - Interface in io.vertx.ext.web.handler
HTTP Strict Transport Security (HSTS) RFC6797.
HSTSHandler - Class in io.vertx.reactivex.ext.web.handler
HTTP Strict Transport Security (HSTS) RFC6797.
HSTSHandler(HSTSHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.HSTSHandler
 
HSTSHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.HSTSHandler
 
HSTSHandler - Class in io.vertx.rxjava.ext.web.handler
HTTP Strict Transport Security (HSTS) RFC6797.
HSTSHandler(HSTSHandler) - Constructor for class io.vertx.rxjava.ext.web.handler.HSTSHandler
 
HSTSHandler(Object) - Constructor for class io.vertx.rxjava.ext.web.handler.HSTSHandler
 
HTDIGEST_FILE - Static variable in interface io.vertx.ext.auth.htdigest.HtdigestAuth
The property name to be used to set the name of the collection inside the config
HTDIGEST_FILE - Static variable in class io.vertx.reactivex.ext.auth.htdigest.HtdigestAuth
The property name to be used to set the name of the collection inside the config
HTDIGEST_FILE - Static variable in class io.vertx.rxjava.ext.auth.htdigest.HtdigestAuth
The property name to be used to set the name of the collection inside the config
HtdigestAuth - Interface in io.vertx.ext.auth.htdigest
An extension of AuthProvider which is using .htdigest file as store
HtdigestAuth - Class in io.vertx.reactivex.ext.auth.htdigest
An extension of AuthProvider which is using .htdigest file as store

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

HtdigestAuth(HtdigestAuth) - Constructor for class io.vertx.reactivex.ext.auth.htdigest.HtdigestAuth
 
HtdigestAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.htdigest.HtdigestAuth
 
HtdigestAuth - Class in io.vertx.rxjava.ext.auth.htdigest
An extension of AuthProvider which is using .htdigest file as store

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

HtdigestAuth(HtdigestAuth) - Constructor for class io.vertx.rxjava.ext.auth.htdigest.HtdigestAuth
 
HtdigestAuth(Object) - Constructor for class io.vertx.rxjava.ext.auth.htdigest.HtdigestAuth
 
HtdigestCredentials - Class in io.vertx.ext.auth.htdigest
Credentials specific to the HtdigestAuth authentication provider
HtdigestCredentials() - Constructor for class io.vertx.ext.auth.htdigest.HtdigestCredentials
 
HtdigestCredentials(String, String) - Constructor for class io.vertx.ext.auth.htdigest.HtdigestCredentials
 
HtdigestCredentials(JsonObject) - Constructor for class io.vertx.ext.auth.htdigest.HtdigestCredentials
 
HtdigestCredentialsConverter - Class in io.vertx.ext.auth.htdigest
Converter and mapper for HtdigestCredentials.
HtdigestCredentialsConverter() - Constructor for class io.vertx.ext.auth.htdigest.HtdigestCredentialsConverter
 
HtpasswdAuth - Interface in io.vertx.ext.auth.htpasswd
An extension of AuthProvider which is using htpasswd file as store
HtpasswdAuth - Class in io.vertx.reactivex.ext.auth.htpasswd
An extension of AuthProvider which is using htpasswd file as store

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

HtpasswdAuth(HtpasswdAuth) - Constructor for class io.vertx.reactivex.ext.auth.htpasswd.HtpasswdAuth
 
HtpasswdAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.htpasswd.HtpasswdAuth
 
HtpasswdAuth - Class in io.vertx.rxjava.ext.auth.htpasswd
An extension of AuthProvider which is using htpasswd file as store

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

HtpasswdAuth(HtpasswdAuth) - Constructor for class io.vertx.rxjava.ext.auth.htpasswd.HtpasswdAuth
 
HtpasswdAuth(Object) - Constructor for class io.vertx.rxjava.ext.auth.htpasswd.HtpasswdAuth
 
HtpasswdAuthOptions - Class in io.vertx.ext.auth.htpasswd
Options configuring htpasswd authentication.
HtpasswdAuthOptions() - Constructor for class io.vertx.ext.auth.htpasswd.HtpasswdAuthOptions
 
HtpasswdAuthOptions(JsonObject) - Constructor for class io.vertx.ext.auth.htpasswd.HtpasswdAuthOptions
 
HtpasswdAuthOptions(HtpasswdAuthOptions) - Constructor for class io.vertx.ext.auth.htpasswd.HtpasswdAuthOptions
 
HtpasswdAuthOptionsConverter - Class in io.vertx.ext.auth.htpasswd
Converter and mapper for HtpasswdAuthOptions.
HtpasswdAuthOptionsConverter() - Constructor for class io.vertx.ext.auth.htpasswd.HtpasswdAuthOptionsConverter
 
Http2PushMapping - Class in io.vertx.ext.web
 
Http2PushMapping(Http2PushMapping) - Constructor for class io.vertx.ext.web.Http2PushMapping
Copy constructor
Http2PushMapping() - Constructor for class io.vertx.ext.web.Http2PushMapping
Default constructor
Http2PushMapping(JsonObject) - Constructor for class io.vertx.ext.web.Http2PushMapping
Constructor from JSON
Http2PushMapping(String, String, boolean) - Constructor for class io.vertx.ext.web.Http2PushMapping
Constructor with params for Link preload
Http2PushMappingConverter - Class in io.vertx.ext.web
Converter and mapper for Http2PushMapping.
Http2PushMappingConverter() - Constructor for class io.vertx.ext.web.Http2PushMappingConverter
 
Http2Settings - Class in io.vertx.core.http
HTTP2 settings, the settings is initialized with the default HTTP/2 values.
Http2Settings() - Constructor for class io.vertx.core.http.Http2Settings
Default constructor
Http2Settings(JsonObject) - Constructor for class io.vertx.core.http.Http2Settings
Create an settings from JSON
Http2Settings(Http2Settings) - Constructor for class io.vertx.core.http.Http2Settings
Copy constructor
Http2SettingsConverter - Class in io.vertx.core.http
Converter and mapper for Http2Settings.
Http2SettingsConverter() - Constructor for class io.vertx.core.http.Http2SettingsConverter
 
HTTP_CLIENT_OPTIONS_PROPERTY - Static variable in class io.vertx.ext.httpservicefactory.HttpServiceFactory
 
HTTP_PROXY_SYS_PROP - Static variable in class io.vertx.maven.MavenVerticleFactory
 
HTTP_PROXY_SYS_PROP - Static variable in class io.vertx.maven.ResolverOptions
 
HttpClient - Interface in io.vertx.core.http
An asynchronous HTTP client.
HttpClient - Class in io.vertx.reactivex.core.http
An asynchronous HTTP client.
HttpClient(HttpClient) - Constructor for class io.vertx.reactivex.core.http.HttpClient
 
HttpClient(Object) - Constructor for class io.vertx.reactivex.core.http.HttpClient
 
HttpClient - Class in io.vertx.rxjava.core.http
An asynchronous HTTP client.
HttpClient(HttpClient) - Constructor for class io.vertx.rxjava.core.http.HttpClient
 
HttpClient(Object) - Constructor for class io.vertx.rxjava.core.http.HttpClient
 
HttpClientMetrics<R,W,S,T> - Interface in io.vertx.core.spi.metrics
The http client metrics SPI that Vert.x will use to call when http client events occur.

The thread model for the http server metrics depends on the actual context thats started the server.

HttpClientOptions - Class in io.vertx.core.http
Options describing how an HttpClient will make connections.
HttpClientOptions() - Constructor for class io.vertx.core.http.HttpClientOptions
Default constructor
HttpClientOptions(HttpClientOptions) - Constructor for class io.vertx.core.http.HttpClientOptions
Copy constructor
HttpClientOptions(JsonObject) - Constructor for class io.vertx.core.http.HttpClientOptions
Constructor to create an options from JSON
HttpClientOptionsConverter - Class in io.vertx.core.http
Converter and mapper for HttpClientOptions.
HttpClientOptionsConverter() - Constructor for class io.vertx.core.http.HttpClientOptionsConverter
 
HttpClientRequest - Interface in io.vertx.core.http
Represents a client-side HTTP request.
HttpClientRequest - Class in io.vertx.reactivex.core.http
Represents a client-side HTTP request.
HttpClientRequest(HttpClientRequest) - Constructor for class io.vertx.reactivex.core.http.HttpClientRequest
 
HttpClientRequest(Object) - Constructor for class io.vertx.reactivex.core.http.HttpClientRequest
 
HttpClientRequest - Class in io.vertx.rxjava.core.http
Represents a client-side HTTP request.
HttpClientRequest(HttpClientRequest) - Constructor for class io.vertx.rxjava.core.http.HttpClientRequest
 
HttpClientRequest(Object) - Constructor for class io.vertx.rxjava.core.http.HttpClientRequest
 
HttpClientResponse - Interface in io.vertx.core.http
Represents a client-side HTTP response.
HttpClientResponse - Class in io.vertx.reactivex.core.http
Represents a client-side HTTP response.
HttpClientResponse(HttpClientResponse) - Constructor for class io.vertx.reactivex.core.http.HttpClientResponse
 
HttpClientResponse(Object) - Constructor for class io.vertx.reactivex.core.http.HttpClientResponse
 
HttpClientResponse - Class in io.vertx.rxjava.core.http
Represents a client-side HTTP response.
HttpClientResponse(HttpClientResponse) - Constructor for class io.vertx.rxjava.core.http.HttpClientResponse
 
HttpClientResponse(Object) - Constructor for class io.vertx.rxjava.core.http.HttpClientResponse
 
HttpConnection - Interface in io.vertx.core.http
Represents an HTTP connection.
HttpConnection - Class in io.vertx.reactivex.core.http
Represents an HTTP connection.
HttpConnection(HttpConnection) - Constructor for class io.vertx.reactivex.core.http.HttpConnection
 
HttpConnection(Object) - Constructor for class io.vertx.reactivex.core.http.HttpConnection
 
HttpConnection - Class in io.vertx.rxjava.core.http
Represents an HTTP connection.
HttpConnection(HttpConnection) - Constructor for class io.vertx.rxjava.core.http.HttpConnection
 
HttpConnection(Object) - Constructor for class io.vertx.rxjava.core.http.HttpConnection
 
HttpEndpoint - Class in io.vertx.reactivex.servicediscovery.types
for HTTP endpoint (REST api).
HttpEndpoint(HttpEndpoint) - Constructor for class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
 
HttpEndpoint(Object) - Constructor for class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
 
HttpEndpoint - Class in io.vertx.rxjava.servicediscovery.types
for HTTP endpoint (REST api).
HttpEndpoint(HttpEndpoint) - Constructor for class io.vertx.rxjava.servicediscovery.types.HttpEndpoint
 
HttpEndpoint(Object) - Constructor for class io.vertx.rxjava.servicediscovery.types.HttpEndpoint
 
HttpEndpoint - Interface in io.vertx.servicediscovery.types
ServiceType for HTTP endpoint (REST api).
HttpFrame - Interface in io.vertx.core.http
An HTTP/2 frame.
HttpFrame - Class in io.vertx.reactivex.core.http
An HTTP/2 frame.
HttpFrame(HttpFrame) - Constructor for class io.vertx.reactivex.core.http.HttpFrame
 
HttpFrame(Object) - Constructor for class io.vertx.reactivex.core.http.HttpFrame
 
HttpFrame - Class in io.vertx.rxjava.core.http
An HTTP/2 frame.
HttpFrame(HttpFrame) - Constructor for class io.vertx.rxjava.core.http.HttpFrame
 
HttpFrame(Object) - Constructor for class io.vertx.rxjava.core.http.HttpFrame
 
HttpHeaders - Interface in io.vertx.core.http
Contains a bunch of useful HTTP headers stuff: methods for creating MultiMap instances often used Header names method to create optimized CharSequence which can be used as header name and value
HttpHeaders - Class in io.vertx.reactivex.core.http
Contains a bunch of useful HTTP headers stuff: methods for creating instances often used Header names method to create optimized CharSequence which can be used as header name and value

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

HttpHeaders(HttpHeaders) - Constructor for class io.vertx.reactivex.core.http.HttpHeaders
 
HttpHeaders(Object) - Constructor for class io.vertx.reactivex.core.http.HttpHeaders
 
HttpHeaders - Class in io.vertx.rxjava.core.http
Contains a bunch of useful HTTP headers stuff: methods for creating instances often used Header names method to create optimized CharSequence which can be used as header name and value

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

HttpHeaders(HttpHeaders) - Constructor for class io.vertx.rxjava.core.http.HttpHeaders
 
HttpHeaders(Object) - Constructor for class io.vertx.rxjava.core.http.HttpHeaders
 
HttpLocation - Class in io.vertx.servicediscovery.types
Represents the location of a HTTP endpoint.
HttpLocation() - Constructor for class io.vertx.servicediscovery.types.HttpLocation
Creates a new HttpLocation instance.
HttpLocation(HttpLocation) - Constructor for class io.vertx.servicediscovery.types.HttpLocation
Creates a new HttpLocation instance by copying another instance.
HttpLocation(JsonObject) - Constructor for class io.vertx.servicediscovery.types.HttpLocation
Creates a new HttpLocation from the given json object
HttpLocationConverter - Class in io.vertx.servicediscovery.types
Converter and mapper for HttpLocation.
HttpLocationConverter() - Constructor for class io.vertx.servicediscovery.types.HttpLocationConverter
 
HttpMethod - Class in io.vertx.core.http
Represents an HTTP method.
HttpMethod(String) - Constructor for class io.vertx.core.http.HttpMethod
 
HTTPOperationRequestValidationHandler - Interface in io.vertx.ext.web.api.contract
Deprecated.
You should use the new module vertx-web-openapi
HTTPOperationRequestValidationHandler - Interface in io.vertx.reactivex.ext.web.api.contract
Base interface for HTTP request validation with API specification

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

HTTPOperationRequestValidationHandler - Interface in io.vertx.rxjava.ext.web.api.contract
Base interface for HTTP request validation with API specification

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

HttpRequest - Interface in io.vertx.core.spi.observability
An HTTP request.
HttpRequest<T> - Interface in io.vertx.ext.web.client
A client-side HTTP request.
HttpRequest<T> - Class in io.vertx.reactivex.ext.web.client
A client-side HTTP request.
HttpRequest(HttpRequest) - Constructor for class io.vertx.reactivex.ext.web.client.HttpRequest
 
HttpRequest(Object, TypeArg<T>) - Constructor for class io.vertx.reactivex.ext.web.client.HttpRequest
 
HttpRequest<T> - Class in io.vertx.rxjava.ext.web.client
A client-side HTTP request.
HttpRequest(HttpRequest) - Constructor for class io.vertx.rxjava.ext.web.client.HttpRequest
 
HttpRequest(Object, TypeArg<T>) - Constructor for class io.vertx.rxjava.ext.web.client.HttpRequest
 
HTTPRequestValidationHandler - Interface in io.vertx.ext.web.api.validation
Deprecated.
You should use the new module vertx-web-openapi
HTTPRequestValidationHandler - Class in io.vertx.reactivex.ext.web.api.validation
An interface for add HTTP Request validation.
HTTPRequestValidationHandler(HTTPRequestValidationHandler) - Constructor for class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
 
HTTPRequestValidationHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
 
HTTPRequestValidationHandler - Class in io.vertx.rxjava.ext.web.api.validation
An interface for add HTTP Request validation.
HTTPRequestValidationHandler(HTTPRequestValidationHandler) - Constructor for class io.vertx.rxjava.ext.web.api.validation.HTTPRequestValidationHandler
 
HTTPRequestValidationHandler(Object) - Constructor for class io.vertx.rxjava.ext.web.api.validation.HTTPRequestValidationHandler
 
HttpResponse - Interface in io.vertx.core.spi.observability
An HTTP response.
HttpResponse<T> - Interface in io.vertx.ext.web.client
An HTTP response.
HttpResponse<T> - Class in io.vertx.reactivex.ext.web.client
An HTTP response.
HttpResponse(HttpResponse) - Constructor for class io.vertx.reactivex.ext.web.client.HttpResponse
 
HttpResponse(Object, TypeArg<T>) - Constructor for class io.vertx.reactivex.ext.web.client.HttpResponse
 
HttpResponse<T> - Class in io.vertx.rxjava.ext.web.client
An HTTP response.
HttpResponse(HttpResponse) - Constructor for class io.vertx.rxjava.ext.web.client.HttpResponse
 
HttpResponse(Object, TypeArg<T>) - Constructor for class io.vertx.rxjava.ext.web.client.HttpResponse
 
HTTPS_CLIENT_OPTIONS_PROPERTY - Static variable in class io.vertx.ext.httpservicefactory.HttpServiceFactory
 
HTTPS_PROXY_SYS_PROP - Static variable in class io.vertx.maven.MavenVerticleFactory
 
HTTPS_PROXY_SYS_PROP - Static variable in class io.vertx.maven.ResolverOptions
 
HttpSecureServiceFactory - Class in io.vertx.ext.httpservicefactory
 
HttpSecureServiceFactory() - Constructor for class io.vertx.ext.httpservicefactory.HttpSecureServiceFactory
 
HttpSenderOptions - Class in io.vertx.tracing.zipkin
Options for reporting to a Zipkin server configured by default to http://localhost:9411/api/v2/spans.
HttpSenderOptions() - Constructor for class io.vertx.tracing.zipkin.HttpSenderOptions
 
HttpSenderOptions(HttpSenderOptions) - Constructor for class io.vertx.tracing.zipkin.HttpSenderOptions
 
HttpSenderOptions(JsonObject) - Constructor for class io.vertx.tracing.zipkin.HttpSenderOptions
 
HttpSenderOptionsConverter - Class in io.vertx.tracing.zipkin
Converter and mapper for HttpSenderOptions.
HttpSenderOptionsConverter() - Constructor for class io.vertx.tracing.zipkin.HttpSenderOptionsConverter
 
HttpServer - Interface in io.vertx.core.http
An HTTP and WebSockets server.
HttpServer - Class in io.vertx.reactivex.core.http
An HTTP and WebSockets server.
HttpServer(HttpServer) - Constructor for class io.vertx.reactivex.core.http.HttpServer
 
HttpServer(Object) - Constructor for class io.vertx.reactivex.core.http.HttpServer
 
HttpServer - Class in io.vertx.rxjava.core.http
An HTTP and WebSockets server.
HttpServer(HttpServer) - Constructor for class io.vertx.rxjava.core.http.HttpServer
 
HttpServer(Object) - Constructor for class io.vertx.rxjava.core.http.HttpServer
 
HttpServerFileUpload - Interface in io.vertx.core.http
Represents an file upload from an HTML FORM.
HttpServerFileUpload - Class in io.vertx.reactivex.core.http
Represents an file upload from an HTML FORM.
HttpServerFileUpload(HttpServerFileUpload) - Constructor for class io.vertx.reactivex.core.http.HttpServerFileUpload
 
HttpServerFileUpload(Object) - Constructor for class io.vertx.reactivex.core.http.HttpServerFileUpload
 
HttpServerFileUpload - Class in io.vertx.rxjava.core.http
Represents an file upload from an HTML FORM.
HttpServerFileUpload(HttpServerFileUpload) - Constructor for class io.vertx.rxjava.core.http.HttpServerFileUpload
 
HttpServerFileUpload(Object) - Constructor for class io.vertx.rxjava.core.http.HttpServerFileUpload
 
HttpServerMetrics<R,W,S> - Interface in io.vertx.core.spi.metrics
The http server metrics SPI that Vert.x will use to call when each http server event occurs.

The thread model for the http server metrics depends on the actual context thats started the server.

HttpServerOptions - Class in io.vertx.core.http
Represents options used by an HttpServer instance
HttpServerOptions() - Constructor for class io.vertx.core.http.HttpServerOptions
Default constructor
HttpServerOptions(HttpServerOptions) - Constructor for class io.vertx.core.http.HttpServerOptions
Copy constructor
HttpServerOptions(JsonObject) - Constructor for class io.vertx.core.http.HttpServerOptions
Create an options from JSON
HttpServerOptionsConverter - Class in io.vertx.core.http
Converter and mapper for HttpServerOptions.
HttpServerOptionsConverter() - Constructor for class io.vertx.core.http.HttpServerOptionsConverter
 
HttpServerRequest - Interface in io.vertx.core.http
Represents a server-side HTTP request.
HttpServerRequest - Class in io.vertx.reactivex.core.http
Represents a server-side HTTP request.
HttpServerRequest(HttpServerRequest) - Constructor for class io.vertx.reactivex.core.http.HttpServerRequest
 
HttpServerRequest(Object) - Constructor for class io.vertx.reactivex.core.http.HttpServerRequest
 
HttpServerRequest - Class in io.vertx.rxjava.core.http
Represents a server-side HTTP request.
HttpServerRequest(HttpServerRequest) - Constructor for class io.vertx.rxjava.core.http.HttpServerRequest
 
HttpServerRequest(Object) - Constructor for class io.vertx.rxjava.core.http.HttpServerRequest
 
HttpServerResponse - Interface in io.vertx.core.http
Represents a server-side HTTP response.
HttpServerResponse - Class in io.vertx.reactivex.core.http
Represents a server-side HTTP response.
HttpServerResponse(HttpServerResponse) - Constructor for class io.vertx.reactivex.core.http.HttpServerResponse
 
HttpServerResponse(Object) - Constructor for class io.vertx.reactivex.core.http.HttpServerResponse
 
HttpServerResponse - Class in io.vertx.rxjava.core.http
Represents a server-side HTTP response.
HttpServerResponse(HttpServerResponse) - Constructor for class io.vertx.rxjava.core.http.HttpServerResponse
 
HttpServerResponse(Object) - Constructor for class io.vertx.rxjava.core.http.HttpServerResponse
 
HttpServiceFactory - Class in io.vertx.ext.httpservicefactory
 
HttpServiceFactory() - Constructor for class io.vertx.ext.httpservicefactory.HttpServiceFactory
 
HttpTermOptions - Class in io.vertx.ext.shell.term
The web term configuration options.
HttpTermOptions() - Constructor for class io.vertx.ext.shell.term.HttpTermOptions
 
HttpTermOptions(JsonObject) - Constructor for class io.vertx.ext.shell.term.HttpTermOptions
 
HttpTermOptions(HttpTermOptions) - Constructor for class io.vertx.ext.shell.term.HttpTermOptions
 
HttpTermOptionsConverter - Class in io.vertx.ext.shell.term
Converter and mapper for HttpTermOptions.
HttpTermOptionsConverter() - Constructor for class io.vertx.ext.shell.term.HttpTermOptionsConverter
 
HttpVersion - Enum in io.vertx.core.http
Represents the version of the HTTP protocol.
HVALS - Static variable in class io.vertx.reactivex.redis.client.Command
 
hvals(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hvals.
hvals(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hvals.
HVALS - Static variable in interface io.vertx.redis.client.Command
 
hvals(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command hvals.
hvals(String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command hvals.
HVALS - Static variable in class io.vertx.rxjava.redis.client.Command
 
hvals(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command hvals.
hvals(String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command hvals.
HystrixMetricHandler - Interface in io.vertx.circuitbreaker
A Vert.x web handler to expose the circuit breaker to the Hystrix dasbboard.
HystrixMetricHandler - Class in io.vertx.reactivex.circuitbreaker
A Vert.x web handler to expose the circuit breaker to the Hystrix dasbboard.
HystrixMetricHandler(HystrixMetricHandler) - Constructor for class io.vertx.reactivex.circuitbreaker.HystrixMetricHandler
 
HystrixMetricHandler(Object) - Constructor for class io.vertx.reactivex.circuitbreaker.HystrixMetricHandler
 
HystrixMetricHandler - Class in io.vertx.rxjava.circuitbreaker
A Vert.x web handler to expose the circuit breaker to the Hystrix dasbboard.
HystrixMetricHandler(HystrixMetricHandler) - Constructor for class io.vertx.rxjava.circuitbreaker.HystrixMetricHandler
 
HystrixMetricHandler(Object) - Constructor for class io.vertx.rxjava.circuitbreaker.HystrixMetricHandler
 

I

IBMCloudAuth - Interface in io.vertx.ext.auth.oauth2.providers
Simplified factory to create an OAuth2Auth for IBM Cloud.
IBMCloudAuth - Class in io.vertx.reactivex.ext.auth.oauth2.providers
Simplified factory to create an for IBM Cloud.
IBMCloudAuth(IBMCloudAuth) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.IBMCloudAuth
 
IBMCloudAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.IBMCloudAuth
 
IBMCloudAuth - Class in io.vertx.rxjava.ext.auth.oauth2.providers
Simplified factory to create an for IBM Cloud.
IBMCloudAuth(IBMCloudAuth) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.providers.IBMCloudAuth
 
IBMCloudAuth(Object) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.providers.IBMCloudAuth
 
id() - Method in interface io.vertx.amqp.AmqpMessage
 
id(String) - Method in interface io.vertx.amqp.AmqpMessageBuilder
 
id() - Method in interface io.vertx.core.spi.observability.HttpRequest
 
id() - Method in interface io.vertx.ext.auth.HashingAlgorithm
return the symbolic name for the algorithm
id() - Method in class io.vertx.ext.auth.HashString
 
id() - Method in exception io.vertx.ext.auth.NoSuchKeyIdException
Returns the missing key with the format ALGORITHM + '#' + KEY_ID.
ID - Static variable in class io.vertx.ext.mongo.MongoClientBulkWriteResult
Constant to be used when storing and retrieving Json for ID of upsert information.
id() - Method in interface io.vertx.ext.shell.system.Job
 
ID - Static variable in class io.vertx.ext.stomp.Frame
 
id() - Method in interface io.vertx.ext.web.Session
 
id() - Method in class io.vertx.ext.web.sstore.AbstractSession
 
id - Variable in class io.vertx.json.schema.common.dsl.SchemaBuilder
 
id(JsonPointer) - Method in class io.vertx.json.schema.common.dsl.SchemaBuilder
 
id() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
id(String) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
id() - Method in class io.vertx.reactivex.ext.auth.HashingAlgorithm
return the symbolic name for the algorithm
id() - Method in class io.vertx.reactivex.ext.shell.system.Job
 
id() - Method in class io.vertx.reactivex.ext.web.Session
 
id() - Method in class io.vertx.rxjava.amqp.AmqpMessage
 
id(String) - Method in class io.vertx.rxjava.amqp.AmqpMessageBuilder
 
id() - Method in class io.vertx.rxjava.ext.auth.HashingAlgorithm
return the symbolic name for the algorithm
id() - Method in class io.vertx.rxjava.ext.shell.system.Job
 
id() - Method in class io.vertx.rxjava.ext.web.Session
 
ID_FIELD - Static variable in class io.vertx.ext.mongo.MongoClientUpdateResult
Constant to be used when storing and retrieving the _id within upserted_id
IDENTITY - Static variable in interface io.vertx.core.http.HttpHeaders
identity header value
IDENTITY - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
identity header value
IDENTITY - Static variable in class io.vertx.rxjava.core.http.HttpHeaders
identity header value
idleTimeout(long, TimeUnit) - Method in class io.vertx.grpc.VertxChannelBuilder
 
IDN_EMAIL_VALIDATOR - Static variable in class io.vertx.json.schema.common.BaseFormatValidatorFactory
 
IDN_HOSTNAME_VALIDATOR - Static variable in class io.vertx.json.schema.common.BaseFormatValidatorFactory
 
idToken() - Method in interface io.vertx.ext.auth.oauth2.AccessToken
Deprecated.
The Id Token if present parsed as a JsonObject
idToken(JsonObject) - Static method in interface io.vertx.ext.auth.oauth2.KeycloakHelper
Deprecated.
Get decoded `id_token` from the principal.
idToken() - Method in class io.vertx.reactivex.ext.auth.oauth2.AccessToken
The Id Token if present parsed as a JsonObject
idToken(JsonObject) - Static method in class io.vertx.reactivex.ext.auth.oauth2.KeycloakHelper
Deprecated.
idToken() - Method in class io.vertx.rxjava.ext.auth.oauth2.AccessToken
The Id Token if present parsed as a JsonObject
idToken(JsonObject) - Static method in class io.vertx.rxjava.ext.auth.oauth2.KeycloakHelper
Deprecated.
IF_MATCH - Static variable in interface io.vertx.core.http.HttpHeaders
If-Match header name
IF_MATCH - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
If-Match header name
IF_MATCH - Static variable in class io.vertx.rxjava.core.http.HttpHeaders
If-Match header name
IF_MODIFIED_SINCE - Static variable in interface io.vertx.core.http.HttpHeaders
If-Modified-Since header name
IF_MODIFIED_SINCE - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
If-Modified-Since header name
IF_MODIFIED_SINCE - Static variable in class io.vertx.rxjava.core.http.HttpHeaders
If-Modified-Since header name
IF_NONE_MATCH - Static variable in interface io.vertx.core.http.HttpHeaders
If-None-Match header name
IF_NONE_MATCH - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
If-None-Match header name
IF_NONE_MATCH - Static variable in class io.vertx.rxjava.core.http.HttpHeaders
If-None-Match header name
ifElse(SchemaBuilder, SchemaBuilder) - Static method in class io.vertx.json.schema.draft7.dsl.Schemas
 
ifThen(SchemaBuilder, SchemaBuilder) - Static method in class io.vertx.json.schema.draft7.dsl.Schemas
 
ifThenElse(SchemaBuilder, SchemaBuilder, SchemaBuilder) - Static method in class io.vertx.json.schema.draft7.dsl.Schemas
 
IfThenElseValidatorFactory - Class in io.vertx.json.schema.draft7
 
IfThenElseValidatorFactory() - Constructor for class io.vertx.json.schema.draft7.IfThenElseValidatorFactory
 
IgniteCacheOptions - Class in io.vertx.spi.cluster.ignite
 
IgniteCacheOptions() - Constructor for class io.vertx.spi.cluster.ignite.IgniteCacheOptions
Default constructor
IgniteCacheOptions(IgniteCacheOptions) - Constructor for class io.vertx.spi.cluster.ignite.IgniteCacheOptions
Copy constructor
IgniteCacheOptions(JsonObject) - Constructor for class io.vertx.spi.cluster.ignite.IgniteCacheOptions
Constructor from JSON
IgniteCacheOptionsConverter - Class in io.vertx.spi.cluster.ignite
Converter and mapper for IgniteCacheOptions.
IgniteCacheOptionsConverter() - Constructor for class io.vertx.spi.cluster.ignite.IgniteCacheOptionsConverter
 
IgniteClusterManager - Class in io.vertx.spi.cluster.ignite
Apache Ignite based cluster manager.
IgniteClusterManager() - Constructor for class io.vertx.spi.cluster.ignite.IgniteClusterManager
Default constructor.
IgniteClusterManager(IgniteConfiguration) - Constructor for class io.vertx.spi.cluster.ignite.IgniteClusterManager
Creates cluster manager instance with given Ignite configuration.
IgniteClusterManager(URL) - Constructor for class io.vertx.spi.cluster.ignite.IgniteClusterManager
Creates cluster manager instance with given Spring XML configuration file.
IgniteClusterManager(JsonObject) - Constructor for class io.vertx.spi.cluster.ignite.IgniteClusterManager
Creates cluster manager instance with given JSON configuration.
IgniteClusterManager(IgniteOptions) - Constructor for class io.vertx.spi.cluster.ignite.IgniteClusterManager
Creates cluster manager instance with given IgniteOptions.
IgniteClusterManager(Ignite) - Constructor for class io.vertx.spi.cluster.ignite.IgniteClusterManager
Creates cluster manager instance with given Ignite instance.
IgniteDiscoveryOptions - Class in io.vertx.spi.cluster.ignite
 
IgniteDiscoveryOptions() - Constructor for class io.vertx.spi.cluster.ignite.IgniteDiscoveryOptions
Default constructor
IgniteDiscoveryOptions(IgniteDiscoveryOptions) - Constructor for class io.vertx.spi.cluster.ignite.IgniteDiscoveryOptions
Copy constructor
IgniteDiscoveryOptions(JsonObject) - Constructor for class io.vertx.spi.cluster.ignite.IgniteDiscoveryOptions
Constructor from JSON
IgniteDiscoveryOptionsConverter - Class in io.vertx.spi.cluster.ignite
Converter and mapper for IgniteDiscoveryOptions.
IgniteDiscoveryOptionsConverter() - Constructor for class io.vertx.spi.cluster.ignite.IgniteDiscoveryOptionsConverter
 
IgniteMetricExporterOptions - Class in io.vertx.spi.cluster.ignite
 
IgniteMetricExporterOptions() - Constructor for class io.vertx.spi.cluster.ignite.IgniteMetricExporterOptions
Default Constructor
IgniteMetricExporterOptions(IgniteMetricExporterOptions) - Constructor for class io.vertx.spi.cluster.ignite.IgniteMetricExporterOptions
Copy Constructor
IgniteMetricExporterOptions(JsonObject) - Constructor for class io.vertx.spi.cluster.ignite.IgniteMetricExporterOptions
Constructor from JSON
IgniteMetricExporterOptionsConverter - Class in io.vertx.spi.cluster.ignite
Converter and mapper for IgniteMetricExporterOptions.
IgniteMetricExporterOptionsConverter() - Constructor for class io.vertx.spi.cluster.ignite.IgniteMetricExporterOptionsConverter
 
IgniteOptions - Class in io.vertx.spi.cluster.ignite
 
IgniteOptions() - Constructor for class io.vertx.spi.cluster.ignite.IgniteOptions
Default constructor
IgniteOptions(IgniteOptions) - Constructor for class io.vertx.spi.cluster.ignite.IgniteOptions
Copy constructor
IgniteOptions(JsonObject) - Constructor for class io.vertx.spi.cluster.ignite.IgniteOptions
Constructor from JSON
IgniteOptionsConverter - Class in io.vertx.spi.cluster.ignite
Converter and mapper for IgniteOptions.
IgniteOptionsConverter() - Constructor for class io.vertx.spi.cluster.ignite.IgniteOptionsConverter
 
IgniteSslOptions - Class in io.vertx.spi.cluster.ignite
 
IgniteSslOptions() - Constructor for class io.vertx.spi.cluster.ignite.IgniteSslOptions
Default constructor
IgniteSslOptions(IgniteSslOptions) - Constructor for class io.vertx.spi.cluster.ignite.IgniteSslOptions
Copy constructor
IgniteSslOptions(JsonObject) - Constructor for class io.vertx.spi.cluster.ignite.IgniteSslOptions
Constructor from JSON
IgniteSslOptionsConverter - Class in io.vertx.spi.cluster.ignite
Converter and mapper for IgniteSslOptions.
IgniteSslOptionsConverter() - Constructor for class io.vertx.spi.cluster.ignite.IgniteSslOptionsConverter
 
ignoreFormatKeyword() - Method in class io.vertx.json.schema.draft201909.Draft201909SchemaParser
Because in draft2019-09 format keyword is no longer an assertion, you may turn the validation of the keyword off using this method
ignoringFormats - Variable in class io.vertx.json.schema.common.BaseFormatValidatorFactory
 
ImportedConsulService - Class in io.vertx.servicediscovery.consul
Structure holding a service imported from Consul and published in the Vert.x service discovery.
ImportedConsulService(String, String, Record) - Constructor for class io.vertx.servicediscovery.consul.ImportedConsulService
Creates a new instance of ImportedConsulService.
in() - Method in interface io.vertx.jdbcclient.SqlOutParam
Is this marker IN?
in() - Method in class io.vertx.reactivex.jdbcclient.SqlOutParam
Is this marker IN?
in() - Method in class io.vertx.rxjava.jdbcclient.SqlOutParam
Is this marker IN?
InboundMapping - Class in io.vertx.camel
Represents a mapping between a Camel endpoint address and a Vert.x address on the event bus.
InboundMapping() - Constructor for class io.vertx.camel.InboundMapping
 
INCR - Static variable in class io.vertx.reactivex.redis.client.Command
 
incr(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command incr.
incr(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command incr.
INCR - Static variable in interface io.vertx.redis.client.Command
 
incr(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command incr.
incr(String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command incr.
INCR - Static variable in class io.vertx.rxjava.redis.client.Command
 
incr(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command incr.
incr(String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command incr.
INCRBY - Static variable in class io.vertx.reactivex.redis.client.Command
 
incrby(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command incrby.
incrby(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command incrby.
INCRBY - Static variable in interface io.vertx.redis.client.Command
 
incrby(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command incrby.
incrby(String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command incrby.
INCRBY - Static variable in class io.vertx.rxjava.redis.client.Command
 
incrby(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command incrby.
incrby(String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command incrby.
INCRBYFLOAT - Static variable in class io.vertx.reactivex.redis.client.Command
 
incrbyfloat(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command incrbyfloat.
incrbyfloat(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command incrbyfloat.
INCRBYFLOAT - Static variable in interface io.vertx.redis.client.Command
 
incrbyfloat(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command incrbyfloat.
incrbyfloat(String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command incrbyfloat.
INCRBYFLOAT - Static variable in class io.vertx.rxjava.redis.client.Command
 
incrbyfloat(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command incrbyfloat.
incrbyfloat(String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command incrbyfloat.
incrementAndGet(Handler<AsyncResult<Long>>) - Method in interface io.vertx.core.shareddata.Counter
Increment the counter atomically and return the new count
incrementAndGet() - Method in interface io.vertx.core.shareddata.Counter
Same as Counter.incrementAndGet(Handler) but returns a Future of the asynchronous result
incrementAndGet(Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.core.shareddata.Counter
Increment the counter atomically and return the new count
incrementAndGet() - Method in class io.vertx.reactivex.core.shareddata.Counter
Increment the counter atomically and return the new count
incrementAndGet(Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.core.shareddata.Counter
Increment the counter atomically and return the new count
incrementAndGet() - Method in class io.vertx.rxjava.core.shareddata.Counter
Increment the counter atomically and return the new count
incrementVersion() - Method in class io.vertx.ext.web.sstore.AbstractSession
 
index - Variable in class io.vertx.core.cli.Argument
The argument index.
INDEX - Static variable in class io.vertx.ext.mongo.MongoClientBulkWriteResult
Constant to be used when storing and retrieving Json for index of upsert information.
IndexModel - Class in io.vertx.ext.mongo
 
IndexModel() - Constructor for class io.vertx.ext.mongo.IndexModel
Default constructor
IndexModel(JsonObject) - Constructor for class io.vertx.ext.mongo.IndexModel
Json constructor
IndexModel(JsonObject, IndexOptions) - Constructor for class io.vertx.ext.mongo.IndexModel
 
IndexModelConverter - Class in io.vertx.ext.mongo
Converter and mapper for IndexModel.
IndexModelConverter() - Constructor for class io.vertx.ext.mongo.IndexModelConverter
 
IndexOptions - Class in io.vertx.ext.mongo
Options used to configure index.
IndexOptions() - Constructor for class io.vertx.ext.mongo.IndexOptions
Default constructor
IndexOptions(IndexOptions) - Constructor for class io.vertx.ext.mongo.IndexOptions
Copy constructor
IndexOptions(JsonObject) - Constructor for class io.vertx.ext.mongo.IndexOptions
Constructor from JSON
indicatedServerName() - Method in interface io.vertx.core.http.HttpConnection
Returns the SNI server name presented during the SSL handshake by the client.
indicatedServerName() - Method in interface io.vertx.core.net.NetSocket
Returns the SNI server name presented during the SSL handshake by the client.
indicatedServerName() - Method in class io.vertx.reactivex.core.http.HttpConnection
Returns the SNI server name presented during the SSL handshake by the client.
indicatedServerName() - Method in class io.vertx.reactivex.core.net.NetSocket
Returns the SNI server name presented during the SSL handshake by the client.
indicatedServerName() - Method in class io.vertx.rxjava.core.http.HttpConnection
Returns the SNI server name presented during the SSL handshake by the client.
indicatedServerName() - Method in class io.vertx.rxjava.core.net.NetSocket
Returns the SNI server name presented during the SSL handshake by the client.
inDomain(String) - Method in class io.vertx.ext.dropwizard.reporters.JmxReporter.Builder
 
inetSocketAddress(int, String) - Static method in interface io.vertx.core.net.SocketAddress
Create a inet socket address, host must be non null and port must be between 0 and 65536.
inetSocketAddress(InetSocketAddress) - Static method in interface io.vertx.core.net.SocketAddress
Create a inet socket address from a Java InetSocketAddress.
inetSocketAddress(int, String) - Static method in class io.vertx.reactivex.core.net.SocketAddress
Create a inet socket address, host must be non null and port must be between 0 and 65536.
inetSocketAddress(InetSocketAddress) - Static method in class io.vertx.reactivex.core.net.SocketAddress
Create a inet socket address from a Java .
inetSocketAddress(int, String) - Static method in class io.vertx.rxjava.core.net.SocketAddress
Create a inet socket address, host must be non null and port must be between 0 and 65536.
inetSocketAddress(InetSocketAddress) - Static method in class io.vertx.rxjava.core.net.SocketAddress
Create a inet socket address from a Java .
InfinispanAsyncMap<K,V> - Interface in io.vertx.ext.cluster.infinispan
Extensions to the generic AsyncMap.
InfinispanClusterManager - Class in io.vertx.ext.cluster.infinispan
 
InfinispanClusterManager() - Constructor for class io.vertx.ext.cluster.infinispan.InfinispanClusterManager
Creates a new cluster manager configured with infinispan.xml and jgroups.xml files.
InfinispanClusterManager(DefaultCacheManager) - Constructor for class io.vertx.ext.cluster.infinispan.InfinispanClusterManager
Creates a new cluster manager with an existing DefaultCacheManager.
InfluxDbBackendRegistry - Class in io.vertx.micrometer.backends
 
InfluxDbBackendRegistry(VertxInfluxDbOptions) - Constructor for class io.vertx.micrometer.backends.InfluxDbBackendRegistry
 
info(Object) - Method in class io.vertx.core.logging.JULLogDelegate
 
info(Object, Object...) - Method in class io.vertx.core.logging.JULLogDelegate
 
info(Object, Throwable) - Method in class io.vertx.core.logging.JULLogDelegate
 
info(Object, Throwable, Object...) - Method in class io.vertx.core.logging.JULLogDelegate
 
info(Object) - Method in class io.vertx.core.logging.Log4j2LogDelegate
 
info(Object, Object...) - Method in class io.vertx.core.logging.Log4j2LogDelegate
 
info(Object, Throwable) - Method in class io.vertx.core.logging.Log4j2LogDelegate
 
info(Object, Throwable, Object...) - Method in class io.vertx.core.logging.Log4j2LogDelegate
 
info(Object) - Method in class io.vertx.core.logging.Logger
Deprecated.
see https://github.com/eclipse-vertx/vert.x/issues/2774
info(Object, Throwable) - Method in class io.vertx.core.logging.Logger
Deprecated.
see https://github.com/eclipse-vertx/vert.x/issues/2774
info(Object, Object...) - Method in class io.vertx.core.logging.Logger
Deprecated.
see https://github.com/eclipse-vertx/vert.x/issues/2774
info(Object, Throwable, Object...) - Method in class io.vertx.core.logging.Logger
Deprecated.
see https://github.com/eclipse-vertx/vert.x/issues/2774
info(Object) - Method in class io.vertx.core.logging.SLF4JLogDelegate
 
info(Object, Object...) - Method in class io.vertx.core.logging.SLF4JLogDelegate
 
info(Object, Throwable) - Method in class io.vertx.core.logging.SLF4JLogDelegate
 
info(Object, Throwable, Object...) - Method in class io.vertx.core.logging.SLF4JLogDelegate
 
info(Object) - Method in interface io.vertx.core.spi.logging.LogDelegate
 
info(Object, Object...) - Method in interface io.vertx.core.spi.logging.LogDelegate
 
info(Object, Throwable) - Method in interface io.vertx.core.spi.logging.LogDelegate
 
info(Object, Throwable, Object...) - Method in interface io.vertx.core.spi.logging.LogDelegate
 
INFO - Static variable in class io.vertx.reactivex.redis.client.Command
 
info(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command info.
info(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command info.
INFO - Static variable in interface io.vertx.redis.client.Command
 
info(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command info.
info(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command info.
INFO - Static variable in class io.vertx.rxjava.redis.client.Command
 
info(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command info.
info(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command info.
infoAclToken(String, Handler<AsyncResult<AclToken>>) - Method in interface io.vertx.ext.consul.ConsulClient
Get info of Acl token
infoAclToken(String) - Method in interface io.vertx.ext.consul.ConsulClient
Like ConsulClient.infoAclToken(String, Handler) but returns a Future of the asynchronous result.
infoAclToken(String, Handler<AsyncResult<AclToken>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Get info of Acl token
infoAclToken(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Get info of Acl token
infoAclToken(String, Handler<AsyncResult<AclToken>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Get info of Acl token
infoAclToken(String) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Get info of Acl token
infoSession(String, Handler<AsyncResult<Session>>) - Method in interface io.vertx.ext.consul.ConsulClient
Returns the requested session information
infoSession(String) - Method in interface io.vertx.ext.consul.ConsulClient
Like ConsulClient.infoSession(String, Handler) but returns a Future of the asynchronous result.
infoSession(String, Handler<AsyncResult<Session>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the requested session information
infoSession(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the requested session information
infoSession(String, Handler<AsyncResult<Session>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the requested session information
infoSession(String) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the requested session information
infoSessionWithOptions(String, BlockingQueryOptions, Handler<AsyncResult<Session>>) - Method in interface io.vertx.ext.consul.ConsulClient
Returns the requested session information This is blocking query unlike ConsulClient.infoSession(String, Handler)
infoSessionWithOptions(String, BlockingQueryOptions) - Method in interface io.vertx.ext.consul.ConsulClient
Like ConsulClient.infoSessionWithOptions(String, BlockingQueryOptions, Handler) but returns a Future of the asynchronous result.
infoSessionWithOptions(String, BlockingQueryOptions, Handler<AsyncResult<Session>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
infoSessionWithOptions(String, BlockingQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
infoSessionWithOptions(String, BlockingQueryOptions, Handler<AsyncResult<Session>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
infoSessionWithOptions(String, BlockingQueryOptions) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
init(Vertx, Context) - Method in class io.vertx.core.AbstractVerticle
Initialise the verticle.
init(VertxBuilder) - Method in interface io.vertx.core.spi.cluster.ClusterManager
 
init(Vertx, NodeSelector) - Method in interface io.vertx.core.spi.cluster.ClusterManager
Invoked before this cluster node tries to join the cluster.
init(VertxBuilder) - Method in interface io.vertx.core.spi.cluster.NodeSelector
 
init(Vertx, ClusterManager) - Method in interface io.vertx.core.spi.cluster.NodeSelector
Invoked before the vertx instance tries to join the cluster.
init(VertxBuilder) - Method in interface io.vertx.core.spi.ExecutorServiceFactory
 
init(Vertx) - Method in interface io.vertx.core.spi.VerticleFactory
Initialise the factory
init(VertxBuilder) - Method in interface io.vertx.core.spi.VertxMetricsFactory
 
init(VertxBuilder) - Method in interface io.vertx.core.spi.VertxServiceProvider
Let the provider initialize the Vert.x builder.
init(VertxBuilder) - Method in interface io.vertx.core.spi.VertxThreadFactory
 
init(VertxBuilder) - Method in interface io.vertx.core.spi.VertxTracerFactory
 
init(Vertx, Context) - Method in interface io.vertx.core.Verticle
Initialise the verticle with the Vert.x instance and the context.
init() - Method in class io.vertx.db2client.DB2ConnectOptions
Initialize with the default options.
init(Vertx, NodeSelector) - Method in class io.vertx.ext.cluster.infinispan.InfinispanClusterManager
 
init(Vertx) - Method in class io.vertx.ext.httpservicefactory.HttpServiceFactory
 
init(Vertx, JsonObject) - Method in interface io.vertx.ext.web.sstore.SessionStore
Initialize this store.
init(Vertx) - Method in class io.vertx.lang.groovy.GroovyVerticleFactory
 
init(Vertx) - Method in class io.vertx.maven.MavenVerticleFactory
 
init() - Method in interface io.vertx.micrometer.backends.BackendRegistry
 
init() - Method in class io.vertx.micrometer.backends.InfluxDbBackendRegistry
 
init() - Method in class io.vertx.micrometer.backends.JmxBackendRegistry
 
init() - Method in enum io.vertx.micrometer.backends.NoopBackendRegistry
 
init() - Method in class io.vertx.micrometer.backends.PrometheusBackendRegistry
 
init() - Method in class io.vertx.mysqlclient.MySQLConnectOptions
Initialize with the default options.
init() - Method in class io.vertx.pgclient.PgConnectOptions
Initialize with the default options.
init(Vertx, Context) - Method in class io.vertx.reactivex.core.AbstractVerticle
 
init(Vertx, JsonObject) - Method in class io.vertx.reactivex.ext.web.sstore.SessionStore
Initialize this store.
init(Vertx, ServicePublisher, JsonObject, Promise<Void>) - Method in class io.vertx.reactivex.servicediscovery.spi.ServiceExporter
Starts the exporter.
init(Vertx, Context) - Method in class io.vertx.rxjava.core.AbstractVerticle
 
init(Vertx, JsonObject) - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
Initialize this store.
init(Vertx, ServicePublisher, JsonObject, Promise<Void>) - Method in class io.vertx.rxjava.servicediscovery.spi.ServiceExporter
Starts the exporter.
init(Vertx, JsonObject) - Method in class io.vertx.servicediscovery.backend.redis.RedisBackendService
 
init(Vertx, JsonObject) - Method in interface io.vertx.servicediscovery.spi.ServiceDiscoveryBackend
Initializes the backend.
init(Vertx, ServicePublisher, JsonObject, Promise<Void>) - Method in interface io.vertx.servicediscovery.spi.ServiceExporter
Starts the exporter.
init(Vertx, NodeSelector) - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
 
init(Vertx, NodeSelector) - Method in class io.vertx.spi.cluster.ignite.IgniteClusterManager
 
init(Vertx, NodeSelector) - Method in class io.vertx.spi.cluster.zookeeper.ZookeeperClusterManager
 
init() - Method in class io.vertx.sqlclient.SqlConnectOptions
Initialize with the default options.
initCause(Throwable) - Method in exception io.vertx.circuitbreaker.OpenCircuitException
 
initCause(Throwable) - Method in exception io.vertx.circuitbreaker.TimeoutException
 
initFormatsMap() - Method in class io.vertx.json.schema.common.BaseFormatValidatorFactory
 
initFormatsMap() - Method in class io.vertx.json.schema.draft201909.FormatValidatorFactory
 
initFormatsMap() - Method in class io.vertx.json.schema.draft7.FormatValidatorFactory
 
initFormatsMap() - Method in class io.vertx.json.schema.openapi3.FormatValidatorFactory
 
initialise() - Static method in class io.vertx.core.logging.LoggerFactory
Deprecated.
 
initializeIsSync() - Method in class io.vertx.json.schema.common.BaseMutableStateValidator
 
initializeIsSync() - Method in class io.vertx.json.schema.common.RefSchema
 
initIgnoringFormats() - Method in class io.vertx.json.schema.common.BaseFormatValidatorFactory
 
initIgnoringFormats() - Method in class io.vertx.json.schema.openapi3.FormatValidatorFactory
 
initTransactions(Handler<AsyncResult<Void>>) - Method in interface io.vertx.kafka.client.producer.KafkaProducer
Initializes the underlying kafka transactional producer.
initTransactions() - Method in interface io.vertx.kafka.client.producer.KafkaProducer
Like KafkaProducer.initTransactions(Handler) but with a future of the result
initTransactions(Handler<AsyncResult<Void>>) - Method in interface io.vertx.kafka.client.producer.KafkaWriteStream
Initializes the underlying kafka transactional producer.
initTransactions() - Method in interface io.vertx.kafka.client.producer.KafkaWriteStream
Like KafkaWriteStream.initTransactions(Handler) but with a future of the result
initTransactions(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
Initializes the underlying kafka transactional producer.
initTransactions() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
Initializes the underlying kafka transactional producer.
initTransactions(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
Initializes the underlying kafka transactional producer.
initTransactions() - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
Initializes the underlying kafka transactional producer.
initValidatorFactories() - Method in class io.vertx.json.schema.common.BaseSchemaParser
 
initValidatorFactories() - Method in class io.vertx.json.schema.draft201909.Draft201909SchemaParser
 
initValidatorFactories() - Method in class io.vertx.json.schema.draft7.Draft7SchemaParser
 
initValidatorFactories() - Method in class io.vertx.json.schema.openapi3.OpenAPI3SchemaParser
 
inject(CommandLine, Object) - Static method in class io.vertx.core.cli.annotations.CLIConfigurator
Injects the value in the annotated setter methods (Option and Argument.
INOUT(Object, int) - Static method in interface io.vertx.jdbcclient.SqlOutParam
Factory for a INOUT parameter of type out.
INOUT(Object, String) - Static method in interface io.vertx.jdbcclient.SqlOutParam
Factory for a INOUT parameter of type out.
INOUT(Object, JDBCType) - Static method in interface io.vertx.jdbcclient.SqlOutParam
Factory for a INOUT parameter of type out.
INOUT(Object, int) - Static method in class io.vertx.reactivex.jdbcclient.SqlOutParam
Factory for a INOUT parameter of type out.
INOUT(Object, String) - Static method in class io.vertx.reactivex.jdbcclient.SqlOutParam
Factory for a INOUT parameter of type out.
INOUT(Object, JDBCType) - Static method in class io.vertx.reactivex.jdbcclient.SqlOutParam
Factory for a INOUT parameter of type out.
INOUT(Object, int) - Static method in class io.vertx.rxjava.jdbcclient.SqlOutParam
Factory for a INOUT parameter of type out.
INOUT(Object, String) - Static method in class io.vertx.rxjava.jdbcclient.SqlOutParam
Factory for a INOUT parameter of type out.
INOUT(Object, JDBCType) - Static method in class io.vertx.rxjava.jdbcclient.SqlOutParam
Factory for a INOUT parameter of type out.
input() - Method in exception io.vertx.json.schema.ValidationException
Returns the input that triggered the error
insert(String, JsonObject, Handler<AsyncResult<String>>) - Method in interface io.vertx.ext.mongo.MongoClient
Insert a document in the specified collection
insert(String, JsonObject) - Method in interface io.vertx.ext.mongo.MongoClient
 
insert(String, JsonObject, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Insert a document in the specified collection
insert(String, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Insert a document in the specified collection
insert(String, JsonObject, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Insert a document in the specified collection
insert(String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Insert a document in the specified collection
INSERTED_COUNT - Static variable in class io.vertx.ext.mongo.MongoClientBulkWriteResult
Constant to be used when storing and retrieving Json for documents inserted.
insertRouterNode(JsonPointer, RouterNode) - Method in class io.vertx.json.schema.common.SchemaRouterImpl
 
insertSchema(JsonPointer, RouterNode, Schema) - Method in class io.vertx.json.schema.common.SchemaRouterImpl
 
insertUser(String, String, List<String>, List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.ext.auth.mongo.MongoAuth
Deprecated.
Insert a new user into mongo in the convenient way
insertUser(String, String, List<String>, List<String>) - Method in interface io.vertx.ext.auth.mongo.MongoAuth
Deprecated.
Insert a new user into mongo in the convenient way
insertUser(String, String, List<String>, List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
Deprecated.
insertUser(String, String, List<String>, List<String>) - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
Deprecated.
insertUser(String, String, List<String>, List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
Deprecated.
insertUser(String, String, List<String>, List<String>) - Method in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
Deprecated.
insertWithOptions(String, JsonObject, WriteOption, Handler<AsyncResult<String>>) - Method in interface io.vertx.ext.mongo.MongoClient
Insert a document in the specified collection with the specified write option
insertWithOptions(String, JsonObject, WriteOption) - Method in interface io.vertx.ext.mongo.MongoClient
 
insertWithOptions(String, JsonObject, WriteOption, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Insert a document in the specified collection with the specified write option
insertWithOptions(String, JsonObject, WriteOption) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Insert a document in the specified collection with the specified write option
insertWithOptions(String, JsonObject, WriteOption, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Insert a document in the specified collection with the specified write option
insertWithOptions(String, JsonObject, WriteOption) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Insert a document in the specified collection with the specified write option
InstagramAuth - Interface in io.vertx.ext.auth.oauth2.providers
Simplified factory to create an OAuth2Auth for Instagram.
InstagramAuth - Class in io.vertx.reactivex.ext.auth.oauth2.providers
Simplified factory to create an for Instagram.
InstagramAuth(InstagramAuth) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.InstagramAuth
 
InstagramAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.InstagramAuth
 
InstagramAuth - Class in io.vertx.rxjava.ext.auth.oauth2.providers
Simplified factory to create an for Instagram.
InstagramAuth(InstagramAuth) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.providers.InstagramAuth
 
InstagramAuth(Object) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.providers.InstagramAuth
 
INSTANCE - Static variable in exception io.vertx.circuitbreaker.OpenCircuitException
 
INSTANCE - Static variable in exception io.vertx.circuitbreaker.TimeoutException
 
INSTANCE - Static variable in class io.vertx.core.cli.converters.BooleanConverter
The converter.
INSTANCE - Static variable in class io.vertx.core.cli.converters.CharacterConverter
The converter.
INSTANCE - Static variable in class io.vertx.core.json.jackson.JacksonFactory
 
INSTANCE - Static variable in interface io.vertx.core.spi.ExecutorServiceFactory
Default instance that delegates to Executors.newFixedThreadPool(int, ThreadFactory)
INSTANCE - Static variable in interface io.vertx.core.spi.VertxThreadFactory
 
INSTANCE - Static variable in class io.vertx.sqlclient.TransactionRollbackException
 
instanceScheduler - Variable in class io.vertx.ext.sync.SyncVerticle
Deprecated.
 
instantiate(MutableStateValidator) - Method in class io.vertx.json.schema.common.BaseSingleSchemaValidatorFactory
 
instantiate(MutableStateValidator) - Method in class io.vertx.json.schema.common.ItemsValidatorFactory
 
instantiate(MutableStateValidator) - Method in class io.vertx.json.schema.common.NotValidatorFactory
 
instantiate(MutableStateValidator) - Method in class io.vertx.json.schema.draft7.ContainsValidatorFactory
 
instantiate(MutableStateValidator) - Method in class io.vertx.json.schema.draft7.PropertyNamesValidatorFactory
 
instantValue() - Method in interface io.vertx.core.parsetools.JsonEvent
Return the Instant value.
instantValue() - Method in class io.vertx.reactivex.core.parsetools.JsonEvent
Return the Instant value.
instantValue() - Method in class io.vertx.rxjava.core.parsetools.JsonEvent
Return the Instant value.
integerValue() - Method in interface io.vertx.core.parsetools.JsonEvent
 
integerValue() - Method in class io.vertx.reactivex.core.parsetools.JsonEvent
 
integerValue() - Method in class io.vertx.rxjava.core.parsetools.JsonEvent
 
intercept(List<ClientInterceptor>) - Method in class io.vertx.grpc.VertxChannelBuilder
 
intercept(ClientInterceptor...) - Method in class io.vertx.grpc.VertxChannelBuilder
 
intercept(ServerInterceptor) - Method in class io.vertx.grpc.VertxServerBuilder
 
interceptCall(ServerCall<ReqT, RespT>, Metadata, ServerCallHandler<ReqT, RespT>) - Method in class io.vertx.grpc.BlockingServerInterceptor
 
interceptCall(ServerCall<ReqT, RespT>, Metadata, ServerCallHandler<ReqT, RespT>) - Method in class io.vertx.grpc.ContextServerInterceptor
 
interrupt() - Method in interface io.vertx.ext.shell.system.Job
Attempt to interrupt the job.
interrupt() - Method in interface io.vertx.ext.shell.system.Process
Attempt to interrupt the process.
interrupt(Handler<Void>) - Method in interface io.vertx.ext.shell.system.Process
Attempt to interrupt the process.
interrupt() - Method in class io.vertx.reactivex.ext.shell.system.Job
Attempt to interrupt the job.
interrupt() - Method in class io.vertx.reactivex.ext.shell.system.Process
Attempt to interrupt the process.
interrupt(Handler<Void>) - Method in class io.vertx.reactivex.ext.shell.system.Process
Attempt to interrupt the process.
interrupt() - Method in class io.vertx.rxjava.ext.shell.system.Job
Attempt to interrupt the job.
interrupt() - Method in class io.vertx.rxjava.ext.shell.system.Process
Attempt to interrupt the process.
interrupt(Handler<Void>) - Method in class io.vertx.rxjava.ext.shell.system.Process
Attempt to interrupt the process.
interruptHandler(Handler<Void>) - Method in interface io.vertx.ext.shell.command.CommandProcess
Set an interrupt handler, this handler is called when the command is interrupted, for instance user press Ctrl-C.
interruptHandler(SignalHandler) - Method in interface io.vertx.ext.shell.term.Term
Set an interrupt signal handler on the term.
interruptHandler(Handler<Void>) - Method in class io.vertx.reactivex.ext.shell.command.CommandProcess
Set an interrupt handler, this handler is called when the command is interrupted, for instance user press Ctrl-C.
interruptHandler(SignalHandler) - Method in class io.vertx.reactivex.ext.shell.term.Term
Set an interrupt signal handler on the term.
interruptHandler(Handler<Void>) - Method in class io.vertx.rxjava.ext.shell.command.CommandProcess
Set an interrupt handler, this handler is called when the command is interrupted, for instance user press Ctrl-C.
interruptHandler(SignalHandler) - Method in class io.vertx.rxjava.ext.shell.term.Term
Set an interrupt signal handler on the term.
Interval - Class in io.vertx.pgclient.data
Postgres Interval is date and time based such as 120 years 3 months 332 days 20 hours 20 minutes 20.999999 seconds
Interval() - Constructor for class io.vertx.pgclient.data.Interval
 
Interval(int, int, int, int, int, int, int) - Constructor for class io.vertx.pgclient.data.Interval
 
Interval(int, int, int, int, int, int) - Constructor for class io.vertx.pgclient.data.Interval
 
Interval(int, int, int, int, int) - Constructor for class io.vertx.pgclient.data.Interval
 
Interval(int, int, int, int) - Constructor for class io.vertx.pgclient.data.Interval
 
Interval(int, int, int) - Constructor for class io.vertx.pgclient.data.Interval
 
Interval(int, int) - Constructor for class io.vertx.pgclient.data.Interval
 
Interval(int) - Constructor for class io.vertx.pgclient.data.Interval
 
inTransactionCompletable(SQLClient, Function<SQLConnection, Completable>) - Static method in class io.vertx.reactivex.ext.sql.SQLClientHelper
Generates a Completable from SQLConnection operations executed inside a transaction.
inTransactionCompletable(SQLClient, Function<SQLConnection, Completable>) - Static method in class io.vertx.rxjava.ext.sql.SQLClientHelper
Generates a Completable from SQLConnection operations executed inside a transaction.
inTransactionFlowable(SQLClient, Function<SQLConnection, Flowable<T>>) - Static method in class io.vertx.reactivex.ext.sql.SQLClientHelper
Generates a Flowable from SQLConnection operations executed inside a transaction.
inTransactionMaybe(SQLClient, Function<SQLConnection, Maybe<T>>) - Static method in class io.vertx.reactivex.ext.sql.SQLClientHelper
Generates a Maybe from SQLConnection operations executed inside a transaction.
inTransactionObservable(SQLClient, Function<SQLConnection, Observable<T>>) - Static method in class io.vertx.reactivex.ext.sql.SQLClientHelper
Generates a Observable from SQLConnection operations executed inside a transaction.
inTransactionObservable(SQLClient, Function<SQLConnection, Observable<T>>) - Static method in class io.vertx.rxjava.ext.sql.SQLClientHelper
Generates a Observable from SQLConnection operations executed inside a transaction.
inTransactionSingle(SQLClient, Function<SQLConnection, Single<T>>) - Static method in class io.vertx.reactivex.ext.sql.SQLClientHelper
Generates a Single from SQLConnection operations executed inside a transaction.
inTransactionSingle(SQLClient, Function<SQLConnection, Single<T>>) - Static method in class io.vertx.rxjava.ext.sql.SQLClientHelper
Generates a Single from SQLConnection operations executed inside a transaction.
introspect(Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.auth.oauth2.AccessToken
Deprecated.
Introspect access token.
introspect() - Method in interface io.vertx.ext.auth.oauth2.AccessToken
Deprecated.
Introspect access token.
introspect(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.auth.oauth2.AccessToken
Deprecated.
Introspect access token.
introspect(String) - Method in interface io.vertx.ext.auth.oauth2.AccessToken
Deprecated.
Introspect access token.
introspect(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.auth.oauth2.AccessToken
Introspect access token.
introspect() - Method in class io.vertx.reactivex.ext.auth.oauth2.AccessToken
Introspect access token.
introspect(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.auth.oauth2.AccessToken
Introspect access token.
introspect(String) - Method in class io.vertx.reactivex.ext.auth.oauth2.AccessToken
Introspect access token.
introspect(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.auth.oauth2.AccessToken
Introspect access token.
introspect() - Method in class io.vertx.rxjava.ext.auth.oauth2.AccessToken
Introspect access token.
introspect(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.auth.oauth2.AccessToken
Introspect access token.
introspect(String) - Method in class io.vertx.rxjava.ext.auth.oauth2.AccessToken
Introspect access token.
introspectToken(String, Handler<AsyncResult<AccessToken>>) - Method in interface io.vertx.ext.auth.oauth2.OAuth2Auth
Deprecated.
introspectToken(String) - Method in interface io.vertx.ext.auth.oauth2.OAuth2Auth
Deprecated.
introspectToken(String, String, Handler<AsyncResult<AccessToken>>) - Method in interface io.vertx.ext.auth.oauth2.OAuth2Auth
Deprecated.
introspectToken(String, String) - Method in interface io.vertx.ext.auth.oauth2.OAuth2Auth
Deprecated.
introspectToken(String, Handler<AsyncResult<AccessToken>>) - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
Deprecated.
introspectToken(String) - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
Deprecated.
introspectToken(String, String, Handler<AsyncResult<AccessToken>>) - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
Deprecated.
introspectToken(String, String) - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
Deprecated.
introspectToken(String, Handler<AsyncResult<AccessToken>>) - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
Deprecated.
introspectToken(String) - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
Deprecated.
introspectToken(String, String, Handler<AsyncResult<AccessToken>>) - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
Deprecated.
introspectToken(String, String) - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
Deprecated.
intSchema() - Static method in class io.vertx.json.schema.common.dsl.Schemas
 
intValue() - Method in class io.vertx.sqlclient.data.Numeric
 
InvalidValueException - Exception in io.vertx.core.cli
Exception thrown when an option or an argument receives an invalid value.
InvalidValueException(Option, String) - Constructor for exception io.vertx.core.cli.InvalidValueException
Creates a new instance of InvalidValueException for the given option and the given value.
InvalidValueException(Argument, String, Exception) - Constructor for exception io.vertx.core.cli.InvalidValueException
Creates a new instance of InvalidValueException for the given argument and the given value.
InvalidValueException(Option, String, Exception) - Constructor for exception io.vertx.core.cli.InvalidValueException
Creates a new instance of InvalidValueException for the given option and the given value.
invoke(Handler<JsonObject>) - Method in interface io.vertx.ext.healthchecks.HealthChecks
Invokes the registered procedures and computes the outcome.
invoke(String, Handler<AsyncResult<JsonObject>>) - Method in interface io.vertx.ext.healthchecks.HealthChecks
Invokes the registered procedure with the given name and sub-procedures.
invoke(String) - Method in interface io.vertx.ext.healthchecks.HealthChecks
Like HealthChecks.invoke(String, Handler) but with a future of the result.
invoke(Handler<JsonObject>) - Method in class io.vertx.reactivex.ext.healthchecks.HealthChecks
Invokes the registered procedures and computes the outcome.
invoke(String, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.reactivex.ext.healthchecks.HealthChecks
Invokes the registered procedure with the given name and sub-procedures.
invoke(String) - Method in class io.vertx.reactivex.ext.healthchecks.HealthChecks
Invokes the registered procedure with the given name and sub-procedures.
invoke(Handler<JsonObject>) - Method in class io.vertx.rxjava.ext.healthchecks.HealthChecks
Invokes the registered procedures and computes the outcome.
invoke(String, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.rxjava.ext.healthchecks.HealthChecks
Invokes the registered procedure with the given name and sub-procedures.
invoke(String) - Method in class io.vertx.rxjava.ext.healthchecks.HealthChecks
Invokes the registered procedure with the given name and sub-procedures.
invokeTestMethod(FrameworkMethod, Object, TestContext) - Method in class io.vertx.ext.unit.junit.VertxUnitRunner
 
io.vertx.amqp - package io.vertx.amqp
 
io.vertx.camel - package io.vertx.camel
 
io.vertx.cassandra - package io.vertx.cassandra
 
io.vertx.circuitbreaker - package io.vertx.circuitbreaker
 
io.vertx.config - package io.vertx.config
 
io.vertx.config.consul - package io.vertx.config.consul
 
io.vertx.config.git - package io.vertx.config.git
 
io.vertx.config.hocon - package io.vertx.config.hocon
 
io.vertx.config.kubernetes - package io.vertx.config.kubernetes
 
io.vertx.config.redis - package io.vertx.config.redis
 
io.vertx.config.spi - package io.vertx.config.spi
 
io.vertx.config.spi.utils - package io.vertx.config.spi.utils
 
io.vertx.config.spring - package io.vertx.config.spring
 
io.vertx.config.vault - package io.vertx.config.vault
 
io.vertx.config.vault.client - package io.vertx.config.vault.client
 
io.vertx.config.yaml - package io.vertx.config.yaml
 
io.vertx.config.zookeeper - package io.vertx.config.zookeeper
 
io.vertx.core - package io.vertx.core
 
io.vertx.core.buffer - package io.vertx.core.buffer
 
io.vertx.core.cli - package io.vertx.core.cli
 
io.vertx.core.cli.annotations - package io.vertx.core.cli.annotations
 
io.vertx.core.cli.converters - package io.vertx.core.cli.converters
 
io.vertx.core.datagram - package io.vertx.core.datagram
 
io.vertx.core.dns - package io.vertx.core.dns
 
io.vertx.core.eventbus - package io.vertx.core.eventbus
 
io.vertx.core.file - package io.vertx.core.file
 
io.vertx.core.http - package io.vertx.core.http
 
io.vertx.core.json - package io.vertx.core.json
 
io.vertx.core.json.jackson - package io.vertx.core.json.jackson
 
io.vertx.core.json.pointer - package io.vertx.core.json.pointer
 
io.vertx.core.logging - package io.vertx.core.logging
 
io.vertx.core.metrics - package io.vertx.core.metrics
 
io.vertx.core.net - package io.vertx.core.net
 
io.vertx.core.parsetools - package io.vertx.core.parsetools
 
io.vertx.core.shareddata - package io.vertx.core.shareddata
 
io.vertx.core.spi - package io.vertx.core.spi
 
io.vertx.core.spi.cluster - package io.vertx.core.spi.cluster
 
io.vertx.core.spi.json - package io.vertx.core.spi.json
 
io.vertx.core.spi.launcher - package io.vertx.core.spi.launcher
 
io.vertx.core.spi.logging - package io.vertx.core.spi.logging
 
io.vertx.core.spi.metrics - package io.vertx.core.spi.metrics
 
io.vertx.core.spi.observability - package io.vertx.core.spi.observability
 
io.vertx.core.spi.resolver - package io.vertx.core.spi.resolver
 
io.vertx.core.spi.tracing - package io.vertx.core.spi.tracing
 
io.vertx.core.streams - package io.vertx.core.streams
 
io.vertx.core.tracing - package io.vertx.core.tracing
 
io.vertx.db2client - package io.vertx.db2client
 
io.vertx.db2client.spi - package io.vertx.db2client.spi
 
io.vertx.ext.auth - package io.vertx.ext.auth
 
io.vertx.ext.auth.authentication - package io.vertx.ext.auth.authentication
 
io.vertx.ext.auth.authorization - package io.vertx.ext.auth.authorization
 
io.vertx.ext.auth.htdigest - package io.vertx.ext.auth.htdigest
 
io.vertx.ext.auth.htpasswd - package io.vertx.ext.auth.htpasswd
 
io.vertx.ext.auth.jdbc - package io.vertx.ext.auth.jdbc
 
io.vertx.ext.auth.jwt - package io.vertx.ext.auth.jwt
 
io.vertx.ext.auth.jwt.authorization - package io.vertx.ext.auth.jwt.authorization
 
io.vertx.ext.auth.ldap - package io.vertx.ext.auth.ldap
 
io.vertx.ext.auth.mongo - package io.vertx.ext.auth.mongo
 
io.vertx.ext.auth.oauth2 - package io.vertx.ext.auth.oauth2
 
io.vertx.ext.auth.oauth2.authorization - package io.vertx.ext.auth.oauth2.authorization
 
io.vertx.ext.auth.oauth2.providers - package io.vertx.ext.auth.oauth2.providers
 
io.vertx.ext.auth.oauth2.rbac - package io.vertx.ext.auth.oauth2.rbac
 
io.vertx.ext.auth.properties - package io.vertx.ext.auth.properties
 
io.vertx.ext.auth.shiro - package io.vertx.ext.auth.shiro
 
io.vertx.ext.auth.sqlclient - package io.vertx.ext.auth.sqlclient
 
io.vertx.ext.auth.webauthn - package io.vertx.ext.auth.webauthn
 
io.vertx.ext.bridge - package io.vertx.ext.bridge
 
io.vertx.ext.cluster.infinispan - package io.vertx.ext.cluster.infinispan
 
io.vertx.ext.consul - package io.vertx.ext.consul
 
io.vertx.ext.dropwizard - package io.vertx.ext.dropwizard
 
io.vertx.ext.dropwizard.reporters - package io.vertx.ext.dropwizard.reporters
 
io.vertx.ext.eventbus.bridge.tcp - package io.vertx.ext.eventbus.bridge.tcp
 
io.vertx.ext.healthchecks - package io.vertx.ext.healthchecks
 
io.vertx.ext.httpservicefactory - package io.vertx.ext.httpservicefactory
 
io.vertx.ext.jdbc - package io.vertx.ext.jdbc
 
io.vertx.ext.jdbc.spi - package io.vertx.ext.jdbc.spi
 
io.vertx.ext.mail - package io.vertx.ext.mail
 
io.vertx.ext.mail.mailencoder - package io.vertx.ext.mail.mailencoder
 
io.vertx.ext.mongo - package io.vertx.ext.mongo
 
io.vertx.ext.reactivestreams - package io.vertx.ext.reactivestreams
 
io.vertx.ext.shell - package io.vertx.ext.shell
 
io.vertx.ext.shell.cli - package io.vertx.ext.shell.cli
 
io.vertx.ext.shell.command - package io.vertx.ext.shell.command
 
io.vertx.ext.shell.command.base - package io.vertx.ext.shell.command.base
 
io.vertx.ext.shell.session - package io.vertx.ext.shell.session
 
io.vertx.ext.shell.spi - package io.vertx.ext.shell.spi
 
io.vertx.ext.shell.system - package io.vertx.ext.shell.system
 
io.vertx.ext.shell.term - package io.vertx.ext.shell.term
 
io.vertx.ext.sql - package io.vertx.ext.sql
 
io.vertx.ext.stomp - package io.vertx.ext.stomp
 
io.vertx.ext.stomp.utils - package io.vertx.ext.stomp.utils
 
io.vertx.ext.sync - package io.vertx.ext.sync
 
io.vertx.ext.unit - package io.vertx.ext.unit
 
io.vertx.ext.unit.collect - package io.vertx.ext.unit.collect
 
io.vertx.ext.unit.junit - package io.vertx.ext.unit.junit
 
io.vertx.ext.unit.report - package io.vertx.ext.unit.report
 
io.vertx.ext.web - package io.vertx.ext.web
 
io.vertx.ext.web.api - package io.vertx.ext.web.api
 
io.vertx.ext.web.api.contract - package io.vertx.ext.web.api.contract
 
io.vertx.ext.web.api.contract.openapi3 - package io.vertx.ext.web.api.contract.openapi3
 
io.vertx.ext.web.api.service - package io.vertx.ext.web.api.service
 
io.vertx.ext.web.api.service.generator - package io.vertx.ext.web.api.service.generator
 
io.vertx.ext.web.api.service.generator.model - package io.vertx.ext.web.api.service.generator.model
 
io.vertx.ext.web.api.validation - package io.vertx.ext.web.api.validation
 
io.vertx.ext.web.client - package io.vertx.ext.web.client
 
io.vertx.ext.web.client.predicate - package io.vertx.ext.web.client.predicate
 
io.vertx.ext.web.client.spi - package io.vertx.ext.web.client.spi
 
io.vertx.ext.web.codec - package io.vertx.ext.web.codec
 
io.vertx.ext.web.codec.spi - package io.vertx.ext.web.codec.spi
 
io.vertx.ext.web.common - package io.vertx.ext.web.common
 
io.vertx.ext.web.common.template - package io.vertx.ext.web.common.template
 
io.vertx.ext.web.handler - package io.vertx.ext.web.handler
 
io.vertx.ext.web.handler.graphql - package io.vertx.ext.web.handler.graphql
 
io.vertx.ext.web.handler.graphql.dataloader - package io.vertx.ext.web.handler.graphql.dataloader
 
io.vertx.ext.web.handler.graphql.schema - package io.vertx.ext.web.handler.graphql.schema
 
io.vertx.ext.web.handler.sockjs - package io.vertx.ext.web.handler.sockjs
 
io.vertx.ext.web.multipart - package io.vertx.ext.web.multipart
 
io.vertx.ext.web.openapi - package io.vertx.ext.web.openapi
 
io.vertx.ext.web.sstore - package io.vertx.ext.web.sstore
 
io.vertx.ext.web.templ.freemarker - package io.vertx.ext.web.templ.freemarker
 
io.vertx.ext.web.templ.handlebars - package io.vertx.ext.web.templ.handlebars
 
io.vertx.ext.web.templ.jade - package io.vertx.ext.web.templ.jade
 
io.vertx.ext.web.templ.mvel - package io.vertx.ext.web.templ.mvel
 
io.vertx.ext.web.templ.pebble - package io.vertx.ext.web.templ.pebble
 
io.vertx.ext.web.templ.rocker - package io.vertx.ext.web.templ.rocker
 
io.vertx.ext.web.templ.thymeleaf - package io.vertx.ext.web.templ.thymeleaf
 
io.vertx.ext.web.validation - package io.vertx.ext.web.validation
 
io.vertx.ext.web.validation.builder - package io.vertx.ext.web.validation.builder
 
io.vertx.grpc - package io.vertx.grpc
 
io.vertx.grpc.stub - package io.vertx.grpc.stub
 
io.vertx.jdbcclient - package io.vertx.jdbcclient
 
io.vertx.json.schema - package io.vertx.json.schema
 
io.vertx.json.schema.common - package io.vertx.json.schema.common
 
io.vertx.json.schema.common.dsl - package io.vertx.json.schema.common.dsl
 
io.vertx.json.schema.draft201909 - package io.vertx.json.schema.draft201909
 
io.vertx.json.schema.draft7 - package io.vertx.json.schema.draft7
 
io.vertx.json.schema.draft7.dsl - package io.vertx.json.schema.draft7.dsl
 
io.vertx.json.schema.openapi3 - package io.vertx.json.schema.openapi3
 
io.vertx.junit5 - package io.vertx.junit5
 
io.vertx.junit5.rxjava - package io.vertx.junit5.rxjava
 
io.vertx.junit5.rxjava2 - package io.vertx.junit5.rxjava2
 
io.vertx.kafka.admin - package io.vertx.kafka.admin
 
io.vertx.kafka.client.common - package io.vertx.kafka.client.common
 
io.vertx.kafka.client.common.tracing - package io.vertx.kafka.client.common.tracing
 
io.vertx.kafka.client.consumer - package io.vertx.kafka.client.consumer
 
io.vertx.kafka.client.producer - package io.vertx.kafka.client.producer
 
io.vertx.kafka.client.serialization - package io.vertx.kafka.client.serialization
 
io.vertx.kotlin.core - package io.vertx.kotlin.core
 
io.vertx.lang.groovy - package io.vertx.lang.groovy
 
io.vertx.lang.reactivex - package io.vertx.lang.reactivex
 
io.vertx.lang.rxjava - package io.vertx.lang.rxjava
 
io.vertx.maven - package io.vertx.maven
 
io.vertx.maven.resolver - package io.vertx.maven.resolver
 
io.vertx.micrometer - package io.vertx.micrometer
 
io.vertx.micrometer.backends - package io.vertx.micrometer.backends
 
io.vertx.mqtt - package io.vertx.mqtt
 
io.vertx.mqtt.messages - package io.vertx.mqtt.messages
 
io.vertx.mysqlclient - package io.vertx.mysqlclient
 
io.vertx.mysqlclient.data.spatial - package io.vertx.mysqlclient.data.spatial
 
io.vertx.mysqlclient.spi - package io.vertx.mysqlclient.spi
 
io.vertx.pgclient - package io.vertx.pgclient
 
io.vertx.pgclient.data - package io.vertx.pgclient.data
 
io.vertx.pgclient.pubsub - package io.vertx.pgclient.pubsub
 
io.vertx.pgclient.spi - package io.vertx.pgclient.spi
 
io.vertx.rabbitmq - package io.vertx.rabbitmq
 
io.vertx.reactivex - package io.vertx.reactivex
 
io.vertx.reactivex.amqp - package io.vertx.reactivex.amqp
 
io.vertx.reactivex.cassandra - package io.vertx.reactivex.cassandra
 
io.vertx.reactivex.circuitbreaker - package io.vertx.reactivex.circuitbreaker
 
io.vertx.reactivex.config - package io.vertx.reactivex.config
 
io.vertx.reactivex.core - package io.vertx.reactivex.core
 
io.vertx.reactivex.core.buffer - package io.vertx.reactivex.core.buffer
 
io.vertx.reactivex.core.cli - package io.vertx.reactivex.core.cli
 
io.vertx.reactivex.core.datagram - package io.vertx.reactivex.core.datagram
 
io.vertx.reactivex.core.dns - package io.vertx.reactivex.core.dns
 
io.vertx.reactivex.core.eventbus - package io.vertx.reactivex.core.eventbus
 
io.vertx.reactivex.core.file - package io.vertx.reactivex.core.file
 
io.vertx.reactivex.core.http - package io.vertx.reactivex.core.http
 
io.vertx.reactivex.core.json.pointer - package io.vertx.reactivex.core.json.pointer
 
io.vertx.reactivex.core.metrics - package io.vertx.reactivex.core.metrics
 
io.vertx.reactivex.core.net - package io.vertx.reactivex.core.net
 
io.vertx.reactivex.core.parsetools - package io.vertx.reactivex.core.parsetools
 
io.vertx.reactivex.core.shareddata - package io.vertx.reactivex.core.shareddata
 
io.vertx.reactivex.core.streams - package io.vertx.reactivex.core.streams
 
io.vertx.reactivex.db2client - package io.vertx.reactivex.db2client
 
io.vertx.reactivex.ext.auth - package io.vertx.reactivex.ext.auth
 
io.vertx.reactivex.ext.auth.authentication - package io.vertx.reactivex.ext.auth.authentication
 
io.vertx.reactivex.ext.auth.authorization - package io.vertx.reactivex.ext.auth.authorization
 
io.vertx.reactivex.ext.auth.htdigest - package io.vertx.reactivex.ext.auth.htdigest
 
io.vertx.reactivex.ext.auth.htpasswd - package io.vertx.reactivex.ext.auth.htpasswd
 
io.vertx.reactivex.ext.auth.jdbc - package io.vertx.reactivex.ext.auth.jdbc
 
io.vertx.reactivex.ext.auth.jwt - package io.vertx.reactivex.ext.auth.jwt
 
io.vertx.reactivex.ext.auth.jwt.authorization - package io.vertx.reactivex.ext.auth.jwt.authorization
 
io.vertx.reactivex.ext.auth.ldap - package io.vertx.reactivex.ext.auth.ldap
 
io.vertx.reactivex.ext.auth.mongo - package io.vertx.reactivex.ext.auth.mongo
 
io.vertx.reactivex.ext.auth.oauth2 - package io.vertx.reactivex.ext.auth.oauth2
 
io.vertx.reactivex.ext.auth.oauth2.authorization - package io.vertx.reactivex.ext.auth.oauth2.authorization
 
io.vertx.reactivex.ext.auth.oauth2.providers - package io.vertx.reactivex.ext.auth.oauth2.providers
 
io.vertx.reactivex.ext.auth.oauth2.rbac - package io.vertx.reactivex.ext.auth.oauth2.rbac
 
io.vertx.reactivex.ext.auth.properties - package io.vertx.reactivex.ext.auth.properties
 
io.vertx.reactivex.ext.auth.shiro - package io.vertx.reactivex.ext.auth.shiro
 
io.vertx.reactivex.ext.auth.sqlclient - package io.vertx.reactivex.ext.auth.sqlclient
 
io.vertx.reactivex.ext.auth.webauthn - package io.vertx.reactivex.ext.auth.webauthn
 
io.vertx.reactivex.ext.bridge - package io.vertx.reactivex.ext.bridge
 
io.vertx.reactivex.ext.consul - package io.vertx.reactivex.ext.consul
 
io.vertx.reactivex.ext.dropwizard - package io.vertx.reactivex.ext.dropwizard
 
io.vertx.reactivex.ext.eventbus.bridge.tcp - package io.vertx.reactivex.ext.eventbus.bridge.tcp
 
io.vertx.reactivex.ext.healthchecks - package io.vertx.reactivex.ext.healthchecks
 
io.vertx.reactivex.ext.jdbc - package io.vertx.reactivex.ext.jdbc
 
io.vertx.reactivex.ext.mail - package io.vertx.reactivex.ext.mail
 
io.vertx.reactivex.ext.mongo - package io.vertx.reactivex.ext.mongo
 
io.vertx.reactivex.ext.shell - package io.vertx.reactivex.ext.shell
 
io.vertx.reactivex.ext.shell.cli - package io.vertx.reactivex.ext.shell.cli
 
io.vertx.reactivex.ext.shell.command - package io.vertx.reactivex.ext.shell.command
 
io.vertx.reactivex.ext.shell.session - package io.vertx.reactivex.ext.shell.session
 
io.vertx.reactivex.ext.shell.system - package io.vertx.reactivex.ext.shell.system
 
io.vertx.reactivex.ext.shell.term - package io.vertx.reactivex.ext.shell.term
 
io.vertx.reactivex.ext.sql - package io.vertx.reactivex.ext.sql
 
io.vertx.reactivex.ext.stomp - package io.vertx.reactivex.ext.stomp
 
io.vertx.reactivex.ext.unit - package io.vertx.reactivex.ext.unit
 
io.vertx.reactivex.ext.unit.collect - package io.vertx.reactivex.ext.unit.collect
 
io.vertx.reactivex.ext.unit.report - package io.vertx.reactivex.ext.unit.report
 
io.vertx.reactivex.ext.web - package io.vertx.reactivex.ext.web
 
io.vertx.reactivex.ext.web.api - package io.vertx.reactivex.ext.web.api
 
io.vertx.reactivex.ext.web.api.contract - package io.vertx.reactivex.ext.web.api.contract
 
io.vertx.reactivex.ext.web.api.contract.openapi3 - package io.vertx.reactivex.ext.web.api.contract.openapi3
 
io.vertx.reactivex.ext.web.api.validation - package io.vertx.reactivex.ext.web.api.validation
 
io.vertx.reactivex.ext.web.client - package io.vertx.reactivex.ext.web.client
 
io.vertx.reactivex.ext.web.client.predicate - package io.vertx.reactivex.ext.web.client.predicate
 
io.vertx.reactivex.ext.web.codec - package io.vertx.reactivex.ext.web.codec
 
io.vertx.reactivex.ext.web.common - package io.vertx.reactivex.ext.web.common
 
io.vertx.reactivex.ext.web.common.template - package io.vertx.reactivex.ext.web.common.template
 
io.vertx.reactivex.ext.web.handler - package io.vertx.reactivex.ext.web.handler
 
io.vertx.reactivex.ext.web.handler.graphql - package io.vertx.reactivex.ext.web.handler.graphql
 
io.vertx.reactivex.ext.web.handler.graphql.dataloader - package io.vertx.reactivex.ext.web.handler.graphql.dataloader
 
io.vertx.reactivex.ext.web.handler.graphql.schema - package io.vertx.reactivex.ext.web.handler.graphql.schema
 
io.vertx.reactivex.ext.web.handler.sockjs - package io.vertx.reactivex.ext.web.handler.sockjs
 
io.vertx.reactivex.ext.web.multipart - package io.vertx.reactivex.ext.web.multipart
 
io.vertx.reactivex.ext.web.openapi - package io.vertx.reactivex.ext.web.openapi
 
io.vertx.reactivex.ext.web.sstore - package io.vertx.reactivex.ext.web.sstore
 
io.vertx.reactivex.ext.web.templ.freemarker - package io.vertx.reactivex.ext.web.templ.freemarker
 
io.vertx.reactivex.ext.web.templ.handlebars - package io.vertx.reactivex.ext.web.templ.handlebars
 
io.vertx.reactivex.ext.web.templ.jade - package io.vertx.reactivex.ext.web.templ.jade
 
io.vertx.reactivex.ext.web.templ.mvel - package io.vertx.reactivex.ext.web.templ.mvel
 
io.vertx.reactivex.ext.web.templ.pebble - package io.vertx.reactivex.ext.web.templ.pebble
 
io.vertx.reactivex.ext.web.templ.rocker - package io.vertx.reactivex.ext.web.templ.rocker
 
io.vertx.reactivex.ext.web.templ.thymeleaf - package io.vertx.reactivex.ext.web.templ.thymeleaf
 
io.vertx.reactivex.ext.web.validation - package io.vertx.reactivex.ext.web.validation
 
io.vertx.reactivex.jdbcclient - package io.vertx.reactivex.jdbcclient
 
io.vertx.reactivex.json.schema - package io.vertx.reactivex.json.schema
 
io.vertx.reactivex.kafka.admin - package io.vertx.reactivex.kafka.admin
 
io.vertx.reactivex.kafka.client.consumer - package io.vertx.reactivex.kafka.client.consumer
 
io.vertx.reactivex.kafka.client.producer - package io.vertx.reactivex.kafka.client.producer
 
io.vertx.reactivex.micrometer - package io.vertx.reactivex.micrometer
 
io.vertx.reactivex.mqtt - package io.vertx.reactivex.mqtt
 
io.vertx.reactivex.mqtt.messages - package io.vertx.reactivex.mqtt.messages
 
io.vertx.reactivex.mysqlclient - package io.vertx.reactivex.mysqlclient
 
io.vertx.reactivex.pgclient - package io.vertx.reactivex.pgclient
 
io.vertx.reactivex.pgclient.pubsub - package io.vertx.reactivex.pgclient.pubsub
 
io.vertx.reactivex.rabbitmq - package io.vertx.reactivex.rabbitmq
 
io.vertx.reactivex.redis.client - package io.vertx.reactivex.redis.client
 
io.vertx.reactivex.servicediscovery - package io.vertx.reactivex.servicediscovery
 
io.vertx.reactivex.servicediscovery.spi - package io.vertx.reactivex.servicediscovery.spi
 
io.vertx.reactivex.servicediscovery.types - package io.vertx.reactivex.servicediscovery.types
 
io.vertx.reactivex.sqlclient - package io.vertx.reactivex.sqlclient
 
io.vertx.reactivex.sqlclient.desc - package io.vertx.reactivex.sqlclient.desc
 
io.vertx.reactivex.sqlclient.spi - package io.vertx.reactivex.sqlclient.spi
 
io.vertx.reactivex.sqlclient.templates - package io.vertx.reactivex.sqlclient.templates
 
io.vertx.redis.client - package io.vertx.redis.client
 
io.vertx.rx.java - package io.vertx.rx.java
 
io.vertx.rxjava.amqp - package io.vertx.rxjava.amqp
 
io.vertx.rxjava.cassandra - package io.vertx.rxjava.cassandra
 
io.vertx.rxjava.circuitbreaker - package io.vertx.rxjava.circuitbreaker
 
io.vertx.rxjava.config - package io.vertx.rxjava.config
 
io.vertx.rxjava.core - package io.vertx.rxjava.core
 
io.vertx.rxjava.core.buffer - package io.vertx.rxjava.core.buffer
 
io.vertx.rxjava.core.cli - package io.vertx.rxjava.core.cli
 
io.vertx.rxjava.core.datagram - package io.vertx.rxjava.core.datagram
 
io.vertx.rxjava.core.dns - package io.vertx.rxjava.core.dns
 
io.vertx.rxjava.core.eventbus - package io.vertx.rxjava.core.eventbus
 
io.vertx.rxjava.core.file - package io.vertx.rxjava.core.file
 
io.vertx.rxjava.core.http - package io.vertx.rxjava.core.http
 
io.vertx.rxjava.core.json.pointer - package io.vertx.rxjava.core.json.pointer
 
io.vertx.rxjava.core.metrics - package io.vertx.rxjava.core.metrics
 
io.vertx.rxjava.core.net - package io.vertx.rxjava.core.net
 
io.vertx.rxjava.core.parsetools - package io.vertx.rxjava.core.parsetools
 
io.vertx.rxjava.core.shareddata - package io.vertx.rxjava.core.shareddata
 
io.vertx.rxjava.core.streams - package io.vertx.rxjava.core.streams
 
io.vertx.rxjava.db2client - package io.vertx.rxjava.db2client
 
io.vertx.rxjava.ext.auth - package io.vertx.rxjava.ext.auth
 
io.vertx.rxjava.ext.auth.authentication - package io.vertx.rxjava.ext.auth.authentication
 
io.vertx.rxjava.ext.auth.authorization - package io.vertx.rxjava.ext.auth.authorization
 
io.vertx.rxjava.ext.auth.htdigest - package io.vertx.rxjava.ext.auth.htdigest
 
io.vertx.rxjava.ext.auth.htpasswd - package io.vertx.rxjava.ext.auth.htpasswd
 
io.vertx.rxjava.ext.auth.jdbc - package io.vertx.rxjava.ext.auth.jdbc
 
io.vertx.rxjava.ext.auth.jwt - package io.vertx.rxjava.ext.auth.jwt
 
io.vertx.rxjava.ext.auth.jwt.authorization - package io.vertx.rxjava.ext.auth.jwt.authorization
 
io.vertx.rxjava.ext.auth.ldap - package io.vertx.rxjava.ext.auth.ldap
 
io.vertx.rxjava.ext.auth.mongo - package io.vertx.rxjava.ext.auth.mongo
 
io.vertx.rxjava.ext.auth.oauth2 - package io.vertx.rxjava.ext.auth.oauth2
 
io.vertx.rxjava.ext.auth.oauth2.authorization - package io.vertx.rxjava.ext.auth.oauth2.authorization
 
io.vertx.rxjava.ext.auth.oauth2.providers - package io.vertx.rxjava.ext.auth.oauth2.providers
 
io.vertx.rxjava.ext.auth.oauth2.rbac - package io.vertx.rxjava.ext.auth.oauth2.rbac
 
io.vertx.rxjava.ext.auth.properties - package io.vertx.rxjava.ext.auth.properties
 
io.vertx.rxjava.ext.auth.shiro - package io.vertx.rxjava.ext.auth.shiro
 
io.vertx.rxjava.ext.auth.sqlclient - package io.vertx.rxjava.ext.auth.sqlclient
 
io.vertx.rxjava.ext.auth.webauthn - package io.vertx.rxjava.ext.auth.webauthn
 
io.vertx.rxjava.ext.bridge - package io.vertx.rxjava.ext.bridge
 
io.vertx.rxjava.ext.consul - package io.vertx.rxjava.ext.consul
 
io.vertx.rxjava.ext.dropwizard - package io.vertx.rxjava.ext.dropwizard
 
io.vertx.rxjava.ext.eventbus.bridge.tcp - package io.vertx.rxjava.ext.eventbus.bridge.tcp
 
io.vertx.rxjava.ext.healthchecks - package io.vertx.rxjava.ext.healthchecks
 
io.vertx.rxjava.ext.jdbc - package io.vertx.rxjava.ext.jdbc
 
io.vertx.rxjava.ext.mail - package io.vertx.rxjava.ext.mail
 
io.vertx.rxjava.ext.mongo - package io.vertx.rxjava.ext.mongo
 
io.vertx.rxjava.ext.shell - package io.vertx.rxjava.ext.shell
 
io.vertx.rxjava.ext.shell.cli - package io.vertx.rxjava.ext.shell.cli
 
io.vertx.rxjava.ext.shell.command - package io.vertx.rxjava.ext.shell.command
 
io.vertx.rxjava.ext.shell.session - package io.vertx.rxjava.ext.shell.session
 
io.vertx.rxjava.ext.shell.system - package io.vertx.rxjava.ext.shell.system
 
io.vertx.rxjava.ext.shell.term - package io.vertx.rxjava.ext.shell.term
 
io.vertx.rxjava.ext.sql - package io.vertx.rxjava.ext.sql
 
io.vertx.rxjava.ext.stomp - package io.vertx.rxjava.ext.stomp
 
io.vertx.rxjava.ext.unit - package io.vertx.rxjava.ext.unit
 
io.vertx.rxjava.ext.unit.collect - package io.vertx.rxjava.ext.unit.collect
 
io.vertx.rxjava.ext.unit.report - package io.vertx.rxjava.ext.unit.report
 
io.vertx.rxjava.ext.web - package io.vertx.rxjava.ext.web
 
io.vertx.rxjava.ext.web.api - package io.vertx.rxjava.ext.web.api
 
io.vertx.rxjava.ext.web.api.contract - package io.vertx.rxjava.ext.web.api.contract
 
io.vertx.rxjava.ext.web.api.contract.openapi3 - package io.vertx.rxjava.ext.web.api.contract.openapi3
 
io.vertx.rxjava.ext.web.api.validation - package io.vertx.rxjava.ext.web.api.validation
 
io.vertx.rxjava.ext.web.client - package io.vertx.rxjava.ext.web.client
 
io.vertx.rxjava.ext.web.client.predicate - package io.vertx.rxjava.ext.web.client.predicate
 
io.vertx.rxjava.ext.web.codec - package io.vertx.rxjava.ext.web.codec
 
io.vertx.rxjava.ext.web.common - package io.vertx.rxjava.ext.web.common
 
io.vertx.rxjava.ext.web.common.template - package io.vertx.rxjava.ext.web.common.template
 
io.vertx.rxjava.ext.web.handler - package io.vertx.rxjava.ext.web.handler
 
io.vertx.rxjava.ext.web.handler.graphql - package io.vertx.rxjava.ext.web.handler.graphql
 
io.vertx.rxjava.ext.web.handler.graphql.dataloader - package io.vertx.rxjava.ext.web.handler.graphql.dataloader
 
io.vertx.rxjava.ext.web.handler.graphql.schema - package io.vertx.rxjava.ext.web.handler.graphql.schema
 
io.vertx.rxjava.ext.web.handler.sockjs - package io.vertx.rxjava.ext.web.handler.sockjs
 
io.vertx.rxjava.ext.web.multipart - package io.vertx.rxjava.ext.web.multipart
 
io.vertx.rxjava.ext.web.sstore - package io.vertx.rxjava.ext.web.sstore
 
io.vertx.rxjava.ext.web.templ.freemarker - package io.vertx.rxjava.ext.web.templ.freemarker
 
io.vertx.rxjava.ext.web.templ.handlebars - package io.vertx.rxjava.ext.web.templ.handlebars
 
io.vertx.rxjava.ext.web.templ.jade - package io.vertx.rxjava.ext.web.templ.jade
 
io.vertx.rxjava.ext.web.templ.mvel - package io.vertx.rxjava.ext.web.templ.mvel
 
io.vertx.rxjava.ext.web.templ.pebble - package io.vertx.rxjava.ext.web.templ.pebble
 
io.vertx.rxjava.ext.web.templ.rocker - package io.vertx.rxjava.ext.web.templ.rocker
 
io.vertx.rxjava.ext.web.templ.thymeleaf - package io.vertx.rxjava.ext.web.templ.thymeleaf
 
io.vertx.rxjava.ext.web.validation - package io.vertx.rxjava.ext.web.validation
 
io.vertx.rxjava.jdbcclient - package io.vertx.rxjava.jdbcclient
 
io.vertx.rxjava.json.schema - package io.vertx.rxjava.json.schema
 
io.vertx.rxjava.kafka.admin - package io.vertx.rxjava.kafka.admin
 
io.vertx.rxjava.kafka.client.consumer - package io.vertx.rxjava.kafka.client.consumer
 
io.vertx.rxjava.kafka.client.producer - package io.vertx.rxjava.kafka.client.producer
 
io.vertx.rxjava.micrometer - package io.vertx.rxjava.micrometer
 
io.vertx.rxjava.mqtt - package io.vertx.rxjava.mqtt
 
io.vertx.rxjava.mqtt.messages - package io.vertx.rxjava.mqtt.messages
 
io.vertx.rxjava.mysqlclient - package io.vertx.rxjava.mysqlclient
 
io.vertx.rxjava.pgclient - package io.vertx.rxjava.pgclient
 
io.vertx.rxjava.pgclient.pubsub - package io.vertx.rxjava.pgclient.pubsub
 
io.vertx.rxjava.rabbitmq - package io.vertx.rxjava.rabbitmq
 
io.vertx.rxjava.redis.client - package io.vertx.rxjava.redis.client
 
io.vertx.rxjava.servicediscovery - package io.vertx.rxjava.servicediscovery
 
io.vertx.rxjava.servicediscovery.spi - package io.vertx.rxjava.servicediscovery.spi
 
io.vertx.rxjava.servicediscovery.types - package io.vertx.rxjava.servicediscovery.types
 
io.vertx.rxjava.sqlclient - package io.vertx.rxjava.sqlclient
 
io.vertx.rxjava.sqlclient.desc - package io.vertx.rxjava.sqlclient.desc
 
io.vertx.rxjava.sqlclient.spi - package io.vertx.rxjava.sqlclient.spi
 
io.vertx.service - package io.vertx.service
 
io.vertx.servicediscovery - package io.vertx.servicediscovery
 
io.vertx.servicediscovery.backend.redis - package io.vertx.servicediscovery.backend.redis
 
io.vertx.servicediscovery.consul - package io.vertx.servicediscovery.consul
 
io.vertx.servicediscovery.docker - package io.vertx.servicediscovery.docker
 
io.vertx.servicediscovery.kubernetes - package io.vertx.servicediscovery.kubernetes
 
io.vertx.servicediscovery.rest - package io.vertx.servicediscovery.rest
 
io.vertx.servicediscovery.spi - package io.vertx.servicediscovery.spi
 
io.vertx.servicediscovery.types - package io.vertx.servicediscovery.types
 
io.vertx.servicediscovery.utils - package io.vertx.servicediscovery.utils
 
io.vertx.serviceproxy - package io.vertx.serviceproxy
 
io.vertx.serviceproxy.generator - package io.vertx.serviceproxy.generator
 
io.vertx.serviceproxy.generator.model - package io.vertx.serviceproxy.generator.model
 
io.vertx.serviceproxy.sockjs.generator - package io.vertx.serviceproxy.sockjs.generator
 
io.vertx.spi.cluster.hazelcast - package io.vertx.spi.cluster.hazelcast
 
io.vertx.spi.cluster.ignite - package io.vertx.spi.cluster.ignite
 
io.vertx.spi.cluster.ignite.util - package io.vertx.spi.cluster.ignite.util
 
io.vertx.spi.cluster.zookeeper - package io.vertx.spi.cluster.zookeeper
 
io.vertx.sqlclient - package io.vertx.sqlclient
 
io.vertx.sqlclient.data - package io.vertx.sqlclient.data
 
io.vertx.sqlclient.desc - package io.vertx.sqlclient.desc
 
io.vertx.sqlclient.spi - package io.vertx.sqlclient.spi
 
io.vertx.sqlclient.templates - package io.vertx.sqlclient.templates
 
io.vertx.sqlclient.templates.annotations - package io.vertx.sqlclient.templates.annotations
 
io.vertx.sqlclient.templates.generator - package io.vertx.sqlclient.templates.generator
 
io.vertx.tracing.opentracing - package io.vertx.tracing.opentracing
 
io.vertx.tracing.zipkin - package io.vertx.tracing.zipkin
 
IPV4 - Static variable in class io.vertx.json.schema.common.RegularExpressions
 
IPV6 - Static variable in class io.vertx.json.schema.common.RegularExpressions
 
is(String) - Method in interface io.vertx.ext.auth.oauth2.OAuth2Response
Deprecated.
Helper to analize the response body.
is(String) - Method in interface io.vertx.ext.web.RoutingContext
Check if the incoming request contains the "Content-Type" get field, and it contains the give mime `type`.
is(String) - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Response
Deprecated.
is(String) - Method in class io.vertx.reactivex.ext.web.RoutingContext
Check if the incoming request contains the "Content-Type" get field, and it contains the give mime `type`.
is(String) - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Response
Deprecated.
is(String) - Method in class io.vertx.rxjava.ext.web.RoutingContext
Check if the incoming request contains the "Content-Type" get field, and it contains the give mime `type`.
isAcceptUnmaskedFrames() - Method in class io.vertx.core.http.HttpServerOptions
 
isActive() - Method in interface io.vertx.core.spi.cluster.ClusterManager
Is the cluster manager active?
isActive() - Method in class io.vertx.ext.cluster.infinispan.InfinispanClusterManager
 
isActive() - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
 
isActive() - Method in class io.vertx.spi.cluster.ignite.IgniteClusterManager
 
isActive() - Method in class io.vertx.spi.cluster.zookeeper.ZookeeperClusterManager
 
isAllowRcptErrors() - Method in class io.vertx.ext.mail.MailConfig
get if sending allows rcpt errors (default is false)
isAlpnAvailable() - Static method in class io.vertx.core.net.JdkSSLEngineOptions
 
isAlpnAvailable() - Static method in class io.vertx.core.net.OpenSSLEngineOptions
 
isAppend() - Method in class io.vertx.core.file.OpenOptions
 
isArgumentAssigned(Argument) - Method in interface io.vertx.core.cli.CommandLine
Checks whether or not the given argument has been assigned in the command line.
isArgumentAssigned(Argument) - Method in class io.vertx.reactivex.core.cli.CommandLine
Checks whether or not the given argument has been assigned in the command line.
isArgumentAssigned(Argument) - Method in class io.vertx.rxjava.core.cli.CommandLine
Checks whether or not the given argument has been assigned in the command line.
isArray(Object) - Method in interface io.vertx.core.json.pointer.JsonPointerIterator
 
isArray() - Method in interface io.vertx.core.parsetools.JsonEvent
 
isArray() - Method in interface io.vertx.ext.web.api.RequestParameter
Deprecated.
Returns true if value of RequestParameter is an array
isArray(Object) - Method in class io.vertx.reactivex.core.json.pointer.JsonPointerIterator
 
isArray() - Method in class io.vertx.reactivex.core.parsetools.JsonEvent
 
isArray() - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
Deprecated.
isArray() - Method in class io.vertx.reactivex.sqlclient.desc.ColumnDescriptor
 
isArray(Object) - Method in class io.vertx.rxjava.core.json.pointer.JsonPointerIterator
 
isArray() - Method in class io.vertx.rxjava.core.parsetools.JsonEvent
 
isArray() - Method in class io.vertx.rxjava.ext.web.api.RequestParameter
Deprecated.
isArray() - Method in class io.vertx.rxjava.sqlclient.desc.ColumnDescriptor
 
isArray() - Method in interface io.vertx.sqlclient.desc.ColumnDescriptor
 
isAskingForHelp() - Method in interface io.vertx.core.cli.CommandLine
Checks whether or not the user has passed a "help" option and is asking for help.
isAskingForHelp() - Method in class io.vertx.reactivex.core.cli.CommandLine
Checks whether or not the user has passed a "help" option and is asking for help.
isAskingForHelp() - Method in class io.vertx.rxjava.core.cli.CommandLine
Checks whether or not the user has passed a "help" option and is asking for help.
isAtomicMove() - Method in class io.vertx.core.file.CopyOptions
 
isAttribute() - Method in interface io.vertx.ext.web.multipart.FormDataPart
 
isAttribute() - Method in class io.vertx.reactivex.ext.web.multipart.FormDataPart
 
isAttribute() - Method in class io.vertx.rxjava.ext.web.multipart.FormDataPart
 
isAuthorized(String, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.ext.auth.AbstractUser
Deprecated.
 
isAuthorized(AccessToken, String, Handler<AsyncResult<Boolean>>) - Method in interface io.vertx.ext.auth.oauth2.OAuth2RBAC
Deprecated.
This method should verify if the user has the given authority and return either a boolean value or an error.
isAuthorized(AccessToken, String) - Method in interface io.vertx.ext.auth.oauth2.OAuth2RBAC
Deprecated.
This method should verify if the user has the given authority and return either a boolean value or an error.
isAuthorized(Authorization, Handler<AsyncResult<Boolean>>) - Method in interface io.vertx.ext.auth.User
Deprecated.
isAuthorized(String, Handler<AsyncResult<Boolean>>) - Method in interface io.vertx.ext.auth.User
Deprecated.
isAuthorized(Authorization) - Method in interface io.vertx.ext.auth.User
Deprecated.
isAuthorized(String) - Method in interface io.vertx.ext.auth.User
Deprecated.
Use typed alternative User.isAuthorized(Authorization)
isAuthorized(AccessToken, String, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2RBAC
Deprecated.
isAuthorized(AccessToken, String) - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2RBAC
Deprecated.
isAuthorized(Authorization, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.reactivex.ext.auth.User
Deprecated.
isAuthorized(Authorization) - Method in class io.vertx.reactivex.ext.auth.User
Deprecated.
isAuthorized(String, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.reactivex.ext.auth.User
Deprecated.
isAuthorized(String) - Method in class io.vertx.reactivex.ext.auth.User
Deprecated.
isAuthorized(AccessToken, String, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2RBAC
Deprecated.
isAuthorized(AccessToken, String) - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2RBAC
Deprecated.
isAuthorized(Authorization, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.rxjava.ext.auth.User
Deprecated.
isAuthorized(Authorization) - Method in class io.vertx.rxjava.ext.auth.User
Deprecated.
isAuthorized(String, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.rxjava.ext.auth.User
Deprecated.
isAuthorized(String) - Method in class io.vertx.rxjava.ext.auth.User
Deprecated.
isAutoAck() - Method in class io.vertx.rabbitmq.QueueOptions
 
isAutoAcknowledgement() - Method in class io.vertx.amqp.AmqpReceiverOptions
 
isAutoClientId() - Method in class io.vertx.mqtt.MqttServerOptions
 
isAutoComputeContentLength() - Method in class io.vertx.ext.stomp.StompClientOptions
Whether or not the automatic computation of the content-length header is enabled.
isAutoDrained() - Method in class io.vertx.amqp.AmqpSenderOptions
Get whether the link will automatically be marked drained after the send queue drain handler fires in drain mode.
isAutoGeneratedClientId() - Method in class io.vertx.mqtt.MqttClientOptions
 
isAutoGeneratedKeys() - Method in class io.vertx.ext.sql.SQLOptions
 
isAutoKeepAlive() - Method in class io.vertx.mqtt.MqttClientOptions
 
isAutoKeepAlive() - Method in interface io.vertx.mqtt.MqttEndpoint
 
isAutoKeepAlive() - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
 
isAutoKeepAlive() - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
 
isAutomaticRecoveryEnabled() - Method in class io.vertx.rabbitmq.RabbitMQOptions
 
isAvailable() - Method in class io.vertx.core.logging.JULLogDelegateFactory
 
isAvailable() - Method in class io.vertx.core.logging.Log4j2LogDelegateFactory
 
isAvailable() - Method in class io.vertx.core.logging.SLF4JLogDelegateFactory
 
isAvailable() - Static method in class io.vertx.core.net.OpenSSLEngineOptions
 
isAvailable() - Method in interface io.vertx.core.spi.logging.LogDelegateFactory
 
isBackground() - Method in class io.vertx.ext.mongo.IndexOptions
Create the index in the background
isBinary() - Method in interface io.vertx.core.http.WebSocketFrame
 
isBinary() - Method in class io.vertx.reactivex.core.http.WebSocketFrame
 
isBinary() - Method in class io.vertx.rxjava.core.http.WebSocketFrame
 
isBlank() - Method in interface io.vertx.ext.shell.cli.CliToken
 
isBlank() - Method in class io.vertx.reactivex.ext.shell.cli.CliToken
 
isBlank() - Method in class io.vertx.rxjava.ext.shell.cli.CliToken
 
isBlocking() - Method in class io.vertx.camel.OutboundMapping
Whether the processing is blocking and so should not be executed on the event loop.
isBodyNull() - Method in interface io.vertx.amqp.AmqpMessage
 
isBodyNull() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
isBodyNull() - Method in class io.vertx.rxjava.amqp.AmqpMessage
 
isBoolean() - Method in interface io.vertx.core.parsetools.JsonEvent
 
isBoolean() - Method in interface io.vertx.ext.web.api.RequestParameter
Deprecated.
Returns true if value of RequestParameter is a Boolean instance
isBoolean() - Method in interface io.vertx.ext.web.validation.RequestParameter
 
isBoolean() - Method in class io.vertx.reactivex.core.parsetools.JsonEvent
 
isBoolean() - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
Deprecated.
isBoolean() - Method in class io.vertx.reactivex.ext.web.validation.RequestParameter
 
isBoolean() - Method in class io.vertx.rxjava.core.parsetools.JsonEvent
 
isBoolean() - Method in class io.vertx.rxjava.ext.web.api.RequestParameter
Deprecated.
isBoolean() - Method in class io.vertx.rxjava.ext.web.validation.RequestParameter
 
isBroadcast() - Method in class io.vertx.core.datagram.DatagramSocketOptions
 
isBuffer() - Method in interface io.vertx.ext.web.validation.RequestParameter
 
isBuffer() - Method in class io.vertx.reactivex.ext.web.validation.RequestParameter
 
isBuffer() - Method in class io.vertx.rxjava.ext.web.validation.RequestParameter
 
isBypassHostHeader() - Method in class io.vertx.ext.stomp.StompClientOptions
Checks whether or not the host header must be dropped from the CONNECT/STOMP frame.
isCancelled() - Method in interface io.vertx.rabbitmq.RabbitMQConsumer
Return true if cancel() has been called.
isCancelled() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQConsumer
Return true if cancel() has been called.
isCancelled() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQConsumer
Return true if cancel() has been called.
isCertificate() - Method in class io.vertx.ext.auth.PubSecKeyOptions
Deprecated.
isChunked() - Method in interface io.vertx.core.http.HttpClientRequest
 
isChunked() - Method in interface io.vertx.core.http.HttpServerResponse
 
isChunked() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
 
isChunked() - Method in class io.vertx.reactivex.core.http.HttpServerResponse
 
isChunked() - Method in class io.vertx.rxjava.core.http.HttpClientRequest
 
isChunked() - Method in class io.vertx.rxjava.core.http.HttpServerResponse
 
isClassPathResolvingEnabled() - Method in class io.vertx.core.file.FileSystemOptions
 
isCleanSession() - Method in class io.vertx.mqtt.MqttClientOptions
 
isCleanSession() - Method in interface io.vertx.mqtt.MqttEndpoint
 
isCleanSession() - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
 
isCleanSession() - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
 
isClose() - Method in interface io.vertx.core.http.WebSocketFrame
 
isClose() - Method in class io.vertx.reactivex.core.http.WebSocketFrame
 
isClose() - Method in class io.vertx.rxjava.core.http.WebSocketFrame
 
isClosed() - Method in interface io.vertx.core.http.WebSocketBase
 
isClosed() - Method in interface io.vertx.ext.stomp.StompClient
 
isClosed() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
isClosed() - Method in class io.vertx.reactivex.core.http.WebSocket
 
isClosed() - Method in interface io.vertx.reactivex.core.http.WebSocketBase
 
isClosed() - Method in class io.vertx.reactivex.ext.stomp.StompClient
 
isClosed() - Method in class io.vertx.reactivex.sqlclient.Cursor
 
isClosed() - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
isClosed() - Method in class io.vertx.rxjava.core.http.WebSocket
 
isClosed() - Method in interface io.vertx.rxjava.core.http.WebSocketBase
 
isClosed() - Method in class io.vertx.rxjava.ext.stomp.StompClient
 
isClosed() - Method in class io.vertx.rxjava.sqlclient.Cursor
 
isClosed() - Method in interface io.vertx.sqlclient.Cursor
 
isClustered() - Method in interface io.vertx.core.Vertx
Is this Vert.x instance clustered?
isClustered() - Method in class io.vertx.reactivex.core.Vertx
Is this Vert.x instance clustered?
isClustered() - Method in class io.vertx.rxjava.core.Vertx
Is this Vert.x instance clustered?
isComplete(int) - Method in interface io.vertx.core.CompositeFuture
Returns true if a wrapped future is completed
isComplete() - Method in interface io.vertx.core.Future
Has the future completed?
isCompleted() - Method in interface io.vertx.ext.unit.Completion
 
isCompleted() - Method in class io.vertx.reactivex.ext.unit.Completion
 
isCompleted() - Method in class io.vertx.rxjava.ext.unit.Completion
 
isCompressed() - Method in class io.vertx.micrometer.VertxInfluxDbOptions
Get the GZIP compression flag for requests
isCompressionSupported() - Method in class io.vertx.core.http.HttpServerOptions
 
isConnected() - Method in interface io.vertx.cassandra.CassandraClient
 
isConnected() - Method in interface io.vertx.ext.stomp.StompClientConnection
Returns whether or not the `CONNECTED` frame has been receive meaning that the Stomp connection is established.
isConnected() - Method in interface io.vertx.mqtt.MqttClient
 
isConnected() - Method in interface io.vertx.mqtt.MqttEndpoint
 
isConnected() - Method in interface io.vertx.rabbitmq.RabbitMQClient
Check if a connection is open
isConnected() - Method in class io.vertx.reactivex.cassandra.CassandraClient
 
isConnected() - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Returns whether or not the `CONNECTED` frame has been receive meaning that the Stomp connection is established.
isConnected() - Method in class io.vertx.reactivex.mqtt.MqttClient
 
isConnected() - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
 
isConnected() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Check if a connection is open
isConnected() - Method in class io.vertx.rxjava.cassandra.CassandraClient
 
isConnected() - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Returns whether or not the `CONNECTED` frame has been receive meaning that the Stomp connection is established.
isConnected() - Method in class io.vertx.rxjava.mqtt.MqttClient
 
isConnected() - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
 
isConnected() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Check if a connection is open
isContinuation() - Method in interface io.vertx.core.http.WebSocketFrame
 
isContinuation() - Method in class io.vertx.reactivex.core.http.WebSocketFrame
 
isContinuation() - Method in class io.vertx.rxjava.core.http.WebSocketFrame
 
isCopyAttributes() - Method in class io.vertx.core.file.CopyOptions
 
isCopyOnRead() - Method in class io.vertx.spi.cluster.ignite.IgniteCacheOptions
Gets the flag indicating whether a copy of the value stored in the on-heap cache should be created for a cache operation return the value.
isCreate() - Method in class io.vertx.core.file.OpenOptions
Should the file be created if it does not already exist?
isCreateNew() - Method in class io.vertx.core.file.OpenOptions
Should the file be created if and the open fail if it already exists?
isDebugEnabled() - Method in class io.vertx.core.logging.JULLogDelegate
 
isDebugEnabled() - Method in class io.vertx.core.logging.Log4j2LogDelegate
 
isDebugEnabled() - Method in class io.vertx.core.logging.Logger
Deprecated.
see https://github.com/eclipse-vertx/vert.x/issues/2774
isDebugEnabled() - Method in class io.vertx.core.logging.SLF4JLogDelegate
 
isDebugEnabled() - Method in interface io.vertx.core.spi.logging.LogDelegate
 
isDecompressionSupported() - Method in class io.vertx.core.http.HttpServerOptions
 
isDefault() - Method in class io.vertx.kafka.admin.ConfigEntry
 
isDefault() - Method in class io.vertx.kafka.client.common.ConfigResource
 
isDefaultRegionMetricsEnabled() - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
 
isDeleteOnClose() - Method in class io.vertx.core.file.OpenOptions
Should the file be deleted when it's closed, or the JVM is shutdown.
isDestroyed() - Method in interface io.vertx.ext.web.Session
 
isDestroyed() - Method in class io.vertx.ext.web.sstore.AbstractSession
 
isDestroyed() - Method in class io.vertx.reactivex.ext.web.Session
 
isDestroyed() - Method in class io.vertx.rxjava.ext.web.Session
 
isDirectory() - Method in interface io.vertx.core.file.FileProps
Is the file a directory?
isDirectory() - Method in class io.vertx.reactivex.core.file.FileProps
Is the file a directory?
isDirectory() - Method in class io.vertx.rxjava.core.file.FileProps
Is the file a directory?
isDisableEsmtp() - Method in class io.vertx.ext.mail.MailConfig
get if ESMTP should be tried as first command (EHLO) (default is true)
isDisconnected() - Method in interface io.vertx.amqp.AmqpConnection
 
isDisconnected() - Method in class io.vertx.reactivex.amqp.AmqpConnection
 
isDisconnected() - Method in class io.vertx.rxjava.amqp.AmqpConnection
 
isDisposed() - Method in class io.vertx.reactivex.ContextScheduler.ContextWorker
 
isDomainSocket() - Method in interface io.vertx.core.net.SocketAddress
 
isDomainSocket() - Method in class io.vertx.reactivex.core.net.SocketAddress
 
isDomainSocket() - Method in class io.vertx.rxjava.core.net.SocketAddress
 
isDouble() - Method in interface io.vertx.ext.web.api.RequestParameter
Deprecated.
Returns true if value of RequestParameter is a Double instance
isDouble() - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
Deprecated.
isDouble() - Method in class io.vertx.rxjava.ext.web.api.RequestParameter
Deprecated.
isDsync() - Method in class io.vertx.core.file.OpenOptions
If true then every write to the file's content will be written synchronously to the underlying hardware.
isDup() - Method in interface io.vertx.mqtt.messages.MqttPublishMessage
 
isDup() - Method in class io.vertx.reactivex.mqtt.messages.MqttPublishMessage
 
isDup() - Method in class io.vertx.rxjava.mqtt.messages.MqttPublishMessage
 
isDurable() - Method in interface io.vertx.amqp.AmqpMessage
 
isDurable() - Method in class io.vertx.amqp.AmqpReceiverOptions
 
isDurable() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
isDurable() - Method in class io.vertx.rxjava.amqp.AmqpMessage
 
isDynamic() - Method in class io.vertx.amqp.AmqpReceiverOptions
 
isDynamic() - Method in class io.vertx.amqp.AmqpSenderOptions
 
isEagerTtl() - Method in class io.vertx.spi.cluster.ignite.IgniteCacheOptions
Gets flag indicating whether expired cache entries will be eagerly removed from cache.
isEmpty() - Method in class io.vertx.core.json.JsonArray
Are there zero items in this JSON array?
isEmpty() - Method in class io.vertx.core.json.JsonObject
Is this object entry?
isEmpty() - Method in interface io.vertx.core.MultiMap
Return true if empty
isEmpty() - Method in interface io.vertx.core.shareddata.LocalMap
 
isEmpty() - Method in interface io.vertx.ext.web.api.RequestParameter
Deprecated.
isEmpty() - Method in interface io.vertx.ext.web.Session
 
isEmpty() - Method in class io.vertx.ext.web.sstore.AbstractSession
 
isEmpty() - Method in interface io.vertx.ext.web.validation.RequestParameter
 
isEmpty() - Method in class io.vertx.kafka.client.common.Node
 
isEmpty() - Method in interface io.vertx.kafka.client.consumer.KafkaConsumerRecords
 
isEmpty() - Method in class io.vertx.reactivex.core.MultiMap
Return true if empty
isEmpty() - Method in class io.vertx.reactivex.core.shareddata.LocalMap
 
isEmpty() - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
Deprecated.
isEmpty() - Method in class io.vertx.reactivex.ext.web.Session
 
isEmpty() - Method in class io.vertx.reactivex.ext.web.validation.RequestParameter
 
isEmpty() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumerRecords
 
isEmpty() - Method in class io.vertx.rxjava.core.MultiMap
Return true if empty
isEmpty() - Method in class io.vertx.rxjava.core.shareddata.LocalMap
 
isEmpty() - Method in class io.vertx.rxjava.ext.web.api.RequestParameter
Deprecated.
isEmpty() - Method in class io.vertx.rxjava.ext.web.Session
 
isEmpty() - Method in class io.vertx.rxjava.ext.web.validation.RequestParameter
 
isEmpty() - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumerRecords
 
isEnable() - Method in class io.vertx.ext.consul.MaintenanceOptions
Get maintenance mode
isEnabled() - Method in class io.vertx.core.metrics.MetricsOptions
Will metrics be enabled on the Vert.x instance?
isEnabled() - Method in class io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions
 
isEnabled() - Method in class io.vertx.micrometer.VertxInfluxDbOptions
Will InfluxDB reporting be enabled?
isEnabled() - Method in class io.vertx.micrometer.VertxJmxMetricsOptions
Will JMX reporting be enabled?
isEnabled() - Method in class io.vertx.micrometer.VertxPrometheusOptions
Will Prometheus reporting be enabled?
isEnableDKIM() - Method in class io.vertx.ext.mail.MailConfig
Is DKIM enabled, defaults to false.
isEncryptionEnabled() - Method in class io.vertx.spi.cluster.ignite.IgniteCacheOptions
Gets flag indicating whether data must be encrypted.
isEnded() - Method in interface io.vertx.core.http.HttpServerRequest
Has the request ended? I.e.
isEnded() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
Has the request ended? I.e.
isEnded() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
Has the request ended? I.e.
isEqual(String, String) - Static method in interface io.vertx.ext.auth.jdbc.JDBCHashStrategy
Deprecated.
Time constant string comparision to avoid timming attacks.
isEqual(String, String) - Static method in class io.vertx.reactivex.ext.auth.jdbc.JDBCHashStrategy
Deprecated.
isEqual(String, String) - Static method in class io.vertx.rxjava.ext.auth.jdbc.JDBCHashStrategy
Deprecated.
isError() - Method in interface io.vertx.ext.unit.report.Failure
 
isError() - Method in class io.vertx.reactivex.ext.unit.report.Failure
 
isError() - Method in class io.vertx.rxjava.ext.unit.report.Failure
 
isEventLoopContext() - Method in interface io.vertx.core.Context
Is the current context an event loop context?
isEventLoopContext() - Method in class io.vertx.reactivex.core.Context
Is the current context an event loop context?
isEventLoopContext() - Method in class io.vertx.rxjava.core.Context
Is the current context an event loop context?
isEventsDisabled() - Method in class io.vertx.spi.cluster.ignite.IgniteCacheOptions
Checks whether events are disabled for this cache.
isExactPath() - Method in interface io.vertx.ext.web.Route
Returns true of the path doesn't end with a wildcard * or is null.
isExactPath() - Method in class io.vertx.reactivex.ext.web.Route
Returns true of the path doesn't end with a wildcard * or is null.
isExactPath() - Method in class io.vertx.rxjava.ext.web.Route
Returns true of the path doesn't end with a wildcard * or is null.
isExclusive() - Method in class io.vertx.core.http.StreamPriority
 
isExpectMultipart() - Method in interface io.vertx.core.http.HttpServerRequest
 
isExpectMultipart() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
 
isExpectMultipart() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
isFailed() - Method in interface io.vertx.ext.unit.Completion
 
isFailed() - Method in class io.vertx.reactivex.ext.unit.Completion
 
isFailed() - Method in class io.vertx.rxjava.ext.unit.Completion
 
isFallbackOnFailure() - Method in class io.vertx.circuitbreaker.CircuitBreakerOptions
 
isFileCachingEnabled() - Method in class io.vertx.core.file.FileSystemOptions
 
isFileUpload() - Method in interface io.vertx.ext.web.multipart.FormDataPart
 
isFileUpload() - Method in class io.vertx.reactivex.ext.web.multipart.FormDataPart
 
isFileUpload() - Method in class io.vertx.rxjava.ext.web.multipart.FormDataPart
 
isFinal() - Method in interface io.vertx.core.http.WebSocketFrame
 
isFinal() - Method in class io.vertx.reactivex.core.http.WebSocketFrame
 
isFinal() - Method in class io.vertx.rxjava.core.http.WebSocketFrame
 
isFirstAcquirer() - Method in interface io.vertx.amqp.AmqpMessage
 
isFirstAcquirer() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
isFirstAcquirer() - Method in class io.vertx.rxjava.amqp.AmqpMessage
 
isFixedHeaders() - Method in class io.vertx.ext.mail.MailMessage
get whether our own headers should be the only headers added to the message
isFlag() - Method in class io.vertx.core.cli.Option
 
isFlagEnabled(String) - Method in interface io.vertx.core.cli.CommandLine
Gets the value of an option marked as a flag.
isFlagEnabled(String) - Method in class io.vertx.reactivex.core.cli.CommandLine
Gets the value of an option marked as a flag.
isFlagEnabled(String) - Method in class io.vertx.rxjava.core.cli.CommandLine
Gets the value of an option marked as a flag.
isFloat() - Method in interface io.vertx.ext.web.api.RequestParameter
Deprecated.
Returns true if value of RequestParameter is a Float instance
isFloat() - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
Deprecated.
isFloat() - Method in class io.vertx.rxjava.ext.web.api.RequestParameter
Deprecated.
isFollowRedirects() - Method in class io.vertx.ext.web.client.WebClientOptions
 
isForceSni() - Method in class io.vertx.core.http.HttpClientOptions
 
isForeground() - Method in interface io.vertx.ext.shell.command.CommandProcess
 
isForeground() - Method in class io.vertx.reactivex.ext.shell.command.CommandProcess
 
isForeground() - Method in class io.vertx.rxjava.ext.shell.command.CommandProcess
 
isFresh() - Method in interface io.vertx.ext.web.RoutingContext
Check if the request is fresh, aka Last-Modified and/or the ETag still match.
isFresh() - Method in class io.vertx.reactivex.ext.web.RoutingContext
Check if the request is fresh, aka Last-Modified and/or the ETag still match.
isFresh() - Method in class io.vertx.rxjava.ext.web.RoutingContext
Check if the request is fresh, aka Last-Modified and/or the ETag still match.
isGrpcTls() - Method in class io.vertx.ext.consul.CheckOptions
Specifies whether to use TLS for this gRPC health check.
isHa() - Method in class io.vertx.core.DeploymentOptions
Will the verticle(s) be deployed as HA (highly available) ?
isHAEnabled() - Method in class io.vertx.core.VertxOptions
Will HA be enabled on the Vert.x instance?
isHandle100ContinueAutomatically() - Method in class io.vertx.core.http.HttpServerOptions
 
isHeadersCopy() - Method in class io.vertx.camel.CamelMapping
 
isHelp() - Method in class io.vertx.core.cli.Option
Checks whether or not this option is a "Help" option.
isHidden() - Method in class io.vertx.core.cli.Argument
 
isHidden() - Method in interface io.vertx.core.cli.CLI
Checks whether or not the current CLI instance is hidden.
isHidden() - Method in class io.vertx.core.cli.Option
 
isHidden() - Method in class io.vertx.reactivex.core.cli.CLI
Checks whether or not the current CLI instance is hidden.
isHidden() - Method in class io.vertx.rxjava.core.cli.CLI
Checks whether or not the current CLI instance is hidden.
isHolding(Object) - Method in class io.vertx.reactivex.servicediscovery.ServiceReference
Checks whether or not the service reference has the given service object.
isHolding(Object) - Method in class io.vertx.rxjava.servicediscovery.ServiceReference
Checks whether or not the service reference has the given service object.
isHolding(Object) - Method in interface io.vertx.servicediscovery.ServiceReference
Checks whether or not the service reference has the given service object.
isHolding(Object) - Method in class io.vertx.servicediscovery.types.AbstractServiceReference
 
isHttp2ClearTextUpgrade() - Method in class io.vertx.core.http.HttpClientOptions
 
isHttpOnly() - Method in interface io.vertx.core.http.Cookie
 
isHttpOnly() - Method in class io.vertx.reactivex.core.http.Cookie
 
isHttpOnly() - Method in class io.vertx.rxjava.core.http.Cookie
 
isIgnoreExpiration() - Method in class io.vertx.ext.auth.JWTOptions
 
isIncludeDefaultStores() - Method in class io.vertx.config.ConfigRetrieverOptions
 
isInetSocket() - Method in interface io.vertx.core.net.SocketAddress
 
isInetSocket() - Method in class io.vertx.reactivex.core.net.SocketAddress
 
isInetSocket() - Method in class io.vertx.rxjava.core.net.SocketAddress
 
isInfoEnabled() - Method in class io.vertx.core.logging.JULLogDelegate
 
isInfoEnabled() - Method in class io.vertx.core.logging.Log4j2LogDelegate
 
isInfoEnabled() - Method in class io.vertx.core.logging.Logger
Deprecated.
see https://github.com/eclipse-vertx/vert.x/issues/2774
isInfoEnabled() - Method in class io.vertx.core.logging.SLF4JLogDelegate
 
isInfoEnabled() - Method in interface io.vertx.core.spi.logging.LogDelegate
 
isInsertJSESSIONID() - Method in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
 
isInteger() - Method in interface io.vertx.ext.web.api.RequestParameter
Deprecated.
Returns true if value of RequestParameter is an Integer instance
isInteger() - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
Deprecated.
isInteger() - Method in class io.vertx.rxjava.ext.web.api.RequestParameter
Deprecated.
isIntegerSchema() - Method in class io.vertx.json.schema.common.dsl.NumberSchemaBuilder
 
isInternal() - Method in class io.vertx.kafka.admin.TopicDescription
 
isInvalidate() - Method in class io.vertx.spi.cluster.ignite.IgniteCacheOptions
Invalidation flag.
isIpV6() - Method in class io.vertx.core.datagram.DatagramSocketOptions
 
isJmxEnabled() - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
Will JMX be enabled on the Vert.x instance?
isJsonArray() - Method in interface io.vertx.ext.web.api.RequestParameter
Deprecated.
Returns true if value of RequestParameter is a JsonArray instance
isJsonArray() - Method in interface io.vertx.ext.web.validation.RequestParameter
 
isJsonArray() - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
Deprecated.
isJsonArray() - Method in class io.vertx.reactivex.ext.web.validation.RequestParameter
 
isJsonArray() - Method in class io.vertx.rxjava.ext.web.api.RequestParameter
Deprecated.
isJsonArray() - Method in class io.vertx.rxjava.ext.web.validation.RequestParameter
 
isJsonObject() - Method in interface io.vertx.ext.web.api.RequestParameter
Deprecated.
Returns true if value of RequestParameter is a JsonObject instance
isJsonObject() - Method in interface io.vertx.ext.web.validation.RequestParameter
 
isJsonObject() - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
Deprecated.
isJsonObject() - Method in class io.vertx.reactivex.ext.web.validation.RequestParameter
 
isJsonObject() - Method in class io.vertx.rxjava.ext.web.api.RequestParameter
Deprecated.
isJsonObject() - Method in class io.vertx.rxjava.ext.web.validation.RequestParameter
 
isJvmMetricsEnabled() - Method in class io.vertx.micrometer.MicrometerMetricsOptions
 
isKeepAlive() - Method in class io.vertx.core.http.HttpClientOptions
Is keep alive enabled on the client?
isKeepAlive() - Method in class io.vertx.ext.mail.MailConfig
get if connection pool is enabled default is true
isKeepMostRecent() - Method in class io.vertx.rabbitmq.QueueOptions
 
isKeyless() - Method in class io.vertx.reactivex.redis.client.Command
 
isKeyless() - Method in interface io.vertx.redis.client.Command
 
isKeyless() - Method in class io.vertx.rxjava.redis.client.Command
 
isListening() - Method in interface io.vertx.ext.stomp.StompServer
Checks whether or not the server is listening.
isListening() - Method in class io.vertx.reactivex.ext.stomp.StompServer
Checks whether or not the server is listening.
isListening() - Method in class io.vertx.rxjava.ext.stomp.StompServer
Checks whether or not the server is listening.
isLocalOnly() - Method in class io.vertx.core.eventbus.DeliveryOptions
 
isLocalPointer() - Method in interface io.vertx.core.json.pointer.JsonPointer
Return true if the pointer is local (URI with only fragment)
isLocalPointer() - Method in class io.vertx.reactivex.core.json.pointer.JsonPointer
Return true if the pointer is local (URI with only fragment)
isLocalPointer() - Method in class io.vertx.rxjava.core.json.pointer.JsonPointer
Return true if the pointer is local (URI with only fragment)
isLocalURI(URI) - Static method in class io.vertx.json.schema.common.URIUtils
 
isLocalWriteHandler() - Method in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
 
isLong() - Method in interface io.vertx.ext.web.api.RequestParameter
Deprecated.
Returns true if value of RequestParameter is a Long instance
isLong() - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
Deprecated.
isLong() - Method in class io.vertx.rxjava.ext.web.api.RequestParameter
Deprecated.
isLoopbackModeDisabled() - Method in class io.vertx.core.datagram.DatagramSocketOptions
 
isMatchedBy(ParsedHeaderValue) - Method in interface io.vertx.ext.web.ParsedHeaderValue
Test if this header is matched by matchTry header
isMatchedBy(ParsedHeaderValue) - Method in class io.vertx.reactivex.ext.web.LanguageHeader
Test if this header is matched by matchTry header
isMatchedBy(ParsedHeaderValue) - Method in class io.vertx.reactivex.ext.web.MIMEHeader
Test if this header is matched by matchTry header
isMatchedBy(ParsedHeaderValue) - Method in interface io.vertx.reactivex.ext.web.ParsedHeaderValue
Test if this header is matched by matchTry header
isMatchedBy(ParsedHeaderValue) - Method in class io.vertx.rxjava.ext.web.LanguageHeader
Test if this header is matched by matchTry header
isMatchedBy(ParsedHeaderValue) - Method in class io.vertx.rxjava.ext.web.MIMEHeader
Test if this header is matched by matchTry header
isMatchedBy(ParsedHeaderValue) - Method in interface io.vertx.rxjava.ext.web.ParsedHeaderValue
Test if this header is matched by matchTry header
isMetricsCategoryDisabled(MetricsDomain) - Method in class io.vertx.micrometer.MicrometerMetricsOptions
Is the given metrics category disabled?
isMetricsCategoryDisabled(String) - Method in class io.vertx.micrometer.MicrometerMetricsOptions
Is the given metrics category disabled?
isMetricsEnabled() - Method in interface io.vertx.core.metrics.Measured
Whether the metrics are enabled for this measured object
isMetricsEnabled() - Method in class io.vertx.jdbcclient.JDBCConnectOptions
 
isMetricsEnabled() - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Whether the metrics are enabled for this measured object
isMetricsEnabled() - Method in class io.vertx.reactivex.core.eventbus.EventBus
Whether the metrics are enabled for this measured object
isMetricsEnabled() - Method in class io.vertx.reactivex.core.http.HttpClient
Whether the metrics are enabled for this measured object
isMetricsEnabled() - Method in class io.vertx.reactivex.core.http.HttpServer
Whether the metrics are enabled for this measured object
isMetricsEnabled() - Method in interface io.vertx.reactivex.core.metrics.Measured
Whether the metrics are enabled for this measured object
isMetricsEnabled() - Method in class io.vertx.reactivex.core.net.NetClient
Whether the metrics are enabled for this measured object
isMetricsEnabled() - Method in class io.vertx.reactivex.core.net.NetServer
Whether the metrics are enabled for this measured object
isMetricsEnabled() - Method in class io.vertx.reactivex.core.Vertx
Whether the metrics are enabled for this measured object
isMetricsEnabled() - Method in class io.vertx.reactivex.core.WorkerExecutor
Whether the metrics are enabled for this measured object
isMetricsEnabled() - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Whether the metrics are enabled for this measured object
isMetricsEnabled() - Method in class io.vertx.rxjava.core.eventbus.EventBus
Whether the metrics are enabled for this measured object
isMetricsEnabled() - Method in class io.vertx.rxjava.core.http.HttpClient
Whether the metrics are enabled for this measured object
isMetricsEnabled() - Method in class io.vertx.rxjava.core.http.HttpServer
Whether the metrics are enabled for this measured object
isMetricsEnabled() - Method in interface io.vertx.rxjava.core.metrics.Measured
Whether the metrics are enabled for this measured object
isMetricsEnabled() - Method in class io.vertx.rxjava.core.net.NetClient
Whether the metrics are enabled for this measured object
isMetricsEnabled() - Method in class io.vertx.rxjava.core.net.NetServer
Whether the metrics are enabled for this measured object
isMetricsEnabled() - Method in class io.vertx.rxjava.core.Vertx
Whether the metrics are enabled for this measured object
isMetricsEnabled() - Method in class io.vertx.rxjava.core.WorkerExecutor
Whether the metrics are enabled for this measured object
isMetricsEnabled() - Method in class io.vertx.spi.cluster.ignite.IgniteCacheOptions
 
isMountNotImplementedHandler() - Method in class io.vertx.ext.web.api.contract.RouterFactoryOptions
Deprecated.
 
isMountNotImplementedHandler() - Method in class io.vertx.ext.web.openapi.RouterBuilderOptions
 
isMountResponseContentTypeHandler() - Method in class io.vertx.ext.web.api.contract.RouterFactoryOptions
Deprecated.
 
isMountResponseContentTypeHandler() - Method in class io.vertx.ext.web.openapi.RouterBuilderOptions
 
isMountValidationFailureHandler() - Method in class io.vertx.ext.web.api.contract.RouterFactoryOptions
Deprecated.
Router Factory won't manage the validation errors anymore. You must use Router.errorHandler(int, Handler) with 400 error
isMovable() - Method in class io.vertx.reactivex.redis.client.Command
 
isMovable() - Method in interface io.vertx.redis.client.Command
 
isMovable() - Method in class io.vertx.rxjava.redis.client.Command
 
isMulti() - Method in class io.vertx.ext.mongo.BulkOperation
Returns the multi flag, used by update and delete operations
isMulti() - Method in class io.vertx.ext.mongo.UpdateOptions
Get whether multi is enabled.
isMultiKey() - Method in class io.vertx.reactivex.redis.client.Command
 
isMultiKey() - Method in interface io.vertx.redis.client.Command
 
isMultiKey() - Method in class io.vertx.rxjava.redis.client.Command
 
isMultiPartOnly() - Method in class io.vertx.ext.mail.MailConfig
Should the mail message be always encoded as multipart.
isMultiple() - Method in class io.vertx.rabbitmq.RabbitMQConfirmation
 
isMultiValued() - Method in class io.vertx.core.cli.Argument
 
isMultiValued() - Method in class io.vertx.core.cli.Option
 
isNaN() - Method in class io.vertx.sqlclient.data.Numeric
 
isNativeTransportEnabled() - Method in interface io.vertx.core.Vertx
 
isNativeTransportEnabled() - Method in class io.vertx.reactivex.core.Vertx
 
isNativeTransportEnabled() - Method in class io.vertx.rxjava.core.Vertx
 
isNioEnabled() - Method in class io.vertx.rabbitmq.RabbitMQOptions
 
isNoDefaultPolicy() - Method in class io.vertx.config.vault.client.TokenRequest
 
isNofollowLinks() - Method in class io.vertx.core.file.CopyOptions
 
isNoParent() - Method in class io.vertx.config.vault.client.TokenRequest
 
isNoPush() - Method in class io.vertx.ext.web.Http2PushMapping
 
isNoTimestamp() - Method in class io.vertx.ext.auth.JWTOptions
 
isNull(Object) - Method in interface io.vertx.core.json.pointer.JsonPointerIterator
 
isNull() - Method in interface io.vertx.core.parsetools.JsonEvent
 
isNull() - Method in interface io.vertx.ext.web.api.RequestParameter
Deprecated.
Returns true if value is null
isNull() - Method in interface io.vertx.ext.web.validation.RequestParameter
 
isNull(Object) - Method in class io.vertx.reactivex.core.json.pointer.JsonPointerIterator
 
isNull() - Method in class io.vertx.reactivex.core.parsetools.JsonEvent
 
isNull() - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
Deprecated.
isNull() - Method in class io.vertx.reactivex.ext.web.validation.RequestParameter
 
isNull(Object) - Method in class io.vertx.rxjava.core.json.pointer.JsonPointerIterator
 
isNull() - Method in class io.vertx.rxjava.core.parsetools.JsonEvent
 
isNull() - Method in class io.vertx.rxjava.ext.web.api.RequestParameter
Deprecated.
isNull() - Method in class io.vertx.rxjava.ext.web.validation.RequestParameter
 
isNullOrEmpty(String) - Static method in class io.vertx.core.cli.UsageMessageFormatter
 
isNumber() - Method in interface io.vertx.core.parsetools.JsonEvent
 
isNumber() - Method in interface io.vertx.ext.web.validation.RequestParameter
 
isNumber() - Method in class io.vertx.reactivex.core.parsetools.JsonEvent
 
isNumber() - Method in class io.vertx.reactivex.ext.web.validation.RequestParameter
 
isNumber() - Method in class io.vertx.rxjava.core.parsetools.JsonEvent
 
isNumber() - Method in class io.vertx.rxjava.ext.web.validation.RequestParameter
 
isObject(Object) - Method in interface io.vertx.core.json.pointer.JsonPointerIterator
 
isObject() - Method in interface io.vertx.core.parsetools.JsonEvent
 
isObject() - Method in interface io.vertx.ext.web.api.RequestParameter
Deprecated.
Returns true if value of RequestParameter is a map of fields
isObject(Object) - Method in class io.vertx.reactivex.core.json.pointer.JsonPointerIterator
 
isObject() - Method in class io.vertx.reactivex.core.parsetools.JsonEvent
 
isObject() - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
Deprecated.
isObject(Object) - Method in class io.vertx.rxjava.core.json.pointer.JsonPointerIterator
 
isObject() - Method in class io.vertx.rxjava.core.parsetools.JsonEvent
 
isObject() - Method in class io.vertx.rxjava.ext.web.api.RequestParameter
Deprecated.
isOk() - Method in class io.vertx.ext.healthchecks.Status
 
isOnEventLoopThread() - Static method in interface io.vertx.core.Context
Is the current thread an event thread?
isOnEventLoopThread() - Static method in class io.vertx.reactivex.core.Context
Is the current thread an event thread?
isOnEventLoopThread() - Static method in class io.vertx.rxjava.core.Context
Is the current thread an event thread?
isOnheapCacheEnabled() - Method in class io.vertx.spi.cluster.ignite.IgniteCacheOptions
Checks if the on-heap cache is enabled for the off-heap based page memory.
isOnVertxThread() - Static method in interface io.vertx.core.Context
Is the current thread a Vert.x thread? That's either a worker thread or an event loop thread
isOnVertxThread() - Static method in class io.vertx.reactivex.core.Context
Is the current thread a Vert.x thread? That's either a worker thread or an event loop thread
isOnVertxThread() - Static method in class io.vertx.rxjava.core.Context
Is the current thread a Vert.x thread? That's either a worker thread or an event loop thread
isOnWorkerThread() - Static method in interface io.vertx.core.Context
Is the current thread a worker thread?
isOnWorkerThread() - Static method in class io.vertx.reactivex.core.Context
Is the current thread a worker thread?
isOnWorkerThread() - Static method in class io.vertx.rxjava.core.Context
Is the current thread a worker thread?
isOpen() - Method in class io.vertx.pgclient.data.Path
 
isOpenChannel() - Method in interface io.vertx.rabbitmq.RabbitMQClient
Check if a channel is open
isOpenChannel() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Check if a channel is open
isOpenChannel() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Check if a channel is open
isOptional() - Method in class io.vertx.config.ConfigStoreOptions
 
isOptional() - Method in interface io.vertx.ext.web.api.validation.ParameterValidationRule
Deprecated.
Return true if parameter is optional
isOptional() - Method in class io.vertx.reactivex.ext.web.api.validation.ParameterValidationRule
Deprecated.
isOptional() - Method in class io.vertx.rxjava.ext.web.api.validation.ParameterValidationRule
Deprecated.
isOptionAssigned(Option) - Method in interface io.vertx.core.cli.CommandLine
Checks whether or not the given option has been assigned in the command line.
isOptionAssigned(Option) - Method in class io.vertx.reactivex.core.cli.CommandLine
Checks whether or not the given option has been assigned in the command line.
isOptionAssigned(Option) - Method in class io.vertx.rxjava.core.cli.CommandLine
Checks whether or not the given option has been assigned in the command line.
isOptResourceEnabled() - Method in class io.vertx.core.dns.AddressResolverOptions
 
isOrdered() - Method in class io.vertx.ext.mongo.BulkWriteOptions
Get whether the operations will be executed in the given order
isOrphan() - Method in class io.vertx.config.vault.client.Lookup
 
isOther() - Method in interface io.vertx.core.file.FileProps
Is the file some other type? (I.e.
isOther() - Method in class io.vertx.reactivex.core.file.FileProps
Is the file some other type? (I.e.
isOther() - Method in class io.vertx.rxjava.core.file.FileProps
Is the file some other type? (I.e.
isParent(JsonPointer) - Method in interface io.vertx.core.json.pointer.JsonPointer
Return true if this pointer is a parent pointer of child.
isParent(JsonPointer) - Method in class io.vertx.reactivex.core.json.pointer.JsonPointer
Return true if this pointer is a parent pointer of child.
isParent(JsonPointer) - Method in class io.vertx.rxjava.core.json.pointer.JsonPointer
Return true if this pointer is a parent pointer of child.
isParsedAsList() - Method in class io.vertx.core.cli.TypedOption
 
isPaused() - Method in interface io.vertx.rabbitmq.RabbitMQConsumer
 
isPaused() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQConsumer
 
isPaused() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQConsumer
 
isPermitted() - Method in interface io.vertx.ext.web.ParsedHeaderValue
Is this an allowed operation as specified by the corresponding header?
isPermitted() - Method in class io.vertx.reactivex.ext.web.LanguageHeader
Is this an allowed operation as specified by the corresponding header?
isPermitted() - Method in class io.vertx.reactivex.ext.web.MIMEHeader
Is this an allowed operation as specified by the corresponding header?
isPermitted() - Method in interface io.vertx.reactivex.ext.web.ParsedHeaderValue
Is this an allowed operation as specified by the corresponding header?
isPermitted() - Method in class io.vertx.rxjava.ext.web.LanguageHeader
Is this an allowed operation as specified by the corresponding header?
isPermitted() - Method in class io.vertx.rxjava.ext.web.MIMEHeader
Is this an allowed operation as specified by the corresponding header?
isPermitted() - Method in interface io.vertx.rxjava.ext.web.ParsedHeaderValue
Is this an allowed operation as specified by the corresponding header?
isPing() - Method in interface io.vertx.core.http.WebSocketFrame
 
isPing() - Method in class io.vertx.reactivex.core.http.WebSocketFrame
 
isPing() - Method in class io.vertx.rxjava.core.http.WebSocketFrame
 
isPipelining() - Method in class io.vertx.core.http.HttpClientOptions
Is pipe-lining enabled on the client
isPipelining() - Method in class io.vertx.ext.mail.MailConfig
Is the pipelining will be used if SMTP server supports it.
isPlainTextEnabled() - Method in class io.vertx.ext.auth.htpasswd.HtpasswdAuthOptions
 
isPointToPoint() - Method in class io.vertx.ext.stomp.BridgeOptions
 
isPresent() - Method in class io.vertx.ext.consul.KeyValue
Return true if there is a key/value pair present, otherwise false.
isPresent() - Method in class io.vertx.ext.consul.KeyValueList
Return true if there is a key/value pairs present, otherwise false.
isProcedureInError() - Method in class io.vertx.ext.healthchecks.Status
 
isPropertyRequired(String) - Method in class io.vertx.json.schema.common.dsl.ObjectSchemaBuilder
 
isProxyClose() - Method in class io.vertx.serviceproxy.generator.model.ProxyMethodInfo
 
isProxyIgnore() - Method in class io.vertx.serviceproxy.generator.model.ProxyMethodInfo
 
isPublish() - Method in class io.vertx.camel.InboundMapping
 
isPublishAutoAck() - Method in interface io.vertx.mqtt.MqttEndpoint
 
isPublishAutoAck() - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
 
isPublishAutoAck() - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
 
isPublishQuantiles() - Method in class io.vertx.micrometer.VertxPrometheusOptions
 
isPubSub() - Method in class io.vertx.reactivex.redis.client.Command
 
isPubSub() - Method in interface io.vertx.redis.client.Command
 
isPubSub() - Method in class io.vertx.rxjava.redis.client.Command
 
isPushEnabled() - Method in class io.vertx.core.http.Http2Settings
 
isRead() - Method in class io.vertx.core.file.OpenOptions
Is the file to opened for reading?
isReadFromBackup() - Method in class io.vertx.spi.cluster.ignite.IgniteCacheOptions
Gets flag indicating whether data can be read from backup.
isReadOnly() - Method in class io.vertx.ext.sql.SQLOptions
 
isReadOnly() - Method in class io.vertx.kafka.admin.ConfigEntry
 
isReadOnly() - Method in class io.vertx.reactivex.redis.client.Command
 
isReadOnly() - Method in interface io.vertx.redis.client.Command
 
isReadOnly() - Method in class io.vertx.rxjava.redis.client.Command
 
isRecursionDesired() - Method in class io.vertx.core.dns.DnsClientOptions
Return whether or not recursion is desired
isRegenerated() - Method in interface io.vertx.ext.web.Session
 
isRegenerated() - Method in class io.vertx.ext.web.sstore.AbstractSession
 
isRegenerated() - Method in class io.vertx.reactivex.ext.web.Session
 
isRegenerated() - Method in class io.vertx.rxjava.ext.web.Session
 
isRegexPath() - Method in interface io.vertx.ext.web.Route
Returns true of the path is a regular expression, this includes expression paths.
isRegexPath() - Method in class io.vertx.reactivex.ext.web.Route
Returns true of the path is a regular expression, this includes expression paths.
isRegexPath() - Method in class io.vertx.rxjava.ext.web.Route
Returns true of the path is a regular expression, this includes expression paths.
isRegistered() - Method in interface io.vertx.core.eventbus.MessageConsumer
 
isRegistered() - Method in class io.vertx.reactivex.core.eventbus.MessageConsumer
 
isRegistered() - Method in class io.vertx.rxjava.core.eventbus.MessageConsumer
 
isRegisterWriteHandler() - Method in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
 
isRegularFile() - Method in interface io.vertx.core.file.FileProps
Is the file a regular file?
isRegularFile() - Method in class io.vertx.reactivex.core.file.FileProps
Is the file a regular file?
isRegularFile() - Method in class io.vertx.rxjava.core.file.FileProps
Is the file a regular file?
isRemoteURI(URI) - Static method in class io.vertx.json.schema.common.URIUtils
 
isRenewable() - Method in class io.vertx.config.vault.client.Auth
 
isRenewable() - Method in class io.vertx.config.vault.client.Lookup
 
isRenewable() - Method in class io.vertx.config.vault.client.Secret
 
isReplaceExisting() - Method in class io.vertx.core.file.CopyOptions
 
isRequestBatchingEnabled() - Method in class io.vertx.ext.web.handler.graphql.GraphQLHandlerOptions
 
isRequestMultipartEnabled() - Method in class io.vertx.ext.web.handler.graphql.GraphQLHandlerOptions
 
isRequired() - Method in class io.vertx.core.cli.Argument
 
isRequired() - Method in class io.vertx.core.cli.Option
 
isRequireSecurityHandlers() - Method in class io.vertx.ext.web.api.contract.RouterFactoryOptions
Deprecated.
 
isRequireSecurityHandlers() - Method in class io.vertx.ext.web.openapi.RouterBuilderOptions
 
isResultHandler(ParamInfo) - Method in class io.vertx.serviceproxy.generator.GeneratorUtils
 
isRetain() - Method in interface io.vertx.mqtt.messages.MqttPublishMessage
 
isRetain() - Method in class io.vertx.reactivex.mqtt.messages.MqttPublishMessage
 
isRetain() - Method in class io.vertx.rxjava.mqtt.messages.MqttPublishMessage
 
isReturningNewDocument() - Method in class io.vertx.ext.mongo.UpdateOptions
Get whether returning new document property is enabled.
isReuseAddress() - Method in class io.vertx.core.net.NetworkOptions
 
isReusePort() - Method in class io.vertx.core.net.NetworkOptions
 
isRootPointer() - Method in interface io.vertx.core.json.pointer.JsonPointer
Return true if the pointer is a root pointer
isRootPointer() - Method in class io.vertx.reactivex.core.json.pointer.JsonPointer
Return true if the pointer is a root pointer
isRootPointer() - Method in class io.vertx.rxjava.core.json.pointer.JsonPointer
Return true if the pointer is a root pointer
isRotateServers() - Method in class io.vertx.core.dns.AddressResolverOptions
 
isRoundRobinInetAddress() - Method in class io.vertx.core.dns.AddressResolverOptions
 
isScopeGranted() - Method in interface io.vertx.ext.auth.oauth2.AccessToken
Deprecated.
Check if the access token own the required scopes to access to the resource.
isScopeGranted() - Method in class io.vertx.reactivex.ext.auth.oauth2.AccessToken
Check if the access token own the required scopes to access to the resource.
isScopeGranted() - Method in class io.vertx.rxjava.ext.auth.oauth2.AccessToken
Check if the access token own the required scopes to access to the resource.
isSecure() - Method in interface io.vertx.core.http.Cookie
 
isSecure() - Method in class io.vertx.reactivex.core.http.Cookie
 
isSecure() - Method in class io.vertx.rxjava.core.http.Cookie
 
isSecured() - Method in class io.vertx.ext.stomp.StompServerOptions
Checks whether or not the server is secured (meaning it has an authentication mechanism).
isSeenInCommandLine(Option) - Method in interface io.vertx.core.cli.CommandLine
Checks whether or not the given option has been seen in the user command line.
isSeenInCommandLine(Option) - Method in class io.vertx.reactivex.core.cli.CommandLine
Checks whether or not the given option has been seen in the user command line.
isSeenInCommandLine(Option) - Method in class io.vertx.rxjava.core.cli.CommandLine
Checks whether or not the given option has been seen in the user command line.
isSend() - Method in interface io.vertx.core.eventbus.Message
Signals if this message represents a send or publish event.
isSend() - Method in class io.vertx.reactivex.core.eventbus.Message
Signals if this message represents a send or publish event.
isSend() - Method in class io.vertx.rxjava.core.eventbus.Message
Signals if this message represents a send or publish event.
isSendErrorOnNoSubscriptions() - Method in class io.vertx.ext.stomp.StompServerOptions
Checks whether or not an error is sent to the client when this client sends a message to an not subscribed destinations (no subscriptions on this destination).
isSendUnmaskedFrames() - Method in class io.vertx.core.http.HttpClientOptions
 
isSensitive() - Method in class io.vertx.kafka.admin.ConfigEntry
 
isSessionAccessed() - Method in interface io.vertx.ext.web.RoutingContext
Whether the RoutingContext.session() has been already called or not.
isSessionAccessed() - Method in class io.vertx.reactivex.ext.web.RoutingContext
Whether the RoutingContext.session() has been already called or not.
isSessionAccessed() - Method in class io.vertx.rxjava.ext.web.RoutingContext
Whether the RoutingContext.session() has been already called or not.
isSessionCacheEnabled() - Method in class io.vertx.core.net.OpenSSLEngineOptions
Whether session cache is enabled in open SSL session server context
isSessionPresent() - Method in interface io.vertx.mqtt.messages.MqttConnAckMessage
 
isSessionPresent() - Method in class io.vertx.reactivex.mqtt.messages.MqttConnAckMessage
 
isSessionPresent() - Method in class io.vertx.rxjava.mqtt.messages.MqttConnAckMessage
 
isShared() - Method in class io.vertx.ext.auth.jdbc.JDBCAuthOptions
Deprecated.
 
isShutdown() - Method in class io.vertx.grpc.VertxServer
 
isShutdownOnNodeStop() - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
 
isShutdownOnSegmentation() - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
 
isSignatureTimestamp() - Method in class io.vertx.ext.mail.DKIMSignOptions
Adds signature sign timestamp or not.
isSimpleConsumerGroup() - Method in class io.vertx.kafka.admin.ConsumerGroupDescription
 
isSimpleConsumerGroup() - Method in class io.vertx.kafka.admin.ConsumerGroupListing
 
isSingleValued() - Method in class io.vertx.core.cli.Option
 
isSizeAvailable() - Method in interface io.vertx.core.http.HttpServerFileUpload
 
isSizeAvailable() - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
 
isSizeAvailable() - Method in class io.vertx.rxjava.core.http.HttpServerFileUpload
 
isSni() - Method in class io.vertx.core.net.NetServerOptions
 
isSparse() - Method in class io.vertx.core.file.OpenOptions
Set whether a hint should be provided that the file to created is sparse
isSparse() - Method in class io.vertx.ext.mongo.IndexOptions
If true, the index only references documents with the specified field
isSsl() - Method in interface io.vertx.core.http.HttpConnection
 
isSSL() - Method in interface io.vertx.core.http.HttpServerRequest
 
isSsl() - Method in class io.vertx.core.http.RequestOptions
 
isSsl() - Method in interface io.vertx.core.http.WebSocketBase
 
isSsl() - Method in interface io.vertx.core.net.NetSocket
 
isSsl() - Method in class io.vertx.core.net.TCPSSLOptions
 
isSsl() - Method in interface io.vertx.mqtt.MqttEndpoint
 
isSsl() - Method in class io.vertx.reactivex.core.http.HttpConnection
 
isSSL() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
 
isSsl() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
isSsl() - Method in class io.vertx.reactivex.core.http.WebSocket
 
isSsl() - Method in interface io.vertx.reactivex.core.http.WebSocketBase
 
isSsl() - Method in class io.vertx.reactivex.core.net.NetSocket
 
isSsl() - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
 
isSSL() - Method in class io.vertx.reactivex.sqlclient.SqlConnection
 
isSsl() - Method in class io.vertx.rxjava.core.http.HttpConnection
 
isSSL() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
isSsl() - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
isSsl() - Method in class io.vertx.rxjava.core.http.WebSocket
 
isSsl() - Method in interface io.vertx.rxjava.core.http.WebSocketBase
 
isSsl() - Method in class io.vertx.rxjava.core.net.NetSocket
 
isSsl() - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
 
isSSL() - Method in class io.vertx.rxjava.sqlclient.SqlConnection
 
isSsl() - Method in class io.vertx.servicediscovery.types.HttpLocation
 
isSSL() - Method in interface io.vertx.sqlclient.SqlConnection
 
isStartEmbeddedServer() - Method in class io.vertx.micrometer.VertxPrometheusOptions
Returns true if it is configured to init an embedded web server to expose Prometheus metrics
isString() - Method in interface io.vertx.core.parsetools.JsonEvent
 
isString() - Method in interface io.vertx.ext.web.api.RequestParameter
Deprecated.
Returns true if value of RequestParameter is a String instance
isString() - Method in interface io.vertx.ext.web.validation.RequestParameter
 
isString() - Method in class io.vertx.reactivex.core.parsetools.JsonEvent
 
isString() - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
Deprecated.
isString() - Method in class io.vertx.reactivex.ext.web.validation.RequestParameter
 
isString() - Method in class io.vertx.rxjava.core.parsetools.JsonEvent
 
isString() - Method in class io.vertx.rxjava.ext.web.api.RequestParameter
Deprecated.
isString() - Method in class io.vertx.rxjava.ext.web.validation.RequestParameter
 
isSubscriptionAutoAck() - Method in interface io.vertx.mqtt.MqttEndpoint
 
isSubscriptionAutoAck() - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
 
isSubscriptionAutoAck() - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
 
isSucceeded() - Method in interface io.vertx.ext.unit.Completion
 
isSucceeded() - Method in class io.vertx.rabbitmq.RabbitMQConfirmation
 
isSucceeded() - Method in class io.vertx.rabbitmq.RabbitMQPublisherConfirmation
 
isSucceeded() - Method in class io.vertx.reactivex.ext.unit.Completion
 
isSucceeded() - Method in class io.vertx.rxjava.ext.unit.Completion
 
isSupportsJoin() - Method in class io.vertx.tracing.zipkin.ZipkinTracingOptions
 
isSymbolicLink() - Method in interface io.vertx.core.file.FileProps
Is the file a symbolic link?
isSymbolicLink() - Method in class io.vertx.reactivex.core.file.FileProps
Is the file a symbolic link?
isSymbolicLink() - Method in class io.vertx.rxjava.core.file.FileProps
Is the file a symbolic link?
isSymmetric() - Method in class io.vertx.ext.auth.PubSecKeyOptions
Deprecated.
isSync() - Method in class io.vertx.core.file.OpenOptions
If true then every write to the file's content and metadata will be written synchronously to the underlying hardware.
isSync() - Method in class io.vertx.json.schema.common.BaseAsyncValidator
 
isSync() - Method in class io.vertx.json.schema.common.BaseMutableStateValidator
 
isSync() - Method in class io.vertx.json.schema.common.BaseSyncValidator
 
isSync() - Method in class io.vertx.json.schema.common.FalseSchema
 
isSync() - Method in class io.vertx.json.schema.common.RecursiveRefSchema
 
isSync() - Method in class io.vertx.json.schema.common.TrueSchema
 
isSync() - Method in interface io.vertx.json.schema.common.Validator
Returns true if this validator can actually provide a synchronous validation
isSync() - Method in interface io.vertx.json.schema.Schema
 
isSync() - Method in class io.vertx.reactivex.json.schema.Schema
 
isSync() - Method in class io.vertx.rxjava.json.schema.Schema
 
isSystemViewExporterSpiDisabled() - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
 
isTcpCork() - Method in class io.vertx.core.net.TCPSSLOptions
 
isTcpFastOpen() - Method in class io.vertx.core.net.TCPSSLOptions
 
isTcpKeepAlive() - Method in class io.vertx.core.net.TCPSSLOptions
 
isTcpNoDelay() - Method in class io.vertx.core.net.TCPSSLOptions
 
isTcpQuickAck() - Method in class io.vertx.core.net.TCPSSLOptions
 
isTerminated() - Method in class io.vertx.grpc.VertxServer
 
isText() - Method in interface io.vertx.core.http.WebSocketFrame
 
isText() - Method in interface io.vertx.ext.shell.cli.CliToken
 
isText() - Method in interface io.vertx.ext.web.multipart.FormDataPart
 
isText() - Method in class io.vertx.reactivex.core.http.WebSocketFrame
 
isText() - Method in class io.vertx.reactivex.ext.shell.cli.CliToken
 
isText() - Method in class io.vertx.reactivex.ext.web.multipart.FormDataPart
 
isText() - Method in class io.vertx.rxjava.core.http.WebSocketFrame
 
isText() - Method in class io.vertx.rxjava.ext.shell.cli.CliToken
 
isText() - Method in class io.vertx.rxjava.ext.web.multipart.FormDataPart
 
isTlsSkipVerify() - Method in class io.vertx.ext.consul.CheckOptions
Specifies if the certificate for an HTTPS check should not be verified.
isTraceEnabled() - Method in class io.vertx.core.logging.JULLogDelegate
 
isTraceEnabled() - Method in class io.vertx.core.logging.Log4j2LogDelegate
 
isTraceEnabled() - Method in class io.vertx.core.logging.Logger
Deprecated.
see https://github.com/eclipse-vertx/vert.x/issues/2774
isTraceEnabled() - Method in class io.vertx.core.logging.SLF4JLogDelegate
 
isTraceEnabled() - Method in interface io.vertx.core.spi.logging.LogDelegate
 
isTrailingLine() - Method in class io.vertx.ext.stomp.StompClientOptions
Gets whether or not an empty line should be appended to the written STOMP frame.
isTrailingLine() - Method in class io.vertx.ext.stomp.StompServerOptions
Gets whether or not an empty line should be appended to the written STOMP frame.
isTruncateExisting() - Method in class io.vertx.core.file.OpenOptions
If the file exists and is opened for writing should the file be truncated to zero length on open?
isTrustAll() - Method in class io.vertx.core.eventbus.EventBusOptions
 
isTrustAll() - Method in class io.vertx.core.net.ClientOptionsBase
 
isTrustAll() - Method in class io.vertx.spi.cluster.ignite.IgniteSslOptions
When using ssl, trust ALL certificates.
isTryUseCompression() - Method in class io.vertx.core.http.HttpClientOptions
Is compression enabled on the client?
isUnique() - Method in class io.vertx.ext.mongo.IndexOptions
Gets if the index should be unique.
isUnsubscribed() - Method in class io.vertx.rx.java.ContextScheduler.ContextWorker
 
isUp(Future<CheckResult>) - Static method in class io.vertx.ext.healthchecks.CheckResult
 
isUp(CheckResult) - Static method in class io.vertx.ext.healthchecks.CheckResult
 
isUpsert() - Method in class io.vertx.ext.mongo.BulkOperation
Returns the upsert flag, used by update and replace operations
isUpsert() - Method in class io.vertx.ext.mongo.UpdateOptions
Get whether upsert is enabled
isUseAffectedRows() - Method in class io.vertx.mysqlclient.MySQLConnectOptions
Get how affected rows are calculated on update/delete/insert.
isUseAlpn() - Method in class io.vertx.core.net.TCPSSLOptions
 
isUseEventLoop() - Method in class io.vertx.ext.unit.TestOptions
 
isUseProxyProtocol() - Method in class io.vertx.core.net.NetServerOptions
 
isUserAgentEnabled() - Method in class io.vertx.ext.web.client.WebClientOptions
 
isUseStompFrame() - Method in class io.vertx.ext.stomp.StompClientOptions
Checks whether or not the connection is made using the STOMP command instead of the CONNECT command.
isUseWebSocket() - Method in class io.vertx.mqtt.MqttServerOptions
 
isUsingDomainSocket() - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
isUsingDomainSocket() - Method in class io.vertx.pgclient.PgConnectOptions
 
isValid() - Method in interface io.vertx.core.cli.CommandLine
Checks whether or not the command line is valid, i.e.
isValid(String) - Method in interface io.vertx.ext.web.api.validation.ParameterTypeValidator
Deprecated.
Function that checks if parameter is valid.
isValid() - Method in class io.vertx.reactivex.core.cli.CommandLine
Checks whether or not the command line is valid, i.e.
isValid(String) - Method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
Deprecated.
isValid() - Method in class io.vertx.rxjava.core.cli.CommandLine
Checks whether or not the command line is valid, i.e.
isValid(String) - Method in class io.vertx.rxjava.ext.web.api.validation.ParameterTypeValidator
Deprecated.
isValidateIssuer() - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
 
isValidCollection(List<String>) - Method in interface io.vertx.ext.web.api.validation.ParameterTypeValidator
Deprecated.
Function that checks if array of values of a specific parameter.
isValidCollection(List<String>) - Method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
Deprecated.
isValidCollection(List<String>) - Method in class io.vertx.rxjava.ext.web.api.validation.ParameterTypeValidator
Deprecated.
isVerifyHost() - Method in class io.vertx.core.http.HttpClientOptions
Is hostname verification (for SSL/TLS) enabled?
isVoid() - Method in class io.vertx.reactivex.redis.client.Command
 
isVoid() - Method in interface io.vertx.redis.client.Command
 
isVoid() - Method in class io.vertx.rxjava.redis.client.Command
 
isWarnEnabled() - Method in class io.vertx.core.logging.JULLogDelegate
 
isWarnEnabled() - Method in class io.vertx.core.logging.Log4j2LogDelegate
 
isWarnEnabled() - Method in class io.vertx.core.logging.Logger
Deprecated.
see https://github.com/eclipse-vertx/vert.x/issues/2774
isWarnEnabled() - Method in class io.vertx.core.logging.SLF4JLogDelegate
 
isWarnEnabled() - Method in interface io.vertx.core.spi.logging.LogDelegate
 
isWebsocketBridge() - Method in class io.vertx.ext.stomp.StompServerOptions
Checks whether or not the web socket bridge is enabled.
isWillFlag() - Method in class io.vertx.mqtt.MqttClientOptions
 
isWillFlag() - Method in class io.vertx.mqtt.MqttWill
 
isWillRetain() - Method in class io.vertx.mqtt.MqttClientOptions
 
isWillRetain() - Method in class io.vertx.mqtt.MqttWill
 
isWithTransitive() - Method in class io.vertx.maven.resolver.ResolutionOptions
 
isWorker() - Method in class io.vertx.core.DeploymentOptions
Should the verticle(s) be deployed as a worker verticle?
isWorkerContext() - Method in interface io.vertx.core.Context
Is the current context a worker context?
isWorkerContext() - Method in class io.vertx.reactivex.core.Context
Is the current context a worker context?
isWorkerContext() - Method in class io.vertx.rxjava.core.Context
Is the current context a worker context?
isWrite() - Method in class io.vertx.core.file.OpenOptions
Is the file to opened for writing?
isWrite() - Method in class io.vertx.reactivex.redis.client.Command
 
isWrite() - Method in interface io.vertx.redis.client.Command
 
isWrite() - Method in class io.vertx.rxjava.redis.client.Command
 
item(SchemaBuilder) - Method in class io.vertx.json.schema.common.dsl.TupleSchemaBuilder
 
items(SchemaBuilder) - Method in class io.vertx.json.schema.common.dsl.ArraySchemaBuilder
 
ItemsValidatorFactory - Class in io.vertx.json.schema.common
 
ItemsValidatorFactory() - Constructor for class io.vertx.json.schema.common.ItemsValidatorFactory
 
ItemsValidatorFactory - Class in io.vertx.json.schema.draft7
 
ItemsValidatorFactory() - Constructor for class io.vertx.json.schema.draft7.ItemsValidatorFactory
 
iterator() - Method in class io.vertx.core.json.JsonArray
Get an Iterator over the values in the JSON array
iterator() - Method in class io.vertx.core.json.JsonObject
Get an Iterator of the entries in the JSON object.
iterator() - Method in class io.vertx.reactivex.core.MultiMap
 
iterator() - Method in class io.vertx.reactivex.ext.web.multipart.MultipartForm
 
iterator() - Method in class io.vertx.reactivex.redis.client.Response
 
iterator() - Method in class io.vertx.reactivex.sqlclient.RowSet
 
iterator() - Method in interface io.vertx.redis.client.Response
Return an iterator so it can be iterated using the foreach construct.
iterator() - Method in class io.vertx.rxjava.core.MultiMap
 
iterator() - Method in class io.vertx.rxjava.ext.web.multipart.MultipartForm
 
iterator() - Method in class io.vertx.rxjava.redis.client.Response
 
iterator() - Method in class io.vertx.rxjava.sqlclient.RowSet
 
iterator() - Method in interface io.vertx.sqlclient.RowSet
 

J

JacksonCodec - Class in io.vertx.core.json.jackson
 
JacksonCodec() - Constructor for class io.vertx.core.json.jackson.JacksonCodec
 
JacksonFactory - Class in io.vertx.core.json.jackson
 
JacksonFactory() - Constructor for class io.vertx.core.json.jackson.JacksonFactory
 
JadeTemplateEngine - Interface in io.vertx.ext.web.templ.jade
A template engine that uses Jade.
JadeTemplateEngine - Class in io.vertx.reactivex.ext.web.templ.jade
A template engine that uses Jade.
JadeTemplateEngine(JadeTemplateEngine) - Constructor for class io.vertx.reactivex.ext.web.templ.jade.JadeTemplateEngine
 
JadeTemplateEngine(Object) - Constructor for class io.vertx.reactivex.ext.web.templ.jade.JadeTemplateEngine
 
JadeTemplateEngine - Class in io.vertx.rxjava.ext.web.templ.jade
A template engine that uses Jade.
JadeTemplateEngine(JadeTemplateEngine) - Constructor for class io.vertx.rxjava.ext.web.templ.jade.JadeTemplateEngine
 
JadeTemplateEngine(Object) - Constructor for class io.vertx.rxjava.ext.web.templ.jade.JadeTemplateEngine
 
javaObjToChar(Object) - Static method in class io.vertx.serviceproxy.ProxyUtils
 
JDBCAuth - Interface in io.vertx.ext.auth.jdbc
Deprecated.
This class has been replaced by the class JDBCAuthentication for authentication and JDBCAuthorization for authorization
JDBCAuth - Class in io.vertx.reactivex.ext.auth.jdbc
Factory interface for creating AuthenticationProvider instances that use the Vert.x JDBC client.
JDBCAuth(JDBCAuth) - Constructor for class io.vertx.reactivex.ext.auth.jdbc.JDBCAuth
 
JDBCAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.jdbc.JDBCAuth
 
JDBCAuth - Class in io.vertx.rxjava.ext.auth.jdbc
Factory interface for creating AuthenticationProvider instances that use the Vert.x JDBC client.
JDBCAuth(JDBCAuth) - Constructor for class io.vertx.rxjava.ext.auth.jdbc.JDBCAuth
 
JDBCAuth(Object) - Constructor for class io.vertx.rxjava.ext.auth.jdbc.JDBCAuth
 
JDBCAuthentication - Interface in io.vertx.ext.auth.jdbc
Factory interface for creating AuthenticationProvider instances that use the Vert.x JDBC client.
JDBCAuthentication - Class in io.vertx.reactivex.ext.auth.jdbc
Factory interface for creating AuthenticationProvider instances that use the Vert.x JDBC client.
JDBCAuthentication(JDBCAuthentication) - Constructor for class io.vertx.reactivex.ext.auth.jdbc.JDBCAuthentication
 
JDBCAuthentication(Object) - Constructor for class io.vertx.reactivex.ext.auth.jdbc.JDBCAuthentication
 
JDBCAuthentication - Class in io.vertx.rxjava.ext.auth.jdbc
Factory interface for creating AuthenticationProvider instances that use the Vert.x JDBC client.
JDBCAuthentication(JDBCAuthentication) - Constructor for class io.vertx.rxjava.ext.auth.jdbc.JDBCAuthentication
 
JDBCAuthentication(Object) - Constructor for class io.vertx.rxjava.ext.auth.jdbc.JDBCAuthentication
 
JDBCAuthenticationOptions - Class in io.vertx.ext.auth.jdbc
Options configuring JDBC authentication.
JDBCAuthenticationOptions() - Constructor for class io.vertx.ext.auth.jdbc.JDBCAuthenticationOptions
 
JDBCAuthenticationOptions(JsonObject) - Constructor for class io.vertx.ext.auth.jdbc.JDBCAuthenticationOptions
 
JDBCAuthenticationOptionsConverter - Class in io.vertx.ext.auth.jdbc
Converter and mapper for JDBCAuthenticationOptions.
JDBCAuthenticationOptionsConverter() - Constructor for class io.vertx.ext.auth.jdbc.JDBCAuthenticationOptionsConverter
 
JDBCAuthOptions - Class in io.vertx.ext.auth.jdbc
Deprecated.
This class has been replaced by the class JDBCAuthenticationOptions for authentication and JDBCAuthorizationOptions for authorization
JDBCAuthOptions() - Constructor for class io.vertx.ext.auth.jdbc.JDBCAuthOptions
Deprecated.
 
JDBCAuthOptions(JDBCAuthOptions) - Constructor for class io.vertx.ext.auth.jdbc.JDBCAuthOptions
Deprecated.
 
JDBCAuthOptions(JsonObject) - Constructor for class io.vertx.ext.auth.jdbc.JDBCAuthOptions
Deprecated.
 
JDBCAuthOptionsConverter - Class in io.vertx.ext.auth.jdbc
Converter and mapper for JDBCAuthOptions.
JDBCAuthOptionsConverter() - Constructor for class io.vertx.ext.auth.jdbc.JDBCAuthOptionsConverter
 
JDBCAuthorization - Interface in io.vertx.ext.auth.jdbc
Factory interface for creating AuthorizationProvider instances that use the Vert.x JDBC client.
JDBCAuthorization - Class in io.vertx.reactivex.ext.auth.jdbc
Factory interface for creating instances that use the Vert.x JDBC client.
JDBCAuthorization(JDBCAuthorization) - Constructor for class io.vertx.reactivex.ext.auth.jdbc.JDBCAuthorization
 
JDBCAuthorization(Object) - Constructor for class io.vertx.reactivex.ext.auth.jdbc.JDBCAuthorization
 
JDBCAuthorization - Class in io.vertx.rxjava.ext.auth.jdbc
Factory interface for creating instances that use the Vert.x JDBC client.
JDBCAuthorization(JDBCAuthorization) - Constructor for class io.vertx.rxjava.ext.auth.jdbc.JDBCAuthorization
 
JDBCAuthorization(Object) - Constructor for class io.vertx.rxjava.ext.auth.jdbc.JDBCAuthorization
 
JDBCAuthorizationOptions - Class in io.vertx.ext.auth.jdbc
Options configuring JDBC authentication.
JDBCAuthorizationOptions() - Constructor for class io.vertx.ext.auth.jdbc.JDBCAuthorizationOptions
 
JDBCAuthorizationOptions(JsonObject) - Constructor for class io.vertx.ext.auth.jdbc.JDBCAuthorizationOptions
 
JDBCAuthorizationOptionsConverter - Class in io.vertx.ext.auth.jdbc
Converter and mapper for JDBCAuthorizationOptions.
JDBCAuthorizationOptionsConverter() - Constructor for class io.vertx.ext.auth.jdbc.JDBCAuthorizationOptionsConverter
 
JDBCClient - Interface in io.vertx.ext.jdbc
An asynchronous client interface for interacting with a JDBC compliant database
JDBCClient - Class in io.vertx.reactivex.ext.jdbc
An asynchronous client interface for interacting with a JDBC compliant database

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

JDBCClient(JDBCClient) - Constructor for class io.vertx.reactivex.ext.jdbc.JDBCClient
 
JDBCClient(Object) - Constructor for class io.vertx.reactivex.ext.jdbc.JDBCClient
 
JDBCClient - Class in io.vertx.rxjava.ext.jdbc
An asynchronous client interface for interacting with a JDBC compliant database

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

JDBCClient(JDBCClient) - Constructor for class io.vertx.rxjava.ext.jdbc.JDBCClient
 
JDBCClient(Object) - Constructor for class io.vertx.rxjava.ext.jdbc.JDBCClient
 
JDBCConnectOptions - Class in io.vertx.jdbcclient
 
JDBCConnectOptions() - Constructor for class io.vertx.jdbcclient.JDBCConnectOptions
 
JDBCConnectOptions(JsonObject) - Constructor for class io.vertx.jdbcclient.JDBCConnectOptions
 
JDBCConnectOptionsConverter - Class in io.vertx.jdbcclient
Converter and mapper for JDBCConnectOptions.
JDBCConnectOptionsConverter() - Constructor for class io.vertx.jdbcclient.JDBCConnectOptionsConverter
 
JDBCDataSource - Class in io.vertx.reactivex.servicediscovery.types

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

JDBCDataSource(JDBCDataSource) - Constructor for class io.vertx.reactivex.servicediscovery.types.JDBCDataSource
 
JDBCDataSource(Object) - Constructor for class io.vertx.reactivex.servicediscovery.types.JDBCDataSource
 
JDBCDataSource - Class in io.vertx.rxjava.servicediscovery.types

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

JDBCDataSource(JDBCDataSource) - Constructor for class io.vertx.rxjava.servicediscovery.types.JDBCDataSource
 
JDBCDataSource(Object) - Constructor for class io.vertx.rxjava.servicediscovery.types.JDBCDataSource
 
JDBCDataSource - Interface in io.vertx.servicediscovery.types
 
JDBCHashStrategy - Interface in io.vertx.ext.auth.jdbc
Deprecated.
This strategy has been deprecated in favour of HashingStrategy. The new implementation is backend agnostic and follows a standard format that can be reused across different storages.
JDBCHashStrategy - Class in io.vertx.reactivex.ext.auth.jdbc
Determines how the hashing is computed in the implementation You can implement this to provide a different hashing strategy to the default.
JDBCHashStrategy(JDBCHashStrategy) - Constructor for class io.vertx.reactivex.ext.auth.jdbc.JDBCHashStrategy
 
JDBCHashStrategy(Object) - Constructor for class io.vertx.reactivex.ext.auth.jdbc.JDBCHashStrategy
 
JDBCHashStrategy - Class in io.vertx.rxjava.ext.auth.jdbc
Determines how the hashing is computed in the implementation You can implement this to provide a different hashing strategy to the default.
JDBCHashStrategy(JDBCHashStrategy) - Constructor for class io.vertx.rxjava.ext.auth.jdbc.JDBCHashStrategy
 
JDBCHashStrategy(Object) - Constructor for class io.vertx.rxjava.ext.auth.jdbc.JDBCHashStrategy
 
JDBCPool - Interface in io.vertx.jdbcclient
JDBCPool is the interface that allows using the Sql Client API with plain JDBC.
JDBCPool - Class in io.vertx.reactivex.jdbcclient
JDBCPool is the interface that allows using the Sql Client API with plain JDBC.
JDBCPool(JDBCPool) - Constructor for class io.vertx.reactivex.jdbcclient.JDBCPool
 
JDBCPool(Object) - Constructor for class io.vertx.reactivex.jdbcclient.JDBCPool
 
JDBCPool - Class in io.vertx.rxjava.jdbcclient
JDBCPool is the interface that allows using the Sql Client API with plain JDBC.
JDBCPool(JDBCPool) - Constructor for class io.vertx.rxjava.jdbcclient.JDBCPool
 
JDBCPool(Object) - Constructor for class io.vertx.rxjava.jdbcclient.JDBCPool
 
jdbcType() - Method in class io.vertx.reactivex.sqlclient.desc.ColumnDescriptor
 
jdbcType() - Method in class io.vertx.rxjava.sqlclient.desc.ColumnDescriptor
 
jdbcType() - Method in interface io.vertx.sqlclient.desc.ColumnDescriptor
 
JDBCUserUtil - Interface in io.vertx.ext.auth.jdbc
Utility to create users/roles/permissions.
JDBCUserUtil - Class in io.vertx.reactivex.ext.auth.jdbc
Utility to create users/roles/permissions.
JDBCUserUtil(JDBCUserUtil) - Constructor for class io.vertx.reactivex.ext.auth.jdbc.JDBCUserUtil
 
JDBCUserUtil(Object) - Constructor for class io.vertx.reactivex.ext.auth.jdbc.JDBCUserUtil
 
JDBCUserUtil - Class in io.vertx.rxjava.ext.auth.jdbc
Utility to create users/roles/permissions.
JDBCUserUtil(JDBCUserUtil) - Constructor for class io.vertx.rxjava.ext.auth.jdbc.JDBCUserUtil
 
JDBCUserUtil(Object) - Constructor for class io.vertx.rxjava.ext.auth.jdbc.JDBCUserUtil
 
JdkSSLEngineOptions - Class in io.vertx.core.net
Configures a TCPSSLOptions to use the JDK ssl engine implementation.
JdkSSLEngineOptions() - Constructor for class io.vertx.core.net.JdkSSLEngineOptions
 
JdkSSLEngineOptions(JsonObject) - Constructor for class io.vertx.core.net.JdkSSLEngineOptions
 
JdkSSLEngineOptions(JdkSSLEngineOptions) - Constructor for class io.vertx.core.net.JdkSSLEngineOptions
 
JksOptions - Class in io.vertx.core.net
Key or trust store options configuring private key and/or certificates based on Java Keystore files.
JksOptions() - Constructor for class io.vertx.core.net.JksOptions
Default constructor
JksOptions(JksOptions) - Constructor for class io.vertx.core.net.JksOptions
Copy constructor
JksOptions(JsonObject) - Constructor for class io.vertx.core.net.JksOptions
Create options from JSON
JksOptionsConverter - Class in io.vertx.core.net
Converter and mapper for JksOptions.
JksOptionsConverter() - Constructor for class io.vertx.core.net.JksOptionsConverter
 
JmxBackendRegistry - Class in io.vertx.micrometer.backends
 
JmxBackendRegistry(VertxJmxMetricsOptions) - Constructor for class io.vertx.micrometer.backends.JmxBackendRegistry
 
JmxReporter - Class in io.vertx.ext.dropwizard.reporters
 
JmxReporter.Builder - Class in io.vertx.ext.dropwizard.reporters
A builder for JmxReporter instances.
JmxReporter.JmxCounterMBean - Interface in io.vertx.ext.dropwizard.reporters
 
JmxReporter.JmxGaugeMBean - Interface in io.vertx.ext.dropwizard.reporters
 
JmxReporter.JmxHistogramMBean - Interface in io.vertx.ext.dropwizard.reporters
 
JmxReporter.JmxMeterMBean - Interface in io.vertx.ext.dropwizard.reporters
 
JmxReporter.JmxThroughputMeterMBean - Interface in io.vertx.ext.dropwizard.reporters
 
JmxReporter.JmxThroughputTimerMBean - Interface in io.vertx.ext.dropwizard.reporters
 
JmxReporter.JmxTimerMBean - Interface in io.vertx.ext.dropwizard.reporters
 
JmxReporter.MetricMBean - Interface in io.vertx.ext.dropwizard.reporters
 
Job - Interface in io.vertx.ext.shell.system
A job executed in a JobController, grouping one or several process.

The job life cycle can be controlled with the Job.run(), Job.resume() and Job.suspend() and Job.interrupt() methods.

Job - Class in io.vertx.reactivex.ext.shell.system
A job executed in a JobController, grouping one or several process.

The job life cycle can be controlled with the Job.run(), Job.resume() and Job.suspend() and Job.interrupt() methods.

Job(Job) - Constructor for class io.vertx.reactivex.ext.shell.system.Job
 
Job(Object) - Constructor for class io.vertx.reactivex.ext.shell.system.Job
 
Job - Class in io.vertx.rxjava.ext.shell.system
A job executed in a JobController, grouping one or several process.

The job life cycle can be controlled with the Job.run(), Job.resume() and Job.suspend() and Job.interrupt() methods.

Job(Job) - Constructor for class io.vertx.rxjava.ext.shell.system.Job
 
Job(Object) - Constructor for class io.vertx.rxjava.ext.shell.system.Job
 
jobController() - Method in interface io.vertx.ext.shell.Shell
 
JobController - Interface in io.vertx.ext.shell.system
The job controller.

jobController() - Method in class io.vertx.reactivex.ext.shell.Shell
 
JobController - Class in io.vertx.reactivex.ext.shell.system
The job controller.

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

JobController(JobController) - Constructor for class io.vertx.reactivex.ext.shell.system.JobController
 
JobController(Object) - Constructor for class io.vertx.reactivex.ext.shell.system.JobController
 
jobController() - Method in class io.vertx.rxjava.ext.shell.Shell
 
JobController - Class in io.vertx.rxjava.ext.shell.system
The job controller.

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

JobController(JobController) - Constructor for class io.vertx.rxjava.ext.shell.system.JobController
 
JobController(Object) - Constructor for class io.vertx.rxjava.ext.shell.system.JobController
 
jobs() - Method in interface io.vertx.ext.shell.system.JobController
 
jobs() - Method in class io.vertx.reactivex.ext.shell.system.JobController
 
jobs() - Method in class io.vertx.rxjava.ext.shell.system.JobController
 
join(Future<T1>, Future<T2>) - Static method in interface io.vertx.core.CompositeFuture
Return a composite future, succeeded when all futures are succeeded, failed when any future is failed.
join(Future<T1>, Future<T2>, Future<T3>) - Static method in interface io.vertx.core.CompositeFuture
Like CompositeFuture.join(Future, Future) but with 3 futures.
join(Future<T1>, Future<T2>, Future<T3>, Future<T4>) - Static method in interface io.vertx.core.CompositeFuture
Like CompositeFuture.join(Future, Future) but with 4 futures.
join(Future<T1>, Future<T2>, Future<T3>, Future<T4>, Future<T5>) - Static method in interface io.vertx.core.CompositeFuture
Like CompositeFuture.join(Future, Future) but with 5 futures.
join(Future<T1>, Future<T2>, Future<T3>, Future<T4>, Future<T5>, Future<T6>) - Static method in interface io.vertx.core.CompositeFuture
Like CompositeFuture.join(Future, Future) but with 6 futures.
join(List<Future>) - Static method in interface io.vertx.core.CompositeFuture
Like CompositeFuture.join(Future, Future) but with a list of futures.
join(Promise<Void>) - Method in interface io.vertx.core.spi.cluster.ClusterManager
Join the cluster.
join(Promise<Void>) - Method in class io.vertx.ext.cluster.infinispan.InfinispanClusterManager
 
join(Promise<Void>) - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
 
join(Promise<Void>) - Method in class io.vertx.spi.cluster.ignite.IgniteClusterManager
 
join(Promise<Void>) - Method in class io.vertx.spi.cluster.zookeeper.ZookeeperClusterManager
 
Json - Class in io.vertx.core.json
 
Json() - Constructor for class io.vertx.core.json.Json
 
JSON - Static variable in interface io.vertx.ext.web.client.predicate.ResponsePredicate
Creates a predicate validating the response content-type is application/json.
json(Class<U>) - Static method in interface io.vertx.ext.web.codec.BodyCodec
Create and return a codec for Java objects encoded using Jackson mapper.
json(Object) - Method in interface io.vertx.ext.web.RoutingContext
Encode an Object to JSON and end the request.
json(Object, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.web.RoutingContext
json(SchemaBuilder) - Static method in interface io.vertx.ext.web.validation.builder.Bodies
Create a json body processor
JSON - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
Creates a predicate validating the response content-type is application/json.
json(Class<U>) - Static method in class io.vertx.reactivex.ext.web.codec.BodyCodec
Create and return a codec for Java objects encoded using Jackson mapper.
json(Object, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.web.RoutingContext
json(Object) - Method in class io.vertx.reactivex.ext.web.RoutingContext
JSON - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
Creates a predicate validating the response content-type is application/json.
json(Class<U>) - Static method in class io.vertx.rxjava.ext.web.codec.BodyCodec
Create and return a codec for Java objects encoded using Jackson mapper.
json(Object, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.web.RoutingContext
json(Object) - Method in class io.vertx.rxjava.ext.web.RoutingContext
JSON_ITERATOR - Static variable in interface io.vertx.core.json.pointer.JsonPointerIterator
Instance of a JsonPointerIterator to query Vert.x Json structures
JSON_ITERATOR - Static variable in class io.vertx.reactivex.core.json.pointer.JsonPointerIterator
Instance of a JsonPointerIterator to query Vert.x Json structures
JSON_ITERATOR - Static variable in class io.vertx.rxjava.core.json.pointer.JsonPointerIterator
Instance of a JsonPointerIterator to query Vert.x Json structures
JSON_NULL - Static variable in class io.vertx.reactivex.sqlclient.Row
The JSON null literal value.
JSON_NULL - Static variable in class io.vertx.reactivex.sqlclient.Tuple
The JSON null literal value.
JSON_NULL - Static variable in class io.vertx.rxjava.sqlclient.Row
The JSON null literal value.
JSON_NULL - Static variable in class io.vertx.rxjava.sqlclient.Tuple
The JSON null literal value.
JSON_NULL - Static variable in interface io.vertx.sqlclient.Tuple
The JSON null literal value.
JsonArray - Class in io.vertx.core.json
A representation of a JSON array in Java.
JsonArray(String) - Constructor for class io.vertx.core.json.JsonArray
Create an instance from a String of JSON, this string must be a valid array otherwise an exception will be thrown.
JsonArray() - Constructor for class io.vertx.core.json.JsonArray
Create an empty instance
JsonArray(List) - Constructor for class io.vertx.core.json.JsonArray
Create an instance from a List.
JsonArray(Buffer) - Constructor for class io.vertx.core.json.JsonArray
Create an instance from a Buffer of JSON.
jsonArray() - Method in interface io.vertx.ext.auth.oauth2.OAuth2Response
Deprecated.
The HTTP response body as a JsonArray
jsonArray() - Static method in interface io.vertx.ext.web.codec.BodyCodec
 
JsonArray() - Static method in class io.vertx.kafka.client.serialization.VertxSerdes
 
jsonArray() - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Response
Deprecated.
jsonArray() - Static method in class io.vertx.reactivex.ext.web.codec.BodyCodec
 
jsonArray() - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Response
Deprecated.
jsonArray() - Static method in class io.vertx.rxjava.ext.web.codec.BodyCodec
 
JsonArrayDeserializer - Class in io.vertx.kafka.client.serialization
Kafka deserializer for raw bytes in a buffer
JsonArrayDeserializer() - Constructor for class io.vertx.kafka.client.serialization.JsonArrayDeserializer
 
JsonArraySerde() - Constructor for class io.vertx.kafka.client.serialization.VertxSerdes.JsonArraySerde
 
JsonArraySerializer - Class in io.vertx.kafka.client.serialization
Kafka serializer for raw bytes in a buffer
JsonArraySerializer() - Constructor for class io.vertx.kafka.client.serialization.JsonArraySerializer
 
JsonCodec - Interface in io.vertx.core.spi.json
 
JsonEvent - Interface in io.vertx.core.parsetools
A JSON event emited by the JsonParser.
JsonEvent - Class in io.vertx.reactivex.core.parsetools
A JSON event emited by the JsonParser.
JsonEvent(JsonEvent) - Constructor for class io.vertx.reactivex.core.parsetools.JsonEvent
 
JsonEvent(Object) - Constructor for class io.vertx.reactivex.core.parsetools.JsonEvent
 
JsonEvent - Class in io.vertx.rxjava.core.parsetools
A JSON event emited by the JsonParser.
JsonEvent(JsonEvent) - Constructor for class io.vertx.rxjava.core.parsetools.JsonEvent
 
JsonEvent(Object) - Constructor for class io.vertx.rxjava.core.parsetools.JsonEvent
 
JsonEventType - Enum in io.vertx.core.parsetools
The possibles types of JsonEvent emitted by the JsonParser.
JsonFactory - Interface in io.vertx.core.spi
A factory for the plug-able json SPI.
JsonObject - Class in io.vertx.core.json
A representation of a JSON object in Java.
JsonObject(String) - Constructor for class io.vertx.core.json.JsonObject
Create an instance from a string of JSON
JsonObject() - Constructor for class io.vertx.core.json.JsonObject
Create a new, empty instance
JsonObject(Map<String, Object>) - Constructor for class io.vertx.core.json.JsonObject
Create an instance from a Map.
JsonObject(Buffer) - Constructor for class io.vertx.core.json.JsonObject
Create an instance from a buffer.
jsonObject() - Method in interface io.vertx.ext.auth.oauth2.OAuth2Response
Deprecated.
The HTTP response body as a JsonObject
jsonObject() - Static method in interface io.vertx.ext.web.codec.BodyCodec
 
JsonObject() - Static method in class io.vertx.kafka.client.serialization.VertxSerdes
 
jsonObject() - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Response
Deprecated.
jsonObject() - Static method in class io.vertx.reactivex.ext.web.codec.BodyCodec
 
jsonObject() - Static method in class io.vertx.reactivex.sqlclient.templates.TupleMapper
Map a to a .
jsonObject() - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Response
Deprecated.
jsonObject() - Static method in class io.vertx.rxjava.ext.web.codec.BodyCodec
 
jsonObject() - Static method in interface io.vertx.sqlclient.templates.TupleMapper
Map a JsonObject to a Tuple.
JsonObjectDeserializer - Class in io.vertx.kafka.client.serialization
Kafka deserializer for raw bytes in a buffer
JsonObjectDeserializer() - Constructor for class io.vertx.kafka.client.serialization.JsonObjectDeserializer
 
JsonObjectHelper - Class in io.vertx.config.spi.utils
Some utility methods to create json objects from a set of String.
JsonObjectHelper() - Constructor for class io.vertx.config.spi.utils.JsonObjectHelper
 
JsonObjectSerde() - Constructor for class io.vertx.kafka.client.serialization.VertxSerdes.JsonObjectSerde
 
JsonObjectSerializer - Class in io.vertx.kafka.client.serialization
Kafka serializer for raw bytes in a buffer
JsonObjectSerializer() - Constructor for class io.vertx.kafka.client.serialization.JsonObjectSerializer
 
jsonParam(String, SchemaBuilder) - Static method in interface io.vertx.ext.web.validation.builder.Parameters
Creates a required parameter serialized as valid json
JsonParser - Interface in io.vertx.core.parsetools
A parser class which allows to incrementally parse json elements and emit json parse events instead of parsing a json element fully.
JsonParser - Class in io.vertx.reactivex.core.parsetools
A parser class which allows to incrementally parse json elements and emit json parse events instead of parsing a json element fully.
JsonParser(JsonParser) - Constructor for class io.vertx.reactivex.core.parsetools.JsonParser
 
JsonParser(Object) - Constructor for class io.vertx.reactivex.core.parsetools.JsonParser
 
JsonParser - Class in io.vertx.rxjava.core.parsetools
A parser class which allows to incrementally parse json elements and emit json parse events instead of parsing a json element fully.
JsonParser(JsonParser) - Constructor for class io.vertx.rxjava.core.parsetools.JsonParser
 
JsonParser(Object) - Constructor for class io.vertx.rxjava.core.parsetools.JsonParser
 
JsonPointer - Interface in io.vertx.core.json.pointer
Implementation of RFC6901 Json Pointers.
JsonPointer - Class in io.vertx.reactivex.core.json.pointer
Implementation of RFC6901 Json Pointers.
JsonPointer(JsonPointer) - Constructor for class io.vertx.reactivex.core.json.pointer.JsonPointer
 
JsonPointer(Object) - Constructor for class io.vertx.reactivex.core.json.pointer.JsonPointer
 
JsonPointer - Class in io.vertx.rxjava.core.json.pointer
Implementation of RFC6901 Json Pointers.
JsonPointer(JsonPointer) - Constructor for class io.vertx.rxjava.core.json.pointer.JsonPointer
 
JsonPointer(Object) - Constructor for class io.vertx.rxjava.core.json.pointer.JsonPointer
 
JsonPointerIterator - Interface in io.vertx.core.json.pointer
The JsonPointerIterator is used by the read/write algorithms of the JsonPointer to read/write the querying data structure
Every method takes the currentValue as parameter, representing the actual value held by the query algorithm.
Implementations of this interface should be stateless, so they can be reused
You can implement this interface to query the structure you want using json pointers
JsonPointerIterator - Class in io.vertx.reactivex.core.json.pointer
The JsonPointerIterator is used by the read/write algorithms of the JsonPointer to read/write the querying data structure
Every method takes the currentValue as parameter, representing the actual value held by the query algorithm.
Implementations of this interface should be stateless, so they can be reused
You can implement this interface to query the structure you want using json pointers

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

JsonPointerIterator(JsonPointerIterator) - Constructor for class io.vertx.reactivex.core.json.pointer.JsonPointerIterator
 
JsonPointerIterator(Object) - Constructor for class io.vertx.reactivex.core.json.pointer.JsonPointerIterator
 
JsonPointerIterator - Class in io.vertx.rxjava.core.json.pointer
The JsonPointerIterator is used by the read/write algorithms of the JsonPointer to read/write the querying data structure
Every method takes the currentValue as parameter, representing the actual value held by the query algorithm.
Implementations of this interface should be stateless, so they can be reused
You can implement this interface to query the structure you want using json pointers

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

JsonPointerIterator(JsonPointerIterator) - Constructor for class io.vertx.rxjava.core.json.pointer.JsonPointerIterator
 
JsonPointerIterator(Object) - Constructor for class io.vertx.rxjava.core.json.pointer.JsonPointerIterator
 
JsonSchemaType - Enum in io.vertx.json.schema.common
 
jsonStream(JsonParser) - Static method in interface io.vertx.ext.web.codec.BodyCodec
A body codec that parse the response as a JSON stream.
jsonStream(JsonParser) - Static method in class io.vertx.reactivex.ext.web.codec.BodyCodec
A body codec that parse the response as a JSON stream.
jsonStream(JsonParser) - Static method in class io.vertx.rxjava.ext.web.codec.BodyCodec
A body codec that parse the response as a JSON stream.
JULLogDelegate - Class in io.vertx.core.logging
A LogDelegate which delegates to java.util.logging
JULLogDelegateFactory - Class in io.vertx.core.logging
A LogDelegateFactory which creates JULLogDelegate instances.
JULLogDelegateFactory() - Constructor for class io.vertx.core.logging.JULLogDelegateFactory
 
jWKSet(Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.auth.oauth2.OAuth2Auth
Retrieve the public server JSON Web Key (JWK) required to verify the authenticity of issued ID and access tokens.
jWKSet() - Method in interface io.vertx.ext.auth.oauth2.OAuth2Auth
Retrieve the public server JSON Web Key (JWK) required to verify the authenticity of issued ID and access tokens.
jWKSet(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
Retrieve the public server JSON Web Key (JWK) required to verify the authenticity of issued ID and access tokens.
jWKSet() - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
Retrieve the public server JSON Web Key (JWK) required to verify the authenticity of issued ID and access tokens.
jWKSet(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
Retrieve the public server JSON Web Key (JWK) required to verify the authenticity of issued ID and access tokens.
jWKSet() - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
Retrieve the public server JSON Web Key (JWK) required to verify the authenticity of issued ID and access tokens.
JWTAuth - Interface in io.vertx.ext.auth.jwt
Factory interface for creating JWT based AuthenticationProvider instances.
JWTAuth - Class in io.vertx.reactivex.ext.auth.jwt
Factory interface for creating JWT based AuthenticationProvider instances.
JWTAuth(JWTAuth) - Constructor for class io.vertx.reactivex.ext.auth.jwt.JWTAuth
 
JWTAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.jwt.JWTAuth
 
JWTAuth - Class in io.vertx.rxjava.ext.auth.jwt
Factory interface for creating JWT based AuthenticationProvider instances.
JWTAuth(JWTAuth) - Constructor for class io.vertx.rxjava.ext.auth.jwt.JWTAuth
 
JWTAuth(Object) - Constructor for class io.vertx.rxjava.ext.auth.jwt.JWTAuth
 
JWTAuthHandler - Interface in io.vertx.ext.web.handler
An auth handler that provides JWT Authentication support.
JWTAuthHandler - Class in io.vertx.reactivex.ext.web.handler
An auth handler that provides JWT Authentication support.
JWTAuthHandler(JWTAuthHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.JWTAuthHandler
 
JWTAuthHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.JWTAuthHandler
 
JWTAuthHandler - Class in io.vertx.rxjava.ext.web.handler
An auth handler that provides JWT Authentication support.
JWTAuthHandler(JWTAuthHandler) - Constructor for class io.vertx.rxjava.ext.web.handler.JWTAuthHandler
 
JWTAuthHandler(Object) - Constructor for class io.vertx.rxjava.ext.web.handler.JWTAuthHandler
 
JWTAuthOptions - Class in io.vertx.ext.auth.jwt
Options describing how an JWT Auth should behave.
JWTAuthOptions() - Constructor for class io.vertx.ext.auth.jwt.JWTAuthOptions
Default constructor
JWTAuthOptions(JWTAuthOptions) - Constructor for class io.vertx.ext.auth.jwt.JWTAuthOptions
Copy constructor
JWTAuthOptions(JsonObject) - Constructor for class io.vertx.ext.auth.jwt.JWTAuthOptions
Constructor to create an options from JSON
JWTAuthOptionsConverter - Class in io.vertx.ext.auth.jwt
Converter and mapper for JWTAuthOptions.
JWTAuthOptionsConverter() - Constructor for class io.vertx.ext.auth.jwt.JWTAuthOptionsConverter
 
JWTAuthorization - Interface in io.vertx.ext.auth.jwt.authorization
Implementation of the JWT authorization provider.
JWTAuthorization - Class in io.vertx.reactivex.ext.auth.jwt.authorization
Implementation of the JWT authorization provider.
JWTAuthorization(JWTAuthorization) - Constructor for class io.vertx.reactivex.ext.auth.jwt.authorization.JWTAuthorization
 
JWTAuthorization(Object) - Constructor for class io.vertx.reactivex.ext.auth.jwt.authorization.JWTAuthorization
 
JWTAuthorization - Class in io.vertx.rxjava.ext.auth.jwt.authorization
Implementation of the JWT authorization provider.
JWTAuthorization(JWTAuthorization) - Constructor for class io.vertx.rxjava.ext.auth.jwt.authorization.JWTAuthorization
 
JWTAuthorization(Object) - Constructor for class io.vertx.rxjava.ext.auth.jwt.authorization.JWTAuthorization
 
JWTOptions - Class in io.vertx.ext.auth
 
JWTOptions() - Constructor for class io.vertx.ext.auth.JWTOptions
 
JWTOptions(JWTOptions) - Constructor for class io.vertx.ext.auth.JWTOptions
 
JWTOptions(JsonObject) - Constructor for class io.vertx.ext.auth.JWTOptions
 
JWTOptionsConverter - Class in io.vertx.ext.auth
Converter and mapper for JWTOptions.
JWTOptionsConverter() - Constructor for class io.vertx.ext.auth.JWTOptionsConverter
 

K

KafkaAdminClient - Interface in io.vertx.kafka.admin
Vert.x Kafka Admin client implementation
KafkaAdminClient - Class in io.vertx.reactivex.kafka.admin
Vert.x Kafka Admin client implementation

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

KafkaAdminClient(KafkaAdminClient) - Constructor for class io.vertx.reactivex.kafka.admin.KafkaAdminClient
 
KafkaAdminClient(Object) - Constructor for class io.vertx.reactivex.kafka.admin.KafkaAdminClient
 
KafkaAdminClient - Class in io.vertx.rxjava.kafka.admin
Vert.x Kafka Admin client implementation

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

KafkaAdminClient(KafkaAdminClient) - Constructor for class io.vertx.rxjava.kafka.admin.KafkaAdminClient
 
KafkaAdminClient(Object) - Constructor for class io.vertx.rxjava.kafka.admin.KafkaAdminClient
 
KafkaClientOptions - Class in io.vertx.kafka.client.common
Generic KafkaClient options.
KafkaClientOptions() - Constructor for class io.vertx.kafka.client.common.KafkaClientOptions
 
KafkaClientOptions(JsonObject) - Constructor for class io.vertx.kafka.client.common.KafkaClientOptions
 
KafkaClientOptionsConverter - Class in io.vertx.kafka.client.common
Converter and mapper for KafkaClientOptions.
KafkaClientOptionsConverter() - Constructor for class io.vertx.kafka.client.common.KafkaClientOptionsConverter
 
KafkaConsumer<K,V> - Interface in io.vertx.kafka.client.consumer
Vert.x Kafka consumer.
KafkaConsumer<K,V> - Class in io.vertx.reactivex.kafka.client.consumer
Vert.x Kafka consumer.
KafkaConsumer(KafkaConsumer) - Constructor for class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
 
KafkaConsumer(Object, TypeArg<K>, TypeArg<V>) - Constructor for class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
 
KafkaConsumer<K,V> - Class in io.vertx.rxjava.kafka.client.consumer
Vert.x Kafka consumer.
KafkaConsumer(KafkaConsumer) - Constructor for class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
 
KafkaConsumer(Object, TypeArg<K>, TypeArg<V>) - Constructor for class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
 
KafkaConsumerRecord<K,V> - Interface in io.vertx.kafka.client.consumer
Vert.x Kafka consumer record
KafkaConsumerRecord<K,V> - Class in io.vertx.reactivex.kafka.client.consumer
Vert.x Kafka consumer record

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

KafkaConsumerRecord(KafkaConsumerRecord) - Constructor for class io.vertx.reactivex.kafka.client.consumer.KafkaConsumerRecord
 
KafkaConsumerRecord(Object, TypeArg<K>, TypeArg<V>) - Constructor for class io.vertx.reactivex.kafka.client.consumer.KafkaConsumerRecord
 
KafkaConsumerRecord<K,V> - Class in io.vertx.rxjava.kafka.client.consumer
Vert.x Kafka consumer record

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

KafkaConsumerRecord(KafkaConsumerRecord) - Constructor for class io.vertx.rxjava.kafka.client.consumer.KafkaConsumerRecord
 
KafkaConsumerRecord(Object, TypeArg<K>, TypeArg<V>) - Constructor for class io.vertx.rxjava.kafka.client.consumer.KafkaConsumerRecord
 
KafkaConsumerRecords<K,V> - Interface in io.vertx.kafka.client.consumer
Vert.x Kafka consumer records
KafkaConsumerRecords<K,V> - Class in io.vertx.reactivex.kafka.client.consumer
Vert.x Kafka consumer records

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

KafkaConsumerRecords(KafkaConsumerRecords) - Constructor for class io.vertx.reactivex.kafka.client.consumer.KafkaConsumerRecords
 
KafkaConsumerRecords(Object, TypeArg<K>, TypeArg<V>) - Constructor for class io.vertx.reactivex.kafka.client.consumer.KafkaConsumerRecords
 
KafkaConsumerRecords<K,V> - Class in io.vertx.rxjava.kafka.client.consumer
Vert.x Kafka consumer records

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

KafkaConsumerRecords(KafkaConsumerRecords) - Constructor for class io.vertx.rxjava.kafka.client.consumer.KafkaConsumerRecords
 
KafkaConsumerRecords(Object, TypeArg<K>, TypeArg<V>) - Constructor for class io.vertx.rxjava.kafka.client.consumer.KafkaConsumerRecords
 
KafkaHeader - Interface in io.vertx.kafka.client.producer
Vert.x Kafka producer record header.
KafkaHeader - Class in io.vertx.reactivex.kafka.client.producer
Vert.x Kafka producer record header.
KafkaHeader(KafkaHeader) - Constructor for class io.vertx.reactivex.kafka.client.producer.KafkaHeader
 
KafkaHeader(Object) - Constructor for class io.vertx.reactivex.kafka.client.producer.KafkaHeader
 
KafkaHeader - Class in io.vertx.rxjava.kafka.client.producer
Vert.x Kafka producer record header.
KafkaHeader(KafkaHeader) - Constructor for class io.vertx.rxjava.kafka.client.producer.KafkaHeader
 
KafkaHeader(Object) - Constructor for class io.vertx.rxjava.kafka.client.producer.KafkaHeader
 
KafkaProducer<K,V> - Interface in io.vertx.kafka.client.producer
Vert.x Kafka producer.
KafkaProducer<K,V> - Class in io.vertx.reactivex.kafka.client.producer
Vert.x Kafka producer.
KafkaProducer(KafkaProducer) - Constructor for class io.vertx.reactivex.kafka.client.producer.KafkaProducer
 
KafkaProducer(Object, TypeArg<K>, TypeArg<V>) - Constructor for class io.vertx.reactivex.kafka.client.producer.KafkaProducer
 
KafkaProducer<K,V> - Class in io.vertx.rxjava.kafka.client.producer
Vert.x Kafka producer.
KafkaProducer(KafkaProducer) - Constructor for class io.vertx.rxjava.kafka.client.producer.KafkaProducer
 
KafkaProducer(Object, TypeArg<K>, TypeArg<V>) - Constructor for class io.vertx.rxjava.kafka.client.producer.KafkaProducer
 
KafkaProducerRecord<K,V> - Interface in io.vertx.kafka.client.producer
Vert.x Kafka producer record.
KafkaProducerRecord<K,V> - Class in io.vertx.reactivex.kafka.client.producer
Vert.x Kafka producer record.
KafkaProducerRecord(KafkaProducerRecord) - Constructor for class io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord
 
KafkaProducerRecord(Object, TypeArg<K>, TypeArg<V>) - Constructor for class io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord
 
KafkaProducerRecord<K,V> - Class in io.vertx.rxjava.kafka.client.producer
Vert.x Kafka producer record.
KafkaProducerRecord(KafkaProducerRecord) - Constructor for class io.vertx.rxjava.kafka.client.producer.KafkaProducerRecord
 
KafkaProducerRecord(Object, TypeArg<K>, TypeArg<V>) - Constructor for class io.vertx.rxjava.kafka.client.producer.KafkaProducerRecord
 
KafkaReadStream<K,V> - Interface in io.vertx.kafka.client.consumer
A ReadStream for consuming Kafka ConsumerRecord.
KafkaWriteStream<K,V> - Interface in io.vertx.kafka.client.producer
A WriteStream for writing to Kafka ProducerRecord.
KEEP_ALIVE - Static variable in interface io.vertx.core.http.HttpHeaders
keep-alive header value
KEEP_ALIVE - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
keep-alive header value
KEEP_ALIVE - Static variable in class io.vertx.rxjava.core.http.HttpHeaders
keep-alive header value
keepAliveTime(long, TimeUnit) - Method in class io.vertx.grpc.VertxChannelBuilder
 
keepAliveTimeout(long, TimeUnit) - Method in class io.vertx.grpc.VertxChannelBuilder
 
keepAliveTimeSeconds() - Method in interface io.vertx.mqtt.MqttEndpoint
 
keepAliveTimeSeconds() - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
 
keepAliveTimeSeconds() - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
 
keepAliveWithoutCalls(boolean) - Method in class io.vertx.grpc.VertxChannelBuilder
 
key - Variable in enum io.vertx.ext.consul.AclTokenType
 
key - Variable in enum io.vertx.ext.consul.CheckStatus
 
key - Variable in enum io.vertx.ext.consul.HealthState
 
key - Variable in enum io.vertx.ext.consul.SessionBehavior
 
key(String, Vertx) - Static method in interface io.vertx.ext.consul.Watch
Creates Watch to monitoring a specific key in the KV store.
key(String, Vertx, ConsulClientOptions) - Static method in interface io.vertx.ext.consul.Watch
Creates Watch to monitoring a specific key in the KV store.
key() - Method in class io.vertx.junit5.rxjava.VertxParameterProvider
 
key() - Method in class io.vertx.junit5.rxjava2.VertxParameterProvider
 
key() - Method in interface io.vertx.junit5.VertxExtensionParameterProvider
A string to identify the parameter in an extension context.
key() - Method in class io.vertx.junit5.VertxParameterProvider
 
key() - Method in class io.vertx.junit5.VertxTestContextParameterProvider
 
key() - Method in interface io.vertx.kafka.client.consumer.KafkaConsumerRecord
 
key() - Method in interface io.vertx.kafka.client.producer.KafkaHeader
 
key() - Method in interface io.vertx.kafka.client.producer.KafkaProducerRecord
 
key(String, Vertx) - Static method in class io.vertx.reactivex.ext.consul.Watch
Creates Watch to monitoring a specific key in the KV store.
key(String, Vertx, ConsulClientOptions) - Static method in class io.vertx.reactivex.ext.consul.Watch
Creates Watch to monitoring a specific key in the KV store.
key() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumerRecord
 
key() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaHeader
 
key() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord
 
key(String, Vertx) - Static method in class io.vertx.rxjava.ext.consul.Watch
Creates Watch to monitoring a specific key in the KV store.
key(String, Vertx, ConsulClientOptions) - Static method in class io.vertx.rxjava.ext.consul.Watch
Creates Watch to monitoring a specific key in the KV store.
key() - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumerRecord
 
key() - Method in class io.vertx.rxjava.kafka.client.producer.KafkaHeader
 
key() - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducerRecord
 
KeyCertOptions - Interface in io.vertx.core.net
Key/cert configuration options.
keyCertOptions() - Method in interface io.vertx.core.net.SelfSignedCertificate
Provides the KeyCertOptions RSA private key file in PEM format corresponding to the SelfSignedCertificate.privateKeyPath()
keyCertOptions() - Method in class io.vertx.reactivex.core.net.SelfSignedCertificate
Provides the KeyCertOptions RSA private key file in PEM format corresponding to the SelfSignedCertificate.privateKeyPath()
keyCertOptions() - Method in class io.vertx.rxjava.core.net.SelfSignedCertificate
Provides the KeyCertOptions RSA private key file in PEM format corresponding to the SelfSignedCertificate.privateKeyPath()
KeycloakAuth - Interface in io.vertx.ext.auth.oauth2.providers
Simplified factory to create an OAuth2Auth for Keycloak.
KeycloakAuth - Class in io.vertx.reactivex.ext.auth.oauth2.providers
Simplified factory to create an for Keycloak.
KeycloakAuth(KeycloakAuth) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.KeycloakAuth
 
KeycloakAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.KeycloakAuth
 
KeycloakAuth - Class in io.vertx.rxjava.ext.auth.oauth2.providers
Simplified factory to create an for Keycloak.
KeycloakAuth(KeycloakAuth) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.providers.KeycloakAuth
 
KeycloakAuth(Object) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.providers.KeycloakAuth
 
KeycloakAuthorization - Interface in io.vertx.ext.auth.oauth2.authorization
Implementation of the Keycloak Authorization Provider.
KeycloakAuthorization - Class in io.vertx.reactivex.ext.auth.oauth2.authorization
Implementation of the Keycloak Authorization Provider.
KeycloakAuthorization(KeycloakAuthorization) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.authorization.KeycloakAuthorization
 
KeycloakAuthorization(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.authorization.KeycloakAuthorization
 
KeycloakAuthorization - Class in io.vertx.rxjava.ext.auth.oauth2.authorization
Implementation of the Keycloak Authorization Provider.
KeycloakAuthorization(KeycloakAuthorization) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.authorization.KeycloakAuthorization
 
KeycloakAuthorization(Object) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.authorization.KeycloakAuthorization
 
KeycloakHelper - Interface in io.vertx.ext.auth.oauth2
Deprecated.
Use the User principal to access this data as this class is not guaranteed to be secure as no cryptographic signatures are verified.
KeycloakHelper - Class in io.vertx.reactivex.ext.auth.oauth2
Helper class for processing Keycloak principal.
KeycloakHelper(KeycloakHelper) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.KeycloakHelper
 
KeycloakHelper(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.KeycloakHelper
 
KeycloakHelper - Class in io.vertx.rxjava.ext.auth.oauth2
Helper class for processing Keycloak principal.
KeycloakHelper(KeycloakHelper) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.KeycloakHelper
 
KeycloakHelper(Object) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.KeycloakHelper
 
KeycloakRBAC - Interface in io.vertx.ext.auth.oauth2.rbac
Implementation of the Keycloak RBAC handler.
KeycloakRBAC - Class in io.vertx.reactivex.ext.auth.oauth2.rbac
Implementation of the Keycloak RBAC handler.
KeycloakRBAC(KeycloakRBAC) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.rbac.KeycloakRBAC
 
KeycloakRBAC(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.rbac.KeycloakRBAC
 
KeycloakRBAC - Class in io.vertx.rxjava.ext.auth.oauth2.rbac
Implementation of the Keycloak RBAC handler.
KeycloakRBAC(KeycloakRBAC) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.rbac.KeycloakRBAC
 
KeycloakRBAC(Object) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.rbac.KeycloakRBAC
 
keyManagerMapper(Vertx) - Method in interface io.vertx.core.net.KeyCertOptions
Returns a function that maps SNI server names to X509KeyManager instance.
keyManagerMapper(Vertx) - Method in class io.vertx.core.net.KeyStoreOptionsBase
 
keyManagerMapper(Vertx) - Method in class io.vertx.core.net.PemKeyCertOptions
 
keyPrefix(String, Vertx) - Static method in interface io.vertx.ext.consul.Watch
Creates Watch to monitoring a prefix of keys in the KV store.
keyPrefix(String, Vertx, ConsulClientOptions) - Static method in interface io.vertx.ext.consul.Watch
Creates Watch to monitoring a prefix of keys in the KV store.
keyPrefix(String, Vertx) - Static method in class io.vertx.reactivex.ext.consul.Watch
Creates Watch to monitoring a prefix of keys in the KV store.
keyPrefix(String, Vertx, ConsulClientOptions) - Static method in class io.vertx.reactivex.ext.consul.Watch
Creates Watch to monitoring a prefix of keys in the KV store.
keyPrefix(String, Vertx) - Static method in class io.vertx.rxjava.ext.consul.Watch
Creates Watch to monitoring a prefix of keys in the KV store.
keyPrefix(String, Vertx, ConsulClientOptions) - Static method in class io.vertx.rxjava.ext.consul.Watch
Creates Watch to monitoring a prefix of keys in the KV store.
keys(Handler<AsyncResult<Set<K>>>) - Method in interface io.vertx.core.shareddata.AsyncMap
Get the keys of the map, asynchronously.
keys() - Method in interface io.vertx.core.shareddata.AsyncMap
Same as AsyncMap.keys(Handler) but returns a Future of the asynchronous result
KEYS - Static variable in class io.vertx.reactivex.redis.client.Command
 
keys(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command keys.
keys(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command keys.
KEYS - Static variable in interface io.vertx.redis.client.Command
 
keys(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command keys.
keys(String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command keys.
KEYS - Static variable in class io.vertx.rxjava.redis.client.Command
 
keys(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command keys.
keys(String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command keys.
KEYSERVER_URI_TEMPLATE - Static variable in class io.vertx.ext.httpservicefactory.HttpServiceFactory
 
keySet() - Method in interface io.vertx.core.shareddata.LocalMap
 
KeyStoreOptions - Class in io.vertx.core.net
Key or trust store options configuring private key and/or certificates based on KeyStore.
KeyStoreOptions() - Constructor for class io.vertx.core.net.KeyStoreOptions
Default constructor
KeyStoreOptions(KeyStoreOptions) - Constructor for class io.vertx.core.net.KeyStoreOptions
Copy constructor
KeyStoreOptions(JsonObject) - Constructor for class io.vertx.core.net.KeyStoreOptions
Create options from JSON
KeyStoreOptions - Class in io.vertx.ext.auth
Options describing how an JWT KeyStore should behave.
KeyStoreOptions() - Constructor for class io.vertx.ext.auth.KeyStoreOptions
Default constructor
KeyStoreOptions(KeyStoreOptions) - Constructor for class io.vertx.ext.auth.KeyStoreOptions
Copy constructor
KeyStoreOptions(JsonObject) - Constructor for class io.vertx.ext.auth.KeyStoreOptions
Constructor to create an options from JSON
KeyStoreOptionsBase - Class in io.vertx.core.net
Base class of KeyStore based options.
KeyStoreOptionsBase() - Constructor for class io.vertx.core.net.KeyStoreOptionsBase
Default constructor
KeyStoreOptionsBase(KeyStoreOptionsBase) - Constructor for class io.vertx.core.net.KeyStoreOptionsBase
Copy constructor
KeyStoreOptionsConverter - Class in io.vertx.core.net
Converter and mapper for KeyStoreOptions.
KeyStoreOptionsConverter() - Constructor for class io.vertx.core.net.KeyStoreOptionsConverter
 
KeyStoreOptionsConverter - Class in io.vertx.ext.auth
Converter and mapper for KeyStoreOptions.
KeyStoreOptionsConverter() - Constructor for class io.vertx.ext.auth.KeyStoreOptionsConverter
 
keyStream() - Method in interface io.vertx.ext.cluster.infinispan.InfinispanAsyncMap
Get the keys of the map as a ReadStream.
KeyValue - Class in io.vertx.ext.consul
Represents key/value pair stored in Consul
KeyValue() - Constructor for class io.vertx.ext.consul.KeyValue
Default constructor
KeyValue(KeyValue) - Constructor for class io.vertx.ext.consul.KeyValue
Copy constructor
KeyValue(JsonObject) - Constructor for class io.vertx.ext.consul.KeyValue
Constructor from JSON
KeyValueConverter - Class in io.vertx.ext.consul
Converter and mapper for KeyValue.
KeyValueConverter() - Constructor for class io.vertx.ext.consul.KeyValueConverter
 
KeyValueList - Class in io.vertx.ext.consul
Holds result of key/value pairs query
KeyValueList() - Constructor for class io.vertx.ext.consul.KeyValueList
Default constructor
KeyValueList(KeyValueList) - Constructor for class io.vertx.ext.consul.KeyValueList
Copy constructor
KeyValueList(JsonObject) - Constructor for class io.vertx.ext.consul.KeyValueList
Constructor from JSON
KeyValueListConverter - Class in io.vertx.ext.consul
Converter and mapper for KeyValueList.
KeyValueListConverter() - Constructor for class io.vertx.ext.consul.KeyValueListConverter
 
KeyValueOptions - Class in io.vertx.ext.consul
Options used to put key/value pair to Consul.
KeyValueOptions() - Constructor for class io.vertx.ext.consul.KeyValueOptions
Default constructor
KeyValueOptions(KeyValueOptions) - Constructor for class io.vertx.ext.consul.KeyValueOptions
Copy constructor
KeyValueOptions(JsonObject) - Constructor for class io.vertx.ext.consul.KeyValueOptions
Constructor from JSON
Keyword - Class in io.vertx.json.schema.common.dsl
 
Keyword(String, Supplier<Object>) - Constructor for class io.vertx.json.schema.common.dsl.Keyword
 
Keyword(String, Object) - Constructor for class io.vertx.json.schema.common.dsl.Keyword
 
keyword() - Method in exception io.vertx.json.schema.ValidationException
Returns the keyword that failed the validation, if any
Keywords - Class in io.vertx.json.schema.common.dsl
 
Keywords() - Constructor for class io.vertx.json.schema.common.dsl.Keywords
 
keywords - Variable in class io.vertx.json.schema.common.dsl.SchemaBuilder
 
Keywords - Class in io.vertx.json.schema.draft7.dsl
 
Keywords() - Constructor for class io.vertx.json.schema.draft7.dsl.Keywords
 
KO() - Static method in class io.vertx.ext.healthchecks.Status
Creates a status when something bad is detected.
KO(JsonObject) - Static method in class io.vertx.ext.healthchecks.Status
Creates a status when something bad is detected.
KUBERNETES_UUID - Static variable in class io.vertx.servicediscovery.kubernetes.KubernetesServiceImporter
 
KubernetesServiceImporter - Class in io.vertx.servicediscovery.kubernetes
A discovery bridge listening for kubernetes services and publishing them in the Vert.x service discovery.
KubernetesServiceImporter() - Constructor for class io.vertx.servicediscovery.kubernetes.KubernetesServiceImporter
 
KubernetesUtils - Class in io.vertx.config.kubernetes
Utility methods for Kubernetes.
KubernetesUtils() - Constructor for class io.vertx.config.kubernetes.KubernetesUtils
 

L

LABEL - Static variable in class io.vertx.core.http.HttpMethod
The RFC 3253 LABEL method, this instance is interned and uniquely used.
Label - Enum in io.vertx.micrometer
List of labels used in various Vert.x metrics.
LanguageHeader - Interface in io.vertx.ext.web
A parsed language header.
LanguageHeader - Class in io.vertx.reactivex.ext.web
A parsed language header.
LanguageHeader(LanguageHeader) - Constructor for class io.vertx.reactivex.ext.web.LanguageHeader
 
LanguageHeader(Object) - Constructor for class io.vertx.reactivex.ext.web.LanguageHeader
 
LanguageHeader - Class in io.vertx.rxjava.ext.web
A parsed language header.
LanguageHeader(LanguageHeader) - Constructor for class io.vertx.rxjava.ext.web.LanguageHeader
 
LanguageHeader(Object) - Constructor for class io.vertx.rxjava.ext.web.LanguageHeader
 
languageOverride(String) - Method in class io.vertx.ext.mongo.IndexOptions
Sets the name of the field that contains the language string.
last() - Method in interface io.vertx.ext.web.Route
Specify this is the last route for the router.
last() - Method in class io.vertx.reactivex.ext.web.Route
Specify this is the last route for the router.
last() - Method in class io.vertx.rxjava.ext.web.Route
Specify this is the last route for the router.
LAST_INSERTED_ID - Static variable in interface io.vertx.mysqlclient.MySQLClient
SqlResult property kind for MySQL last_insert_id.
The property kind can be used to fetch the auto incremented id of the last row when executing inserting or updating operations.
LAST_INSERTED_ID - Static variable in class io.vertx.reactivex.mysqlclient.MySQLClient
SqlResult for MySQL last_insert_id.
The property kind can be used to fetch the auto incremented id of the last row when executing inserting or updating operations.
LAST_INSERTED_ID - Static variable in class io.vertx.rxjava.mysqlclient.MySQLClient
SqlResult for MySQL last_insert_id.
The property kind can be used to fetch the auto incremented id of the last row when executing inserting or updating operations.
LAST_MODIFIED - Static variable in interface io.vertx.core.http.HttpHeaders
Last-Modified header name
LAST_MODIFIED - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Last-Modified header name
LAST_MODIFIED - Static variable in class io.vertx.rxjava.core.http.HttpHeaders
Last-Modified header name
lastAccessed() - Method in interface io.vertx.ext.web.Session
 
lastAccessed() - Method in class io.vertx.ext.web.sstore.AbstractSession
 
lastAccessed() - Method in class io.vertx.reactivex.ext.web.Session
 
lastAccessed() - Method in class io.vertx.rxjava.ext.web.Session
 
lastAccessedTime() - Method in interface io.vertx.ext.shell.term.Term
 
lastAccessedTime() - Method in class io.vertx.reactivex.ext.shell.term.Term
 
lastAccessedTime() - Method in class io.vertx.rxjava.ext.shell.term.Term
 
lastAccessTime() - Method in interface io.vertx.core.file.FileProps
The date the file was last accessed
lastAccessTime() - Method in class io.vertx.reactivex.core.file.FileProps
The date the file was last accessed
lastAccessTime() - Method in class io.vertx.rxjava.core.file.FileProps
The date the file was last accessed
lastMessageId() - Method in interface io.vertx.mqtt.MqttEndpoint
 
lastMessageId() - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
 
lastMessageId() - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
 
lastModified(Instant) - Method in interface io.vertx.ext.web.RoutingContext
Set the Last-Modified date using a Instant.
lastModified(String) - Method in interface io.vertx.ext.web.RoutingContext
Set the Last-Modified date using a String.
lastModified(String) - Method in class io.vertx.reactivex.ext.web.RoutingContext
Set the Last-Modified date using a String.
lastModified(Instant) - Method in class io.vertx.reactivex.ext.web.RoutingContext
Set the Last-Modified date using a Instant.
lastModified(String) - Method in class io.vertx.rxjava.ext.web.RoutingContext
Set the Last-Modified date using a String.
lastModified(Instant) - Method in class io.vertx.rxjava.ext.web.RoutingContext
Set the Last-Modified date using a Instant.
lastModifiedTime() - Method in interface io.vertx.core.file.FileProps
The date the file was last modified
lastModifiedTime() - Method in class io.vertx.reactivex.core.file.FileProps
The date the file was last modified
lastModifiedTime() - Method in class io.vertx.rxjava.core.file.FileProps
The date the file was last modified
LASTSAVE - Static variable in class io.vertx.reactivex.redis.client.Command
 
lastsave(Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command lastsave.
lastsave() - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command lastsave.
LASTSAVE - Static variable in interface io.vertx.redis.client.Command
 
lastsave(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command lastsave.
lastsave() - Method in interface io.vertx.redis.client.RedisAPI
Redis command lastsave.
LASTSAVE - Static variable in class io.vertx.rxjava.redis.client.Command
 
lastsave(Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command lastsave.
lastsave() - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command lastsave.
lastStopped() - Method in interface io.vertx.ext.shell.system.Job
 
lastStopped() - Method in class io.vertx.reactivex.ext.shell.system.Job
 
lastStopped() - Method in class io.vertx.rxjava.ext.shell.system.Job
 
LATENCY - Static variable in class io.vertx.reactivex.redis.client.Command
 
latency(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command latency.
latency(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command latency.
LATENCY - Static variable in interface io.vertx.redis.client.Command
 
latency(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command latency.
latency(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command latency.
LATENCY - Static variable in class io.vertx.rxjava.redis.client.Command
 
latency(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command latency.
latency(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command latency.
LATEST - Static variable in class io.vertx.kafka.admin.OffsetSpec
 
Launcher - Class in io.vertx.core
A main() class that can be used to create Vert.x instance and deploy a verticle, or run a bare Vert.x instance.
Launcher() - Constructor for class io.vertx.core.Launcher
 
launcher() - Method in class io.vertx.core.spi.launcher.ExecutionContext
 
laxCheckpoint() - Method in class io.vertx.junit5.VertxTestContext
Create a lax checkpoint.
laxCheckpoint(int) - Method in class io.vertx.junit5.VertxTestContext
Create a lax checkpoint.
LDAP_AUTHENTICATION_MECHANISM - Static variable in interface io.vertx.ext.auth.shiro.LDAPProviderConstants
Deprecated.
 
LDAP_CONTEXT_FACTORY_CLASS_NAME - Static variable in interface io.vertx.ext.auth.shiro.LDAPProviderConstants
Deprecated.
 
LDAP_POOLING_ENABLED - Static variable in interface io.vertx.ext.auth.shiro.LDAPProviderConstants
Deprecated.
 
LDAP_REFERRAL - Static variable in interface io.vertx.ext.auth.shiro.LDAPProviderConstants
Deprecated.
 
LDAP_SYSTEM_PASSWORD - Static variable in interface io.vertx.ext.auth.shiro.LDAPProviderConstants
Deprecated.
 
LDAP_SYSTEM_USERNAME - Static variable in interface io.vertx.ext.auth.shiro.LDAPProviderConstants
Deprecated.
 
LDAP_URL - Static variable in interface io.vertx.ext.auth.shiro.LDAPProviderConstants
Deprecated.
 
LDAP_USER_DN_TEMPLATE_FIELD - Static variable in interface io.vertx.ext.auth.shiro.LDAPProviderConstants
Deprecated.
 
LdapAuthentication - Interface in io.vertx.ext.auth.ldap
Factory interface for creating a LDAP AuthenticationProvider.
LdapAuthentication - Class in io.vertx.reactivex.ext.auth.ldap
Factory interface for creating a LDAP AuthenticationProvider.
LdapAuthentication(LdapAuthentication) - Constructor for class io.vertx.reactivex.ext.auth.ldap.LdapAuthentication
 
LdapAuthentication(Object) - Constructor for class io.vertx.reactivex.ext.auth.ldap.LdapAuthentication
 
LdapAuthentication - Class in io.vertx.rxjava.ext.auth.ldap
Factory interface for creating a LDAP AuthenticationProvider.
LdapAuthentication(LdapAuthentication) - Constructor for class io.vertx.rxjava.ext.auth.ldap.LdapAuthentication
 
LdapAuthentication(Object) - Constructor for class io.vertx.rxjava.ext.auth.ldap.LdapAuthentication
 
LdapAuthenticationOptions - Class in io.vertx.ext.auth.ldap
Ldap auth configuration options
LdapAuthenticationOptions() - Constructor for class io.vertx.ext.auth.ldap.LdapAuthenticationOptions
 
LdapAuthenticationOptions(JsonObject) - Constructor for class io.vertx.ext.auth.ldap.LdapAuthenticationOptions
 
LdapAuthenticationOptionsConverter - Class in io.vertx.ext.auth.ldap
Converter and mapper for LdapAuthenticationOptions.
LdapAuthenticationOptionsConverter() - Constructor for class io.vertx.ext.auth.ldap.LdapAuthenticationOptionsConverter
 
LDAPProviderConstants - Interface in io.vertx.ext.auth.shiro
Deprecated.
ShiroAuth has been replaced by io.vertx.ext.auth.properties.PropertyFileAuthentication and io.vertx.ext.auth.ldap.LdapAuthentication
leaderStatus(Handler<AsyncResult<String>>) - Method in interface io.vertx.ext.consul.ConsulClient
Get the Raft leader for the datacenter in which the agent is running.
leaderStatus() - Method in interface io.vertx.ext.consul.ConsulClient
Like ConsulClient.leaderStatus(Handler) but returns a Future of the asynchronous result.
leaderStatus(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Get the Raft leader for the datacenter in which the agent is running.
leaderStatus() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Get the Raft leader for the datacenter in which the agent is running.
leaderStatus(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Get the Raft leader for the datacenter in which the agent is running.
leaderStatus() - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Get the Raft leader for the datacenter in which the agent is running.
leave(Promise<Void>) - Method in interface io.vertx.core.spi.cluster.ClusterManager
Leave the cluster.
leave(Promise<Void>) - Method in class io.vertx.ext.cluster.infinispan.InfinispanClusterManager
 
leave(Promise<Void>) - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
 
leave(Promise<Void>) - Method in class io.vertx.spi.cluster.ignite.IgniteClusterManager
 
leave(Promise<Void>) - Method in class io.vertx.spi.cluster.zookeeper.ZookeeperClusterManager
 
leftShift(JsonArray, Object) - Static method in class io.vertx.lang.groovy.VertxExtensionModule
<< operator for JsonObject.
len(T) - Method in interface io.vertx.core.spi.tracing.TagExtractor
Returns the number of tags obj exposes.
length() - Method in interface io.vertx.core.buffer.Buffer
Returns the length of the buffer, measured in bytes.
length() - Method in class io.vertx.reactivex.core.buffer.Buffer
Returns the length of the buffer, measured in bytes.
length() - Method in class io.vertx.rxjava.core.buffer.Buffer
Returns the length of the buffer, measured in bytes.
LINDEX - Static variable in class io.vertx.reactivex.redis.client.Command
 
lindex(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command lindex.
lindex(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command lindex.
LINDEX - Static variable in interface io.vertx.redis.client.Command
 
lindex(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command lindex.
lindex(String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command lindex.
LINDEX - Static variable in class io.vertx.rxjava.redis.client.Command
 
lindex(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command lindex.
lindex(String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command lindex.
line() - Method in interface io.vertx.ext.shell.system.Job
 
Line - Class in io.vertx.pgclient.data
Line data type in Postgres represented by the linear equation Ax + By + C = 0, where A and B are not both zero.
Line() - Constructor for class io.vertx.pgclient.data.Line
 
Line(double, double, double) - Constructor for class io.vertx.pgclient.data.Line
 
line() - Method in class io.vertx.reactivex.ext.shell.system.Job
 
line() - Method in class io.vertx.rxjava.ext.shell.system.Job
 
LineSegment - Class in io.vertx.pgclient.data
Finite line segment data type in Postgres represented by pairs of Points that are the endpoints of the segment.
LineSegment() - Constructor for class io.vertx.pgclient.data.LineSegment
 
LineSegment(Point, Point) - Constructor for class io.vertx.pgclient.data.LineSegment
 
LineString - Class in io.vertx.mysqlclient.data.spatial
A LineString is a Curve with linear interpolation between points, it may represents a Line or a LinearRing.
LineString() - Constructor for class io.vertx.mysqlclient.data.spatial.LineString
 
LineString(LineString) - Constructor for class io.vertx.mysqlclient.data.spatial.LineString
 
LineString(long, List<Point>) - Constructor for class io.vertx.mysqlclient.data.spatial.LineString
 
lineTokens() - Method in interface io.vertx.ext.shell.cli.Completion
 
lineTokens() - Method in class io.vertx.reactivex.ext.shell.cli.Completion
 
lineTokens() - Method in class io.vertx.rxjava.ext.shell.cli.Completion
 
link(String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
Create a hard link on the file system from link to existing, asynchronously.
link(String, String) - Method in interface io.vertx.core.file.FileSystem
Like FileSystem.link(String, String, Handler) but returns a Future of the asynchronous result
link(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.file.FileSystem
Create a hard link on the file system from link to existing, asynchronously.
link(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
Create a hard link on the file system from link to existing, asynchronously.
link(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Create a hard link on the file system from link to existing, asynchronously.
link(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
Create a hard link on the file system from link to existing, asynchronously.
linkBlocking(String, String) - Method in interface io.vertx.core.file.FileSystem
linkBlocking(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
linkBlocking(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
LinkedInAuth - Interface in io.vertx.ext.auth.oauth2.providers
Simplified factory to create an OAuth2Auth for LinkedIn.
LinkedInAuth - Class in io.vertx.reactivex.ext.auth.oauth2.providers
Simplified factory to create an for LinkedIn.
LinkedInAuth(LinkedInAuth) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.LinkedInAuth
 
LinkedInAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.LinkedInAuth
 
LinkedInAuth - Class in io.vertx.rxjava.ext.auth.oauth2.providers
Simplified factory to create an for LinkedIn.
LinkedInAuth(LinkedInAuth) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.providers.LinkedInAuth
 
LinkedInAuth(Object) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.providers.LinkedInAuth
 
LINSERT - Static variable in class io.vertx.reactivex.redis.client.Command
 
linsert(String, String, String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command linsert.
linsert(String, String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command linsert.
LINSERT - Static variable in interface io.vertx.redis.client.Command
 
linsert(String, String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command linsert.
linsert(String, String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command linsert.
LINSERT - Static variable in class io.vertx.rxjava.redis.client.Command
 
linsert(String, String, String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command linsert.
linsert(String, String, String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command linsert.
list(String, Handler<AsyncResult<List<String>>>) - Method in class io.vertx.config.vault.client.SlimVaultClient
Lists secrets from path (children).
list() - Method in interface io.vertx.core.CompositeFuture
 
listAclTokens(Handler<AsyncResult<List<AclToken>>>) - Method in interface io.vertx.ext.consul.ConsulClient
Get list of Acl token
listAclTokens() - Method in interface io.vertx.ext.consul.ConsulClient
Like ConsulClient.listAclTokens(Handler) but returns a Future of the asynchronous result.
listAclTokens(Handler<AsyncResult<List<AclToken>>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Get list of Acl token
listAclTokens() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Get list of Acl token
listAclTokens(Handler<AsyncResult<List<AclToken>>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Get list of Acl token
listAclTokens() - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Get list of Acl token
listConsumerGroupOffsets(String, ListConsumerGroupOffsetsOptions, Handler<AsyncResult<Map<TopicPartition, OffsetAndMetadata>>>) - Method in interface io.vertx.kafka.admin.KafkaAdminClient
List the consumer group offsets available in the cluster.
listConsumerGroupOffsets(String, ListConsumerGroupOffsetsOptions) - Method in interface io.vertx.kafka.admin.KafkaAdminClient
listConsumerGroupOffsets(String, Handler<AsyncResult<Map<TopicPartition, OffsetAndMetadata>>>) - Method in interface io.vertx.kafka.admin.KafkaAdminClient
List the consumer group offsets available in the cluster.
listConsumerGroupOffsets(String) - Method in interface io.vertx.kafka.admin.KafkaAdminClient
Like KafkaAdminClient.listConsumerGroupOffsets(String, Handler) but returns a Future of the asynchronous result
ListConsumerGroupOffsetsOptions - Class in io.vertx.kafka.admin
 
ListConsumerGroupOffsetsOptions() - Constructor for class io.vertx.kafka.admin.ListConsumerGroupOffsetsOptions
Constructor
ListConsumerGroupOffsetsOptions(JsonObject) - Constructor for class io.vertx.kafka.admin.ListConsumerGroupOffsetsOptions
Constructor (from JSON representation)
ListConsumerGroupOffsetsOptionsConverter - Class in io.vertx.kafka.admin
Converter and mapper for ListConsumerGroupOffsetsOptions.
ListConsumerGroupOffsetsOptionsConverter() - Constructor for class io.vertx.kafka.admin.ListConsumerGroupOffsetsOptionsConverter
 
listConsumerGroups(Handler<AsyncResult<List<ConsumerGroupListing>>>) - Method in interface io.vertx.kafka.admin.KafkaAdminClient
Get the the consumer groups available in the cluster with the default options
listConsumerGroups() - Method in interface io.vertx.kafka.admin.KafkaAdminClient
Like KafkaAdminClient.listConsumerGroups(Handler) but returns a Future of the asynchronous result
listConsumerGroups(Handler<AsyncResult<List<ConsumerGroupListing>>>) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
Get the the consumer groups available in the cluster with the default options
listConsumerGroups() - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
Get the the consumer groups available in the cluster with the default options
listConsumerGroups(Handler<AsyncResult<List<ConsumerGroupListing>>>) - Method in class io.vertx.rxjava.kafka.admin.KafkaAdminClient
Get the the consumer groups available in the cluster with the default options
listConsumerGroups() - Method in class io.vertx.rxjava.kafka.admin.KafkaAdminClient
Get the the consumer groups available in the cluster with the default options
listen(Handler<ConfigChange>) - Method in interface io.vertx.config.ConfigRetriever
Registers a listener receiving configuration changes.
listen(int, String, Handler<AsyncResult<DatagramSocket>>) - Method in interface io.vertx.core.datagram.DatagramSocket
Start listening on the given port and host.
listen(int, String) - Method in interface io.vertx.core.datagram.DatagramSocket
Like DatagramSocket.listen(int, String, Handler) but returns a Future of the asynchronous result
listen() - Method in interface io.vertx.core.http.HttpServer
Tell the server to start listening.
listen(int, String) - Method in interface io.vertx.core.http.HttpServer
Tell the server to start listening.
listen(int, String, Handler<AsyncResult<HttpServer>>) - Method in interface io.vertx.core.http.HttpServer
Like HttpServer.listen(int, String) but supplying a handler that will be called when the server is actually listening (or has failed).
listen(SocketAddress, Handler<AsyncResult<HttpServer>>) - Method in interface io.vertx.core.http.HttpServer
Tell the server to start listening on the given address supplying a handler that will be called when the server is actually listening (or has failed).
listen(SocketAddress) - Method in interface io.vertx.core.http.HttpServer
Like HttpServer.listen(SocketAddress, Handler) but returns a Future of the asynchronous result
listen(int) - Method in interface io.vertx.core.http.HttpServer
Like HttpServer.listen(int, String) but the server will listen on host "0.0.0.0" and port specified here ignoring any value in the HttpServerOptions that was used when creating the server.
listen(int, Handler<AsyncResult<HttpServer>>) - Method in interface io.vertx.core.http.HttpServer
Like HttpServer.listen(int) but supplying a handler that will be called when the server is actually listening (or has failed).
listen(Handler<AsyncResult<HttpServer>>) - Method in interface io.vertx.core.http.HttpServer
Like HttpServer.listen() but supplying a handler that will be called when the server is actually listening (or has failed).
listen() - Method in interface io.vertx.core.net.NetServer
Start listening on the port and host as configured in the NetServerOptions used when creating the server.
listen(Handler<AsyncResult<NetServer>>) - Method in interface io.vertx.core.net.NetServer
Like NetServer.listen() but providing a handler that will be notified when the server is listening, or fails.
listen(int, String) - Method in interface io.vertx.core.net.NetServer
Start listening on the specified port and host, ignoring port and host configured in the NetServerOptions used when creating the server.
listen(int, String, Handler<AsyncResult<NetServer>>) - Method in interface io.vertx.core.net.NetServer
Like NetServer.listen(int, String) but providing a handler that will be notified when the server is listening, or fails.
listen(int) - Method in interface io.vertx.core.net.NetServer
Start listening on the specified port and host "0.0.0.0", ignoring port and host configured in the NetServerOptions used when creating the server.
listen(int, Handler<AsyncResult<NetServer>>) - Method in interface io.vertx.core.net.NetServer
Like NetServer.listen(int) but providing a handler that will be notified when the server is listening, or fails.
listen(SocketAddress) - Method in interface io.vertx.core.net.NetServer
Start listening on the specified local address, ignoring port and host configured in the NetServerOptions used when creating the server.
listen(SocketAddress, Handler<AsyncResult<NetServer>>) - Method in interface io.vertx.core.net.NetServer
Like NetServer.listen(SocketAddress) but providing a handler that will be notified when the server is listening, or fails.
listen() - Method in interface io.vertx.ext.eventbus.bridge.tcp.TcpEventBusBridge
Listen on default port 7000
listen(Handler<AsyncResult<TcpEventBusBridge>>) - Method in interface io.vertx.ext.eventbus.bridge.tcp.TcpEventBusBridge
Listen on default port 7000 with a handler to report the state of the socket listen operation.
listen(int, String) - Method in interface io.vertx.ext.eventbus.bridge.tcp.TcpEventBusBridge
Listen on specific port and bind to specific address
listen(int, String, Handler<AsyncResult<TcpEventBusBridge>>) - Method in interface io.vertx.ext.eventbus.bridge.tcp.TcpEventBusBridge
Listen on specific port and bind to specific address
listen(int) - Method in interface io.vertx.ext.eventbus.bridge.tcp.TcpEventBusBridge
Listen on specific port
listen(int, Handler<AsyncResult<TcpEventBusBridge>>) - Method in interface io.vertx.ext.eventbus.bridge.tcp.TcpEventBusBridge
Listen on specific port
listen() - Method in interface io.vertx.ext.shell.ShellServer
Start the shell service, this is an asynchronous start.
listen(Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.shell.ShellServer
Start the shell service, this is an asynchronous start.
listen() - Method in interface io.vertx.ext.shell.term.TermServer
Bind the term server, the TermServer.termHandler(Handler) must be set before.
listen(Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.shell.term.TermServer
Bind the term server, the TermServer.termHandler(Handler) must be set before.
listen(int) - Method in interface io.vertx.ext.stomp.StompServer
Connects the STOMP server to the given port.
listen(int, String) - Method in interface io.vertx.ext.stomp.StompServer
Connects the STOMP server to the given port / interface.
listen() - Method in interface io.vertx.ext.stomp.StompServer
Connects the STOMP server to the port / host configured in the server options.
listen(Handler<AsyncResult<StompServer>>) - Method in interface io.vertx.ext.stomp.StompServer
Connects the STOMP server default port (61613) and network interface (0.0.0.0).
listen(int, Handler<AsyncResult<StompServer>>) - Method in interface io.vertx.ext.stomp.StompServer
Connects the STOMP server to the given port.
listen(int, String, Handler<AsyncResult<StompServer>>) - Method in interface io.vertx.ext.stomp.StompServer
Connects the STOMP server to the given port / interface.
listen() - Method in interface io.vertx.mqtt.MqttServer
Start the server listening for incoming connections using the specified options through the constructor
listen(int, String) - Method in interface io.vertx.mqtt.MqttServer
Start the server listening for incoming connections on the port and host specified
listen(int, String, Handler<AsyncResult<MqttServer>>) - Method in interface io.vertx.mqtt.MqttServer
Start the server listening for incoming connections on the port and host specified It ignores any options specified through the constructor
listen(int) - Method in interface io.vertx.mqtt.MqttServer
Start the server listening for incoming connections on the port specified but on "0.0.0.0" as host.
listen(int, Handler<AsyncResult<MqttServer>>) - Method in interface io.vertx.mqtt.MqttServer
Start the server listening for incoming connections on the port specified but on "0.0.0.0" as host.
listen(Handler<AsyncResult<MqttServer>>) - Method in interface io.vertx.mqtt.MqttServer
Start the server listening for incoming connections using the specified options through the constructor
listen(Handler<ConfigChange>) - Method in class io.vertx.reactivex.config.ConfigRetriever
Registers a listener receiving configuration changes.
listen(int, String, Handler<AsyncResult<DatagramSocket>>) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Start listening on the given port and host.
listen(int, String) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Start listening on the given port and host.
listen(int, String, Handler<AsyncResult<HttpServer>>) - Method in class io.vertx.reactivex.core.http.HttpServer
Like HttpServer.listen(int, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.core.http.HttpServer>>) but supplying a handler that will be called when the server is actually listening (or has failed).
listen(int, String) - Method in class io.vertx.reactivex.core.http.HttpServer
Like HttpServer.listen(int, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.core.http.HttpServer>>) but supplying a handler that will be called when the server is actually listening (or has failed).
listen(SocketAddress, Handler<AsyncResult<HttpServer>>) - Method in class io.vertx.reactivex.core.http.HttpServer
Tell the server to start listening on the given address supplying a handler that will be called when the server is actually listening (or has failed).
listen(SocketAddress) - Method in class io.vertx.reactivex.core.http.HttpServer
Tell the server to start listening on the given address supplying a handler that will be called when the server is actually listening (or has failed).
listen(int, Handler<AsyncResult<HttpServer>>) - Method in class io.vertx.reactivex.core.http.HttpServer
Like HttpServer.listen(int, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.core.http.HttpServer>>) but supplying a handler that will be called when the server is actually listening (or has failed).
listen(int) - Method in class io.vertx.reactivex.core.http.HttpServer
Like HttpServer.listen(int, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.core.http.HttpServer>>) but supplying a handler that will be called when the server is actually listening (or has failed).
listen(Handler<AsyncResult<HttpServer>>) - Method in class io.vertx.reactivex.core.http.HttpServer
Like HttpServer.listen(int, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.core.http.HttpServer>>) but supplying a handler that will be called when the server is actually listening (or has failed).
listen() - Method in class io.vertx.reactivex.core.http.HttpServer
Like HttpServer.listen(int, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.core.http.HttpServer>>) but supplying a handler that will be called when the server is actually listening (or has failed).
listen(Handler<AsyncResult<NetServer>>) - Method in class io.vertx.reactivex.core.net.NetServer
Like NetServer.listen(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.core.net.NetServer>>) but providing a handler that will be notified when the server is listening, or fails.
listen() - Method in class io.vertx.reactivex.core.net.NetServer
Like NetServer.listen(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.core.net.NetServer>>) but providing a handler that will be notified when the server is listening, or fails.
listen(int, String, Handler<AsyncResult<NetServer>>) - Method in class io.vertx.reactivex.core.net.NetServer
Like NetServer.listen(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.core.net.NetServer>>) but providing a handler that will be notified when the server is listening, or fails.
listen(int, String) - Method in class io.vertx.reactivex.core.net.NetServer
Like NetServer.listen(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.core.net.NetServer>>) but providing a handler that will be notified when the server is listening, or fails.
listen(int, Handler<AsyncResult<NetServer>>) - Method in class io.vertx.reactivex.core.net.NetServer
Like NetServer.listen(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.core.net.NetServer>>) but providing a handler that will be notified when the server is listening, or fails.
listen(int) - Method in class io.vertx.reactivex.core.net.NetServer
Like NetServer.listen(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.core.net.NetServer>>) but providing a handler that will be notified when the server is listening, or fails.
listen(SocketAddress, Handler<AsyncResult<NetServer>>) - Method in class io.vertx.reactivex.core.net.NetServer
Like NetServer.listen(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.core.net.NetServer>>) but providing a handler that will be notified when the server is listening, or fails.
listen(SocketAddress) - Method in class io.vertx.reactivex.core.net.NetServer
Like NetServer.listen(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.core.net.NetServer>>) but providing a handler that will be notified when the server is listening, or fails.
listen(Handler<AsyncResult<TcpEventBusBridge>>) - Method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.TcpEventBusBridge
Listen on default port 7000 with a handler to report the state of the socket listen operation.
listen() - Method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.TcpEventBusBridge
Listen on default port 7000 with a handler to report the state of the socket listen operation.
listen(int, String, Handler<AsyncResult<TcpEventBusBridge>>) - Method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.TcpEventBusBridge
Listen on specific port and bind to specific address
listen(int, String) - Method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.TcpEventBusBridge
Listen on specific port and bind to specific address
listen(int, Handler<AsyncResult<TcpEventBusBridge>>) - Method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.TcpEventBusBridge
Listen on specific port
listen(int) - Method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.TcpEventBusBridge
Listen on specific port
listen(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.shell.ShellServer
Start the shell service, this is an asynchronous start.
listen() - Method in class io.vertx.reactivex.ext.shell.ShellServer
Start the shell service, this is an asynchronous start.
listen(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.shell.term.TermServer
listen() - Method in class io.vertx.reactivex.ext.shell.term.TermServer
listen(Handler<AsyncResult<StompServer>>) - Method in class io.vertx.reactivex.ext.stomp.StompServer
Connects the STOMP server default port (61613) and network interface (0.0.0.0).
listen() - Method in class io.vertx.reactivex.ext.stomp.StompServer
Connects the STOMP server default port (61613) and network interface (0.0.0.0).
listen(int, Handler<AsyncResult<StompServer>>) - Method in class io.vertx.reactivex.ext.stomp.StompServer
Connects the STOMP server to the given port.
listen(int) - Method in class io.vertx.reactivex.ext.stomp.StompServer
Connects the STOMP server to the given port.
listen(int, String, Handler<AsyncResult<StompServer>>) - Method in class io.vertx.reactivex.ext.stomp.StompServer
Connects the STOMP server to the given port / interface.
listen(int, String) - Method in class io.vertx.reactivex.ext.stomp.StompServer
Connects the STOMP server to the given port / interface.
listen(int, String, Handler<AsyncResult<MqttServer>>) - Method in class io.vertx.reactivex.mqtt.MqttServer
Start the server listening for incoming connections on the port and host specified It ignores any options specified through the constructor
listen(int, String) - Method in class io.vertx.reactivex.mqtt.MqttServer
Start the server listening for incoming connections on the port and host specified It ignores any options specified through the constructor
listen(int, Handler<AsyncResult<MqttServer>>) - Method in class io.vertx.reactivex.mqtt.MqttServer
Start the server listening for incoming connections on the port specified but on "0.0.0.0" as host.
listen(int) - Method in class io.vertx.reactivex.mqtt.MqttServer
Start the server listening for incoming connections on the port specified but on "0.0.0.0" as host.
listen(Handler<AsyncResult<MqttServer>>) - Method in class io.vertx.reactivex.mqtt.MqttServer
Start the server listening for incoming connections using the specified options through the constructor
listen() - Method in class io.vertx.reactivex.mqtt.MqttServer
Start the server listening for incoming connections using the specified options through the constructor
listen(Handler<ConfigChange>) - Method in class io.vertx.rxjava.config.ConfigRetriever
Registers a listener receiving configuration changes.
listen(int, String, Handler<AsyncResult<DatagramSocket>>) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Start listening on the given port and host.
listen(int, String) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Start listening on the given port and host.
listen(int, String, Handler<AsyncResult<HttpServer>>) - Method in class io.vertx.rxjava.core.http.HttpServer
Like HttpServer.listen(int, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.rxjava.core.http.HttpServer>>) but supplying a handler that will be called when the server is actually listening (or has failed).
listen(int, String) - Method in class io.vertx.rxjava.core.http.HttpServer
Like HttpServer.listen(int, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.rxjava.core.http.HttpServer>>) but supplying a handler that will be called when the server is actually listening (or has failed).
listen(SocketAddress, Handler<AsyncResult<HttpServer>>) - Method in class io.vertx.rxjava.core.http.HttpServer
Tell the server to start listening on the given address supplying a handler that will be called when the server is actually listening (or has failed).
listen(SocketAddress) - Method in class io.vertx.rxjava.core.http.HttpServer
Tell the server to start listening on the given address supplying a handler that will be called when the server is actually listening (or has failed).
listen(int, Handler<AsyncResult<HttpServer>>) - Method in class io.vertx.rxjava.core.http.HttpServer
Like HttpServer.listen(int, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.rxjava.core.http.HttpServer>>) but supplying a handler that will be called when the server is actually listening (or has failed).
listen(int) - Method in class io.vertx.rxjava.core.http.HttpServer
Like HttpServer.listen(int, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.rxjava.core.http.HttpServer>>) but supplying a handler that will be called when the server is actually listening (or has failed).
listen(Handler<AsyncResult<HttpServer>>) - Method in class io.vertx.rxjava.core.http.HttpServer
Like HttpServer.listen(int, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.rxjava.core.http.HttpServer>>) but supplying a handler that will be called when the server is actually listening (or has failed).
listen() - Method in class io.vertx.rxjava.core.http.HttpServer
Like HttpServer.listen(int, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.rxjava.core.http.HttpServer>>) but supplying a handler that will be called when the server is actually listening (or has failed).
listen(Handler<AsyncResult<NetServer>>) - Method in class io.vertx.rxjava.core.net.NetServer
Like NetServer.listen(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.rxjava.core.net.NetServer>>) but providing a handler that will be notified when the server is listening, or fails.
listen() - Method in class io.vertx.rxjava.core.net.NetServer
Like NetServer.listen(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.rxjava.core.net.NetServer>>) but providing a handler that will be notified when the server is listening, or fails.
listen(int, String, Handler<AsyncResult<NetServer>>) - Method in class io.vertx.rxjava.core.net.NetServer
Like NetServer.listen(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.rxjava.core.net.NetServer>>) but providing a handler that will be notified when the server is listening, or fails.
listen(int, String) - Method in class io.vertx.rxjava.core.net.NetServer
Like NetServer.listen(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.rxjava.core.net.NetServer>>) but providing a handler that will be notified when the server is listening, or fails.
listen(int, Handler<AsyncResult<NetServer>>) - Method in class io.vertx.rxjava.core.net.NetServer
Like NetServer.listen(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.rxjava.core.net.NetServer>>) but providing a handler that will be notified when the server is listening, or fails.
listen(int) - Method in class io.vertx.rxjava.core.net.NetServer
Like NetServer.listen(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.rxjava.core.net.NetServer>>) but providing a handler that will be notified when the server is listening, or fails.
listen(SocketAddress, Handler<AsyncResult<NetServer>>) - Method in class io.vertx.rxjava.core.net.NetServer
Like NetServer.listen(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.rxjava.core.net.NetServer>>) but providing a handler that will be notified when the server is listening, or fails.
listen(SocketAddress) - Method in class io.vertx.rxjava.core.net.NetServer
Like NetServer.listen(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.rxjava.core.net.NetServer>>) but providing a handler that will be notified when the server is listening, or fails.
listen(Handler<AsyncResult<TcpEventBusBridge>>) - Method in class io.vertx.rxjava.ext.eventbus.bridge.tcp.TcpEventBusBridge
Listen on default port 7000 with a handler to report the state of the socket listen operation.
listen() - Method in class io.vertx.rxjava.ext.eventbus.bridge.tcp.TcpEventBusBridge
Listen on default port 7000 with a handler to report the state of the socket listen operation.
listen(int, String, Handler<AsyncResult<TcpEventBusBridge>>) - Method in class io.vertx.rxjava.ext.eventbus.bridge.tcp.TcpEventBusBridge
Listen on specific port and bind to specific address
listen(int, String) - Method in class io.vertx.rxjava.ext.eventbus.bridge.tcp.TcpEventBusBridge
Listen on specific port and bind to specific address
listen(int, Handler<AsyncResult<TcpEventBusBridge>>) - Method in class io.vertx.rxjava.ext.eventbus.bridge.tcp.TcpEventBusBridge
Listen on specific port
listen(int) - Method in class io.vertx.rxjava.ext.eventbus.bridge.tcp.TcpEventBusBridge
Listen on specific port
listen(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.shell.ShellServer
Start the shell service, this is an asynchronous start.
listen() - Method in class io.vertx.rxjava.ext.shell.ShellServer
Start the shell service, this is an asynchronous start.
listen(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.shell.term.TermServer
listen() - Method in class io.vertx.rxjava.ext.shell.term.TermServer
listen(Handler<AsyncResult<StompServer>>) - Method in class io.vertx.rxjava.ext.stomp.StompServer
Connects the STOMP server default port (61613) and network interface (0.0.0.0).
listen() - Method in class io.vertx.rxjava.ext.stomp.StompServer
Connects the STOMP server default port (61613) and network interface (0.0.0.0).
listen(int, Handler<AsyncResult<StompServer>>) - Method in class io.vertx.rxjava.ext.stomp.StompServer
Connects the STOMP server to the given port.
listen(int) - Method in class io.vertx.rxjava.ext.stomp.StompServer
Connects the STOMP server to the given port.
listen(int, String, Handler<AsyncResult<StompServer>>) - Method in class io.vertx.rxjava.ext.stomp.StompServer
Connects the STOMP server to the given port / interface.
listen(int, String) - Method in class io.vertx.rxjava.ext.stomp.StompServer
Connects the STOMP server to the given port / interface.
listen(int, String, Handler<AsyncResult<MqttServer>>) - Method in class io.vertx.rxjava.mqtt.MqttServer
Start the server listening for incoming connections on the port and host specified It ignores any options specified through the constructor
listen(int, String) - Method in class io.vertx.rxjava.mqtt.MqttServer
Start the server listening for incoming connections on the port and host specified It ignores any options specified through the constructor
listen(int, Handler<AsyncResult<MqttServer>>) - Method in class io.vertx.rxjava.mqtt.MqttServer
Start the server listening for incoming connections on the port specified but on "0.0.0.0" as host.
listen(int) - Method in class io.vertx.rxjava.mqtt.MqttServer
Start the server listening for incoming connections on the port specified but on "0.0.0.0" as host.
listen(Handler<AsyncResult<MqttServer>>) - Method in class io.vertx.rxjava.mqtt.MqttServer
Start the server listening for incoming connections using the specified options through the constructor
listen() - Method in class io.vertx.rxjava.mqtt.MqttServer
Start the server listening for incoming connections using the specified options through the constructor
listening(String, SocketAddress) - Method in interface io.vertx.core.spi.metrics.DatagramSocketMetrics
Called when a socket is listening.
listenMulticastGroup(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.datagram.DatagramSocket
Joins a multicast group and listens for packets send to it.
listenMulticastGroup(String) - Method in interface io.vertx.core.datagram.DatagramSocket
Like DatagramSocket.listenMulticastGroup(String, Handler) but returns a Future of the asynchronous result
listenMulticastGroup(String, String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.datagram.DatagramSocket
Joins a multicast group and listens for packets send to it on the given network interface.
listenMulticastGroup(String, String, String) - Method in interface io.vertx.core.datagram.DatagramSocket
Like DatagramSocket.listenMulticastGroup(String, String, String, Handler) but returns a Future of the asynchronous result
listenMulticastGroup(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Joins a multicast group and listens for packets send to it.
listenMulticastGroup(String) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Joins a multicast group and listens for packets send to it.
listenMulticastGroup(String, String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Joins a multicast group and listens for packets send to it on the given network interface.
listenMulticastGroup(String, String, String) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Joins a multicast group and listens for packets send to it on the given network interface.
listenMulticastGroup(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Joins a multicast group and listens for packets send to it.
listenMulticastGroup(String) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Joins a multicast group and listens for packets send to it.
listenMulticastGroup(String, String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Joins a multicast group and listens for packets send to it on the given network interface.
listenMulticastGroup(String, String, String) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Joins a multicast group and listens for packets send to it on the given network interface.
listEvents(Handler<AsyncResult<EventList>>) - Method in interface io.vertx.ext.consul.ConsulClient
Returns the most recent events known by the agent
listEvents() - Method in interface io.vertx.ext.consul.ConsulClient
Like ConsulClient.listEvents(Handler) but returns a Future of the asynchronous result.
listEvents(Handler<AsyncResult<EventList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the most recent events known by the agent
listEvents() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the most recent events known by the agent
listEvents(Handler<AsyncResult<EventList>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the most recent events known by the agent
listEvents() - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the most recent events known by the agent
listEventsWithOptions(EventListOptions, Handler<AsyncResult<EventList>>) - Method in interface io.vertx.ext.consul.ConsulClient
Returns the most recent events known by the agent.
listEventsWithOptions(EventListOptions) - Method in interface io.vertx.ext.consul.ConsulClient
Like ConsulClient.listEventsWithOptions(EventListOptions, Handler) but returns a Future of the asynchronous result.
listEventsWithOptions(EventListOptions, Handler<AsyncResult<EventList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the most recent events known by the agent.
listEventsWithOptions(EventListOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the most recent events known by the agent.
listEventsWithOptions(EventListOptions, Handler<AsyncResult<EventList>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the most recent events known by the agent.
listEventsWithOptions(EventListOptions) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the most recent events known by the agent.
listIndexes(String, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.ext.mongo.MongoClient
Get all the indexes in this collection.
listIndexes(String) - Method in interface io.vertx.ext.mongo.MongoClient
Like MongoClient.listIndexes(String, Handler) but returns a Future of the asynchronous result
listIndexes(String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Get all the indexes in this collection.
listIndexes(String) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Get all the indexes in this collection.
listIndexes(String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Get all the indexes in this collection.
listIndexes(String) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Get all the indexes in this collection.
listNodeSessions(String, Handler<AsyncResult<SessionList>>) - Method in interface io.vertx.ext.consul.ConsulClient
Returns the active sessions for a given node
listNodeSessions(String) - Method in interface io.vertx.ext.consul.ConsulClient
Like ConsulClient.listNodeSessions(String, Handler) but returns a Future of the asynchronous result.
listNodeSessions(String, Handler<AsyncResult<SessionList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the active sessions for a given node
listNodeSessions(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the active sessions for a given node
listNodeSessions(String, Handler<AsyncResult<SessionList>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the active sessions for a given node
listNodeSessions(String) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the active sessions for a given node
listNodeSessionsWithOptions(String, BlockingQueryOptions, Handler<AsyncResult<SessionList>>) - Method in interface io.vertx.ext.consul.ConsulClient
Returns the active sessions for a given node This is blocking query unlike ConsulClient.listNodeSessions(String, Handler)
listNodeSessionsWithOptions(String, BlockingQueryOptions) - Method in interface io.vertx.ext.consul.ConsulClient
Like ConsulClient.listNodeSessionsWithOptions(String, BlockingQueryOptions, Handler) but returns a Future of the asynchronous result.
listNodeSessionsWithOptions(String, BlockingQueryOptions, Handler<AsyncResult<SessionList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
listNodeSessionsWithOptions(String, BlockingQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
listNodeSessionsWithOptions(String, BlockingQueryOptions, Handler<AsyncResult<SessionList>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
listNodeSessionsWithOptions(String, BlockingQueryOptions) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
listOffsets(Map<TopicPartition, OffsetSpec>, Handler<AsyncResult<Map<TopicPartition, ListOffsetsResultInfo>>>) - Method in interface io.vertx.kafka.admin.KafkaAdminClient
List the offsets available for a set of partitions.
listOffsets(Map<TopicPartition, OffsetSpec>) - Method in interface io.vertx.kafka.admin.KafkaAdminClient
Like #listOffsets(Map, Handler) but returns a Future of the asynchronous result
ListOffsetsResultInfo - Class in io.vertx.kafka.admin
 
ListOffsetsResultInfo(long, long, Integer) - Constructor for class io.vertx.kafka.admin.ListOffsetsResultInfo
Constructor
ListOffsetsResultInfo(JsonObject) - Constructor for class io.vertx.kafka.admin.ListOffsetsResultInfo
Constructor (from JSON representation)
ListOffsetsResultInfoConverter - Class in io.vertx.kafka.admin
Converter and mapper for ListOffsetsResultInfo.
ListOffsetsResultInfoConverter() - Constructor for class io.vertx.kafka.admin.ListOffsetsResultInfoConverter
 
listSeparator - Variable in class io.vertx.core.cli.TypedOption
the split character used if the raw value needs to be parsed as a list.
listSessions(Handler<AsyncResult<SessionList>>) - Method in interface io.vertx.ext.consul.ConsulClient
Returns the active sessions
listSessions() - Method in interface io.vertx.ext.consul.ConsulClient
Like ConsulClient.listSessions(Handler) but returns a Future of the asynchronous result.
listSessions(Handler<AsyncResult<SessionList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the active sessions
listSessions() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the active sessions
listSessions(Handler<AsyncResult<SessionList>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the active sessions
listSessions() - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the active sessions
listSessionsWithOptions(BlockingQueryOptions, Handler<AsyncResult<SessionList>>) - Method in interface io.vertx.ext.consul.ConsulClient
Returns the active sessions This is blocking query unlike ConsulClient.listSessions(Handler)
listSessionsWithOptions(BlockingQueryOptions) - Method in interface io.vertx.ext.consul.ConsulClient
Like ConsulClient.listSessionsWithOptions(BlockingQueryOptions, Handler) but returns a Future of the asynchronous result.
listSessionsWithOptions(BlockingQueryOptions, Handler<AsyncResult<SessionList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
listSessionsWithOptions(BlockingQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
listSessionsWithOptions(BlockingQueryOptions, Handler<AsyncResult<SessionList>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
listSessionsWithOptions(BlockingQueryOptions) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
listTopics(Handler<AsyncResult<Set<String>>>) - Method in interface io.vertx.kafka.admin.KafkaAdminClient
List the topics available in the cluster with the default options.
listTopics() - Method in interface io.vertx.kafka.admin.KafkaAdminClient
Like KafkaAdminClient.listTopics(Handler) but returns a Future of the asynchronous result
listTopics(Handler<AsyncResult<Map<String, List<PartitionInfo>>>>) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
Get metadata about partitions for all topics that the user is authorized to view.
listTopics() - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
Like KafkaConsumer.listTopics(Handler) but returns a Future of the asynchronous result
listTopics(Handler<AsyncResult<Map<String, List<PartitionInfo>>>>) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
Get metadata about partitions for all topics that the user is authorized to view.
listTopics() - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
Like KafkaReadStream.listTopics(Handler) but returns a Future of the asynchronous result
listTopics(Handler<AsyncResult<Set<String>>>) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
List the topics available in the cluster with the default options.
listTopics() - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
List the topics available in the cluster with the default options.
listTopics(Handler<AsyncResult<Set<String>>>) - Method in class io.vertx.rxjava.kafka.admin.KafkaAdminClient
List the topics available in the cluster with the default options.
listTopics() - Method in class io.vertx.rxjava.kafka.admin.KafkaAdminClient
List the topics available in the cluster with the default options.
LiveAuth - Interface in io.vertx.ext.auth.oauth2.providers
Simplified factory to create an OAuth2Auth for live.com Services.
LiveAuth - Class in io.vertx.reactivex.ext.auth.oauth2.providers
Simplified factory to create an for live.com Services.
LiveAuth(LiveAuth) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.LiveAuth
 
LiveAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.LiveAuth
 
LiveAuth - Class in io.vertx.rxjava.ext.auth.oauth2.providers
Simplified factory to create an for live.com Services.
LiveAuth(LiveAuth) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.providers.LiveAuth
 
LiveAuth(Object) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.providers.LiveAuth
 
LLEN - Static variable in class io.vertx.reactivex.redis.client.Command
 
llen(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command llen.
llen(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command llen.
LLEN - Static variable in interface io.vertx.redis.client.Command
 
llen(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command llen.
llen(String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command llen.
LLEN - Static variable in class io.vertx.rxjava.redis.client.Command
 
llen(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command llen.
llen(String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command llen.
load() - Static method in class io.vertx.core.json.Json
Load the factory with the ServiceLoader, when no factory is found then a factory using Jackson will be returned.
load() - Static method in interface io.vertx.core.spi.JsonFactory
Load the JSON factory with the ServiceLoader An attempt is made to load a factory using the service loader META-INF/services JsonFactory. Factories are sorted If not factory is resolved (which is usually the default case), JacksonFactory.INSTANCE is used.
load() - Static method in interface io.vertx.ext.auth.HashingStrategy
Factory method to load the algorithms from the system
load() - Static method in class io.vertx.reactivex.ext.auth.HashingStrategy
Factory method to load the algorithms from the system
load() - Static method in class io.vertx.rxjava.ext.auth.HashingStrategy
Factory method to load the algorithms from the system
load(String, ClassLoader) - Static method in class io.vertx.servicediscovery.utils.ClassLoaderUtils
 
loadConfig() - Static method in class io.vertx.core.logging.JULLogDelegateFactory
 
loadConfig() - Static method in class io.vertx.spi.cluster.hazelcast.ConfigUtil
Loads Hazelcast config XML and transform it into a Config object.
loadConfig() - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
Load Hazelcast config XML and transform it into a Config object.
loadConfiguration(URL) - Static method in class io.vertx.spi.cluster.ignite.util.ConfigHelper
 
loadFactories(Class<T>) - Static method in class io.vertx.core.ServiceHelper
 
loadFactories(Class<T>, ClassLoader) - Static method in class io.vertx.core.ServiceHelper
 
loadFactory(Class<T>) - Static method in class io.vertx.core.ServiceHelper
 
loadFactoryOrNull(Class<T>) - Static method in class io.vertx.core.ServiceHelper
 
loadGenerators(ProcessingEnvironment) - Method in class io.vertx.ext.web.api.service.generator.WebApiProxyGenLoader
 
loadGenerators(ProcessingEnvironment) - Method in class io.vertx.lang.reactivex.RxJava2GeneratorLoader
 
loadGenerators(ProcessingEnvironment) - Method in class io.vertx.lang.rxjava.RxJavaGeneratorLoader
 
loadGenerators(ProcessingEnvironment) - Method in class io.vertx.serviceproxy.generator.ServiceProxyGenLoader
 
loadGenerators(ProcessingEnvironment) - Method in class io.vertx.serviceproxy.sockjs.generator.SockjsServiceProxyGeneratorLoader
 
loadGenerators(ProcessingEnvironment) - Method in class io.vertx.sqlclient.templates.generator.MapperGenLoader
 
loadJWK(Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.auth.oauth2.OAuth2Auth
loadJWK() - Method in interface io.vertx.ext.auth.oauth2.OAuth2Auth
Deprecated.
loadJWK(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
Deprecated.
loadJWK() - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
Deprecated.
loadJWK(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
Deprecated.
loadJWK() - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
Deprecated.
loadKeyStore(Vertx) - Method in class io.vertx.core.net.KeyStoreOptionsBase
Load and return a Java keystore.
loadKeyStore(Vertx) - Method in class io.vertx.core.net.PemKeyCertOptions
Load and return a Java keystore.
loadKeyStore(Vertx) - Method in class io.vertx.core.net.PemTrustOptions
Load and return a Java keystore.
loadResource(String) - Method in class io.vertx.serviceproxy.generator.GeneratorUtils
 
loadResource(String, String) - Method in class io.vertx.serviceproxy.generator.GeneratorUtils
 
loadUserAgent() - Static method in class io.vertx.ext.web.client.WebClientOptions
 
LOCAL_REPO_SYS_PROP - Static variable in class io.vertx.maven.MavenVerticleFactory
 
LOCAL_REPO_SYS_PROP - Static variable in class io.vertx.maven.ResolverOptions
 
localAddress() - Method in interface io.vertx.core.datagram.DatagramSocket
Return the SocketAddress to which this DatagramSocket is bound.
localAddress() - Method in interface io.vertx.core.http.HttpConnection
 
localAddress() - Method in interface io.vertx.core.http.HttpServerRequest
 
localAddress() - Method in interface io.vertx.core.http.WebSocketBase
 
localAddress() - Method in interface io.vertx.core.net.NetSocket
 
localAddress() - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
Return the local address for this socket
localAddress() - Method in interface io.vertx.mqtt.MqttEndpoint
 
localAddress() - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Return the SocketAddress to which this DatagramSocket is bound.
localAddress() - Method in class io.vertx.reactivex.core.http.HttpConnection
 
localAddress() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
 
localAddress() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
localAddress() - Method in class io.vertx.reactivex.core.http.WebSocket
 
localAddress() - Method in interface io.vertx.reactivex.core.http.WebSocketBase
 
localAddress() - Method in class io.vertx.reactivex.core.net.NetSocket
 
localAddress() - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
Return the local address for this socket
localAddress() - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
 
localAddress() - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Return the SocketAddress to which this DatagramSocket is bound.
localAddress() - Method in class io.vertx.rxjava.core.http.HttpConnection
 
localAddress() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
localAddress() - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
localAddress() - Method in class io.vertx.rxjava.core.http.WebSocket
 
localAddress() - Method in interface io.vertx.rxjava.core.http.WebSocketBase
 
localAddress() - Method in class io.vertx.rxjava.core.net.NetSocket
 
localAddress() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
Return the local address for this socket
localAddress() - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
 
localChecks(Handler<AsyncResult<List<Check>>>) - Method in interface io.vertx.ext.consul.ConsulClient
Return all the checks that are registered with the local agent.
localChecks() - Method in interface io.vertx.ext.consul.ConsulClient
Like ConsulClient.localChecks(Handler) but returns a Future of the asynchronous result.
localChecks(Handler<AsyncResult<List<Check>>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Return all the checks that are registered with the local agent.
localChecks() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Return all the checks that are registered with the local agent.
localChecks(Handler<AsyncResult<List<Check>>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Return all the checks that are registered with the local agent.
localChecks() - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Return all the checks that are registered with the local agent.
localConsumer(String) - Method in interface io.vertx.core.eventbus.EventBus
Like EventBus.consumer(String) but the address won't be propagated across the cluster.
localConsumer(String, Handler<Message<T>>) - Method in interface io.vertx.core.eventbus.EventBus
Like EventBus.consumer(String, Handler) but the address won't be propagated across the cluster.
localConsumer(String) - Method in class io.vertx.reactivex.core.eventbus.EventBus
Like EventBus.consumer(java.lang.String) but the address won't be propagated across the cluster.
localConsumer(String, Handler<Message<T>>) - Method in class io.vertx.reactivex.core.eventbus.EventBus
Like EventBus.consumer(java.lang.String) but the address won't be propagated across the cluster.
localConsumer(String) - Method in class io.vertx.rxjava.core.eventbus.EventBus
Like EventBus.consumer(java.lang.String) but the address won't be propagated across the cluster.
localConsumer(String, Handler<Message<T>>) - Method in class io.vertx.rxjava.core.eventbus.EventBus
Like EventBus.consumer(java.lang.String) but the address won't be propagated across the cluster.
locale(Function<ApolloWSMessage, Locale>) - Method in interface io.vertx.ext.web.handler.graphql.ApolloWSHandler
Customize the Locale passed to the GraphQL execution engine.
locale(Function<RoutingContext, Locale>) - Method in interface io.vertx.ext.web.handler.graphql.GraphQLHandler
Customize the Locale passed to the GraphQL execution engine.
locale(Function<ApolloWSMessage, Locale>) - Method in class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler
Customize the passed to the GraphQL execution engine.
locale(Function<RoutingContext, Locale>) - Method in class io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler
Customize the passed to the GraphQL execution engine.
locale(Function<ApolloWSMessage, Locale>) - Method in class io.vertx.rxjava.ext.web.handler.graphql.ApolloWSHandler
Customize the passed to the GraphQL execution engine.
locale(Function<RoutingContext, Locale>) - Method in class io.vertx.rxjava.ext.web.handler.graphql.GraphQLHandler
Customize the passed to the GraphQL execution engine.
LocalMap<K,V> - Interface in io.vertx.core.shareddata
Local maps can be used to share data safely in a single Vert.x instance.
LocalMap<K,V> - Class in io.vertx.reactivex.core.shareddata
Local maps can be used to share data safely in a single Vert.x instance.
LocalMap(LocalMap) - Constructor for class io.vertx.reactivex.core.shareddata.LocalMap
 
LocalMap(Object, TypeArg<K>, TypeArg<V>) - Constructor for class io.vertx.reactivex.core.shareddata.LocalMap
 
LocalMap<K,V> - Class in io.vertx.rxjava.core.shareddata
Local maps can be used to share data safely in a single Vert.x instance.
LocalMap(LocalMap) - Constructor for class io.vertx.rxjava.core.shareddata.LocalMap
 
LocalMap(Object, TypeArg<K>, TypeArg<V>) - Constructor for class io.vertx.rxjava.core.shareddata.LocalMap
 
LocalMapGet - Class in io.vertx.ext.shell.command.base
 
LocalMapGet() - Constructor for class io.vertx.ext.shell.command.base.LocalMapGet
 
LocalMapPut - Class in io.vertx.ext.shell.command.base
 
LocalMapPut() - Constructor for class io.vertx.ext.shell.command.base.LocalMapPut
 
LocalMapRm - Class in io.vertx.ext.shell.command.base
 
LocalMapRm() - Constructor for class io.vertx.ext.shell.command.base.LocalMapRm
 
localOnly() - Method in class io.vertx.core.spi.cluster.RegistrationInfo
 
localServices(Handler<AsyncResult<List<Service>>>) - Method in interface io.vertx.ext.consul.ConsulClient
Returns list of services registered with the local agent.
localServices() - Method in interface io.vertx.ext.consul.ConsulClient
Like ConsulClient.localServices(Handler) but returns a Future of the asynchronous result.
localServices(Handler<AsyncResult<List<Service>>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns list of services registered with the local agent.
localServices() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns list of services registered with the local agent.
localServices(Handler<AsyncResult<List<Service>>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns list of services registered with the local agent.
localServices() - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns list of services registered with the local agent.
LocalSessionStore - Interface in io.vertx.ext.web.sstore
A session store which is only available on a single node.
LocalSessionStore - Class in io.vertx.reactivex.ext.web.sstore
A session store which is only available on a single node.
LocalSessionStore(LocalSessionStore) - Constructor for class io.vertx.reactivex.ext.web.sstore.LocalSessionStore
 
LocalSessionStore(Object) - Constructor for class io.vertx.reactivex.ext.web.sstore.LocalSessionStore
 
LocalSessionStore - Class in io.vertx.rxjava.ext.web.sstore
A session store which is only available on a single node.
LocalSessionStore(LocalSessionStore) - Constructor for class io.vertx.rxjava.ext.web.sstore.LocalSessionStore
 
LocalSessionStore(Object) - Constructor for class io.vertx.rxjava.ext.web.sstore.LocalSessionStore
 
LOCATION - Static variable in interface io.vertx.core.http.HttpHeaders
Location header name
LOCATION - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Location header name
LOCATION - Static variable in class io.vertx.rxjava.core.http.HttpHeaders
Location header name
LOCK - Static variable in class io.vertx.core.http.HttpMethod
The RFC 2518/4918 LOCK method, this instance is interned and uniquely used.
Lock - Interface in io.vertx.core.shareddata
An asynchronous exclusive lock which can be obtained from any node in the cluster.
Lock - Class in io.vertx.reactivex.core.shareddata
An asynchronous exclusive lock which can be obtained from any node in the cluster.
Lock(Lock) - Constructor for class io.vertx.reactivex.core.shareddata.Lock
 
Lock(Object) - Constructor for class io.vertx.reactivex.core.shareddata.Lock
 
Lock - Class in io.vertx.rxjava.core.shareddata
An asynchronous exclusive lock which can be obtained from any node in the cluster.
Lock(Lock) - Constructor for class io.vertx.rxjava.core.shareddata.Lock
 
Lock(Object) - Constructor for class io.vertx.rxjava.core.shareddata.Lock
 
Log4j2LogDelegate - Class in io.vertx.core.logging
A LogDelegate which delegates to Apache Log4j 2
Log4j2LogDelegateFactory - Class in io.vertx.core.logging
A LogDelegateFactory which creates Log4j2LogDelegate instances.
Log4j2LogDelegateFactory() - Constructor for class io.vertx.core.logging.Log4j2LogDelegateFactory
 
LogDelegate - Interface in io.vertx.core.spi.logging
I represent operations that are delegated to underlying logging frameworks.
LogDelegateFactory - Interface in io.vertx.core.spi.logging
I am responsible for creating LogDelegate instances.
Logger - Class in io.vertx.core.logging
Deprecated.
see https://github.com/eclipse-vertx/vert.x/issues/2774
Logger(LogDelegate) - Constructor for class io.vertx.core.logging.Logger
Deprecated.
see https://github.com/eclipse-vertx/vert.x/issues/2774
LOGGER_DELEGATE_FACTORY_CLASS_NAME - Static variable in class io.vertx.core.logging.LoggerFactory
Deprecated.
 
LoggerFactory - Class in io.vertx.core.logging
Deprecated.
see https://github.com/eclipse-vertx/vert.x/issues/2774
LoggerFactory() - Constructor for class io.vertx.core.logging.LoggerFactory
Deprecated.
 
LoggerFormat - Enum in io.vertx.ext.web.handler
The possible out of the box formats.
LoggerHandler - Interface in io.vertx.ext.web.handler
A handler which logs request information to the Vert.x logger.
LoggerHandler - Class in io.vertx.reactivex.ext.web.handler
A handler which logs request information to the Vert.x logger.
LoggerHandler(LoggerHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.LoggerHandler
 
LoggerHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.LoggerHandler
 
LoggerHandler - Class in io.vertx.rxjava.ext.web.handler
A handler which logs request information to the Vert.x logger.
LoggerHandler(LoggerHandler) - Constructor for class io.vertx.rxjava.ext.web.handler.LoggerHandler
 
LoggerHandler(Object) - Constructor for class io.vertx.rxjava.ext.web.handler.LoggerHandler
 
LOGIN - Static variable in class io.vertx.ext.stomp.Frame
 
LoginOption - Enum in io.vertx.ext.mail
possible options for a login into a SMTP server
either DISABLED, OPTIONAL, REQUIRED or XOAUTH2
loginWithAppRole(String, String, Handler<AsyncResult<Auth>>) - Method in class io.vertx.config.vault.client.SlimVaultClient
Logs in against the `AppRole` backend.
loginWithCert(Handler<AsyncResult<Auth>>) - Method in class io.vertx.config.vault.client.SlimVaultClient
Logs in against the `Cert` backend.
loginWithUserCredentials(String, String, Handler<AsyncResult<Auth>>) - Method in class io.vertx.config.vault.client.SlimVaultClient
Logs in against the `userpass` backend.
logout(Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.auth.oauth2.AccessToken
Deprecated.
Revoke refresh token and calls the logout endpoint.
logout() - Method in interface io.vertx.ext.auth.oauth2.AccessToken
Deprecated.
Revoke refresh token and calls the logout endpoint.
logout(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.auth.oauth2.AccessToken
Revoke refresh token and calls the logout endpoint.
logout() - Method in class io.vertx.reactivex.ext.auth.oauth2.AccessToken
Revoke refresh token and calls the logout endpoint.
logout(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.auth.oauth2.AccessToken
Revoke refresh token and calls the logout endpoint.
logout() - Method in class io.vertx.rxjava.ext.auth.oauth2.AccessToken
Revoke refresh token and calls the logout endpoint.
LOLWUT - Static variable in class io.vertx.reactivex.redis.client.Command
 
lolwut(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command lolwut.
lolwut(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command lolwut.
LOLWUT - Static variable in interface io.vertx.redis.client.Command
 
lolwut(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command lolwut.
lolwut(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command lolwut.
LOLWUT - Static variable in class io.vertx.rxjava.redis.client.Command
 
lolwut(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command lolwut.
lolwut(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command lolwut.
longName - Variable in class io.vertx.core.cli.Option
the option long name.
longValue() - Method in interface io.vertx.core.parsetools.JsonEvent
 
longValue() - Method in class io.vertx.reactivex.core.parsetools.JsonEvent
 
longValue() - Method in class io.vertx.rxjava.core.parsetools.JsonEvent
 
longValue() - Method in class io.vertx.sqlclient.data.Numeric
 
Lookup - Class in io.vertx.config.vault.client
Represents Lookup result
Lookup() - Constructor for class io.vertx.config.vault.client.Lookup
 
lookup(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.core.dns.DnsClient
Try to lookup the A (ipv4) or AAAA (ipv6) record for the given name.
lookup(String) - Method in interface io.vertx.core.dns.DnsClient
Like DnsClient.lookup(String, Handler) but returns a Future of the asynchronous result
lookup() - Method in interface io.vertx.core.spi.launcher.CommandFactoryLookup
Looks for command implementation and instantiated them.
lookup(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.core.dns.DnsClient
Try to lookup the A (ipv4) or AAAA (ipv6) record for the given name.
lookup(String) - Method in class io.vertx.reactivex.core.dns.DnsClient
Try to lookup the A (ipv4) or AAAA (ipv6) record for the given name.
lookup(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.core.dns.DnsClient
Try to lookup the A (ipv4) or AAAA (ipv6) record for the given name.
lookup(String) - Method in class io.vertx.rxjava.core.dns.DnsClient
Try to lookup the A (ipv4) or AAAA (ipv6) record for the given name.
lookup4(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.core.dns.DnsClient
Try to lookup the A (ipv4) record for the given name.
lookup4(String) - Method in interface io.vertx.core.dns.DnsClient
Like DnsClient.lookup4(String, Handler) but returns a Future of the asynchronous result
lookup4(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.core.dns.DnsClient
Try to lookup the A (ipv4) record for the given name.
lookup4(String) - Method in class io.vertx.reactivex.core.dns.DnsClient
Try to lookup the A (ipv4) record for the given name.
lookup4(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.core.dns.DnsClient
Try to lookup the A (ipv4) record for the given name.
lookup4(String) - Method in class io.vertx.rxjava.core.dns.DnsClient
Try to lookup the A (ipv4) record for the given name.
lookup6(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.core.dns.DnsClient
Try to lookup the AAAA (ipv6) record for the given name.
lookup6(String) - Method in interface io.vertx.core.dns.DnsClient
Like DnsClient.lookup6(String, Handler) but returns a Future of the asynchronous result
lookup6(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.core.dns.DnsClient
Try to lookup the AAAA (ipv6) record for the given name.
lookup6(String) - Method in class io.vertx.reactivex.core.dns.DnsClient
Try to lookup the AAAA (ipv6) record for the given name.
lookup6(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.core.dns.DnsClient
Try to lookup the AAAA (ipv6) record for the given name.
lookup6(String) - Method in class io.vertx.rxjava.core.dns.DnsClient
Try to lookup the AAAA (ipv6) record for the given name.
lookupFiles(Class<?>, String...) - Static method in class io.vertx.spi.cluster.ignite.util.ConfigHelper
 
lookupJsonConfiguration(Class<?>, String...) - Static method in class io.vertx.spi.cluster.ignite.util.ConfigHelper
 
lookupSelf(Handler<AsyncResult<Lookup>>) - Method in class io.vertx.config.vault.client.SlimVaultClient
Looks up for the current token metadata.
lookupXmlConfiguration(Class<?>, String...) - Static method in class io.vertx.spi.cluster.ignite.util.ConfigHelper
 
lowerLevelContext() - Method in class io.vertx.json.schema.common.NoopValidatorContext
 
lowerLevelContext() - Method in class io.vertx.json.schema.common.RecordingValidatorContext
 
lowerLevelContext() - Method in class io.vertx.json.schema.common.RecursiveAnchorValidatorContextDecorator
 
lowerLevelContext() - Method in interface io.vertx.json.schema.common.ValidatorContext
 
LPOP - Static variable in class io.vertx.reactivex.redis.client.Command
 
lpop(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command lpop.
lpop(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command lpop.
LPOP - Static variable in interface io.vertx.redis.client.Command
 
lpop(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command lpop.
lpop(String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command lpop.
LPOP - Static variable in class io.vertx.rxjava.redis.client.Command
 
lpop(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command lpop.
lpop(String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command lpop.
lprops(String, Handler<AsyncResult<FileProps>>) - Method in interface io.vertx.core.file.FileSystem
Obtain properties for the link represented by path, asynchronously.
lprops(String) - Method in interface io.vertx.core.file.FileSystem
Like FileSystem.lprops(String, Handler) but returns a Future of the asynchronous result
lprops(String, Handler<AsyncResult<FileProps>>) - Method in class io.vertx.reactivex.core.file.FileSystem
Obtain properties for the link represented by path, asynchronously.
lprops(String) - Method in class io.vertx.reactivex.core.file.FileSystem
Obtain properties for the link represented by path, asynchronously.
lprops(String, Handler<AsyncResult<FileProps>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Obtain properties for the link represented by path, asynchronously.
lprops(String) - Method in class io.vertx.rxjava.core.file.FileSystem
Obtain properties for the link represented by path, asynchronously.
lpropsBlocking(String) - Method in interface io.vertx.core.file.FileSystem
lpropsBlocking(String) - Method in class io.vertx.reactivex.core.file.FileSystem
lpropsBlocking(String) - Method in class io.vertx.rxjava.core.file.FileSystem
LPUSH - Static variable in class io.vertx.reactivex.redis.client.Command
 
lpush(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command lpush.
lpush(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command lpush.
LPUSH - Static variable in interface io.vertx.redis.client.Command
 
lpush(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command lpush.
lpush(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command lpush.
LPUSH - Static variable in class io.vertx.rxjava.redis.client.Command
 
lpush(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command lpush.
lpush(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command lpush.
LPUSHX - Static variable in class io.vertx.reactivex.redis.client.Command
 
lpushx(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command lpushx.
lpushx(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command lpushx.
LPUSHX - Static variable in interface io.vertx.redis.client.Command
 
lpushx(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command lpushx.
lpushx(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command lpushx.
LPUSHX - Static variable in class io.vertx.rxjava.redis.client.Command
 
lpushx(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command lpushx.
lpushx(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command lpushx.
LRANGE - Static variable in class io.vertx.reactivex.redis.client.Command
 
lrange(String, String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command lrange.
lrange(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command lrange.
LRANGE - Static variable in interface io.vertx.redis.client.Command
 
lrange(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command lrange.
lrange(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command lrange.
LRANGE - Static variable in class io.vertx.rxjava.redis.client.Command
 
lrange(String, String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command lrange.
lrange(String, String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command lrange.
LREM - Static variable in class io.vertx.reactivex.redis.client.Command
 
lrem(String, String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command lrem.
lrem(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command lrem.
LREM - Static variable in interface io.vertx.redis.client.Command
 
lrem(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command lrem.
lrem(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command lrem.
LREM - Static variable in class io.vertx.rxjava.redis.client.Command
 
lrem(String, String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command lrem.
lrem(String, String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command lrem.
LSET - Static variable in class io.vertx.reactivex.redis.client.Command
 
lset(String, String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command lset.
lset(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command lset.
LSET - Static variable in interface io.vertx.redis.client.Command
 
lset(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command lset.
lset(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command lset.
LSET - Static variable in class io.vertx.rxjava.redis.client.Command
 
lset(String, String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command lset.
lset(String, String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command lset.
LTRIM - Static variable in class io.vertx.reactivex.redis.client.Command
 
ltrim(String, String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ltrim.
ltrim(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ltrim.
LTRIM - Static variable in interface io.vertx.redis.client.Command
 
ltrim(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ltrim.
ltrim(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ltrim.
LTRIM - Static variable in class io.vertx.rxjava.redis.client.Command
 
ltrim(String, String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command ltrim.
ltrim(String, String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command ltrim.

M

MailAttachment - Interface in io.vertx.ext.mail
Represent a mail attachment that can be used in a MailMessage.
MailAttachment - Class in io.vertx.reactivex.ext.mail
Represent a mail attachment that can be used in a MailMessage.
MailAttachment(MailAttachment) - Constructor for class io.vertx.reactivex.ext.mail.MailAttachment
 
MailAttachment(Object) - Constructor for class io.vertx.reactivex.ext.mail.MailAttachment
 
MailAttachment - Class in io.vertx.rxjava.ext.mail
Represent a mail attachment that can be used in a MailMessage.
MailAttachment(MailAttachment) - Constructor for class io.vertx.rxjava.ext.mail.MailAttachment
 
MailAttachment(Object) - Constructor for class io.vertx.rxjava.ext.mail.MailAttachment
 
MailchimpAuth - Interface in io.vertx.ext.auth.oauth2.providers
Simplified factory to create an OAuth2Auth for Mailchimp.
MailchimpAuth - Class in io.vertx.reactivex.ext.auth.oauth2.providers
Simplified factory to create an for Mailchimp.
MailchimpAuth(MailchimpAuth) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.MailchimpAuth
 
MailchimpAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.MailchimpAuth
 
MailchimpAuth - Class in io.vertx.rxjava.ext.auth.oauth2.providers
Simplified factory to create an for Mailchimp.
MailchimpAuth(MailchimpAuth) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.providers.MailchimpAuth
 
MailchimpAuth(Object) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.providers.MailchimpAuth
 
MailClient - Interface in io.vertx.ext.mail
SMTP mail client for Vert.x
MailClient - Class in io.vertx.reactivex.ext.mail
SMTP mail client for Vert.x
MailClient(MailClient) - Constructor for class io.vertx.reactivex.ext.mail.MailClient
 
MailClient(Object) - Constructor for class io.vertx.reactivex.ext.mail.MailClient
 
MailClient - Class in io.vertx.rxjava.ext.mail
SMTP mail client for Vert.x
MailClient(MailClient) - Constructor for class io.vertx.rxjava.ext.mail.MailClient
 
MailClient(Object) - Constructor for class io.vertx.rxjava.ext.mail.MailClient
 
MailConfig - Class in io.vertx.ext.mail
represents the configuration of a mail service with mail server hostname, port, security options, login options and login/password
MailConfig() - Constructor for class io.vertx.ext.mail.MailConfig
construct a config object with default options
MailConfig(String) - Constructor for class io.vertx.ext.mail.MailConfig
construct a config object with hostname and default options
MailConfig(String, int) - Constructor for class io.vertx.ext.mail.MailConfig
construct a config object with hostname/port and default options
MailConfig(String, int, StartTLSOptions, LoginOption) - Constructor for class io.vertx.ext.mail.MailConfig
construct a config object with hostname/port and security and login options
MailConfig(MailConfig) - Constructor for class io.vertx.ext.mail.MailConfig
copy config object from another MailConfig object
MailConfig(JsonObject) - Constructor for class io.vertx.ext.mail.MailConfig
construct config object from Json representation
MailEncoder - Class in io.vertx.ext.mail.mailencoder
create MIME mail messages from a MailMessage object
MailEncoder(MailMessage, String) - Constructor for class io.vertx.ext.mail.mailencoder.MailEncoder
create a MailEncoder for the message
MailEncoder(MailMessage, String, String) - Constructor for class io.vertx.ext.mail.mailencoder.MailEncoder
create a MailEncoder for the message
MailEncoder(MailMessage, String, MailConfig) - Constructor for class io.vertx.ext.mail.mailencoder.MailEncoder
Creates a MailEncoder for the message.
MailMessage - Class in io.vertx.ext.mail
represent a mail message that can be sent via the MailClient
MailMessage() - Constructor for class io.vertx.ext.mail.MailMessage
construct empty mail message that can be used with the setters
MailMessage(MailMessage) - Constructor for class io.vertx.ext.mail.MailMessage
copy object to another @link MailMessage object
MailMessage(JsonObject) - Constructor for class io.vertx.ext.mail.MailMessage
construct object from a JsonObject representation
MailMessage(String, String, String, String) - Constructor for class io.vertx.ext.mail.MailMessage
construct a simple message with text/plain
MailResult - Class in io.vertx.ext.mail
Represent the result of the sendMail operation
MailResult() - Constructor for class io.vertx.ext.mail.MailResult
 
MailResult(MailResult) - Constructor for class io.vertx.ext.mail.MailResult
 
MailResult(JsonObject) - Constructor for class io.vertx.ext.mail.MailResult
 
main(String[]) - Static method in class io.vertx.core.Launcher
Main entry point.
main() - Method in class io.vertx.core.spi.launcher.ExecutionContext
 
MaintenanceOptions - Class in io.vertx.ext.consul
Options used to placing a given service into "maintenance mode".
MaintenanceOptions() - Constructor for class io.vertx.ext.consul.MaintenanceOptions
Default constructor
MaintenanceOptions(MaintenanceOptions) - Constructor for class io.vertx.ext.consul.MaintenanceOptions
Copy constructor
MaintenanceOptions(JsonObject) - Constructor for class io.vertx.ext.consul.MaintenanceOptions
Constructor from JSON
maintenanceService(MaintenanceOptions, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.consul.ConsulClient
Places a given service into "maintenance mode"
maintenanceService(MaintenanceOptions) - Method in interface io.vertx.ext.consul.ConsulClient
Like ConsulClient.maintenanceService(MaintenanceOptions, Handler) but returns a Future of the asynchronous result.
maintenanceService(MaintenanceOptions, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Places a given service into "maintenance mode"
maintenanceService(MaintenanceOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Places a given service into "maintenance mode"
maintenanceService(MaintenanceOptions, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Places a given service into "maintenance mode"
maintenanceService(MaintenanceOptions) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Places a given service into "maintenance mode"
majorVersion() - Method in class io.vertx.reactivex.sqlclient.spi.DatabaseMetadata
 
majorVersion() - Method in class io.vertx.rxjava.sqlclient.spi.DatabaseMetadata
 
majorVersion() - Method in interface io.vertx.sqlclient.spi.DatabaseMetadata
 
MalformedValueException - Exception in io.vertx.ext.web.validation
Represents a malformed value that parser is unable to manage
MalformedValueException(String) - Constructor for exception io.vertx.ext.web.validation.MalformedValueException
 
MalformedValueException(Throwable) - Constructor for exception io.vertx.ext.web.validation.MalformedValueException
 
manageFailure(Message, Throwable, boolean) - Static method in class io.vertx.serviceproxy.HelperUtils
 
manyToMany(ContextInternal, Handler<WriteStream<I>>, Function<StreamObserver<O>, StreamObserver<I>>) - Static method in class io.vertx.grpc.stub.ClientCalls
 
manyToMany(StreamObserver<O>, String, BiConsumer<ReadStream<I>, WriteStream<O>>) - Static method in class io.vertx.grpc.stub.ServerCalls
 
manyToOne(ContextInternal, Handler<WriteStream<I>>, Function<StreamObserver<O>, StreamObserver<I>>) - Static method in class io.vertx.grpc.stub.ClientCalls
 
manyToOne(StreamObserver<O>, String, Function<ReadStream<I>, Future<O>>) - Static method in class io.vertx.grpc.stub.ServerCalls
 
map(Function<T, U>) - Method in interface io.vertx.core.AsyncResult
Apply a mapper function on this async result.
map(V) - Method in interface io.vertx.core.AsyncResult
Map the result of this async result to a specific value.
map(Function<T, U>) - Method in interface io.vertx.core.Future
Apply a mapper function on this future.
map(V) - Method in interface io.vertx.core.Future
Map the result of a future to a specific value.
map(Row) - Method in class io.vertx.reactivex.sqlclient.templates.RowMapper
Build a T representation of the given row
map(Function<Integer, String>, int, T) - Method in class io.vertx.reactivex.sqlclient.templates.TupleMapper
The internal mapper contract that builds a tuple.
map(Row) - Method in interface io.vertx.sqlclient.templates.RowMapper
Build a T representation of the given row
map(Function<Integer, String>, int, T) - Method in interface io.vertx.sqlclient.templates.TupleMapper
The internal mapper contract that builds a tuple.
mapEmpty() - Method in interface io.vertx.core.AsyncResult
Map the result of this async result to null.
mapEmpty() - Method in interface io.vertx.core.Future
Map the result of a future to null.
mapFrom(Object) - Static method in class io.vertx.core.json.JsonObject
Create a JsonObject from the fields of a Java object.
mapFrom(TupleMapper<T>) - Method in class io.vertx.reactivex.sqlclient.templates.SqlTemplate
Set a parameters user defined mapping function.
mapFrom(Class<T>) - Method in class io.vertx.reactivex.sqlclient.templates.SqlTemplate
Set a parameters user defined class mapping.
mapFrom(TupleMapper<T>) - Method in interface io.vertx.sqlclient.templates.SqlTemplate
Set a parameters user defined mapping function.
mapFrom(Class<T>) - Method in interface io.vertx.sqlclient.templates.SqlTemplate
Set a parameters user defined class mapping.
mapper() - Static method in class io.vertx.core.json.jackson.DatabindCodec
 
mapper(Function<T, Map<String, Object>>) - Static method in class io.vertx.reactivex.sqlclient.templates.TupleMapper
Create a mapper that associates a parameters object to a map of named parameters to their respective value.
mapper(Function<T, Map<String, Object>>) - Static method in interface io.vertx.sqlclient.templates.TupleMapper
Create a mapper that associates a parameters object to a map of named parameters to their respective value.
MapperGenBase - Class in io.vertx.sqlclient.templates.generator
 
MapperGenBase() - Constructor for class io.vertx.sqlclient.templates.generator.MapperGenBase
 
MapperGenLoader - Class in io.vertx.sqlclient.templates.generator
 
MapperGenLoader() - Constructor for class io.vertx.sqlclient.templates.generator.MapperGenLoader
 
mapping(Function<Row, U>) - Method in class io.vertx.reactivex.sqlclient.PreparedQuery
Use the specified mapper for mapping Row to .
mapping(Function<Row, U>) - Method in class io.vertx.reactivex.sqlclient.Query
Use the specified mapper for mapping Row to .
mapping(Function<Row, U>) - Method in class io.vertx.rxjava.sqlclient.PreparedQuery
Use the specified mapper for mapping Row to .
mapping(Function<Row, U>) - Method in class io.vertx.rxjava.sqlclient.Query
Use the specified mapper for mapping Row to .
mapping(Function<Row, U>) - Method in interface io.vertx.sqlclient.PreparedQuery
Use the specified mapper for mapping Row to <U>.
mapping(Function<Row, U>) - Method in interface io.vertx.sqlclient.Query
Use the specified mapper for mapping Row to <U>.
mapTo(Class<T>) - Method in class io.vertx.core.json.JsonObject
Instantiate a Java object from a JsonObject.
mapTo(Class<T>) - Method in interface io.vertx.core.parsetools.JsonEvent
Decodes and returns the current value as the specified type.
mapTo(TypeReference<T>) - Method in interface io.vertx.core.parsetools.JsonEvent
Decodes and returns the current value as the specified type.
mapTo(Class<T>) - Method in class io.vertx.reactivex.core.parsetools.JsonEvent
Decodes and returns the current value as the specified type.
mapTo(TypeReference<T>) - Method in class io.vertx.reactivex.core.parsetools.JsonEvent
Decodes and returns the current value as the specified type.
mapTo(RowMapper<U>) - Method in class io.vertx.reactivex.sqlclient.templates.SqlTemplate
Set a row user defined mapping function.
mapTo(Class<U>) - Method in class io.vertx.reactivex.sqlclient.templates.SqlTemplate
Set a row user defined mapping function.
mapTo(Class<T>) - Method in class io.vertx.rxjava.core.parsetools.JsonEvent
Decodes and returns the current value as the specified type.
mapTo(TypeReference<T>) - Method in class io.vertx.rxjava.core.parsetools.JsonEvent
Decodes and returns the current value as the specified type.
mapTo(RowMapper<U>) - Method in interface io.vertx.sqlclient.templates.SqlTemplate
Set a row user defined mapping function.
mapTo(Class<U>) - Method in interface io.vertx.sqlclient.templates.SqlTemplate
Set a row user defined mapping function.
mark() - Method in class io.vertx.ext.dropwizard.ThroughputMeter
 
markEvaluatedItem(int) - Method in class io.vertx.json.schema.common.NoopValidatorContext
 
markEvaluatedItem(int) - Method in class io.vertx.json.schema.common.RecordingValidatorContext
 
markEvaluatedItem(int) - Method in class io.vertx.json.schema.common.RecursiveAnchorValidatorContextDecorator
 
markEvaluatedItem(int) - Method in interface io.vertx.json.schema.common.ValidatorContext
 
markEvaluatedProperty(String) - Method in class io.vertx.json.schema.common.NoopValidatorContext
 
markEvaluatedProperty(String) - Method in class io.vertx.json.schema.common.RecordingValidatorContext
 
markEvaluatedProperty(String) - Method in class io.vertx.json.schema.common.RecursiveAnchorValidatorContextDecorator
 
markEvaluatedProperty(String) - Method in interface io.vertx.json.schema.common.ValidatorContext
 
match(AuthorizationContext) - Method in interface io.vertx.ext.auth.authorization.Authorization
this methods verifies whether or not the authorization match the specified context.
match(User) - Method in interface io.vertx.ext.auth.authorization.Authorization
this methods verifies whether or not the authorization match the specified user.
Match - Class in io.vertx.ext.dropwizard
A match for a value.
Match() - Constructor for class io.vertx.ext.dropwizard.Match
Default constructor
Match(Match) - Constructor for class io.vertx.ext.dropwizard.Match
Copy constructor
Match(JsonObject) - Constructor for class io.vertx.ext.dropwizard.Match
Create an instance from a JsonObject
Match - Class in io.vertx.micrometer
A match for a value.
Match() - Constructor for class io.vertx.micrometer.Match
Default constructor
Match(Match) - Constructor for class io.vertx.micrometer.Match
Copy constructor
Match(JsonObject) - Constructor for class io.vertx.micrometer.Match
Create an instance from a JsonObject
match(AuthorizationContext) - Method in class io.vertx.reactivex.ext.auth.authorization.Authorization
this methods verifies whether or not the authorization match the specified context.
match(User) - Method in class io.vertx.reactivex.ext.auth.authorization.Authorization
this methods verifies whether or not the authorization match the specified user.
match(AuthorizationContext) - Method in class io.vertx.rxjava.ext.auth.authorization.Authorization
this methods verifies whether or not the authorization match the specified context.
match(User) - Method in class io.vertx.rxjava.ext.auth.authorization.Authorization
this methods verifies whether or not the authorization match the specified user.
match(JsonObject) - Method in class io.vertx.servicediscovery.Record
Checks whether or not the current Record matches the filter.
MatchConverter - Class in io.vertx.ext.dropwizard
Converter and mapper for Match.
MatchConverter() - Constructor for class io.vertx.ext.dropwizard.MatchConverter
 
MATCHED_COUNT - Static variable in class io.vertx.ext.mongo.MongoClientBulkWriteResult
Constant to be used when storing and retrieving Json for documents matched.
matches(String) - Method in interface io.vertx.ext.stomp.Destination
Checks whether or not the given address matches with the current destination.
matches(String) - Method in class io.vertx.reactivex.ext.stomp.Destination
Checks whether or not the given address matches with the current destination.
matches(String) - Method in class io.vertx.rxjava.ext.stomp.Destination
Checks whether or not the given address matches with the current destination.
MatchType - Enum in io.vertx.ext.dropwizard
The type of match.
MatchType - Enum in io.vertx.micrometer
The type of match.
MavenCoords - Class in io.vertx.maven
 
MavenCoords(String, String, String, String, String) - Constructor for class io.vertx.maven.MavenCoords
 
MavenCoords(String) - Constructor for class io.vertx.maven.MavenCoords
 
MavenVerticleFactory - Class in io.vertx.maven
 
MavenVerticleFactory() - Constructor for class io.vertx.maven.MavenVerticleFactory
Creates an instance of MavenVerticleFactory using the system properties to initialize the ResolverOptions.
MavenVerticleFactory(ResolverOptions) - Constructor for class io.vertx.maven.MavenVerticleFactory
Creates an instance of MavenVerticleFactory with the given resolution options.
MavenVerticleFactory(Resolver) - Constructor for class io.vertx.maven.MavenVerticleFactory
Creates an instance of MavenVerticleFactory with a custom Resolver.
max(Double) - Method in class io.vertx.ext.mongo.IndexOptions
Sets the upper inclusive boundary for the longitude and latitude values for 2d indexes..
maxAgeSeconds(int) - Method in interface io.vertx.ext.web.handler.CorsHandler
Set how long the browser should cache the information
maxAgeSeconds(int) - Method in class io.vertx.reactivex.ext.web.handler.CorsHandler
Set how long the browser should cache the information
maxAgeSeconds(int) - Method in class io.vertx.rxjava.ext.web.handler.CorsHandler
Set how long the browser should cache the information
maxHedgedAttempts(int) - Method in class io.vertx.grpc.VertxChannelBuilder
 
maximum(double) - Static method in class io.vertx.json.schema.draft7.dsl.Keywords
 
maximumPoolSize(DataSource, JsonObject) - Method in interface io.vertx.ext.jdbc.spi.DataSourceProvider
 
MaximumValidator - Class in io.vertx.json.schema.common
 
MaximumValidator(double) - Constructor for class io.vertx.json.schema.common.MaximumValidator
 
MaximumValidatorFactory - Class in io.vertx.json.schema.draft7
 
MaximumValidatorFactory() - Constructor for class io.vertx.json.schema.draft7.MaximumValidatorFactory
 
MaximumValidatorFactory - Class in io.vertx.json.schema.openapi3
 
MaximumValidatorFactory() - Constructor for class io.vertx.json.schema.openapi3.MaximumValidatorFactory
 
maxInboundMessageSize(int) - Method in class io.vertx.grpc.VertxChannelBuilder
 
maxInboundMessageSize(int) - Method in class io.vertx.grpc.VertxServerBuilder
 
maxInboundMetadataSize(int) - Method in class io.vertx.grpc.VertxChannelBuilder
 
maxInboundMetadataSize(int) - Method in class io.vertx.grpc.VertxServerBuilder
 
maxInternalQueueSize() - Method in class io.vertx.rabbitmq.QueueOptions
 
maxItems(int) - Static method in class io.vertx.json.schema.common.dsl.Keywords
 
MaxItemsValidator(int) - Constructor for class io.vertx.json.schema.common.MaxItemsValidatorFactory.MaxItemsValidator
 
MaxItemsValidatorFactory - Class in io.vertx.json.schema.common
 
MaxItemsValidatorFactory() - Constructor for class io.vertx.json.schema.common.MaxItemsValidatorFactory
 
MaxItemsValidatorFactory.MaxItemsValidator - Class in io.vertx.json.schema.common
 
maxLength(int) - Static method in class io.vertx.json.schema.common.dsl.Keywords
 
MaxLengthValidator(int) - Constructor for class io.vertx.json.schema.common.MaxLengthValidatorFactory.MaxLengthValidator
 
MaxLengthValidatorFactory - Class in io.vertx.json.schema.common
 
MaxLengthValidatorFactory() - Constructor for class io.vertx.json.schema.common.MaxLengthValidatorFactory
 
MaxLengthValidatorFactory.MaxLengthValidator - Class in io.vertx.json.schema.common
 
maxProperties(int) - Static method in class io.vertx.json.schema.common.dsl.Keywords
 
MaxPropertiesValidator(int) - Constructor for class io.vertx.json.schema.common.MaxPropertiesValidatorFactory.MaxPropertiesValidator
 
MaxPropertiesValidatorFactory - Class in io.vertx.json.schema.common
 
MaxPropertiesValidatorFactory() - Constructor for class io.vertx.json.schema.common.MaxPropertiesValidatorFactory
 
MaxPropertiesValidatorFactory.MaxPropertiesValidator - Class in io.vertx.json.schema.common
 
maxRecordSize(int) - Method in interface io.vertx.core.parsetools.RecordParser
Set the maximum allowed size for a record when using the delimited mode.
maxRecordSize(int) - Method in class io.vertx.reactivex.core.parsetools.RecordParser
Set the maximum allowed size for a record when using the delimited mode.
maxRecordSize(int) - Method in class io.vertx.rxjava.core.parsetools.RecordParser
Set the maximum allowed size for a record when using the delimited mode.
maxRetryAttempts(int) - Method in class io.vertx.grpc.VertxChannelBuilder
 
maxTraceEvents(int) - Method in class io.vertx.grpc.VertxChannelBuilder
 
MaybeHelper - Class in io.vertx.reactivex.core
 
MaybeHelper() - Constructor for class io.vertx.reactivex.core.MaybeHelper
 
MaybeHelper - Class in io.vertx.reactivex
 
MaybeHelper() - Constructor for class io.vertx.reactivex.MaybeHelper
 
Measured - Interface in io.vertx.core.metrics
 
Measured - Interface in io.vertx.reactivex.core.metrics

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

Measured - Interface in io.vertx.rxjava.core.metrics

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

mediaType() - Method in interface io.vertx.ext.web.multipart.FormDataPart
 
mediaType() - Method in class io.vertx.reactivex.ext.web.multipart.FormDataPart
 
mediaType() - Method in class io.vertx.rxjava.ext.web.multipart.FormDataPart
 
memberAdded(MembershipEvent) - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
 
MemberAssignment - Class in io.vertx.kafka.admin
A description of the assignments of a specific group member
MemberAssignment() - Constructor for class io.vertx.kafka.admin.MemberAssignment
Constructor
MemberAssignment(Set<TopicPartition>) - Constructor for class io.vertx.kafka.admin.MemberAssignment
Constructor
MemberAssignment(JsonObject) - Constructor for class io.vertx.kafka.admin.MemberAssignment
Constructor (from JSON representation)
MemberAssignmentConverter - Class in io.vertx.kafka.admin
Converter and mapper for MemberAssignment.
MemberAssignmentConverter() - Constructor for class io.vertx.kafka.admin.MemberAssignmentConverter
 
MemberDescription - Class in io.vertx.kafka.admin
A detailed description of a single group instance in the cluster
MemberDescription() - Constructor for class io.vertx.kafka.admin.MemberDescription
Constructor
MemberDescription(String, String, String, MemberAssignment) - Constructor for class io.vertx.kafka.admin.MemberDescription
Constructor
MemberDescription(JsonObject) - Constructor for class io.vertx.kafka.admin.MemberDescription
Constructor (from JSON representation)
MemberDescriptionConverter - Class in io.vertx.kafka.admin
Converter and mapper for MemberDescription.
MemberDescriptionConverter() - Constructor for class io.vertx.kafka.admin.MemberDescriptionConverter
 
memberRemoved(MembershipEvent) - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
 
MEMORY - Static variable in class io.vertx.reactivex.redis.client.Command
 
memory(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command memory.
memory(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command memory.
MEMORY - Static variable in interface io.vertx.redis.client.Command
 
memory(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command memory.
memory(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command memory.
MEMORY - Static variable in class io.vertx.rxjava.redis.client.Command
 
memory(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command memory.
memory(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command memory.
MERGE - Static variable in class io.vertx.core.http.HttpMethod
The RFC 3253 MERGE method, this instance is interned and uniquely used.
merge(K, V, BiFunction<? super V, ? super V, ? extends V>) - Method in interface io.vertx.core.shareddata.LocalMap
If the specified key is not already associated with a value or is associated with null, associates it with the given non-null value.
merge(RequestParameter) - Method in interface io.vertx.ext.web.api.RequestParameter
Deprecated.
Merge this request parameter with another one.
merge(RequestParameter) - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
Deprecated.
merge(RequestParameter) - Method in class io.vertx.rxjava.ext.web.api.RequestParameter
Deprecated.
mergeIn(JsonObject) - Method in class io.vertx.core.json.JsonObject
Merge in another JSON object.
mergeIn(JsonObject, boolean) - Method in class io.vertx.core.json.JsonObject
Merge in another JSON object.
mergeIn(JsonObject, int) - Method in class io.vertx.core.json.JsonObject
Merge in another JSON object.
message() - Method in interface io.vertx.core.eventbus.DeliveryContext
 
Message<T> - Interface in io.vertx.core.eventbus
Represents a message that is received from the event bus in a handler.
MESSAGE - Static variable in class io.vertx.ext.stomp.Frame
 
message() - Method in interface io.vertx.ext.unit.report.Failure
 
message() - Method in interface io.vertx.ext.web.client.predicate.ResponsePredicateResult
The failure message.
message() - Method in interface io.vertx.ext.web.handler.graphql.ApolloWSConnectionInitEvent
Provides ApolloWSMessageType.CONNECTION_INIT message content.
message() - Method in class io.vertx.reactivex.core.eventbus.DeliveryContext
 
Message<T> - Class in io.vertx.reactivex.core.eventbus
Represents a message that is received from the event bus in a handler.
Message(Message) - Constructor for class io.vertx.reactivex.core.eventbus.Message
 
Message(Object, TypeArg<T>) - Constructor for class io.vertx.reactivex.core.eventbus.Message
 
message() - Method in class io.vertx.reactivex.ext.unit.report.Failure
 
message() - Method in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicateResult
The failure message.
message() - Method in class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSConnectionInitEvent
Provides message content.
message() - Method in class io.vertx.rxjava.core.eventbus.DeliveryContext
 
Message<T> - Class in io.vertx.rxjava.core.eventbus
Represents a message that is received from the event bus in a handler.
Message(Message) - Constructor for class io.vertx.rxjava.core.eventbus.Message
 
Message(Object, TypeArg<T>) - Constructor for class io.vertx.rxjava.core.eventbus.Message
 
message() - Method in class io.vertx.rxjava.ext.unit.report.Failure
 
message() - Method in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicateResult
The failure message.
message() - Method in class io.vertx.rxjava.ext.web.handler.graphql.ApolloWSConnectionInitEvent
Provides message content.
MESSAGE_ID - Static variable in class io.vertx.ext.stomp.Frame
 
MessageCodec<S,R> - Interface in io.vertx.core.eventbus
A message codec allows a custom message type to be marshalled across the event bus.
MessageConsumer<T> - Interface in io.vertx.core.eventbus
An event bus consumer object representing a stream of message to an EventBus address that can be read from.
MessageConsumer<T> - Class in io.vertx.reactivex.core.eventbus
An event bus consumer object representing a stream of message to an EventBus address that can be read from.
MessageConsumer(MessageConsumer) - Constructor for class io.vertx.reactivex.core.eventbus.MessageConsumer
 
MessageConsumer(Object, TypeArg<T>) - Constructor for class io.vertx.reactivex.core.eventbus.MessageConsumer
 
MessageConsumer<T> - Class in io.vertx.rxjava.core.eventbus
An event bus consumer object representing a stream of message to an EventBus address that can be read from.
MessageConsumer(MessageConsumer) - Constructor for class io.vertx.rxjava.core.eventbus.MessageConsumer
 
MessageConsumer(Object, TypeArg<T>) - Constructor for class io.vertx.rxjava.core.eventbus.MessageConsumer
 
messageCount(String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Returns the number of messages in a queue ready to be delivered.
messageCount(String) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Like RabbitMQClient.messageCount(String, Handler) but returns a Future of the asynchronous result
messageCount() - Method in interface io.vertx.rabbitmq.RabbitMQMessage
 
messageCount(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Returns the number of messages in a queue ready to be delivered.
messageCount(String) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Returns the number of messages in a queue ready to be delivered.
messageCount() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQMessage
 
messageCount(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Returns the number of messages in a queue ready to be delivered.
messageCount(String) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Returns the number of messages in a queue ready to be delivered.
messageCount() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQMessage
 
messageDelivered(H, boolean) - Method in interface io.vertx.core.spi.metrics.EventBusMetrics
Called when an handler has been delivered a message.
messageHandler(Handler<ApolloWSMessage>) - Method in interface io.vertx.ext.web.handler.graphql.ApolloWSHandler
Customize the message Handler.
messageHandler(Handler<ApolloWSMessage>) - Method in class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler
Customize the message .
messageHandler(Handler<ApolloWSMessage>) - Method in class io.vertx.rxjava.ext.web.handler.graphql.ApolloWSHandler
Customize the message .
messageId() - Method in interface io.vertx.mqtt.messages.MqttMessage
 
messageId() - Method in interface io.vertx.reactivex.mqtt.messages.MqttMessage
 
messageId() - Method in class io.vertx.reactivex.mqtt.messages.MqttPublishMessage
 
messageId() - Method in class io.vertx.reactivex.mqtt.messages.MqttSubAckMessage
 
messageId() - Method in class io.vertx.reactivex.mqtt.messages.MqttSubscribeMessage
 
messageId() - Method in class io.vertx.reactivex.mqtt.messages.MqttUnsubscribeMessage
 
messageId() - Method in interface io.vertx.rxjava.mqtt.messages.MqttMessage
 
messageId() - Method in class io.vertx.rxjava.mqtt.messages.MqttPublishMessage
 
messageId() - Method in class io.vertx.rxjava.mqtt.messages.MqttSubAckMessage
 
messageId() - Method in class io.vertx.rxjava.mqtt.messages.MqttSubscribeMessage
 
messageId() - Method in class io.vertx.rxjava.mqtt.messages.MqttUnsubscribeMessage
 
messageMaxBytes() - Method in class io.vertx.tracing.zipkin.VertxSender
 
MessageProducer<T> - Interface in io.vertx.core.eventbus
Represents a stream of message that can be written to.
MessageProducer<T> - Class in io.vertx.reactivex.core.eventbus
Represents a stream of message that can be written to.
MessageProducer(MessageProducer) - Constructor for class io.vertx.reactivex.core.eventbus.MessageProducer
 
MessageProducer(Object, TypeArg<T>) - Constructor for class io.vertx.reactivex.core.eventbus.MessageProducer
 
MessageProducer<T> - Class in io.vertx.rxjava.core.eventbus
Represents a stream of message that can be written to.
MessageProducer(MessageProducer) - Constructor for class io.vertx.rxjava.core.eventbus.MessageProducer
 
MessageProducer(Object, TypeArg<T>) - Constructor for class io.vertx.rxjava.core.eventbus.MessageProducer
 
messageRead(String, int) - Method in interface io.vertx.core.spi.metrics.EventBusMetrics
A message has been received from the network.

No specific thread and context can be expected when this method is called.

messageReceived(String, boolean, boolean, int) - Method in interface io.vertx.core.spi.metrics.EventBusMetrics
Called when a message is received.

No specific thread and context can be expected when this method is called.

messageSent(String, boolean, boolean, boolean) - Method in interface io.vertx.core.spi.metrics.EventBusMetrics
Called when a message has been sent or published.

No specific thread and context can be expected when this method is called.

messageSizeInBytes(List<byte[]>) - Method in class io.vertx.tracing.zipkin.VertxSender
 
MessageSource - Class in io.vertx.reactivex.servicediscovery.types
Service type for data producer.
MessageSource(MessageSource) - Constructor for class io.vertx.reactivex.servicediscovery.types.MessageSource
 
MessageSource(Object) - Constructor for class io.vertx.reactivex.servicediscovery.types.MessageSource
 
MessageSource - Class in io.vertx.rxjava.servicediscovery.types
Service type for data producer.
MessageSource(MessageSource) - Constructor for class io.vertx.rxjava.servicediscovery.types.MessageSource
 
MessageSource(Object) - Constructor for class io.vertx.rxjava.servicediscovery.types.MessageSource
 
MessageSource - Interface in io.vertx.servicediscovery.types
Service type for data producer.
messageWritten(String, int) - Method in interface io.vertx.core.spi.metrics.EventBusMetrics
A message has been sent over the network.

No specific thread and context can be expected when this method is called.

metadata(Handler<AsyncResult<Metadata>>) - Method in interface io.vertx.cassandra.CassandraClient
Get Metadata for the session.
metadata() - Method in interface io.vertx.cassandra.CassandraClient
Like CassandraClient.metadata(Handler) but returns a Future of the asynchronous result.
metadata() - Method in class io.vertx.core.spi.cluster.NodeInfo
 
metadata(Handler<AsyncResult<Metadata>>) - Method in class io.vertx.reactivex.cassandra.CassandraClient
Get for the session.
metadata() - Method in class io.vertx.reactivex.cassandra.CassandraClient
Get for the session.
metadata(Handler<AsyncResult<Metadata>>) - Method in class io.vertx.rxjava.cassandra.CassandraClient
Get for the session.
metadata() - Method in class io.vertx.rxjava.cassandra.CassandraClient
Get for the session.
MetaDataService - Interface in io.vertx.ext.auth.webauthn
Factory interface for creating FIDO2 MetaDataService.
metaDataService() - Method in interface io.vertx.ext.auth.webauthn.WebAuthn
Getter to the instance FIDO2 Meta Data Service.
MetaDataService - Class in io.vertx.reactivex.ext.auth.webauthn
Factory interface for creating FIDO2 MetaDataService.
MetaDataService(MetaDataService) - Constructor for class io.vertx.reactivex.ext.auth.webauthn.MetaDataService
 
MetaDataService(Object) - Constructor for class io.vertx.reactivex.ext.auth.webauthn.MetaDataService
 
metaDataService() - Method in class io.vertx.reactivex.ext.auth.webauthn.WebAuthn
Getter to the instance FIDO2 Meta Data Service.
MetaDataService - Class in io.vertx.rxjava.ext.auth.webauthn
Factory interface for creating FIDO2 MetaDataService.
MetaDataService(MetaDataService) - Constructor for class io.vertx.rxjava.ext.auth.webauthn.MetaDataService
 
MetaDataService(Object) - Constructor for class io.vertx.rxjava.ext.auth.webauthn.MetaDataService
 
metaDataService() - Method in class io.vertx.rxjava.ext.auth.webauthn.WebAuthn
Getter to the instance FIDO2 Meta Data Service.
method() - Method in interface io.vertx.core.http.HttpServerRequest
 
method() - Method in interface io.vertx.core.spi.observability.HttpRequest
 
method(HttpMethod) - Method in interface io.vertx.ext.web.client.HttpRequest
Configure the request to use a new method value.
method(HttpMethod) - Method in interface io.vertx.ext.web.Route
Add an HTTP method for this route.
method() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
 
method(HttpMethod) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Configure the request to use a new method value.
method(HttpMethod) - Method in class io.vertx.reactivex.ext.web.Route
Add an HTTP method for this route.
method() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
method(HttpMethod) - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
Configure the request to use a new method value.
method(HttpMethod) - Method in class io.vertx.rxjava.ext.web.Route
Add an HTTP method for this route.
methodBlock(FrameworkMethod) - Method in class io.vertx.ext.unit.junit.VertxUnitRunner
 
methodInvoker(FrameworkMethod, Object) - Method in class io.vertx.ext.unit.junit.VertxUnitRunner
 
MethodOverrideHandler - Interface in io.vertx.ext.web.handler
 
MethodOverrideHandler - Class in io.vertx.reactivex.ext.web.handler

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

MethodOverrideHandler(MethodOverrideHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.MethodOverrideHandler
 
MethodOverrideHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.MethodOverrideHandler
 
MethodOverrideHandler - Class in io.vertx.rxjava.ext.web.handler

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

MethodOverrideHandler(MethodOverrideHandler) - Constructor for class io.vertx.rxjava.ext.web.handler.MethodOverrideHandler
 
MethodOverrideHandler(Object) - Constructor for class io.vertx.rxjava.ext.web.handler.MethodOverrideHandler
 
methods() - Method in interface io.vertx.ext.web.Route
 
methods() - Method in class io.vertx.reactivex.ext.web.Route
 
methods() - Method in class io.vertx.rxjava.ext.web.Route
 
Metrics - Interface in io.vertx.core.spi.metrics
The metrics interface is implemented by metrics providers that wants to provide monitoring of Vert.x core.
metrics(VertxOptions) - Method in interface io.vertx.core.spi.VertxMetricsFactory
Create a new VertxMetrics object.

No specific thread and context can be expected when this method is called.

METRICS_ENABLED - Static variable in interface io.vertx.core.spi.metrics.Metrics
 
MetricsDomain - Enum in io.vertx.micrometer
Metric domains with their associated prefixes.
metricsNames() - Method in interface io.vertx.ext.dropwizard.MetricsService
 
metricsNames() - Method in interface io.vertx.micrometer.MetricsService
 
metricsNames() - Method in class io.vertx.reactivex.ext.dropwizard.MetricsService
 
metricsNames() - Method in class io.vertx.reactivex.micrometer.MetricsService
 
metricsNames() - Method in class io.vertx.rxjava.ext.dropwizard.MetricsService
 
metricsNames() - Method in class io.vertx.rxjava.micrometer.MetricsService
 
MetricsNaming - Class in io.vertx.micrometer
Options for naming all metrics
MetricsNaming() - Constructor for class io.vertx.micrometer.MetricsNaming
Default constructor
MetricsNaming(MetricsNaming) - Constructor for class io.vertx.micrometer.MetricsNaming
Copy constructor
MetricsNaming(JsonObject) - Constructor for class io.vertx.micrometer.MetricsNaming
Create an instance from a JsonObject
MetricsNamingConverter - Class in io.vertx.micrometer
Converter and mapper for MetricsNaming.
MetricsNamingConverter() - Constructor for class io.vertx.micrometer.MetricsNamingConverter
 
MetricsOptions - Class in io.vertx.core.metrics
Vert.x metrics base configuration, this class can be extended by provider implementations to configure those specific implementations.
MetricsOptions() - Constructor for class io.vertx.core.metrics.MetricsOptions
Default constructor
MetricsOptions(MetricsOptions) - Constructor for class io.vertx.core.metrics.MetricsOptions
Copy constructor
MetricsOptions(JsonObject) - Constructor for class io.vertx.core.metrics.MetricsOptions
Create an instance from a JsonObject
MetricsOptionsConverter - Class in io.vertx.core.metrics
Converter and mapper for MetricsOptions.
MetricsOptionsConverter() - Constructor for class io.vertx.core.metrics.MetricsOptionsConverter
 
MetricsProvider - Interface in io.vertx.core.spi.metrics
Metrics provider is the base SPI used by metrics implementations to retrieve a Metrics object.

It is meant to be implemented by Measured implementations but not exposed directly.

MetricsService - Interface in io.vertx.ext.dropwizard
The metrics service mainly allows to return a snapshot of measured objects.
MetricsService - Interface in io.vertx.micrometer
The metrics service mainly allows to return a snapshot of measured objects.
This service is derived and adapted from MetricsService in the vertx-dropwizard-metrics module.
MetricsService - Class in io.vertx.reactivex.ext.dropwizard
The metrics service mainly allows to return a snapshot of measured objects.
MetricsService(MetricsService) - Constructor for class io.vertx.reactivex.ext.dropwizard.MetricsService
 
MetricsService(Object) - Constructor for class io.vertx.reactivex.ext.dropwizard.MetricsService
 
MetricsService - Class in io.vertx.reactivex.micrometer
The metrics service mainly allows to return a snapshot of measured objects.
This service is derived and adapted from MetricsService in the vertx-dropwizard-metrics module.
MetricsService(MetricsService) - Constructor for class io.vertx.reactivex.micrometer.MetricsService
 
MetricsService(Object) - Constructor for class io.vertx.reactivex.micrometer.MetricsService
 
MetricsService - Class in io.vertx.rxjava.ext.dropwizard
The metrics service mainly allows to return a snapshot of measured objects.
MetricsService(MetricsService) - Constructor for class io.vertx.rxjava.ext.dropwizard.MetricsService
 
MetricsService(Object) - Constructor for class io.vertx.rxjava.ext.dropwizard.MetricsService
 
MetricsService - Class in io.vertx.rxjava.micrometer
The metrics service mainly allows to return a snapshot of measured objects.
This service is derived and adapted from MetricsService in the vertx-dropwizard-metrics module.
MetricsService(MetricsService) - Constructor for class io.vertx.rxjava.micrometer.MetricsService
 
MetricsService(Object) - Constructor for class io.vertx.rxjava.micrometer.MetricsService
 
MGET - Static variable in class io.vertx.reactivex.redis.client.Command
 
mget(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command mget.
mget(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command mget.
MGET - Static variable in interface io.vertx.redis.client.Command
 
mget(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command mget.
mget(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command mget.
MGET - Static variable in class io.vertx.rxjava.redis.client.Command
 
mget(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command mget.
mget(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command mget.
MicrometerMetricsOptions - Class in io.vertx.micrometer
Vert.x micrometer configuration.
MicrometerMetricsOptions() - Constructor for class io.vertx.micrometer.MicrometerMetricsOptions
Creates default options for Micrometer metrics.
MicrometerMetricsOptions(MicrometerMetricsOptions) - Constructor for class io.vertx.micrometer.MicrometerMetricsOptions
Creates new options object for Micrometer metrics, which is a copy of other.
MicrometerMetricsOptions(JsonObject) - Constructor for class io.vertx.micrometer.MicrometerMetricsOptions
Creates new options object for Micrometer metrics from json input.
MicrometerMetricsOptionsConverter - Class in io.vertx.micrometer
Converter and mapper for MicrometerMetricsOptions.
MicrometerMetricsOptionsConverter() - Constructor for class io.vertx.micrometer.MicrometerMetricsOptionsConverter
 
MicroProfileAuthorization - Interface in io.vertx.ext.auth.jwt.authorization
Implementation of the Microprofile MP-JWT 1.1 RBAC based on the access token groups key.
MicroProfileAuthorization - Class in io.vertx.reactivex.ext.auth.jwt.authorization
Implementation of the Microprofile MP-JWT 1.1 RBAC based on the access token groups key.
MicroProfileAuthorization(MicroProfileAuthorization) - Constructor for class io.vertx.reactivex.ext.auth.jwt.authorization.MicroProfileAuthorization
 
MicroProfileAuthorization(Object) - Constructor for class io.vertx.reactivex.ext.auth.jwt.authorization.MicroProfileAuthorization
 
MicroProfileAuthorization - Class in io.vertx.rxjava.ext.auth.jwt.authorization
Implementation of the Microprofile MP-JWT 1.1 RBAC based on the access token groups key.
MicroProfileAuthorization(MicroProfileAuthorization) - Constructor for class io.vertx.rxjava.ext.auth.jwt.authorization.MicroProfileAuthorization
 
MicroProfileAuthorization(Object) - Constructor for class io.vertx.rxjava.ext.auth.jwt.authorization.MicroProfileAuthorization
 
MicroProfileRBAC - Interface in io.vertx.ext.auth.oauth2.rbac
Implementation of the Microprofile MP-JWT 1.1 RBAC based on the access token groups key.
MicroProfileRBAC - Class in io.vertx.reactivex.ext.auth.oauth2.rbac
Implementation of the Microprofile MP-JWT 1.1 RBAC based on the access token groups key.
MicroProfileRBAC(MicroProfileRBAC) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.rbac.MicroProfileRBAC
 
MicroProfileRBAC(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.rbac.MicroProfileRBAC
 
MicroProfileRBAC - Class in io.vertx.rxjava.ext.auth.oauth2.rbac
Implementation of the Microprofile MP-JWT 1.1 RBAC based on the access token groups key.
MicroProfileRBAC(MicroProfileRBAC) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.rbac.MicroProfileRBAC
 
MicroProfileRBAC(Object) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.rbac.MicroProfileRBAC
 
microseconds(int) - Method in class io.vertx.pgclient.data.Interval
 
MIGRATE - Static variable in class io.vertx.reactivex.redis.client.Command
 
migrate(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command migrate.
migrate(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command migrate.
MIGRATE - Static variable in interface io.vertx.redis.client.Command
 
migrate(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command migrate.
migrate(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command migrate.
MIGRATE - Static variable in class io.vertx.rxjava.redis.client.Command
 
migrate(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command migrate.
migrate(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command migrate.
millis(long) - Static method in class io.vertx.ext.unit.junit.Timeout
 
MIMEHeader - Interface in io.vertx.ext.web
 
MIMEHeader - Class in io.vertx.reactivex.ext.web
 
MIMEHeader(MIMEHeader) - Constructor for class io.vertx.reactivex.ext.web.MIMEHeader
 
MIMEHeader(Object) - Constructor for class io.vertx.reactivex.ext.web.MIMEHeader
 
MIMEHeader - Class in io.vertx.rxjava.ext.web
 
MIMEHeader(MIMEHeader) - Constructor for class io.vertx.rxjava.ext.web.MIMEHeader
 
MIMEHeader(Object) - Constructor for class io.vertx.rxjava.ext.web.MIMEHeader
 
min(Double) - Method in class io.vertx.ext.mongo.IndexOptions
Sets the lower inclusive boundary for the longitude and latitude values for 2d indexes..
minimum(double) - Static method in class io.vertx.json.schema.draft7.dsl.Keywords
 
MinimumValidator - Class in io.vertx.json.schema.common
 
MinimumValidator(double) - Constructor for class io.vertx.json.schema.common.MinimumValidator
 
MinimumValidatorFactory - Class in io.vertx.json.schema.draft7
 
MinimumValidatorFactory() - Constructor for class io.vertx.json.schema.draft7.MinimumValidatorFactory
 
MinimumValidatorFactory - Class in io.vertx.json.schema.openapi3
 
MinimumValidatorFactory() - Constructor for class io.vertx.json.schema.openapi3.MinimumValidatorFactory
 
minItems(int) - Static method in class io.vertx.json.schema.common.dsl.Keywords
 
MinItemsValidator(int) - Constructor for class io.vertx.json.schema.common.MinItemsValidatorFactory.MinItemsValidator
 
MinItemsValidatorFactory - Class in io.vertx.json.schema.common
 
MinItemsValidatorFactory() - Constructor for class io.vertx.json.schema.common.MinItemsValidatorFactory
 
MinItemsValidatorFactory.MinItemsValidator - Class in io.vertx.json.schema.common
 
minLength(int) - Static method in class io.vertx.json.schema.common.dsl.Keywords
 
MinLengthValidator(int) - Constructor for class io.vertx.json.schema.common.MinLengthValidatorFactory.MinLengthValidator
 
MinLengthValidatorFactory - Class in io.vertx.json.schema.common
 
MinLengthValidatorFactory() - Constructor for class io.vertx.json.schema.common.MinLengthValidatorFactory
 
MinLengthValidatorFactory.MinLengthValidator - Class in io.vertx.json.schema.common
 
minorVersion() - Method in class io.vertx.reactivex.sqlclient.spi.DatabaseMetadata
 
minorVersion() - Method in class io.vertx.rxjava.sqlclient.spi.DatabaseMetadata
 
minorVersion() - Method in interface io.vertx.sqlclient.spi.DatabaseMetadata
 
minProperties(int) - Static method in class io.vertx.json.schema.common.dsl.Keywords
 
MinPropertiesValidator(int) - Constructor for class io.vertx.json.schema.common.MinPropertiesValidatorFactory.MinPropertiesValidator
 
MinPropertiesValidatorFactory - Class in io.vertx.json.schema.common
 
MinPropertiesValidatorFactory() - Constructor for class io.vertx.json.schema.common.MinPropertiesValidatorFactory
 
MinPropertiesValidatorFactory.MinPropertiesValidator - Class in io.vertx.json.schema.common
 
minus(Set<T>, Set<T>) - Static method in class io.vertx.json.schema.common.SetUtils
Returns the difference between initial and the operands
minus(Set<T>, T) - Static method in class io.vertx.json.schema.common.SetUtils
 
minutes(int) - Method in class io.vertx.pgclient.data.Interval
 
missingKeyHandler(Handler<String>) - Method in interface io.vertx.ext.auth.oauth2.OAuth2Auth
Handled to be called when a key (mentioned on a JWT) is missing from the current config.
missingKeyHandler(Handler<String>) - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
Handled to be called when a key (mentioned on a JWT) is missing from the current config.
missingKeyHandler(Handler<String>) - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
Handled to be called when a key (mentioned on a JWT) is missing from the current config.
MissingOptionException - Exception in io.vertx.core.cli
Exception thrown when an option was expected and was not found on the command line.
MissingOptionException(Collection<Option>) - Constructor for exception io.vertx.core.cli.MissingOptionException
Creates a new instance of MissingOptionException.
MissingValueException - Exception in io.vertx.core.cli
Exception thrown when an option requiring a value does not receive the value, or when a mandatory argument does not receive a value.
MissingValueException(Option) - Constructor for exception io.vertx.core.cli.MissingValueException
Creates a new instance of MissingValueException when an option requiring a value does not receive a value.
MissingValueException(Argument) - Constructor for exception io.vertx.core.cli.MissingValueException
Creates a new instance of MissingValueException when a mandatory argument is not set in the user command line.
MKACTIVITY - Static variable in class io.vertx.core.http.HttpMethod
The RFC 3253 MKACTIVITY method, this instance is interned and uniquely used.
MKCALENDAR - Static variable in class io.vertx.core.http.HttpMethod
The RFC 4791 MKCALENDAR method, this instance is interned and uniquely used.
MKCOL - Static variable in class io.vertx.core.http.HttpMethod
The RFC 2518/4918 MKCOL method, this instance is interned and uniquely used.
mkdir(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
Create the directory represented by path, asynchronously.
mkdir(String) - Method in interface io.vertx.core.file.FileSystem
Like FileSystem.mkdir(String, Handler) but returns a Future of the asynchronous result
mkdir(String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
Create the directory represented by path, asynchronously.
mkdir(String, String) - Method in interface io.vertx.core.file.FileSystem
Like FileSystem.mkdir(String, String, Handler) but returns a Future of the asynchronous result
mkdir(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.file.FileSystem
Create the directory represented by path, asynchronously.
mkdir(String) - Method in class io.vertx.reactivex.core.file.FileSystem
Create the directory represented by path, asynchronously.
mkdir(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.file.FileSystem
Create the directory represented by path, asynchronously.
mkdir(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
Create the directory represented by path, asynchronously.
mkdir(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Create the directory represented by path, asynchronously.
mkdir(String) - Method in class io.vertx.rxjava.core.file.FileSystem
Create the directory represented by path, asynchronously.
mkdir(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Create the directory represented by path, asynchronously.
mkdir(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
Create the directory represented by path, asynchronously.
mkdirBlocking(String) - Method in interface io.vertx.core.file.FileSystem
mkdirBlocking(String, String) - Method in interface io.vertx.core.file.FileSystem
mkdirBlocking(String) - Method in class io.vertx.reactivex.core.file.FileSystem
mkdirBlocking(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
mkdirBlocking(String) - Method in class io.vertx.rxjava.core.file.FileSystem
mkdirBlocking(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
mkdirs(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
Create the directory represented by path and any non existent parents, asynchronously.
mkdirs(String) - Method in interface io.vertx.core.file.FileSystem
Like FileSystem.mkdirs(String, Handler) but returns a Future of the asynchronous result
mkdirs(String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
Create the directory represented by path and any non existent parents, asynchronously.
mkdirs(String, String) - Method in interface io.vertx.core.file.FileSystem
Like FileSystem.mkdirs(String, String, Handler) but returns a Future of the asynchronous result
mkdirs(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.file.FileSystem
Create the directory represented by path and any non existent parents, asynchronously.
mkdirs(String) - Method in class io.vertx.reactivex.core.file.FileSystem
Create the directory represented by path and any non existent parents, asynchronously.
mkdirs(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.file.FileSystem
Create the directory represented by path and any non existent parents, asynchronously.
mkdirs(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
Create the directory represented by path and any non existent parents, asynchronously.
mkdirs(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Create the directory represented by path and any non existent parents, asynchronously.
mkdirs(String) - Method in class io.vertx.rxjava.core.file.FileSystem
Create the directory represented by path and any non existent parents, asynchronously.
mkdirs(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Create the directory represented by path and any non existent parents, asynchronously.
mkdirs(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
Create the directory represented by path and any non existent parents, asynchronously.
mkdirsBlocking(String) - Method in interface io.vertx.core.file.FileSystem
mkdirsBlocking(String, String) - Method in interface io.vertx.core.file.FileSystem
mkdirsBlocking(String) - Method in class io.vertx.reactivex.core.file.FileSystem
mkdirsBlocking(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
mkdirsBlocking(String) - Method in class io.vertx.rxjava.core.file.FileSystem
mkdirsBlocking(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
MKWORKSPACE - Static variable in class io.vertx.core.http.HttpMethod
The RFC 3253 MKWORKSPACE method, this instance is interned and uniquely used.
mode() - Static method in interface io.vertx.ext.web.common.WebEnvironment
The current mode from the system properties with fallback to environment variables
mode() - Static method in class io.vertx.reactivex.ext.web.common.WebEnvironment
The current mode from the system properties with fallback to environment variables
mode() - Static method in class io.vertx.rxjava.ext.web.common.WebEnvironment
The current mode from the system properties with fallback to environment variables
modified(boolean, boolean) - 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 as modified.
modified(boolean, boolean) - 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 as modified.
modified(boolean, boolean) - 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 as modified.
MODIFIED_COUNT - Static variable in class io.vertx.ext.mongo.MongoClientBulkWriteResult
Constant to be used when storing and retrieving Json for documents modified.
modifiedHandler(Handler<Router>) - Method in interface io.vertx.ext.web.Router
When a Router routes are changed this handler is notified.
modifiedHandler(Handler<Router>) - Method in class io.vertx.reactivex.ext.web.Router
When a Router routes are changed this handler is notified.
modifiedHandler(Handler<Router>) - Method in class io.vertx.rxjava.ext.web.Router
When a Router routes are changed this handler is notified.
MODULE - Static variable in class io.vertx.reactivex.redis.client.Command
 
module(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command module.
module(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command module.
MODULE - Static variable in interface io.vertx.redis.client.Command
 
module(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command module.
module(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command module.
MODULE - Static variable in class io.vertx.rxjava.redis.client.Command
 
module(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command module.
module(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command module.
MongoAuth - Interface in io.vertx.ext.auth.mongo
Deprecated.
This class has been replaced by the class MongoAuthentication for authentication and MongoAuthorization for authorization
MongoAuth - Class in io.vertx.reactivex.ext.auth.mongo
An extension of AuthProvider which is using as store

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

MongoAuth(MongoAuth) - Constructor for class io.vertx.reactivex.ext.auth.mongo.MongoAuth
 
MongoAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.mongo.MongoAuth
 
MongoAuth - Class in io.vertx.rxjava.ext.auth.mongo
An extension of AuthProvider which is using as store

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

MongoAuth(MongoAuth) - Constructor for class io.vertx.rxjava.ext.auth.mongo.MongoAuth
 
MongoAuth(Object) - Constructor for class io.vertx.rxjava.ext.auth.mongo.MongoAuth
 
MongoAuthentication - Interface in io.vertx.ext.auth.mongo
An extension of AuthProvider which is using MongoClient as store
MongoAuthentication - Class in io.vertx.reactivex.ext.auth.mongo
An extension of AuthProvider which is using as store

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

MongoAuthentication(MongoAuthentication) - Constructor for class io.vertx.reactivex.ext.auth.mongo.MongoAuthentication
 
MongoAuthentication(Object) - Constructor for class io.vertx.reactivex.ext.auth.mongo.MongoAuthentication
 
MongoAuthentication - Class in io.vertx.rxjava.ext.auth.mongo
An extension of AuthProvider which is using as store

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

MongoAuthentication(MongoAuthentication) - Constructor for class io.vertx.rxjava.ext.auth.mongo.MongoAuthentication
 
MongoAuthentication(Object) - Constructor for class io.vertx.rxjava.ext.auth.mongo.MongoAuthentication
 
MongoAuthenticationOptions - Class in io.vertx.ext.auth.mongo
Options configuring Mongo authentication.
MongoAuthenticationOptions() - Constructor for class io.vertx.ext.auth.mongo.MongoAuthenticationOptions
 
MongoAuthenticationOptions(JsonObject) - Constructor for class io.vertx.ext.auth.mongo.MongoAuthenticationOptions
 
MongoAuthenticationOptionsConverter - Class in io.vertx.ext.auth.mongo
Converter and mapper for MongoAuthenticationOptions.
MongoAuthenticationOptionsConverter() - Constructor for class io.vertx.ext.auth.mongo.MongoAuthenticationOptionsConverter
 
MongoAuthOptions - Class in io.vertx.ext.auth.mongo
Deprecated.
This class has been replaced by the class MongoAuthenticationOptions for authentication and MongoAuthorizationOptions for authorization
MongoAuthOptions() - Constructor for class io.vertx.ext.auth.mongo.MongoAuthOptions
Deprecated.
 
MongoAuthOptions(MongoAuthOptions) - Constructor for class io.vertx.ext.auth.mongo.MongoAuthOptions
Deprecated.
 
MongoAuthOptions(JsonObject) - Constructor for class io.vertx.ext.auth.mongo.MongoAuthOptions
Deprecated.
 
MongoAuthOptionsConverter - Class in io.vertx.ext.auth.mongo
Converter and mapper for MongoAuthOptions.
MongoAuthOptionsConverter() - Constructor for class io.vertx.ext.auth.mongo.MongoAuthOptionsConverter
 
MongoAuthorization - Interface in io.vertx.ext.auth.mongo
An extension of AuthProvider which is using MongoClient as store
MongoAuthorization - Class in io.vertx.reactivex.ext.auth.mongo
An extension of AuthProvider which is using as store

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

MongoAuthorization(MongoAuthorization) - Constructor for class io.vertx.reactivex.ext.auth.mongo.MongoAuthorization
 
MongoAuthorization(Object) - Constructor for class io.vertx.reactivex.ext.auth.mongo.MongoAuthorization
 
MongoAuthorization - Class in io.vertx.rxjava.ext.auth.mongo
An extension of AuthProvider which is using as store

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

MongoAuthorization(MongoAuthorization) - Constructor for class io.vertx.rxjava.ext.auth.mongo.MongoAuthorization
 
MongoAuthorization(Object) - Constructor for class io.vertx.rxjava.ext.auth.mongo.MongoAuthorization
 
MongoAuthorizationOptions - Class in io.vertx.ext.auth.mongo
Options configuring Mongo authentication.
MongoAuthorizationOptions() - Constructor for class io.vertx.ext.auth.mongo.MongoAuthorizationOptions
 
MongoAuthorizationOptions(JsonObject) - Constructor for class io.vertx.ext.auth.mongo.MongoAuthorizationOptions
 
MongoAuthorizationOptionsConverter - Class in io.vertx.ext.auth.mongo
Converter and mapper for MongoAuthorizationOptions.
MongoAuthorizationOptionsConverter() - Constructor for class io.vertx.ext.auth.mongo.MongoAuthorizationOptionsConverter
 
MongoClient - Interface in io.vertx.ext.mongo
A Vert.x service used to interact with MongoDB server instances.
MongoClient - Class in io.vertx.reactivex.ext.mongo
A Vert.x service used to interact with MongoDB server instances.
MongoClient(MongoClient) - Constructor for class io.vertx.reactivex.ext.mongo.MongoClient
 
MongoClient(Object) - Constructor for class io.vertx.reactivex.ext.mongo.MongoClient
 
MongoClient - Class in io.vertx.rxjava.ext.mongo
A Vert.x service used to interact with MongoDB server instances.
MongoClient(MongoClient) - Constructor for class io.vertx.rxjava.ext.mongo.MongoClient
 
MongoClient(Object) - Constructor for class io.vertx.rxjava.ext.mongo.MongoClient
 
MongoClientBulkWriteResult - Class in io.vertx.ext.mongo
Result propagated from mongodb driver bulk write result.
MongoClientBulkWriteResult() - Constructor for class io.vertx.ext.mongo.MongoClientBulkWriteResult
Default constructor
MongoClientBulkWriteResult(long, long, long, long, List<JsonObject>) - Constructor for class io.vertx.ext.mongo.MongoClientBulkWriteResult
Constructor to specify the result of the bulk write operation.
MongoClientBulkWriteResult(MongoClientBulkWriteResult) - Constructor for class io.vertx.ext.mongo.MongoClientBulkWriteResult
Copy constructor
MongoClientBulkWriteResult(JsonObject) - Constructor for class io.vertx.ext.mongo.MongoClientBulkWriteResult
Constructor from JSON
MongoClientDeleteResult - Class in io.vertx.ext.mongo
Result propagated from mongodb driver delete result.
MongoClientDeleteResult() - Constructor for class io.vertx.ext.mongo.MongoClientDeleteResult
Default constructor
MongoClientDeleteResult(long) - Constructor for class io.vertx.ext.mongo.MongoClientDeleteResult
Constructor that specify the number of documents removed
MongoClientDeleteResult(MongoClientDeleteResult) - Constructor for class io.vertx.ext.mongo.MongoClientDeleteResult
Copy constructor
MongoClientDeleteResult(JsonObject) - Constructor for class io.vertx.ext.mongo.MongoClientDeleteResult
Constructor form JSON
MongoClientUpdateResult - Class in io.vertx.ext.mongo
Result propagated from mongodb driver update result.
MongoClientUpdateResult() - Constructor for class io.vertx.ext.mongo.MongoClientUpdateResult
Default constructor
MongoClientUpdateResult(long, JsonObject, long) - Constructor for class io.vertx.ext.mongo.MongoClientUpdateResult
Constructor to specify the status of the operation.
MongoClientUpdateResult(MongoClientUpdateResult) - Constructor for class io.vertx.ext.mongo.MongoClientUpdateResult
Copy constructor
MongoClientUpdateResult(JsonObject) - Constructor for class io.vertx.ext.mongo.MongoClientUpdateResult
Constructor from JSON
MongoDataSource - Class in io.vertx.reactivex.servicediscovery.types

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

MongoDataSource(MongoDataSource) - Constructor for class io.vertx.reactivex.servicediscovery.types.MongoDataSource
 
MongoDataSource(Object) - Constructor for class io.vertx.reactivex.servicediscovery.types.MongoDataSource
 
MongoDataSource - Class in io.vertx.rxjava.servicediscovery.types

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

MongoDataSource(MongoDataSource) - Constructor for class io.vertx.rxjava.servicediscovery.types.MongoDataSource
 
MongoDataSource(Object) - Constructor for class io.vertx.rxjava.servicediscovery.types.MongoDataSource
 
MongoDataSource - Interface in io.vertx.servicediscovery.types
 
MongoGridFsClient - Interface in io.vertx.ext.mongo
 
MongoGridFsClient - Class in io.vertx.reactivex.ext.mongo
 
MongoGridFsClient(MongoGridFsClient) - Constructor for class io.vertx.reactivex.ext.mongo.MongoGridFsClient
 
MongoGridFsClient(Object) - Constructor for class io.vertx.reactivex.ext.mongo.MongoGridFsClient
 
MongoGridFsClient - Class in io.vertx.rxjava.ext.mongo
 
MongoGridFsClient(MongoGridFsClient) - Constructor for class io.vertx.rxjava.ext.mongo.MongoGridFsClient
 
MongoGridFsClient(Object) - Constructor for class io.vertx.rxjava.ext.mongo.MongoGridFsClient
 
MongoUserUtil - Interface in io.vertx.ext.auth.mongo
Utility to create users/roles/permissions.
MongoUserUtil - Class in io.vertx.reactivex.ext.auth.mongo
Utility to create users/roles/permissions.
MongoUserUtil(MongoUserUtil) - Constructor for class io.vertx.reactivex.ext.auth.mongo.MongoUserUtil
 
MongoUserUtil(Object) - Constructor for class io.vertx.reactivex.ext.auth.mongo.MongoUserUtil
 
MongoUserUtil - Class in io.vertx.rxjava.ext.auth.mongo
Utility to create users/roles/permissions.
MongoUserUtil(MongoUserUtil) - Constructor for class io.vertx.rxjava.ext.auth.mongo.MongoUserUtil
 
MongoUserUtil(Object) - Constructor for class io.vertx.rxjava.ext.auth.mongo.MongoUserUtil
 
MONITOR - Static variable in class io.vertx.reactivex.redis.client.Command
 
monitor(Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command monitor.
monitor() - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command monitor.
MONITOR - Static variable in interface io.vertx.redis.client.Command
 
monitor(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command monitor.
monitor() - Method in interface io.vertx.redis.client.RedisAPI
Redis command monitor.
MONITOR - Static variable in class io.vertx.rxjava.redis.client.Command
 
monitor(Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command monitor.
monitor() - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command monitor.
months(int) - Method in class io.vertx.pgclient.data.Interval
 
moreResults() - Method in interface io.vertx.ext.sql.SQLRowStream
Request for more results if available
moreResults() - Method in class io.vertx.reactivex.ext.sql.SQLRowStream
Request for more results if available
moreResults() - Method in class io.vertx.rxjava.ext.sql.SQLRowStream
Request for more results if available
mountOperationToEventBus(String, String) - Method in interface io.vertx.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Deprecated.
Specify to route an incoming request for specified operation id to a Web Api Service mounted at the specified address on event bus.
mountOperationToEventBus(String, String) - Method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Deprecated.
mountOperationToEventBus(String, String) - Method in class io.vertx.rxjava.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Deprecated.
mountPoint() - Method in interface io.vertx.ext.web.RoutingContext
 
mountPoint() - Method in class io.vertx.reactivex.ext.web.RoutingContext
 
mountPoint() - Method in class io.vertx.rxjava.ext.web.RoutingContext
 
mountServiceFromTag(String, String) - Method in interface io.vertx.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Deprecated.
Specify to route an incoming request for all operations that contains the specified tag to a Web Api Service mounted at the specified address on event bus.
mountServiceFromTag(String, String) - Method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Deprecated.
mountServiceFromTag(String, String) - Method in class io.vertx.rxjava.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Deprecated.
mountServiceInterface(Class, String) - Method in interface io.vertx.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Deprecated.
Introspect the Web Api Service interface to route to service all matching method names with operation ids.
mountServiceInterface(Class, String) - Method in interface io.vertx.ext.web.openapi.RouterBuilder
Introspect the Web Api Service interface to route to service all matching method names with operation ids.
mountServicesFromExtensions() - Method in interface io.vertx.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Deprecated.
Introspect the OpenAPI spec to mount handlers for all operations that specifies a x-vertx-event-bus annotation.
mountServicesFromExtensions() - Method in interface io.vertx.ext.web.openapi.RouterBuilder
Introspect the OpenAPI spec to mount handlers for all operations that specifies a x-vertx-event-bus annotation.
mountServicesFromExtensions() - Method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Deprecated.
mountServicesFromExtensions() - Method in class io.vertx.reactivex.ext.web.openapi.RouterBuilder
Introspect the OpenAPI spec to mount handlers for all operations that specifies a x-vertx-event-bus annotation.
mountServicesFromExtensions() - Method in class io.vertx.rxjava.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Deprecated.
mountSubRouter(String, Router) - Method in interface io.vertx.ext.web.Router
Mount a sub router on this router
mountSubRouter(String, Router) - Method in class io.vertx.reactivex.ext.web.Router
Mount a sub router on this router
mountSubRouter(String, Router) - Method in class io.vertx.rxjava.ext.web.Router
Mount a sub router on this router
move(String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
Move a file from the path from to path to, asynchronously.
move(String, String) - Method in interface io.vertx.core.file.FileSystem
Like FileSystem.move(String, String, Handler) but returns a Future of the asynchronous result
move(String, String, CopyOptions, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
Move a file from the path from to path to, asynchronously.
move(String, String, CopyOptions) - Method in interface io.vertx.core.file.FileSystem
Like FileSystem.move(String, String, CopyOptions, Handler) but returns a Future of the asynchronous result
MOVE - Static variable in class io.vertx.core.http.HttpMethod
The RFC 2518/4918 MOVE method, this instance is interned and uniquely used.
move(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.file.FileSystem
Move a file from the path from to path to, asynchronously.
move(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
Move a file from the path from to path to, asynchronously.
move(String, String, CopyOptions, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.file.FileSystem
Move a file from the path from to path to, asynchronously.
move(String, String, CopyOptions) - Method in class io.vertx.reactivex.core.file.FileSystem
Move a file from the path from to path to, asynchronously.
MOVE - Static variable in class io.vertx.reactivex.redis.client.Command
 
move(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command move.
move(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command move.
MOVE - Static variable in interface io.vertx.redis.client.Command
 
move(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command move.
move(String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command move.
move(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Move a file from the path from to path to, asynchronously.
move(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
Move a file from the path from to path to, asynchronously.
move(String, String, CopyOptions, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Move a file from the path from to path to, asynchronously.
move(String, String, CopyOptions) - Method in class io.vertx.rxjava.core.file.FileSystem
Move a file from the path from to path to, asynchronously.
MOVE - Static variable in class io.vertx.rxjava.redis.client.Command
 
move(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command move.
move(String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command move.
moveBlocking(String, String) - Method in interface io.vertx.core.file.FileSystem
moveBlocking(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
moveBlocking(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
MQTT_INFLIGHT_QUEUE_FULL - Static variable in class io.vertx.mqtt.MqttException
 
MQTT_INVALID_TOPIC_FILTER - Static variable in class io.vertx.mqtt.MqttException
 
MQTT_INVALID_TOPIC_NAME - Static variable in class io.vertx.mqtt.MqttException
 
MQTT_SUBPROTOCOL_CSV_LIST - Static variable in class io.vertx.mqtt.MqttServerOptions
 
MqttAuth - Class in io.vertx.mqtt
MQTT authentication information
MqttAuth(String, String) - Constructor for class io.vertx.mqtt.MqttAuth
Constructor
MqttAuth(JsonObject) - Constructor for class io.vertx.mqtt.MqttAuth
Create instance from JSON
MqttClient - Interface in io.vertx.mqtt
An MQTT client
MqttClient - Class in io.vertx.reactivex.mqtt
An MQTT client

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

MqttClient(MqttClient) - Constructor for class io.vertx.reactivex.mqtt.MqttClient
 
MqttClient(Object) - Constructor for class io.vertx.reactivex.mqtt.MqttClient
 
MqttClient - Class in io.vertx.rxjava.mqtt
An MQTT client

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

MqttClient(MqttClient) - Constructor for class io.vertx.rxjava.mqtt.MqttClient
 
MqttClient(Object) - Constructor for class io.vertx.rxjava.mqtt.MqttClient
 
MqttClientOptions - Class in io.vertx.mqtt
Represents options used by the MQTT client.
MqttClientOptions() - Constructor for class io.vertx.mqtt.MqttClientOptions
Default constructor
MqttClientOptions(JsonObject) - Constructor for class io.vertx.mqtt.MqttClientOptions
Create an instance of MqttClientOptions from JSON
MqttClientOptions(MqttClientOptions) - Constructor for class io.vertx.mqtt.MqttClientOptions
Copy constructor
MqttClientOptionsConverter - Class in io.vertx.mqtt
Converter and mapper for MqttClientOptions.
MqttClientOptionsConverter() - Constructor for class io.vertx.mqtt.MqttClientOptionsConverter
 
MqttConnAckMessage - Interface in io.vertx.mqtt.messages
Represents an MQTT CONNACK message
MqttConnAckMessage - Class in io.vertx.reactivex.mqtt.messages
Represents an MQTT CONNACK message

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

MqttConnAckMessage(MqttConnAckMessage) - Constructor for class io.vertx.reactivex.mqtt.messages.MqttConnAckMessage
 
MqttConnAckMessage(Object) - Constructor for class io.vertx.reactivex.mqtt.messages.MqttConnAckMessage
 
MqttConnAckMessage - Class in io.vertx.rxjava.mqtt.messages
Represents an MQTT CONNACK message

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

MqttConnAckMessage(MqttConnAckMessage) - Constructor for class io.vertx.rxjava.mqtt.messages.MqttConnAckMessage
 
MqttConnAckMessage(Object) - Constructor for class io.vertx.rxjava.mqtt.messages.MqttConnAckMessage
 
MqttConnectionException - Class in io.vertx.mqtt
Exception raised when a connection request fails at MQTT level
MqttConnectionException(MqttConnectReturnCode) - Constructor for class io.vertx.mqtt.MqttConnectionException
Constructor
MqttEndpoint - Interface in io.vertx.mqtt
Represents an MQTT endpoint for point-to-point communication with the remote MQTT client
MqttEndpoint - Class in io.vertx.reactivex.mqtt
Represents an MQTT endpoint for point-to-point communication with the remote MQTT client

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

MqttEndpoint(MqttEndpoint) - Constructor for class io.vertx.reactivex.mqtt.MqttEndpoint
 
MqttEndpoint(Object) - Constructor for class io.vertx.reactivex.mqtt.MqttEndpoint
 
MqttEndpoint - Class in io.vertx.rxjava.mqtt
Represents an MQTT endpoint for point-to-point communication with the remote MQTT client

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

MqttEndpoint(MqttEndpoint) - Constructor for class io.vertx.rxjava.mqtt.MqttEndpoint
 
MqttEndpoint(Object) - Constructor for class io.vertx.rxjava.mqtt.MqttEndpoint
 
MqttException - Class in io.vertx.mqtt
Exception raised with a specific reason code
MqttException(int) - Constructor for class io.vertx.mqtt.MqttException
Constructor
MqttException(int, String) - Constructor for class io.vertx.mqtt.MqttException
Constructor
MqttMessage - Interface in io.vertx.mqtt.messages
Represent the interface for each MQTT message
MqttMessage - Interface in io.vertx.reactivex.mqtt.messages
Represent the interface for each MQTT message

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

MqttMessage - Interface in io.vertx.rxjava.mqtt.messages
Represent the interface for each MQTT message

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

MqttPublishMessage - Interface in io.vertx.mqtt.messages
Represents an MQTT PUBLISH message
MqttPublishMessage - Class in io.vertx.reactivex.mqtt.messages
Represents an MQTT PUBLISH message

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

MqttPublishMessage(MqttPublishMessage) - Constructor for class io.vertx.reactivex.mqtt.messages.MqttPublishMessage
 
MqttPublishMessage(Object) - Constructor for class io.vertx.reactivex.mqtt.messages.MqttPublishMessage
 
MqttPublishMessage - Class in io.vertx.rxjava.mqtt.messages
Represents an MQTT PUBLISH message

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

MqttPublishMessage(MqttPublishMessage) - Constructor for class io.vertx.rxjava.mqtt.messages.MqttPublishMessage
 
MqttPublishMessage(Object) - Constructor for class io.vertx.rxjava.mqtt.messages.MqttPublishMessage
 
MqttServer - Interface in io.vertx.mqtt
An MQTT server
MqttServer - Class in io.vertx.reactivex.mqtt
An MQTT server
MqttServer(MqttServer) - Constructor for class io.vertx.reactivex.mqtt.MqttServer
 
MqttServer(Object) - Constructor for class io.vertx.reactivex.mqtt.MqttServer
 
MqttServer - Class in io.vertx.rxjava.mqtt
An MQTT server
MqttServer(MqttServer) - Constructor for class io.vertx.rxjava.mqtt.MqttServer
 
MqttServer(Object) - Constructor for class io.vertx.rxjava.mqtt.MqttServer
 
MqttServerOptions - Class in io.vertx.mqtt
Represents options used by the MQTT server
MqttServerOptions() - Constructor for class io.vertx.mqtt.MqttServerOptions
Default constructor
MqttServerOptions(JsonObject) - Constructor for class io.vertx.mqtt.MqttServerOptions
Create an options from JSON
MqttServerOptions(MqttServerOptions) - Constructor for class io.vertx.mqtt.MqttServerOptions
Copy constructor
MqttSubAckMessage - Interface in io.vertx.mqtt.messages
Represents an MQTT SUBACK message
MqttSubAckMessage - Class in io.vertx.reactivex.mqtt.messages
Represents an MQTT SUBACK message

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

MqttSubAckMessage(MqttSubAckMessage) - Constructor for class io.vertx.reactivex.mqtt.messages.MqttSubAckMessage
 
MqttSubAckMessage(Object) - Constructor for class io.vertx.reactivex.mqtt.messages.MqttSubAckMessage
 
MqttSubAckMessage - Class in io.vertx.rxjava.mqtt.messages
Represents an MQTT SUBACK message

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

MqttSubAckMessage(MqttSubAckMessage) - Constructor for class io.vertx.rxjava.mqtt.messages.MqttSubAckMessage
 
MqttSubAckMessage(Object) - Constructor for class io.vertx.rxjava.mqtt.messages.MqttSubAckMessage
 
MqttSubscribeMessage - Interface in io.vertx.mqtt.messages
Represents an MQTT SUBSCRIBE message
MqttSubscribeMessage - Class in io.vertx.reactivex.mqtt.messages
Represents an MQTT SUBSCRIBE message

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

MqttSubscribeMessage(MqttSubscribeMessage) - Constructor for class io.vertx.reactivex.mqtt.messages.MqttSubscribeMessage
 
MqttSubscribeMessage(Object) - Constructor for class io.vertx.reactivex.mqtt.messages.MqttSubscribeMessage
 
MqttSubscribeMessage - Class in io.vertx.rxjava.mqtt.messages
Represents an MQTT SUBSCRIBE message

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

MqttSubscribeMessage(MqttSubscribeMessage) - Constructor for class io.vertx.rxjava.mqtt.messages.MqttSubscribeMessage
 
MqttSubscribeMessage(Object) - Constructor for class io.vertx.rxjava.mqtt.messages.MqttSubscribeMessage
 
MqttTopicSubscription - Interface in io.vertx.mqtt
Represents a subscription to a topic
MqttTopicSubscription - Class in io.vertx.reactivex.mqtt
Represents a subscription to a topic

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

MqttTopicSubscription(MqttTopicSubscription) - Constructor for class io.vertx.reactivex.mqtt.MqttTopicSubscription
 
MqttTopicSubscription(Object) - Constructor for class io.vertx.reactivex.mqtt.MqttTopicSubscription
 
MqttTopicSubscription - Class in io.vertx.rxjava.mqtt
Represents a subscription to a topic

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

MqttTopicSubscription(MqttTopicSubscription) - Constructor for class io.vertx.rxjava.mqtt.MqttTopicSubscription
 
MqttTopicSubscription(Object) - Constructor for class io.vertx.rxjava.mqtt.MqttTopicSubscription
 
MqttUnsubscribeMessage - Interface in io.vertx.mqtt.messages
Represents an MQTT UNSUBSCRIBE message
MqttUnsubscribeMessage - Class in io.vertx.reactivex.mqtt.messages
Represents an MQTT UNSUBSCRIBE message

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

MqttUnsubscribeMessage(MqttUnsubscribeMessage) - Constructor for class io.vertx.reactivex.mqtt.messages.MqttUnsubscribeMessage
 
MqttUnsubscribeMessage(Object) - Constructor for class io.vertx.reactivex.mqtt.messages.MqttUnsubscribeMessage
 
MqttUnsubscribeMessage - Class in io.vertx.rxjava.mqtt.messages
Represents an MQTT UNSUBSCRIBE message

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

MqttUnsubscribeMessage(MqttUnsubscribeMessage) - Constructor for class io.vertx.rxjava.mqtt.messages.MqttUnsubscribeMessage
 
MqttUnsubscribeMessage(Object) - Constructor for class io.vertx.rxjava.mqtt.messages.MqttUnsubscribeMessage
 
MqttWill - Class in io.vertx.mqtt
Will information from the remote MQTT client
MqttWill(boolean, String, Buffer, int, boolean) - Constructor for class io.vertx.mqtt.MqttWill
Constructor
MqttWill(JsonObject) - Constructor for class io.vertx.mqtt.MqttWill
Create instance from JSON
MSET - Static variable in class io.vertx.reactivex.redis.client.Command
 
mset(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command mset.
mset(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command mset.
MSET - Static variable in interface io.vertx.redis.client.Command
 
mset(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command mset.
mset(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command mset.
MSET - Static variable in class io.vertx.rxjava.redis.client.Command
 
mset(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command mset.
mset(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command mset.
MSETNX - Static variable in class io.vertx.reactivex.redis.client.Command
 
msetnx(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command msetnx.
msetnx(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command msetnx.
MSETNX - Static variable in interface io.vertx.redis.client.Command
 
msetnx(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command msetnx.
msetnx(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command msetnx.
MSETNX - Static variable in class io.vertx.rxjava.redis.client.Command
 
msetnx(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command msetnx.
msetnx(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command msetnx.
MULTI - Static variable in class io.vertx.reactivex.redis.client.Command
 
multi(Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command multi.
multi() - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command multi.
MULTI - Static variable in interface io.vertx.redis.client.Command
 
multi(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command multi.
multi() - Method in interface io.vertx.redis.client.RedisAPI
Redis command multi.
MULTI - Static variable in class io.vertx.rxjava.redis.client.Command
 
multi(Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command multi.
multi() - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command multi.
MultiLineString - Class in io.vertx.mysqlclient.data.spatial
A MultiLineString is a MultiCurve geometry collection composed of LineString elements.
MultiLineString() - Constructor for class io.vertx.mysqlclient.data.spatial.MultiLineString
 
MultiLineString(MultiLineString) - Constructor for class io.vertx.mysqlclient.data.spatial.MultiLineString
 
MultiLineString(long, List<LineString>) - Constructor for class io.vertx.mysqlclient.data.spatial.MultiLineString
 
MultiMap - Interface in io.vertx.core
This class represents a MultiMap of String keys to a List of String values.
MultiMap - Class in io.vertx.reactivex.core
This class represents a MultiMap of String keys to a List of String values.
MultiMap(MultiMap) - Constructor for class io.vertx.reactivex.core.MultiMap
 
MultiMap(Object) - Constructor for class io.vertx.reactivex.core.MultiMap
 
MultiMap - Class in io.vertx.rxjava.core
This class represents a MultiMap of String keys to a List of String values.
MultiMap(MultiMap) - Constructor for class io.vertx.rxjava.core.MultiMap
 
MultiMap(Object) - Constructor for class io.vertx.rxjava.core.MultiMap
 
multipartFileUploadExists(String, String) - Static method in interface io.vertx.ext.web.validation.RequestPredicate
Generate request predicate that checks if a particular multipart file upload with propertyName and matching contentTypePattern exists
multipartFileUploadExists(String, String) - Static method in class io.vertx.reactivex.ext.web.validation.RequestPredicate
Generate request predicate that checks if a particular multipart file upload with propertyName and matching contentTypePattern exists
multipartFileUploadExists(String, String) - Static method in class io.vertx.rxjava.ext.web.validation.RequestPredicate
Generate request predicate that checks if a particular multipart file upload with propertyName and matching contentTypePattern exists
MultipartForm - Interface in io.vertx.ext.web.multipart
A multipart form.
MultipartForm - Class in io.vertx.reactivex.ext.web.multipart
A multipart form.
MultipartForm(MultipartForm) - Constructor for class io.vertx.reactivex.ext.web.multipart.MultipartForm
 
MultipartForm(Object) - Constructor for class io.vertx.reactivex.ext.web.multipart.MultipartForm
 
MultipartForm - Class in io.vertx.rxjava.ext.web.multipart
A multipart form.
MultipartForm(MultipartForm) - Constructor for class io.vertx.rxjava.ext.web.multipart.MultipartForm
 
MultipartForm(Object) - Constructor for class io.vertx.rxjava.ext.web.multipart.MultipartForm
 
multipartFormData(ObjectSchemaBuilder) - Static method in interface io.vertx.ext.web.validation.builder.Bodies
Create a form multipart/form-data processor
multipartMixed(boolean) - Method in interface io.vertx.ext.web.client.HttpRequest
Allow or disallow multipart mixed encoding when sending MultipartForm having files sharing the same file name.
multipartMixed(boolean) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Allow or disallow multipart mixed encoding when sending having files sharing the same file name.
multipartMixed(boolean) - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
Allow or disallow multipart mixed encoding when sending having files sharing the same file name.
multipleOf(double) - Static method in class io.vertx.json.schema.common.dsl.Keywords
 
MultipleOfValidatorFactory - Class in io.vertx.json.schema.common
 
MultipleOfValidatorFactory() - Constructor for class io.vertx.json.schema.common.MultipleOfValidatorFactory
 
MultiPoint - Class in io.vertx.mysqlclient.data.spatial
A MultiPoint is a geometry collection composed of Point elements.
MultiPoint() - Constructor for class io.vertx.mysqlclient.data.spatial.MultiPoint
 
MultiPoint(MultiPoint) - Constructor for class io.vertx.mysqlclient.data.spatial.MultiPoint
 
MultiPoint(long, List<Point>) - Constructor for class io.vertx.mysqlclient.data.spatial.MultiPoint
 
MultiPolygon - Class in io.vertx.mysqlclient.data.spatial
A MultiPolygon is a MultiSurface object composed of Polygon elements.
MultiPolygon() - Constructor for class io.vertx.mysqlclient.data.spatial.MultiPolygon
 
MultiPolygon(MultiPolygon) - Constructor for class io.vertx.mysqlclient.data.spatial.MultiPolygon
 
MultiPolygon(long, List<Polygon>) - Constructor for class io.vertx.mysqlclient.data.spatial.MultiPolygon
 
MultiTenantHandler - Interface in io.vertx.ext.web.handler
A handler which selectively executes another handler if a precondition is met.
MultiTenantHandler - Class in io.vertx.reactivex.ext.web.handler
A handler which selectively executes another handler if a precondition is met.
MultiTenantHandler(MultiTenantHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.MultiTenantHandler
 
MultiTenantHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.MultiTenantHandler
 
MultiTenantHandler - Class in io.vertx.rxjava.ext.web.handler
A handler which selectively executes another handler if a precondition is met.
MultiTenantHandler(MultiTenantHandler) - Constructor for class io.vertx.rxjava.ext.web.handler.MultiTenantHandler
 
MultiTenantHandler(Object) - Constructor for class io.vertx.rxjava.ext.web.handler.MultiTenantHandler
 
multiValued - Variable in class io.vertx.core.cli.Argument
Whether or not this argument can receive multiple value.
multiValued - Variable in class io.vertx.core.cli.Option
whether or not the option can recevie multiple values.
MutableStateValidator - Interface in io.vertx.json.schema.common
 
MVELTemplateEngine - Interface in io.vertx.ext.web.templ.mvel
A template engine that uses the Handlebars library.
MVELTemplateEngine - Class in io.vertx.reactivex.ext.web.templ.mvel
A template engine that uses the Handlebars library.
MVELTemplateEngine(MVELTemplateEngine) - Constructor for class io.vertx.reactivex.ext.web.templ.mvel.MVELTemplateEngine
 
MVELTemplateEngine(Object) - Constructor for class io.vertx.reactivex.ext.web.templ.mvel.MVELTemplateEngine
 
MVELTemplateEngine - Class in io.vertx.rxjava.ext.web.templ.mvel
A template engine that uses the Handlebars library.
MVELTemplateEngine(MVELTemplateEngine) - Constructor for class io.vertx.rxjava.ext.web.templ.mvel.MVELTemplateEngine
 
MVELTemplateEngine(Object) - Constructor for class io.vertx.rxjava.ext.web.templ.mvel.MVELTemplateEngine
 
MxRecord - Interface in io.vertx.core.dns
Represent a Mail-Exchange-Record (MX) which was resolved for a domain.
MxRecord - Class in io.vertx.reactivex.core.dns
Represent a Mail-Exchange-Record (MX) which was resolved for a domain.
MxRecord(MxRecord) - Constructor for class io.vertx.reactivex.core.dns.MxRecord
 
MxRecord(Object) - Constructor for class io.vertx.reactivex.core.dns.MxRecord
 
MxRecord - Class in io.vertx.rxjava.core.dns
Represent a Mail-Exchange-Record (MX) which was resolved for a domain.
MxRecord(MxRecord) - Constructor for class io.vertx.rxjava.core.dns.MxRecord
 
MxRecord(Object) - Constructor for class io.vertx.rxjava.core.dns.MxRecord
 
MySQLAuthenticationPlugin - Enum in io.vertx.mysqlclient
MySQL authentication plugins which can be specified at the connection start, more information could be found in MySQL Reference Manual.
MySQLAuthOptions - Class in io.vertx.mysqlclient
Authentication options for MySQL authentication which can be used for CHANGE_USER command.
MySQLAuthOptions() - Constructor for class io.vertx.mysqlclient.MySQLAuthOptions
 
MySQLAuthOptions(JsonObject) - Constructor for class io.vertx.mysqlclient.MySQLAuthOptions
 
MySQLAuthOptions(MySQLAuthOptions) - Constructor for class io.vertx.mysqlclient.MySQLAuthOptions
 
MySQLAuthOptionsConverter - Class in io.vertx.mysqlclient
Converter and mapper for MySQLAuthOptions.
MySQLAuthOptionsConverter() - Constructor for class io.vertx.mysqlclient.MySQLAuthOptionsConverter
 
MySQLClient - Interface in io.vertx.mysqlclient
An interface to define MySQL specific constants or behaviors.
MySQLClient - Class in io.vertx.reactivex.mysqlclient
An interface to define MySQL specific constants or behaviors.
MySQLClient(MySQLClient) - Constructor for class io.vertx.reactivex.mysqlclient.MySQLClient
 
MySQLClient(Object) - Constructor for class io.vertx.reactivex.mysqlclient.MySQLClient
 
MySQLClient - Class in io.vertx.rxjava.mysqlclient
An interface to define MySQL specific constants or behaviors.
MySQLClient(MySQLClient) - Constructor for class io.vertx.rxjava.mysqlclient.MySQLClient
 
MySQLClient(Object) - Constructor for class io.vertx.rxjava.mysqlclient.MySQLClient
 
MySQLConnection - Interface in io.vertx.mysqlclient
An interface which represents a connection to MySQL server.
MySQLConnection - Class in io.vertx.reactivex.mysqlclient
An interface which represents a connection to MySQL server.
MySQLConnection(MySQLConnection) - Constructor for class io.vertx.reactivex.mysqlclient.MySQLConnection
 
MySQLConnection(Object) - Constructor for class io.vertx.reactivex.mysqlclient.MySQLConnection
 
MySQLConnection - Class in io.vertx.rxjava.mysqlclient
An interface which represents a connection to MySQL server.
MySQLConnection(MySQLConnection) - Constructor for class io.vertx.rxjava.mysqlclient.MySQLConnection
 
MySQLConnection(Object) - Constructor for class io.vertx.rxjava.mysqlclient.MySQLConnection
 
MySQLConnectOptions - Class in io.vertx.mysqlclient
Connect options for configuring MySQLConnection or MySQLPool.
MySQLConnectOptions() - Constructor for class io.vertx.mysqlclient.MySQLConnectOptions
 
MySQLConnectOptions(JsonObject) - Constructor for class io.vertx.mysqlclient.MySQLConnectOptions
 
MySQLConnectOptions(SqlConnectOptions) - Constructor for class io.vertx.mysqlclient.MySQLConnectOptions
 
MySQLConnectOptions(MySQLConnectOptions) - Constructor for class io.vertx.mysqlclient.MySQLConnectOptions
 
MySQLConnectOptionsConverter - Class in io.vertx.mysqlclient
Converter and mapper for MySQLConnectOptions.
MySQLConnectOptionsConverter() - Constructor for class io.vertx.mysqlclient.MySQLConnectOptionsConverter
 
MySQLDriver - Class in io.vertx.mysqlclient.spi
 
MySQLDriver() - Constructor for class io.vertx.mysqlclient.spi.MySQLDriver
 
MySQLException - Exception in io.vertx.mysqlclient
A RuntimeException signals that an error occurred.
MySQLException(String, int, String) - Constructor for exception io.vertx.mysqlclient.MySQLException
 
MySQLPool - Interface in io.vertx.mysqlclient
MySQLPool - Class in io.vertx.reactivex.mysqlclient
MySQLPool(MySQLPool) - Constructor for class io.vertx.reactivex.mysqlclient.MySQLPool
 
MySQLPool(Object) - Constructor for class io.vertx.reactivex.mysqlclient.MySQLPool
 
MySQLPool - Class in io.vertx.rxjava.mysqlclient
MySQLPool(MySQLPool) - Constructor for class io.vertx.rxjava.mysqlclient.MySQLPool
 
MySQLPool(Object) - Constructor for class io.vertx.rxjava.mysqlclient.MySQLPool
 
MySQLSetOption - Enum in io.vertx.mysqlclient
MySQL set options which can be used by MySQLConnection.setOption(MySQLSetOption, Handler).

N

nack(StompServerConnection, Frame) - Method in interface io.vertx.ext.stomp.Destination
Handles a NACK frame.
nack(String) - Method in interface io.vertx.ext.stomp.StompClientConnection
Sends a non-acknowledgement for the given message.
nack(String, Handler<AsyncResult<Frame>>) - Method in interface io.vertx.ext.stomp.StompClientConnection
Sends a non-acknowledgement for the given message.
nack(String, String) - Method in interface io.vertx.ext.stomp.StompClientConnection
Sends a non-acknowledgement for the given frame.
nack(String, String, Handler<AsyncResult<Frame>>) - Method in interface io.vertx.ext.stomp.StompClientConnection
Sends a non-acknowledgement for the given frame.
nack(StompServerConnection, Frame) - Method in class io.vertx.reactivex.ext.stomp.Destination
Handles a NACK frame.
nack(String, Handler<AsyncResult<Frame>>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Sends a non-acknowledgement for the given message.
nack(String) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Sends a non-acknowledgement for the given message.
nack(String, String, Handler<AsyncResult<Frame>>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Sends a non-acknowledgement for the given frame.
nack(String, String) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Sends a non-acknowledgement for the given frame.
nack(StompServerConnection, Frame) - Method in class io.vertx.rxjava.ext.stomp.Destination
Handles a NACK frame.
nack(String, Handler<AsyncResult<Frame>>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Sends a non-acknowledgement for the given message.
nack(String) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Sends a non-acknowledgement for the given message.
nack(String, String, Handler<AsyncResult<Frame>>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Sends a non-acknowledgement for the given frame.
nack(String, String) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Sends a non-acknowledgement for the given frame.
nackHandler(Handler<ServerFrame>) - Method in interface io.vertx.ext.stomp.StompServerHandler
Configures the action to execute when a NACK frame is received.
nackHandler(Handler<ServerFrame>) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
Configures the action to execute when a NACK frame is received.
nackHandler(Handler<ServerFrame>) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
Configures the action to execute when a NACK frame is received.
name() - Method in interface io.vertx.circuitbreaker.CircuitBreaker
 
name() - Method in class io.vertx.config.consul.ConsulConfigStoreFactory
 
name() - Method in class io.vertx.config.git.GitConfigStoreFactory
 
name() - Method in class io.vertx.config.hocon.HoconProcessor
 
name() - Method in class io.vertx.config.kubernetes.ConfigMapStoreFactory
 
name() - Method in class io.vertx.config.redis.RedisConfigStoreFactory
 
name() - Method in interface io.vertx.config.spi.ConfigProcessor
Name of the processor, generally the name of the format it handles.
name() - Method in interface io.vertx.config.spi.ConfigStoreFactory
 
name() - Method in class io.vertx.config.spring.SpringConfigServerStoreFactory
 
name() - Method in class io.vertx.config.vault.VaultConfigStoreFactory
 
name() - Method in class io.vertx.config.yaml.YamlProcessor
 
name() - Method in class io.vertx.config.zookeeper.ZookeeperConfigStoreFactory
 
Name - Annotation Type in io.vertx.core.cli.annotations
Defines the name of a CLI.
name() - Method in interface io.vertx.core.dns.MxRecord
The name of the MX record
name() - Method in interface io.vertx.core.dns.SrvRecord
Returns the name for the server being queried.
name() - Method in interface io.vertx.core.eventbus.MessageCodec
The codec name.
name() - Method in class io.vertx.core.http.HttpMethod
 
name() - Method in interface io.vertx.core.http.HttpServerFileUpload
 
name(T, int) - Method in interface io.vertx.core.spi.tracing.TagExtractor
Returns the name of the tag extracted from objat the specified index.
name(JsonObject) - Static method in interface io.vertx.ext.auth.oauth2.KeycloakHelper
Deprecated.
 
name(String) - Method in class io.vertx.ext.mongo.IndexOptions
Sets the name of the index.
name() - Method in class io.vertx.ext.shell.command.AnnotatedCommand
 
name() - Method in class io.vertx.ext.shell.command.base.Echo
 
name() - Method in interface io.vertx.ext.shell.command.Command
 
name() - Method in interface io.vertx.ext.unit.report.TestCaseReport
 
name() - Method in interface io.vertx.ext.unit.report.TestResult
The test description, may be null if none was provided.
name() - Method in interface io.vertx.ext.unit.report.TestSuiteReport
 
name() - Method in interface io.vertx.ext.web.FileUpload
 
name() - Method in interface io.vertx.ext.web.multipart.FormDataPart
 
name() - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
 
name() - Method in class io.vertx.reactivex.core.dns.MxRecord
The name of the MX record
name() - Method in class io.vertx.reactivex.core.dns.SrvRecord
Returns the name for the server being queried.
name() - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
 
name(JsonObject) - Static method in class io.vertx.reactivex.ext.auth.oauth2.KeycloakHelper
Deprecated.
name() - Method in class io.vertx.reactivex.ext.shell.command.Command
 
name() - Method in class io.vertx.reactivex.ext.unit.report.TestCaseReport
 
name() - Method in class io.vertx.reactivex.ext.unit.report.TestResult
The test description, may be null if none was provided.
name() - Method in class io.vertx.reactivex.ext.unit.report.TestSuiteReport
 
name() - Method in class io.vertx.reactivex.ext.web.FileUpload
 
name() - Method in class io.vertx.reactivex.ext.web.multipart.FormDataPart
 
name() - Method in class io.vertx.reactivex.sqlclient.desc.ColumnDescriptor
 
name() - Method in class io.vertx.reactivex.sqlclient.PropertyKind
 
name() - Method in class io.vertx.rxjava.circuitbreaker.CircuitBreaker
 
name() - Method in class io.vertx.rxjava.core.dns.MxRecord
The name of the MX record
name() - Method in class io.vertx.rxjava.core.dns.SrvRecord
Returns the name for the server being queried.
name() - Method in class io.vertx.rxjava.core.http.HttpServerFileUpload
 
name(JsonObject) - Static method in class io.vertx.rxjava.ext.auth.oauth2.KeycloakHelper
Deprecated.
name() - Method in class io.vertx.rxjava.ext.shell.command.Command
 
name() - Method in class io.vertx.rxjava.ext.unit.report.TestCaseReport
 
name() - Method in class io.vertx.rxjava.ext.unit.report.TestResult
The test description, may be null if none was provided.
name() - Method in class io.vertx.rxjava.ext.unit.report.TestSuiteReport
 
name() - Method in class io.vertx.rxjava.ext.web.FileUpload
 
name() - Method in class io.vertx.rxjava.ext.web.multipart.FormDataPart
 
name() - Method in class io.vertx.rxjava.sqlclient.desc.ColumnDescriptor
 
name() - Method in class io.vertx.rxjava.sqlclient.PropertyKind
 
name() - Method in class io.vertx.servicediscovery.consul.ImportedConsulService
 
name() - Method in interface io.vertx.servicediscovery.spi.ServiceDiscoveryBackend
 
name() - Method in interface io.vertx.servicediscovery.spi.ServiceType
 
name() - Method in class io.vertx.serviceproxy.ServiceExceptionMessageCodec
 
name() - Method in interface io.vertx.sqlclient.desc.ColumnDescriptor
 
name() - Method in interface io.vertx.sqlclient.PropertyKind
 
nameResolverFactory(NameResolver.Factory) - Method in class io.vertx.grpc.VertxChannelBuilder
Deprecated.
names() - Method in interface io.vertx.core.MultiMap
Gets a immutable Set of all names
names() - Method in enum io.vertx.ext.web.api.validation.ContainerSerializationStyle
Deprecated.
 
names() - Method in class io.vertx.reactivex.core.MultiMap
Gets a immutable Set of all names
names() - Method in class io.vertx.rxjava.core.MultiMap
Gets a immutable Set of all names
NaN - Static variable in class io.vertx.sqlclient.data.Numeric
Constant for the NaN value.
needsSeparator() - Method in interface io.vertx.ext.auth.HashingAlgorithm
Should the encoded string use the default separator to split fields.
needsSeparator() - Method in class io.vertx.reactivex.ext.auth.HashingAlgorithm
Should the encoded string use the default separator to split fields.
needsSeparator() - Method in class io.vertx.rxjava.ext.auth.HashingAlgorithm
Should the encoded string use the default separator to split fields.
NetClient - Interface in io.vertx.core.net
A TCP client.
NetClient - Class in io.vertx.reactivex.core.net
A TCP client.
NetClient(NetClient) - Constructor for class io.vertx.reactivex.core.net.NetClient
 
NetClient(Object) - Constructor for class io.vertx.reactivex.core.net.NetClient
 
NetClient - Class in io.vertx.rxjava.core.net
A TCP client.
NetClient(NetClient) - Constructor for class io.vertx.rxjava.core.net.NetClient
 
NetClient(Object) - Constructor for class io.vertx.rxjava.core.net.NetClient
 
NetClientOptions - Class in io.vertx.core.net
Options for configuring a NetClient.
NetClientOptions() - Constructor for class io.vertx.core.net.NetClientOptions
The default constructor
NetClientOptions(NetClientOptions) - Constructor for class io.vertx.core.net.NetClientOptions
Copy constructor
NetClientOptions(JsonObject) - Constructor for class io.vertx.core.net.NetClientOptions
Create options from JSON
NetClientOptionsConverter - Class in io.vertx.core.net
Converter and mapper for NetClientOptions.
NetClientOptionsConverter() - Constructor for class io.vertx.core.net.NetClientOptionsConverter
 
NetCommandLs - Class in io.vertx.ext.shell.command.base
 
NetCommandLs() - Constructor for class io.vertx.ext.shell.command.base.NetCommandLs
 
NetServer - Interface in io.vertx.core.net
Represents a TCP server
NetServer - Class in io.vertx.reactivex.core.net
Represents a TCP server

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

NetServer(NetServer) - Constructor for class io.vertx.reactivex.core.net.NetServer
 
NetServer(Object) - Constructor for class io.vertx.reactivex.core.net.NetServer
 
NetServer - Class in io.vertx.rxjava.core.net
Represents a TCP server

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

NetServer(NetServer) - Constructor for class io.vertx.rxjava.core.net.NetServer
 
NetServer(Object) - Constructor for class io.vertx.rxjava.core.net.NetServer
 
NetServerOptions - Class in io.vertx.core.net
Options for configuring a NetServer.
NetServerOptions() - Constructor for class io.vertx.core.net.NetServerOptions
Default constructor
NetServerOptions(NetServerOptions) - Constructor for class io.vertx.core.net.NetServerOptions
Copy constructor
NetServerOptions(JsonObject) - Constructor for class io.vertx.core.net.NetServerOptions
Create some options from JSON
NetServerOptionsConverter - Class in io.vertx.core.net
Converter and mapper for NetServerOptions.
NetServerOptionsConverter() - Constructor for class io.vertx.core.net.NetServerOptionsConverter
 
netSocket() - Method in interface io.vertx.core.http.HttpClientResponse
 
NetSocket - Interface in io.vertx.core.net
Represents a socket-like interface to a TCP connection on either the client or the server side.
netSocket() - Method in class io.vertx.reactivex.core.http.HttpClientResponse
 
NetSocket - Class in io.vertx.reactivex.core.net
Represents a socket-like interface to a TCP connection on either the client or the server side.
NetSocket(NetSocket) - Constructor for class io.vertx.reactivex.core.net.NetSocket
 
NetSocket(Object) - Constructor for class io.vertx.reactivex.core.net.NetSocket
 
netSocket() - Method in class io.vertx.rxjava.core.http.HttpClientResponse
 
NetSocket - Class in io.vertx.rxjava.core.net
Represents a socket-like interface to a TCP connection on either the client or the server side.
NetSocket(NetSocket) - Constructor for class io.vertx.rxjava.core.net.NetSocket
 
NetSocket(Object) - Constructor for class io.vertx.rxjava.core.net.NetSocket
 
nettyBuilder() - Method in class io.vertx.grpc.VertxChannelBuilder
 
nettyBuilder() - Method in class io.vertx.grpc.VertxServerBuilder
 
nettyEventLoopGroup() - Method in interface io.vertx.core.Vertx
Return the Netty EventLoopGroup used by Vert.x
nettyEventLoopGroup() - Method in class io.vertx.reactivex.core.Vertx
Return the Netty EventLoopGroup used by Vert.x
nettyEventLoopGroup() - Method in class io.vertx.rxjava.core.Vertx
Return the Netty EventLoopGroup used by Vert.x
NetworkMetrics<S> - Interface in io.vertx.core.spi.metrics
An SPI used internally by Vert.x to gather metrics on a net socket which serves as a base class for TCP or UDP.

NetworkOptions - Class in io.vertx.core.net
 
NetworkOptions() - Constructor for class io.vertx.core.net.NetworkOptions
Default constructor
NetworkOptions(NetworkOptions) - Constructor for class io.vertx.core.net.NetworkOptions
Copy constructor
NetworkOptions(JsonObject) - Constructor for class io.vertx.core.net.NetworkOptions
Constructor from JSON
NetworkOptionsConverter - Class in io.vertx.core.net
Converter and mapper for NetworkOptions.
NetworkOptionsConverter() - Constructor for class io.vertx.core.net.NetworkOptionsConverter
 
newArrayParser(ValueParser<String>) - Method in interface io.vertx.ext.web.validation.builder.ArrayParserFactory
 
newDelimited(String, Handler<Buffer>) - Static method in interface io.vertx.core.parsetools.RecordParser
Like RecordParser.newDelimited(String) but set the output that will receive whole records which have been parsed.
newDelimited(String, ReadStream<Buffer>) - Static method in interface io.vertx.core.parsetools.RecordParser
Like RecordParser.newDelimited(String) but wraps the stream.
newDelimited(String) - Static method in interface io.vertx.core.parsetools.RecordParser
Create a new RecordParser instance, initially in delimited mode, and where the delimiter can be represented by the String delim endcoded in latin-1 .
newDelimited(Buffer) - Static method in interface io.vertx.core.parsetools.RecordParser
Create a new RecordParser instance, initially in delimited mode, and where the delimiter can be represented by the Buffer delim.
newDelimited(Buffer, Handler<Buffer>) - Static method in interface io.vertx.core.parsetools.RecordParser
Like RecordParser.newDelimited(Buffer) but set the output that will receive whole records which have been parsed.
newDelimited(Buffer, ReadStream<Buffer>) - Static method in interface io.vertx.core.parsetools.RecordParser
Like RecordParser.newDelimited(Buffer) but wraps the stream.
newDelimited(String, Handler<Buffer>) - Static method in class io.vertx.reactivex.core.parsetools.RecordParser
Like RecordParser.newDelimited(java.lang.String, io.vertx.core.Handler<io.vertx.reactivex.core.buffer.Buffer>) but set the output that will receive whole records which have been parsed.
newDelimited(String, ReadStream<Buffer>) - Static method in class io.vertx.reactivex.core.parsetools.RecordParser
newDelimited(String, Flowable<Buffer>) - Static method in class io.vertx.reactivex.core.parsetools.RecordParser
newDelimited(String) - Static method in class io.vertx.reactivex.core.parsetools.RecordParser
Create a new RecordParser instance, initially in delimited mode, and where the delimiter can be represented by the String delim endcoded in latin-1 .
newDelimited(Buffer) - Static method in class io.vertx.reactivex.core.parsetools.RecordParser
Create a new RecordParser instance, initially in delimited mode, and where the delimiter can be represented by the Buffer delim.
newDelimited(Buffer, Handler<Buffer>) - Static method in class io.vertx.reactivex.core.parsetools.RecordParser
Like RecordParser.newDelimited(java.lang.String, io.vertx.core.Handler<io.vertx.reactivex.core.buffer.Buffer>) but set the output that will receive whole records which have been parsed.
newDelimited(Buffer, ReadStream<Buffer>) - Static method in class io.vertx.reactivex.core.parsetools.RecordParser
newDelimited(Buffer, Flowable<Buffer>) - Static method in class io.vertx.reactivex.core.parsetools.RecordParser
newDelimited(String, Handler<Buffer>) - Static method in class io.vertx.rxjava.core.parsetools.RecordParser
Like RecordParser.newDelimited(java.lang.String, io.vertx.core.Handler<io.vertx.rxjava.core.buffer.Buffer>) but set the output that will receive whole records which have been parsed.
newDelimited(String, ReadStream<Buffer>) - Static method in class io.vertx.rxjava.core.parsetools.RecordParser
newDelimited(String, Observable<Buffer>) - Static method in class io.vertx.rxjava.core.parsetools.RecordParser
newDelimited(String) - Static method in class io.vertx.rxjava.core.parsetools.RecordParser
Create a new RecordParser instance, initially in delimited mode, and where the delimiter can be represented by the String delim endcoded in latin-1 .
newDelimited(Buffer) - Static method in class io.vertx.rxjava.core.parsetools.RecordParser
Create a new RecordParser instance, initially in delimited mode, and where the delimiter can be represented by the Buffer delim.
newDelimited(Buffer, Handler<Buffer>) - Static method in class io.vertx.rxjava.core.parsetools.RecordParser
Like RecordParser.newDelimited(java.lang.String, io.vertx.core.Handler<io.vertx.rxjava.core.buffer.Buffer>) but set the output that will receive whole records which have been parsed.
newDelimited(Buffer, ReadStream<Buffer>) - Static method in class io.vertx.rxjava.core.parsetools.RecordParser
newDelimited(Buffer, Observable<Buffer>) - Static method in class io.vertx.rxjava.core.parsetools.RecordParser
newFixed(int) - Static method in interface io.vertx.core.parsetools.RecordParser
Create a new RecordParser instance, initially in fixed size mode, and where the record size is specified by the size parameter.
newFixed(int, Handler<Buffer>) - Static method in interface io.vertx.core.parsetools.RecordParser
Like RecordParser.newFixed(int) but set the output that will receive whole records which have been parsed.
newFixed(int, ReadStream<Buffer>) - Static method in interface io.vertx.core.parsetools.RecordParser
Like RecordParser.newFixed(int) but wraps the stream.
newFixed(int) - Static method in class io.vertx.reactivex.core.parsetools.RecordParser
Create a new RecordParser instance, initially in fixed size mode, and where the record size is specified by the size parameter.
newFixed(int, Handler<Buffer>) - Static method in class io.vertx.reactivex.core.parsetools.RecordParser
Like RecordParser.newFixed(int) but set the output that will receive whole records which have been parsed.
newFixed(int, ReadStream<Buffer>) - Static method in class io.vertx.reactivex.core.parsetools.RecordParser
Like RecordParser.newFixed(int) but wraps the stream.
newFixed(int, Flowable<Buffer>) - Static method in class io.vertx.reactivex.core.parsetools.RecordParser
Like RecordParser.newFixed(int) but wraps the stream.
newFixed(int) - Static method in class io.vertx.rxjava.core.parsetools.RecordParser
Create a new RecordParser instance, initially in fixed size mode, and where the record size is specified by the size parameter.
newFixed(int, Handler<Buffer>) - Static method in class io.vertx.rxjava.core.parsetools.RecordParser
Like RecordParser.newFixed(int) but set the output that will receive whole records which have been parsed.
newFixed(int, ReadStream<Buffer>) - Static method in class io.vertx.rxjava.core.parsetools.RecordParser
Like RecordParser.newFixed(int) but wraps the stream.
newFixed(int, Observable<Buffer>) - Static method in class io.vertx.rxjava.core.parsetools.RecordParser
Like RecordParser.newFixed(int) but wraps the stream.
newInstance(Class<? extends Converter<T>>) - Static method in class io.vertx.core.cli.converters.Converters
 
newInstance(ExtensionContext, ParameterContext) - Method in class io.vertx.junit5.rxjava.VertxParameterProvider
 
newInstance(ExtensionContext, ParameterContext) - Method in class io.vertx.junit5.rxjava2.VertxParameterProvider
 
newInstance(ExtensionContext, ParameterContext) - Method in interface io.vertx.junit5.VertxExtensionParameterProvider
Provide a new parameter instance.
newInstance(ExtensionContext, ParameterContext) - Method in class io.vertx.junit5.VertxParameterProvider
 
newInstance(ExtensionContext, ParameterContext) - Method in class io.vertx.junit5.VertxTestContextParameterProvider
 
newInstance(AmqpClient) - Static method in class io.vertx.reactivex.amqp.AmqpClient
 
newInstance(AmqpConnection) - Static method in class io.vertx.reactivex.amqp.AmqpConnection
 
newInstance(AmqpMessage) - Static method in class io.vertx.reactivex.amqp.AmqpMessage
 
newInstance(AmqpMessageBuilder) - Static method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
newInstance(AmqpReceiver) - Static method in class io.vertx.reactivex.amqp.AmqpReceiver
 
newInstance(AmqpSender) - Static method in class io.vertx.reactivex.amqp.AmqpSender
 
newInstance(CassandraClient) - Static method in class io.vertx.reactivex.cassandra.CassandraClient
 
newInstance(CassandraRowStream) - Static method in class io.vertx.reactivex.cassandra.CassandraRowStream
 
newInstance(ResultSet) - Static method in class io.vertx.reactivex.cassandra.ResultSet
 
newInstance(CircuitBreaker) - Static method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
 
newInstance(HystrixMetricHandler) - Static method in class io.vertx.reactivex.circuitbreaker.HystrixMetricHandler
 
newInstance(ConfigRetriever) - Static method in class io.vertx.reactivex.config.ConfigRetriever
 
newInstance(Buffer) - Static method in class io.vertx.reactivex.core.buffer.Buffer
 
newInstance(CLI) - Static method in class io.vertx.reactivex.core.cli.CLI
 
newInstance(CommandLine) - Static method in class io.vertx.reactivex.core.cli.CommandLine
 
newInstance(Context) - Static method in class io.vertx.reactivex.core.Context
 
newInstance(DatagramPacket) - Static method in class io.vertx.reactivex.core.datagram.DatagramPacket
 
newInstance(DatagramSocket) - Static method in class io.vertx.reactivex.core.datagram.DatagramSocket
 
newInstance(DnsClient) - Static method in class io.vertx.reactivex.core.dns.DnsClient
 
newInstance(MxRecord) - Static method in class io.vertx.reactivex.core.dns.MxRecord
 
newInstance(SrvRecord) - Static method in class io.vertx.reactivex.core.dns.SrvRecord
 
newInstance(DeliveryContext) - Static method in class io.vertx.reactivex.core.eventbus.DeliveryContext
 
newInstance(DeliveryContext, TypeArg<T>) - Static method in class io.vertx.reactivex.core.eventbus.DeliveryContext
 
newInstance(EventBus) - Static method in class io.vertx.reactivex.core.eventbus.EventBus
 
newInstance(Message) - Static method in class io.vertx.reactivex.core.eventbus.Message
 
newInstance(Message, TypeArg<T>) - Static method in class io.vertx.reactivex.core.eventbus.Message
 
newInstance(MessageConsumer) - Static method in class io.vertx.reactivex.core.eventbus.MessageConsumer
 
newInstance(MessageConsumer, TypeArg<T>) - Static method in class io.vertx.reactivex.core.eventbus.MessageConsumer
 
newInstance(MessageProducer) - Static method in class io.vertx.reactivex.core.eventbus.MessageProducer
 
newInstance(MessageProducer, TypeArg<T>) - Static method in class io.vertx.reactivex.core.eventbus.MessageProducer
 
newInstance(AsyncFile) - Static method in class io.vertx.reactivex.core.file.AsyncFile
 
newInstance(FileProps) - Static method in class io.vertx.reactivex.core.file.FileProps
 
newInstance(FileSystem) - Static method in class io.vertx.reactivex.core.file.FileSystem
 
newInstance(FileSystemProps) - Static method in class io.vertx.reactivex.core.file.FileSystemProps
 
newInstance(Cookie) - Static method in class io.vertx.reactivex.core.http.Cookie
 
newInstance(HttpClient) - Static method in class io.vertx.reactivex.core.http.HttpClient
 
newInstance(HttpClientRequest) - Static method in class io.vertx.reactivex.core.http.HttpClientRequest
 
newInstance(HttpClientResponse) - Static method in class io.vertx.reactivex.core.http.HttpClientResponse
 
newInstance(HttpConnection) - Static method in class io.vertx.reactivex.core.http.HttpConnection
 
newInstance(HttpFrame) - Static method in class io.vertx.reactivex.core.http.HttpFrame
 
newInstance(HttpHeaders) - Static method in class io.vertx.reactivex.core.http.HttpHeaders
 
newInstance(HttpServer) - Static method in class io.vertx.reactivex.core.http.HttpServer
 
newInstance(HttpServerFileUpload) - Static method in class io.vertx.reactivex.core.http.HttpServerFileUpload
 
newInstance(HttpServerRequest) - Static method in class io.vertx.reactivex.core.http.HttpServerRequest
 
newInstance(HttpServerResponse) - Static method in class io.vertx.reactivex.core.http.HttpServerResponse
 
newInstance(ServerWebSocket) - Static method in class io.vertx.reactivex.core.http.ServerWebSocket
 
newInstance(WebSocket) - Static method in class io.vertx.reactivex.core.http.WebSocket
 
newInstance(WebSocketBase) - Static method in interface io.vertx.reactivex.core.http.WebSocketBase
 
newInstance(WebSocketFrame) - Static method in class io.vertx.reactivex.core.http.WebSocketFrame
 
newInstance(JsonPointer) - Static method in class io.vertx.reactivex.core.json.pointer.JsonPointer
 
newInstance(JsonPointerIterator) - Static method in class io.vertx.reactivex.core.json.pointer.JsonPointerIterator
 
newInstance(Measured) - Static method in interface io.vertx.reactivex.core.metrics.Measured
 
newInstance(MultiMap) - Static method in class io.vertx.reactivex.core.MultiMap
 
newInstance(NetClient) - Static method in class io.vertx.reactivex.core.net.NetClient
 
newInstance(NetServer) - Static method in class io.vertx.reactivex.core.net.NetServer
 
newInstance(NetSocket) - Static method in class io.vertx.reactivex.core.net.NetSocket
 
newInstance(SelfSignedCertificate) - Static method in class io.vertx.reactivex.core.net.SelfSignedCertificate
 
newInstance(SocketAddress) - Static method in class io.vertx.reactivex.core.net.SocketAddress
 
newInstance(JsonEvent) - Static method in class io.vertx.reactivex.core.parsetools.JsonEvent
 
newInstance(JsonParser) - Static method in class io.vertx.reactivex.core.parsetools.JsonParser
 
newInstance(RecordParser) - Static method in class io.vertx.reactivex.core.parsetools.RecordParser
 
newInstance(Promise) - Static method in class io.vertx.reactivex.core.Promise
 
newInstance(Promise, TypeArg<T>) - Static method in class io.vertx.reactivex.core.Promise
 
newInstance(AsyncMap) - Static method in class io.vertx.reactivex.core.shareddata.AsyncMap
 
newInstance(AsyncMap, TypeArg<K>, TypeArg<V>) - Static method in class io.vertx.reactivex.core.shareddata.AsyncMap
 
newInstance(Counter) - Static method in class io.vertx.reactivex.core.shareddata.Counter
 
newInstance(LocalMap) - Static method in class io.vertx.reactivex.core.shareddata.LocalMap
 
newInstance(LocalMap, TypeArg<K>, TypeArg<V>) - Static method in class io.vertx.reactivex.core.shareddata.LocalMap
 
newInstance(Lock) - Static method in class io.vertx.reactivex.core.shareddata.Lock
 
newInstance(SharedData) - Static method in class io.vertx.reactivex.core.shareddata.SharedData
 
newInstance(Pipe) - Static method in class io.vertx.reactivex.core.streams.Pipe
 
newInstance(Pipe, TypeArg<T>) - Static method in class io.vertx.reactivex.core.streams.Pipe
 
newInstance(Pump) - Static method in class io.vertx.reactivex.core.streams.Pump
 
newInstance(ReadStream) - Static method in interface io.vertx.reactivex.core.streams.ReadStream
 
newInstance(ReadStream, TypeArg<T>) - Static method in interface io.vertx.reactivex.core.streams.ReadStream
 
newInstance(StreamBase) - Static method in interface io.vertx.reactivex.core.streams.StreamBase
 
newInstance(WriteStream) - Static method in interface io.vertx.reactivex.core.streams.WriteStream
 
newInstance(WriteStream, TypeArg<T>) - Static method in interface io.vertx.reactivex.core.streams.WriteStream
 
newInstance(TimeoutStream) - Static method in class io.vertx.reactivex.core.TimeoutStream
 
newInstance(Vertx) - Static method in class io.vertx.reactivex.core.Vertx
 
newInstance(WorkerExecutor) - Static method in class io.vertx.reactivex.core.WorkerExecutor
 
newInstance(DB2Connection) - Static method in class io.vertx.reactivex.db2client.DB2Connection
 
newInstance(DB2Pool) - Static method in class io.vertx.reactivex.db2client.DB2Pool
 
newInstance(AuthenticationProvider) - Static method in class io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider
 
newInstance(AndAuthorization) - Static method in class io.vertx.reactivex.ext.auth.authorization.AndAuthorization
 
newInstance(Authorization) - Static method in class io.vertx.reactivex.ext.auth.authorization.Authorization
 
newInstance(AuthorizationContext) - Static method in class io.vertx.reactivex.ext.auth.authorization.AuthorizationContext
 
newInstance(AuthorizationProvider) - Static method in class io.vertx.reactivex.ext.auth.authorization.AuthorizationProvider
 
newInstance(Authorizations) - Static method in class io.vertx.reactivex.ext.auth.authorization.Authorizations
 
newInstance(NotAuthorization) - Static method in class io.vertx.reactivex.ext.auth.authorization.NotAuthorization
 
newInstance(OrAuthorization) - Static method in class io.vertx.reactivex.ext.auth.authorization.OrAuthorization
 
newInstance(PermissionBasedAuthorization) - Static method in class io.vertx.reactivex.ext.auth.authorization.PermissionBasedAuthorization
 
newInstance(RoleBasedAuthorization) - Static method in class io.vertx.reactivex.ext.auth.authorization.RoleBasedAuthorization
 
newInstance(WildcardPermissionBasedAuthorization) - Static method in class io.vertx.reactivex.ext.auth.authorization.WildcardPermissionBasedAuthorization
 
newInstance(AuthProvider) - Static method in class io.vertx.reactivex.ext.auth.AuthProvider
 
newInstance(ChainAuth) - Static method in class io.vertx.reactivex.ext.auth.ChainAuth
 
newInstance(HashingAlgorithm) - Static method in class io.vertx.reactivex.ext.auth.HashingAlgorithm
 
newInstance(HashingStrategy) - Static method in class io.vertx.reactivex.ext.auth.HashingStrategy
 
newInstance(HtdigestAuth) - Static method in class io.vertx.reactivex.ext.auth.htdigest.HtdigestAuth
 
newInstance(HtpasswdAuth) - Static method in class io.vertx.reactivex.ext.auth.htpasswd.HtpasswdAuth
 
newInstance(JDBCAuth) - Static method in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuth
 
newInstance(JDBCAuthentication) - Static method in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuthentication
 
newInstance(JDBCAuthorization) - Static method in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuthorization
 
newInstance(JDBCHashStrategy) - Static method in class io.vertx.reactivex.ext.auth.jdbc.JDBCHashStrategy
 
newInstance(JDBCUserUtil) - Static method in class io.vertx.reactivex.ext.auth.jdbc.JDBCUserUtil
 
newInstance(JWTAuthorization) - Static method in class io.vertx.reactivex.ext.auth.jwt.authorization.JWTAuthorization
 
newInstance(MicroProfileAuthorization) - Static method in class io.vertx.reactivex.ext.auth.jwt.authorization.MicroProfileAuthorization
 
newInstance(JWTAuth) - Static method in class io.vertx.reactivex.ext.auth.jwt.JWTAuth
 
newInstance(LdapAuthentication) - Static method in class io.vertx.reactivex.ext.auth.ldap.LdapAuthentication
 
newInstance(HashStrategy) - Static method in class io.vertx.reactivex.ext.auth.mongo.HashStrategy
 
newInstance(MongoAuth) - Static method in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
 
newInstance(MongoAuthentication) - Static method in class io.vertx.reactivex.ext.auth.mongo.MongoAuthentication
 
newInstance(MongoAuthorization) - Static method in class io.vertx.reactivex.ext.auth.mongo.MongoAuthorization
 
newInstance(MongoUserUtil) - Static method in class io.vertx.reactivex.ext.auth.mongo.MongoUserUtil
 
newInstance(AccessToken) - Static method in class io.vertx.reactivex.ext.auth.oauth2.AccessToken
 
newInstance(KeycloakAuthorization) - Static method in class io.vertx.reactivex.ext.auth.oauth2.authorization.KeycloakAuthorization
 
newInstance(ScopeAuthorization) - Static method in class io.vertx.reactivex.ext.auth.oauth2.authorization.ScopeAuthorization
 
newInstance(KeycloakHelper) - Static method in class io.vertx.reactivex.ext.auth.oauth2.KeycloakHelper
 
newInstance(OAuth2Auth) - Static method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
 
newInstance(OAuth2RBAC) - Static method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2RBAC
 
newInstance(OAuth2Response) - Static method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Response
 
newInstance(AmazonCognitoAuth) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.AmazonCognitoAuth
 
newInstance(AzureADAuth) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.AzureADAuth
 
newInstance(BoxAuth) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.BoxAuth
 
newInstance(CloudFoundryAuth) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.CloudFoundryAuth
 
newInstance(DropboxAuth) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.DropboxAuth
 
newInstance(FacebookAuth) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.FacebookAuth
 
newInstance(FoursquareAuth) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.FoursquareAuth
 
newInstance(GithubAuth) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.GithubAuth
 
newInstance(GitLabAuth) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.GitLabAuth
 
newInstance(GoogleAuth) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.GoogleAuth
 
newInstance(HerokuAuth) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.HerokuAuth
 
newInstance(IBMCloudAuth) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.IBMCloudAuth
 
newInstance(InstagramAuth) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.InstagramAuth
 
newInstance(KeycloakAuth) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.KeycloakAuth
 
newInstance(LinkedInAuth) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.LinkedInAuth
 
newInstance(LiveAuth) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.LiveAuth
 
newInstance(MailchimpAuth) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.MailchimpAuth
 
newInstance(OpenIDConnectAuth) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.OpenIDConnectAuth
 
newInstance(SalesforceAuth) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.SalesforceAuth
 
newInstance(ShopifyAuth) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.ShopifyAuth
 
newInstance(SoundcloudAuth) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.SoundcloudAuth
 
newInstance(StripeAuth) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.StripeAuth
 
newInstance(TwitterAuth) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.TwitterAuth
 
newInstance(KeycloakRBAC) - Static method in class io.vertx.reactivex.ext.auth.oauth2.rbac.KeycloakRBAC
 
newInstance(MicroProfileRBAC) - Static method in class io.vertx.reactivex.ext.auth.oauth2.rbac.MicroProfileRBAC
 
newInstance(PropertyFileAuthentication) - Static method in class io.vertx.reactivex.ext.auth.properties.PropertyFileAuthentication
 
newInstance(PropertyFileAuthorization) - Static method in class io.vertx.reactivex.ext.auth.properties.PropertyFileAuthorization
 
newInstance(ShiroAuth) - Static method in class io.vertx.reactivex.ext.auth.shiro.ShiroAuth
 
newInstance(SqlAuthentication) - Static method in class io.vertx.reactivex.ext.auth.sqlclient.SqlAuthentication
 
newInstance(SqlAuthorization) - Static method in class io.vertx.reactivex.ext.auth.sqlclient.SqlAuthorization
 
newInstance(SqlUserUtil) - Static method in class io.vertx.reactivex.ext.auth.sqlclient.SqlUserUtil
 
newInstance(User) - Static method in class io.vertx.reactivex.ext.auth.User
 
newInstance(VertxContextPRNG) - Static method in class io.vertx.reactivex.ext.auth.VertxContextPRNG
 
newInstance(MetaDataService) - Static method in class io.vertx.reactivex.ext.auth.webauthn.MetaDataService
 
newInstance(WebAuthn) - Static method in class io.vertx.reactivex.ext.auth.webauthn.WebAuthn
 
newInstance(BaseBridgeEvent) - Static method in class io.vertx.reactivex.ext.bridge.BaseBridgeEvent
 
newInstance(ConsulClient) - Static method in class io.vertx.reactivex.ext.consul.ConsulClient
 
newInstance(Watch) - Static method in class io.vertx.reactivex.ext.consul.Watch
 
newInstance(Watch, TypeArg<T>) - Static method in class io.vertx.reactivex.ext.consul.Watch
 
newInstance(WatchResult) - Static method in class io.vertx.reactivex.ext.consul.WatchResult
 
newInstance(WatchResult, TypeArg<T>) - Static method in class io.vertx.reactivex.ext.consul.WatchResult
 
newInstance(MetricsService) - Static method in class io.vertx.reactivex.ext.dropwizard.MetricsService
 
newInstance(BridgeEvent) - Static method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.BridgeEvent
 
newInstance(TcpEventBusBridge) - Static method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.TcpEventBusBridge
 
newInstance(HealthCheckHandler) - Static method in class io.vertx.reactivex.ext.healthchecks.HealthCheckHandler
 
newInstance(HealthChecks) - Static method in class io.vertx.reactivex.ext.healthchecks.HealthChecks
 
newInstance(JDBCClient) - Static method in class io.vertx.reactivex.ext.jdbc.JDBCClient
 
newInstance(MailAttachment) - Static method in class io.vertx.reactivex.ext.mail.MailAttachment
 
newInstance(MailClient) - Static method in class io.vertx.reactivex.ext.mail.MailClient
 
newInstance(MongoClient) - Static method in class io.vertx.reactivex.ext.mongo.MongoClient
 
newInstance(MongoGridFsClient) - Static method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
 
newInstance(CliToken) - Static method in class io.vertx.reactivex.ext.shell.cli.CliToken
 
newInstance(Completion) - Static method in class io.vertx.reactivex.ext.shell.cli.Completion
 
newInstance(Command) - Static method in class io.vertx.reactivex.ext.shell.command.Command
 
newInstance(CommandBuilder) - Static method in class io.vertx.reactivex.ext.shell.command.CommandBuilder
 
newInstance(CommandProcess) - Static method in class io.vertx.reactivex.ext.shell.command.CommandProcess
 
newInstance(CommandRegistry) - Static method in class io.vertx.reactivex.ext.shell.command.CommandRegistry
 
newInstance(CommandResolver) - Static method in class io.vertx.reactivex.ext.shell.command.CommandResolver
 
newInstance(Session) - Static method in class io.vertx.reactivex.ext.shell.session.Session
 
newInstance(Shell) - Static method in class io.vertx.reactivex.ext.shell.Shell
 
newInstance(ShellServer) - Static method in class io.vertx.reactivex.ext.shell.ShellServer
 
newInstance(ShellService) - Static method in class io.vertx.reactivex.ext.shell.ShellService
 
newInstance(Job) - Static method in class io.vertx.reactivex.ext.shell.system.Job
 
newInstance(JobController) - Static method in class io.vertx.reactivex.ext.shell.system.JobController
 
newInstance(Process) - Static method in class io.vertx.reactivex.ext.shell.system.Process
 
newInstance(Pty) - Static method in class io.vertx.reactivex.ext.shell.term.Pty
 
newInstance(SignalHandler) - Static method in class io.vertx.reactivex.ext.shell.term.SignalHandler
 
newInstance(SockJSTermHandler) - Static method in class io.vertx.reactivex.ext.shell.term.SockJSTermHandler
 
newInstance(Term) - Static method in class io.vertx.reactivex.ext.shell.term.Term
 
newInstance(TermServer) - Static method in class io.vertx.reactivex.ext.shell.term.TermServer
 
newInstance(Tty) - Static method in class io.vertx.reactivex.ext.shell.term.Tty
 
newInstance(SQLClient) - Static method in class io.vertx.reactivex.ext.sql.SQLClient
 
newInstance(SQLConnection) - Static method in class io.vertx.reactivex.ext.sql.SQLConnection
 
newInstance(SQLOperations) - Static method in interface io.vertx.reactivex.ext.sql.SQLOperations
 
newInstance(SQLRowStream) - Static method in class io.vertx.reactivex.ext.sql.SQLRowStream
 
newInstance(Acknowledgement) - Static method in class io.vertx.reactivex.ext.stomp.Acknowledgement
 
newInstance(Destination) - Static method in class io.vertx.reactivex.ext.stomp.Destination
 
newInstance(DestinationFactory) - Static method in class io.vertx.reactivex.ext.stomp.DestinationFactory
 
newInstance(Frames) - Static method in class io.vertx.reactivex.ext.stomp.Frames
 
newInstance(ServerFrame) - Static method in class io.vertx.reactivex.ext.stomp.ServerFrame
 
newInstance(StompClient) - Static method in class io.vertx.reactivex.ext.stomp.StompClient
 
newInstance(StompClientConnection) - Static method in class io.vertx.reactivex.ext.stomp.StompClientConnection
 
newInstance(StompServer) - Static method in class io.vertx.reactivex.ext.stomp.StompServer
 
newInstance(StompServerConnection) - Static method in class io.vertx.reactivex.ext.stomp.StompServerConnection
 
newInstance(StompServerHandler) - Static method in class io.vertx.reactivex.ext.stomp.StompServerHandler
 
newInstance(Async) - Static method in class io.vertx.reactivex.ext.unit.Async
 
newInstance(EventBusCollector) - Static method in class io.vertx.reactivex.ext.unit.collect.EventBusCollector
 
newInstance(Completion) - Static method in class io.vertx.reactivex.ext.unit.Completion
 
newInstance(Completion, TypeArg<T>) - Static method in class io.vertx.reactivex.ext.unit.Completion
 
newInstance(Failure) - Static method in class io.vertx.reactivex.ext.unit.report.Failure
 
newInstance(TestCaseReport) - Static method in class io.vertx.reactivex.ext.unit.report.TestCaseReport
 
newInstance(TestResult) - Static method in class io.vertx.reactivex.ext.unit.report.TestResult
 
newInstance(TestSuiteReport) - Static method in class io.vertx.reactivex.ext.unit.report.TestSuiteReport
 
newInstance(TestCase) - Static method in class io.vertx.reactivex.ext.unit.TestCase
 
newInstance(TestCompletion) - Static method in class io.vertx.reactivex.ext.unit.TestCompletion
 
newInstance(TestContext) - Static method in class io.vertx.reactivex.ext.unit.TestContext
 
newInstance(TestSuite) - Static method in class io.vertx.reactivex.ext.unit.TestSuite
 
newInstance(HTTPOperationRequestValidationHandler) - Static method in interface io.vertx.reactivex.ext.web.api.contract.HTTPOperationRequestValidationHandler
 
newInstance(OpenAPI3RequestValidationHandler) - Static method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RequestValidationHandler
 
newInstance(OpenAPI3RouterFactory) - Static method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
 
newInstance(RouterFactory) - Static method in interface io.vertx.reactivex.ext.web.api.contract.RouterFactory
 
newInstance(RouterFactory, TypeArg<Specification>) - Static method in interface io.vertx.reactivex.ext.web.api.contract.RouterFactory
 
newInstance(RequestParameter) - Static method in class io.vertx.reactivex.ext.web.api.RequestParameter
 
newInstance(RequestParameters) - Static method in class io.vertx.reactivex.ext.web.api.RequestParameters
 
newInstance(ContainerDeserializer) - Static method in class io.vertx.reactivex.ext.web.api.validation.ContainerDeserializer
 
newInstance(CustomValidator) - Static method in class io.vertx.reactivex.ext.web.api.validation.CustomValidator
 
newInstance(HTTPRequestValidationHandler) - Static method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
 
newInstance(ParameterTypeValidator) - Static method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
 
newInstance(ParameterValidationRule) - Static method in class io.vertx.reactivex.ext.web.api.validation.ParameterValidationRule
 
newInstance(ValidationHandler) - Static method in interface io.vertx.reactivex.ext.web.api.validation.ValidationHandler
 
newInstance(HttpRequest) - Static method in class io.vertx.reactivex.ext.web.client.HttpRequest
 
newInstance(HttpRequest, TypeArg<T>) - Static method in class io.vertx.reactivex.ext.web.client.HttpRequest
 
newInstance(HttpResponse) - Static method in class io.vertx.reactivex.ext.web.client.HttpResponse
 
newInstance(HttpResponse, TypeArg<T>) - Static method in class io.vertx.reactivex.ext.web.client.HttpResponse
 
newInstance(ErrorConverter) - Static method in class io.vertx.reactivex.ext.web.client.predicate.ErrorConverter
 
newInstance(ResponsePredicate) - Static method in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
 
newInstance(ResponsePredicateResult) - Static method in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicateResult
 
newInstance(WebClient) - Static method in class io.vertx.reactivex.ext.web.client.WebClient
 
newInstance(WebClientSession) - Static method in class io.vertx.reactivex.ext.web.client.WebClientSession
 
newInstance(BodyCodec) - Static method in class io.vertx.reactivex.ext.web.codec.BodyCodec
 
newInstance(BodyCodec, TypeArg<T>) - Static method in class io.vertx.reactivex.ext.web.codec.BodyCodec
 
newInstance(TemplateEngine) - Static method in class io.vertx.reactivex.ext.web.common.template.TemplateEngine
 
newInstance(WebEnvironment) - Static method in class io.vertx.reactivex.ext.web.common.WebEnvironment
 
newInstance(FileUpload) - Static method in class io.vertx.reactivex.ext.web.FileUpload
 
newInstance(AuthenticationHandler) - Static method in interface io.vertx.reactivex.ext.web.handler.AuthenticationHandler
 
newInstance(AuthHandler) - Static method in interface io.vertx.reactivex.ext.web.handler.AuthHandler
 
newInstance(AuthorizationHandler) - Static method in class io.vertx.reactivex.ext.web.handler.AuthorizationHandler
 
newInstance(BasicAuthHandler) - Static method in class io.vertx.reactivex.ext.web.handler.BasicAuthHandler
 
newInstance(BodyHandler) - Static method in class io.vertx.reactivex.ext.web.handler.BodyHandler
 
newInstance(ChainAuthHandler) - Static method in class io.vertx.reactivex.ext.web.handler.ChainAuthHandler
 
newInstance(CorsHandler) - Static method in class io.vertx.reactivex.ext.web.handler.CorsHandler
 
newInstance(CSPHandler) - Static method in class io.vertx.reactivex.ext.web.handler.CSPHandler
 
newInstance(CSRFHandler) - Static method in class io.vertx.reactivex.ext.web.handler.CSRFHandler
 
newInstance(DigestAuthHandler) - Static method in class io.vertx.reactivex.ext.web.handler.DigestAuthHandler
 
newInstance(ErrorHandler) - Static method in class io.vertx.reactivex.ext.web.handler.ErrorHandler
 
newInstance(FaviconHandler) - Static method in class io.vertx.reactivex.ext.web.handler.FaviconHandler
 
newInstance(FormLoginHandler) - Static method in class io.vertx.reactivex.ext.web.handler.FormLoginHandler
 
newInstance(ApolloWSConnectionInitEvent) - Static method in class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSConnectionInitEvent
 
newInstance(ApolloWSHandler) - Static method in class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler
 
newInstance(ApolloWSMessage) - Static method in class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSMessage
 
newInstance(VertxBatchLoader) - Static method in class io.vertx.reactivex.ext.web.handler.graphql.dataloader.VertxBatchLoader
 
newInstance(VertxBatchLoader, TypeArg<K>, TypeArg<V>) - Static method in class io.vertx.reactivex.ext.web.handler.graphql.dataloader.VertxBatchLoader
 
newInstance(VertxMappedBatchLoader) - Static method in class io.vertx.reactivex.ext.web.handler.graphql.dataloader.VertxMappedBatchLoader
 
newInstance(VertxMappedBatchLoader, TypeArg<K>, TypeArg<V>) - Static method in class io.vertx.reactivex.ext.web.handler.graphql.dataloader.VertxMappedBatchLoader
 
newInstance(GraphiQLHandler) - Static method in class io.vertx.reactivex.ext.web.handler.graphql.GraphiQLHandler
 
newInstance(GraphQLHandler) - Static method in class io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler
 
newInstance(VertxDataFetcher) - Static method in class io.vertx.reactivex.ext.web.handler.graphql.schema.VertxDataFetcher
 
newInstance(VertxDataFetcher, TypeArg<T>) - Static method in class io.vertx.reactivex.ext.web.handler.graphql.schema.VertxDataFetcher
 
newInstance(VertxPropertyDataFetcher) - Static method in class io.vertx.reactivex.ext.web.handler.graphql.schema.VertxPropertyDataFetcher
 
newInstance(UploadScalar) - Static method in class io.vertx.reactivex.ext.web.handler.graphql.UploadScalar
 
newInstance(HSTSHandler) - Static method in class io.vertx.reactivex.ext.web.handler.HSTSHandler
 
newInstance(JWTAuthHandler) - Static method in class io.vertx.reactivex.ext.web.handler.JWTAuthHandler
 
newInstance(LoggerHandler) - Static method in class io.vertx.reactivex.ext.web.handler.LoggerHandler
 
newInstance(MethodOverrideHandler) - Static method in class io.vertx.reactivex.ext.web.handler.MethodOverrideHandler
 
newInstance(MultiTenantHandler) - Static method in class io.vertx.reactivex.ext.web.handler.MultiTenantHandler
 
newInstance(OAuth2AuthHandler) - Static method in class io.vertx.reactivex.ext.web.handler.OAuth2AuthHandler
 
newInstance(RedirectAuthHandler) - Static method in class io.vertx.reactivex.ext.web.handler.RedirectAuthHandler
 
newInstance(ResponseContentTypeHandler) - Static method in class io.vertx.reactivex.ext.web.handler.ResponseContentTypeHandler
 
newInstance(ResponseTimeHandler) - Static method in class io.vertx.reactivex.ext.web.handler.ResponseTimeHandler
 
newInstance(SessionHandler) - Static method in class io.vertx.reactivex.ext.web.handler.SessionHandler
 
newInstance(BridgeEvent) - Static method in class io.vertx.reactivex.ext.web.handler.sockjs.BridgeEvent
 
newInstance(SockJSHandler) - Static method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSHandler
 
newInstance(SockJSSocket) - Static method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
 
newInstance(StaticHandler) - Static method in class io.vertx.reactivex.ext.web.handler.StaticHandler
 
newInstance(TemplateHandler) - Static method in class io.vertx.reactivex.ext.web.handler.TemplateHandler
 
newInstance(TimeoutHandler) - Static method in class io.vertx.reactivex.ext.web.handler.TimeoutHandler
 
newInstance(WebAuthnHandler) - Static method in class io.vertx.reactivex.ext.web.handler.WebAuthnHandler
 
newInstance(XFrameHandler) - Static method in class io.vertx.reactivex.ext.web.handler.XFrameHandler
 
newInstance(LanguageHeader) - Static method in class io.vertx.reactivex.ext.web.LanguageHeader
 
newInstance(MIMEHeader) - Static method in class io.vertx.reactivex.ext.web.MIMEHeader
 
newInstance(FormDataPart) - Static method in class io.vertx.reactivex.ext.web.multipart.FormDataPart
 
newInstance(MultipartForm) - Static method in class io.vertx.reactivex.ext.web.multipart.MultipartForm
 
newInstance(OpenAPIHolder) - Static method in class io.vertx.reactivex.ext.web.openapi.OpenAPIHolder
 
newInstance(Operation) - Static method in class io.vertx.reactivex.ext.web.openapi.Operation
 
newInstance(RouterBuilder) - Static method in class io.vertx.reactivex.ext.web.openapi.RouterBuilder
 
newInstance(ParsedHeaderValue) - Static method in interface io.vertx.reactivex.ext.web.ParsedHeaderValue
 
newInstance(ParsedHeaderValues) - Static method in class io.vertx.reactivex.ext.web.ParsedHeaderValues
 
newInstance(Route) - Static method in class io.vertx.reactivex.ext.web.Route
 
newInstance(Router) - Static method in class io.vertx.reactivex.ext.web.Router
 
newInstance(RoutingContext) - Static method in class io.vertx.reactivex.ext.web.RoutingContext
 
newInstance(Session) - Static method in class io.vertx.reactivex.ext.web.Session
 
newInstance(ClusteredSessionStore) - Static method in class io.vertx.reactivex.ext.web.sstore.ClusteredSessionStore
 
newInstance(LocalSessionStore) - Static method in class io.vertx.reactivex.ext.web.sstore.LocalSessionStore
 
newInstance(SessionStore) - Static method in class io.vertx.reactivex.ext.web.sstore.SessionStore
 
newInstance(FreeMarkerTemplateEngine) - Static method in class io.vertx.reactivex.ext.web.templ.freemarker.FreeMarkerTemplateEngine
 
newInstance(HandlebarsTemplateEngine) - Static method in class io.vertx.reactivex.ext.web.templ.handlebars.HandlebarsTemplateEngine
 
newInstance(JadeTemplateEngine) - Static method in class io.vertx.reactivex.ext.web.templ.jade.JadeTemplateEngine
 
newInstance(MVELTemplateEngine) - Static method in class io.vertx.reactivex.ext.web.templ.mvel.MVELTemplateEngine
 
newInstance(PebbleTemplateEngine) - Static method in class io.vertx.reactivex.ext.web.templ.pebble.PebbleTemplateEngine
 
newInstance(RockerTemplateEngine) - Static method in class io.vertx.reactivex.ext.web.templ.rocker.RockerTemplateEngine
 
newInstance(ThymeleafTemplateEngine) - Static method in class io.vertx.reactivex.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
 
newInstance(RequestParameter) - Static method in class io.vertx.reactivex.ext.web.validation.RequestParameter
 
newInstance(RequestParameters) - Static method in class io.vertx.reactivex.ext.web.validation.RequestParameters
 
newInstance(RequestPredicate) - Static method in class io.vertx.reactivex.ext.web.validation.RequestPredicate
 
newInstance(RequestPredicateResult) - Static method in class io.vertx.reactivex.ext.web.validation.RequestPredicateResult
 
newInstance(ValidationHandler) - Static method in class io.vertx.reactivex.ext.web.validation.ValidationHandler
 
newInstance(JDBCPool) - Static method in class io.vertx.reactivex.jdbcclient.JDBCPool
 
newInstance(SqlOutParam) - Static method in class io.vertx.reactivex.jdbcclient.SqlOutParam
 
newInstance(Schema) - Static method in class io.vertx.reactivex.json.schema.Schema
 
newInstance(SchemaParser) - Static method in class io.vertx.reactivex.json.schema.SchemaParser
 
newInstance(SchemaRouter) - Static method in class io.vertx.reactivex.json.schema.SchemaRouter
 
newInstance(KafkaAdminClient) - Static method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
 
newInstance(KafkaConsumer) - Static method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
 
newInstance(KafkaConsumer, TypeArg<K>, TypeArg<V>) - Static method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
 
newInstance(KafkaConsumerRecord) - Static method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumerRecord
 
newInstance(KafkaConsumerRecord, TypeArg<K>, TypeArg<V>) - Static method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumerRecord
 
newInstance(KafkaConsumerRecords) - Static method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumerRecords
 
newInstance(KafkaConsumerRecords, TypeArg<K>, TypeArg<V>) - Static method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumerRecords
 
newInstance(KafkaHeader) - Static method in class io.vertx.reactivex.kafka.client.producer.KafkaHeader
 
newInstance(KafkaProducer) - Static method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
 
newInstance(KafkaProducer, TypeArg<K>, TypeArg<V>) - Static method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
 
newInstance(KafkaProducerRecord) - Static method in class io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord
 
newInstance(KafkaProducerRecord, TypeArg<K>, TypeArg<V>) - Static method in class io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord
 
newInstance(MetricsService) - Static method in class io.vertx.reactivex.micrometer.MetricsService
 
newInstance(PrometheusScrapingHandler) - Static method in class io.vertx.reactivex.micrometer.PrometheusScrapingHandler
 
newInstance(MqttConnAckMessage) - Static method in class io.vertx.reactivex.mqtt.messages.MqttConnAckMessage
 
newInstance(MqttMessage) - Static method in interface io.vertx.reactivex.mqtt.messages.MqttMessage
 
newInstance(MqttPublishMessage) - Static method in class io.vertx.reactivex.mqtt.messages.MqttPublishMessage
 
newInstance(MqttSubAckMessage) - Static method in class io.vertx.reactivex.mqtt.messages.MqttSubAckMessage
 
newInstance(MqttSubscribeMessage) - Static method in class io.vertx.reactivex.mqtt.messages.MqttSubscribeMessage
 
newInstance(MqttUnsubscribeMessage) - Static method in class io.vertx.reactivex.mqtt.messages.MqttUnsubscribeMessage
 
newInstance(MqttClient) - Static method in class io.vertx.reactivex.mqtt.MqttClient
 
newInstance(MqttEndpoint) - Static method in class io.vertx.reactivex.mqtt.MqttEndpoint
 
newInstance(MqttServer) - Static method in class io.vertx.reactivex.mqtt.MqttServer
 
newInstance(MqttTopicSubscription) - Static method in class io.vertx.reactivex.mqtt.MqttTopicSubscription
 
newInstance(MySQLClient) - Static method in class io.vertx.reactivex.mysqlclient.MySQLClient
 
newInstance(MySQLConnection) - Static method in class io.vertx.reactivex.mysqlclient.MySQLConnection
 
newInstance(MySQLPool) - Static method in class io.vertx.reactivex.mysqlclient.MySQLPool
 
newInstance(PgConnection) - Static method in class io.vertx.reactivex.pgclient.PgConnection
 
newInstance(PgPool) - Static method in class io.vertx.reactivex.pgclient.PgPool
 
newInstance(PgChannel) - Static method in class io.vertx.reactivex.pgclient.pubsub.PgChannel
 
newInstance(PgSubscriber) - Static method in class io.vertx.reactivex.pgclient.pubsub.PgSubscriber
 
newInstance(RabbitMQClient) - Static method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
 
newInstance(RabbitMQConsumer) - Static method in class io.vertx.reactivex.rabbitmq.RabbitMQConsumer
 
newInstance(RabbitMQMessage) - Static method in class io.vertx.reactivex.rabbitmq.RabbitMQMessage
 
newInstance(RabbitMQPublisher) - Static method in class io.vertx.reactivex.rabbitmq.RabbitMQPublisher
 
newInstance(Command) - Static method in class io.vertx.reactivex.redis.client.Command
 
newInstance(Redis) - Static method in class io.vertx.reactivex.redis.client.Redis
 
newInstance(RedisAPI) - Static method in class io.vertx.reactivex.redis.client.RedisAPI
 
newInstance(RedisConnection) - Static method in class io.vertx.reactivex.redis.client.RedisConnection
 
newInstance(Request) - Static method in class io.vertx.reactivex.redis.client.Request
 
newInstance(Response) - Static method in class io.vertx.reactivex.redis.client.Response
 
newInstance(ServiceDiscovery) - Static method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
 
newInstance(ServiceReference) - Static method in class io.vertx.reactivex.servicediscovery.ServiceReference
 
newInstance(ServiceExporter) - Static method in class io.vertx.reactivex.servicediscovery.spi.ServiceExporter
 
newInstance(ServiceImporter) - Static method in class io.vertx.reactivex.servicediscovery.spi.ServiceImporter
 
newInstance(ServicePublisher) - Static method in class io.vertx.reactivex.servicediscovery.spi.ServicePublisher
 
newInstance(EventBusService) - Static method in class io.vertx.reactivex.servicediscovery.types.EventBusService
 
newInstance(HttpEndpoint) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
 
newInstance(JDBCDataSource) - Static method in class io.vertx.reactivex.servicediscovery.types.JDBCDataSource
 
newInstance(MessageSource) - Static method in class io.vertx.reactivex.servicediscovery.types.MessageSource
 
newInstance(MongoDataSource) - Static method in class io.vertx.reactivex.servicediscovery.types.MongoDataSource
 
newInstance(RedisDataSource) - Static method in class io.vertx.reactivex.servicediscovery.types.RedisDataSource
 
newInstance(Cursor) - Static method in class io.vertx.reactivex.sqlclient.Cursor
 
newInstance(ColumnDescriptor) - Static method in class io.vertx.reactivex.sqlclient.desc.ColumnDescriptor
 
newInstance(Pool) - Static method in class io.vertx.reactivex.sqlclient.Pool
 
newInstance(PreparedQuery) - Static method in class io.vertx.reactivex.sqlclient.PreparedQuery
 
newInstance(PreparedQuery, TypeArg<T>) - Static method in class io.vertx.reactivex.sqlclient.PreparedQuery
 
newInstance(PreparedStatement) - Static method in class io.vertx.reactivex.sqlclient.PreparedStatement
 
newInstance(PropertyKind) - Static method in class io.vertx.reactivex.sqlclient.PropertyKind
 
newInstance(PropertyKind, TypeArg<T>) - Static method in class io.vertx.reactivex.sqlclient.PropertyKind
 
newInstance(Query) - Static method in class io.vertx.reactivex.sqlclient.Query
 
newInstance(Query, TypeArg<T>) - Static method in class io.vertx.reactivex.sqlclient.Query
 
newInstance(Row) - Static method in class io.vertx.reactivex.sqlclient.Row
 
newInstance(RowIterator) - Static method in class io.vertx.reactivex.sqlclient.RowIterator
 
newInstance(RowIterator, TypeArg<R>) - Static method in class io.vertx.reactivex.sqlclient.RowIterator
 
newInstance(RowSet) - Static method in class io.vertx.reactivex.sqlclient.RowSet
 
newInstance(RowSet, TypeArg<R>) - Static method in class io.vertx.reactivex.sqlclient.RowSet
 
newInstance(RowStream) - Static method in class io.vertx.reactivex.sqlclient.RowStream
 
newInstance(RowStream, TypeArg<T>) - Static method in class io.vertx.reactivex.sqlclient.RowStream
 
newInstance(DatabaseMetadata) - Static method in class io.vertx.reactivex.sqlclient.spi.DatabaseMetadata
 
newInstance(SqlClient) - Static method in class io.vertx.reactivex.sqlclient.SqlClient
 
newInstance(SqlConnection) - Static method in class io.vertx.reactivex.sqlclient.SqlConnection
 
newInstance(SqlResult) - Static method in class io.vertx.reactivex.sqlclient.SqlResult
 
newInstance(SqlResult, TypeArg<T>) - Static method in class io.vertx.reactivex.sqlclient.SqlResult
 
newInstance(RowMapper) - Static method in class io.vertx.reactivex.sqlclient.templates.RowMapper
 
newInstance(RowMapper, TypeArg<T>) - Static method in class io.vertx.reactivex.sqlclient.templates.RowMapper
 
newInstance(SqlTemplate) - Static method in class io.vertx.reactivex.sqlclient.templates.SqlTemplate
 
newInstance(SqlTemplate, TypeArg<I>, TypeArg<R>) - Static method in class io.vertx.reactivex.sqlclient.templates.SqlTemplate
 
newInstance(TupleMapper) - Static method in class io.vertx.reactivex.sqlclient.templates.TupleMapper
 
newInstance(TupleMapper, TypeArg<T>) - Static method in class io.vertx.reactivex.sqlclient.templates.TupleMapper
 
newInstance(Transaction) - Static method in class io.vertx.reactivex.sqlclient.Transaction
 
newInstance(Tuple) - Static method in class io.vertx.reactivex.sqlclient.Tuple
 
newInstance(AmqpClient) - Static method in class io.vertx.rxjava.amqp.AmqpClient
 
newInstance(AmqpConnection) - Static method in class io.vertx.rxjava.amqp.AmqpConnection
 
newInstance(AmqpMessage) - Static method in class io.vertx.rxjava.amqp.AmqpMessage
 
newInstance(AmqpMessageBuilder) - Static method in class io.vertx.rxjava.amqp.AmqpMessageBuilder
 
newInstance(AmqpReceiver) - Static method in class io.vertx.rxjava.amqp.AmqpReceiver
 
newInstance(AmqpSender) - Static method in class io.vertx.rxjava.amqp.AmqpSender
 
newInstance(CassandraClient) - Static method in class io.vertx.rxjava.cassandra.CassandraClient
 
newInstance(CassandraRowStream) - Static method in class io.vertx.rxjava.cassandra.CassandraRowStream
 
newInstance(ResultSet) - Static method in class io.vertx.rxjava.cassandra.ResultSet
 
newInstance(CircuitBreaker) - Static method in class io.vertx.rxjava.circuitbreaker.CircuitBreaker
 
newInstance(HystrixMetricHandler) - Static method in class io.vertx.rxjava.circuitbreaker.HystrixMetricHandler
 
newInstance(ConfigRetriever) - Static method in class io.vertx.rxjava.config.ConfigRetriever
 
newInstance(Buffer) - Static method in class io.vertx.rxjava.core.buffer.Buffer
 
newInstance(CLI) - Static method in class io.vertx.rxjava.core.cli.CLI
 
newInstance(CommandLine) - Static method in class io.vertx.rxjava.core.cli.CommandLine
 
newInstance(Context) - Static method in class io.vertx.rxjava.core.Context
 
newInstance(DatagramPacket) - Static method in class io.vertx.rxjava.core.datagram.DatagramPacket
 
newInstance(DatagramSocket) - Static method in class io.vertx.rxjava.core.datagram.DatagramSocket
 
newInstance(DnsClient) - Static method in class io.vertx.rxjava.core.dns.DnsClient
 
newInstance(MxRecord) - Static method in class io.vertx.rxjava.core.dns.MxRecord
 
newInstance(SrvRecord) - Static method in class io.vertx.rxjava.core.dns.SrvRecord
 
newInstance(DeliveryContext) - Static method in class io.vertx.rxjava.core.eventbus.DeliveryContext
 
newInstance(DeliveryContext, TypeArg<T>) - Static method in class io.vertx.rxjava.core.eventbus.DeliveryContext
 
newInstance(EventBus) - Static method in class io.vertx.rxjava.core.eventbus.EventBus
 
newInstance(Message) - Static method in class io.vertx.rxjava.core.eventbus.Message
 
newInstance(Message, TypeArg<T>) - Static method in class io.vertx.rxjava.core.eventbus.Message
 
newInstance(MessageConsumer) - Static method in class io.vertx.rxjava.core.eventbus.MessageConsumer
 
newInstance(MessageConsumer, TypeArg<T>) - Static method in class io.vertx.rxjava.core.eventbus.MessageConsumer
 
newInstance(MessageProducer) - Static method in class io.vertx.rxjava.core.eventbus.MessageProducer
 
newInstance(MessageProducer, TypeArg<T>) - Static method in class io.vertx.rxjava.core.eventbus.MessageProducer
 
newInstance(AsyncFile) - Static method in class io.vertx.rxjava.core.file.AsyncFile
 
newInstance(FileProps) - Static method in class io.vertx.rxjava.core.file.FileProps
 
newInstance(FileSystem) - Static method in class io.vertx.rxjava.core.file.FileSystem
 
newInstance(FileSystemProps) - Static method in class io.vertx.rxjava.core.file.FileSystemProps
 
newInstance(Cookie) - Static method in class io.vertx.rxjava.core.http.Cookie
 
newInstance(HttpClient) - Static method in class io.vertx.rxjava.core.http.HttpClient
 
newInstance(HttpClientRequest) - Static method in class io.vertx.rxjava.core.http.HttpClientRequest
 
newInstance(HttpClientResponse) - Static method in class io.vertx.rxjava.core.http.HttpClientResponse
 
newInstance(HttpConnection) - Static method in class io.vertx.rxjava.core.http.HttpConnection
 
newInstance(HttpFrame) - Static method in class io.vertx.rxjava.core.http.HttpFrame
 
newInstance(HttpHeaders) - Static method in class io.vertx.rxjava.core.http.HttpHeaders
 
newInstance(HttpServer) - Static method in class io.vertx.rxjava.core.http.HttpServer
 
newInstance(HttpServerFileUpload) - Static method in class io.vertx.rxjava.core.http.HttpServerFileUpload
 
newInstance(HttpServerRequest) - Static method in class io.vertx.rxjava.core.http.HttpServerRequest
 
newInstance(HttpServerResponse) - Static method in class io.vertx.rxjava.core.http.HttpServerResponse
 
newInstance(ServerWebSocket) - Static method in class io.vertx.rxjava.core.http.ServerWebSocket
 
newInstance(WebSocket) - Static method in class io.vertx.rxjava.core.http.WebSocket
 
newInstance(WebSocketBase) - Static method in interface io.vertx.rxjava.core.http.WebSocketBase
 
newInstance(WebSocketFrame) - Static method in class io.vertx.rxjava.core.http.WebSocketFrame
 
newInstance(JsonPointer) - Static method in class io.vertx.rxjava.core.json.pointer.JsonPointer
 
newInstance(JsonPointerIterator) - Static method in class io.vertx.rxjava.core.json.pointer.JsonPointerIterator
 
newInstance(Measured) - Static method in interface io.vertx.rxjava.core.metrics.Measured
 
newInstance(MultiMap) - Static method in class io.vertx.rxjava.core.MultiMap
 
newInstance(NetClient) - Static method in class io.vertx.rxjava.core.net.NetClient
 
newInstance(NetServer) - Static method in class io.vertx.rxjava.core.net.NetServer
 
newInstance(NetSocket) - Static method in class io.vertx.rxjava.core.net.NetSocket
 
newInstance(SelfSignedCertificate) - Static method in class io.vertx.rxjava.core.net.SelfSignedCertificate
 
newInstance(SocketAddress) - Static method in class io.vertx.rxjava.core.net.SocketAddress
 
newInstance(JsonEvent) - Static method in class io.vertx.rxjava.core.parsetools.JsonEvent
 
newInstance(JsonParser) - Static method in class io.vertx.rxjava.core.parsetools.JsonParser
 
newInstance(RecordParser) - Static method in class io.vertx.rxjava.core.parsetools.RecordParser
 
newInstance(Promise) - Static method in class io.vertx.rxjava.core.Promise
 
newInstance(Promise, TypeArg<T>) - Static method in class io.vertx.rxjava.core.Promise
 
newInstance(AsyncMap) - Static method in class io.vertx.rxjava.core.shareddata.AsyncMap
 
newInstance(AsyncMap, TypeArg<K>, TypeArg<V>) - Static method in class io.vertx.rxjava.core.shareddata.AsyncMap
 
newInstance(Counter) - Static method in class io.vertx.rxjava.core.shareddata.Counter
 
newInstance(LocalMap) - Static method in class io.vertx.rxjava.core.shareddata.LocalMap
 
newInstance(LocalMap, TypeArg<K>, TypeArg<V>) - Static method in class io.vertx.rxjava.core.shareddata.LocalMap
 
newInstance(Lock) - Static method in class io.vertx.rxjava.core.shareddata.Lock
 
newInstance(SharedData) - Static method in class io.vertx.rxjava.core.shareddata.SharedData
 
newInstance(Pipe) - Static method in class io.vertx.rxjava.core.streams.Pipe
 
newInstance(Pipe, TypeArg<T>) - Static method in class io.vertx.rxjava.core.streams.Pipe
 
newInstance(Pump) - Static method in class io.vertx.rxjava.core.streams.Pump
 
newInstance(ReadStream) - Static method in interface io.vertx.rxjava.core.streams.ReadStream
 
newInstance(ReadStream, TypeArg<T>) - Static method in interface io.vertx.rxjava.core.streams.ReadStream
 
newInstance(StreamBase) - Static method in interface io.vertx.rxjava.core.streams.StreamBase
 
newInstance(WriteStream) - Static method in interface io.vertx.rxjava.core.streams.WriteStream
 
newInstance(WriteStream, TypeArg<T>) - Static method in interface io.vertx.rxjava.core.streams.WriteStream
 
newInstance(TimeoutStream) - Static method in class io.vertx.rxjava.core.TimeoutStream
 
newInstance(Vertx) - Static method in class io.vertx.rxjava.core.Vertx
 
newInstance(WorkerExecutor) - Static method in class io.vertx.rxjava.core.WorkerExecutor
 
newInstance(DB2Connection) - Static method in class io.vertx.rxjava.db2client.DB2Connection
 
newInstance(DB2Pool) - Static method in class io.vertx.rxjava.db2client.DB2Pool
 
newInstance(AuthenticationProvider) - Static method in class io.vertx.rxjava.ext.auth.authentication.AuthenticationProvider
 
newInstance(AndAuthorization) - Static method in class io.vertx.rxjava.ext.auth.authorization.AndAuthorization
 
newInstance(Authorization) - Static method in class io.vertx.rxjava.ext.auth.authorization.Authorization
 
newInstance(AuthorizationContext) - Static method in class io.vertx.rxjava.ext.auth.authorization.AuthorizationContext
 
newInstance(AuthorizationProvider) - Static method in class io.vertx.rxjava.ext.auth.authorization.AuthorizationProvider
 
newInstance(Authorizations) - Static method in class io.vertx.rxjava.ext.auth.authorization.Authorizations
 
newInstance(NotAuthorization) - Static method in class io.vertx.rxjava.ext.auth.authorization.NotAuthorization
 
newInstance(OrAuthorization) - Static method in class io.vertx.rxjava.ext.auth.authorization.OrAuthorization
 
newInstance(PermissionBasedAuthorization) - Static method in class io.vertx.rxjava.ext.auth.authorization.PermissionBasedAuthorization
 
newInstance(RoleBasedAuthorization) - Static method in class io.vertx.rxjava.ext.auth.authorization.RoleBasedAuthorization
 
newInstance(WildcardPermissionBasedAuthorization) - Static method in class io.vertx.rxjava.ext.auth.authorization.WildcardPermissionBasedAuthorization
 
newInstance(AuthProvider) - Static method in class io.vertx.rxjava.ext.auth.AuthProvider
 
newInstance(ChainAuth) - Static method in class io.vertx.rxjava.ext.auth.ChainAuth
 
newInstance(HashingAlgorithm) - Static method in class io.vertx.rxjava.ext.auth.HashingAlgorithm
 
newInstance(HashingStrategy) - Static method in class io.vertx.rxjava.ext.auth.HashingStrategy
 
newInstance(HtdigestAuth) - Static method in class io.vertx.rxjava.ext.auth.htdigest.HtdigestAuth
 
newInstance(HtpasswdAuth) - Static method in class io.vertx.rxjava.ext.auth.htpasswd.HtpasswdAuth
 
newInstance(JDBCAuth) - Static method in class io.vertx.rxjava.ext.auth.jdbc.JDBCAuth
 
newInstance(JDBCAuthentication) - Static method in class io.vertx.rxjava.ext.auth.jdbc.JDBCAuthentication
 
newInstance(JDBCAuthorization) - Static method in class io.vertx.rxjava.ext.auth.jdbc.JDBCAuthorization
 
newInstance(JDBCHashStrategy) - Static method in class io.vertx.rxjava.ext.auth.jdbc.JDBCHashStrategy
 
newInstance(JDBCUserUtil) - Static method in class io.vertx.rxjava.ext.auth.jdbc.JDBCUserUtil
 
newInstance(JWTAuthorization) - Static method in class io.vertx.rxjava.ext.auth.jwt.authorization.JWTAuthorization
 
newInstance(MicroProfileAuthorization) - Static method in class io.vertx.rxjava.ext.auth.jwt.authorization.MicroProfileAuthorization
 
newInstance(JWTAuth) - Static method in class io.vertx.rxjava.ext.auth.jwt.JWTAuth
 
newInstance(LdapAuthentication) - Static method in class io.vertx.rxjava.ext.auth.ldap.LdapAuthentication
 
newInstance(HashStrategy) - Static method in class io.vertx.rxjava.ext.auth.mongo.HashStrategy
 
newInstance(MongoAuth) - Static method in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
 
newInstance(MongoAuthentication) - Static method in class io.vertx.rxjava.ext.auth.mongo.MongoAuthentication
 
newInstance(MongoAuthorization) - Static method in class io.vertx.rxjava.ext.auth.mongo.MongoAuthorization
 
newInstance(MongoUserUtil) - Static method in class io.vertx.rxjava.ext.auth.mongo.MongoUserUtil
 
newInstance(AccessToken) - Static method in class io.vertx.rxjava.ext.auth.oauth2.AccessToken
 
newInstance(KeycloakAuthorization) - Static method in class io.vertx.rxjava.ext.auth.oauth2.authorization.KeycloakAuthorization
 
newInstance(ScopeAuthorization) - Static method in class io.vertx.rxjava.ext.auth.oauth2.authorization.ScopeAuthorization
 
newInstance(KeycloakHelper) - Static method in class io.vertx.rxjava.ext.auth.oauth2.KeycloakHelper
 
newInstance(OAuth2Auth) - Static method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
 
newInstance(OAuth2RBAC) - Static method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2RBAC
 
newInstance(OAuth2Response) - Static method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Response
 
newInstance(AmazonCognitoAuth) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.AmazonCognitoAuth
 
newInstance(AzureADAuth) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.AzureADAuth
 
newInstance(BoxAuth) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.BoxAuth
 
newInstance(CloudFoundryAuth) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.CloudFoundryAuth
 
newInstance(DropboxAuth) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.DropboxAuth
 
newInstance(FacebookAuth) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.FacebookAuth
 
newInstance(FoursquareAuth) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.FoursquareAuth
 
newInstance(GithubAuth) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.GithubAuth
 
newInstance(GitLabAuth) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.GitLabAuth
 
newInstance(GoogleAuth) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.GoogleAuth
 
newInstance(HerokuAuth) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.HerokuAuth
 
newInstance(IBMCloudAuth) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.IBMCloudAuth
 
newInstance(InstagramAuth) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.InstagramAuth
 
newInstance(KeycloakAuth) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.KeycloakAuth
 
newInstance(LinkedInAuth) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.LinkedInAuth
 
newInstance(LiveAuth) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.LiveAuth
 
newInstance(MailchimpAuth) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.MailchimpAuth
 
newInstance(OpenIDConnectAuth) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.OpenIDConnectAuth
 
newInstance(SalesforceAuth) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.SalesforceAuth
 
newInstance(ShopifyAuth) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.ShopifyAuth
 
newInstance(SoundcloudAuth) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.SoundcloudAuth
 
newInstance(StripeAuth) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.StripeAuth
 
newInstance(TwitterAuth) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.TwitterAuth
 
newInstance(KeycloakRBAC) - Static method in class io.vertx.rxjava.ext.auth.oauth2.rbac.KeycloakRBAC
 
newInstance(MicroProfileRBAC) - Static method in class io.vertx.rxjava.ext.auth.oauth2.rbac.MicroProfileRBAC
 
newInstance(PropertyFileAuthentication) - Static method in class io.vertx.rxjava.ext.auth.properties.PropertyFileAuthentication
 
newInstance(PropertyFileAuthorization) - Static method in class io.vertx.rxjava.ext.auth.properties.PropertyFileAuthorization
 
newInstance(ShiroAuth) - Static method in class io.vertx.rxjava.ext.auth.shiro.ShiroAuth
 
newInstance(SqlAuthentication) - Static method in class io.vertx.rxjava.ext.auth.sqlclient.SqlAuthentication
 
newInstance(SqlAuthorization) - Static method in class io.vertx.rxjava.ext.auth.sqlclient.SqlAuthorization
 
newInstance(SqlUserUtil) - Static method in class io.vertx.rxjava.ext.auth.sqlclient.SqlUserUtil
 
newInstance(User) - Static method in class io.vertx.rxjava.ext.auth.User
 
newInstance(VertxContextPRNG) - Static method in class io.vertx.rxjava.ext.auth.VertxContextPRNG
 
newInstance(MetaDataService) - Static method in class io.vertx.rxjava.ext.auth.webauthn.MetaDataService
 
newInstance(WebAuthn) - Static method in class io.vertx.rxjava.ext.auth.webauthn.WebAuthn
 
newInstance(BaseBridgeEvent) - Static method in class io.vertx.rxjava.ext.bridge.BaseBridgeEvent
 
newInstance(ConsulClient) - Static method in class io.vertx.rxjava.ext.consul.ConsulClient
 
newInstance(Watch) - Static method in class io.vertx.rxjava.ext.consul.Watch
 
newInstance(Watch, TypeArg<T>) - Static method in class io.vertx.rxjava.ext.consul.Watch
 
newInstance(WatchResult) - Static method in class io.vertx.rxjava.ext.consul.WatchResult
 
newInstance(WatchResult, TypeArg<T>) - Static method in class io.vertx.rxjava.ext.consul.WatchResult
 
newInstance(MetricsService) - Static method in class io.vertx.rxjava.ext.dropwizard.MetricsService
 
newInstance(BridgeEvent) - Static method in class io.vertx.rxjava.ext.eventbus.bridge.tcp.BridgeEvent
 
newInstance(TcpEventBusBridge) - Static method in class io.vertx.rxjava.ext.eventbus.bridge.tcp.TcpEventBusBridge
 
newInstance(HealthCheckHandler) - Static method in class io.vertx.rxjava.ext.healthchecks.HealthCheckHandler
 
newInstance(HealthChecks) - Static method in class io.vertx.rxjava.ext.healthchecks.HealthChecks
 
newInstance(JDBCClient) - Static method in class io.vertx.rxjava.ext.jdbc.JDBCClient
 
newInstance(MailAttachment) - Static method in class io.vertx.rxjava.ext.mail.MailAttachment
 
newInstance(MailClient) - Static method in class io.vertx.rxjava.ext.mail.MailClient
 
newInstance(MongoClient) - Static method in class io.vertx.rxjava.ext.mongo.MongoClient
 
newInstance(MongoGridFsClient) - Static method in class io.vertx.rxjava.ext.mongo.MongoGridFsClient
 
newInstance(CliToken) - Static method in class io.vertx.rxjava.ext.shell.cli.CliToken
 
newInstance(Completion) - Static method in class io.vertx.rxjava.ext.shell.cli.Completion
 
newInstance(Command) - Static method in class io.vertx.rxjava.ext.shell.command.Command
 
newInstance(CommandBuilder) - Static method in class io.vertx.rxjava.ext.shell.command.CommandBuilder
 
newInstance(CommandProcess) - Static method in class io.vertx.rxjava.ext.shell.command.CommandProcess
 
newInstance(CommandRegistry) - Static method in class io.vertx.rxjava.ext.shell.command.CommandRegistry
 
newInstance(CommandResolver) - Static method in class io.vertx.rxjava.ext.shell.command.CommandResolver
 
newInstance(Session) - Static method in class io.vertx.rxjava.ext.shell.session.Session
 
newInstance(Shell) - Static method in class io.vertx.rxjava.ext.shell.Shell
 
newInstance(ShellServer) - Static method in class io.vertx.rxjava.ext.shell.ShellServer
 
newInstance(ShellService) - Static method in class io.vertx.rxjava.ext.shell.ShellService
 
newInstance(Job) - Static method in class io.vertx.rxjava.ext.shell.system.Job
 
newInstance(JobController) - Static method in class io.vertx.rxjava.ext.shell.system.JobController
 
newInstance(Process) - Static method in class io.vertx.rxjava.ext.shell.system.Process
 
newInstance(Pty) - Static method in class io.vertx.rxjava.ext.shell.term.Pty
 
newInstance(SignalHandler) - Static method in class io.vertx.rxjava.ext.shell.term.SignalHandler
 
newInstance(SockJSTermHandler) - Static method in class io.vertx.rxjava.ext.shell.term.SockJSTermHandler
 
newInstance(Term) - Static method in class io.vertx.rxjava.ext.shell.term.Term
 
newInstance(TermServer) - Static method in class io.vertx.rxjava.ext.shell.term.TermServer
 
newInstance(Tty) - Static method in class io.vertx.rxjava.ext.shell.term.Tty
 
newInstance(SQLClient) - Static method in class io.vertx.rxjava.ext.sql.SQLClient
 
newInstance(SQLConnection) - Static method in class io.vertx.rxjava.ext.sql.SQLConnection
 
newInstance(SQLOperations) - Static method in interface io.vertx.rxjava.ext.sql.SQLOperations
 
newInstance(SQLRowStream) - Static method in class io.vertx.rxjava.ext.sql.SQLRowStream
 
newInstance(Acknowledgement) - Static method in class io.vertx.rxjava.ext.stomp.Acknowledgement
 
newInstance(Destination) - Static method in class io.vertx.rxjava.ext.stomp.Destination
 
newInstance(DestinationFactory) - Static method in class io.vertx.rxjava.ext.stomp.DestinationFactory
 
newInstance(Frames) - Static method in class io.vertx.rxjava.ext.stomp.Frames
 
newInstance(ServerFrame) - Static method in class io.vertx.rxjava.ext.stomp.ServerFrame
 
newInstance(StompClient) - Static method in class io.vertx.rxjava.ext.stomp.StompClient
 
newInstance(StompClientConnection) - Static method in class io.vertx.rxjava.ext.stomp.StompClientConnection
 
newInstance(StompServer) - Static method in class io.vertx.rxjava.ext.stomp.StompServer
 
newInstance(StompServerConnection) - Static method in class io.vertx.rxjava.ext.stomp.StompServerConnection
 
newInstance(StompServerHandler) - Static method in class io.vertx.rxjava.ext.stomp.StompServerHandler
 
newInstance(Async) - Static method in class io.vertx.rxjava.ext.unit.Async
 
newInstance(EventBusCollector) - Static method in class io.vertx.rxjava.ext.unit.collect.EventBusCollector
 
newInstance(Completion) - Static method in class io.vertx.rxjava.ext.unit.Completion
 
newInstance(Completion, TypeArg<T>) - Static method in class io.vertx.rxjava.ext.unit.Completion
 
newInstance(Failure) - Static method in class io.vertx.rxjava.ext.unit.report.Failure
 
newInstance(TestCaseReport) - Static method in class io.vertx.rxjava.ext.unit.report.TestCaseReport
 
newInstance(TestResult) - Static method in class io.vertx.rxjava.ext.unit.report.TestResult
 
newInstance(TestSuiteReport) - Static method in class io.vertx.rxjava.ext.unit.report.TestSuiteReport
 
newInstance(TestCase) - Static method in class io.vertx.rxjava.ext.unit.TestCase
 
newInstance(TestCompletion) - Static method in class io.vertx.rxjava.ext.unit.TestCompletion
 
newInstance(TestContext) - Static method in class io.vertx.rxjava.ext.unit.TestContext
 
newInstance(TestSuite) - Static method in class io.vertx.rxjava.ext.unit.TestSuite
 
newInstance(HTTPOperationRequestValidationHandler) - Static method in interface io.vertx.rxjava.ext.web.api.contract.HTTPOperationRequestValidationHandler
 
newInstance(OpenAPI3RequestValidationHandler) - Static method in class io.vertx.rxjava.ext.web.api.contract.openapi3.OpenAPI3RequestValidationHandler
 
newInstance(OpenAPI3RouterFactory) - Static method in class io.vertx.rxjava.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
 
newInstance(RouterFactory) - Static method in interface io.vertx.rxjava.ext.web.api.contract.RouterFactory
 
newInstance(RouterFactory, TypeArg<Specification>) - Static method in interface io.vertx.rxjava.ext.web.api.contract.RouterFactory
 
newInstance(RequestParameter) - Static method in class io.vertx.rxjava.ext.web.api.RequestParameter
 
newInstance(RequestParameters) - Static method in class io.vertx.rxjava.ext.web.api.RequestParameters
 
newInstance(ContainerDeserializer) - Static method in class io.vertx.rxjava.ext.web.api.validation.ContainerDeserializer
 
newInstance(CustomValidator) - Static method in class io.vertx.rxjava.ext.web.api.validation.CustomValidator
 
newInstance(HTTPRequestValidationHandler) - Static method in class io.vertx.rxjava.ext.web.api.validation.HTTPRequestValidationHandler
 
newInstance(ParameterTypeValidator) - Static method in class io.vertx.rxjava.ext.web.api.validation.ParameterTypeValidator
 
newInstance(ParameterValidationRule) - Static method in class io.vertx.rxjava.ext.web.api.validation.ParameterValidationRule
 
newInstance(ValidationHandler) - Static method in interface io.vertx.rxjava.ext.web.api.validation.ValidationHandler
 
newInstance(HttpRequest) - Static method in class io.vertx.rxjava.ext.web.client.HttpRequest
 
newInstance(HttpRequest, TypeArg<T>) - Static method in class io.vertx.rxjava.ext.web.client.HttpRequest
 
newInstance(HttpResponse) - Static method in class io.vertx.rxjava.ext.web.client.HttpResponse
 
newInstance(HttpResponse, TypeArg<T>) - Static method in class io.vertx.rxjava.ext.web.client.HttpResponse
 
newInstance(ErrorConverter) - Static method in class io.vertx.rxjava.ext.web.client.predicate.ErrorConverter
 
newInstance(ResponsePredicate) - Static method in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
 
newInstance(ResponsePredicateResult) - Static method in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicateResult
 
newInstance(WebClient) - Static method in class io.vertx.rxjava.ext.web.client.WebClient
 
newInstance(WebClientSession) - Static method in class io.vertx.rxjava.ext.web.client.WebClientSession
 
newInstance(BodyCodec) - Static method in class io.vertx.rxjava.ext.web.codec.BodyCodec
 
newInstance(BodyCodec, TypeArg<T>) - Static method in class io.vertx.rxjava.ext.web.codec.BodyCodec
 
newInstance(TemplateEngine) - Static method in class io.vertx.rxjava.ext.web.common.template.TemplateEngine
 
newInstance(WebEnvironment) - Static method in class io.vertx.rxjava.ext.web.common.WebEnvironment
 
newInstance(FileUpload) - Static method in class io.vertx.rxjava.ext.web.FileUpload
 
newInstance(AuthenticationHandler) - Static method in interface io.vertx.rxjava.ext.web.handler.AuthenticationHandler
 
newInstance(AuthHandler) - Static method in interface io.vertx.rxjava.ext.web.handler.AuthHandler
 
newInstance(AuthorizationHandler) - Static method in class io.vertx.rxjava.ext.web.handler.AuthorizationHandler
 
newInstance(BasicAuthHandler) - Static method in class io.vertx.rxjava.ext.web.handler.BasicAuthHandler
 
newInstance(BodyHandler) - Static method in class io.vertx.rxjava.ext.web.handler.BodyHandler
 
newInstance(ChainAuthHandler) - Static method in class io.vertx.rxjava.ext.web.handler.ChainAuthHandler
 
newInstance(CorsHandler) - Static method in class io.vertx.rxjava.ext.web.handler.CorsHandler
 
newInstance(CSPHandler) - Static method in class io.vertx.rxjava.ext.web.handler.CSPHandler
 
newInstance(CSRFHandler) - Static method in class io.vertx.rxjava.ext.web.handler.CSRFHandler
 
newInstance(DigestAuthHandler) - Static method in class io.vertx.rxjava.ext.web.handler.DigestAuthHandler
 
newInstance(ErrorHandler) - Static method in class io.vertx.rxjava.ext.web.handler.ErrorHandler
 
newInstance(FaviconHandler) - Static method in class io.vertx.rxjava.ext.web.handler.FaviconHandler
 
newInstance(FormLoginHandler) - Static method in class io.vertx.rxjava.ext.web.handler.FormLoginHandler
 
newInstance(ApolloWSConnectionInitEvent) - Static method in class io.vertx.rxjava.ext.web.handler.graphql.ApolloWSConnectionInitEvent
 
newInstance(ApolloWSHandler) - Static method in class io.vertx.rxjava.ext.web.handler.graphql.ApolloWSHandler
 
newInstance(ApolloWSMessage) - Static method in class io.vertx.rxjava.ext.web.handler.graphql.ApolloWSMessage
 
newInstance(VertxBatchLoader) - Static method in class io.vertx.rxjava.ext.web.handler.graphql.dataloader.VertxBatchLoader
 
newInstance(VertxBatchLoader, TypeArg<K>, TypeArg<V>) - Static method in class io.vertx.rxjava.ext.web.handler.graphql.dataloader.VertxBatchLoader
 
newInstance(VertxMappedBatchLoader) - Static method in class io.vertx.rxjava.ext.web.handler.graphql.dataloader.VertxMappedBatchLoader
 
newInstance(VertxMappedBatchLoader, TypeArg<K>, TypeArg<V>) - Static method in class io.vertx.rxjava.ext.web.handler.graphql.dataloader.VertxMappedBatchLoader
 
newInstance(GraphiQLHandler) - Static method in class io.vertx.rxjava.ext.web.handler.graphql.GraphiQLHandler
 
newInstance(GraphQLHandler) - Static method in class io.vertx.rxjava.ext.web.handler.graphql.GraphQLHandler
 
newInstance(VertxDataFetcher) - Static method in class io.vertx.rxjava.ext.web.handler.graphql.schema.VertxDataFetcher
 
newInstance(VertxDataFetcher, TypeArg<T>) - Static method in class io.vertx.rxjava.ext.web.handler.graphql.schema.VertxDataFetcher
 
newInstance(VertxPropertyDataFetcher) - Static method in class io.vertx.rxjava.ext.web.handler.graphql.schema.VertxPropertyDataFetcher
 
newInstance(UploadScalar) - Static method in class io.vertx.rxjava.ext.web.handler.graphql.UploadScalar
 
newInstance(HSTSHandler) - Static method in class io.vertx.rxjava.ext.web.handler.HSTSHandler
 
newInstance(JWTAuthHandler) - Static method in class io.vertx.rxjava.ext.web.handler.JWTAuthHandler
 
newInstance(LoggerHandler) - Static method in class io.vertx.rxjava.ext.web.handler.LoggerHandler
 
newInstance(MethodOverrideHandler) - Static method in class io.vertx.rxjava.ext.web.handler.MethodOverrideHandler
 
newInstance(MultiTenantHandler) - Static method in class io.vertx.rxjava.ext.web.handler.MultiTenantHandler
 
newInstance(OAuth2AuthHandler) - Static method in class io.vertx.rxjava.ext.web.handler.OAuth2AuthHandler
 
newInstance(RedirectAuthHandler) - Static method in class io.vertx.rxjava.ext.web.handler.RedirectAuthHandler
 
newInstance(ResponseContentTypeHandler) - Static method in class io.vertx.rxjava.ext.web.handler.ResponseContentTypeHandler
 
newInstance(ResponseTimeHandler) - Static method in class io.vertx.rxjava.ext.web.handler.ResponseTimeHandler
 
newInstance(SessionHandler) - Static method in class io.vertx.rxjava.ext.web.handler.SessionHandler
 
newInstance(BridgeEvent) - Static method in class io.vertx.rxjava.ext.web.handler.sockjs.BridgeEvent
 
newInstance(SockJSHandler) - Static method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSHandler
 
newInstance(SockJSSocket) - Static method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
 
newInstance(StaticHandler) - Static method in class io.vertx.rxjava.ext.web.handler.StaticHandler
 
newInstance(TemplateHandler) - Static method in class io.vertx.rxjava.ext.web.handler.TemplateHandler
 
newInstance(TimeoutHandler) - Static method in class io.vertx.rxjava.ext.web.handler.TimeoutHandler
 
newInstance(WebAuthnHandler) - Static method in class io.vertx.rxjava.ext.web.handler.WebAuthnHandler
 
newInstance(XFrameHandler) - Static method in class io.vertx.rxjava.ext.web.handler.XFrameHandler
 
newInstance(LanguageHeader) - Static method in class io.vertx.rxjava.ext.web.LanguageHeader
 
newInstance(MIMEHeader) - Static method in class io.vertx.rxjava.ext.web.MIMEHeader
 
newInstance(FormDataPart) - Static method in class io.vertx.rxjava.ext.web.multipart.FormDataPart
 
newInstance(MultipartForm) - Static method in class io.vertx.rxjava.ext.web.multipart.MultipartForm
 
newInstance(ParsedHeaderValue) - Static method in interface io.vertx.rxjava.ext.web.ParsedHeaderValue
 
newInstance(ParsedHeaderValues) - Static method in class io.vertx.rxjava.ext.web.ParsedHeaderValues
 
newInstance(Route) - Static method in class io.vertx.rxjava.ext.web.Route
 
newInstance(Router) - Static method in class io.vertx.rxjava.ext.web.Router
 
newInstance(RoutingContext) - Static method in class io.vertx.rxjava.ext.web.RoutingContext
 
newInstance(Session) - Static method in class io.vertx.rxjava.ext.web.Session
 
newInstance(ClusteredSessionStore) - Static method in class io.vertx.rxjava.ext.web.sstore.ClusteredSessionStore
 
newInstance(LocalSessionStore) - Static method in class io.vertx.rxjava.ext.web.sstore.LocalSessionStore
 
newInstance(SessionStore) - Static method in class io.vertx.rxjava.ext.web.sstore.SessionStore
 
newInstance(FreeMarkerTemplateEngine) - Static method in class io.vertx.rxjava.ext.web.templ.freemarker.FreeMarkerTemplateEngine
 
newInstance(HandlebarsTemplateEngine) - Static method in class io.vertx.rxjava.ext.web.templ.handlebars.HandlebarsTemplateEngine
 
newInstance(JadeTemplateEngine) - Static method in class io.vertx.rxjava.ext.web.templ.jade.JadeTemplateEngine
 
newInstance(MVELTemplateEngine) - Static method in class io.vertx.rxjava.ext.web.templ.mvel.MVELTemplateEngine
 
newInstance(PebbleTemplateEngine) - Static method in class io.vertx.rxjava.ext.web.templ.pebble.PebbleTemplateEngine
 
newInstance(RockerTemplateEngine) - Static method in class io.vertx.rxjava.ext.web.templ.rocker.RockerTemplateEngine
 
newInstance(ThymeleafTemplateEngine) - Static method in class io.vertx.rxjava.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
 
newInstance(RequestParameter) - Static method in class io.vertx.rxjava.ext.web.validation.RequestParameter
 
newInstance(RequestParameters) - Static method in class io.vertx.rxjava.ext.web.validation.RequestParameters
 
newInstance(RequestPredicate) - Static method in class io.vertx.rxjava.ext.web.validation.RequestPredicate
 
newInstance(RequestPredicateResult) - Static method in class io.vertx.rxjava.ext.web.validation.RequestPredicateResult
 
newInstance(ValidationHandler) - Static method in class io.vertx.rxjava.ext.web.validation.ValidationHandler
 
newInstance(JDBCPool) - Static method in class io.vertx.rxjava.jdbcclient.JDBCPool
 
newInstance(SqlOutParam) - Static method in class io.vertx.rxjava.jdbcclient.SqlOutParam
 
newInstance(Schema) - Static method in class io.vertx.rxjava.json.schema.Schema
 
newInstance(SchemaParser) - Static method in class io.vertx.rxjava.json.schema.SchemaParser
 
newInstance(SchemaRouter) - Static method in class io.vertx.rxjava.json.schema.SchemaRouter
 
newInstance(KafkaAdminClient) - Static method in class io.vertx.rxjava.kafka.admin.KafkaAdminClient
 
newInstance(KafkaConsumer) - Static method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
 
newInstance(KafkaConsumer, TypeArg<K>, TypeArg<V>) - Static method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
 
newInstance(KafkaConsumerRecord) - Static method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumerRecord
 
newInstance(KafkaConsumerRecord, TypeArg<K>, TypeArg<V>) - Static method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumerRecord
 
newInstance(KafkaConsumerRecords) - Static method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumerRecords
 
newInstance(KafkaConsumerRecords, TypeArg<K>, TypeArg<V>) - Static method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumerRecords
 
newInstance(KafkaHeader) - Static method in class io.vertx.rxjava.kafka.client.producer.KafkaHeader
 
newInstance(KafkaProducer) - Static method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
 
newInstance(KafkaProducer, TypeArg<K>, TypeArg<V>) - Static method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
 
newInstance(KafkaProducerRecord) - Static method in class io.vertx.rxjava.kafka.client.producer.KafkaProducerRecord
 
newInstance(KafkaProducerRecord, TypeArg<K>, TypeArg<V>) - Static method in class io.vertx.rxjava.kafka.client.producer.KafkaProducerRecord
 
newInstance(MetricsService) - Static method in class io.vertx.rxjava.micrometer.MetricsService
 
newInstance(PrometheusScrapingHandler) - Static method in class io.vertx.rxjava.micrometer.PrometheusScrapingHandler
 
newInstance(MqttConnAckMessage) - Static method in class io.vertx.rxjava.mqtt.messages.MqttConnAckMessage
 
newInstance(MqttMessage) - Static method in interface io.vertx.rxjava.mqtt.messages.MqttMessage
 
newInstance(MqttPublishMessage) - Static method in class io.vertx.rxjava.mqtt.messages.MqttPublishMessage
 
newInstance(MqttSubAckMessage) - Static method in class io.vertx.rxjava.mqtt.messages.MqttSubAckMessage
 
newInstance(MqttSubscribeMessage) - Static method in class io.vertx.rxjava.mqtt.messages.MqttSubscribeMessage
 
newInstance(MqttUnsubscribeMessage) - Static method in class io.vertx.rxjava.mqtt.messages.MqttUnsubscribeMessage
 
newInstance(MqttClient) - Static method in class io.vertx.rxjava.mqtt.MqttClient
 
newInstance(MqttEndpoint) - Static method in class io.vertx.rxjava.mqtt.MqttEndpoint
 
newInstance(MqttServer) - Static method in class io.vertx.rxjava.mqtt.MqttServer
 
newInstance(MqttTopicSubscription) - Static method in class io.vertx.rxjava.mqtt.MqttTopicSubscription
 
newInstance(MySQLClient) - Static method in class io.vertx.rxjava.mysqlclient.MySQLClient
 
newInstance(MySQLConnection) - Static method in class io.vertx.rxjava.mysqlclient.MySQLConnection
 
newInstance(MySQLPool) - Static method in class io.vertx.rxjava.mysqlclient.MySQLPool
 
newInstance(PgConnection) - Static method in class io.vertx.rxjava.pgclient.PgConnection
 
newInstance(PgPool) - Static method in class io.vertx.rxjava.pgclient.PgPool
 
newInstance(PgChannel) - Static method in class io.vertx.rxjava.pgclient.pubsub.PgChannel
 
newInstance(PgSubscriber) - Static method in class io.vertx.rxjava.pgclient.pubsub.PgSubscriber
 
newInstance(RabbitMQClient) - Static method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
 
newInstance(RabbitMQConsumer) - Static method in class io.vertx.rxjava.rabbitmq.RabbitMQConsumer
 
newInstance(RabbitMQMessage) - Static method in class io.vertx.rxjava.rabbitmq.RabbitMQMessage
 
newInstance(RabbitMQPublisher) - Static method in class io.vertx.rxjava.rabbitmq.RabbitMQPublisher
 
newInstance(Command) - Static method in class io.vertx.rxjava.redis.client.Command
 
newInstance(Redis) - Static method in class io.vertx.rxjava.redis.client.Redis
 
newInstance(RedisAPI) - Static method in class io.vertx.rxjava.redis.client.RedisAPI
 
newInstance(RedisConnection) - Static method in class io.vertx.rxjava.redis.client.RedisConnection
 
newInstance(Request) - Static method in class io.vertx.rxjava.redis.client.Request
 
newInstance(Response) - Static method in class io.vertx.rxjava.redis.client.Response
 
newInstance(ServiceDiscovery) - Static method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
 
newInstance(ServiceReference) - Static method in class io.vertx.rxjava.servicediscovery.ServiceReference
 
newInstance(ServiceExporter) - Static method in class io.vertx.rxjava.servicediscovery.spi.ServiceExporter
 
newInstance(ServiceImporter) - Static method in class io.vertx.rxjava.servicediscovery.spi.ServiceImporter
 
newInstance(ServicePublisher) - Static method in class io.vertx.rxjava.servicediscovery.spi.ServicePublisher
 
newInstance(EventBusService) - Static method in class io.vertx.rxjava.servicediscovery.types.EventBusService
 
newInstance(HttpEndpoint) - Static method in class io.vertx.rxjava.servicediscovery.types.HttpEndpoint
 
newInstance(JDBCDataSource) - Static method in class io.vertx.rxjava.servicediscovery.types.JDBCDataSource
 
newInstance(MessageSource) - Static method in class io.vertx.rxjava.servicediscovery.types.MessageSource
 
newInstance(MongoDataSource) - Static method in class io.vertx.rxjava.servicediscovery.types.MongoDataSource
 
newInstance(RedisDataSource) - Static method in class io.vertx.rxjava.servicediscovery.types.RedisDataSource
 
newInstance(Cursor) - Static method in class io.vertx.rxjava.sqlclient.Cursor
 
newInstance(ColumnDescriptor) - Static method in class io.vertx.rxjava.sqlclient.desc.ColumnDescriptor
 
newInstance(Pool) - Static method in class io.vertx.rxjava.sqlclient.Pool
 
newInstance(PreparedQuery) - Static method in class io.vertx.rxjava.sqlclient.PreparedQuery
 
newInstance(PreparedQuery, TypeArg<T>) - Static method in class io.vertx.rxjava.sqlclient.PreparedQuery
 
newInstance(PreparedStatement) - Static method in class io.vertx.rxjava.sqlclient.PreparedStatement
 
newInstance(PropertyKind) - Static method in class io.vertx.rxjava.sqlclient.PropertyKind
 
newInstance(PropertyKind, TypeArg<T>) - Static method in class io.vertx.rxjava.sqlclient.PropertyKind
 
newInstance(Query) - Static method in class io.vertx.rxjava.sqlclient.Query
 
newInstance(Query, TypeArg<T>) - Static method in class io.vertx.rxjava.sqlclient.Query
 
newInstance(Row) - Static method in class io.vertx.rxjava.sqlclient.Row
 
newInstance(RowIterator) - Static method in class io.vertx.rxjava.sqlclient.RowIterator
 
newInstance(RowIterator, TypeArg<R>) - Static method in class io.vertx.rxjava.sqlclient.RowIterator
 
newInstance(RowSet) - Static method in class io.vertx.rxjava.sqlclient.RowSet
 
newInstance(RowSet, TypeArg<R>) - Static method in class io.vertx.rxjava.sqlclient.RowSet
 
newInstance(RowStream) - Static method in class io.vertx.rxjava.sqlclient.RowStream
 
newInstance(RowStream, TypeArg<T>) - Static method in class io.vertx.rxjava.sqlclient.RowStream
 
newInstance(DatabaseMetadata) - Static method in class io.vertx.rxjava.sqlclient.spi.DatabaseMetadata
 
newInstance(SqlClient) - Static method in class io.vertx.rxjava.sqlclient.SqlClient
 
newInstance(SqlConnection) - Static method in class io.vertx.rxjava.sqlclient.SqlConnection
 
newInstance(SqlResult) - Static method in class io.vertx.rxjava.sqlclient.SqlResult
 
newInstance(SqlResult, TypeArg<T>) - Static method in class io.vertx.rxjava.sqlclient.SqlResult
 
newInstance(Transaction) - Static method in class io.vertx.rxjava.sqlclient.Transaction
 
newInstance(Tuple) - Static method in class io.vertx.rxjava.sqlclient.Tuple
 
newObjectParser(Map<String, ValueParser<String>>, Map<Pattern, ValueParser<String>>, ValueParser<String>) - Method in interface io.vertx.ext.web.validation.builder.ObjectParserFactory
 
newOptions() - Method in interface io.vertx.core.spi.VertxMetricsFactory
Create an empty metrics options.
newOptions(MetricsOptions) - Method in interface io.vertx.core.spi.VertxMetricsFactory
Create metrics options from the provided options.
newOptions(JsonObject) - Method in interface io.vertx.core.spi.VertxMetricsFactory
Create metrics options from the provided jsonObject.
newOptions() - Method in interface io.vertx.core.spi.VertxTracerFactory
Create an empty tracing options.
newOptions(JsonObject) - Method in interface io.vertx.core.spi.VertxTracerFactory
Create tracing options from the provided jsonObject.
newOptions() - Method in class io.vertx.tracing.opentracing.OpenTracingTracerFactory
 
newOptions(JsonObject) - Method in class io.vertx.tracing.opentracing.OpenTracingTracerFactory
 
newOptions() - Method in class io.vertx.tracing.zipkin.ZipkinTracerFactory
 
newOptions(JsonObject) - Method in class io.vertx.tracing.zipkin.ZipkinTracerFactory
 
newParser() - Static method in interface io.vertx.core.parsetools.JsonParser
Create a new JsonParser instance.
newParser(ReadStream<Buffer>) - Static method in interface io.vertx.core.parsetools.JsonParser
Create a new JsonParser instance.
newParser() - Static method in class io.vertx.reactivex.core.parsetools.JsonParser
Create a new JsonParser instance.
newParser(ReadStream<Buffer>) - Static method in class io.vertx.reactivex.core.parsetools.JsonParser
Create a new JsonParser instance.
newParser(Flowable<Buffer>) - Static method in class io.vertx.reactivex.core.parsetools.JsonParser
Create a new JsonParser instance.
newParser() - Static method in class io.vertx.rxjava.core.parsetools.JsonParser
Create a new JsonParser instance.
newParser(ReadStream<Buffer>) - Static method in class io.vertx.rxjava.core.parsetools.JsonParser
Create a new JsonParser instance.
newParser(Observable<Buffer>) - Static method in class io.vertx.rxjava.core.parsetools.JsonParser
Create a new JsonParser instance.
newSession(RoutingContext) - Method in interface io.vertx.ext.web.handler.SessionHandler
Create a new session
newSession(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.SessionHandler
Create a new session
newSession(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.SessionHandler
Create a new session
NewTopic - Class in io.vertx.kafka.admin
A new topic to be created
NewTopic() - Constructor for class io.vertx.kafka.admin.NewTopic
Constructor
NewTopic(String, int, short) - Constructor for class io.vertx.kafka.admin.NewTopic
Constructor
NewTopic(String, Map<Integer, List<Integer>>) - Constructor for class io.vertx.kafka.admin.NewTopic
Constructor
NewTopic(JsonObject) - Constructor for class io.vertx.kafka.admin.NewTopic
Constructor (from JSON representation)
NewTopicConverter - Class in io.vertx.kafka.admin
Converter and mapper for NewTopic.
NewTopicConverter() - Constructor for class io.vertx.kafka.admin.NewTopicConverter
 
newTupleParser(List<ValueParser<String>>, ValueParser<String>) - Method in interface io.vertx.ext.web.validation.builder.TupleParserFactory
 
newVertxThread(Runnable, String, boolean, long, TimeUnit) - Method in interface io.vertx.core.spi.VertxThreadFactory
 
next() - Method in interface io.vertx.core.eventbus.DeliveryContext
Call the next interceptor
next() - Method in interface io.vertx.ext.web.RoutingContext
Tell the router to route this context to the next matching route (if any).
next() - Method in class io.vertx.reactivex.core.eventbus.DeliveryContext
Call the next interceptor
next() - Method in class io.vertx.reactivex.ext.web.RoutingContext
Tell the router to route this context to the next matching route (if any).
next() - Method in class io.vertx.reactivex.sqlclient.RowIterator
 
next() - Method in class io.vertx.reactivex.sqlclient.RowSet
 
next() - Method in class io.vertx.reactivex.sqlclient.SqlResult
Return the next available result or null, e.g for a simple query that executed multiple queries or for a batch result.
next() - Method in class io.vertx.rxjava.core.eventbus.DeliveryContext
Call the next interceptor
next() - Method in class io.vertx.rxjava.ext.web.RoutingContext
Tell the router to route this context to the next matching route (if any).
next() - Method in class io.vertx.rxjava.sqlclient.RowIterator
 
next() - Method in class io.vertx.rxjava.sqlclient.RowSet
 
next() - Method in class io.vertx.rxjava.sqlclient.SqlResult
Return the next available result or null, e.g for a simple query that executed multiple queries or for a batch result.
next() - Method in interface io.vertx.sqlclient.RowIterator
 
next() - Method in interface io.vertx.sqlclient.RowSet
 
next() - Method in interface io.vertx.sqlclient.SqlResult
Return the next available result or null, e.g for a simple query that executed multiple queries or for a batch result.
nextBoolean() - Method in class io.vertx.ext.auth.PRNG
 
nextBoolean() - Method in interface io.vertx.ext.auth.VertxContextPRNG
Returns a secure random boolean
nextBoolean() - Method in class io.vertx.reactivex.ext.auth.VertxContextPRNG
Returns a secure random boolean
nextBoolean() - Method in class io.vertx.rxjava.ext.auth.VertxContextPRNG
Returns a secure random boolean
nextBytes(byte[]) - Method in class io.vertx.ext.auth.PRNG
 
nextBytes(byte[]) - Method in interface io.vertx.ext.auth.VertxContextPRNG
Fills the given byte array with random bytes.
nextBytes(byte[]) - Method in class io.vertx.reactivex.ext.auth.VertxContextPRNG
Fills the given byte array with random bytes.
nextBytes(byte[]) - Method in class io.vertx.rxjava.ext.auth.VertxContextPRNG
Fills the given byte array with random bytes.
nextDouble() - Method in class io.vertx.ext.auth.PRNG
 
nextDouble() - Method in interface io.vertx.ext.auth.VertxContextPRNG
Returns a secure random double value.
nextDouble() - Method in class io.vertx.reactivex.ext.auth.VertxContextPRNG
Returns a secure random double value.
nextDouble() - Method in class io.vertx.rxjava.ext.auth.VertxContextPRNG
Returns a secure random double value.
nextFloat() - Method in class io.vertx.ext.auth.PRNG
 
nextFloat() - Method in interface io.vertx.ext.auth.VertxContextPRNG
Returns a secure random float value.
nextFloat() - Method in class io.vertx.reactivex.ext.auth.VertxContextPRNG
Returns a secure random float value.
nextFloat() - Method in class io.vertx.rxjava.ext.auth.VertxContextPRNG
Returns a secure random float value.
nextGaussian() - Method in class io.vertx.ext.auth.PRNG
 
nextGaussian() - Method in interface io.vertx.ext.auth.VertxContextPRNG
Returns a secure random double value.
nextGaussian() - Method in class io.vertx.reactivex.ext.auth.VertxContextPRNG
Returns a secure random double value.
nextGaussian() - Method in class io.vertx.rxjava.ext.auth.VertxContextPRNG
Returns a secure random double value.
nextInt() - Method in class io.vertx.ext.auth.PRNG
 
nextInt(int) - Method in class io.vertx.ext.auth.PRNG
 
nextInt() - Method in interface io.vertx.ext.auth.VertxContextPRNG
Returns a secure random int
nextInt(int) - Method in interface io.vertx.ext.auth.VertxContextPRNG
Returns a secure random int, between 0 (inclusive) and the specified bound (exclusive).
nextInt() - Method in class io.vertx.reactivex.ext.auth.VertxContextPRNG
Returns a secure random int
nextInt(int) - Method in class io.vertx.reactivex.ext.auth.VertxContextPRNG
Returns a secure random int, between 0 (inclusive) and the specified bound (exclusive).
nextInt() - Method in class io.vertx.rxjava.ext.auth.VertxContextPRNG
Returns a secure random int
nextInt(int) - Method in class io.vertx.rxjava.ext.auth.VertxContextPRNG
Returns a secure random int, between 0 (inclusive) and the specified bound (exclusive).
nextLong() - Method in class io.vertx.ext.auth.PRNG
 
nextLong() - Method in interface io.vertx.ext.auth.VertxContextPRNG
Returns a secure random long
nextLong() - Method in class io.vertx.reactivex.ext.auth.VertxContextPRNG
Returns a secure random long
nextLong() - Method in class io.vertx.rxjava.ext.auth.VertxContextPRNG
Returns a secure random long
nextResult() - Method in interface io.vertx.ext.consul.WatchResult
The next result of the operation.
nextResult() - Method in class io.vertx.reactivex.ext.consul.WatchResult
The next result of the operation.
nextResult() - Method in class io.vertx.rxjava.ext.consul.WatchResult
The next result of the operation.
nextString(int) - Method in class io.vertx.ext.auth.PRNG
 
nextString(int) - Method in interface io.vertx.ext.auth.VertxContextPRNG
Returns a Base64 url encoded String of random data with the given length.
nextString(int) - Method in class io.vertx.reactivex.ext.auth.VertxContextPRNG
Returns a Base64 url encoded String of random data with the given length.
nextString(int) - Method in class io.vertx.rxjava.ext.auth.VertxContextPRNG
Returns a Base64 url encoded String of random data with the given length.
nickName(JsonObject) - Static method in interface io.vertx.ext.auth.oauth2.KeycloakHelper
Deprecated.
 
nickName(JsonObject) - Static method in class io.vertx.reactivex.ext.auth.oauth2.KeycloakHelper
Deprecated.
nickName(JsonObject) - Static method in class io.vertx.rxjava.ext.auth.oauth2.KeycloakHelper
Deprecated.
NO_NAME - Static variable in annotation type io.vertx.core.cli.annotations.Option
 
NO_NAME - Static variable in class io.vertx.core.cli.Option
The default long name / short name of the option.
Node - Class in io.vertx.ext.consul
 
Node() - Constructor for class io.vertx.ext.consul.Node
Default constructor
Node(Node) - Constructor for class io.vertx.ext.consul.Node
Copy constructor
Node(JsonObject) - Constructor for class io.vertx.ext.consul.Node
Constructor from JSON
Node - Class in io.vertx.kafka.client.common
Information about a Kafka cluster node
Node() - Constructor for class io.vertx.kafka.client.common.Node
Constructor
Node(boolean, String, int, String, boolean, int, String) - Constructor for class io.vertx.kafka.client.common.Node
Constructor
Node(JsonObject) - Constructor for class io.vertx.kafka.client.common.Node
Constructor (from JSON representation)
nodeAdded(String) - Method in interface io.vertx.core.spi.cluster.NodeListener
A node has been added
NodeConverter - Class in io.vertx.ext.consul
Converter and mapper for Node.
NodeConverter() - Constructor for class io.vertx.ext.consul.NodeConverter
 
nodeId() - Method in class io.vertx.core.spi.cluster.RegistrationInfo
 
NodeInfo - Class in io.vertx.core.spi.cluster
Details about a clustered Vert.x node.
NodeInfo() - Constructor for class io.vertx.core.spi.cluster.NodeInfo
 
NodeInfo(String, int, JsonObject) - Constructor for class io.vertx.core.spi.cluster.NodeInfo
 
nodeLeft(String) - Method in interface io.vertx.core.spi.cluster.NodeListener
A node has left
NodeList - Class in io.vertx.ext.consul
Holds result of nodes query
NodeList() - Constructor for class io.vertx.ext.consul.NodeList
Default constructor
NodeList(NodeList) - Constructor for class io.vertx.ext.consul.NodeList
Copy constructor
NodeList(JsonObject) - Constructor for class io.vertx.ext.consul.NodeList
Constructor from JSON
NodeListConverter - Class in io.vertx.ext.consul
Converter and mapper for NodeList.
NodeListConverter() - Constructor for class io.vertx.ext.consul.NodeListConverter
 
nodeListener(NodeListener) - Method in interface io.vertx.core.spi.cluster.ClusterManager
Set a listener that will be called when a node joins or leaves the cluster.
NodeListener - Interface in io.vertx.core.spi.cluster
A NodeListener is called when nodes join or leave the cluster
nodeListener(NodeListener) - Method in class io.vertx.ext.cluster.infinispan.InfinispanClusterManager
 
nodeListener(NodeListener) - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
 
nodeListener(NodeListener) - Method in class io.vertx.spi.cluster.ignite.IgniteClusterManager
 
nodeListener(NodeListener) - Method in class io.vertx.spi.cluster.zookeeper.ZookeeperClusterManager
 
NodeQueryOptions - Class in io.vertx.ext.consul
Options used to requesting list of nodes
NodeQueryOptions() - Constructor for class io.vertx.ext.consul.NodeQueryOptions
Default constructor
NodeQueryOptions(JsonObject) - Constructor for class io.vertx.ext.consul.NodeQueryOptions
Constructor from JSON
NodeQueryOptionsConverter - Class in io.vertx.ext.consul
Converter and mapper for NodeQueryOptions.
NodeQueryOptionsConverter() - Constructor for class io.vertx.ext.consul.NodeQueryOptionsConverter
 
nodes(Vertx) - Static method in interface io.vertx.ext.consul.Watch
Creates Watch to monitoring the list of available nodes.
nodes(Vertx, ConsulClientOptions) - Static method in interface io.vertx.ext.consul.Watch
Creates Watch to monitoring the list of available nodes.
nodes(Vertx) - Static method in class io.vertx.reactivex.ext.consul.Watch
Creates Watch to monitoring the list of available nodes.
nodes(Vertx, ConsulClientOptions) - Static method in class io.vertx.reactivex.ext.consul.Watch
Creates Watch to monitoring the list of available nodes.
nodes(Vertx) - Static method in class io.vertx.rxjava.ext.consul.Watch
Creates Watch to monitoring the list of available nodes.
nodes(Vertx, ConsulClientOptions) - Static method in class io.vertx.rxjava.ext.consul.Watch
Creates Watch to monitoring the list of available nodes.
NodeSelector - Interface in io.vertx.core.spi.cluster
Used by the clustered EventBus to select a node for a given message.
none() - Static method in interface io.vertx.ext.web.codec.BodyCodec
 
none() - Static method in class io.vertx.reactivex.ext.web.codec.BodyCodec
 
none() - Static method in class io.vertx.rxjava.ext.web.codec.BodyCodec
 
NOOP - Static variable in interface io.vertx.core.spi.tracing.VertxTracer
Noop tracer.
NOOP - Static variable in interface io.vertx.core.spi.VertxTracerFactory
Noop tracer factory, it can be useful for disabling metrics, e.g new VertxOptions().setTracingOptions(new TracingOptions().setFactory(VertxTracerFactory.NOOP))
NoopBackendRegistry - Enum in io.vertx.micrometer.backends
 
NoopValidatorContext - Class in io.vertx.json.schema.common
This noop ValidatorContext can be used when no contextual keywords are used
NoopValidatorContext() - Constructor for class io.vertx.json.schema.common.NoopValidatorContext
 
normalisedPath() - Method in interface io.vertx.ext.web.RoutingContext
Deprecated.
normalisedPath() - Method in class io.vertx.reactivex.ext.web.RoutingContext
Deprecated.
normalisedPath() - Method in class io.vertx.rxjava.ext.web.RoutingContext
Deprecated.
normalizedPath() - Method in interface io.vertx.ext.web.RoutingContext
Return the normalized path for the request.
normalizedPath() - Method in class io.vertx.reactivex.ext.web.RoutingContext
Return the normalized path for the request.
normalizedPath() - Method in class io.vertx.rxjava.ext.web.RoutingContext
Return the normalized path for the request.
NoSuchKeyIdException - Exception in io.vertx.ext.auth
No such KeyId exception is thrown when a JWT with a well known "kid" does not find a matching "kid" in the crypto list.
NoSuchKeyIdException(String) - Constructor for exception io.vertx.ext.auth.NoSuchKeyIdException
 
NoSuchKeyIdException(String, String) - Constructor for exception io.vertx.ext.auth.NoSuchKeyIdException
 
NoSyncValidationException - Exception in io.vertx.json.schema
This exception is thrown when you call Schema.validateSync(Object) when the schema is in an asynchronous state
NoSyncValidationException(String, MutableStateValidator) - Constructor for exception io.vertx.json.schema.NoSyncValidationException
 
NoSyncValidationException(String, Throwable, MutableStateValidator) - Constructor for exception io.vertx.json.schema.NoSyncValidationException
 
not(SchemaBuilder) - Static method in class io.vertx.json.schema.common.dsl.Schemas
 
NotAuthorization - Interface in io.vertx.ext.auth.authorization
Allows to perform a logical 'not' of the specified authorization
NotAuthorization - Class in io.vertx.reactivex.ext.auth.authorization
Allows to perform a logical 'not' of the specified authorization

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

NotAuthorization(NotAuthorization) - Constructor for class io.vertx.reactivex.ext.auth.authorization.NotAuthorization
 
NotAuthorization(Object) - Constructor for class io.vertx.reactivex.ext.auth.authorization.NotAuthorization
 
NotAuthorization - Class in io.vertx.rxjava.ext.auth.authorization
Allows to perform a logical 'not' of the specified authorization

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

NotAuthorization(NotAuthorization) - Constructor for class io.vertx.rxjava.ext.auth.authorization.NotAuthorization
 
NotAuthorization(Object) - Constructor for class io.vertx.rxjava.ext.auth.authorization.NotAuthorization
 
notificationHandler(Handler<PgNotification>) - Method in interface io.vertx.pgclient.PgConnection
Set an handler called when the connection receives notification on a channel.
notificationHandler(Handler<PgNotification>) - Method in class io.vertx.reactivex.pgclient.PgConnection
Set an handler called when the connection receives notification on a channel.
notificationHandler(Handler<PgNotification>) - Method in class io.vertx.rxjava.pgclient.PgConnection
Set an handler called when the connection receives notification on a channel.
NotValidatorFactory - Class in io.vertx.json.schema.common
 
NotValidatorFactory() - Constructor for class io.vertx.json.schema.common.NotValidatorFactory
 
nullable() - Method in class io.vertx.json.schema.common.dsl.SchemaBuilder
 
NullableValidatorFactory - Class in io.vertx.json.schema.openapi3
 
NullableValidatorFactory() - Constructor for class io.vertx.json.schema.openapi3.NullableValidatorFactory
 
nullArg() - Method in class io.vertx.reactivex.redis.client.Request
Adds a null encoded string.
nullArg() - Method in interface io.vertx.redis.client.Request
Adds a null encoded string.
nullArg() - Method in class io.vertx.rxjava.redis.client.Request
Adds a null encoded string.
NumberKeyword - Class in io.vertx.json.schema.common.dsl
 
NumberKeyword(String, Object) - Constructor for class io.vertx.json.schema.common.dsl.NumberKeyword
 
numberOfSubscriptions() - Method in interface io.vertx.ext.stomp.Destination
Gets the number of subscriptions attached to the current Destination.
numberOfSubscriptions() - Method in class io.vertx.reactivex.ext.stomp.Destination
Gets the number of subscriptions attached to the current Destination.
numberOfSubscriptions() - Method in class io.vertx.rxjava.ext.stomp.Destination
Gets the number of subscriptions attached to the current Destination.
numberPumped() - Method in interface io.vertx.core.streams.Pump
Return the total number of items pumped by this pump.
numberPumped() - Method in class io.vertx.reactivex.core.streams.Pump
Return the total number of items pumped by this pump.
numberPumped() - Method in class io.vertx.rxjava.core.streams.Pump
Return the total number of items pumped by this pump.
numberSchema() - Static method in class io.vertx.json.schema.common.dsl.Schemas
 
NumberSchemaBuilder - Class in io.vertx.json.schema.common.dsl
 
Numeric - Class in io.vertx.sqlclient.data
The Postgres NUMERIC type.
numericMapping - Static variable in class io.vertx.serviceproxy.generator.ServiceProxyHandlerGen
 

O

OAuth2Auth - Interface in io.vertx.ext.auth.oauth2
Factory interface for creating OAuth2 based AuthenticationProvider instances.
OAuth2Auth - Class in io.vertx.reactivex.ext.auth.oauth2
Factory interface for creating OAuth2 based AuthenticationProvider instances.
OAuth2Auth(OAuth2Auth) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
 
OAuth2Auth(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
 
OAuth2Auth - Class in io.vertx.rxjava.ext.auth.oauth2
Factory interface for creating OAuth2 based AuthenticationProvider instances.
OAuth2Auth(OAuth2Auth) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
 
OAuth2Auth(Object) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
 
OAuth2AuthHandler - Interface in io.vertx.ext.web.handler
An auth handler that provides OAuth2 Authentication support.
OAuth2AuthHandler - Class in io.vertx.reactivex.ext.web.handler
An auth handler that provides OAuth2 Authentication support.
OAuth2AuthHandler(OAuth2AuthHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.OAuth2AuthHandler
 
OAuth2AuthHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.OAuth2AuthHandler
 
OAuth2AuthHandler - Class in io.vertx.rxjava.ext.web.handler
An auth handler that provides OAuth2 Authentication support.
OAuth2AuthHandler(OAuth2AuthHandler) - Constructor for class io.vertx.rxjava.ext.web.handler.OAuth2AuthHandler
 
OAuth2AuthHandler(Object) - Constructor for class io.vertx.rxjava.ext.web.handler.OAuth2AuthHandler
 
Oauth2Credentials - Class in io.vertx.ext.auth.oauth2
Credentials specific to the OAuth2Auth provider
Oauth2Credentials() - Constructor for class io.vertx.ext.auth.oauth2.Oauth2Credentials
 
Oauth2Credentials(JsonObject) - Constructor for class io.vertx.ext.auth.oauth2.Oauth2Credentials
 
OAuth2FlowType - Enum in io.vertx.ext.auth.oauth2
OAuth2 Flows
OAuth2Options - Class in io.vertx.ext.auth.oauth2
Options describing how an OAuth2 HttpClient will make connections.
OAuth2Options() - Constructor for class io.vertx.ext.auth.oauth2.OAuth2Options
Default constructor
OAuth2Options(OAuth2Options) - Constructor for class io.vertx.ext.auth.oauth2.OAuth2Options
Copy constructor
OAuth2Options(JsonObject) - Constructor for class io.vertx.ext.auth.oauth2.OAuth2Options
Constructor to create an options from JSON
OAuth2OptionsConverter - Class in io.vertx.ext.auth.oauth2
Converter and mapper for OAuth2Options.
OAuth2OptionsConverter() - Constructor for class io.vertx.ext.auth.oauth2.OAuth2OptionsConverter
 
OAuth2RBAC - Interface in io.vertx.ext.auth.oauth2
Deprecated.
use the new Authorization API AuthorizationProvider
OAuth2RBAC - Class in io.vertx.reactivex.ext.auth.oauth2
Functional interface that allows users to implement custom RBAC verifiers for OAuth2/OpenId Connect.
OAuth2RBAC(OAuth2RBAC) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.OAuth2RBAC
 
OAuth2RBAC(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.OAuth2RBAC
 
OAuth2RBAC - Class in io.vertx.rxjava.ext.auth.oauth2
Functional interface that allows users to implement custom RBAC verifiers for OAuth2/OpenId Connect.
OAuth2RBAC(OAuth2RBAC) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.OAuth2RBAC
 
OAuth2RBAC(Object) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.OAuth2RBAC
 
OAuth2Response - Interface in io.vertx.ext.auth.oauth2
Deprecated.
this interface was available before webclient was present, today it makes more sense to use a webclient to do http related calls.
OAuth2Response - Class in io.vertx.reactivex.ext.auth.oauth2
A response from a fetch request.
OAuth2Response(OAuth2Response) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.OAuth2Response
 
OAuth2Response(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.OAuth2Response
 
OAuth2Response - Class in io.vertx.rxjava.ext.auth.oauth2
A response from a fetch request.
OAuth2Response(OAuth2Response) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.OAuth2Response
 
OAuth2Response(Object) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.OAuth2Response
 
OBJECT - Static variable in class io.vertx.reactivex.redis.client.Command
 
object(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command object.
object(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command object.
OBJECT - Static variable in interface io.vertx.redis.client.Command
 
object(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command object.
object(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command object.
OBJECT - Static variable in class io.vertx.rxjava.redis.client.Command
 
object(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command object.
object(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command object.
objectContainsKey(Object, String) - Method in interface io.vertx.core.json.pointer.JsonPointerIterator
 
objectContainsKey(Object, String) - Method in class io.vertx.reactivex.core.json.pointer.JsonPointerIterator
 
objectContainsKey(Object, String) - Method in class io.vertx.rxjava.core.json.pointer.JsonPointerIterator
 
objectEventMode() - Method in interface io.vertx.core.parsetools.JsonParser
Flip the parser to emit a stream of events for each new json object.
objectEventMode() - Method in class io.vertx.reactivex.core.parsetools.JsonParser
Flip the parser to emit a stream of events for each new json object.
objectEventMode() - Method in class io.vertx.rxjava.core.parsetools.JsonParser
Flip the parser to emit a stream of events for each new json object.
ObjectKeyword - Class in io.vertx.json.schema.common.dsl
 
ObjectKeyword(String, Object) - Constructor for class io.vertx.json.schema.common.dsl.ObjectKeyword
 
ObjectKeyword(String, Supplier<Object>) - Constructor for class io.vertx.json.schema.common.dsl.ObjectKeyword
 
objectName() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.MetricMBean
 
ObjectParserFactory - Interface in io.vertx.ext.web.validation.builder
This interface is used to create ValueParser able to parse serialized object structures.
objectSchema() - Static method in class io.vertx.json.schema.common.dsl.Schemas
 
ObjectSchemaBuilder - Class in io.vertx.json.schema.common.dsl
 
ObjectType - Enum in io.vertx.ext.shell.command.base
 
objectValue() - Method in interface io.vertx.core.parsetools.JsonEvent
 
objectValue() - Method in class io.vertx.reactivex.core.parsetools.JsonEvent
 
objectValue() - Method in class io.vertx.rxjava.core.parsetools.JsonEvent
 
objectValueMode() - Method in interface io.vertx.core.parsetools.JsonParser
Flip the parser to emit a single value event for each new json object.
objectValueMode() - Method in class io.vertx.reactivex.core.parsetools.JsonParser
Flip the parser to emit a single value event for each new json object.
objectValueMode() - Method in class io.vertx.rxjava.core.parsetools.JsonParser
Flip the parser to emit a single value event for each new json object.
ObservableFuture<T> - Class in io.vertx.rx.java
 
ObservableFuture() - Constructor for class io.vertx.rx.java.ObservableFuture
 
observableFuture() - Static method in class io.vertx.rx.java.RxHelper
Create a new ObservableFuture<T> object: an Observable implementation implementing Handler<AsyncResult<T>>.
ObservableHandler<T> - Class in io.vertx.rx.java
 
ObservableHandler() - Constructor for class io.vertx.rx.java.ObservableHandler
 
ObservableHandler(boolean) - Constructor for class io.vertx.rx.java.ObservableHandler
 
observableHandler() - Static method in class io.vertx.rx.java.RxHelper
Create a new ObservableHandler<T> object: an Observable implementation implementing Handler<T>.
observableHandler(boolean) - Static method in class io.vertx.rx.java.RxHelper
Create a new ObservableHandler<T> object: an Observable implementation implementing Handler<T>.

When parameter is false and the event handler completes, the observable will produce the event and complete immediatly after, as a single event is expected.

ObservableHelper - Class in io.vertx.reactivex.core
 
ObservableHelper() - Constructor for class io.vertx.reactivex.core.ObservableHelper
 
ObservableHelper - Class in io.vertx.reactivex
 
ObservableHelper() - Constructor for class io.vertx.reactivex.ObservableHelper
 
ObservableOnSubscribeAdapter<T> - Class in io.vertx.rx.java
 
ObservableOnSubscribeAdapter() - Constructor for class io.vertx.rx.java.ObservableOnSubscribeAdapter
 
ObservableReadStream<T,R> - Class in io.vertx.rx.java
Adapt a ReadStream to be an Observable.OnSubscribe that can be used to build Observable.
ObservableReadStream(ReadStream<T>, Function<T, R>) - Constructor for class io.vertx.rx.java.ObservableReadStream
 
ObservableReadStream(ReadStream<T>, Function<T, R>, long) - Constructor for class io.vertx.rx.java.ObservableReadStream
 
of(String) - Static method in enum io.vertx.ext.auth.webauthn.Attestation
 
of(String) - Static method in enum io.vertx.ext.auth.webauthn.AuthenticatorAttachment
 
of(String) - Static method in enum io.vertx.ext.auth.webauthn.AuthenticatorTransport
 
of(String) - Static method in enum io.vertx.ext.auth.webauthn.UserVerification
 
of(String) - Static method in enum io.vertx.ext.consul.AclTokenType
 
of(String) - Static method in enum io.vertx.ext.consul.CheckStatus
 
of(String) - Static method in enum io.vertx.ext.consul.HealthState
 
of(String) - Static method in enum io.vertx.ext.consul.SessionBehavior
 
of(String) - Static method in enum io.vertx.mysqlclient.SslMode
 
of() - Static method in class io.vertx.pgclient.data.Interval
 
of(int, int, int, int, int, int, int) - Static method in class io.vertx.pgclient.data.Interval
 
of(int, int, int, int, int, int) - Static method in class io.vertx.pgclient.data.Interval
 
of(int, int, int, int, int) - Static method in class io.vertx.pgclient.data.Interval
 
of(int, int, int, int) - Static method in class io.vertx.pgclient.data.Interval
 
of(int, int, int) - Static method in class io.vertx.pgclient.data.Interval
 
of(int, int) - Static method in class io.vertx.pgclient.data.Interval
 
of(int) - Static method in class io.vertx.pgclient.data.Interval
 
of(String) - Static method in enum io.vertx.pgclient.SslMode
 
of(Object) - Static method in class io.vertx.reactivex.sqlclient.Tuple
Create a tuple of one element.
of(Object, Object) - Static method in class io.vertx.reactivex.sqlclient.Tuple
Create a tuple of two elements.
of(Object, Object, Object) - Static method in class io.vertx.reactivex.sqlclient.Tuple
Create a tuple of three elements.
of(Object, Object, Object, Object) - Static method in class io.vertx.reactivex.sqlclient.Tuple
Create a tuple of four elements.
of(Object, Object, Object, Object, Object) - Static method in class io.vertx.reactivex.sqlclient.Tuple
Create a tuple of five elements.
of(Object, Object, Object, Object, Object, Object) - Static method in class io.vertx.reactivex.sqlclient.Tuple
Create a tuple of six elements.
of(Object) - Static method in class io.vertx.rxjava.sqlclient.Tuple
Create a tuple of one element.
of(Object, Object) - Static method in class io.vertx.rxjava.sqlclient.Tuple
Create a tuple of two elements.
of(Object, Object, Object) - Static method in class io.vertx.rxjava.sqlclient.Tuple
Create a tuple of three elements.
of(Object, Object, Object, Object) - Static method in class io.vertx.rxjava.sqlclient.Tuple
Create a tuple of four elements.
of(Object, Object, Object, Object, Object) - Static method in class io.vertx.rxjava.sqlclient.Tuple
Create a tuple of five elements.
of(Object, Object, Object, Object, Object, Object) - Static method in class io.vertx.rxjava.sqlclient.Tuple
Create a tuple of six elements.
of(Object) - Static method in interface io.vertx.sqlclient.Tuple
Create a tuple of one element.
of(Object, Object) - Static method in interface io.vertx.sqlclient.Tuple
Create a tuple of two elements.
of(Object, Object, Object) - Static method in interface io.vertx.sqlclient.Tuple
Create a tuple of three elements.
of(Object, Object, Object, Object) - Static method in interface io.vertx.sqlclient.Tuple
Create a tuple of four elements.
of(Object, Object, Object, Object, Object) - Static method in interface io.vertx.sqlclient.Tuple
Create a tuple of five elements.
of(Object, Object, Object, Object, Object, Object) - Static method in interface io.vertx.sqlclient.Tuple
Create a tuple of six elements.
of(Object, Object...) - Static method in interface io.vertx.sqlclient.Tuple
Create a tuple of an arbitrary number of elements.
offloadExecutor(Executor) - Method in class io.vertx.grpc.VertxChannelBuilder
 
offset() - Method in interface io.vertx.kafka.client.consumer.KafkaConsumerRecord
 
offset() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumerRecord
 
offset() - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumerRecord
 
OffsetAndMetadata - Class in io.vertx.kafka.client.consumer
Provide additional metadata when an offset is committed
OffsetAndMetadata() - Constructor for class io.vertx.kafka.client.consumer.OffsetAndMetadata
Constructor
OffsetAndMetadata(long, String) - Constructor for class io.vertx.kafka.client.consumer.OffsetAndMetadata
Constructor
OffsetAndMetadata(JsonObject) - Constructor for class io.vertx.kafka.client.consumer.OffsetAndMetadata
Constructor (from JSON representation)
OffsetAndMetadata(OffsetAndMetadata) - Constructor for class io.vertx.kafka.client.consumer.OffsetAndMetadata
Constructor (copy)
OffsetAndTimestamp - Class in io.vertx.kafka.client.consumer
Represent information related to a Offset with timestamp information
OffsetAndTimestamp() - Constructor for class io.vertx.kafka.client.consumer.OffsetAndTimestamp
Constructor
OffsetAndTimestamp(long, long) - Constructor for class io.vertx.kafka.client.consumer.OffsetAndTimestamp
Constructor
OffsetAndTimestamp(JsonObject) - Constructor for class io.vertx.kafka.client.consumer.OffsetAndTimestamp
Constructor (from JSON representation)
OffsetAndTimestamp(OffsetAndTimestamp) - Constructor for class io.vertx.kafka.client.consumer.OffsetAndTimestamp
Constructor (copy)
offsetsForTimes(Map<TopicPartition, Long>, Handler<AsyncResult<Map<TopicPartition, OffsetAndTimestamp>>>) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
Look up the offsets for the given partitions by timestamp.
offsetsForTimes(Map<TopicPartition, Long>) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
Like KafkaConsumer.offsetsForTimes(Map, Handler) but returns a Future of the asynchronous result
offsetsForTimes(TopicPartition, Long, Handler<AsyncResult<OffsetAndTimestamp>>) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
Look up the offset for the given partition by timestamp.
offsetsForTimes(TopicPartition, Long) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
Like KafkaConsumer.offsetsForTimes(TopicPartition, Long, Handler) but returns a Future of the asynchronous result
offsetsForTimes(Map<TopicPartition, Long>, Handler<AsyncResult<Map<TopicPartition, OffsetAndTimestamp>>>) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
Look up the offsets for the given partitions by timestamp.
offsetsForTimes(Map<TopicPartition, Long>) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
Like KafkaReadStream.offsetsForTimes(Map, Handler) but returns a Future of the asynchronous result
offsetsForTimes(TopicPartition, long, Handler<AsyncResult<OffsetAndTimestamp>>) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
* Look up the offset for the given partition by timestamp.
offsetsForTimes(TopicPartition, long) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
Like KafkaReadStream.offsetsForTimes(TopicPartition, long, Handler) but returns a Future of the asynchronous result
offsetsForTimes(TopicPartition, Long, Handler<AsyncResult<OffsetAndTimestamp>>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Look up the offset for the given partition by timestamp.
offsetsForTimes(TopicPartition, Long) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Look up the offset for the given partition by timestamp.
offsetsForTimes(TopicPartition, Long, Handler<AsyncResult<OffsetAndTimestamp>>) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Look up the offset for the given partition by timestamp.
offsetsForTimes(TopicPartition, Long) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Look up the offset for the given partition by timestamp.
OffsetSpec - Class in io.vertx.kafka.admin
 
OffsetSpec(long) - Constructor for class io.vertx.kafka.admin.OffsetSpec
Constructor
OffsetSpec(JsonObject) - Constructor for class io.vertx.kafka.admin.OffsetSpec
Constructor (from JSON representation)
OffsetSpecConverter - Class in io.vertx.kafka.admin
Converter and mapper for OffsetSpec.
OffsetSpecConverter() - Constructor for class io.vertx.kafka.admin.OffsetSpecConverter
 
ofVerb(String) - Static method in enum io.vertx.ext.consul.TxnKVVerb
 
OK() - Static method in class io.vertx.ext.healthchecks.Status
Creates a status when everything is fine.
OK(JsonObject) - Static method in class io.vertx.ext.healthchecks.Status
Creates a status when everything is fine and adds metadata.
oldId() - Method in interface io.vertx.ext.web.Session
 
oldId() - Method in class io.vertx.ext.web.sstore.AbstractSession
 
oldId() - Method in class io.vertx.reactivex.ext.web.Session
 
oldId() - Method in class io.vertx.rxjava.ext.web.Session
 
onAck(StompServerConnection, Frame, List<Frame>) - Method in interface io.vertx.ext.stomp.StompServerHandler
Method called by single message (client-individual policy) or a set of message (client policy) are acknowledged.
onAck(StompServerConnection, Frame, List<Frame>) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
Method called by single message (client-individual policy) or a set of message (client policy) are acknowledged.
onAck(StompServerConnection, Frame, List<Frame>) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
Method called by single message (client-individual policy) or a set of message (client policy) are acknowledged.
onAckHandler(Handler<Acknowledgement>) - Method in interface io.vertx.ext.stomp.StompServerHandler
Configures the action to execute when messages are acknowledged.
onAckHandler(Handler<Acknowledgement>) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
Configures the action to execute when messages are acknowledged.
onAckHandler(Handler<Acknowledgement>) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
Configures the action to execute when messages are acknowledged.
onAuthenticationRequest(StompServerConnection, String, String, Handler<AsyncResult<Boolean>>) - Method in interface io.vertx.ext.stomp.StompServerHandler
Called when the client connects to a server requiring authentication.
onAuthenticationRequest(StompServerConnection, String, String) - Method in interface io.vertx.ext.stomp.StompServerHandler
onAuthenticationRequest(StompServerConnection, String, String, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
Called when the client connects to a server requiring authentication.
onAuthenticationRequest(StompServerConnection, String, String) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
Called when the client connects to a server requiring authentication.
onAuthenticationRequest(StompServerConnection, String, String, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
Called when the client connects to a server requiring authentication.
onAuthenticationRequest(StompServerConnection, String, String) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
Called when the client connects to a server requiring authentication.
onClose(StompServerConnection) - Method in interface io.vertx.ext.stomp.StompServerHandler
Called when the connection is closed.
onClose(StompServerConnection) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
Called when the connection is closed.
onClose(StompServerConnection) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
Called when the connection is closed.
onClose() - Method in class io.vertx.servicediscovery.types.AbstractServiceReference
Callback that let you cleanup the service object.
onComplete(Handler<AsyncResult<CompositeFuture>>) - Method in interface io.vertx.core.CompositeFuture
 
onComplete(Handler<AsyncResult<T>>) - Method in interface io.vertx.core.Future
Add a handler to be notified of the result.
onCompleted() - Method in class io.vertx.rx.java.ReadStreamSubscriber
 
one() - Method in interface io.vertx.cassandra.ResultSet
 
one() - Method in class io.vertx.reactivex.cassandra.ResultSet
 
one() - Method in class io.vertx.rxjava.cassandra.ResultSet
 
oneOf(SchemaBuilder...) - Static method in class io.vertx.json.schema.common.dsl.Schemas
 
oneOf(List<Future<T>>) - Static method in class io.vertx.json.schema.common.FutureUtils
 
OneOfValidatorFactory - Class in io.vertx.json.schema.common
 
OneOfValidatorFactory() - Constructor for class io.vertx.json.schema.common.OneOfValidatorFactory
 
onError(Consumer<? super Throwable>) - Method in interface io.vertx.reactivex.WriteStreamObserver
Sets the handler to invoke if the Observable that was subscribed to terminates with an error.
onError(Consumer<? super Throwable>) - Method in interface io.vertx.reactivex.WriteStreamSubscriber
Sets the handler to invoke if the Flowable that was subscribed to terminates with an error.
onError(Throwable) - Method in class io.vertx.rx.java.ReadStreamSubscriber
 
onError(Action1<Throwable>) - Method in class io.vertx.rx.java.WriteStreamSubscriber
Sets the handler to invoke if the Observable that was subscribed to terminates with an error.
oneToMany(ContextInternal, I, BiConsumer<I, StreamObserver<O>>) - Static method in class io.vertx.grpc.stub.ClientCalls
 
oneToMany(I, StreamObserver<O>, String, BiConsumer<I, WriteStream<O>>) - Static method in class io.vertx.grpc.stub.ServerCalls
 
oneToOne(ContextInternal, I, BiConsumer<I, StreamObserver<O>>) - Static method in class io.vertx.grpc.stub.ClientCalls
 
oneToOne(I, StreamObserver<O>, String, Function<I, Future<O>>) - Static method in class io.vertx.grpc.stub.ServerCalls
 
onFailure(Handler<Throwable>) - Method in interface io.vertx.core.CompositeFuture
 
onFailure(Handler<Throwable>) - Method in interface io.vertx.core.Future
Add a handler to be notified of the failed result.
onNack(StompServerConnection, Frame, List<Frame>) - Method in interface io.vertx.ext.stomp.StompServerHandler
Method called by single message (client-individual policy) or a set of message (client policy) are not acknowledged.
onNack(StompServerConnection, Frame, List<Frame>) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
Method called by single message (client-individual policy) or a set of message (client policy) are not acknowledged.
onNack(StompServerConnection, Frame, List<Frame>) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
Method called by single message (client-individual policy) or a set of message (client policy) are not acknowledged.
onNackHandler(Handler<Acknowledgement>) - Method in interface io.vertx.ext.stomp.StompServerHandler
Configures the action to execute when messages are not acknowledged.
onNackHandler(Handler<Acknowledgement>) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
Configures the action to execute when messages are not acknowledged.
onNackHandler(Handler<Acknowledgement>) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
Configures the action to execute when messages are not acknowledged.
onNext(R) - Method in class io.vertx.rx.java.ReadStreamSubscriber
 
onPublish(Record) - Method in class io.vertx.reactivex.servicediscovery.spi.ServiceExporter
Notify a new record has been published, the record's registration can be used to uniquely identify the record
onPublish(Record) - Method in class io.vertx.rxjava.servicediscovery.spi.ServiceExporter
Notify a new record has been published, the record's registration can be used to uniquely identify the record
onPublish(Record) - Method in interface io.vertx.servicediscovery.spi.ServiceExporter
Notify a new record has been published, the record's registration can be used to uniquely identify the record
onServerActivity() - Method in interface io.vertx.ext.stomp.StompServerConnection
Notifies the connection about server activity (the server has sent a frame).
onServerActivity() - Method in class io.vertx.reactivex.ext.stomp.StompServerConnection
Notifies the connection about server activity (the server has sent a frame).
onServerActivity() - Method in class io.vertx.rxjava.ext.stomp.StompServerConnection
Notifies the connection about server activity (the server has sent a frame).
onSubscribed() - Method in class io.vertx.rx.java.HandlerAdapter
 
onSubscribed() - Method in class io.vertx.rx.java.ObservableOnSubscribeAdapter
 
onSuccess(Handler<CompositeFuture>) - Method in interface io.vertx.core.CompositeFuture
 
onSuccess(Handler<T>) - Method in interface io.vertx.core.Future
Add a handler to be notified of the succeeded result.
onUnpublish(String) - Method in class io.vertx.reactivex.servicediscovery.spi.ServiceExporter
Notify an existing record has been removed
onUnpublish(String) - Method in class io.vertx.rxjava.servicediscovery.spi.ServiceExporter
Notify an existing record has been removed
onUnpublish(String) - Method in interface io.vertx.servicediscovery.spi.ServiceExporter
Notify an existing record has been removed
onUnsubscribed() - Method in class io.vertx.rx.java.HandlerAdapter
 
onUnsubscribed() - Method in class io.vertx.rx.java.ObservableOnSubscribeAdapter
 
onUpdate(Record) - Method in class io.vertx.reactivex.servicediscovery.spi.ServiceExporter
Notify an existing record has been updated, the record's registration can be used to uniquely identify the record
onUpdate(Record) - Method in class io.vertx.rxjava.servicediscovery.spi.ServiceExporter
Notify an existing record has been updated, the record's registration can be used to uniquely identify the record
onUpdate(Record) - Method in interface io.vertx.servicediscovery.spi.ServiceExporter
Notify an existing record has been updated, the record's registration can be used to uniquely identify the record
onWriteStreamEnd(Action) - Method in interface io.vertx.reactivex.WriteStreamObserver
Sets the handler to invoke when the adapted WriteStream ends successfully.
onWriteStreamEnd(Action) - Method in interface io.vertx.reactivex.WriteStreamSubscriber
Sets the handler to invoke when the adapted WriteStream ends successfully.
onWriteStreamEnd(Action0) - Method in class io.vertx.rx.java.WriteStreamSubscriber
Sets the handler to invoke when the adapted WriteStream ends successfully.
onWriteStreamEndError(Consumer<? super Throwable>) - Method in interface io.vertx.reactivex.WriteStreamObserver
Sets the handler to invoke when the adapted WriteStream ends with an error.
onWriteStreamEndError(Consumer<? super Throwable>) - Method in interface io.vertx.reactivex.WriteStreamSubscriber
Sets the handler to invoke when the adapted WriteStream ends with an error.
onWriteStreamEndError(Action1<Throwable>) - Method in class io.vertx.rx.java.WriteStreamSubscriber
Sets the handler to invoke when the adapted WriteStream ends with an error.
onWriteStreamError(Consumer<? super Throwable>) - Method in interface io.vertx.reactivex.WriteStreamObserver
Sets the handler to invoke if the adapted WriteStream fails.
onWriteStreamError(Consumer<? super Throwable>) - Method in interface io.vertx.reactivex.WriteStreamSubscriber
Sets the handler to invoke if the adapted WriteStream fails.
onWriteStreamError(Action1<Throwable>) - Method in class io.vertx.rx.java.WriteStreamSubscriber
Sets the handler to invoke if the adapted WriteStream fails.
opaqueAccessToken() - Method in interface io.vertx.ext.auth.oauth2.AccessToken
Deprecated.
The RAW String if available for the Access Token
opaqueAccessToken() - Method in class io.vertx.reactivex.ext.auth.oauth2.AccessToken
The RAW String if available for the Access Token
opaqueAccessToken() - Method in class io.vertx.rxjava.ext.auth.oauth2.AccessToken
The RAW String if available for the Access Token
opaqueIdToken() - Method in interface io.vertx.ext.auth.oauth2.AccessToken
Deprecated.
The RAW String if available for the Id Token
opaqueIdToken() - Method in class io.vertx.reactivex.ext.auth.oauth2.AccessToken
The RAW String if available for the Id Token
opaqueIdToken() - Method in class io.vertx.rxjava.ext.auth.oauth2.AccessToken
The RAW String if available for the Id Token
opaqueRefreshToken() - Method in interface io.vertx.ext.auth.oauth2.AccessToken
Deprecated.
The RAW String if available for the Refresh Token
opaqueRefreshToken() - Method in class io.vertx.reactivex.ext.auth.oauth2.AccessToken
The RAW String if available for the Refresh Token
opaqueRefreshToken() - Method in class io.vertx.rxjava.ext.auth.oauth2.AccessToken
The RAW String if available for the Refresh Token
open() - Method in interface io.vertx.circuitbreaker.CircuitBreaker
Explicitly opens the circuit.
open(String, OpenOptions, Handler<AsyncResult<AsyncFile>>) - Method in interface io.vertx.core.file.FileSystem
Open the file represented by path, asynchronously.
open(String, OpenOptions) - Method in interface io.vertx.core.file.FileSystem
Like FileSystem.open(String, OpenOptions, Handler) but returns a Future of the asynchronous result
open() - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
Explicitly opens the circuit.
open(String, OpenOptions, Handler<AsyncResult<AsyncFile>>) - Method in class io.vertx.reactivex.core.file.FileSystem
Open the file represented by path, asynchronously.
open(String, OpenOptions) - Method in class io.vertx.reactivex.core.file.FileSystem
Open the file represented by path, asynchronously.
open() - Method in class io.vertx.rxjava.circuitbreaker.CircuitBreaker
Explicitly opens the circuit.
open(String, OpenOptions, Handler<AsyncResult<AsyncFile>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Open the file represented by path, asynchronously.
open(String, OpenOptions) - Method in class io.vertx.rxjava.core.file.FileSystem
Open the file represented by path, asynchronously.
OpenAPI3RequestValidationHandler - Interface in io.vertx.ext.web.api.contract.openapi3
Deprecated.
You should use the new module vertx-web-openapi
OpenAPI3RequestValidationHandler - Class in io.vertx.reactivex.ext.web.api.contract.openapi3

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

OpenAPI3RequestValidationHandler(OpenAPI3RequestValidationHandler) - Constructor for class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RequestValidationHandler
 
OpenAPI3RequestValidationHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RequestValidationHandler
 
OpenAPI3RequestValidationHandler - Class in io.vertx.rxjava.ext.web.api.contract.openapi3

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

OpenAPI3RequestValidationHandler(OpenAPI3RequestValidationHandler) - Constructor for class io.vertx.rxjava.ext.web.api.contract.openapi3.OpenAPI3RequestValidationHandler
 
OpenAPI3RequestValidationHandler(Object) - Constructor for class io.vertx.rxjava.ext.web.api.contract.openapi3.OpenAPI3RequestValidationHandler
 
OpenAPI3RouterFactory - Interface in io.vertx.ext.web.api.contract.openapi3
Deprecated.
You should use the new module vertx-web-openapi
OpenAPI3RouterFactory - Class in io.vertx.reactivex.ext.web.api.contract.openapi3
Interface for OpenAPI3RouterFactory.
OpenAPI3RouterFactory(OpenAPI3RouterFactory) - Constructor for class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
 
OpenAPI3RouterFactory(Object) - Constructor for class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
 
OpenAPI3RouterFactory - Class in io.vertx.rxjava.ext.web.api.contract.openapi3
Interface for OpenAPI3RouterFactory.
OpenAPI3RouterFactory(OpenAPI3RouterFactory) - Constructor for class io.vertx.rxjava.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
 
OpenAPI3RouterFactory(Object) - Constructor for class io.vertx.rxjava.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
 
OpenAPI3SchemaParser - Class in io.vertx.json.schema.openapi3
 
OpenAPI3SchemaParser(SchemaRouter) - Constructor for class io.vertx.json.schema.openapi3.OpenAPI3SchemaParser
 
OpenAPIHolder - Interface in io.vertx.ext.web.openapi
 
OpenAPIHolder - Class in io.vertx.reactivex.ext.web.openapi
 
OpenAPIHolder(OpenAPIHolder) - Constructor for class io.vertx.reactivex.ext.web.openapi.OpenAPIHolder
 
OpenAPIHolder(Object) - Constructor for class io.vertx.reactivex.ext.web.openapi.OpenAPIHolder
 
OpenAPILoaderOptions - Class in io.vertx.ext.web.openapi
 
OpenAPILoaderOptions() - Constructor for class io.vertx.ext.web.openapi.OpenAPILoaderOptions
 
OpenAPILoaderOptions(JsonObject) - Constructor for class io.vertx.ext.web.openapi.OpenAPILoaderOptions
 
OpenAPILoaderOptionsConverter - Class in io.vertx.ext.web.openapi
Converter and mapper for OpenAPILoaderOptions.
OpenAPILoaderOptionsConverter() - Constructor for class io.vertx.ext.web.openapi.OpenAPILoaderOptionsConverter
 
openBlocking(String, OpenOptions) - Method in interface io.vertx.core.file.FileSystem
openBlocking(String, OpenOptions) - Method in class io.vertx.reactivex.core.file.FileSystem
openBlocking(String, OpenOptions) - Method in class io.vertx.rxjava.core.file.FileSystem
OpenCircuitException - Exception in io.vertx.circuitbreaker
Exception reported when the circuit breaker is open.
openHandler(Handler<Void>) - Method in interface io.vertx.circuitbreaker.CircuitBreaker
Sets a Handler invoked when the circuit breaker state switches to open.
openHandler(Handler<Void>) - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
Sets a invoked when the circuit breaker state switches to open.
openHandler(Handler<Void>) - Method in class io.vertx.rxjava.circuitbreaker.CircuitBreaker
Sets a invoked when the circuit breaker state switches to open.
OpenIDConnectAuth - Interface in io.vertx.ext.auth.oauth2.providers
Simplified factory to create an OAuth2Auth for OpenID Connect.
OpenIDConnectAuth - Class in io.vertx.reactivex.ext.auth.oauth2.providers
Simplified factory to create an OAuth2Auth for OpenID Connect.
OpenIDConnectAuth(OpenIDConnectAuth) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.OpenIDConnectAuth
 
OpenIDConnectAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.OpenIDConnectAuth
 
OpenIDConnectAuth - Class in io.vertx.rxjava.ext.auth.oauth2.providers
Simplified factory to create an OAuth2Auth for OpenID Connect.
OpenIDConnectAuth(OpenIDConnectAuth) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.providers.OpenIDConnectAuth
 
OpenIDConnectAuth(Object) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.providers.OpenIDConnectAuth
 
OpenOptions - Class in io.vertx.core.file
Describes how an AsyncFile should be opened.
OpenOptions() - Constructor for class io.vertx.core.file.OpenOptions
Default constructor
OpenOptions(OpenOptions) - Constructor for class io.vertx.core.file.OpenOptions
Copy constructor
OpenOptions(JsonObject) - Constructor for class io.vertx.core.file.OpenOptions
Constructor to create options from JSON
OpenOptionsConverter - Class in io.vertx.core.file
Converter and mapper for OpenOptions.
OpenOptionsConverter() - Constructor for class io.vertx.core.file.OpenOptionsConverter
 
OPENSHIFT_KUBERNETES_TOKEN_FILE - Static variable in class io.vertx.config.kubernetes.KubernetesUtils
 
OpenSSLEngineOptions - Class in io.vertx.core.net
Configures a TCPSSLOptions to use OpenSsl.
OpenSSLEngineOptions() - Constructor for class io.vertx.core.net.OpenSSLEngineOptions
 
OpenSSLEngineOptions(JsonObject) - Constructor for class io.vertx.core.net.OpenSSLEngineOptions
 
OpenSSLEngineOptions(OpenSSLEngineOptions) - Constructor for class io.vertx.core.net.OpenSSLEngineOptions
 
OpenSSLEngineOptionsConverter - Class in io.vertx.core.net
Converter and mapper for OpenSSLEngineOptions.
OpenSSLEngineOptionsConverter() - Constructor for class io.vertx.core.net.OpenSSLEngineOptionsConverter
 
OpenTracingOptions - Class in io.vertx.tracing.opentracing
 
OpenTracingOptions() - Constructor for class io.vertx.tracing.opentracing.OpenTracingOptions
 
OpenTracingOptions(Tracer) - Constructor for class io.vertx.tracing.opentracing.OpenTracingOptions
 
OpenTracingOptions(OpenTracingOptions) - Constructor for class io.vertx.tracing.opentracing.OpenTracingOptions
 
OpenTracingOptions(JsonObject) - Constructor for class io.vertx.tracing.opentracing.OpenTracingOptions
 
OpenTracingTracer - Class in io.vertx.tracing.opentracing
- https://github.com/opentracing/specification/blob/master/semantic_conventions.md - https://github.com/opentracing/specification/blob/master/specification.md
OpenTracingTracer(boolean, Tracer) - Constructor for class io.vertx.tracing.opentracing.OpenTracingTracer
Instantiate a OpenTracing tracer using the specified tracer.
OpenTracingTracerFactory - Class in io.vertx.tracing.opentracing
 
OpenTracingTracerFactory() - Constructor for class io.vertx.tracing.opentracing.OpenTracingTracerFactory
 
OpenTracingUtil - Class in io.vertx.tracing.opentracing
OpenTracingContext adds helpers for associating and disassociating spans with the current Context
OpenTracingUtil() - Constructor for class io.vertx.tracing.opentracing.OpenTracingUtil
 
Operation - Interface in io.vertx.ext.web.openapi
Interface representing an Operation
operation(String) - Method in interface io.vertx.ext.web.openapi.RouterBuilder
Access to an operation defined in the contract with operationId
Operation - Class in io.vertx.reactivex.ext.web.openapi
Interface representing an Operation

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

Operation(Operation) - Constructor for class io.vertx.reactivex.ext.web.openapi.Operation
 
Operation(Object) - Constructor for class io.vertx.reactivex.ext.web.openapi.Operation
 
operation(String) - Method in class io.vertx.reactivex.ext.web.openapi.RouterBuilder
Access to an operation defined in the contract with operationId
OperationRequest - Class in io.vertx.ext.web.api
Deprecated.
You should use the new module vertx-web-openapi
OperationRequest() - Constructor for class io.vertx.ext.web.api.OperationRequest
Deprecated.
 
OperationRequest(JsonObject) - Constructor for class io.vertx.ext.web.api.OperationRequest
Deprecated.
 
OperationRequest(JsonObject, MultiMap, JsonObject, JsonObject) - Constructor for class io.vertx.ext.web.api.OperationRequest
Deprecated.
 
OperationRequest(OperationRequest) - Constructor for class io.vertx.ext.web.api.OperationRequest
Deprecated.
 
OperationRequestConverter - Class in io.vertx.ext.web.api
Converter and mapper for OperationRequest.
OperationRequestConverter() - Constructor for class io.vertx.ext.web.api.OperationRequestConverter
 
OperationResponse - Class in io.vertx.ext.web.api
Deprecated.
You should use the new module vertx-web-openapi
OperationResponse() - Constructor for class io.vertx.ext.web.api.OperationResponse
Deprecated.
 
OperationResponse(JsonObject) - Constructor for class io.vertx.ext.web.api.OperationResponse
Deprecated.
 
OperationResponse(Integer, String, Buffer, MultiMap) - Constructor for class io.vertx.ext.web.api.OperationResponse
Deprecated.
 
OperationResponse(OperationResponse) - Constructor for class io.vertx.ext.web.api.OperationResponse
Deprecated.
 
OperationResponseConverter - Class in io.vertx.ext.web.api
Converter and mapper for OperationResponse.
OperationResponseConverter() - Constructor for class io.vertx.ext.web.api.OperationResponseConverter
 
operations() - Method in interface io.vertx.ext.web.openapi.RouterBuilder
 
operations() - Method in class io.vertx.reactivex.ext.web.openapi.RouterBuilder
 
Option - Annotation Type in io.vertx.core.cli.annotations
Annotates a setter to be called with the value of a command line option.
Option - Class in io.vertx.core.cli
Models command line options.
Option() - Constructor for class io.vertx.core.cli.Option
Creates a new empty instance of Option.
Option(Option) - Constructor for class io.vertx.core.cli.Option
Creates a new instance of Option by copying the state of another Option.
Option(JsonObject) - Constructor for class io.vertx.core.cli.Option
Creates a new instance of Option from the given JsonObject
optionalDeepObjectParam(String, ObjectSchemaBuilder) - Static method in interface io.vertx.ext.web.validation.builder.Parameters
Creates an optional deep object parameter.
optionalExplodedParam(String, ArraySchemaBuilder) - Static method in interface io.vertx.ext.web.validation.builder.Parameters
Creates an optional exploded array parameter.
optionalExplodedParam(String, TupleSchemaBuilder) - Static method in interface io.vertx.ext.web.validation.builder.Parameters
Creates an optional exploded tuple parameter.
optionalExplodedParam(String, ObjectSchemaBuilder) - Static method in interface io.vertx.ext.web.validation.builder.Parameters
Creates an optional exploded object parameter.
optionalJsonParam(String, SchemaBuilder) - Static method in interface io.vertx.ext.web.validation.builder.Parameters
Creates an optional parameter serialized as valid json
optionalParam(String, NumberSchemaBuilder) - Static method in interface io.vertx.ext.web.validation.builder.Parameters
Creates a new optional number parameter.
optionalParam(String, StringSchemaBuilder) - Static method in interface io.vertx.ext.web.validation.builder.Parameters
Creates a new optional string parameter
optionalParam(String, BooleanSchemaBuilder) - Static method in interface io.vertx.ext.web.validation.builder.Parameters
Creates a new optional boolean parameter
optionalParam(String, ArraySchemaBuilder) - Static method in interface io.vertx.ext.web.validation.builder.Parameters
Creates a new optional array parameter serialized as comma separated
optionalParam(String, TupleSchemaBuilder) - Static method in interface io.vertx.ext.web.validation.builder.Parameters
Creates a new optional tuple parameter serialized as comma separated
optionalParam(String, ObjectSchemaBuilder) - Static method in interface io.vertx.ext.web.validation.builder.Parameters
Creates an optional object parameter serialized as comma separated, like key1,value1,key2,value2
optionalParam(String, SchemaBuilder, ValueParser<String>) - Static method in interface io.vertx.ext.web.validation.builder.Parameters
Creates an optional parameter providing a ValueParser
optionalProperty(String, SchemaBuilder) - Method in class io.vertx.json.schema.common.dsl.ObjectSchemaBuilder
 
optionalSerializedParam(String, ArrayParserFactory, ArraySchemaBuilder) - Static method in interface io.vertx.ext.web.validation.builder.Parameters
Creates an optional array parameter deserializable using the provided parser factory.
optionalSerializedParam(String, TupleParserFactory, TupleSchemaBuilder) - Static method in interface io.vertx.ext.web.validation.builder.Parameters
Creates an optional tuple parameter deserializable using the provided parser factory.
optionalSerializedParam(String, ObjectParserFactory, ObjectSchemaBuilder) - Static method in interface io.vertx.ext.web.validation.builder.Parameters
Creates an optional object parameter deserializable using the provided parser factory.
optionComparator - Variable in class io.vertx.core.cli.UsageMessageFormatter
Comparator used to sort the options when they output in help text

Defaults to case-insensitive alphabetical sorting by option key.

OptionConverter - Class in io.vertx.core.cli
Converter and mapper for Option.
OptionConverter() - Constructor for class io.vertx.core.cli.OptionConverter
 
OPTIONS - Static variable in class io.vertx.core.http.HttpMethod
The RFC 2616 OPTIONS method, this instance is interned and uniquely used.
options - Variable in class io.vertx.ext.shell.command.base.BusPublish
 
options() - Method in interface io.vertx.ext.stomp.StompClient
 
options() - Method in interface io.vertx.ext.stomp.StompServer
 
options() - Method in interface io.vertx.ext.web.Router
Add a route that matches any HTTP OPTIONS request
options(String) - Method in interface io.vertx.ext.web.Router
Add a route that matches a HTTP OPTIONS request and the specified path
options() - Method in class io.vertx.reactivex.ext.stomp.StompClient
 
options() - Method in class io.vertx.reactivex.ext.stomp.StompServer
 
options() - Method in class io.vertx.reactivex.ext.web.Router
Add a route that matches any HTTP OPTIONS request
options(String) - Method in class io.vertx.reactivex.ext.web.Router
Add a route that matches a HTTP OPTIONS request and the specified path
options() - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
 
options() - Method in class io.vertx.rxjava.ext.stomp.StompClient
 
options() - Method in class io.vertx.rxjava.ext.stomp.StompServer
 
options() - Method in class io.vertx.rxjava.ext.web.Router
Add a route that matches any HTTP OPTIONS request
options(String) - Method in class io.vertx.rxjava.ext.web.Router
Add a route that matches a HTTP OPTIONS request and the specified path
options() - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
 
options() - Method in interface io.vertx.servicediscovery.ServiceDiscovery
 
optionsWithRegex(String) - Method in interface io.vertx.ext.web.Router
Add a route that matches a HTTP OPTIONS request and the specified path regex
optionsWithRegex(String) - Method in class io.vertx.reactivex.ext.web.Router
Add a route that matches a HTTP OPTIONS request and the specified path regex
optionsWithRegex(String) - Method in class io.vertx.rxjava.ext.web.Router
Add a route that matches a HTTP OPTIONS request and the specified path regex
OrAuthorization - Interface in io.vertx.ext.auth.authorization
Allows to perform a logical 'or' between several authorizations
OrAuthorization - Class in io.vertx.reactivex.ext.auth.authorization
Allows to perform a logical 'or' between several authorizations

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

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

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

OrAuthorization(OrAuthorization) - Constructor for class io.vertx.rxjava.ext.auth.authorization.OrAuthorization
 
OrAuthorization(Object) - Constructor for class io.vertx.rxjava.ext.auth.authorization.OrAuthorization
 
order() - Method in interface io.vertx.core.spi.JsonFactory
The order of the factory.
order() - Method in interface io.vertx.core.spi.VerticleFactory
The order of the factory.
order(int) - Method in interface io.vertx.ext.web.Route
Specify the order for this route.
order(int) - Method in class io.vertx.reactivex.ext.web.Route
Specify the order for this route.
order(int) - Method in class io.vertx.rxjava.ext.web.Route
Specify the order for this route.
ORDERED - Static variable in class io.vertx.ext.mongo.BulkWriteOptions
Field name for the ordered value in json representation
ORDERPATCH - Static variable in class io.vertx.core.http.HttpMethod
The RFC 3648 ORDERPATCH method, this instance is interned and uniquely used.
ORIGIN - Static variable in interface io.vertx.core.http.HttpHeaders
Origin header name
ORIGIN - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Origin header name
ORIGIN - Static variable in class io.vertx.rxjava.core.http.HttpHeaders
Origin header name
otherwise(Function<Throwable, T>) - Method in interface io.vertx.core.AsyncResult
Apply a mapper function on this async result.
otherwise(T) - Method in interface io.vertx.core.AsyncResult
Map the failure of this async result to a specific value.
otherwise(Function<Throwable, T>) - Method in interface io.vertx.core.Future
Apply a mapper function on this future.
otherwise(T) - Method in interface io.vertx.core.Future
Map the failure of a future to a specific value.
otherwiseEmpty() - Method in interface io.vertx.core.AsyncResult
Map the failure of this async result to null.
otherwiseEmpty() - Method in interface io.vertx.core.Future
Map the failure of a future to null.
out - Variable in class io.vertx.core.spi.launcher.DefaultCommand
The PrintStream that the command can use to write on the console.
out() - Method in class io.vertx.core.spi.launcher.DefaultCommand
 
OUT(int) - Static method in interface io.vertx.jdbcclient.SqlOutParam
Factory for a OUT parameter of type out.
OUT(String) - Static method in interface io.vertx.jdbcclient.SqlOutParam
Factory for a OUT parameter of type out.
OUT(JDBCType) - Static method in interface io.vertx.jdbcclient.SqlOutParam
Factory for a OUT parameter of type out.
OUT(int) - Static method in class io.vertx.reactivex.jdbcclient.SqlOutParam
Factory for a OUT parameter of type out.
OUT(String) - Static method in class io.vertx.reactivex.jdbcclient.SqlOutParam
Factory for a OUT parameter of type out.
OUT(JDBCType) - Static method in class io.vertx.reactivex.jdbcclient.SqlOutParam
Factory for a OUT parameter of type out.
OUT(int) - Static method in class io.vertx.rxjava.jdbcclient.SqlOutParam
Factory for a OUT parameter of type out.
OUT(String) - Static method in class io.vertx.rxjava.jdbcclient.SqlOutParam
Factory for a OUT parameter of type out.
OUT(JDBCType) - Static method in class io.vertx.rxjava.jdbcclient.SqlOutParam
Factory for a OUT parameter of type out.
OutboundMapping - Class in io.vertx.camel
Represents a mapping between a Vert.x event bus address and a Camel endpoint.
OutboundMapping() - Constructor for class io.vertx.camel.OutboundMapping
 
OUTPUT - Static variable in interface io.vertx.jdbcclient.JDBCPool
The property to be used to retrieve the output of the callable statement
OUTPUT - Static variable in class io.vertx.reactivex.jdbcclient.JDBCPool
The property to be used to retrieve the output of the callable statement
OUTPUT - Static variable in class io.vertx.rxjava.jdbcclient.JDBCPool
The property to be used to retrieve the output of the callable statement
overrideAuthority(String) - Method in class io.vertx.grpc.VertxChannelBuilder
 
owner() - Method in interface io.vertx.core.Context
 
owner() - Method in class io.vertx.maven.MavenCoords
 
owner() - Method in class io.vertx.reactivex.core.Context
 
owner() - Method in class io.vertx.rxjava.core.Context
 

P

param(String) - Method in class io.vertx.ext.auth.HashString
 
param(String, NumberSchemaBuilder) - Static method in interface io.vertx.ext.web.validation.builder.Parameters
Creates a new required number parameter.
param(String, StringSchemaBuilder) - Static method in interface io.vertx.ext.web.validation.builder.Parameters
Creates a new required string parameter
param(String, BooleanSchemaBuilder) - Static method in interface io.vertx.ext.web.validation.builder.Parameters
Creates a new required boolean parameter
param(String, ArraySchemaBuilder) - Static method in interface io.vertx.ext.web.validation.builder.Parameters
Creates a new required array parameter serialized as comma separated
param(String, TupleSchemaBuilder) - Static method in interface io.vertx.ext.web.validation.builder.Parameters
Creates a new required tuple parameter serialized as comma separated
param(String, ObjectSchemaBuilder) - Static method in interface io.vertx.ext.web.validation.builder.Parameters
Creates a required object parameter serialized as comma separated, like key1,value1,key2,value2
param(String, SchemaBuilder, ValueParser<String>) - Static method in interface io.vertx.ext.web.validation.builder.Parameters
Creates a required parameter providing a ValueParser
parameter(String) - Method in interface io.vertx.ext.web.ParsedHeaderValue
The value of the parameter specified by this key.
parameter(ParameterLocation, ParameterProcessor) - Method in interface io.vertx.ext.web.validation.builder.ValidationHandlerBuilder
Add a parameter given the location and the processor
parameter(String) - Method in class io.vertx.reactivex.ext.web.LanguageHeader
The value of the parameter specified by this key.
parameter(String) - Method in class io.vertx.reactivex.ext.web.MIMEHeader
The value of the parameter specified by this key.
parameter(String) - Method in interface io.vertx.reactivex.ext.web.ParsedHeaderValue
The value of the parameter specified by this key.
parameter(String) - Method in class io.vertx.rxjava.ext.web.LanguageHeader
The value of the parameter specified by this key.
parameter(String) - Method in class io.vertx.rxjava.ext.web.MIMEHeader
The value of the parameter specified by this key.
parameter(String) - Method in interface io.vertx.rxjava.ext.web.ParsedHeaderValue
The value of the parameter specified by this key.
ParameterClosingConsumer<T> - Interface in io.vertx.junit5
A consumer to close extension parameters, like closing a Vert.x context, a web client, etc.
parameterClosingConsumer() - Method in class io.vertx.junit5.rxjava.VertxParameterProvider
 
parameterClosingConsumer() - Method in class io.vertx.junit5.rxjava2.VertxParameterProvider
 
parameterClosingConsumer() - Method in interface io.vertx.junit5.VertxExtensionParameterProvider
A consumer to close the resource.
parameterClosingConsumer() - Method in class io.vertx.junit5.VertxParameterProvider
 
parameterClosingConsumer() - Method in class io.vertx.junit5.VertxTestContextParameterProvider
 
ParameterLocation - Enum in io.vertx.ext.web.api.validation
Deprecated.
You should use the new module vertx-web-openapi
parameterName() - Method in exception io.vertx.ext.web.api.validation.ValidationException
Deprecated.
 
ParameterProcessorException - Exception in io.vertx.ext.web.validation
Represents an exception while processing a parameter
ParameterProcessorException(String, String, ParameterLocation, ParameterProcessorException.ParameterProcessorErrorType, Throwable) - Constructor for exception io.vertx.ext.web.validation.ParameterProcessorException
 
ParameterProcessorException.ParameterProcessorErrorType - Enum in io.vertx.ext.web.validation
 
ParameterProcessorFactory - Interface in io.vertx.ext.web.validation.builder
This interface is used to build parameter processors supported on every ParameterLocation.
parameters() - Method in interface io.vertx.ext.web.ParsedHeaderValue
The parameters specified in this header value.
Parameters - Interface in io.vertx.ext.web.validation.builder
In this interface you can find all available ParameterProcessorFactory to use in ValidationHandlerBuilder.
parameters() - Method in class io.vertx.reactivex.ext.web.LanguageHeader
The parameters specified in this header value.
parameters() - Method in class io.vertx.reactivex.ext.web.MIMEHeader
The parameters specified in this header value.
parameters() - Method in interface io.vertx.reactivex.ext.web.ParsedHeaderValue
The parameters specified in this header value.
parameters() - Method in class io.vertx.rxjava.ext.web.LanguageHeader
The parameters specified in this header value.
parameters() - Method in class io.vertx.rxjava.ext.web.MIMEHeader
The parameters specified in this header value.
parameters() - Method in interface io.vertx.rxjava.ext.web.ParsedHeaderValue
The parameters specified in this header value.
ParametersMapped - Annotation Type in io.vertx.sqlclient.templates.annotations
Annotate a Vert.x data object to generate an SQL template parameters mapper.
ParametersMapperGen - Class in io.vertx.sqlclient.templates.generator
 
ParametersMapperGen() - Constructor for class io.vertx.sqlclient.templates.generator.ParametersMapperGen
 
ParameterType - Enum in io.vertx.ext.web.api.validation
Deprecated.
You should use the new module vertx-web-openapi
ParameterTypeValidator - Interface in io.vertx.ext.web.api.validation
Deprecated.
You should use the new module vertx-web-openapi
parameterTypeValidator() - Method in interface io.vertx.ext.web.api.validation.ParameterValidationRule
Deprecated.
Return ParameterTypeValidator instance used inside this parameter validation rule
ParameterTypeValidator - Class in io.vertx.reactivex.ext.web.api.validation
Interface for declaration of method for validate a specific parameter type.
If you want to implement your own type validator, you need only to implement ParameterTypeValidator.isValid(java.lang.String): If parameter is valid, call to put value (maybe modified) inside RequestParameters.
ParameterTypeValidator(ParameterTypeValidator) - Constructor for class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
 
ParameterTypeValidator(Object) - Constructor for class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
 
parameterTypeValidator() - Method in class io.vertx.reactivex.ext.web.api.validation.ParameterValidationRule
Deprecated.
ParameterTypeValidator - Class in io.vertx.rxjava.ext.web.api.validation
Interface for declaration of method for validate a specific parameter type.
If you want to implement your own type validator, you need only to implement ParameterTypeValidator.isValid(java.lang.String): If parameter is valid, call to put value (maybe modified) inside RequestParameters.
ParameterTypeValidator(ParameterTypeValidator) - Constructor for class io.vertx.rxjava.ext.web.api.validation.ParameterTypeValidator
 
ParameterTypeValidator(Object) - Constructor for class io.vertx.rxjava.ext.web.api.validation.ParameterTypeValidator
 
parameterTypeValidator() - Method in class io.vertx.rxjava.ext.web.api.validation.ParameterValidationRule
Deprecated.
ParameterValidationRule - Interface in io.vertx.ext.web.api.validation
Deprecated.
You should use the new module vertx-web-openapi
ParameterValidationRule - Class in io.vertx.reactivex.ext.web.api.validation
This function is an inner wrapper for ParameterTypeValidator inside ValidationHandler parameter maps.
ParameterValidationRule(ParameterValidationRule) - Constructor for class io.vertx.reactivex.ext.web.api.validation.ParameterValidationRule
 
ParameterValidationRule(Object) - Constructor for class io.vertx.reactivex.ext.web.api.validation.ParameterValidationRule
 
ParameterValidationRule - Class in io.vertx.rxjava.ext.web.api.validation
This function is an inner wrapper for ParameterTypeValidator inside ValidationHandler parameter maps.
ParameterValidationRule(ParameterValidationRule) - Constructor for class io.vertx.rxjava.ext.web.api.validation.ParameterValidationRule
 
ParameterValidationRule(Object) - Constructor for class io.vertx.rxjava.ext.web.api.validation.ParameterValidationRule
 
params() - Method in interface io.vertx.core.http.HttpServerRequest
 
params() - Method in interface io.vertx.ext.auth.HashingAlgorithm
return the list of param names required for this algorithm.
params() - Method in class io.vertx.ext.auth.HashString
 
params() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
 
params() - Method in class io.vertx.reactivex.ext.auth.HashingAlgorithm
return the list of param names required for this algorithm.
params() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
params() - Method in class io.vertx.rxjava.ext.auth.HashingAlgorithm
return the list of param names required for this algorithm.
parent() - Method in interface io.vertx.core.json.pointer.JsonPointer
Remove last reference token of this pointer
parent() - Method in class io.vertx.reactivex.core.json.pointer.JsonPointer
Remove last reference token of this pointer
parent() - Method in class io.vertx.rxjava.core.json.pointer.JsonPointer
Remove last reference token of this pointer
parse(List<String>) - Method in interface io.vertx.core.cli.CLI
Parses the user command line interface and create a new CommandLine containing extracting values.
parse(List<String>, boolean) - Method in interface io.vertx.core.cli.CLI
Parses the user command line interface and create a new CommandLine containing extracting values.
parse(String) - Static method in class io.vertx.ext.stomp.Frame.Heartbeat
Creates an instance of Frame.Heartbeat from the heartbeat header of a frame .
parse(Object, JsonPointer, MutableStateValidator) - Method in class io.vertx.json.schema.common.BaseSchemaParser
 
parse(JsonObject) - Method in interface io.vertx.json.schema.common.SchemaParserInternal
 
parse(Boolean) - Method in interface io.vertx.json.schema.common.SchemaParserInternal
 
parse(JsonObject, JsonPointer) - Method in interface io.vertx.json.schema.common.SchemaParserInternal
 
parse(Boolean, JsonPointer) - Method in interface io.vertx.json.schema.common.SchemaParserInternal
 
parse(Object, JsonPointer, MutableStateValidator) - Method in interface io.vertx.json.schema.common.SchemaParserInternal
 
parse(Object, JsonPointer) - Method in interface io.vertx.json.schema.common.SchemaParserInternal
 
parse(Object, URI, MutableStateValidator) - Method in interface io.vertx.json.schema.common.SchemaParserInternal
 
parse(Object, URI) - Method in interface io.vertx.json.schema.common.SchemaParserInternal
 
parse(Vertx, JsonObject, URI) - Static method in class io.vertx.json.schema.draft201909.Draft201909SchemaParser
Parse a draft2019-09 schema
parse(Vertx, JsonObject, URI) - Static method in class io.vertx.json.schema.draft7.Draft7SchemaParser
Parse a draft-7 schema
parse(Vertx, JsonObject, URI) - Static method in class io.vertx.json.schema.openapi3.OpenAPI3SchemaParser
Parse an OpenAPI 3 schema
parse(JsonObject) - Method in interface io.vertx.json.schema.SchemaParser
Build a schema from provided json assigning a random scope.
parse(JsonObject, JsonPointer) - Method in interface io.vertx.json.schema.SchemaParser
Build a schema from provided json.
parse(Boolean) - Method in interface io.vertx.json.schema.SchemaParser
Builds a true of false schema assigning a random scope
parse(Boolean, JsonPointer) - Method in interface io.vertx.json.schema.SchemaParser
Builds a true of false schema
parse(List<String>) - Method in class io.vertx.reactivex.core.cli.CLI
Parses the user command line interface and create a new CommandLine containing extracting values.
parse(List<String>, boolean) - Method in class io.vertx.reactivex.core.cli.CLI
Parses the user command line interface and create a new CommandLine containing extracting values.
parse(JsonObject) - Method in class io.vertx.reactivex.json.schema.SchemaParser
Build a schema from provided json assigning a random scope.
parse(JsonObject, JsonPointer) - Method in class io.vertx.reactivex.json.schema.SchemaParser
Build a schema from provided json.
parse(Boolean) - Method in class io.vertx.reactivex.json.schema.SchemaParser
Builds a true of false schema assigning a random scope
parse(Boolean, JsonPointer) - Method in class io.vertx.reactivex.json.schema.SchemaParser
Builds a true of false schema
parse(List<String>) - Method in class io.vertx.rxjava.core.cli.CLI
Parses the user command line interface and create a new CommandLine containing extracting values.
parse(List<String>, boolean) - Method in class io.vertx.rxjava.core.cli.CLI
Parses the user command line interface and create a new CommandLine containing extracting values.
parse(JsonObject) - Method in class io.vertx.rxjava.json.schema.SchemaParser
Build a schema from provided json assigning a random scope.
parse(JsonObject, JsonPointer) - Method in class io.vertx.rxjava.json.schema.SchemaParser
Build a schema from provided json.
parse(Boolean) - Method in class io.vertx.rxjava.json.schema.SchemaParser
Builds a true of false schema assigning a random scope
parse(Boolean, JsonPointer) - Method in class io.vertx.rxjava.json.schema.SchemaParser
Builds a true of false schema
parse(String) - Static method in class io.vertx.sqlclient.data.Numeric
Parse and return a Numeric instance for the given s.
parseBody() - Method in class io.vertx.ext.shell.command.base.BusPublish
 
parseCredentials(RoutingContext, Handler<AsyncResult<Credentials>>) - Method in interface io.vertx.ext.web.handler.AuthenticationHandler
Parses the credentials from the request into a JsonObject.
parseCredentials(RoutingContext) - Method in interface io.vertx.ext.web.handler.AuthenticationHandler
 
parseCredentials(RoutingContext, Handler<AsyncResult<Credentials>>) - Method in class io.vertx.reactivex.ext.web.handler.BasicAuthHandler
Parses the credentials from the request into a JsonObject.
parseCredentials(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.BasicAuthHandler
Parses the credentials from the request into a JsonObject.
parseCredentials(RoutingContext, Handler<AsyncResult<Credentials>>) - Method in class io.vertx.reactivex.ext.web.handler.ChainAuthHandler
Parses the credentials from the request into a JsonObject.
parseCredentials(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.ChainAuthHandler
Parses the credentials from the request into a JsonObject.
parseCredentials(RoutingContext, Handler<AsyncResult<Credentials>>) - Method in class io.vertx.reactivex.ext.web.handler.DigestAuthHandler
Parses the credentials from the request into a JsonObject.
parseCredentials(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.DigestAuthHandler
Parses the credentials from the request into a JsonObject.
parseCredentials(RoutingContext, Handler<AsyncResult<Credentials>>) - Method in class io.vertx.reactivex.ext.web.handler.JWTAuthHandler
Parses the credentials from the request into a JsonObject.
parseCredentials(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.JWTAuthHandler
Parses the credentials from the request into a JsonObject.
parseCredentials(RoutingContext, Handler<AsyncResult<Credentials>>) - Method in class io.vertx.reactivex.ext.web.handler.OAuth2AuthHandler
Parses the credentials from the request into a JsonObject.
parseCredentials(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.OAuth2AuthHandler
Parses the credentials from the request into a JsonObject.
parseCredentials(RoutingContext, Handler<AsyncResult<Credentials>>) - Method in class io.vertx.reactivex.ext.web.handler.RedirectAuthHandler
Parses the credentials from the request into a JsonObject.
parseCredentials(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.RedirectAuthHandler
Parses the credentials from the request into a JsonObject.
parseCredentials(RoutingContext, Handler<AsyncResult<Credentials>>) - Method in class io.vertx.rxjava.ext.web.handler.BasicAuthHandler
Parses the credentials from the request into a JsonObject.
parseCredentials(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.BasicAuthHandler
Parses the credentials from the request into a JsonObject.
parseCredentials(RoutingContext, Handler<AsyncResult<Credentials>>) - Method in class io.vertx.rxjava.ext.web.handler.ChainAuthHandler
Parses the credentials from the request into a JsonObject.
parseCredentials(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.ChainAuthHandler
Parses the credentials from the request into a JsonObject.
parseCredentials(RoutingContext, Handler<AsyncResult<Credentials>>) - Method in class io.vertx.rxjava.ext.web.handler.DigestAuthHandler
Parses the credentials from the request into a JsonObject.
parseCredentials(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.DigestAuthHandler
Parses the credentials from the request into a JsonObject.
parseCredentials(RoutingContext, Handler<AsyncResult<Credentials>>) - Method in class io.vertx.rxjava.ext.web.handler.JWTAuthHandler
Parses the credentials from the request into a JsonObject.
parseCredentials(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.JWTAuthHandler
Parses the credentials from the request into a JsonObject.
parseCredentials(RoutingContext, Handler<AsyncResult<Credentials>>) - Method in class io.vertx.rxjava.ext.web.handler.OAuth2AuthHandler
Parses the credentials from the request into a JsonObject.
parseCredentials(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.OAuth2AuthHandler
Parses the credentials from the request into a JsonObject.
parseCredentials(RoutingContext, Handler<AsyncResult<Credentials>>) - Method in class io.vertx.rxjava.ext.web.handler.RedirectAuthHandler
Parses the credentials from the request into a JsonObject.
parseCredentials(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.RedirectAuthHandler
Parses the credentials from the request into a JsonObject.
ParsedAsList - Annotation Type in io.vertx.core.cli.annotations
Annotates a setter to be called with the value of a command line option.
parsedAsList - Variable in class io.vertx.core.cli.TypedOption
whether or not the raw value should be parsed as a list.
parsedHeaders() - Method in interface io.vertx.ext.web.RoutingContext
The headers: Accept Accept-Charset Accept-Encoding Accept-Language Content-Type Parsed into ParsedHeaderValue
parsedHeaders() - Method in class io.vertx.reactivex.ext.web.RoutingContext
The headers: Accept Accept-Charset Accept-Encoding Accept-Language Content-Type Parsed into ParsedHeaderValue
parsedHeaders() - Method in class io.vertx.rxjava.ext.web.RoutingContext
The headers: Accept Accept-Charset Accept-Encoding Accept-Language Content-Type Parsed into ParsedHeaderValue
ParsedHeaderValue - Interface in io.vertx.ext.web
 
ParsedHeaderValue - Interface in io.vertx.reactivex.ext.web
 
ParsedHeaderValue - Interface in io.vertx.rxjava.ext.web
 
ParsedHeaderValues - Interface in io.vertx.ext.web
A container with the request's headers that are meaningful enough to be parsed Contains: Accept -> MIME header, parameters and sortable Accept-Charset -> Parameters and sortable Accept-Encoding -> Parameters and sortable Accept-Language -> Parameters and sortable Content-Type -> MIME header and parameters
ParsedHeaderValues - Class in io.vertx.reactivex.ext.web
A container with the request's headers that are meaningful enough to be parsed Contains: Accept -> MIME header, parameters and sortable Accept-Charset -> Parameters and sortable Accept-Encoding -> Parameters and sortable Accept-Language -> Parameters and sortable Content-Type -> MIME header and parameters

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

ParsedHeaderValues(ParsedHeaderValues) - Constructor for class io.vertx.reactivex.ext.web.ParsedHeaderValues
 
ParsedHeaderValues(Object) - Constructor for class io.vertx.reactivex.ext.web.ParsedHeaderValues
 
ParsedHeaderValues - Class in io.vertx.rxjava.ext.web
A container with the request's headers that are meaningful enough to be parsed Contains: Accept -> MIME header, parameters and sortable Accept-Charset -> Parameters and sortable Accept-Encoding -> Parameters and sortable Accept-Language -> Parameters and sortable Content-Type -> MIME header and parameters

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

ParsedHeaderValues(ParsedHeaderValues) - Constructor for class io.vertx.rxjava.ext.web.ParsedHeaderValues
 
ParsedHeaderValues(Object) - Constructor for class io.vertx.rxjava.ext.web.ParsedHeaderValues
 
parseFromString(String, JsonPointer, MutableStateValidator) - Method in class io.vertx.json.schema.common.BaseSchemaParser
 
parseFromString(String) - Method in interface io.vertx.json.schema.common.SchemaParserInternal
 
parseFromString(String, JsonPointer, MutableStateValidator) - Method in interface io.vertx.json.schema.common.SchemaParserInternal
 
parseFromString(String, JsonPointer) - Method in interface io.vertx.json.schema.common.SchemaParserInternal
 
parseFromString(String, URI, MutableStateValidator) - Method in interface io.vertx.json.schema.common.SchemaParserInternal
 
parseFromString(String, URI) - Method in interface io.vertx.json.schema.common.SchemaParserInternal
 
parseFromString(String) - Method in interface io.vertx.json.schema.SchemaParser
Build a schema from provided unparsed json assigning a random scope.
parseFromString(String, JsonPointer) - Method in interface io.vertx.json.schema.SchemaParser
Build a schema from provided unparsed json.
parseFromString(String) - Method in class io.vertx.reactivex.json.schema.SchemaParser
Build a schema from provided unparsed json assigning a random scope.
parseFromString(String, JsonPointer) - Method in class io.vertx.reactivex.json.schema.SchemaParser
Build a schema from provided unparsed json.
parseFromString(String) - Method in class io.vertx.rxjava.json.schema.SchemaParser
Build a schema from provided unparsed json assigning a random scope.
parseFromString(String, JsonPointer) - Method in class io.vertx.rxjava.json.schema.SchemaParser
Build a schema from provided unparsed json.
parseOperationSpec() - Method in interface io.vertx.ext.web.api.contract.HTTPOperationRequestValidationHandler
Deprecated.
Function that parse the operation specification and generate validation rules
parseOperationSpec() - Method in interface io.vertx.reactivex.ext.web.api.contract.HTTPOperationRequestValidationHandler
Deprecated.
parseOperationSpec() - Method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RequestValidationHandler
Deprecated.
parseOperationSpec() - Method in interface io.vertx.rxjava.ext.web.api.contract.HTTPOperationRequestValidationHandler
Deprecated.
parseOperationSpec() - Method in class io.vertx.rxjava.ext.web.api.contract.openapi3.OpenAPI3RequestValidationHandler
Deprecated.
Parsers - Interface in io.vertx.ext.web.validation.builder
In this interface you can find all available ArrayParserFactory, ObjectParserFactory & TupleParserFactory
parseToken(String) - Static method in interface io.vertx.ext.auth.oauth2.KeycloakHelper
Deprecated.
Parse the token string with base64 decoder.
parseToken(String) - Static method in class io.vertx.reactivex.ext.auth.oauth2.KeycloakHelper
Deprecated.
parseToken(String) - Static method in class io.vertx.rxjava.ext.auth.oauth2.KeycloakHelper
Deprecated.
partialFilterExpression(JsonObject) - Method in class io.vertx.ext.mongo.IndexOptions
Sets the filter expression for the documents to be included in the index
partition() - Method in interface io.vertx.kafka.client.consumer.KafkaConsumerRecord
 
partition() - Method in interface io.vertx.kafka.client.producer.KafkaProducerRecord
 
partition() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumerRecord
 
partition() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord
 
partition() - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumerRecord
 
partition() - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducerRecord
 
PartitionInfo - Class in io.vertx.kafka.client.common
Information about a specific Kafka topic partition
PartitionInfo() - Constructor for class io.vertx.kafka.client.common.PartitionInfo
Constructor
PartitionInfo(List<Node>, Node, int, List<Node>, String) - Constructor for class io.vertx.kafka.client.common.PartitionInfo
Constructor
PartitionInfo(JsonObject) - Constructor for class io.vertx.kafka.client.common.PartitionInfo
Constructor (from JSON representation)
PartitionInfoConverter - Class in io.vertx.kafka.client.common
Converter and mapper for PartitionInfo.
PartitionInfoConverter() - Constructor for class io.vertx.kafka.client.common.PartitionInfoConverter
 
partitionsAssignedHandler(Handler<Set<TopicPartition>>) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
Set the handler called when topic partitions are assigned to the consumer
partitionsAssignedHandler(Handler<Set<TopicPartition>>) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
Set the handler called when topic partitions are assigned to the consumer
partitionsAssignedHandler(Handler<Set<TopicPartition>>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Set the handler called when topic partitions are assigned to the consumer
partitionsAssignedHandler(Handler<Set<TopicPartition>>) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Set the handler called when topic partitions are assigned to the consumer
partitionsFor(String, Handler<AsyncResult<List<PartitionInfo>>>) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
Get metadata about the partitions for a given topic.
partitionsFor(String) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
Like KafkaConsumer.partitionsFor(String, Handler) but returns a Future of the asynchronous result
partitionsFor(String, Handler<AsyncResult<List<PartitionInfo>>>) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
Get metadata about the partitions for a given topic.
partitionsFor(String) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
Like KafkaReadStream.partitionsFor(String, Handler) but returns a Future of the asynchronous result
partitionsFor(String, Handler<AsyncResult<List<PartitionInfo>>>) - Method in interface io.vertx.kafka.client.producer.KafkaProducer
Get the partition metadata for the give topic.
partitionsFor(String) - Method in interface io.vertx.kafka.client.producer.KafkaProducer
Like KafkaProducer.partitionsFor(String, Handler) but returns a Future of the asynchronous result
partitionsFor(String, Handler<AsyncResult<List<PartitionInfo>>>) - Method in interface io.vertx.kafka.client.producer.KafkaWriteStream
Get the partition metadata for the give topic.
partitionsFor(String) - Method in interface io.vertx.kafka.client.producer.KafkaWriteStream
Like KafkaWriteStream.partitionsFor(String, Handler) but returns a Future of the asynchronous result
partitionsFor(String, Handler<AsyncResult<List<PartitionInfo>>>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Get metadata about the partitions for a given topic.
partitionsFor(String) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Get metadata about the partitions for a given topic.
partitionsFor(String, Handler<AsyncResult<List<PartitionInfo>>>) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
Get the partition metadata for the give topic.
partitionsFor(String) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
Get the partition metadata for the give topic.
partitionsFor(String, Handler<AsyncResult<List<PartitionInfo>>>) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Get metadata about the partitions for a given topic.
partitionsFor(String) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Get metadata about the partitions for a given topic.
partitionsFor(String, Handler<AsyncResult<List<PartitionInfo>>>) - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
Get the partition metadata for the give topic.
partitionsFor(String) - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
Get the partition metadata for the give topic.
partitionsRevokedHandler(Handler<Set<TopicPartition>>) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
Set the handler called when topic partitions are revoked to the consumer
partitionsRevokedHandler(Handler<Set<TopicPartition>>) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
Set the handler called when topic partitions are revoked to the consumer
partitionsRevokedHandler(Handler<Set<TopicPartition>>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Set the handler called when topic partitions are revoked to the consumer
partitionsRevokedHandler(Handler<Set<TopicPartition>>) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Set the handler called when topic partitions are revoked to the consumer
parts() - Method in class io.vertx.ext.mail.mailencoder.EncodedPart
 
passCheck(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.consul.ConsulClient
Set status of the check to "passing".
passCheck(String) - Method in interface io.vertx.ext.consul.ConsulClient
Like ConsulClient.passCheck(String, Handler) but returns a Future of the asynchronous result.
passCheck(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Set status of the check to "passing".
passCheck(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Set status of the check to "passing".
passCheck(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Set status of the check to "passing".
passCheck(String) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Set status of the check to "passing".
passCheckWithNote(String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.consul.ConsulClient
Set status of the check to "passing".
passCheckWithNote(String, String) - Method in interface io.vertx.ext.consul.ConsulClient
Like ConsulClient.passCheckWithNote(String, String, Handler) but returns a Future of the asynchronous result.
passCheckWithNote(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Set status of the check to "passing".
passCheckWithNote(String, String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Set status of the check to "passing".
passCheckWithNote(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Set status of the check to "passing".
passCheckWithNote(String, String) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Set status of the check to "passing".
PASSCODE - Static variable in class io.vertx.ext.stomp.Frame
 
PATCH - Static variable in class io.vertx.core.http.HttpMethod
The RFC 5789 PATCH method, this instance is interned and uniquely used.
patch(String) - Method in interface io.vertx.ext.web.client.WebClient
Create an HTTP PATCH request to send to the server at the default host and port.
patch(int, String, String) - Method in interface io.vertx.ext.web.client.WebClient
Create an HTTP PATCH request to send to the server at the specified host and port.
patch(String, String) - Method in interface io.vertx.ext.web.client.WebClient
Create an HTTP PATCH request to send to the server at the specified host and default port.
patch() - Method in interface io.vertx.ext.web.Router
Add a route that matches any HTTP PATCH request
patch(String) - Method in interface io.vertx.ext.web.Router
Add a route that matches a HTTP PATCH request and the specified path
patch(String) - Method in class io.vertx.reactivex.ext.web.client.WebClient
Create an HTTP PATCH request to send to the server at the default host and port.
patch(int, String, String) - Method in class io.vertx.reactivex.ext.web.client.WebClient
Create an HTTP PATCH request to send to the server at the specified host and port.
patch(String, String) - Method in class io.vertx.reactivex.ext.web.client.WebClient
Create an HTTP PATCH request to send to the server at the specified host and default port.
patch() - Method in class io.vertx.reactivex.ext.web.Router
Add a route that matches any HTTP PATCH request
patch(String) - Method in class io.vertx.reactivex.ext.web.Router
Add a route that matches a HTTP PATCH request and the specified path
patch(String) - Method in class io.vertx.rxjava.ext.web.client.WebClient
Create an HTTP PATCH request to send to the server at the default host and port.
patch(int, String, String) - Method in class io.vertx.rxjava.ext.web.client.WebClient
Create an HTTP PATCH request to send to the server at the specified host and port.
patch(String, String) - Method in class io.vertx.rxjava.ext.web.client.WebClient
Create an HTTP PATCH request to send to the server at the specified host and default port.
patch() - Method in class io.vertx.rxjava.ext.web.Router
Add a route that matches any HTTP PATCH request
patch(String) - Method in class io.vertx.rxjava.ext.web.Router
Add a route that matches a HTTP PATCH request and the specified path
patchAbs(String) - Method in interface io.vertx.ext.web.client.WebClient
Create an HTTP PATCH request to send to the server using an absolute URI, specifying a response handler to receive the response
patchAbs(String) - Method in class io.vertx.reactivex.ext.web.client.WebClient
Create an HTTP PATCH request to send to the server using an absolute URI, specifying a response handler to receive the response
patchAbs(String) - Method in class io.vertx.rxjava.ext.web.client.WebClient
Create an HTTP PATCH request to send to the server using an absolute URI, specifying a response handler to receive the response
patchWithRegex(String) - Method in interface io.vertx.ext.web.Router
Add a route that matches a HTTP PATCH request and the specified path regex
patchWithRegex(String) - Method in class io.vertx.reactivex.ext.web.Router
Add a route that matches a HTTP PATCH request and the specified path regex
patchWithRegex(String) - Method in class io.vertx.rxjava.ext.web.Router
Add a route that matches a HTTP PATCH request and the specified path regex
path() - Method in interface io.vertx.core.http.HttpClientRequest
 
path() - Method in interface io.vertx.core.http.HttpServerRequest
 
path() - Method in interface io.vertx.core.http.ServerWebSocket
 
path() - Method in interface io.vertx.core.net.SocketAddress
 
path(String) - Method in interface io.vertx.ext.web.Route
Set the path prefix for this route.
Path - Class in io.vertx.pgclient.data
Path data type in Postgres represented by lists of connected points.
Path() - Constructor for class io.vertx.pgclient.data.Path
 
Path(boolean, List<Point>) - Constructor for class io.vertx.pgclient.data.Path
 
path() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
 
path() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
 
path() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
path() - Method in class io.vertx.reactivex.core.net.SocketAddress
 
path(String) - Method in class io.vertx.reactivex.ext.web.Route
Set the path prefix for this route.
path() - Method in class io.vertx.rxjava.core.http.HttpClientRequest
 
path() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
path() - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
path() - Method in class io.vertx.rxjava.core.net.SocketAddress
 
path(String) - Method in class io.vertx.rxjava.ext.web.Route
Set the path prefix for this route.
pathname() - Method in interface io.vertx.ext.web.multipart.FormDataPart
 
pathname() - Method in class io.vertx.reactivex.ext.web.multipart.FormDataPart
 
pathname() - Method in class io.vertx.rxjava.ext.web.multipart.FormDataPart
 
pathParam(String) - Method in interface io.vertx.ext.web.RoutingContext
Gets the value of a single path parameter
pathParam(String) - Method in class io.vertx.reactivex.ext.web.RoutingContext
Gets the value of a single path parameter
pathParam(String) - Method in class io.vertx.rxjava.ext.web.RoutingContext
Gets the value of a single path parameter
pathParameter(String) - Method in interface io.vertx.ext.web.api.RequestParameters
Deprecated.
Get path parameter by name
pathParameter(ParameterProcessorFactory) - Method in interface io.vertx.ext.web.validation.builder.ValidationHandlerBuilder
 
pathParameter(String) - Method in interface io.vertx.ext.web.validation.RequestParameters
Get path parameter by name
pathParameter(String) - Method in class io.vertx.reactivex.ext.web.api.RequestParameters
Deprecated.
pathParameter(String) - Method in class io.vertx.reactivex.ext.web.validation.RequestParameters
Get path parameter by name
pathParameter(String) - Method in class io.vertx.rxjava.ext.web.api.RequestParameters
Deprecated.
pathParameter(String) - Method in class io.vertx.rxjava.ext.web.validation.RequestParameters
Get path parameter by name
pathParametersNames() - Method in interface io.vertx.ext.web.api.RequestParameters
Deprecated.
Get list of all parameter names inside path
pathParametersNames() - Method in interface io.vertx.ext.web.validation.RequestParameters
Get list of all parameter names inside path
pathParametersNames() - Method in class io.vertx.reactivex.ext.web.api.RequestParameters
Deprecated.
pathParametersNames() - Method in class io.vertx.reactivex.ext.web.validation.RequestParameters
Get list of all parameter names inside path
pathParametersNames() - Method in class io.vertx.rxjava.ext.web.api.RequestParameters
Deprecated.
pathParametersNames() - Method in class io.vertx.rxjava.ext.web.validation.RequestParameters
Get list of all parameter names inside path
pathParams() - Method in interface io.vertx.ext.web.RoutingContext
Returns a map of named parameters as defined in path declaration with their actual values
pathParams() - Method in class io.vertx.reactivex.ext.web.RoutingContext
Returns a map of named parameters as defined in path declaration with their actual values
pathParams() - Method in class io.vertx.rxjava.ext.web.RoutingContext
Returns a map of named parameters as defined in path declaration with their actual values
pathRegex(String) - Method in interface io.vertx.ext.web.Route
Set the path prefix as a regular expression.
pathRegex(String) - Method in class io.vertx.reactivex.ext.web.Route
Set the path prefix as a regular expression.
pathRegex(String) - Method in class io.vertx.rxjava.ext.web.Route
Set the path prefix as a regular expression.
pattern(Pattern) - Static method in class io.vertx.json.schema.common.dsl.Keywords
 
patternProperty(Pattern, SchemaBuilder) - Method in class io.vertx.json.schema.common.dsl.ObjectSchemaBuilder
 
PatternValidator(Pattern) - Constructor for class io.vertx.json.schema.common.PatternValidatorFactory.PatternValidator
 
PatternValidatorFactory - Class in io.vertx.json.schema.common
 
PatternValidatorFactory() - Constructor for class io.vertx.json.schema.common.PatternValidatorFactory
 
PatternValidatorFactory.PatternValidator - Class in io.vertx.json.schema.common
 
pause() - Method in interface io.vertx.amqp.AmqpReceiver
 
pause() - Method in interface io.vertx.cassandra.CassandraRowStream
 
pause() - Method in interface io.vertx.core.datagram.DatagramSocket
 
pause() - Method in interface io.vertx.core.eventbus.MessageConsumer
 
pause() - Method in interface io.vertx.core.file.AsyncFile
 
pause() - Method in interface io.vertx.core.http.HttpClientResponse
 
pause() - Method in interface io.vertx.core.http.HttpServerFileUpload
 
pause() - Method in interface io.vertx.core.http.HttpServerRequest
 
pause() - Method in interface io.vertx.core.http.ServerWebSocket
 
pause() - Method in interface io.vertx.core.http.WebSocket
 
pause() - Method in interface io.vertx.core.http.WebSocketBase
 
pause() - Method in interface io.vertx.core.net.NetSocket
 
pause() - Method in interface io.vertx.core.parsetools.JsonParser
 
pause() - Method in interface io.vertx.core.parsetools.RecordParser
 
pause() - Method in interface io.vertx.core.streams.ReadStream
Pause the ReadStream, it sets the buffer in fetch mode and clears the actual demand.
pause() - Method in interface io.vertx.core.TimeoutStream
 
pause() - Method in interface io.vertx.ext.reactivestreams.ReactiveReadStream
 
pause() - Method in interface io.vertx.ext.sql.SQLRowStream
 
pause() - Method in interface io.vertx.ext.unit.report.TestSuiteReport
 
pause() - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
 
pause() - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
 
pause(TopicPartition) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
Suspend fetching from the requested partition.
pause(Set<TopicPartition>) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
Suspend fetching from the requested partitions.
pause(TopicPartition, Handler<AsyncResult<Void>>) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
Suspend fetching from the requested partition.
pause(Set<TopicPartition>, Handler<AsyncResult<Void>>) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
Suspend fetching from the requested partitions.
pause() - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
 
pause(Set<TopicPartition>) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
Suspend fetching from the requested partitions.
pause(Set<TopicPartition>, Handler<AsyncResult<Void>>) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
Suspend fetching from the requested partitions.
pause() - Method in interface io.vertx.pgclient.pubsub.PgChannel
Pause the channel, all notifications are discarded.
pause() - Method in interface io.vertx.rabbitmq.RabbitMQConsumer
Pause the stream of incoming messages from queue.
pause() - Method in class io.vertx.reactivex.amqp.AmqpReceiver
 
pause() - Method in class io.vertx.reactivex.cassandra.CassandraRowStream
 
pause() - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
 
pause() - Method in class io.vertx.reactivex.core.eventbus.MessageConsumer
 
pause() - Method in class io.vertx.reactivex.core.file.AsyncFile
 
pause() - Method in class io.vertx.reactivex.core.http.HttpClientResponse
 
pause() - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
 
pause() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
 
pause() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
pause() - Method in class io.vertx.reactivex.core.http.WebSocket
 
pause() - Method in interface io.vertx.reactivex.core.http.WebSocketBase
 
pause() - Method in class io.vertx.reactivex.core.net.NetSocket
 
pause() - Method in class io.vertx.reactivex.core.parsetools.JsonParser
 
pause() - Method in class io.vertx.reactivex.core.parsetools.RecordParser
 
pause() - Method in interface io.vertx.reactivex.core.streams.ReadStream
Pause the ReadStream, it sets the buffer in fetch mode and clears the actual demand.
pause() - Method in class io.vertx.reactivex.core.TimeoutStream
 
pause() - Method in class io.vertx.reactivex.ext.sql.SQLRowStream
 
pause() - Method in class io.vertx.reactivex.ext.unit.report.TestSuiteReport
 
pause() - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
 
pause() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
 
pause(TopicPartition, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Suspend fetching from the requested partition.
pause(TopicPartition) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Suspend fetching from the requested partition.
pause(Set<TopicPartition>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Suspend fetching from the requested partitions.
pause(Set<TopicPartition>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Suspend fetching from the requested partitions.
pause() - Method in class io.vertx.reactivex.pgclient.pubsub.PgChannel
Pause the channel, all notifications are discarded.
pause() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQConsumer
Pause the stream of incoming messages from queue.
pause() - Method in class io.vertx.reactivex.redis.client.RedisConnection
 
pause() - Method in class io.vertx.reactivex.sqlclient.RowStream
 
pause() - Method in interface io.vertx.redis.client.RedisConnection
Pause the ReadStream, it sets the buffer in fetch mode and clears the actual demand.
pause() - Method in class io.vertx.rx.java.ReadStreamSubscriber
 
pause() - Method in class io.vertx.rxjava.amqp.AmqpReceiver
 
pause() - Method in class io.vertx.rxjava.cassandra.CassandraRowStream
 
pause() - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
 
pause() - Method in class io.vertx.rxjava.core.eventbus.MessageConsumer
 
pause() - Method in class io.vertx.rxjava.core.file.AsyncFile
 
pause() - Method in class io.vertx.rxjava.core.http.HttpClientResponse
 
pause() - Method in class io.vertx.rxjava.core.http.HttpServerFileUpload
 
pause() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
pause() - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
pause() - Method in class io.vertx.rxjava.core.http.WebSocket
 
pause() - Method in interface io.vertx.rxjava.core.http.WebSocketBase
 
pause() - Method in class io.vertx.rxjava.core.net.NetSocket
 
pause() - Method in class io.vertx.rxjava.core.parsetools.JsonParser
 
pause() - Method in class io.vertx.rxjava.core.parsetools.RecordParser
 
pause() - Method in interface io.vertx.rxjava.core.streams.ReadStream
Pause the ReadStream, it sets the buffer in fetch mode and clears the actual demand.
pause() - Method in class io.vertx.rxjava.core.TimeoutStream
 
pause() - Method in class io.vertx.rxjava.ext.sql.SQLRowStream
 
pause() - Method in class io.vertx.rxjava.ext.unit.report.TestSuiteReport
 
pause() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
 
pause() - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
 
pause(TopicPartition, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Suspend fetching from the requested partition.
pause(TopicPartition) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Suspend fetching from the requested partition.
pause(Set<TopicPartition>, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Suspend fetching from the requested partitions.
pause(Set<TopicPartition>) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Suspend fetching from the requested partitions.
pause() - Method in class io.vertx.rxjava.pgclient.pubsub.PgChannel
Pause the channel, all notifications are discarded.
pause() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQConsumer
Pause the stream of incoming messages from queue.
pause() - Method in class io.vertx.rxjava.redis.client.RedisConnection
 
pause() - Method in class io.vertx.rxjava.sqlclient.RowStream
 
pause() - Method in interface io.vertx.sqlclient.RowStream
 
paused(Handler<AsyncResult<Set<TopicPartition>>>) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
Get the set of partitions that were previously paused by a call to pause(Set).
paused() - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
Like KafkaConsumer.paused(Handler) but returns a Future of the asynchronous result
paused(Handler<AsyncResult<Set<TopicPartition>>>) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
Get the set of partitions that were previously paused by a call to KafkaReadStream.pause(Set).
paused() - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
Like KafkaReadStream.paused(Handler) but returns a Future of the asynchronous result
paused(Handler<AsyncResult<Set<TopicPartition>>>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Get the set of partitions that were previously paused by a call to pause(Set).
paused() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Get the set of partitions that were previously paused by a call to pause(Set).
paused(Handler<AsyncResult<Set<TopicPartition>>>) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Get the set of partitions that were previously paused by a call to pause(Set).
paused() - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Get the set of partitions that were previously paused by a call to pause(Set).
payload() - Method in interface io.vertx.core.http.HttpFrame
 
payload() - Method in interface io.vertx.mqtt.messages.MqttPublishMessage
 
payload() - Method in class io.vertx.reactivex.core.http.HttpFrame
 
payload() - Method in class io.vertx.reactivex.mqtt.messages.MqttPublishMessage
 
payload() - Method in class io.vertx.rxjava.core.http.HttpFrame
 
payload() - Method in class io.vertx.rxjava.mqtt.messages.MqttPublishMessage
 
PebbleTemplateEngine - Interface in io.vertx.ext.web.templ.pebble
A template engine that uses the Pebble library.
PebbleTemplateEngine - Class in io.vertx.reactivex.ext.web.templ.pebble
A template engine that uses the Pebble library.
PebbleTemplateEngine(PebbleTemplateEngine) - Constructor for class io.vertx.reactivex.ext.web.templ.pebble.PebbleTemplateEngine
 
PebbleTemplateEngine(Object) - Constructor for class io.vertx.reactivex.ext.web.templ.pebble.PebbleTemplateEngine
 
PebbleTemplateEngine - Class in io.vertx.rxjava.ext.web.templ.pebble
A template engine that uses the Pebble library.
PebbleTemplateEngine(PebbleTemplateEngine) - Constructor for class io.vertx.rxjava.ext.web.templ.pebble.PebbleTemplateEngine
 
PebbleTemplateEngine(Object) - Constructor for class io.vertx.rxjava.ext.web.templ.pebble.PebbleTemplateEngine
 
peerCertificateChain() - Method in interface io.vertx.core.http.HttpConnection
Note: Java SE 5+ recommends to use javax.net.ssl.SSLSession#getPeerCertificates() instead of of javax.net.ssl.SSLSession#getPeerCertificateChain() which this method is based on.
peerCertificateChain() - Method in interface io.vertx.core.http.HttpServerRequest
Note: Java SE 5+ recommends to use javax.net.ssl.SSLSession#getPeerCertificates() instead of of javax.net.ssl.SSLSession#getPeerCertificateChain() which this method is based on.
peerCertificateChain() - Method in interface io.vertx.core.http.ServerWebSocket
Note: Java SE 5+ recommends to use javax.net.ssl.SSLSession#getPeerCertificates() instead of of javax.net.ssl.SSLSession#getPeerCertificateChain() which this method is based on.
peerCertificateChain() - Method in interface io.vertx.core.http.WebSocketBase
Note: Java SE 5+ recommends to use javax.net.ssl.SSLSession#getPeerCertificates() instead of of javax.net.ssl.SSLSession#getPeerCertificateChain() which this method is based on.
peerCertificateChain() - Method in interface io.vertx.core.net.NetSocket
Note: Java SE 5+ recommends to use javax.net.ssl.SSLSession#getPeerCertificates() instead of of javax.net.ssl.SSLSession#getPeerCertificateChain() which this method is based on.
peersStatus(Handler<AsyncResult<List<String>>>) - Method in interface io.vertx.ext.consul.ConsulClient
Retrieves the Raft peers for the datacenter in which the the agent is running.
peersStatus() - Method in interface io.vertx.ext.consul.ConsulClient
Like ConsulClient.peersStatus(Handler) but returns a Future of the asynchronous result.
peersStatus(Handler<AsyncResult<List<String>>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Retrieves the Raft peers for the datacenter in which the the agent is running.
peersStatus() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Retrieves the Raft peers for the datacenter in which the the agent is running.
peersStatus(Handler<AsyncResult<List<String>>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Retrieves the Raft peers for the datacenter in which the the agent is running.
peersStatus() - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Retrieves the Raft peers for the datacenter in which the the agent is running.
PemKeyCertOptions - Class in io.vertx.core.net
Key store options configuring a list of private key and its certificate based on Privacy-enhanced Electronic Email (PEM) files.
PemKeyCertOptions() - Constructor for class io.vertx.core.net.PemKeyCertOptions
Default constructor
PemKeyCertOptions(PemKeyCertOptions) - Constructor for class io.vertx.core.net.PemKeyCertOptions
Copy constructor
PemKeyCertOptions(JsonObject) - Constructor for class io.vertx.core.net.PemKeyCertOptions
Create options from JSON
PemKeyCertOptionsConverter - Class in io.vertx.core.net
Converter and mapper for PemKeyCertOptions.
PemKeyCertOptionsConverter() - Constructor for class io.vertx.core.net.PemKeyCertOptionsConverter
 
PemTrustOptions - Class in io.vertx.core.net
Certificate Authority options configuring certificates based on Privacy-enhanced Electronic Email (PEM) files.
PemTrustOptions() - Constructor for class io.vertx.core.net.PemTrustOptions
Default constructor
PemTrustOptions(PemTrustOptions) - Constructor for class io.vertx.core.net.PemTrustOptions
Copy constructor
PemTrustOptions(JsonObject) - Constructor for class io.vertx.core.net.PemTrustOptions
Create options from JSON
PemTrustOptionsConverter - Class in io.vertx.core.net
Converter and mapper for PemTrustOptions.
PemTrustOptionsConverter() - Constructor for class io.vertx.core.net.PemTrustOptionsConverter
 
pendingQueueFull() - Method in class io.vertx.reactivex.redis.client.RedisConnection
Flag to notify if the pending message queue (commands in transit) is full.
pendingQueueFull() - Method in interface io.vertx.redis.client.RedisConnection
Flag to notify if the pending message queue (commands in transit) is full.
pendingQueueFull() - Method in class io.vertx.rxjava.redis.client.RedisConnection
Flag to notify if the pending message queue (commands in transit) is full.
periodicStream(long) - Method in interface io.vertx.core.Vertx
Returns a periodic timer as a read stream.
periodicStream(long) - Method in class io.vertx.reactivex.core.Vertx
Returns a periodic timer as a read stream.
periodicStream(long) - Method in class io.vertx.rxjava.core.Vertx
Returns a periodic timer as a read stream.
PermissionBasedAuthorization - Interface in io.vertx.ext.auth.authorization
Represents a permission Note that the permission can optionally be assigned to a specific resource
PermissionBasedAuthorization - Class in io.vertx.reactivex.ext.auth.authorization
Represents a permission Note that the permission can optionally be assigned to a specific resource

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

PermissionBasedAuthorization(PermissionBasedAuthorization) - Constructor for class io.vertx.reactivex.ext.auth.authorization.PermissionBasedAuthorization
 
PermissionBasedAuthorization(Object) - Constructor for class io.vertx.reactivex.ext.auth.authorization.PermissionBasedAuthorization
 
PermissionBasedAuthorization - Class in io.vertx.rxjava.ext.auth.authorization
Represents a permission Note that the permission can optionally be assigned to a specific resource

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

PermissionBasedAuthorization(PermissionBasedAuthorization) - Constructor for class io.vertx.rxjava.ext.auth.authorization.PermissionBasedAuthorization
 
PermissionBasedAuthorization(Object) - Constructor for class io.vertx.rxjava.ext.auth.authorization.PermissionBasedAuthorization
 
PermittedOptions - Class in io.vertx.ext.bridge
Represents a match to allow for inbound and outbound traffic.
PermittedOptions() - Constructor for class io.vertx.ext.bridge.PermittedOptions
Creates a new instance of PermittedOptions.
PermittedOptions(PermittedOptions) - Constructor for class io.vertx.ext.bridge.PermittedOptions
Creates a new instance of PermittedOptions copying the given PermittedOptions.
PermittedOptions(JsonObject) - Constructor for class io.vertx.ext.bridge.PermittedOptions
Creates a new instance of PermittedOptions from its JSON representation.
PermittedOptionsConverter - Class in io.vertx.ext.bridge
Converter and mapper for PermittedOptions.
PermittedOptionsConverter() - Constructor for class io.vertx.ext.bridge.PermittedOptionsConverter
 
perRpcBufferLimit(long) - Method in class io.vertx.grpc.VertxChannelBuilder
 
PERSIST - Static variable in class io.vertx.reactivex.redis.client.Command
 
persist(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command persist.
persist(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command persist.
PERSIST - Static variable in interface io.vertx.redis.client.Command
 
persist(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command persist.
persist(String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command persist.
PERSIST - Static variable in class io.vertx.rxjava.redis.client.Command
 
persist(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command persist.
persist(String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command persist.
PEXPIRE - Static variable in class io.vertx.reactivex.redis.client.Command
 
pexpire(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command pexpire.
pexpire(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command pexpire.
PEXPIRE - Static variable in interface io.vertx.redis.client.Command
 
pexpire(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command pexpire.
pexpire(String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command pexpire.
PEXPIRE - Static variable in class io.vertx.rxjava.redis.client.Command
 
pexpire(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command pexpire.
pexpire(String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command pexpire.
PEXPIREAT - Static variable in class io.vertx.reactivex.redis.client.Command
 
pexpireat(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command pexpireat.
pexpireat(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command pexpireat.
PEXPIREAT - Static variable in interface io.vertx.redis.client.Command
 
pexpireat(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command pexpireat.
pexpireat(String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command pexpireat.
PEXPIREAT - Static variable in class io.vertx.rxjava.redis.client.Command
 
pexpireat(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command pexpireat.
pexpireat(String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command pexpireat.
PFADD - Static variable in class io.vertx.reactivex.redis.client.Command
 
pfadd(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command pfadd.
pfadd(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command pfadd.
PFADD - Static variable in interface io.vertx.redis.client.Command
 
pfadd(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command pfadd.
pfadd(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command pfadd.
PFADD - Static variable in class io.vertx.rxjava.redis.client.Command
 
pfadd(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command pfadd.
pfadd(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command pfadd.
PFCOUNT - Static variable in class io.vertx.reactivex.redis.client.Command
 
pfcount(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command pfcount.
pfcount(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command pfcount.
PFCOUNT - Static variable in interface io.vertx.redis.client.Command
 
pfcount(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command pfcount.
pfcount(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command pfcount.
PFCOUNT - Static variable in class io.vertx.rxjava.redis.client.Command
 
pfcount(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command pfcount.
pfcount(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command pfcount.
PFDEBUG - Static variable in class io.vertx.reactivex.redis.client.Command
 
pfdebug(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command pfdebug.
pfdebug(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command pfdebug.
PFDEBUG - Static variable in interface io.vertx.redis.client.Command
 
pfdebug(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command pfdebug.
pfdebug(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command pfdebug.
PFDEBUG - Static variable in class io.vertx.rxjava.redis.client.Command
 
pfdebug(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command pfdebug.
pfdebug(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command pfdebug.
PFMERGE - Static variable in class io.vertx.reactivex.redis.client.Command
 
pfmerge(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command pfmerge.
pfmerge(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command pfmerge.
PFMERGE - Static variable in interface io.vertx.redis.client.Command
 
pfmerge(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command pfmerge.
pfmerge(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command pfmerge.
PFMERGE - Static variable in class io.vertx.rxjava.redis.client.Command
 
pfmerge(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command pfmerge.
pfmerge(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command pfmerge.
PFSELFTEST - Static variable in class io.vertx.reactivex.redis.client.Command
 
pfselftest(Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command pfselftest.
pfselftest() - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command pfselftest.
PFSELFTEST - Static variable in interface io.vertx.redis.client.Command
 
pfselftest(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command pfselftest.
pfselftest() - Method in interface io.vertx.redis.client.RedisAPI
Redis command pfselftest.
PFSELFTEST - Static variable in class io.vertx.rxjava.redis.client.Command
 
pfselftest(Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command pfselftest.
pfselftest() - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command pfselftest.
PfxOptions - Class in io.vertx.core.net
Key or trust store options configuring private key and/or certificates based on PKCS#12 files.
PfxOptions() - Constructor for class io.vertx.core.net.PfxOptions
Default constructor
PfxOptions(PfxOptions) - Constructor for class io.vertx.core.net.PfxOptions
Copy constructor
PfxOptions(JsonObject) - Constructor for class io.vertx.core.net.PfxOptions
Create options from JSON
PfxOptionsConverter - Class in io.vertx.core.net
Converter and mapper for PfxOptions.
PfxOptionsConverter() - Constructor for class io.vertx.core.net.PfxOptionsConverter
 
PgChannel - Interface in io.vertx.pgclient.pubsub
A channel to Postgres that tracks the subscription to a given Postgres channel using the LISTEN/UNLISTEN commands.
PgChannel - Class in io.vertx.reactivex.pgclient.pubsub
A channel to Postgres that tracks the subscription to a given Postgres channel using the LISTEN/UNLISTEN commands.
PgChannel(PgChannel) - Constructor for class io.vertx.reactivex.pgclient.pubsub.PgChannel
 
PgChannel(Object) - Constructor for class io.vertx.reactivex.pgclient.pubsub.PgChannel
 
PgChannel - Class in io.vertx.rxjava.pgclient.pubsub
A channel to Postgres that tracks the subscription to a given Postgres channel using the LISTEN/UNLISTEN commands.
PgChannel(PgChannel) - Constructor for class io.vertx.rxjava.pgclient.pubsub.PgChannel
 
PgChannel(Object) - Constructor for class io.vertx.rxjava.pgclient.pubsub.PgChannel
 
PgConnection - Interface in io.vertx.pgclient
A connection to Postgres.
PgConnection - Class in io.vertx.reactivex.pgclient
A connection to Postgres.
PgConnection(PgConnection) - Constructor for class io.vertx.reactivex.pgclient.PgConnection
 
PgConnection(Object) - Constructor for class io.vertx.reactivex.pgclient.PgConnection
 
PgConnection - Class in io.vertx.rxjava.pgclient
A connection to Postgres.
PgConnection(PgConnection) - Constructor for class io.vertx.rxjava.pgclient.PgConnection
 
PgConnection(Object) - Constructor for class io.vertx.rxjava.pgclient.PgConnection
 
PgConnectOptions - Class in io.vertx.pgclient
 
PgConnectOptions() - Constructor for class io.vertx.pgclient.PgConnectOptions
 
PgConnectOptions(JsonObject) - Constructor for class io.vertx.pgclient.PgConnectOptions
 
PgConnectOptions(SqlConnectOptions) - Constructor for class io.vertx.pgclient.PgConnectOptions
 
PgConnectOptions(PgConnectOptions) - Constructor for class io.vertx.pgclient.PgConnectOptions
 
PgConnectOptionsConverter - Class in io.vertx.pgclient
Converter and mapper for PgConnectOptions.
PgConnectOptionsConverter() - Constructor for class io.vertx.pgclient.PgConnectOptionsConverter
 
PgDriver - Class in io.vertx.pgclient.spi
 
PgDriver() - Constructor for class io.vertx.pgclient.spi.PgDriver
 
PgException - Exception in io.vertx.pgclient
PostgreSQL error including all fields of the ErrorResponse message of the PostgreSQL frontend/backend protocol.
PgException(String, String, String, String) - Constructor for exception io.vertx.pgclient.PgException
 
PgException(String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String, String) - Constructor for exception io.vertx.pgclient.PgException
 
PgNotification - Class in io.vertx.pgclient
A notification emited by Postgres.
PgNotification() - Constructor for class io.vertx.pgclient.PgNotification
 
PgNotification(JsonObject) - Constructor for class io.vertx.pgclient.PgNotification
 
PgNotificationConverter - Class in io.vertx.pgclient
Converter and mapper for PgNotification.
PgNotificationConverter() - Constructor for class io.vertx.pgclient.PgNotificationConverter
 
PGPHelper - Class in io.vertx.ext.httpservicefactory
 
PGPHelper() - Constructor for class io.vertx.ext.httpservicefactory.PGPHelper
 
PgPool - Interface in io.vertx.pgclient
PgPool - Class in io.vertx.reactivex.pgclient
PgPool(PgPool) - Constructor for class io.vertx.reactivex.pgclient.PgPool
 
PgPool(Object) - Constructor for class io.vertx.reactivex.pgclient.PgPool
 
PgPool - Class in io.vertx.rxjava.pgclient
PgPool(PgPool) - Constructor for class io.vertx.rxjava.pgclient.PgPool
 
PgPool(Object) - Constructor for class io.vertx.rxjava.pgclient.PgPool
 
PgSubscriber - Interface in io.vertx.pgclient.pubsub
A class for managing subscriptions using LISTEN/UNLISTEN to Postgres channels.
PgSubscriber - Class in io.vertx.reactivex.pgclient.pubsub
A class for managing subscriptions using LISTEN/UNLISTEN to Postgres channels.
PgSubscriber(PgSubscriber) - Constructor for class io.vertx.reactivex.pgclient.pubsub.PgSubscriber
 
PgSubscriber(Object) - Constructor for class io.vertx.reactivex.pgclient.pubsub.PgSubscriber
 
PgSubscriber - Class in io.vertx.rxjava.pgclient.pubsub
A class for managing subscriptions using LISTEN/UNLISTEN to Postgres channels.
PgSubscriber(PgSubscriber) - Constructor for class io.vertx.rxjava.pgclient.pubsub.PgSubscriber
 
PgSubscriber(Object) - Constructor for class io.vertx.rxjava.pgclient.pubsub.PgSubscriber
 
ping(Buffer, Handler<AsyncResult<Buffer>>) - Method in interface io.vertx.core.http.HttpConnection
Send a PING frame to the remote endpoint.
ping(Buffer) - Method in interface io.vertx.core.http.HttpConnection
Same as HttpConnection.ping(Buffer, Handler) but returns a Future of the asynchronous result
ping(Handler<AsyncResult<Void>>) - Method in interface io.vertx.db2client.DB2Connection
Send a PING command to check if the server is alive.
ping() - Method in interface io.vertx.db2client.DB2Connection
Like DB2Connection.ping(Handler) but returns a Future of the asynchronous result
PING - Static variable in interface io.vertx.ext.stomp.Frames
 
ping() - Static method in interface io.vertx.ext.stomp.Frames
 
ping() - Method in interface io.vertx.ext.stomp.StompServerConnection
Sends a `PING` frame to the client.
ping() - Method in interface io.vertx.mqtt.MqttClient
This method is needed by the client in order to avoid server closes the connection due to the keep alive timeout if client has no messages to send
ping(Handler<AsyncResult<Void>>) - Method in interface io.vertx.mysqlclient.MySQLConnection
Send a PING command to check if the server is alive.
ping() - Method in interface io.vertx.mysqlclient.MySQLConnection
Like MySQLConnection.ping(Handler) but returns a Future of the asynchronous result
ping(Buffer, Handler<AsyncResult<Buffer>>) - Method in class io.vertx.reactivex.core.http.HttpConnection
Send a frame to the remote endpoint.
ping(Buffer) - Method in class io.vertx.reactivex.core.http.HttpConnection
Send a frame to the remote endpoint.
ping(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.db2client.DB2Connection
Send a PING command to check if the server is alive.
ping() - Method in class io.vertx.reactivex.db2client.DB2Connection
Send a PING command to check if the server is alive.
PING - Static variable in class io.vertx.reactivex.ext.stomp.Frames
 
ping() - Static method in class io.vertx.reactivex.ext.stomp.Frames
 
ping() - Method in class io.vertx.reactivex.ext.stomp.StompServerConnection
Sends a `PING` frame to the client.
ping() - Method in class io.vertx.reactivex.mqtt.MqttClient
This method is needed by the client in order to avoid server closes the connection due to the keep alive timeout if client has no messages to send
ping(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.mysqlclient.MySQLConnection
Send a PING command to check if the server is alive.
ping() - Method in class io.vertx.reactivex.mysqlclient.MySQLConnection
Send a PING command to check if the server is alive.
PING - Static variable in class io.vertx.reactivex.redis.client.Command
 
ping(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ping.
ping(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ping.
PING - Static variable in interface io.vertx.redis.client.Command
 
ping(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ping.
ping(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ping.
ping(Buffer, Handler<AsyncResult<Buffer>>) - Method in class io.vertx.rxjava.core.http.HttpConnection
Send a frame to the remote endpoint.
ping(Buffer) - Method in class io.vertx.rxjava.core.http.HttpConnection
Send a frame to the remote endpoint.
ping(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.db2client.DB2Connection
Send a PING command to check if the server is alive.
ping() - Method in class io.vertx.rxjava.db2client.DB2Connection
Send a PING command to check if the server is alive.
PING - Static variable in class io.vertx.rxjava.ext.stomp.Frames
 
ping() - Static method in class io.vertx.rxjava.ext.stomp.Frames
 
ping() - Method in class io.vertx.rxjava.ext.stomp.StompServerConnection
Sends a `PING` frame to the client.
ping() - Method in class io.vertx.rxjava.mqtt.MqttClient
This method is needed by the client in order to avoid server closes the connection due to the keep alive timeout if client has no messages to send
ping(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.mysqlclient.MySQLConnection
Send a PING command to check if the server is alive.
ping() - Method in class io.vertx.rxjava.mysqlclient.MySQLConnection
Send a PING command to check if the server is alive.
PING - Static variable in class io.vertx.rxjava.redis.client.Command
 
ping(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command ping.
ping(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command ping.
pingFrame(Buffer) - Static method in interface io.vertx.core.http.WebSocketFrame
Create a ping WebSocket frame.
pingFrame(Buffer) - Static method in class io.vertx.reactivex.core.http.WebSocketFrame
Create a ping WebSocket frame.
pingFrame(Buffer) - Static method in class io.vertx.rxjava.core.http.WebSocketFrame
Create a ping WebSocket frame.
pingHandler(Handler<Buffer>) - Method in interface io.vertx.core.http.HttpConnection
Set an handler notified when a PING frame is received from the remote endpoint.
pingHandler(Handler<StompClientConnection>) - Method in interface io.vertx.ext.stomp.StompClientConnection
Sets a handler that let customize the behavior when a ping needs to be sent to the server.
pingHandler(Handler<StompServerConnection>) - Method in interface io.vertx.ext.stomp.StompServerHandler
Allows customizing the action to do when the server needs to send a `PING` to the client.
pingHandler(Handler<Void>) - Method in interface io.vertx.mqtt.MqttEndpoint
Set the pingreq handler on the MQTT endpoint.
pingHandler(Handler<Buffer>) - Method in class io.vertx.reactivex.core.http.HttpConnection
Set an handler notified when a frame is received from the remote endpoint.
pingHandler(Handler<StompClientConnection>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Sets a handler that let customize the behavior when a ping needs to be sent to the server.
pingHandler(Handler<StompServerConnection>) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
Allows customizing the action to do when the server needs to send a `PING` to the client.
pingHandler(Handler<Void>) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
Set the pingreq handler on the MQTT endpoint.
pingHandler(Handler<Buffer>) - Method in class io.vertx.rxjava.core.http.HttpConnection
Set an handler notified when a frame is received from the remote endpoint.
pingHandler(Handler<StompClientConnection>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Sets a handler that let customize the behavior when a ping needs to be sent to the server.
pingHandler(Handler<StompServerConnection>) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
Allows customizing the action to do when the server needs to send a `PING` to the client.
pingHandler(Handler<Void>) - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
Set the pingreq handler on the MQTT endpoint.
pingResponseHandler(Handler<Void>) - Method in interface io.vertx.mqtt.MqttClient
Sets handler which will be called after PINGRESP packet receiving
pingResponseHandler(Handler<Void>) - Method in class io.vertx.reactivex.mqtt.MqttClient
Sets handler which will be called after PINGRESP packet receiving
pingResponseHandler(Handler<Void>) - Method in class io.vertx.rxjava.mqtt.MqttClient
Sets handler which will be called after PINGRESP packet receiving
Pipe<T> - Interface in io.vertx.core.streams
Pipe data from a ReadStream to a WriteStream and performs flow control where necessary to prevent the write stream buffer from getting overfull.
pipe() - Method in interface io.vertx.core.streams.ReadStream
Pause this stream and return a Pipe to transfer the elements of this stream to a destination WriteStream.
pipe(WriteStream<Buffer>) - Static method in interface io.vertx.ext.web.codec.BodyCodec
A body codec that pipes the body to a write stream.
pipe(WriteStream<Buffer>, boolean) - Static method in interface io.vertx.ext.web.codec.BodyCodec
A body codec that pipes the body to a write stream.
pipe() - Method in class io.vertx.reactivex.amqp.AmqpReceiver
Pause this stream and return a to transfer the elements of this stream to a destination .
pipe() - Method in class io.vertx.reactivex.cassandra.CassandraRowStream
Pause this stream and return a to transfer the elements of this stream to a destination .
pipe() - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Pause this stream and return a to transfer the elements of this stream to a destination .
pipe() - Method in class io.vertx.reactivex.core.eventbus.MessageConsumer
Pause this stream and return a to transfer the elements of this stream to a destination .
pipe() - Method in class io.vertx.reactivex.core.file.AsyncFile
Pause this stream and return a to transfer the elements of this stream to a destination .
pipe() - Method in class io.vertx.reactivex.core.http.HttpClientResponse
Pause this stream and return a to transfer the elements of this stream to a destination .
pipe() - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
Pause this stream and return a to transfer the elements of this stream to a destination .
pipe() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
Pause this stream and return a to transfer the elements of this stream to a destination .
pipe() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Pause this stream and return a to transfer the elements of this stream to a destination .
pipe() - Method in class io.vertx.reactivex.core.http.WebSocket
Pause this stream and return a to transfer the elements of this stream to a destination .
pipe() - Method in interface io.vertx.reactivex.core.http.WebSocketBase
Pause this stream and return a to transfer the elements of this stream to a destination .
pipe() - Method in class io.vertx.reactivex.core.net.NetSocket
Pause this stream and return a to transfer the elements of this stream to a destination .
pipe() - Method in class io.vertx.reactivex.core.parsetools.JsonParser
Pause this stream and return a to transfer the elements of this stream to a destination .
pipe() - Method in class io.vertx.reactivex.core.parsetools.RecordParser
Pause this stream and return a to transfer the elements of this stream to a destination .
Pipe<T> - Class in io.vertx.reactivex.core.streams
Pipe data from a ReadStream to a WriteStream and performs flow control where necessary to prevent the write stream buffer from getting overfull.
Pipe(Pipe) - Constructor for class io.vertx.reactivex.core.streams.Pipe
 
Pipe(Object, TypeArg<T>) - Constructor for class io.vertx.reactivex.core.streams.Pipe
 
pipe() - Method in interface io.vertx.reactivex.core.streams.ReadStream
Pause this stream and return a Pipe to transfer the elements of this stream to a destination WriteStream.
pipe() - Method in class io.vertx.reactivex.core.TimeoutStream
Pause this stream and return a to transfer the elements of this stream to a destination .
pipe() - Method in class io.vertx.reactivex.ext.sql.SQLRowStream
Pause this stream and return a to transfer the elements of this stream to a destination .
pipe() - Method in class io.vertx.reactivex.ext.unit.report.TestSuiteReport
Pause this stream and return a to transfer the elements of this stream to a destination .
pipe(WriteStream<Buffer>) - Static method in class io.vertx.reactivex.ext.web.codec.BodyCodec
A body codec that pipes the body to a write stream.
pipe(WriteStream<Buffer>, boolean) - Static method in class io.vertx.reactivex.ext.web.codec.BodyCodec
A body codec that pipes the body to a write stream.
pipe() - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
Pause this stream and return a to transfer the elements of this stream to a destination .
pipe() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Pause this stream and return a to transfer the elements of this stream to a destination .
pipe() - Method in class io.vertx.reactivex.pgclient.pubsub.PgChannel
Pause this stream and return a to transfer the elements of this stream to a destination .
pipe() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQConsumer
Pause this stream and return a to transfer the elements of this stream to a destination .
pipe() - Method in class io.vertx.reactivex.redis.client.RedisConnection
Pause this stream and return a to transfer the elements of this stream to a destination .
pipe() - Method in class io.vertx.reactivex.sqlclient.RowStream
Pause this stream and return a to transfer the elements of this stream to a destination .
pipe() - Method in class io.vertx.rxjava.amqp.AmqpReceiver
Pause this stream and return a to transfer the elements of this stream to a destination .
pipe() - Method in class io.vertx.rxjava.cassandra.CassandraRowStream
Pause this stream and return a to transfer the elements of this stream to a destination .
pipe() - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Pause this stream and return a to transfer the elements of this stream to a destination .
pipe() - Method in class io.vertx.rxjava.core.eventbus.MessageConsumer
Pause this stream and return a to transfer the elements of this stream to a destination .
pipe() - Method in class io.vertx.rxjava.core.file.AsyncFile
Pause this stream and return a to transfer the elements of this stream to a destination .
pipe() - Method in class io.vertx.rxjava.core.http.HttpClientResponse
Pause this stream and return a to transfer the elements of this stream to a destination .
pipe() - Method in class io.vertx.rxjava.core.http.HttpServerFileUpload
Pause this stream and return a to transfer the elements of this stream to a destination .
pipe() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
Pause this stream and return a to transfer the elements of this stream to a destination .
pipe() - Method in class io.vertx.rxjava.core.http.ServerWebSocket
Pause this stream and return a to transfer the elements of this stream to a destination .
pipe() - Method in class io.vertx.rxjava.core.http.WebSocket
Pause this stream and return a to transfer the elements of this stream to a destination .
pipe() - Method in interface io.vertx.rxjava.core.http.WebSocketBase
Pause this stream and return a to transfer the elements of this stream to a destination .
pipe() - Method in class io.vertx.rxjava.core.net.NetSocket
Pause this stream and return a to transfer the elements of this stream to a destination .
pipe() - Method in class io.vertx.rxjava.core.parsetools.JsonParser
Pause this stream and return a to transfer the elements of this stream to a destination .
pipe() - Method in class io.vertx.rxjava.core.parsetools.RecordParser
Pause this stream and return a to transfer the elements of this stream to a destination .
Pipe<T> - Class in io.vertx.rxjava.core.streams
Pipe data from a ReadStream to a WriteStream and performs flow control where necessary to prevent the write stream buffer from getting overfull.
Pipe(Pipe) - Constructor for class io.vertx.rxjava.core.streams.Pipe
 
Pipe(Object, TypeArg<T>) - Constructor for class io.vertx.rxjava.core.streams.Pipe
 
pipe() - Method in interface io.vertx.rxjava.core.streams.ReadStream
Pause this stream and return a Pipe to transfer the elements of this stream to a destination WriteStream.
pipe() - Method in class io.vertx.rxjava.core.TimeoutStream
Pause this stream and return a to transfer the elements of this stream to a destination .
pipe() - Method in class io.vertx.rxjava.ext.sql.SQLRowStream
Pause this stream and return a to transfer the elements of this stream to a destination .
pipe() - Method in class io.vertx.rxjava.ext.unit.report.TestSuiteReport
Pause this stream and return a to transfer the elements of this stream to a destination .
pipe(WriteStream<Buffer>) - Static method in class io.vertx.rxjava.ext.web.codec.BodyCodec
A body codec that pipes the body to a write stream.
pipe(WriteStream<Buffer>, boolean) - Static method in class io.vertx.rxjava.ext.web.codec.BodyCodec
A body codec that pipes the body to a write stream.
pipe() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
Pause this stream and return a to transfer the elements of this stream to a destination .
pipe() - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Pause this stream and return a to transfer the elements of this stream to a destination .
pipe() - Method in class io.vertx.rxjava.pgclient.pubsub.PgChannel
Pause this stream and return a to transfer the elements of this stream to a destination .
pipe() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQConsumer
Pause this stream and return a to transfer the elements of this stream to a destination .
pipe() - Method in class io.vertx.rxjava.redis.client.RedisConnection
Pause this stream and return a to transfer the elements of this stream to a destination .
pipe() - Method in class io.vertx.rxjava.sqlclient.RowStream
Pause this stream and return a to transfer the elements of this stream to a destination .
pipeTo(WriteStream<Row>) - Method in interface io.vertx.cassandra.CassandraRowStream
 
pipeTo(WriteStream<Row>, Handler<AsyncResult<Void>>) - Method in interface io.vertx.cassandra.CassandraRowStream
 
pipeTo(WriteStream<T>) - Method in interface io.vertx.core.streams.ReadStream
Same as ReadStream.pipeTo(WriteStream, Handler) but returns a Future of the asynchronous result
pipeTo(WriteStream<T>, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.streams.ReadStream
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<AmqpMessage>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.amqp.AmqpReceiver
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<AmqpMessage>) - Method in class io.vertx.reactivex.amqp.AmqpReceiver
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Row>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.cassandra.CassandraRowStream
 
pipeTo(WriteStream<Row>) - Method in class io.vertx.reactivex.cassandra.CassandraRowStream
 
pipeTo(WriteStream<DatagramPacket>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<DatagramPacket>) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Message<T>>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.eventbus.MessageConsumer
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Message<T>>) - Method in class io.vertx.reactivex.core.eventbus.MessageConsumer
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Buffer>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.file.AsyncFile
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Buffer>) - Method in class io.vertx.reactivex.core.file.AsyncFile
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Buffer>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.HttpClientResponse
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Buffer>) - Method in class io.vertx.reactivex.core.http.HttpClientResponse
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Buffer>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Buffer>) - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Buffer>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.HttpServerRequest
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Buffer>) - Method in class io.vertx.reactivex.core.http.HttpServerRequest
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Buffer>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Buffer>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Buffer>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.WebSocket
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Buffer>) - Method in class io.vertx.reactivex.core.http.WebSocket
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Buffer>, Handler<AsyncResult<Void>>) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Buffer>) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Buffer>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.net.NetSocket
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Buffer>) - Method in class io.vertx.reactivex.core.net.NetSocket
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<JsonEvent>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.parsetools.JsonParser
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<JsonEvent>) - Method in class io.vertx.reactivex.core.parsetools.JsonParser
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Buffer>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.parsetools.RecordParser
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Buffer>) - Method in class io.vertx.reactivex.core.parsetools.RecordParser
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<T>, Handler<AsyncResult<Void>>) - Method in interface io.vertx.reactivex.core.streams.ReadStream
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<T>) - Method in interface io.vertx.reactivex.core.streams.ReadStream
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Long>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.TimeoutStream
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Long>) - Method in class io.vertx.reactivex.core.TimeoutStream
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<JsonArray>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.sql.SQLRowStream
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<JsonArray>) - Method in class io.vertx.reactivex.ext.sql.SQLRowStream
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<TestCaseReport>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.unit.report.TestSuiteReport
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<TestCaseReport>) - Method in class io.vertx.reactivex.ext.unit.report.TestSuiteReport
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Buffer>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Buffer>) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<KafkaConsumerRecord<K, V>>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<KafkaConsumerRecord<K, V>>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<String>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.pgclient.pubsub.PgChannel
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<String>) - Method in class io.vertx.reactivex.pgclient.pubsub.PgChannel
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<RabbitMQMessage>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQConsumer
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<RabbitMQMessage>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQConsumer
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Response>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.redis.client.RedisConnection
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Response>) - Method in class io.vertx.reactivex.redis.client.RedisConnection
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<T>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.sqlclient.RowStream
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<T>) - Method in class io.vertx.reactivex.sqlclient.RowStream
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<AmqpMessage>, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.amqp.AmqpReceiver
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<AmqpMessage>) - Method in class io.vertx.rxjava.amqp.AmqpReceiver
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Row>, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.cassandra.CassandraRowStream
 
pipeTo(WriteStream<Row>) - Method in class io.vertx.rxjava.cassandra.CassandraRowStream
 
pipeTo(WriteStream<DatagramPacket>, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<DatagramPacket>) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Message<T>>, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.eventbus.MessageConsumer
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Message<T>>) - Method in class io.vertx.rxjava.core.eventbus.MessageConsumer
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Buffer>, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.AsyncFile
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Buffer>) - Method in class io.vertx.rxjava.core.file.AsyncFile
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Buffer>, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.http.HttpClientResponse
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Buffer>) - Method in class io.vertx.rxjava.core.http.HttpClientResponse
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Buffer>, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.http.HttpServerFileUpload
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Buffer>) - Method in class io.vertx.rxjava.core.http.HttpServerFileUpload
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Buffer>, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.http.HttpServerRequest
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Buffer>) - Method in class io.vertx.rxjava.core.http.HttpServerRequest
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Buffer>, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Buffer>) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Buffer>, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.http.WebSocket
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Buffer>) - Method in class io.vertx.rxjava.core.http.WebSocket
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Buffer>, Handler<AsyncResult<Void>>) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Buffer>) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Buffer>, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.net.NetSocket
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Buffer>) - Method in class io.vertx.rxjava.core.net.NetSocket
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<JsonEvent>, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.parsetools.JsonParser
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<JsonEvent>) - Method in class io.vertx.rxjava.core.parsetools.JsonParser
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Buffer>, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.parsetools.RecordParser
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Buffer>) - Method in class io.vertx.rxjava.core.parsetools.RecordParser
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<T>, Handler<AsyncResult<Void>>) - Method in interface io.vertx.rxjava.core.streams.ReadStream
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<T>) - Method in interface io.vertx.rxjava.core.streams.ReadStream
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Long>, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.TimeoutStream
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Long>) - Method in class io.vertx.rxjava.core.TimeoutStream
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<JsonArray>, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.sql.SQLRowStream
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<JsonArray>) - Method in class io.vertx.rxjava.ext.sql.SQLRowStream
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<TestCaseReport>, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.unit.report.TestSuiteReport
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<TestCaseReport>) - Method in class io.vertx.rxjava.ext.unit.report.TestSuiteReport
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Buffer>, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Buffer>) - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<KafkaConsumerRecord<K, V>>, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<KafkaConsumerRecord<K, V>>) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<String>, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.pgclient.pubsub.PgChannel
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<String>) - Method in class io.vertx.rxjava.pgclient.pubsub.PgChannel
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<RabbitMQMessage>, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQConsumer
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<RabbitMQMessage>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQConsumer
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Response>, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.client.RedisConnection
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<Response>) - Method in class io.vertx.rxjava.redis.client.RedisConnection
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<T>, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.sqlclient.RowStream
Pipe this ReadStream to the WriteStream.
pipeTo(WriteStream<T>) - Method in class io.vertx.rxjava.sqlclient.RowStream
Pipe this ReadStream to the WriteStream.
pkceVerifierLength(int) - Method in interface io.vertx.ext.web.handler.OAuth2AuthHandler
PKCE (RFC 7636) is an extension to the Authorization Code flow to prevent several attacks and to be able to securely perform the OAuth exchange from public clients.
pkceVerifierLength(int) - Method in class io.vertx.reactivex.ext.web.handler.OAuth2AuthHandler
PKCE (RFC 7636) is an extension to the Authorization Code flow to prevent several attacks and to be able to securely perform the OAuth exchange from public clients.
pkceVerifierLength(int) - Method in class io.vertx.rxjava.ext.web.handler.OAuth2AuthHandler
PKCE (RFC 7636) is an extension to the Authorization Code flow to prevent several attacks and to be able to securely perform the OAuth exchange from public clients.
plus(Set<T>, Set<T>) - Static method in class io.vertx.json.schema.common.SetUtils
 
plus(Set<T>, T) - Static method in class io.vertx.json.schema.common.SetUtils
 
Point - Class in io.vertx.mysqlclient.data.spatial
A Point is a geometry that represents a single location in coordinate space.
Point() - Constructor for class io.vertx.mysqlclient.data.spatial.Point
 
Point(Point) - Constructor for class io.vertx.mysqlclient.data.spatial.Point
 
Point(long, double, double) - Constructor for class io.vertx.mysqlclient.data.spatial.Point
 
Point - Class in io.vertx.pgclient.data
A Postgresql point.
Point() - Constructor for class io.vertx.pgclient.data.Point
 
Point(double, double) - Constructor for class io.vertx.pgclient.data.Point
 
poll(Duration, Handler<AsyncResult<KafkaConsumerRecords<K, V>>>) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
Executes a poll for getting messages from Kafka.
poll(Duration) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
Like KafkaConsumer.poll(Duration, Handler) but returns a Future of the asynchronous result
poll(Duration, Handler<AsyncResult<ConsumerRecords<K, V>>>) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
Executes a poll for getting messages from Kafka.
poll(Duration) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
Like KafkaReadStream.poll(Duration, Handler) but returns a Future of the asynchronous result
poll(Duration, Handler<AsyncResult<KafkaConsumerRecords<K, V>>>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Executes a poll for getting messages from Kafka.
poll(Duration) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Executes a poll for getting messages from Kafka.
poll(Duration, Handler<AsyncResult<KafkaConsumerRecords<K, V>>>) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Executes a poll for getting messages from Kafka.
poll(Duration) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Executes a poll for getting messages from Kafka.
pollTimeout(Duration) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
Sets the poll timeout for the underlying native Kafka Consumer.
pollTimeout(Duration) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
Sets the poll timeout for the underlying native Kafka Consumer.
pollTimeout(Duration) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Sets the poll timeout for the underlying native Kafka Consumer.
pollTimeout(Duration) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Sets the poll timeout for the underlying native Kafka Consumer.
Polygon - Class in io.vertx.mysqlclient.data.spatial
A Polygon is a planar Surface representing a multisided geometry.
Polygon() - Constructor for class io.vertx.mysqlclient.data.spatial.Polygon
 
Polygon(Polygon) - Constructor for class io.vertx.mysqlclient.data.spatial.Polygon
 
Polygon(long, List<LineString>) - Constructor for class io.vertx.mysqlclient.data.spatial.Polygon
 
Polygon - Class in io.vertx.pgclient.data
Polygon data type in Postgres represented by lists of points (the vertexes of the polygon).
Polygon() - Constructor for class io.vertx.pgclient.data.Polygon
 
Polygon(List<Point>) - Constructor for class io.vertx.pgclient.data.Polygon
 
pong() - Method in interface io.vertx.mqtt.MqttEndpoint
Sends the PINGRESP message to the remote MQTT client
pong() - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
Sends the PINGRESP message to the remote MQTT client
pong() - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
Sends the PINGRESP message to the remote MQTT client
pongFrame(Buffer) - Static method in interface io.vertx.core.http.WebSocketFrame
Create a pong WebSocket frame.
pongFrame(Buffer) - Static method in class io.vertx.reactivex.core.http.WebSocketFrame
Create a pong WebSocket frame.
pongFrame(Buffer) - Static method in class io.vertx.rxjava.core.http.WebSocketFrame
Create a pong WebSocket frame.
pongHandler(Handler<Buffer>) - Method in interface io.vertx.core.http.WebSocketBase
Set a pong frame handler on the connection.
pongHandler(Handler<Buffer>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Set a pong frame handler on the connection.
pongHandler(Handler<Buffer>) - Method in class io.vertx.reactivex.core.http.WebSocket
Set a pong frame handler on the connection.
pongHandler(Handler<Buffer>) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
Set a pong frame handler on the connection.
pongHandler(Handler<Buffer>) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
Set a pong frame handler on the connection.
pongHandler(Handler<Buffer>) - Method in class io.vertx.rxjava.core.http.WebSocket
Set a pong frame handler on the connection.
pongHandler(Handler<Buffer>) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
Set a pong frame handler on the connection.
pool(String) - Static method in interface io.vertx.db2client.DB2Pool
Like DB2Pool.pool(String, PoolOptions) with a default poolOptions.
pool(String, PoolOptions) - Static method in interface io.vertx.db2client.DB2Pool
Like DB2Pool.pool(DB2ConnectOptions, PoolOptions) with connectOptions build from connectionUri.
pool(Vertx, String) - Static method in interface io.vertx.db2client.DB2Pool
Like DB2Pool.pool(Vertx, String,PoolOptions) with a default poolOptions..
pool(Vertx, String, PoolOptions) - Static method in interface io.vertx.db2client.DB2Pool
Like DB2Pool.pool(Vertx, DB2ConnectOptions, PoolOptions) with connectOptions build from connectionUri.
pool(DB2ConnectOptions, PoolOptions) - Static method in interface io.vertx.db2client.DB2Pool
Create a connection pool to the DB2 server configured with the given connectOptions and poolOptions.
pool(Vertx, DB2ConnectOptions, PoolOptions) - Static method in interface io.vertx.db2client.DB2Pool
pool(Vertx, JDBCConnectOptions, PoolOptions) - Static method in interface io.vertx.jdbcclient.JDBCPool
Create a JDBC pool which maintains its own data source.
pool(Vertx, JsonObject) - Static method in interface io.vertx.jdbcclient.JDBCPool
Create a JDBC pool which maintains its own data source.
pool(String) - Static method in interface io.vertx.mysqlclient.MySQLPool
Like MySQLPool.pool(String, PoolOptions) with a default poolOptions.
pool(String, PoolOptions) - Static method in interface io.vertx.mysqlclient.MySQLPool
Like MySQLPool.pool(MySQLConnectOptions, PoolOptions) with connectOptions build from connectionUri.
pool(Vertx, String) - Static method in interface io.vertx.mysqlclient.MySQLPool
Like MySQLPool.pool(Vertx, String,PoolOptions) with a default poolOptions..
pool(Vertx, String, PoolOptions) - Static method in interface io.vertx.mysqlclient.MySQLPool
Like MySQLPool.pool(Vertx, MySQLConnectOptions, PoolOptions) with connectOptions build from connectionUri.
pool(MySQLConnectOptions, PoolOptions) - Static method in interface io.vertx.mysqlclient.MySQLPool
Create a connection pool to the MySQL server configured with the given connectOptions and poolOptions.
pool(Vertx, MySQLConnectOptions, PoolOptions) - Static method in interface io.vertx.mysqlclient.MySQLPool
pool() - Static method in interface io.vertx.pgclient.PgPool
Like PgPool.pool(PoolOptions) with a default poolOptions.
pool(PoolOptions) - Static method in interface io.vertx.pgclient.PgPool
Like PgPool.pool(PgConnectOptions, PoolOptions) with connectOptions build from the environment variables.
pool(String) - Static method in interface io.vertx.pgclient.PgPool
Like PgPool.pool(String, PoolOptions) with a default poolOptions.
pool(String, PoolOptions) - Static method in interface io.vertx.pgclient.PgPool
Like PgPool.pool(PgConnectOptions, PoolOptions) with connectOptions build from connectionUri.
pool(Vertx, String) - Static method in interface io.vertx.pgclient.PgPool
Like PgPool.pool(Vertx, String,PoolOptions) with a default poolOptions.
pool(Vertx, PoolOptions) - Static method in interface io.vertx.pgclient.PgPool
Like PgPool.pool(Vertx, PgConnectOptions, PoolOptions) with connectOptions build from the environment variables.
pool(Vertx, String, PoolOptions) - Static method in interface io.vertx.pgclient.PgPool
Like PgPool.pool(Vertx, PgConnectOptions, PoolOptions) with connectOptions build from connectionUri.
pool(PgConnectOptions, PoolOptions) - Static method in interface io.vertx.pgclient.PgPool
Create a connection pool to the database configured with the given connectOptions and poolOptions.
pool(Vertx, PgConnectOptions, PoolOptions) - Static method in interface io.vertx.pgclient.PgPool
Like PgPool.pool(PgConnectOptions, PoolOptions) with a specific Vertx instance.
pool(String) - Static method in class io.vertx.reactivex.db2client.DB2Pool
Like DB2Pool.pool(java.lang.String) with a default poolOptions.
pool(String, PoolOptions) - Static method in class io.vertx.reactivex.db2client.DB2Pool
Like DB2Pool.pool(java.lang.String) with connectOptions build from connectionUri.
pool(Vertx, String) - Static method in class io.vertx.reactivex.db2client.DB2Pool
Like DB2Pool.pool(java.lang.String) with a default poolOptions..
pool(Vertx, String, PoolOptions) - Static method in class io.vertx.reactivex.db2client.DB2Pool
Like DB2Pool.pool(java.lang.String) with connectOptions build from connectionUri.
pool(DB2ConnectOptions, PoolOptions) - Static method in class io.vertx.reactivex.db2client.DB2Pool
Create a connection pool to the DB2 server configured with the given connectOptions and poolOptions.
pool(Vertx, DB2ConnectOptions, PoolOptions) - Static method in class io.vertx.reactivex.db2client.DB2Pool
Like DB2Pool.pool(java.lang.String) with a specific instance.
pool(Vertx, JDBCConnectOptions, PoolOptions) - Static method in class io.vertx.reactivex.jdbcclient.JDBCPool
Create a JDBC pool which maintains its own data source.
pool(Vertx, JsonObject) - Static method in class io.vertx.reactivex.jdbcclient.JDBCPool
Create a JDBC pool which maintains its own data source.
pool(String) - Static method in class io.vertx.reactivex.mysqlclient.MySQLPool
Like MySQLPool.pool(java.lang.String) with a default poolOptions.
pool(String, PoolOptions) - Static method in class io.vertx.reactivex.mysqlclient.MySQLPool
Like MySQLPool.pool(java.lang.String) with connectOptions build from connectionUri.
pool(Vertx, String) - Static method in class io.vertx.reactivex.mysqlclient.MySQLPool
Like MySQLPool.pool(java.lang.String) with a default poolOptions..
pool(Vertx, String, PoolOptions) - Static method in class io.vertx.reactivex.mysqlclient.MySQLPool
Like MySQLPool.pool(java.lang.String) with connectOptions build from connectionUri.
pool(MySQLConnectOptions, PoolOptions) - Static method in class io.vertx.reactivex.mysqlclient.MySQLPool
Create a connection pool to the MySQL server configured with the given connectOptions and poolOptions.
pool(Vertx, MySQLConnectOptions, PoolOptions) - Static method in class io.vertx.reactivex.mysqlclient.MySQLPool
Like MySQLPool.pool(java.lang.String) with a specific instance.
pool() - Static method in class io.vertx.reactivex.pgclient.PgPool
Like PgPool.pool() with a default poolOptions.
pool(PoolOptions) - Static method in class io.vertx.reactivex.pgclient.PgPool
Like PgPool.pool() with connectOptions build from the environment variables.
pool(String) - Static method in class io.vertx.reactivex.pgclient.PgPool
Like PgPool.pool() with a default poolOptions.
pool(String, PoolOptions) - Static method in class io.vertx.reactivex.pgclient.PgPool
Like PgPool.pool() with connectOptions build from connectionUri.
pool(Vertx, String) - Static method in class io.vertx.reactivex.pgclient.PgPool
Like PgPool.pool() with a default poolOptions.
pool(Vertx, PoolOptions) - Static method in class io.vertx.reactivex.pgclient.PgPool
Like PgPool.pool() with connectOptions build from the environment variables.
pool(Vertx, String, PoolOptions) - Static method in class io.vertx.reactivex.pgclient.PgPool
Like PgPool.pool() with connectOptions build from connectionUri.
pool(PgConnectOptions, PoolOptions) - Static method in class io.vertx.reactivex.pgclient.PgPool
Create a connection pool to the database configured with the given connectOptions and poolOptions.
pool(Vertx, PgConnectOptions, PoolOptions) - Static method in class io.vertx.reactivex.pgclient.PgPool
Like PgPool.pool() with a specific instance.
Pool - Class in io.vertx.reactivex.sqlclient
A connection pool which reuses a number of SQL connections.
Pool(Pool) - Constructor for class io.vertx.reactivex.sqlclient.Pool
 
Pool(Object) - Constructor for class io.vertx.reactivex.sqlclient.Pool
 
pool(SqlConnectOptions) - Static method in class io.vertx.reactivex.sqlclient.Pool
Create a connection pool to the database configured with the given connectOptions and default PoolOptions
pool(SqlConnectOptions, PoolOptions) - Static method in class io.vertx.reactivex.sqlclient.Pool
Create a connection pool to the database configured with the given connectOptions and poolOptions.
pool(Vertx, SqlConnectOptions, PoolOptions) - Static method in class io.vertx.reactivex.sqlclient.Pool
Create a connection pool to the database configured with the given connectOptions and poolOptions.
pool(String) - Static method in class io.vertx.rxjava.db2client.DB2Pool
Like DB2Pool.pool(java.lang.String) with a default poolOptions.
pool(String, PoolOptions) - Static method in class io.vertx.rxjava.db2client.DB2Pool
Like DB2Pool.pool(java.lang.String) with connectOptions build from connectionUri.
pool(Vertx, String) - Static method in class io.vertx.rxjava.db2client.DB2Pool
Like DB2Pool.pool(java.lang.String) with a default poolOptions..
pool(Vertx, String, PoolOptions) - Static method in class io.vertx.rxjava.db2client.DB2Pool
Like DB2Pool.pool(java.lang.String) with connectOptions build from connectionUri.
pool(DB2ConnectOptions, PoolOptions) - Static method in class io.vertx.rxjava.db2client.DB2Pool
Create a connection pool to the DB2 server configured with the given connectOptions and poolOptions.
pool(Vertx, DB2ConnectOptions, PoolOptions) - Static method in class io.vertx.rxjava.db2client.DB2Pool
Like DB2Pool.pool(java.lang.String) with a specific instance.
pool(Vertx, JDBCConnectOptions, PoolOptions) - Static method in class io.vertx.rxjava.jdbcclient.JDBCPool
Create a JDBC pool which maintains its own data source.
pool(Vertx, JsonObject) - Static method in class io.vertx.rxjava.jdbcclient.JDBCPool
Create a JDBC pool which maintains its own data source.
pool(String) - Static method in class io.vertx.rxjava.mysqlclient.MySQLPool
Like MySQLPool.pool(java.lang.String) with a default poolOptions.
pool(String, PoolOptions) - Static method in class io.vertx.rxjava.mysqlclient.MySQLPool
Like MySQLPool.pool(java.lang.String) with connectOptions build from connectionUri.
pool(Vertx, String) - Static method in class io.vertx.rxjava.mysqlclient.MySQLPool
Like MySQLPool.pool(java.lang.String) with a default poolOptions..
pool(Vertx, String, PoolOptions) - Static method in class io.vertx.rxjava.mysqlclient.MySQLPool
Like MySQLPool.pool(java.lang.String) with connectOptions build from connectionUri.
pool(MySQLConnectOptions, PoolOptions) - Static method in class io.vertx.rxjava.mysqlclient.MySQLPool
Create a connection pool to the MySQL server configured with the given connectOptions and poolOptions.
pool(Vertx, MySQLConnectOptions, PoolOptions) - Static method in class io.vertx.rxjava.mysqlclient.MySQLPool
Like MySQLPool.pool(java.lang.String) with a specific instance.
pool() - Static method in class io.vertx.rxjava.pgclient.PgPool
Like PgPool.pool() with a default poolOptions.
pool(PoolOptions) - Static method in class io.vertx.rxjava.pgclient.PgPool
Like PgPool.pool() with connectOptions build from the environment variables.
pool(String) - Static method in class io.vertx.rxjava.pgclient.PgPool
Like PgPool.pool() with a default poolOptions.
pool(String, PoolOptions) - Static method in class io.vertx.rxjava.pgclient.PgPool
Like PgPool.pool() with connectOptions build from connectionUri.
pool(Vertx, String) - Static method in class io.vertx.rxjava.pgclient.PgPool
Like PgPool.pool() with a default poolOptions.
pool(Vertx, PoolOptions) - Static method in class io.vertx.rxjava.pgclient.PgPool
Like PgPool.pool() with connectOptions build from the environment variables.
pool(Vertx, String, PoolOptions) - Static method in class io.vertx.rxjava.pgclient.PgPool
Like PgPool.pool() with connectOptions build from connectionUri.
pool(PgConnectOptions, PoolOptions) - Static method in class io.vertx.rxjava.pgclient.PgPool
Create a connection pool to the database configured with the given connectOptions and poolOptions.
pool(Vertx, PgConnectOptions, PoolOptions) - Static method in class io.vertx.rxjava.pgclient.PgPool
Like PgPool.pool() with a specific instance.
Pool - Class in io.vertx.rxjava.sqlclient
A connection pool which reuses a number of SQL connections.
Pool(Pool) - Constructor for class io.vertx.rxjava.sqlclient.Pool
 
Pool(Object) - Constructor for class io.vertx.rxjava.sqlclient.Pool
 
pool(SqlConnectOptions) - Static method in class io.vertx.rxjava.sqlclient.Pool
Create a connection pool to the database configured with the given connectOptions and default PoolOptions
pool(SqlConnectOptions, PoolOptions) - Static method in class io.vertx.rxjava.sqlclient.Pool
Create a connection pool to the database configured with the given connectOptions and poolOptions.
pool(Vertx, SqlConnectOptions, PoolOptions) - Static method in class io.vertx.rxjava.sqlclient.Pool
Create a connection pool to the database configured with the given connectOptions and poolOptions.
Pool - Interface in io.vertx.sqlclient
A connection pool which reuses a number of SQL connections.
pool(SqlConnectOptions) - Static method in interface io.vertx.sqlclient.Pool
Create a connection pool to the database configured with the given connectOptions and default PoolOptions
pool(SqlConnectOptions, PoolOptions) - Static method in interface io.vertx.sqlclient.Pool
Create a connection pool to the database configured with the given connectOptions and poolOptions.
pool(Vertx, SqlConnectOptions, PoolOptions) - Static method in interface io.vertx.sqlclient.Pool
Create a connection pool to the database configured with the given connectOptions and poolOptions.
PoolMetrics<T> - Interface in io.vertx.core.spi.metrics
An SPI used internally by Vert.x to gather metrics on pools used by Vert.x (execute blocking, worker verticle or data source).
PoolOptions - Class in io.vertx.sqlclient
The options for configuring a connection pool.
PoolOptions() - Constructor for class io.vertx.sqlclient.PoolOptions
 
PoolOptions(JsonObject) - Constructor for class io.vertx.sqlclient.PoolOptions
 
PoolOptions(PoolOptions) - Constructor for class io.vertx.sqlclient.PoolOptions
 
PoolOptionsConverter - Class in io.vertx.sqlclient
Converter and mapper for PoolOptions.
PoolOptionsConverter() - Constructor for class io.vertx.sqlclient.PoolOptionsConverter
 
port() - Method in interface io.vertx.core.dns.SrvRecord
Returns the port the service is running on.
port() - Method in interface io.vertx.core.net.SocketAddress
 
port() - Method in class io.vertx.core.spi.cluster.NodeInfo
 
port(int) - Method in interface io.vertx.ext.web.client.HttpRequest
Configure the request to use a new port value.
port() - Method in class io.vertx.reactivex.core.dns.SrvRecord
Returns the port the service is running on.
port() - Method in class io.vertx.reactivex.core.net.SocketAddress
 
port(int) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Configure the request to use a new port value.
port() - Method in class io.vertx.rxjava.core.dns.SrvRecord
Returns the port the service is running on.
port() - Method in class io.vertx.rxjava.core.net.SocketAddress
 
port(int) - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
Configure the request to use a new port value.
position(TopicPartition, Handler<AsyncResult<Long>>) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
Get the offset of the next record that will be fetched (if a record with that offset exists).
position(TopicPartition) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
Like KafkaConsumer.position(TopicPartition, Handler) but returns a Future of the asynchronous result
position(TopicPartition, Handler<AsyncResult<Long>>) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
Get the offset of the next record that will be fetched (if a record with that offset exists).
position(TopicPartition) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
Like KafkaReadStream.position(TopicPartition, Handler) but returns a Future of the asynchronous result
position(TopicPartition, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Get the offset of the next record that will be fetched (if a record with that offset exists).
position(TopicPartition) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Get the offset of the next record that will be fetched (if a record with that offset exists).
position(TopicPartition, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Get the offset of the next record that will be fetched (if a record with that offset exists).
position(TopicPartition) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Get the offset of the next record that will be fetched (if a record with that offset exists).
POST - Static variable in class io.vertx.core.http.HttpMethod
The {RFC 2616 @code POST} method, this instance is interned and uniquely used.
post(String) - Method in interface io.vertx.ext.web.client.WebClient
Create an HTTP POST request to send to the server at the default host and port.
post(int, String, String) - Method in interface io.vertx.ext.web.client.WebClient
Create an HTTP POST request to send to the server at the specified host and port.
post(String, String) - Method in interface io.vertx.ext.web.client.WebClient
Create an HTTP POST request to send to the server at the specified host and default port.
post() - Method in interface io.vertx.ext.web.Router
Add a route that matches any HTTP POST request
post(String) - Method in interface io.vertx.ext.web.Router
Add a route that matches a HTTP POST request and the specified path
post(String) - Method in class io.vertx.reactivex.ext.web.client.WebClient
Create an HTTP POST request to send to the server at the default host and port.
post(int, String, String) - Method in class io.vertx.reactivex.ext.web.client.WebClient
Create an HTTP POST request to send to the server at the specified host and port.
post(String, String) - Method in class io.vertx.reactivex.ext.web.client.WebClient
Create an HTTP POST request to send to the server at the specified host and default port.
post() - Method in class io.vertx.reactivex.ext.web.Router
Add a route that matches any HTTP POST request
post(String) - Method in class io.vertx.reactivex.ext.web.Router
Add a route that matches a HTTP POST request and the specified path
POST - Static variable in class io.vertx.reactivex.redis.client.Command
 
post(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command post.
post(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command post.
POST - Static variable in interface io.vertx.redis.client.Command
 
post(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command post.
post(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command post.
post(String) - Method in class io.vertx.rxjava.ext.web.client.WebClient
Create an HTTP POST request to send to the server at the default host and port.
post(int, String, String) - Method in class io.vertx.rxjava.ext.web.client.WebClient
Create an HTTP POST request to send to the server at the specified host and port.
post(String, String) - Method in class io.vertx.rxjava.ext.web.client.WebClient
Create an HTTP POST request to send to the server at the specified host and default port.
post() - Method in class io.vertx.rxjava.ext.web.Router
Add a route that matches any HTTP POST request
post(String) - Method in class io.vertx.rxjava.ext.web.Router
Add a route that matches a HTTP POST request and the specified path
POST - Static variable in class io.vertx.rxjava.redis.client.Command
 
post(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command post.
post(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command post.
postAbs(String) - Method in interface io.vertx.ext.web.client.WebClient
Create an HTTP POST request to send to the server using an absolute URI, specifying a response handler to receive the response
postAbs(String) - Method in class io.vertx.reactivex.ext.web.client.WebClient
Create an HTTP POST request to send to the server using an absolute URI, specifying a response handler to receive the response
postAbs(String) - Method in class io.vertx.rxjava.ext.web.client.WebClient
Create an HTTP POST request to send to the server using an absolute URI, specifying a response handler to receive the response
postAuthentication(RoutingContext) - Method in interface io.vertx.ext.web.handler.AuthenticationHandler
This method is called to perform any post authentication tasks, such as redirects.
postAuthentication(RoutingContext) - Method in interface io.vertx.reactivex.ext.web.handler.AuthenticationHandler
This method is called to perform any post authentication tasks, such as redirects.
postAuthentication(RoutingContext) - Method in interface io.vertx.reactivex.ext.web.handler.AuthHandler
Deprecated.
postAuthentication(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.BasicAuthHandler
This method is called to perform any post authentication tasks, such as redirects.
postAuthentication(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.ChainAuthHandler
This method is called to perform any post authentication tasks, such as redirects.
postAuthentication(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.DigestAuthHandler
This method is called to perform any post authentication tasks, such as redirects.
postAuthentication(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.JWTAuthHandler
This method is called to perform any post authentication tasks, such as redirects.
postAuthentication(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.OAuth2AuthHandler
This method is called to perform any post authentication tasks, such as redirects.
postAuthentication(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.RedirectAuthHandler
This method is called to perform any post authentication tasks, such as redirects.
postAuthentication(RoutingContext) - Method in interface io.vertx.rxjava.ext.web.handler.AuthenticationHandler
This method is called to perform any post authentication tasks, such as redirects.
postAuthentication(RoutingContext) - Method in interface io.vertx.rxjava.ext.web.handler.AuthHandler
Deprecated.
postAuthentication(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.BasicAuthHandler
This method is called to perform any post authentication tasks, such as redirects.
postAuthentication(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.ChainAuthHandler
This method is called to perform any post authentication tasks, such as redirects.
postAuthentication(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.DigestAuthHandler
This method is called to perform any post authentication tasks, such as redirects.
postAuthentication(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.JWTAuthHandler
This method is called to perform any post authentication tasks, such as redirects.
postAuthentication(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.OAuth2AuthHandler
This method is called to perform any post authentication tasks, such as redirects.
postAuthentication(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.RedirectAuthHandler
This method is called to perform any post authentication tasks, such as redirects.
POSTMASTER - Static variable in class io.vertx.ext.mail.mailencoder.EmailAddress
 
postWithRegex(String) - Method in interface io.vertx.ext.web.Router
Add a route that matches a HTTP POST request and the specified path regex
postWithRegex(String) - Method in class io.vertx.reactivex.ext.web.Router
Add a route that matches a HTTP POST request and the specified path regex
postWithRegex(String) - Method in class io.vertx.rxjava.ext.web.Router
Add a route that matches a HTTP POST request and the specified path regex
predicate(RequestPredicate) - Method in interface io.vertx.ext.web.validation.builder.ValidationHandlerBuilder
 
preferredLanguage() - Method in interface io.vertx.ext.web.RoutingContext
Helper to return the user preferred language.
preferredLanguage() - Method in class io.vertx.reactivex.ext.web.RoutingContext
Helper to return the user preferred language.
preferredLanguage() - Method in class io.vertx.rxjava.ext.web.RoutingContext
Helper to return the user preferred language.
preferredUsername(JsonObject) - Static method in interface io.vertx.ext.auth.oauth2.KeycloakHelper
Deprecated.
 
preferredUsername(JsonObject) - Static method in class io.vertx.reactivex.ext.auth.oauth2.KeycloakHelper
Deprecated.
preferredUsername(JsonObject) - Static method in class io.vertx.rxjava.ext.auth.oauth2.KeycloakHelper
Deprecated.
prefix() - Method in interface io.vertx.core.spi.VerticleFactory
 
prefix() - Method in class io.vertx.ext.httpservicefactory.HttpSecureServiceFactory
 
prefix() - Method in class io.vertx.ext.httpservicefactory.HttpServiceFactory
 
prefix() - Method in class io.vertx.lang.groovy.GroovyVerticleFactory
 
prefix() - Method in class io.vertx.maven.MavenVerticleFactory
 
prefix() - Method in class io.vertx.service.ServiceVerticleFactory
 
prepare(String, Handler<AsyncResult<PreparedStatement>>) - Method in interface io.vertx.cassandra.CassandraClient
Prepares the provided query string.
prepare(String) - Method in interface io.vertx.cassandra.CassandraClient
Like CassandraClient.prepare(String, Handler) but returns a Future of the asynchronous result.
prepare(SimpleStatement, Handler<AsyncResult<PreparedStatement>>) - Method in interface io.vertx.cassandra.CassandraClient
Prepares the provided a SimpleStatement.
prepare(SimpleStatement) - Method in interface io.vertx.cassandra.CassandraClient
Like CassandraClient.prepare(SimpleStatement, Handler) but returns a Future of the asynchronous result.
prepare(String, Handler<AsyncResult<PreparedStatement>>) - Method in interface io.vertx.db2client.DB2Connection
 
prepare(String, Handler<AsyncResult<PreparedStatement>>) - Method in interface io.vertx.mysqlclient.MySQLConnection
Create a prepared statement using the given sql string.
prepare(String, Handler<AsyncResult<PreparedStatement>>) - Method in interface io.vertx.pgclient.PgConnection
Create a prepared statement using the given sql string.
prepare(String, Handler<AsyncResult<PreparedStatement>>) - Method in class io.vertx.reactivex.cassandra.CassandraClient
Prepares the provided query string.
prepare(String) - Method in class io.vertx.reactivex.cassandra.CassandraClient
Prepares the provided query string.
prepare(SimpleStatement, Handler<AsyncResult<PreparedStatement>>) - Method in class io.vertx.reactivex.cassandra.CassandraClient
Prepares the provided a .
prepare(SimpleStatement) - Method in class io.vertx.reactivex.cassandra.CassandraClient
Prepares the provided a .
prepare(String, Handler<AsyncResult<PreparedStatement>>) - Method in class io.vertx.reactivex.db2client.DB2Connection
 
prepare(String) - Method in class io.vertx.reactivex.db2client.DB2Connection
 
prepare(String, Handler<AsyncResult<PreparedStatement>>) - Method in class io.vertx.reactivex.mysqlclient.MySQLConnection
 
prepare(String) - Method in class io.vertx.reactivex.mysqlclient.MySQLConnection
 
prepare(String, Handler<AsyncResult<PreparedStatement>>) - Method in class io.vertx.reactivex.pgclient.PgConnection
 
prepare(String) - Method in class io.vertx.reactivex.pgclient.PgConnection
 
prepare(String, Handler<AsyncResult<PreparedStatement>>) - Method in class io.vertx.reactivex.sqlclient.SqlConnection
Create a prepared statement using the given sql string.
prepare(String) - Method in class io.vertx.reactivex.sqlclient.SqlConnection
Create a prepared statement using the given sql string.
prepare(String, Handler<AsyncResult<PreparedStatement>>) - Method in class io.vertx.rxjava.cassandra.CassandraClient
Prepares the provided query string.
prepare(String) - Method in class io.vertx.rxjava.cassandra.CassandraClient
Prepares the provided query string.
prepare(SimpleStatement, Handler<AsyncResult<PreparedStatement>>) - Method in class io.vertx.rxjava.cassandra.CassandraClient
Prepares the provided a .
prepare(SimpleStatement) - Method in class io.vertx.rxjava.cassandra.CassandraClient
Prepares the provided a .
prepare(String, Handler<AsyncResult<PreparedStatement>>) - Method in class io.vertx.rxjava.db2client.DB2Connection
 
prepare(String) - Method in class io.vertx.rxjava.db2client.DB2Connection
 
prepare(String, Handler<AsyncResult<PreparedStatement>>) - Method in class io.vertx.rxjava.mysqlclient.MySQLConnection
 
prepare(String) - Method in class io.vertx.rxjava.mysqlclient.MySQLConnection
 
prepare(String, Handler<AsyncResult<PreparedStatement>>) - Method in class io.vertx.rxjava.pgclient.PgConnection
 
prepare(String) - Method in class io.vertx.rxjava.pgclient.PgConnection
 
prepare(String, Handler<AsyncResult<PreparedStatement>>) - Method in class io.vertx.rxjava.sqlclient.SqlConnection
Create a prepared statement using the given sql string.
prepare(String) - Method in class io.vertx.rxjava.sqlclient.SqlConnection
Create a prepared statement using the given sql string.
prepare(String, Handler<AsyncResult<PreparedStatement>>) - Method in interface io.vertx.sqlclient.SqlConnection
Create a prepared statement using the given sql string.
prepare(String) - Method in interface io.vertx.sqlclient.SqlConnection
Like SqlConnection.prepare(String, Handler) but returns a Future of the asynchronous result
preparedQuery(String) - Method in class io.vertx.reactivex.sqlclient.Pool
A connection is borrowed from the connection pool when the query is executed and then immediately returned to the pool after it completes.
PreparedQuery<T> - Class in io.vertx.reactivex.sqlclient
A query for a prepared statement allowing parameterized execution of the query, this query will use a prepared statement.
PreparedQuery(PreparedQuery) - Constructor for class io.vertx.reactivex.sqlclient.PreparedQuery
 
PreparedQuery(Object, TypeArg<T>) - Constructor for class io.vertx.reactivex.sqlclient.PreparedQuery
 
preparedQuery(String) - Method in class io.vertx.reactivex.sqlclient.SqlClient
preparedQuery(String) - Method in class io.vertx.rxjava.sqlclient.Pool
A connection is borrowed from the connection pool when the query is executed and then immediately returned to the pool after it completes.
PreparedQuery<T> - Class in io.vertx.rxjava.sqlclient
A query for a prepared statement allowing parameterized execution of the query, this query will use a prepared statement.
PreparedQuery(PreparedQuery) - Constructor for class io.vertx.rxjava.sqlclient.PreparedQuery
 
PreparedQuery(Object, TypeArg<T>) - Constructor for class io.vertx.rxjava.sqlclient.PreparedQuery
 
preparedQuery(String) - Method in class io.vertx.rxjava.sqlclient.SqlClient
preparedQuery(String) - Method in interface io.vertx.sqlclient.Pool
PreparedQuery<T> - Interface in io.vertx.sqlclient
A query for a prepared statement allowing parameterized execution of the query, this query will use a prepared statement.
preparedQuery(String) - Method in interface io.vertx.sqlclient.SqlClient
PreparedQueryDefinition - Class in io.vertx.ext.consul
Defines a prepared query.
PreparedQueryDefinition() - Constructor for class io.vertx.ext.consul.PreparedQueryDefinition
Default constructor
PreparedQueryDefinition(JsonObject) - Constructor for class io.vertx.ext.consul.PreparedQueryDefinition
Constructor from JSON
PreparedQueryExecuteOptions - Class in io.vertx.ext.consul
Options used to execute prepared query
PreparedQueryExecuteOptions() - Constructor for class io.vertx.ext.consul.PreparedQueryExecuteOptions
Default constructor
PreparedQueryExecuteOptions(JsonObject) - Constructor for class io.vertx.ext.consul.PreparedQueryExecuteOptions
Constructor from JSON
PreparedQueryExecuteOptionsConverter - Class in io.vertx.ext.consul
Converter and mapper for PreparedQueryExecuteOptions.
PreparedQueryExecuteOptionsConverter() - Constructor for class io.vertx.ext.consul.PreparedQueryExecuteOptionsConverter
 
PreparedQueryExecuteResponse - Class in io.vertx.ext.consul
The results of executing prepared query
PreparedQueryExecuteResponse() - Constructor for class io.vertx.ext.consul.PreparedQueryExecuteResponse
Default constructor
PreparedQueryExecuteResponse(JsonObject) - Constructor for class io.vertx.ext.consul.PreparedQueryExecuteResponse
Constructor from JSON
PreparedQueryExecuteResponseConverter - Class in io.vertx.ext.consul
Converter and mapper for PreparedQueryExecuteResponse.
PreparedQueryExecuteResponseConverter() - Constructor for class io.vertx.ext.consul.PreparedQueryExecuteResponseConverter
 
PreparedStatement - Class in io.vertx.reactivex.sqlclient
A prepared statement, the statement is pre-compiled and it's more efficient to execute the statement for multiple times.
PreparedStatement(PreparedStatement) - Constructor for class io.vertx.reactivex.sqlclient.PreparedStatement
 
PreparedStatement(Object) - Constructor for class io.vertx.reactivex.sqlclient.PreparedStatement
 
PreparedStatement - Class in io.vertx.rxjava.sqlclient
A prepared statement, the statement is pre-compiled and it's more efficient to execute the statement for multiple times.
PreparedStatement(PreparedStatement) - Constructor for class io.vertx.rxjava.sqlclient.PreparedStatement
 
PreparedStatement(Object) - Constructor for class io.vertx.rxjava.sqlclient.PreparedStatement
 
PreparedStatement - Interface in io.vertx.sqlclient
A prepared statement, the statement is pre-compiled and it's more efficient to execute the statement for multiple times.
prepareMessageReceived(Context, ConsumerRecord) - Method in class io.vertx.kafka.client.common.tracing.ConsumerTracer
 
prepareSendMessage(Context, ProducerRecord) - Method in class io.vertx.kafka.client.common.tracing.ProducerTracer
 
prettyMapper() - Static method in class io.vertx.core.json.jackson.DatabindCodec
 
prevResult() - Method in interface io.vertx.ext.consul.WatchResult
The previous result of the operation.
prevResult() - Method in class io.vertx.reactivex.ext.consul.WatchResult
The previous result of the operation.
prevResult() - Method in class io.vertx.rxjava.ext.consul.WatchResult
The previous result of the operation.
principal() - Method in interface io.vertx.ext.auth.User
Get the underlying principal for the User.
principal() - Method in class io.vertx.reactivex.ext.auth.User
Get the underlying principal for the User.
principal() - Method in class io.vertx.rxjava.ext.auth.User
Get the underlying principal for the User.
priority() - Method in interface io.vertx.amqp.AmqpMessage
 
priority(short) - Method in interface io.vertx.amqp.AmqpMessageBuilder
 
priority() - Method in interface io.vertx.core.dns.MxRecord
The priority of the MX record.
priority() - Method in interface io.vertx.core.dns.SrvRecord
Returns the priority for this service record.
priority() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
priority(short) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
priority() - Method in class io.vertx.reactivex.core.dns.MxRecord
The priority of the MX record.
priority() - Method in class io.vertx.reactivex.core.dns.SrvRecord
Returns the priority for this service record.
priority() - Method in class io.vertx.rxjava.amqp.AmqpMessage
 
priority(short) - Method in class io.vertx.rxjava.amqp.AmqpMessageBuilder
 
priority() - Method in class io.vertx.rxjava.core.dns.MxRecord
The priority of the MX record.
priority() - Method in class io.vertx.rxjava.core.dns.SrvRecord
Returns the priority for this service record.
PriorityGetter - Interface in io.vertx.json.schema.common
 
privateKeyPath() - Method in interface io.vertx.core.net.SelfSignedCertificate
Filesystem path to the RSA private key file in PEM format
privateKeyPath() - Method in class io.vertx.reactivex.core.net.SelfSignedCertificate
Filesystem path to the RSA private key file in PEM format
privateKeyPath() - Method in class io.vertx.rxjava.core.net.SelfSignedCertificate
Filesystem path to the RSA private key file in PEM format
PRNG - Class in io.vertx.ext.auth
Wrapper around secure random that periodically seeds the PRNG with new entropy.
PRNG(Vertx) - Constructor for class io.vertx.ext.auth.PRNG
 
process(Vertx, JsonObject, Buffer) - Method in class io.vertx.config.hocon.HoconProcessor
 
process(Vertx, JsonObject, Buffer, Handler<AsyncResult<JsonObject>>) - Method in interface io.vertx.config.spi.ConfigProcessor
process(Vertx, JsonObject, Buffer) - Method in interface io.vertx.config.spi.ConfigProcessor
Transforms the given input into a JsonObject.
process(Vertx, JsonObject, Buffer) - Method in class io.vertx.config.yaml.YamlProcessor
 
process(CommandProcess) - Method in class io.vertx.ext.shell.command.AnnotatedCommand
Process the command, when the command is done processing it should call the CommandProcess.end() method.
process(CommandProcess) - Method in class io.vertx.ext.shell.command.base.BusPublish
 
process(CommandProcess) - Method in class io.vertx.ext.shell.command.base.BusSend
 
process(CommandProcess) - Method in class io.vertx.ext.shell.command.base.BusTail
 
process(CommandProcess) - Method in class io.vertx.ext.shell.command.base.Echo
 
process(CommandProcess) - Method in class io.vertx.ext.shell.command.base.FileSystemCd
 
process(CommandProcess) - Method in class io.vertx.ext.shell.command.base.FileSystemLs
 
process(CommandProcess) - Method in class io.vertx.ext.shell.command.base.FileSystemPwd
 
process(CommandProcess) - Method in class io.vertx.ext.shell.command.base.Help
 
process(CommandProcess) - Method in class io.vertx.ext.shell.command.base.LocalMapGet
 
process(CommandProcess) - Method in class io.vertx.ext.shell.command.base.LocalMapPut
 
process(CommandProcess) - Method in class io.vertx.ext.shell.command.base.LocalMapRm
 
process(CommandProcess) - Method in class io.vertx.ext.shell.command.base.NetCommandLs
 
process(CommandProcess) - Method in class io.vertx.ext.shell.command.base.Sleep
 
process(CommandProcess) - Method in class io.vertx.ext.shell.command.base.VerticleDeploy
 
process(CommandProcess) - Method in class io.vertx.ext.shell.command.base.VerticleFactories
 
process(CommandProcess) - Method in class io.vertx.ext.shell.command.base.VerticleLs
 
process(CommandProcess) - Method in class io.vertx.ext.shell.command.base.VerticleUndeploy
 
process() - Method in interface io.vertx.ext.shell.system.Job
 
Process - Interface in io.vertx.ext.shell.system
A process managed by the shell.
process() - Method in class io.vertx.reactivex.ext.shell.system.Job
 
Process - Class in io.vertx.reactivex.ext.shell.system
A process managed by the shell.
Process(Process) - Constructor for class io.vertx.reactivex.ext.shell.system.Process
 
Process(Object) - Constructor for class io.vertx.reactivex.ext.shell.system.Process
 
process() - Method in class io.vertx.rxjava.ext.shell.system.Job
 
Process - Class in io.vertx.rxjava.ext.shell.system
A process managed by the shell.
Process(Process) - Constructor for class io.vertx.rxjava.ext.shell.system.Process
 
Process(Object) - Constructor for class io.vertx.rxjava.ext.shell.system.Process
 
processArgs() - Method in class io.vertx.core.AbstractVerticle
Get the arguments used when deploying the Vert.x process.
processArgs() - Method in interface io.vertx.core.Context
The process args
processArgs() - Method in class io.vertx.reactivex.core.Context
The process args
processArgs() - Method in class io.vertx.rxjava.core.Context
The process args
processHandler(Handler<CommandProcess>) - Method in interface io.vertx.ext.shell.command.CommandBuilder
Set the command process handler, the process handler is called when the command is executed.
processHandler(Handler<CommandProcess>) - Method in class io.vertx.reactivex.ext.shell.command.CommandBuilder
Set the command process handler, the process handler is called when the command is executed.
processHandler(Handler<CommandProcess>) - Method in class io.vertx.rxjava.ext.shell.command.CommandBuilder
Set the command process handler, the process handler is called when the command is executed.
processId() - Method in interface io.vertx.pgclient.PgConnection
 
processId() - Method in class io.vertx.reactivex.pgclient.PgConnection
 
processId() - Method in class io.vertx.rxjava.pgclient.PgConnection
 
Processors - Class in io.vertx.config.spi.utils
A class to deal with configuration prcessors.
Processors() - Constructor for class io.vertx.config.spi.utils.Processors
 
ProducerTracer<S> - Class in io.vertx.kafka.client.common.tracing
Tracer for Kafka producer, wrapping the generic tracer.
ProducerTracer.StartedSpan - Class in io.vertx.kafka.client.common.tracing
 
produces(String) - Method in interface io.vertx.ext.web.Route
Add a content type produced by this route.
produces(String) - Method in class io.vertx.reactivex.ext.web.Route
Add a content type produced by this route.
produces(String) - Method in class io.vertx.rxjava.ext.web.Route
Add a content type produced by this route.
productName() - Method in class io.vertx.reactivex.sqlclient.spi.DatabaseMetadata
 
productName() - Method in class io.vertx.rxjava.sqlclient.spi.DatabaseMetadata
 
productName() - Method in interface io.vertx.sqlclient.spi.DatabaseMetadata
 
PrometheusBackendRegistry - Class in io.vertx.micrometer.backends
 
PrometheusBackendRegistry(VertxPrometheusOptions) - Constructor for class io.vertx.micrometer.backends.PrometheusBackendRegistry
 
PrometheusBackendRegistry(VertxPrometheusOptions, PrometheusMeterRegistry) - Constructor for class io.vertx.micrometer.backends.PrometheusBackendRegistry
 
PrometheusScrapingHandler - Interface in io.vertx.micrometer
A Vert.x Web Route handler for Prometheus metrics scraping.
PrometheusScrapingHandler - Class in io.vertx.reactivex.micrometer
A Vert.x Web Route handler for Prometheus metrics scraping.
PrometheusScrapingHandler(PrometheusScrapingHandler) - Constructor for class io.vertx.reactivex.micrometer.PrometheusScrapingHandler
 
PrometheusScrapingHandler(Object) - Constructor for class io.vertx.reactivex.micrometer.PrometheusScrapingHandler
 
PrometheusScrapingHandler - Class in io.vertx.rxjava.micrometer
A Vert.x Web Route handler for Prometheus metrics scraping.
PrometheusScrapingHandler(PrometheusScrapingHandler) - Constructor for class io.vertx.rxjava.micrometer.PrometheusScrapingHandler
 
PrometheusScrapingHandler(Object) - Constructor for class io.vertx.rxjava.micrometer.PrometheusScrapingHandler
 
Promise<T> - Interface in io.vertx.core
Represents the writable side of an action that may, or may not, have occurred yet.
promise() - Static method in interface io.vertx.core.Promise
Create a promise that hasn't completed yet
Promise<T> - Class in io.vertx.reactivex.core
Represents the writable side of an action that may, or may not, have occurred yet.
Promise(Promise) - Constructor for class io.vertx.reactivex.core.Promise
 
Promise(Object, TypeArg<T>) - Constructor for class io.vertx.reactivex.core.Promise
 
promise() - Static method in class io.vertx.reactivex.core.Promise
Create a promise that hasn't completed yet
Promise<T> - Class in io.vertx.rxjava.core
Represents the writable side of an action that may, or may not, have occurred yet.
Promise(Promise) - Constructor for class io.vertx.rxjava.core.Promise
 
Promise(Object, TypeArg<T>) - Constructor for class io.vertx.rxjava.core.Promise
 
promise() - Static method in class io.vertx.rxjava.core.Promise
Create a promise that hasn't completed yet
prompt(String) - Method in interface io.vertx.ext.web.handler.OAuth2AuthHandler
Indicates the type of user interaction that is required.
prompt(String) - Method in class io.vertx.reactivex.ext.web.handler.OAuth2AuthHandler
Indicates the type of user interaction that is required.
prompt(String) - Method in class io.vertx.rxjava.ext.web.handler.OAuth2AuthHandler
Indicates the type of user interaction that is required.
properties() - Method in interface io.vertx.rabbitmq.RabbitMQMessage
 
properties() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQMessage
 
properties() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQMessage
 
PROPERTIES_PROPS_PATH_FIELD - Static variable in interface io.vertx.ext.auth.shiro.PropertiesProviderConstants
Deprecated.
The path where to look for the properties file
PropertiesProviderConstants - Interface in io.vertx.ext.auth.shiro
Deprecated.
ShiroAuth has been replaced by io.vertx.ext.auth.properties.PropertyFileAuthentication and io.vertx.ext.auth.ldap.LdapAuthentication
PropertiesValidatorFactory - Class in io.vertx.json.schema.common
 
PropertiesValidatorFactory() - Constructor for class io.vertx.json.schema.common.PropertiesValidatorFactory
 
property(String, SchemaBuilder) - Method in class io.vertx.json.schema.common.dsl.ObjectSchemaBuilder
 
property(PropertyKind<V>) - Method in class io.vertx.reactivex.sqlclient.SqlResult
Get the specific property with the specified PropertyKind.
property(PropertyKind<V>) - Method in class io.vertx.rxjava.sqlclient.SqlResult
Get the specific property with the specified PropertyKind.
property(PropertyKind<V>) - Method in interface io.vertx.sqlclient.SqlResult
Get the specific property with the specified PropertyKind.
PROPERTY_COLLECTION_NAME - Static variable in interface io.vertx.ext.auth.mongo.MongoAuth
Deprecated.
The property name to be used to set the name of the collection inside the config
PROPERTY_COLLECTION_NAME - Static variable in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
The property name to be used to set the name of the collection inside the config
PROPERTY_COLLECTION_NAME - Static variable in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
The property name to be used to set the name of the collection inside the config
PROPERTY_CREDENTIAL_PASSWORD_FIELD - Static variable in interface io.vertx.ext.auth.mongo.MongoAuth
Deprecated.
The property name to be used to set the name of the field, where the password for the credentials is stored inside
PROPERTY_CREDENTIAL_PASSWORD_FIELD - Static variable in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
The property name to be used to set the name of the field, where the password for the credentials is stored inside
PROPERTY_CREDENTIAL_PASSWORD_FIELD - Static variable in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
The property name to be used to set the name of the field, where the password for the credentials is stored inside
PROPERTY_CREDENTIAL_USERNAME_FIELD - Static variable in interface io.vertx.ext.auth.mongo.MongoAuth
Deprecated.
The property name to be used to set the name of the field, where the username for the credentials is stored inside
PROPERTY_CREDENTIAL_USERNAME_FIELD - Static variable in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
The property name to be used to set the name of the field, where the username for the credentials is stored inside
PROPERTY_CREDENTIAL_USERNAME_FIELD - Static variable in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
The property name to be used to set the name of the field, where the username for the credentials is stored inside
PROPERTY_PASSWORD_FIELD - Static variable in interface io.vertx.ext.auth.mongo.MongoAuth
Deprecated.
The property name to be used to set the name of the field, where the password is stored inside
PROPERTY_PASSWORD_FIELD - Static variable in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
The property name to be used to set the name of the field, where the password is stored inside
PROPERTY_PASSWORD_FIELD - Static variable in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
The property name to be used to set the name of the field, where the password is stored inside
PROPERTY_PERMISSION_FIELD - Static variable in interface io.vertx.ext.auth.mongo.MongoAuth
Deprecated.
The property name to be used to set the name of the field, where the permissions are stored inside
PROPERTY_PERMISSION_FIELD - Static variable in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
The property name to be used to set the name of the field, where the permissions are stored inside
PROPERTY_PERMISSION_FIELD - Static variable in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
The property name to be used to set the name of the field, where the permissions are stored inside
PROPERTY_ROLE_FIELD - Static variable in interface io.vertx.ext.auth.mongo.MongoAuth
Deprecated.
The property name to be used to set the name of the field, where the roles are stored inside
PROPERTY_ROLE_FIELD - Static variable in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
The property name to be used to set the name of the field, where the roles are stored inside
PROPERTY_ROLE_FIELD - Static variable in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
The property name to be used to set the name of the field, where the roles are stored inside
PROPERTY_SALT_FIELD - Static variable in interface io.vertx.ext.auth.mongo.MongoAuth
Deprecated.
The property name to be used to set the name of the field, where the SALT is stored inside
PROPERTY_SALT_FIELD - Static variable in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
The property name to be used to set the name of the field, where the SALT is stored inside
PROPERTY_SALT_FIELD - Static variable in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
The property name to be used to set the name of the field, where the SALT is stored inside
PROPERTY_SALT_STYLE - Static variable in interface io.vertx.ext.auth.mongo.MongoAuth
Deprecated.
The property name to be used to set the name of the field, where the salt style is stored inside
PROPERTY_SALT_STYLE - Static variable in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
The property name to be used to set the name of the field, where the salt style is stored inside
PROPERTY_SALT_STYLE - Static variable in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
The property name to be used to set the name of the field, where the salt style is stored inside
PROPERTY_USERNAME_FIELD - Static variable in interface io.vertx.ext.auth.mongo.MongoAuth
Deprecated.
The property name to be used to set the name of the field, where the username is stored inside
PROPERTY_USERNAME_FIELD - Static variable in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
The property name to be used to set the name of the field, where the username is stored inside
PROPERTY_USERNAME_FIELD - Static variable in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
The property name to be used to set the name of the field, where the username is stored inside
PropertyFileAuthentication - Interface in io.vertx.ext.auth.properties
Factory interface for creating property file based AuthenticationProvider instances.
PropertyFileAuthentication - Class in io.vertx.reactivex.ext.auth.properties
Factory interface for creating property file based AuthenticationProvider instances.
PropertyFileAuthentication(PropertyFileAuthentication) - Constructor for class io.vertx.reactivex.ext.auth.properties.PropertyFileAuthentication
 
PropertyFileAuthentication(Object) - Constructor for class io.vertx.reactivex.ext.auth.properties.PropertyFileAuthentication
 
PropertyFileAuthentication - Class in io.vertx.rxjava.ext.auth.properties
Factory interface for creating property file based AuthenticationProvider instances.
PropertyFileAuthentication(PropertyFileAuthentication) - Constructor for class io.vertx.rxjava.ext.auth.properties.PropertyFileAuthentication
 
PropertyFileAuthentication(Object) - Constructor for class io.vertx.rxjava.ext.auth.properties.PropertyFileAuthentication
 
PropertyFileAuthorization - Interface in io.vertx.ext.auth.properties
Factory interface for creating property file based AuthenticationProvider instances.
PropertyFileAuthorization - Class in io.vertx.reactivex.ext.auth.properties
Factory interface for creating property file based AuthenticationProvider instances.
PropertyFileAuthorization(PropertyFileAuthorization) - Constructor for class io.vertx.reactivex.ext.auth.properties.PropertyFileAuthorization
 
PropertyFileAuthorization(Object) - Constructor for class io.vertx.reactivex.ext.auth.properties.PropertyFileAuthorization
 
PropertyFileAuthorization - Class in io.vertx.rxjava.ext.auth.properties
Factory interface for creating property file based AuthenticationProvider instances.
PropertyFileAuthorization(PropertyFileAuthorization) - Constructor for class io.vertx.rxjava.ext.auth.properties.PropertyFileAuthorization
 
PropertyFileAuthorization(Object) - Constructor for class io.vertx.rxjava.ext.auth.properties.PropertyFileAuthorization
 
PropertyKind<T> - Class in io.vertx.reactivex.sqlclient
The kind of the property, this can be used to fetch some specific property of the execution result.
PropertyKind(PropertyKind) - Constructor for class io.vertx.reactivex.sqlclient.PropertyKind
 
PropertyKind(Object, TypeArg<T>) - Constructor for class io.vertx.reactivex.sqlclient.PropertyKind
 
PropertyKind<T> - Class in io.vertx.rxjava.sqlclient
The kind of the property, this can be used to fetch some specific property of the execution result.
PropertyKind(PropertyKind) - Constructor for class io.vertx.rxjava.sqlclient.PropertyKind
 
PropertyKind(Object, TypeArg<T>) - Constructor for class io.vertx.rxjava.sqlclient.PropertyKind
 
PropertyKind<T> - Interface in io.vertx.sqlclient
The kind of the property, this can be used to fetch some specific property of the execution result.
propertyNames(StringSchemaBuilder) - Static method in class io.vertx.json.schema.draft7.dsl.Keywords
 
PropertyNamesValidatorFactory - Class in io.vertx.json.schema.draft7
 
PropertyNamesValidatorFactory() - Constructor for class io.vertx.json.schema.draft7.PropertyNamesValidatorFactory
 
PROPFIND - Static variable in class io.vertx.core.http.HttpMethod
The RFC 2518/4918 PROPFIND method, this instance is interned and uniquely used.
PROPPATCH - Static variable in class io.vertx.core.http.HttpMethod
The RFC 2518/4918 PROPPATCH method, this instance is interned and uniquely used.
props(String, Handler<AsyncResult<FileProps>>) - Method in interface io.vertx.core.file.FileSystem
Obtain properties for the file represented by path, asynchronously.
props(String) - Method in interface io.vertx.core.file.FileSystem
Like FileSystem.props(String, Handler) but returns a Future of the asynchronous result
props(String, Handler<AsyncResult<FileProps>>) - Method in class io.vertx.reactivex.core.file.FileSystem
Obtain properties for the file represented by path, asynchronously.
props(String) - Method in class io.vertx.reactivex.core.file.FileSystem
Obtain properties for the file represented by path, asynchronously.
props(String, Handler<AsyncResult<FileProps>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Obtain properties for the file represented by path, asynchronously.
props(String) - Method in class io.vertx.rxjava.core.file.FileSystem
Obtain properties for the file represented by path, asynchronously.
propsBlocking(String) - Method in interface io.vertx.core.file.FileSystem
propsBlocking(String) - Method in class io.vertx.reactivex.core.file.FileSystem
propsBlocking(String) - Method in class io.vertx.rxjava.core.file.FileSystem
protocol() - Method in interface io.vertx.core.dns.SrvRecord
Returns the protocol for the service being queried (i.e.
protocol() - Method in class io.vertx.reactivex.core.dns.SrvRecord
Returns the protocol for the service being queried (i.e.
protocol() - Method in class io.vertx.rxjava.core.dns.SrvRecord
Returns the protocol for the service being queried (i.e.
protocolName() - Method in interface io.vertx.mqtt.MqttEndpoint
 
protocolName() - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
 
protocolName() - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
 
protocolVersion() - Method in interface io.vertx.mqtt.MqttEndpoint
 
protocolVersion() - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
 
protocolVersion() - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
 
PROXY_AUTHENTICATE - Static variable in interface io.vertx.core.http.HttpHeaders
Proxy-Authenticate header name
PROXY_AUTHENTICATE - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Proxy-Authenticate header name
PROXY_AUTHENTICATE - Static variable in class io.vertx.rxjava.core.http.HttpHeaders
Proxy-Authenticate header name
PROXY_AUTHORIZATION - Static variable in interface io.vertx.core.http.HttpHeaders
Proxy-Authorization header name
PROXY_AUTHORIZATION - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Proxy-Authorization header name
PROXY_AUTHORIZATION - Static variable in class io.vertx.rxjava.core.http.HttpHeaders
Proxy-Authorization header name
PROXY_HOST_PROPERTY - Static variable in class io.vertx.ext.httpservicefactory.HttpServiceFactory
 
PROXY_PORT_PROPERTY - Static variable in class io.vertx.ext.httpservicefactory.HttpServiceFactory
 
proxyDetector(ProxyDetector) - Method in class io.vertx.grpc.VertxChannelBuilder
 
proxyGenImports(PrintWriter) - Method in class io.vertx.serviceproxy.generator.GeneratorUtils
 
ProxyHandler - Class in io.vertx.serviceproxy
 
ProxyHandler() - Constructor for class io.vertx.serviceproxy.ProxyHandler
 
ProxyHelper - Class in io.vertx.serviceproxy
Deprecated.
for a more robust proxy creation see: ServiceBinder
ProxyHelper() - Constructor for class io.vertx.serviceproxy.ProxyHelper
Deprecated.
 
ProxyMethodInfo - Class in io.vertx.serviceproxy.generator.model
 
ProxyMethodInfo(Set<ClassTypeInfo>, String, TypeInfo, Text, boolean, boolean, List<ParamInfo>, String, Doc, boolean, boolean, List<TypeParamInfo.Method>, boolean, boolean, boolean, Text) - Constructor for class io.vertx.serviceproxy.generator.model.ProxyMethodInfo
 
ProxyModel - Class in io.vertx.serviceproxy.generator.model
 
ProxyModel(ProcessingEnvironment, TypeMirrorFactory, TypeElement) - Constructor for class io.vertx.serviceproxy.generator.model.ProxyModel
 
ProxyModelProvider - Class in io.vertx.serviceproxy.generator.model
 
ProxyModelProvider() - Constructor for class io.vertx.serviceproxy.generator.model.ProxyModelProvider
 
ProxyOptions - Class in io.vertx.core.net
Proxy options for a net client or a net client.
ProxyOptions() - Constructor for class io.vertx.core.net.ProxyOptions
Default constructor.
ProxyOptions(ProxyOptions) - Constructor for class io.vertx.core.net.ProxyOptions
Copy constructor.
ProxyOptions(JsonObject) - Constructor for class io.vertx.core.net.ProxyOptions
Create options from JSON.
ProxyOptionsConverter - Class in io.vertx.core.net
Converter and mapper for ProxyOptions.
ProxyOptionsConverter() - Constructor for class io.vertx.core.net.ProxyOptionsConverter
 
ProxyType - Enum in io.vertx.core.net
The type of a TCP proxy server.
ProxyUtils - Class in io.vertx.serviceproxy
 
ProxyUtils() - Constructor for class io.vertx.serviceproxy.ProxyUtils
 
PSETEX - Static variable in class io.vertx.reactivex.redis.client.Command
 
psetex(String, String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command psetex.
psetex(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command psetex.
PSETEX - Static variable in interface io.vertx.redis.client.Command
 
psetex(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command psetex.
psetex(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command psetex.
PSETEX - Static variable in class io.vertx.rxjava.redis.client.Command
 
psetex(String, String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command psetex.
psetex(String, String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command psetex.
PSUBSCRIBE - Static variable in class io.vertx.reactivex.redis.client.Command
 
psubscribe(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command psubscribe.
psubscribe(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command psubscribe.
PSUBSCRIBE - Static variable in interface io.vertx.redis.client.Command
 
psubscribe(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command psubscribe.
psubscribe(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command psubscribe.
PSUBSCRIBE - Static variable in class io.vertx.rxjava.redis.client.Command
 
psubscribe(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command psubscribe.
psubscribe(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command psubscribe.
PSYNC - Static variable in class io.vertx.reactivex.redis.client.Command
 
psync(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command psync.
psync(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command psync.
PSYNC - Static variable in interface io.vertx.redis.client.Command
 
psync(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command psync.
psync(String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command psync.
PSYNC - Static variable in class io.vertx.rxjava.redis.client.Command
 
psync(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command psync.
psync(String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command psync.
PTTL - Static variable in class io.vertx.reactivex.redis.client.Command
 
pttl(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command pttl.
pttl(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command pttl.
PTTL - Static variable in interface io.vertx.redis.client.Command
 
pttl(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command pttl.
pttl(String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command pttl.
PTTL - Static variable in class io.vertx.rxjava.redis.client.Command
 
pttl(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command pttl.
pttl(String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command pttl.
Pty - Interface in io.vertx.ext.shell.term
A pseudo terminal used for controlling a Tty.
Pty - Class in io.vertx.reactivex.ext.shell.term
A pseudo terminal used for controlling a Tty.
Pty(Pty) - Constructor for class io.vertx.reactivex.ext.shell.term.Pty
 
Pty(Object) - Constructor for class io.vertx.reactivex.ext.shell.term.Pty
 
Pty - Class in io.vertx.rxjava.ext.shell.term
A pseudo terminal used for controlling a Tty.
Pty(Pty) - Constructor for class io.vertx.rxjava.ext.shell.term.Pty
 
Pty(Object) - Constructor for class io.vertx.rxjava.ext.shell.term.Pty
 
PublicKeyCredential - Enum in io.vertx.ext.auth.webauthn
PublicKeyCredential https://www.iana.org/assignments/cose/cose.xhtml#algorithms
publish(String, Object) - Method in interface io.vertx.core.eventbus.EventBus
Publish a message.
publish(String, Object, DeliveryOptions) - Method in interface io.vertx.core.eventbus.EventBus
Like EventBus.publish(String, Object) but specifying options that can be used to configure the delivery.
publish(String, Buffer, MqttQoS, boolean, boolean) - Method in interface io.vertx.mqtt.MqttClient
Sends the PUBLISH message to the remote MQTT server
publish(String, Buffer, MqttQoS, boolean, boolean, Handler<AsyncResult<Integer>>) - Method in interface io.vertx.mqtt.MqttClient
Sends the PUBLISH message to the remote MQTT server
publish(String, Buffer, MqttQoS, boolean, boolean) - Method in interface io.vertx.mqtt.MqttEndpoint
Sends the PUBLISH message to the remote MQTT client
publish(String, Buffer, MqttQoS, boolean, boolean, Handler<AsyncResult<Integer>>) - Method in interface io.vertx.mqtt.MqttEndpoint
Sends the PUBLISH message to the remote MQTT server
publish(String, Buffer, MqttQoS, boolean, boolean, int) - Method in interface io.vertx.mqtt.MqttEndpoint
Like MqttEndpoint.publish(String, Buffer, MqttQoS, boolean, boolean, int, Handler) but returns a Future of the asynchronous result
publish(String, Buffer, MqttQoS, boolean, boolean, int, Handler<AsyncResult<Integer>>) - Method in interface io.vertx.mqtt.MqttEndpoint
Sends the PUBLISH message to the remote MQTT server explicitly specifying the messageId
publish(String, String, BasicProperties, Buffer, Handler<AsyncResult<Void>>) - Method in interface io.vertx.rabbitmq.RabbitMQPublisher
Publish a message.
publish(String, String, BasicProperties, Buffer) - Method in interface io.vertx.rabbitmq.RabbitMQPublisher
Like #basicPublish(String, String, BasicProperties, Buffer, Handler) but returns a Future of the asynchronous result
publish(String, Object) - Method in class io.vertx.reactivex.core.eventbus.EventBus
Publish a message.
publish(String, Object, DeliveryOptions) - Method in class io.vertx.reactivex.core.eventbus.EventBus
Like but specifying options that can be used to configure the delivery.
publish(String, Buffer, MqttQoS, boolean, boolean, Handler<AsyncResult<Integer>>) - Method in class io.vertx.reactivex.mqtt.MqttClient
Sends the PUBLISH message to the remote MQTT server
publish(String, Buffer, MqttQoS, boolean, boolean) - Method in class io.vertx.reactivex.mqtt.MqttClient
Sends the PUBLISH message to the remote MQTT server
publish(String, Buffer, MqttQoS, boolean, boolean, Handler<AsyncResult<Integer>>) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
Sends the PUBLISH message to the remote MQTT server
publish(String, Buffer, MqttQoS, boolean, boolean) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
Sends the PUBLISH message to the remote MQTT server
publish(String, Buffer, MqttQoS, boolean, boolean, int, Handler<AsyncResult<Integer>>) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
Sends the PUBLISH message to the remote MQTT server explicitly specifying the messageId
publish(String, Buffer, MqttQoS, boolean, boolean, int) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
Sends the PUBLISH message to the remote MQTT server explicitly specifying the messageId
publish(String, String, BasicProperties, Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQPublisher
Publish a message.
publish(String, String, BasicProperties, Buffer) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQPublisher
Publish a message.
PUBLISH - Static variable in class io.vertx.reactivex.redis.client.Command
 
publish(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command publish.
publish(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command publish.
publish(Record, Handler<AsyncResult<Record>>) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
Publishes a record.
publish(Record) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
Publishes a record.
publish(Record, Handler<AsyncResult<Record>>) - Method in class io.vertx.reactivex.servicediscovery.spi.ServicePublisher
Publishes a record.
publish(Record) - Method in class io.vertx.reactivex.servicediscovery.spi.ServicePublisher
Publishes a record.
PUBLISH - Static variable in interface io.vertx.redis.client.Command
 
publish(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command publish.
publish(String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command publish.
publish(String, Object) - Method in class io.vertx.rxjava.core.eventbus.EventBus
Publish a message.
publish(String, Object, DeliveryOptions) - Method in class io.vertx.rxjava.core.eventbus.EventBus
Like but specifying options that can be used to configure the delivery.
publish(String, Buffer, MqttQoS, boolean, boolean, Handler<AsyncResult<Integer>>) - Method in class io.vertx.rxjava.mqtt.MqttClient
Sends the PUBLISH message to the remote MQTT server
publish(String, Buffer, MqttQoS, boolean, boolean) - Method in class io.vertx.rxjava.mqtt.MqttClient
Sends the PUBLISH message to the remote MQTT server
publish(String, Buffer, MqttQoS, boolean, boolean, Handler<AsyncResult<Integer>>) - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
Sends the PUBLISH message to the remote MQTT server
publish(String, Buffer, MqttQoS, boolean, boolean) - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
Sends the PUBLISH message to the remote MQTT server
publish(String, Buffer, MqttQoS, boolean, boolean, int, Handler<AsyncResult<Integer>>) - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
Sends the PUBLISH message to the remote MQTT server explicitly specifying the messageId
publish(String, Buffer, MqttQoS, boolean, boolean, int) - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
Sends the PUBLISH message to the remote MQTT server explicitly specifying the messageId
publish(String, String, BasicProperties, Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQPublisher
Publish a message.
publish(String, String, BasicProperties, Buffer) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQPublisher
Publish a message.
PUBLISH - Static variable in class io.vertx.rxjava.redis.client.Command
 
publish(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command publish.
publish(String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command publish.
publish(Record, Handler<AsyncResult<Record>>) - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
Publishes a record.
publish(Record) - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
Publishes a record.
publish(Record, Handler<AsyncResult<Record>>) - Method in class io.vertx.rxjava.servicediscovery.spi.ServicePublisher
Publishes a record.
publish(Record) - Method in class io.vertx.rxjava.servicediscovery.spi.ServicePublisher
Publishes a record.
publish(Record, Handler<AsyncResult<Record>>) - Method in interface io.vertx.servicediscovery.ServiceDiscovery
Publishes a record.
publish(Record) - Method in interface io.vertx.servicediscovery.ServiceDiscovery
Like ServiceDiscovery.publish(Record, Handler) but returns a Future of the asynchronous result
publish(Record, Handler<AsyncResult<Record>>) - Method in interface io.vertx.servicediscovery.spi.ServicePublisher
Publishes a record.
publish(Record) - Method in interface io.vertx.servicediscovery.spi.ServicePublisher
Like ServicePublisher.publish(Record, Handler) but returns a future of the result
publishAcknowledge(int) - Method in interface io.vertx.mqtt.MqttEndpoint
Sends the PUBACK message to the remote MQTT client
publishAcknowledge(int) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
Sends the PUBACK message to the remote MQTT client
publishAcknowledge(int) - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
Sends the PUBACK message to the remote MQTT client
publishAcknowledgeHandler(Handler<Integer>) - Method in interface io.vertx.mqtt.MqttEndpoint
Set the puback handler on the MQTT endpoint.
publishAcknowledgeHandler(Handler<Integer>) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
Set the puback handler on the MQTT endpoint.
publishAcknowledgeHandler(Handler<Integer>) - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
Set the puback handler on the MQTT endpoint.
publishAutoAck(boolean) - Method in interface io.vertx.mqtt.MqttEndpoint
Enable/disable publishing (in/out) auto acknowledge
publishAutoAck(boolean) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
Enable/disable publishing (in/out) auto acknowledge
publishAutoAck(boolean) - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
Enable/disable publishing (in/out) auto acknowledge
publishComplete(int) - Method in interface io.vertx.mqtt.MqttEndpoint
Sends the PUBCOMP message to the remote MQTT client
publishComplete(int) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
Sends the PUBCOMP message to the remote MQTT client
publishComplete(int) - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
Sends the PUBCOMP message to the remote MQTT client
publishCompletionExpirationHandler(Handler<Integer>) - Method in interface io.vertx.mqtt.MqttClient
Sets a handler which will be called when the client does not receive a PUBACK or PUBREC/PUBCOMP for a message published using QoS 1 or 2 respectively.
publishCompletionExpirationHandler(Handler<Integer>) - Method in class io.vertx.reactivex.mqtt.MqttClient
Sets a handler which will be called when the client does not receive a PUBACK or PUBREC/PUBCOMP for a message published using QoS 1 or 2 respectively.
publishCompletionExpirationHandler(Handler<Integer>) - Method in class io.vertx.rxjava.mqtt.MqttClient
Sets a handler which will be called when the client does not receive a PUBACK or PUBREC/PUBCOMP for a message published using QoS 1 or 2 respectively.
publishCompletionHandler(Handler<Integer>) - Method in interface io.vertx.mqtt.MqttClient
Sets a handler which will be called each time the publishing of a message has been completed.
publishCompletionHandler(Handler<Integer>) - Method in interface io.vertx.mqtt.MqttEndpoint
Set the pubcomp handler on the MQTT endpoint.
publishCompletionHandler(Handler<Integer>) - Method in class io.vertx.reactivex.mqtt.MqttClient
Sets a handler which will be called each time the publishing of a message has been completed.
publishCompletionHandler(Handler<Integer>) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
Set the pubcomp handler on the MQTT endpoint.
publishCompletionHandler(Handler<Integer>) - Method in class io.vertx.rxjava.mqtt.MqttClient
Sets a handler which will be called each time the publishing of a message has been completed.
publishCompletionHandler(Handler<Integer>) - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
Set the pubcomp handler on the MQTT endpoint.
publishCompletionUnknownPacketIdHandler(Handler<Integer>) - Method in interface io.vertx.mqtt.MqttClient
Sets a handler which will be called when the client receives a PUBACK/PUBREC/PUBCOMP with an unknown packet ID.
publishCompletionUnknownPacketIdHandler(Handler<Integer>) - Method in class io.vertx.reactivex.mqtt.MqttClient
Sets a handler which will be called when the client receives a PUBACK/PUBREC/PUBCOMP with an unknown packet ID.
publishCompletionUnknownPacketIdHandler(Handler<Integer>) - Method in class io.vertx.rxjava.mqtt.MqttClient
Sets a handler which will be called when the client receives a PUBACK/PUBREC/PUBCOMP with an unknown packet ID.
publisher(String) - Method in interface io.vertx.core.eventbus.EventBus
Create a message publisher against the specified address.
publisher(String, DeliveryOptions) - Method in interface io.vertx.core.eventbus.EventBus
Like EventBus.publisher(String) but specifying delivery options that will be used for configuring the delivery of the message.
publisher(String) - Method in class io.vertx.reactivex.core.eventbus.EventBus
Create a message publisher against the specified address.
publisher(String, DeliveryOptions) - Method in class io.vertx.reactivex.core.eventbus.EventBus
Like EventBus.publisher(java.lang.String) but specifying delivery options that will be used for configuring the delivery of the message.
publisher(String) - Method in class io.vertx.rxjava.core.eventbus.EventBus
Create a message publisher against the specified address.
publisher(String, DeliveryOptions) - Method in class io.vertx.rxjava.core.eventbus.EventBus
Like EventBus.publisher(java.lang.String) but specifying delivery options that will be used for configuring the delivery of the message.
publishHandler(Handler<MqttPublishMessage>) - Method in interface io.vertx.mqtt.MqttClient
Sets handler which will be called each time server publish something to client
publishHandler(Handler<MqttPublishMessage>) - Method in interface io.vertx.mqtt.MqttEndpoint
Set the publish handler on the MQTT endpoint.
publishHandler(Handler<MqttPublishMessage>) - Method in class io.vertx.reactivex.mqtt.MqttClient
Sets handler which will be called each time server publish something to client
publishHandler(Handler<MqttPublishMessage>) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
Set the publish handler on the MQTT endpoint.
publishHandler(Handler<MqttPublishMessage>) - Method in class io.vertx.rxjava.mqtt.MqttClient
Sets handler which will be called each time server publish something to client
publishHandler(Handler<MqttPublishMessage>) - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
Set the publish handler on the MQTT endpoint.
publishReceived(int) - Method in interface io.vertx.mqtt.MqttEndpoint
Sends the PUBREC message to the remote MQTT client
publishReceived(int) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
Sends the PUBREC message to the remote MQTT client
publishReceived(int) - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
Sends the PUBREC message to the remote MQTT client
publishReceivedHandler(Handler<Integer>) - Method in interface io.vertx.mqtt.MqttEndpoint
Set the pubrec handler on the MQTT endpoint.
publishReceivedHandler(Handler<Integer>) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
Set the pubrec handler on the MQTT endpoint.
publishReceivedHandler(Handler<Integer>) - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
Set the pubrec handler on the MQTT endpoint.
publishRelease(int) - Method in interface io.vertx.mqtt.MqttEndpoint
Sends the PUBREL message to the remote MQTT client
publishRelease(int) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
Sends the PUBREL message to the remote MQTT client
publishRelease(int) - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
Sends the PUBREL message to the remote MQTT client
publishReleaseHandler(Handler<Integer>) - Method in interface io.vertx.mqtt.MqttEndpoint
Set the pubrel handler on the MQTT endpoint.
publishReleaseHandler(Handler<Integer>) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
Set the pubrel handler on the MQTT endpoint.
publishReleaseHandler(Handler<Integer>) - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
Set the pubrel handler on the MQTT endpoint.
PubSecKeyOptions - Class in io.vertx.ext.auth
Options describing Key stored in PEM format.
PubSecKeyOptions() - Constructor for class io.vertx.ext.auth.PubSecKeyOptions
Default constructor
PubSecKeyOptions(PubSecKeyOptions) - Constructor for class io.vertx.ext.auth.PubSecKeyOptions
Copy constructor
PubSecKeyOptions(JsonObject) - Constructor for class io.vertx.ext.auth.PubSecKeyOptions
Constructor to create an options from JSON
PubSecKeyOptionsConverter - Class in io.vertx.ext.auth
Converter and mapper for PubSecKeyOptions.
PubSecKeyOptionsConverter() - Constructor for class io.vertx.ext.auth.PubSecKeyOptionsConverter
 
PUBSUB - Static variable in class io.vertx.reactivex.redis.client.Command
 
pubsub(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command pubsub.
pubsub(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command pubsub.
PUBSUB - Static variable in interface io.vertx.redis.client.Command
 
pubsub(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command pubsub.
pubsub(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command pubsub.
PUBSUB - Static variable in class io.vertx.rxjava.redis.client.Command
 
pubsub(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command pubsub.
pubsub(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command pubsub.
Pump - Interface in io.vertx.core.streams
Pumps data from a ReadStream to a WriteStream and performs flow control where necessary to prevent the write stream buffer from getting overfull.
pump(ReadStream<T>, WriteStream<T>) - Static method in interface io.vertx.core.streams.Pump
Create a new Pump with the given ReadStream and WriteStream
pump(ReadStream<T>, WriteStream<T>, int) - Static method in interface io.vertx.core.streams.Pump
Create a new Pump with the given ReadStream and WriteStream and writeQueueMaxSize
Pump - Class in io.vertx.reactivex.core.streams
Pumps data from a ReadStream to a WriteStream and performs flow control where necessary to prevent the write stream buffer from getting overfull.
Pump(Pump) - Constructor for class io.vertx.reactivex.core.streams.Pump
 
Pump(Object) - Constructor for class io.vertx.reactivex.core.streams.Pump
 
pump(ReadStream<T>, WriteStream<T>) - Static method in class io.vertx.reactivex.core.streams.Pump
Create a new Pump with the given ReadStream and WriteStream
pump(Flowable<T>, WriteStream<T>) - Static method in class io.vertx.reactivex.core.streams.Pump
Create a new Pump with the given ReadStream and WriteStream
pump(ReadStream<T>, WriteStream<T>, int) - Static method in class io.vertx.reactivex.core.streams.Pump
Create a new Pump with the given ReadStream and WriteStream and writeQueueMaxSize
pump(Flowable<T>, WriteStream<T>, int) - Static method in class io.vertx.reactivex.core.streams.Pump
Create a new Pump with the given ReadStream and WriteStream and writeQueueMaxSize
Pump - Class in io.vertx.rxjava.core.streams
Pumps data from a ReadStream to a WriteStream and performs flow control where necessary to prevent the write stream buffer from getting overfull.
Pump(Pump) - Constructor for class io.vertx.rxjava.core.streams.Pump
 
Pump(Object) - Constructor for class io.vertx.rxjava.core.streams.Pump
 
pump(ReadStream<T>, WriteStream<T>) - Static method in class io.vertx.rxjava.core.streams.Pump
Create a new Pump with the given ReadStream and WriteStream
pump(Observable<T>, WriteStream<T>) - Static method in class io.vertx.rxjava.core.streams.Pump
Create a new Pump with the given ReadStream and WriteStream
pump(ReadStream<T>, WriteStream<T>, int) - Static method in class io.vertx.rxjava.core.streams.Pump
Create a new Pump with the given ReadStream and WriteStream and writeQueueMaxSize
pump(Observable<T>, WriteStream<T>, int) - Static method in class io.vertx.rxjava.core.streams.Pump
Create a new Pump with the given ReadStream and WriteStream and writeQueueMaxSize
PUNSUBSCRIBE - Static variable in class io.vertx.reactivex.redis.client.Command
 
punsubscribe(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command punsubscribe.
punsubscribe(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command punsubscribe.
PUNSUBSCRIBE - Static variable in interface io.vertx.redis.client.Command
 
punsubscribe(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command punsubscribe.
punsubscribe(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command punsubscribe.
PUNSUBSCRIBE - Static variable in class io.vertx.rxjava.redis.client.Command
 
punsubscribe(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command punsubscribe.
punsubscribe(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command punsubscribe.
push(HttpMethod, String, String, Handler<AsyncResult<HttpServerResponse>>) - Method in interface io.vertx.core.http.HttpServerResponse
push(HttpMethod, String, String) - Method in interface io.vertx.core.http.HttpServerResponse
Same as HttpServerResponse.push(HttpMethod, String, String, Handler) but with an handler called when the operation completes
push(HttpMethod, String, MultiMap, Handler<AsyncResult<HttpServerResponse>>) - Method in interface io.vertx.core.http.HttpServerResponse
Like HttpServerResponse.push(HttpMethod, String, String, MultiMap, Handler) with the host copied from the current request.
push(HttpMethod, String, MultiMap) - Method in interface io.vertx.core.http.HttpServerResponse
Same as HttpServerResponse.push(HttpMethod, String, MultiMap, Handler) but with an handler called when the operation completes
push(HttpMethod, String, Handler<AsyncResult<HttpServerResponse>>) - Method in interface io.vertx.core.http.HttpServerResponse
Like HttpServerResponse.push(HttpMethod, String, String, MultiMap, Handler) with the host copied from the current request.
push(HttpMethod, String) - Method in interface io.vertx.core.http.HttpServerResponse
Same as HttpServerResponse.push(HttpMethod, String, Handler) but with an handler called when the operation completes
push(HttpMethod, String, String, MultiMap, Handler<AsyncResult<HttpServerResponse>>) - Method in interface io.vertx.core.http.HttpServerResponse
Push a response to the client.

The handler will be notified with a success when the push can be sent and with a failure when the client has disabled push or reset the push before it has been sent.

The handler may be queued if the client has reduced the maximum number of streams the server can push concurrently.

Push can be sent only for peer initiated streams and if the response is not ended.

push(HttpMethod, String, String, MultiMap) - Method in interface io.vertx.core.http.HttpServerResponse
Same as HttpServerResponse.push(HttpMethod, String, String, MultiMap, Handler) but with an handler called when the operation completes
push(HttpMethod, String, String, Handler<AsyncResult<HttpServerResponse>>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
push(HttpMethod, String, String) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
push(HttpMethod, String, MultiMap, Handler<AsyncResult<HttpServerResponse>>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
push(HttpMethod, String, MultiMap) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
push(HttpMethod, String, Handler<AsyncResult<HttpServerResponse>>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
push(HttpMethod, String) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
push(HttpMethod, String, String, MultiMap, Handler<AsyncResult<HttpServerResponse>>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Push a response to the client.

The handler will be notified with a success when the push can be sent and with a failure when the client has disabled push or reset the push before it has been sent.

The handler may be queued if the client has reduced the maximum number of streams the server can push concurrently.

Push can be sent only for peer initiated streams and if the response is not ended.

push(HttpMethod, String, String, MultiMap) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Push a response to the client.

The handler will be notified with a success when the push can be sent and with a failure when the client has disabled push or reset the push before it has been sent.

The handler may be queued if the client has reduced the maximum number of streams the server can push concurrently.

Push can be sent only for peer initiated streams and if the response is not ended.

push(HttpMethod, String, String, Handler<AsyncResult<HttpServerResponse>>) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
push(HttpMethod, String, String) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
push(HttpMethod, String, MultiMap, Handler<AsyncResult<HttpServerResponse>>) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
push(HttpMethod, String, MultiMap) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
push(HttpMethod, String, Handler<AsyncResult<HttpServerResponse>>) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
push(HttpMethod, String) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
push(HttpMethod, String, String, MultiMap, Handler<AsyncResult<HttpServerResponse>>) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Push a response to the client.

The handler will be notified with a success when the push can be sent and with a failure when the client has disabled push or reset the push before it has been sent.

The handler may be queued if the client has reduced the maximum number of streams the server can push concurrently.

Push can be sent only for peer initiated streams and if the response is not ended.

push(HttpMethod, String, String, MultiMap) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Push a response to the client.

The handler will be notified with a success when the push can be sent and with a failure when the client has disabled push or reset the push before it has been sent.

The handler may be queued if the client has reduced the maximum number of streams the server can push concurrently.

Push can be sent only for peer initiated streams and if the response is not ended.

pushHandler(Handler<HttpClientRequest>) - Method in interface io.vertx.core.http.HttpClientRequest
Set a push handler for this request.

The handler is called when the client receives a push promise from the server.

pushHandler(Handler<HttpClientRequest>) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Set a push handler for this request.

The handler is called when the client receives a push promise from the server.

pushHandler(Handler<HttpClientRequest>) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
Set a push handler for this request.

The handler is called when the client receives a push promise from the server.

put(JsonObject, String, String, boolean) - Static method in class io.vertx.config.spi.utils.JsonObjectHelper
 
put(String, Object) - Method in interface io.vertx.core.Context
Put some data in the context.
PUT - Static variable in class io.vertx.core.http.HttpMethod
The RFC 2616 PUT method, this instance is interned and uniquely used.
put(String, Object) - Method in class io.vertx.core.json.JsonObject
Put an Object into the JSON object with the specified key.
put(K, V, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.shareddata.AsyncMap
Put a value in the map, asynchronously.
put(K, V) - Method in interface io.vertx.core.shareddata.AsyncMap
Same as #put(K, V, Handler) but returns a Future of the asynchronous result
put(K, V, long, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.shareddata.AsyncMap
put(K, V, long) - Method in interface io.vertx.core.shareddata.AsyncMap
Same as #put(K, V, long, Handler) but returns a Future of the asynchronous result
put(K, V) - Method in interface io.vertx.core.shareddata.LocalMap
Put an entry in the map
put(String, HashingAlgorithm) - Method in interface io.vertx.ext.auth.HashingStrategy
Put or replace an algorithm into the list of system loaded algorithms.
put(String, Object) - Method in interface io.vertx.ext.shell.session.Session
Put some data in a session
put(String, Object) - Method in interface io.vertx.ext.unit.TestContext
Put some data in the context.
put(Cookie) - Method in interface io.vertx.ext.web.client.spi.CookieStore
Add a cookie to this CookieStore.
put(String) - Method in interface io.vertx.ext.web.client.WebClient
Create an HTTP PUT request to send to the server at the default host and port.
put(int, String, String) - Method in interface io.vertx.ext.web.client.WebClient
Create an HTTP PUT request to send to the server at the specified host and port.
put(String, String) - Method in interface io.vertx.ext.web.client.WebClient
Create an HTTP PUT request to send to the server at the specified host and default port.
put() - Method in interface io.vertx.ext.web.Router
Add a route that matches any HTTP PUT request
put(String) - Method in interface io.vertx.ext.web.Router
Add a route that matches a HTTP PUT request and the specified path
put(String, Object) - Method in interface io.vertx.ext.web.RoutingContext
Put some arbitrary data in the context.
put(String, Object) - Method in interface io.vertx.ext.web.Session
Put some data in a session
put(String, Object) - Method in class io.vertx.ext.web.sstore.AbstractSession
 
put(Session, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.web.sstore.SessionStore
Add a session with the specified ID.
put(Session) - Method in interface io.vertx.ext.web.sstore.SessionStore
 
put(String, T) - Static method in class io.vertx.grpc.ContextServerInterceptor
 
put(String, Object) - Method in class io.vertx.reactivex.core.Context
Put some data in the context.
put(K, V, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
Put a value in the map, asynchronously.
put(K, V) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
Put a value in the map, asynchronously.
put(K, V, long, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
put(K, V, long) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
put(K, V) - Method in class io.vertx.reactivex.core.shareddata.LocalMap
Put an entry in the map
put(String, HashingAlgorithm) - Method in class io.vertx.reactivex.ext.auth.HashingStrategy
Put or replace an algorithm into the list of system loaded algorithms.
put(String, Object) - Method in class io.vertx.reactivex.ext.shell.session.Session
Put some data in a session
put(String, Object) - Method in class io.vertx.reactivex.ext.unit.TestContext
Put some data in the context.
put(String) - Method in class io.vertx.reactivex.ext.web.client.WebClient
Create an HTTP PUT request to send to the server at the default host and port.
put(int, String, String) - Method in class io.vertx.reactivex.ext.web.client.WebClient
Create an HTTP PUT request to send to the server at the specified host and port.
put(String, String) - Method in class io.vertx.reactivex.ext.web.client.WebClient
Create an HTTP PUT request to send to the server at the specified host and default port.
put() - Method in class io.vertx.reactivex.ext.web.Router
Add a route that matches any HTTP PUT request
put(String) - Method in class io.vertx.reactivex.ext.web.Router
Add a route that matches a HTTP PUT request and the specified path
put(String, Object) - Method in class io.vertx.reactivex.ext.web.RoutingContext
Put some arbitrary data in the context.
put(String, Object) - Method in class io.vertx.reactivex.ext.web.Session
Put some data in a session
put(Session, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.web.sstore.SessionStore
Add a session with the specified ID.
put(Session) - Method in class io.vertx.reactivex.ext.web.sstore.SessionStore
Add a session with the specified ID.
put(String, Object) - Method in class io.vertx.rxjava.core.Context
Put some data in the context.
put(K, V, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
Put a value in the map, asynchronously.
put(K, V) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
Put a value in the map, asynchronously.
put(K, V, long, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
put(K, V, long) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
put(K, V) - Method in class io.vertx.rxjava.core.shareddata.LocalMap
Put an entry in the map
put(String, HashingAlgorithm) - Method in class io.vertx.rxjava.ext.auth.HashingStrategy
Put or replace an algorithm into the list of system loaded algorithms.
put(String, Object) - Method in class io.vertx.rxjava.ext.shell.session.Session
Put some data in a session
put(String, Object) - Method in class io.vertx.rxjava.ext.unit.TestContext
Put some data in the context.
put(String) - Method in class io.vertx.rxjava.ext.web.client.WebClient
Create an HTTP PUT request to send to the server at the default host and port.
put(int, String, String) - Method in class io.vertx.rxjava.ext.web.client.WebClient
Create an HTTP PUT request to send to the server at the specified host and port.
put(String, String) - Method in class io.vertx.rxjava.ext.web.client.WebClient
Create an HTTP PUT request to send to the server at the specified host and default port.
put() - Method in class io.vertx.rxjava.ext.web.Router
Add a route that matches any HTTP PUT request
put(String) - Method in class io.vertx.rxjava.ext.web.Router
Add a route that matches a HTTP PUT request and the specified path
put(String, Object) - Method in class io.vertx.rxjava.ext.web.RoutingContext
Put some arbitrary data in the context.
put(String, Object) - Method in class io.vertx.rxjava.ext.web.Session
Put some data in a session
put(Session, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
Add a session with the specified ID.
put(Session) - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
Add a session with the specified ID.
putAbs(String) - Method in interface io.vertx.ext.web.client.WebClient
Create an HTTP PUT request to send to the server using an absolute URI, specifying a response handler to receive the response
putAbs(String) - Method in class io.vertx.reactivex.ext.web.client.WebClient
Create an HTTP PUT request to send to the server using an absolute URI, specifying a response handler to receive the response
putAbs(String) - Method in class io.vertx.rxjava.ext.web.client.WebClient
Create an HTTP PUT request to send to the server using an absolute URI, specifying a response handler to receive the response
putAll(Map<? extends K, ? extends V>) - Method in interface io.vertx.core.shareddata.LocalMap
Copies all of the mappings from the specified map to this map.
putAt(JsonObject, String, Object) - Static method in class io.vertx.lang.groovy.VertxExtensionModule
Subscript operator for JsonObject, the write part.
putAuthHeader(String, String) - Method in class io.vertx.ext.web.openapi.OpenAPILoaderOptions
 
putAuthHeader(String, String) - Method in class io.vertx.json.schema.SchemaRouterOptions
Put an header to authenticate requests while loading an external schema
putAuthQueryParam(String, String) - Method in class io.vertx.ext.web.openapi.OpenAPILoaderOptions
 
putAuthQueryParam(String, String) - Method in class io.vertx.json.schema.SchemaRouterOptions
Put a query parameter to authenticate requests while loading an external schema
putHeader(String, String) - Method in interface io.vertx.core.http.HttpClientRequest
Put an HTTP header
putHeader(CharSequence, CharSequence) - Method in interface io.vertx.core.http.HttpClientRequest
putHeader(String, Iterable<String>) - Method in interface io.vertx.core.http.HttpClientRequest
Put an HTTP header with multiple values
putHeader(CharSequence, Iterable<CharSequence>) - Method in interface io.vertx.core.http.HttpClientRequest
putHeader(String, String) - Method in interface io.vertx.core.http.HttpServerResponse
Put an HTTP header
putHeader(CharSequence, CharSequence) - Method in interface io.vertx.core.http.HttpServerResponse
putHeader(String, Iterable<String>) - Method in interface io.vertx.core.http.HttpServerResponse
Like HttpServerResponse.putHeader(String, String) but providing multiple values via a String Iterable
putHeader(CharSequence, Iterable<CharSequence>) - Method in interface io.vertx.core.http.HttpServerResponse
Like HttpServerResponse.putHeader(String, Iterable) but with CharSequence Iterable
putHeader(String, String) - Method in class io.vertx.core.http.RequestOptions
Set a request header.
putHeader(CharSequence, CharSequence) - Method in class io.vertx.core.http.RequestOptions
Set a request header.
putHeader(CharSequence, Iterable<CharSequence>) - Method in class io.vertx.core.http.RequestOptions
 
putHeader(String, String) - Method in class io.vertx.ext.web.api.OperationResponse
Deprecated.
 
putHeader(String, String) - Method in class io.vertx.ext.web.api.service.ServiceResponse
 
putHeader(String, String) - Method in interface io.vertx.ext.web.client.HttpRequest
Configure the request to set a new HTTP header.
putHeader(String, Iterable<String>) - Method in interface io.vertx.ext.web.client.HttpRequest
Configure the request to set a new HTTP header with multiple values.
putHeader(String, String) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Put an HTTP header
putHeader(CharSequence, CharSequence) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
putHeader(String, Iterable<String>) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Put an HTTP header with multiple values
putHeader(CharSequence, Iterable<CharSequence>) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
putHeader(String, String) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Put an HTTP header
putHeader(CharSequence, CharSequence) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
putHeader(String, Iterable<String>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Like HttpServerResponse.putHeader(java.lang.String, java.lang.String) but providing multiple values via a String Iterable
putHeader(CharSequence, Iterable<CharSequence>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
putHeader(String, String) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Configure the request to set a new HTTP header.
putHeader(String, Iterable<String>) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Configure the request to set a new HTTP header with multiple values.
putHeader(String, String) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
Put an HTTP header
putHeader(CharSequence, CharSequence) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
putHeader(String, Iterable<String>) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
Put an HTTP header with multiple values
putHeader(CharSequence, Iterable<CharSequence>) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
putHeader(String, String) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Put an HTTP header
putHeader(CharSequence, CharSequence) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
putHeader(String, Iterable<String>) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Like HttpServerResponse.putHeader(java.lang.String, java.lang.String) but providing multiple values via a String Iterable
putHeader(CharSequence, Iterable<CharSequence>) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
putHeader(String, String) - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
Configure the request to set a new HTTP header.
putHeader(String, Iterable<String>) - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
Configure the request to set a new HTTP header with multiple values.
putHeaders(MultiMap) - Method in interface io.vertx.ext.web.client.HttpRequest
Configure the request to add multiple HTTP headers .
putHeaders(MultiMap) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Configure the request to add multiple HTTP headers .
putHeaders(MultiMap) - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
Configure the request to add multiple HTTP headers .
putIfAbsent(K, V, Handler<AsyncResult<V>>) - Method in interface io.vertx.core.shareddata.AsyncMap
Put the entry only if there is no entry with the key already present.
putIfAbsent(K, V) - Method in interface io.vertx.core.shareddata.AsyncMap
Same as #putIfAbsent(K, V, Handler) but returns a Future of the asynchronous result
putIfAbsent(K, V, long, Handler<AsyncResult<V>>) - Method in interface io.vertx.core.shareddata.AsyncMap
putIfAbsent(K, V, long) - Method in interface io.vertx.core.shareddata.AsyncMap
Same as #putIfAbsent(K, V, long, Handler) but returns a Future of the asynchronous result
putIfAbsent(K, V) - Method in interface io.vertx.core.shareddata.LocalMap
Put the entry only if there is no existing entry for that key
putIfAbsent(String, Object) - Method in interface io.vertx.ext.web.Session
Put some data in a session if absent
putIfAbsent(String, Object) - Method in class io.vertx.ext.web.sstore.AbstractSession
 
putIfAbsent(K, V, Handler<AsyncResult<V>>) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
Put the entry only if there is no entry with the key already present.
putIfAbsent(K, V) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
Put the entry only if there is no entry with the key already present.
putIfAbsent(K, V, long, Handler<AsyncResult<V>>) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
putIfAbsent(K, V, long) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
putIfAbsent(K, V) - Method in class io.vertx.reactivex.core.shareddata.LocalMap
Put the entry only if there is no existing entry for that key
putIfAbsent(String, Object) - Method in class io.vertx.reactivex.ext.web.Session
Put some data in a session if absent
putIfAbsent(K, V, Handler<AsyncResult<V>>) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
Put the entry only if there is no entry with the key already present.
putIfAbsent(K, V) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
Put the entry only if there is no entry with the key already present.
putIfAbsent(K, V, long, Handler<AsyncResult<V>>) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
putIfAbsent(K, V, long) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
putIfAbsent(K, V) - Method in class io.vertx.rxjava.core.shareddata.LocalMap
Put the entry only if there is no existing entry for that key
putIfAbsent(String, Object) - Method in class io.vertx.rxjava.ext.web.Session
Put some data in a session if absent
putLocal(String, Object) - Method in interface io.vertx.core.Context
Put some local data in the context.
putLocal(String, Object) - Method in class io.vertx.reactivex.core.Context
Put some local data in the context.
putLocal(String, Object) - Method in class io.vertx.rxjava.core.Context
Put some local data in the context.
putNull(String) - Method in class io.vertx.core.json.JsonObject
Put a null value into the JSON object with the specified key.
putPasswordProtection(String, String) - Method in class io.vertx.ext.auth.KeyStoreOptions
 
putRootCertificate(String, String) - Method in class io.vertx.ext.auth.webauthn.WebAuthnOptions
 
putTemplate(String, TemplateHolder<T>) - Method in class io.vertx.ext.web.common.template.CachingTemplateEngine
 
putTrailer(String, String) - Method in interface io.vertx.core.http.HttpServerResponse
Put an HTTP trailer
putTrailer(CharSequence, CharSequence) - Method in interface io.vertx.core.http.HttpServerResponse
putTrailer(String, Iterable<String>) - Method in interface io.vertx.core.http.HttpServerResponse
Like HttpServerResponse.putTrailer(String, String) but providing multiple values via a String Iterable
putTrailer(CharSequence, Iterable<CharSequence>) - Method in interface io.vertx.core.http.HttpServerResponse
Like HttpServerResponse.putTrailer(String, Iterable) but with CharSequence Iterable
putTrailer(String, String) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Put an HTTP trailer
putTrailer(CharSequence, CharSequence) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
putTrailer(String, Iterable<String>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Like HttpServerResponse.putTrailer(java.lang.String, java.lang.String) but providing multiple values via a String Iterable
putTrailer(CharSequence, Iterable<CharSequence>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
putTrailer(String, String) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Put an HTTP trailer
putTrailer(CharSequence, CharSequence) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
putTrailer(String, Iterable<String>) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Like HttpServerResponse.putTrailer(java.lang.String, java.lang.String) but providing multiple values via a String Iterable
putTrailer(CharSequence, Iterable<CharSequence>) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
putValue(String, String, Handler<AsyncResult<Boolean>>) - Method in interface io.vertx.ext.consul.ConsulClient
Adds specified key/value pair
putValue(String, String) - Method in interface io.vertx.ext.consul.ConsulClient
Like ConsulClient.putValue(String, String, Handler) but returns a Future of the asynchronous result.
putValue(String, String, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Adds specified key/value pair
putValue(String, String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Adds specified key/value pair
putValue(String, String, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Adds specified key/value pair
putValue(String, String) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Adds specified key/value pair
putValueWithOptions(String, String, KeyValueOptions, Handler<AsyncResult<Boolean>>) - Method in interface io.vertx.ext.consul.ConsulClient
 
putValueWithOptions(String, String, KeyValueOptions) - Method in interface io.vertx.ext.consul.ConsulClient
Like ConsulClient.putValueWithOptions(String, String, KeyValueOptions, Handler) but returns a Future of the asynchronous result.
putValueWithOptions(String, String, KeyValueOptions, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
 
putValueWithOptions(String, String, KeyValueOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
 
putValueWithOptions(String, String, KeyValueOptions, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
 
putValueWithOptions(String, String, KeyValueOptions) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
 
putWithRegex(String) - Method in interface io.vertx.ext.web.Router
Add a route that matches a HTTP PUT request and the specified path regex
putWithRegex(String) - Method in class io.vertx.reactivex.ext.web.Router
Add a route that matches a HTTP PUT request and the specified path regex
putWithRegex(String) - Method in class io.vertx.rxjava.ext.web.Router
Add a route that matches a HTTP PUT request and the specified path regex

Q

qosLevel() - Method in interface io.vertx.mqtt.messages.MqttPublishMessage
 
qosLevel() - Method in class io.vertx.reactivex.mqtt.messages.MqttPublishMessage
 
qosLevel() - Method in class io.vertx.rxjava.mqtt.messages.MqttPublishMessage
 
qualityOfService() - Method in interface io.vertx.mqtt.MqttTopicSubscription
 
qualityOfService() - Method in class io.vertx.reactivex.mqtt.MqttTopicSubscription
 
qualityOfService() - Method in class io.vertx.rxjava.mqtt.MqttTopicSubscription
 
query() - Method in interface io.vertx.core.http.HttpClientRequest
 
query() - Method in interface io.vertx.core.http.HttpServerRequest
 
query() - Method in interface io.vertx.core.http.ServerWebSocket
 
query(Object, JsonPointerIterator) - Method in interface io.vertx.core.json.pointer.JsonPointer
Query objectToQuery using the provided JsonPointerIterator.
query(String, Handler<AsyncResult<ResultSet>>) - Method in interface io.vertx.ext.sql.SQLClient
Execute a single SQL statement, this method acquires a connection from the the pool and executes the SQL statement and returns it back after the execution.
query(String, Handler<AsyncResult<ResultSet>>) - Method in interface io.vertx.ext.sql.SQLConnection
Executes the given SQL SELECT statement which returns the results of the query.
query(String, Handler<AsyncResult<ResultSet>>) - Method in interface io.vertx.ext.sql.SQLOperations
Executes the given SQL SELECT statement which returns the results of the query.
query() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
 
query() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
 
query() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
query(Object, JsonPointerIterator) - Method in class io.vertx.reactivex.core.json.pointer.JsonPointer
Query objectToQuery using the provided JsonPointerIterator.
query(String, Handler<AsyncResult<ResultSet>>) - Method in class io.vertx.reactivex.ext.sql.SQLClient
Execute a single SQL statement, this method acquires a connection from the the pool and executes the SQL statement and returns it back after the execution.
query(String) - Method in class io.vertx.reactivex.ext.sql.SQLClient
Execute a single SQL statement, this method acquires a connection from the the pool and executes the SQL statement and returns it back after the execution.
query(String, Handler<AsyncResult<ResultSet>>) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Executes the given SQL SELECT statement which returns the results of the query.
query(String) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Executes the given SQL SELECT statement which returns the results of the query.
query(String, Handler<AsyncResult<ResultSet>>) - Method in interface io.vertx.reactivex.ext.sql.SQLOperations
Executes the given SQL SELECT statement which returns the results of the query.
query(String) - Method in interface io.vertx.reactivex.ext.sql.SQLOperations
Executes the given SQL SELECT statement which returns the results of the query.
query(String) - Method in class io.vertx.reactivex.sqlclient.Pool
A connection is borrowed from the connection pool when the query is executed and then immediately returned to the pool after it completes.
query() - Method in class io.vertx.reactivex.sqlclient.PreparedStatement
Create a prepared query for this statement.
Query<T> - Class in io.vertx.reactivex.sqlclient
A query.
Query(Query) - Constructor for class io.vertx.reactivex.sqlclient.Query
 
Query(Object, TypeArg<T>) - Constructor for class io.vertx.reactivex.sqlclient.Query
 
query(String) - Method in class io.vertx.reactivex.sqlclient.SqlClient
Create a query, the Query.execute(io.vertx.core.Handler<io.vertx.core.AsyncResult<T>>) method must be called to execute the query.
query() - Method in class io.vertx.rxjava.core.http.HttpClientRequest
 
query() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
query() - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
query(Object, JsonPointerIterator) - Method in class io.vertx.rxjava.core.json.pointer.JsonPointer
Query objectToQuery using the provided JsonPointerIterator.
query(String, Handler<AsyncResult<ResultSet>>) - Method in class io.vertx.rxjava.ext.sql.SQLClient
Execute a single SQL statement, this method acquires a connection from the the pool and executes the SQL statement and returns it back after the execution.
query(String) - Method in class io.vertx.rxjava.ext.sql.SQLClient
Execute a single SQL statement, this method acquires a connection from the the pool and executes the SQL statement and returns it back after the execution.
query(String, Handler<AsyncResult<ResultSet>>) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Executes the given SQL SELECT statement which returns the results of the query.
query(String) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Executes the given SQL SELECT statement which returns the results of the query.
query(String, Handler<AsyncResult<ResultSet>>) - Method in interface io.vertx.rxjava.ext.sql.SQLOperations
Executes the given SQL SELECT statement which returns the results of the query.
query(String) - Method in interface io.vertx.rxjava.ext.sql.SQLOperations
Executes the given SQL SELECT statement which returns the results of the query.
query(String) - Method in class io.vertx.rxjava.sqlclient.Pool
A connection is borrowed from the connection pool when the query is executed and then immediately returned to the pool after it completes.
query() - Method in class io.vertx.rxjava.sqlclient.PreparedStatement
Create a prepared query for this statement.
Query<T> - Class in io.vertx.rxjava.sqlclient
A query.
Query(Query) - Constructor for class io.vertx.rxjava.sqlclient.Query
 
Query(Object, TypeArg<T>) - Constructor for class io.vertx.rxjava.sqlclient.Query
 
query(String) - Method in class io.vertx.rxjava.sqlclient.SqlClient
Create a query, the Query.execute(io.vertx.core.Handler<io.vertx.core.AsyncResult<T>>) method must be called to execute the query.
query(String) - Method in interface io.vertx.sqlclient.Pool
Create a query, the Query.execute(io.vertx.core.Handler<io.vertx.core.AsyncResult<T>>) method must be called to execute the query.
query() - Method in interface io.vertx.sqlclient.PreparedStatement
Create a prepared query for this statement.
Query<T> - Interface in io.vertx.sqlclient
A query.
query(String) - Method in interface io.vertx.sqlclient.SqlClient
Create a query, the Query.execute(io.vertx.core.Handler<io.vertx.core.AsyncResult<T>>) method must be called to execute the query.
queryContext(Function<ApolloWSMessage, Object>) - Method in interface io.vertx.ext.web.handler.graphql.ApolloWSHandler
Customize the query context object.
queryContext(Function<RoutingContext, Object>) - Method in interface io.vertx.ext.web.handler.graphql.GraphQLHandler
Customize the query context object.
queryContext(Function<ApolloWSMessage, Object>) - Method in class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler
Customize the query context object.
queryContext(Function<RoutingContext, Object>) - Method in class io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler
Customize the query context object.
queryContext(Function<ApolloWSMessage, Object>) - Method in class io.vertx.rxjava.ext.web.handler.graphql.ApolloWSHandler
Customize the query context object.
queryContext(Function<RoutingContext, Object>) - Method in class io.vertx.rxjava.ext.web.handler.graphql.GraphQLHandler
Customize the query context object.
queryJson(Object) - Method in interface io.vertx.core.json.pointer.JsonPointer
Query jsonElement.
queryJson(Object) - Method in class io.vertx.reactivex.core.json.pointer.JsonPointer
Query jsonElement.
queryJson(Object) - Method in class io.vertx.rxjava.core.json.pointer.JsonPointer
Query jsonElement.
queryJsonOrDefault(Object, Object) - Method in interface io.vertx.core.json.pointer.JsonPointer
Query jsonElement.
queryJsonOrDefault(Object, Object) - Method in class io.vertx.reactivex.core.json.pointer.JsonPointer
Query jsonElement.
queryJsonOrDefault(Object, Object) - Method in class io.vertx.rxjava.core.json.pointer.JsonPointer
Query jsonElement.
queryOrDefault(Object, JsonPointerIterator, Object) - Method in interface io.vertx.core.json.pointer.JsonPointer
Query objectToQuery using the provided JsonPointerIterator.
queryOrDefault(Object, JsonPointerIterator, Object) - Method in class io.vertx.reactivex.core.json.pointer.JsonPointer
Query objectToQuery using the provided JsonPointerIterator.
queryOrDefault(Object, JsonPointerIterator, Object) - Method in class io.vertx.rxjava.core.json.pointer.JsonPointer
Query objectToQuery using the provided JsonPointerIterator.
queryParam(String) - Method in interface io.vertx.ext.web.RoutingContext
Gets the value of a single query parameter.
queryParam(String) - Method in class io.vertx.reactivex.ext.web.RoutingContext
Gets the value of a single query parameter.
queryParam(String) - Method in class io.vertx.rxjava.ext.web.RoutingContext
Gets the value of a single query parameter.
queryParameter(String) - Method in interface io.vertx.ext.web.api.RequestParameters
Deprecated.
Get query parameter by name
queryParameter(StyledParameterProcessorFactory) - Method in interface io.vertx.ext.web.validation.builder.ValidationHandlerBuilder
 
queryParameter(ParameterProcessorFactory) - Method in interface io.vertx.ext.web.validation.builder.ValidationHandlerBuilder
 
queryParameter(String) - Method in interface io.vertx.ext.web.validation.RequestParameters
Get query parameter by name
queryParameter(String) - Method in class io.vertx.reactivex.ext.web.api.RequestParameters
Deprecated.
queryParameter(String) - Method in class io.vertx.reactivex.ext.web.validation.RequestParameters
Get query parameter by name
queryParameter(String) - Method in class io.vertx.rxjava.ext.web.api.RequestParameters
Deprecated.
queryParameter(String) - Method in class io.vertx.rxjava.ext.web.validation.RequestParameters
Get query parameter by name
queryParametersNames() - Method in interface io.vertx.ext.web.api.RequestParameters
Deprecated.
Get list of all parameter names inside query
queryParametersNames() - Method in interface io.vertx.ext.web.validation.RequestParameters
Get list of all parameter names inside query
queryParametersNames() - Method in class io.vertx.reactivex.ext.web.api.RequestParameters
Deprecated.
queryParametersNames() - Method in class io.vertx.reactivex.ext.web.validation.RequestParameters
Get list of all parameter names inside query
queryParametersNames() - Method in class io.vertx.rxjava.ext.web.api.RequestParameters
Deprecated.
queryParametersNames() - Method in class io.vertx.rxjava.ext.web.validation.RequestParameters
Get list of all parameter names inside query
queryParams() - Method in interface io.vertx.ext.web.client.HttpRequest
Return the current query parameters.
queryParams() - Method in interface io.vertx.ext.web.RoutingContext
Returns a map of all query parameters inside the query string
The query parameters are lazily decoded: the decoding happens on the first time this method is called.
queryParams(Charset) - Method in interface io.vertx.ext.web.RoutingContext
Always decode the current query string with the given encoding.
queryParams() - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Return the current query parameters.
queryParams() - Method in class io.vertx.reactivex.ext.web.RoutingContext
Returns a map of all query parameters inside the query string
The query parameters are lazily decoded: the decoding happens on the first time this method is called.
queryParams(Charset) - Method in class io.vertx.reactivex.ext.web.RoutingContext
Always decode the current query string with the given encoding.
queryParams() - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
Return the current query parameters.
queryParams() - Method in class io.vertx.rxjava.ext.web.RoutingContext
Returns a map of all query parameters inside the query string
The query parameters are lazily decoded: the decoding happens on the first time this method is called.
queryParams(Charset) - Method in class io.vertx.rxjava.ext.web.RoutingContext
Always decode the current query string with the given encoding.
querySingle(String, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.ext.sql.SQLOperations
Execute a one shot SQL statement that returns a single SQL row.
querySingle(String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.ext.jdbc.JDBCClient
Execute a one shot SQL statement that returns a single SQL row.
querySingle(String) - Method in class io.vertx.reactivex.ext.jdbc.JDBCClient
Execute a one shot SQL statement that returns a single SQL row.
querySingle(String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.ext.sql.SQLClient
Execute a one shot SQL statement that returns a single SQL row.
querySingle(String) - Method in class io.vertx.reactivex.ext.sql.SQLClient
Execute a one shot SQL statement that returns a single SQL row.
querySingle(String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Execute a one shot SQL statement that returns a single SQL row.
querySingle(String) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Execute a one shot SQL statement that returns a single SQL row.
querySingle(String, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.reactivex.ext.sql.SQLOperations
Execute a one shot SQL statement that returns a single SQL row.
querySingle(String) - Method in interface io.vertx.reactivex.ext.sql.SQLOperations
Execute a one shot SQL statement that returns a single SQL row.
querySingle(String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.ext.jdbc.JDBCClient
Execute a one shot SQL statement that returns a single SQL row.
querySingle(String) - Method in class io.vertx.rxjava.ext.jdbc.JDBCClient
Execute a one shot SQL statement that returns a single SQL row.
querySingle(String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.ext.sql.SQLClient
Execute a one shot SQL statement that returns a single SQL row.
querySingle(String) - Method in class io.vertx.rxjava.ext.sql.SQLClient
Execute a one shot SQL statement that returns a single SQL row.
querySingle(String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Execute a one shot SQL statement that returns a single SQL row.
querySingle(String) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Execute a one shot SQL statement that returns a single SQL row.
querySingle(String, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.rxjava.ext.sql.SQLOperations
Execute a one shot SQL statement that returns a single SQL row.
querySingle(String) - Method in interface io.vertx.rxjava.ext.sql.SQLOperations
Execute a one shot SQL statement that returns a single SQL row.
querySingleWithParams(String, JsonArray, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.ext.sql.SQLOperations
Execute a one shot SQL statement with arguments that returns a single SQL row.
querySingleWithParams(String, JsonArray, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.ext.jdbc.JDBCClient
Execute a one shot SQL statement with arguments that returns a single SQL row.
querySingleWithParams(String, JsonArray) - Method in class io.vertx.reactivex.ext.jdbc.JDBCClient
Execute a one shot SQL statement with arguments that returns a single SQL row.
querySingleWithParams(String, JsonArray, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.ext.sql.SQLClient
Execute a one shot SQL statement with arguments that returns a single SQL row.
querySingleWithParams(String, JsonArray) - Method in class io.vertx.reactivex.ext.sql.SQLClient
Execute a one shot SQL statement with arguments that returns a single SQL row.
querySingleWithParams(String, JsonArray, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Execute a one shot SQL statement with arguments that returns a single SQL row.
querySingleWithParams(String, JsonArray) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Execute a one shot SQL statement with arguments that returns a single SQL row.
querySingleWithParams(String, JsonArray, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.reactivex.ext.sql.SQLOperations
Execute a one shot SQL statement with arguments that returns a single SQL row.
querySingleWithParams(String, JsonArray) - Method in interface io.vertx.reactivex.ext.sql.SQLOperations
Execute a one shot SQL statement with arguments that returns a single SQL row.
querySingleWithParams(String, JsonArray, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.ext.jdbc.JDBCClient
Execute a one shot SQL statement with arguments that returns a single SQL row.
querySingleWithParams(String, JsonArray) - Method in class io.vertx.rxjava.ext.jdbc.JDBCClient
Execute a one shot SQL statement with arguments that returns a single SQL row.
querySingleWithParams(String, JsonArray, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.ext.sql.SQLClient
Execute a one shot SQL statement with arguments that returns a single SQL row.
querySingleWithParams(String, JsonArray) - Method in class io.vertx.rxjava.ext.sql.SQLClient
Execute a one shot SQL statement with arguments that returns a single SQL row.
querySingleWithParams(String, JsonArray, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Execute a one shot SQL statement with arguments that returns a single SQL row.
querySingleWithParams(String, JsonArray) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Execute a one shot SQL statement with arguments that returns a single SQL row.
querySingleWithParams(String, JsonArray, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.rxjava.ext.sql.SQLOperations
Execute a one shot SQL statement with arguments that returns a single SQL row.
querySingleWithParams(String, JsonArray) - Method in interface io.vertx.rxjava.ext.sql.SQLOperations
Execute a one shot SQL statement with arguments that returns a single SQL row.
queryStream(String, Handler<AsyncResult<CassandraRowStream>>) - Method in interface io.vertx.cassandra.CassandraClient
Executes the given SQL SELECT statement which returns the results of the query as a read stream.
queryStream(String) - Method in interface io.vertx.cassandra.CassandraClient
Like CassandraClient.queryStream(String, Handler) but returns a Future of the asynchronous result.
queryStream(Statement, Handler<AsyncResult<CassandraRowStream>>) - Method in interface io.vertx.cassandra.CassandraClient
Executes the given SQL statement which returns the results of the query as a read stream.
queryStream(Statement) - Method in interface io.vertx.cassandra.CassandraClient
Like CassandraClient.queryStream(Statement, Handler) but returns a Future of the asynchronous result.
queryStream(String, Handler<AsyncResult<SQLRowStream>>) - Method in interface io.vertx.ext.sql.SQLClient
Executes the given SQL SELECT statement which returns the results of the query as a read stream.
queryStream(String, Handler<AsyncResult<SQLRowStream>>) - Method in interface io.vertx.ext.sql.SQLConnection
Executes the given SQL SELECT statement which returns the results of the query as a read stream.
queryStream(String, Handler<AsyncResult<SQLRowStream>>) - Method in interface io.vertx.ext.sql.SQLOperations
Executes the given SQL SELECT statement which returns the results of the query as a read stream.
queryStream(String, Handler<AsyncResult<CassandraRowStream>>) - Method in class io.vertx.reactivex.cassandra.CassandraClient
Executes the given SQL SELECT statement which returns the results of the query as a read stream.
queryStream(String) - Method in class io.vertx.reactivex.cassandra.CassandraClient
Executes the given SQL SELECT statement which returns the results of the query as a read stream.
queryStream(Statement, Handler<AsyncResult<CassandraRowStream>>) - Method in class io.vertx.reactivex.cassandra.CassandraClient
Executes the given SQL statement which returns the results of the query as a read stream.
queryStream(Statement) - Method in class io.vertx.reactivex.cassandra.CassandraClient
Executes the given SQL statement which returns the results of the query as a read stream.
queryStream(String, Handler<AsyncResult<SQLRowStream>>) - Method in class io.vertx.reactivex.ext.sql.SQLClient
Executes the given SQL SELECT statement which returns the results of the query as a read stream.
queryStream(String) - Method in class io.vertx.reactivex.ext.sql.SQLClient
Executes the given SQL SELECT statement which returns the results of the query as a read stream.
queryStream(String, Handler<AsyncResult<SQLRowStream>>) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Executes the given SQL SELECT statement which returns the results of the query as a read stream.
queryStream(String) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Executes the given SQL SELECT statement which returns the results of the query as a read stream.
queryStream(String, Handler<AsyncResult<SQLRowStream>>) - Method in interface io.vertx.reactivex.ext.sql.SQLOperations
Executes the given SQL SELECT statement which returns the results of the query as a read stream.
queryStream(String) - Method in interface io.vertx.reactivex.ext.sql.SQLOperations
Executes the given SQL SELECT statement which returns the results of the query as a read stream.
queryStream(String, Handler<AsyncResult<CassandraRowStream>>) - Method in class io.vertx.rxjava.cassandra.CassandraClient
Executes the given SQL SELECT statement which returns the results of the query as a read stream.
queryStream(String) - Method in class io.vertx.rxjava.cassandra.CassandraClient
Executes the given SQL SELECT statement which returns the results of the query as a read stream.
queryStream(Statement, Handler<AsyncResult<CassandraRowStream>>) - Method in class io.vertx.rxjava.cassandra.CassandraClient
Executes the given SQL statement which returns the results of the query as a read stream.
queryStream(Statement) - Method in class io.vertx.rxjava.cassandra.CassandraClient
Executes the given SQL statement which returns the results of the query as a read stream.
queryStream(String, Handler<AsyncResult<SQLRowStream>>) - Method in class io.vertx.rxjava.ext.sql.SQLClient
Executes the given SQL SELECT statement which returns the results of the query as a read stream.
queryStream(String) - Method in class io.vertx.rxjava.ext.sql.SQLClient
Executes the given SQL SELECT statement which returns the results of the query as a read stream.
queryStream(String, Handler<AsyncResult<SQLRowStream>>) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Executes the given SQL SELECT statement which returns the results of the query as a read stream.
queryStream(String) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Executes the given SQL SELECT statement which returns the results of the query as a read stream.
queryStream(String, Handler<AsyncResult<SQLRowStream>>) - Method in interface io.vertx.rxjava.ext.sql.SQLOperations
Executes the given SQL SELECT statement which returns the results of the query as a read stream.
queryStream(String) - Method in interface io.vertx.rxjava.ext.sql.SQLOperations
Executes the given SQL SELECT statement which returns the results of the query as a read stream.
queryStreamWithParams(String, JsonArray, Handler<AsyncResult<SQLRowStream>>) - Method in interface io.vertx.ext.sql.SQLClient
Executes the given SQL SELECT statement which returns the results of the query as a read stream.
queryStreamWithParams(String, JsonArray, Handler<AsyncResult<SQLRowStream>>) - Method in interface io.vertx.ext.sql.SQLConnection
Executes the given SQL SELECT statement which returns the results of the query as a read stream.
queryStreamWithParams(String, JsonArray, Handler<AsyncResult<SQLRowStream>>) - Method in interface io.vertx.ext.sql.SQLOperations
Executes the given SQL SELECT statement which returns the results of the query as a read stream.
queryStreamWithParams(String, JsonArray, Handler<AsyncResult<SQLRowStream>>) - Method in class io.vertx.reactivex.ext.sql.SQLClient
Executes the given SQL SELECT statement which returns the results of the query as a read stream.
queryStreamWithParams(String, JsonArray) - Method in class io.vertx.reactivex.ext.sql.SQLClient
Executes the given SQL SELECT statement which returns the results of the query as a read stream.
queryStreamWithParams(String, JsonArray, Handler<AsyncResult<SQLRowStream>>) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Executes the given SQL SELECT statement which returns the results of the query as a read stream.
queryStreamWithParams(String, JsonArray) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Executes the given SQL SELECT statement which returns the results of the query as a read stream.
queryStreamWithParams(String, JsonArray, Handler<AsyncResult<SQLRowStream>>) - Method in interface io.vertx.reactivex.ext.sql.SQLOperations
Executes the given SQL SELECT statement which returns the results of the query as a read stream.
queryStreamWithParams(String, JsonArray) - Method in interface io.vertx.reactivex.ext.sql.SQLOperations
Executes the given SQL SELECT statement which returns the results of the query as a read stream.
queryStreamWithParams(String, JsonArray, Handler<AsyncResult<SQLRowStream>>) - Method in class io.vertx.rxjava.ext.sql.SQLClient
Executes the given SQL SELECT statement which returns the results of the query as a read stream.
queryStreamWithParams(String, JsonArray) - Method in class io.vertx.rxjava.ext.sql.SQLClient
Executes the given SQL SELECT statement which returns the results of the query as a read stream.
queryStreamWithParams(String, JsonArray, Handler<AsyncResult<SQLRowStream>>) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Executes the given SQL SELECT statement which returns the results of the query as a read stream.
queryStreamWithParams(String, JsonArray) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Executes the given SQL SELECT statement which returns the results of the query as a read stream.
queryStreamWithParams(String, JsonArray, Handler<AsyncResult<SQLRowStream>>) - Method in interface io.vertx.rxjava.ext.sql.SQLOperations
Executes the given SQL SELECT statement which returns the results of the query as a read stream.
queryStreamWithParams(String, JsonArray) - Method in interface io.vertx.rxjava.ext.sql.SQLOperations
Executes the given SQL SELECT statement which returns the results of the query as a read stream.
queryWithParams(String, JsonArray, Handler<AsyncResult<ResultSet>>) - Method in interface io.vertx.ext.sql.SQLClient
Execute a single SQL prepared statement, this method acquires a connection from the the pool and executes the SQL prepared statement and returns it back after the execution.
queryWithParams(String, JsonArray, Handler<AsyncResult<ResultSet>>) - Method in interface io.vertx.ext.sql.SQLConnection
Executes the given SQL SELECT prepared statement which returns the results of the query.
queryWithParams(String, JsonArray, Handler<AsyncResult<ResultSet>>) - Method in interface io.vertx.ext.sql.SQLOperations
Executes the given SQL SELECT prepared statement which returns the results of the query.
queryWithParams(String, JsonArray, Handler<AsyncResult<ResultSet>>) - Method in class io.vertx.reactivex.ext.sql.SQLClient
Execute a single SQL prepared statement, this method acquires a connection from the the pool and executes the SQL prepared statement and returns it back after the execution.
queryWithParams(String, JsonArray) - Method in class io.vertx.reactivex.ext.sql.SQLClient
Execute a single SQL prepared statement, this method acquires a connection from the the pool and executes the SQL prepared statement and returns it back after the execution.
queryWithParams(String, JsonArray, Handler<AsyncResult<ResultSet>>) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Executes the given SQL SELECT prepared statement which returns the results of the query.
queryWithParams(String, JsonArray) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Executes the given SQL SELECT prepared statement which returns the results of the query.
queryWithParams(String, JsonArray, Handler<AsyncResult<ResultSet>>) - Method in interface io.vertx.reactivex.ext.sql.SQLOperations
Executes the given SQL SELECT prepared statement which returns the results of the query.
queryWithParams(String, JsonArray) - Method in interface io.vertx.reactivex.ext.sql.SQLOperations
Executes the given SQL SELECT prepared statement which returns the results of the query.
queryWithParams(String, JsonArray, Handler<AsyncResult<ResultSet>>) - Method in class io.vertx.rxjava.ext.sql.SQLClient
Execute a single SQL prepared statement, this method acquires a connection from the the pool and executes the SQL prepared statement and returns it back after the execution.
queryWithParams(String, JsonArray) - Method in class io.vertx.rxjava.ext.sql.SQLClient
Execute a single SQL prepared statement, this method acquires a connection from the the pool and executes the SQL prepared statement and returns it back after the execution.
queryWithParams(String, JsonArray, Handler<AsyncResult<ResultSet>>) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Executes the given SQL SELECT prepared statement which returns the results of the query.
queryWithParams(String, JsonArray) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Executes the given SQL SELECT prepared statement which returns the results of the query.
queryWithParams(String, JsonArray, Handler<AsyncResult<ResultSet>>) - Method in interface io.vertx.rxjava.ext.sql.SQLOperations
Executes the given SQL SELECT prepared statement which returns the results of the query.
queryWithParams(String, JsonArray) - Method in interface io.vertx.rxjava.ext.sql.SQLOperations
Executes the given SQL SELECT prepared statement which returns the results of the query.
queue(Vertx, String) - Static method in interface io.vertx.ext.stomp.Destination
 
queue(Vertx, String) - Static method in class io.vertx.reactivex.ext.stomp.Destination
 
queue(Vertx, String) - Static method in class io.vertx.rxjava.ext.stomp.Destination
 
queueBind(String, String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Bind a queue to an exchange
queueBind(String, String, String) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Like RabbitMQClient.queueBind(String, String, String, Handler) but returns a Future of the asynchronous result
queueBind(String, String, String, Map<String, Object>, Handler<AsyncResult<Void>>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Bind a queue to an exchange
queueBind(String, String, String, Map<String, Object>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Like RabbitMQClient.queueBind(String, String, String, Map, Handler) but returns a Future of the asynchronous result
queueBind(String, String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Bind a queue to an exchange
queueBind(String, String, String) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Bind a queue to an exchange
queueBind(String, String, String, Map<String, Object>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Bind a queue to an exchange
queueBind(String, String, String, Map<String, Object>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Bind a queue to an exchange
queueBind(String, String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Bind a queue to an exchange
queueBind(String, String, String) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Bind a queue to an exchange
queueBind(String, String, String, Map<String, Object>, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Bind a queue to an exchange
queueBind(String, String, String, Map<String, Object>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Bind a queue to an exchange
queueDeclare(String, boolean, boolean, boolean, Handler<AsyncResult<AMQP.Queue.DeclareOk>>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Declare a queue
queueDeclare(String, boolean, boolean, boolean) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Like RabbitMQClient.queueDeclare(String, boolean, boolean, boolean, Handler) but returns a Future of the asynchronous result
queueDeclare(String, boolean, boolean, boolean, JsonObject, Handler<AsyncResult<AMQP.Queue.DeclareOk>>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Declare a queue with config options
queueDeclare(String, boolean, boolean, boolean, JsonObject) - Method in interface io.vertx.rabbitmq.RabbitMQClient
queueDeclare(String, boolean, boolean, boolean, Handler<AsyncResult<AMQP.Queue.DeclareOk>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Declare a queue
queueDeclare(String, boolean, boolean, boolean) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Declare a queue
queueDeclare(String, boolean, boolean, boolean, JsonObject, Handler<AsyncResult<AMQP.Queue.DeclareOk>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Declare a queue with config options
queueDeclare(String, boolean, boolean, boolean, JsonObject) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Declare a queue with config options
queueDeclare(String, boolean, boolean, boolean, Handler<AsyncResult<AMQP.Queue.DeclareOk>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Declare a queue
queueDeclare(String, boolean, boolean, boolean) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Declare a queue
queueDeclare(String, boolean, boolean, boolean, JsonObject, Handler<AsyncResult<AMQP.Queue.DeclareOk>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Declare a queue with config options
queueDeclare(String, boolean, boolean, boolean, JsonObject) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Declare a queue with config options
queueDeclareAuto(Handler<AsyncResult<JsonObject>>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Actively declare a server-named exclusive, autodelete, non-durable queue.
queueDeclareAuto() - Method in interface io.vertx.rabbitmq.RabbitMQClient
Like RabbitMQClient.queueDeclareAuto(Handler) but returns a Future of the asynchronous result
queueDeclareAuto(Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Actively declare a server-named exclusive, autodelete, non-durable queue.
queueDeclareAuto() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Actively declare a server-named exclusive, autodelete, non-durable queue.
queueDeclareAuto(Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Actively declare a server-named exclusive, autodelete, non-durable queue.
queueDeclareAuto() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Actively declare a server-named exclusive, autodelete, non-durable queue.
queueDelete(String, Handler<AsyncResult<AMQP.Queue.DeleteOk>>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Delete a queue, without regard for whether it is in use or has messages on it
queueDelete(String) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Like RabbitMQClient.queueDelete(String, Handler) but returns a Future of the asynchronous result
queueDelete(String, Handler<AsyncResult<AMQP.Queue.DeleteOk>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Delete a queue, without regard for whether it is in use or has messages on it
queueDelete(String) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Delete a queue, without regard for whether it is in use or has messages on it
queueDelete(String, Handler<AsyncResult<AMQP.Queue.DeleteOk>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Delete a queue, without regard for whether it is in use or has messages on it
queueDelete(String) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Delete a queue, without regard for whether it is in use or has messages on it
queueDeleteIf(String, boolean, boolean, Handler<AsyncResult<AMQP.Queue.DeleteOk>>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Delete a queue
queueDeleteIf(String, boolean, boolean) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Like RabbitMQClient.queueDeleteIf(String, boolean, boolean, Handler) but returns a Future of the asynchronous result
queueDeleteIf(String, boolean, boolean, Handler<AsyncResult<AMQP.Queue.DeleteOk>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Delete a queue
queueDeleteIf(String, boolean, boolean) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Delete a queue
queueDeleteIf(String, boolean, boolean, Handler<AsyncResult<AMQP.Queue.DeleteOk>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Delete a queue
queueDeleteIf(String, boolean, boolean) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Delete a queue
queueName() - Method in interface io.vertx.rabbitmq.RabbitMQConsumer
 
queueName() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQConsumer
 
queueName() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQConsumer
 
QueueOptions - Class in io.vertx.rabbitmq
Aimed to specify queue consumer settings when calling RabbitMQClient.basicConsumer(String, QueueOptions, Handler)
QueueOptions() - Constructor for class io.vertx.rabbitmq.QueueOptions
 
QueueOptions(JsonObject) - Constructor for class io.vertx.rabbitmq.QueueOptions
 
QueueOptionsConverter - Class in io.vertx.rabbitmq
Converter and mapper for QueueOptions.
QueueOptionsConverter() - Constructor for class io.vertx.rabbitmq.QueueOptionsConverter
 
queueSize() - Method in interface io.vertx.rabbitmq.RabbitMQPublisher
Get the number of published, but not sent, messages.
queueSize() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQPublisher
Get the number of published, but not sent, messages.
queueSize() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQPublisher
Get the number of published, but not sent, messages.
queueUnbind(String, String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Unbind a queue from an exchange
queueUnbind(String, String, String) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Like RabbitMQClient.queueUnbind(String, String, String, Handler) but returns a Future of the asynchronous result
queueUnbind(String, String, String, Map<String, Object>, Handler<AsyncResult<Void>>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Unbind a queue from an exchange
queueUnbind(String, String, String, Map<String, Object>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Like RabbitMQClient.queueUnbind(String, String, String, Map, Handler) but returns a Future of the asynchronous result
queueUnbind(String, String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Unbind a queue from an exchange
queueUnbind(String, String, String) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Unbind a queue from an exchange
queueUnbind(String, String, String, Map<String, Object>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Unbind a queue from an exchange
queueUnbind(String, String, String, Map<String, Object>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Unbind a queue from an exchange
queueUnbind(String, String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Unbind a queue from an exchange
queueUnbind(String, String, String) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Unbind a queue from an exchange
queueUnbind(String, String, String, Map<String, Object>, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Unbind a queue from an exchange
queueUnbind(String, String, String, Map<String, Object>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Unbind a queue from an exchange

R

RabbitMQClient - Interface in io.vertx.rabbitmq
 
RabbitMQClient - Class in io.vertx.reactivex.rabbitmq

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

RabbitMQClient(RabbitMQClient) - Constructor for class io.vertx.reactivex.rabbitmq.RabbitMQClient
 
RabbitMQClient(Object) - Constructor for class io.vertx.reactivex.rabbitmq.RabbitMQClient
 
RabbitMQClient - Class in io.vertx.rxjava.rabbitmq

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

RabbitMQClient(RabbitMQClient) - Constructor for class io.vertx.rxjava.rabbitmq.RabbitMQClient
 
RabbitMQClient(Object) - Constructor for class io.vertx.rxjava.rabbitmq.RabbitMQClient
 
RabbitMQConfirmation - Class in io.vertx.rabbitmq
 
RabbitMQConfirmation(long, long, boolean, boolean) - Constructor for class io.vertx.rabbitmq.RabbitMQConfirmation
 
RabbitMQConfirmation(JsonObject) - Constructor for class io.vertx.rabbitmq.RabbitMQConfirmation
 
RabbitMQConfirmationConverter - Class in io.vertx.rabbitmq
Converter and mapper for RabbitMQConfirmation.
RabbitMQConfirmationConverter() - Constructor for class io.vertx.rabbitmq.RabbitMQConfirmationConverter
 
RabbitMQConsumer - Interface in io.vertx.rabbitmq
A stream of messages from a rabbitmq queue.
RabbitMQConsumer - Class in io.vertx.reactivex.rabbitmq
A stream of messages from a rabbitmq queue.
RabbitMQConsumer(RabbitMQConsumer) - Constructor for class io.vertx.reactivex.rabbitmq.RabbitMQConsumer
 
RabbitMQConsumer(Object) - Constructor for class io.vertx.reactivex.rabbitmq.RabbitMQConsumer
 
RabbitMQConsumer - Class in io.vertx.rxjava.rabbitmq
A stream of messages from a rabbitmq queue.
RabbitMQConsumer(RabbitMQConsumer) - Constructor for class io.vertx.rxjava.rabbitmq.RabbitMQConsumer
 
RabbitMQConsumer(Object) - Constructor for class io.vertx.rxjava.rabbitmq.RabbitMQConsumer
 
RabbitMQMessage - Interface in io.vertx.rabbitmq
Represent a message received message received in a rabbitmq-queue.
RabbitMQMessage - Class in io.vertx.reactivex.rabbitmq
Represent a message received message received in a rabbitmq-queue.
RabbitMQMessage(RabbitMQMessage) - Constructor for class io.vertx.reactivex.rabbitmq.RabbitMQMessage
 
RabbitMQMessage(Object) - Constructor for class io.vertx.reactivex.rabbitmq.RabbitMQMessage
 
RabbitMQMessage - Class in io.vertx.rxjava.rabbitmq
Represent a message received message received in a rabbitmq-queue.
RabbitMQMessage(RabbitMQMessage) - Constructor for class io.vertx.rxjava.rabbitmq.RabbitMQMessage
 
RabbitMQMessage(Object) - Constructor for class io.vertx.rxjava.rabbitmq.RabbitMQMessage
 
RabbitMQOptions - Class in io.vertx.rabbitmq
RabbitMQ client options, most
RabbitMQOptions() - Constructor for class io.vertx.rabbitmq.RabbitMQOptions
 
RabbitMQOptions(JsonObject) - Constructor for class io.vertx.rabbitmq.RabbitMQOptions
 
RabbitMQOptions(RabbitMQOptions) - Constructor for class io.vertx.rabbitmq.RabbitMQOptions
 
RabbitMQOptionsConverter - Class in io.vertx.rabbitmq
Converter and mapper for RabbitMQOptions.
RabbitMQOptionsConverter() - Constructor for class io.vertx.rabbitmq.RabbitMQOptionsConverter
 
RabbitMQPublisher - Interface in io.vertx.rabbitmq
A reliable publisher that Queues up messages internally until it can successfully call basicPublish.
RabbitMQPublisher - Class in io.vertx.reactivex.rabbitmq
A reliable publisher that Queues up messages internally until it can successfully call basicPublish.
RabbitMQPublisher(RabbitMQPublisher) - Constructor for class io.vertx.reactivex.rabbitmq.RabbitMQPublisher
 
RabbitMQPublisher(Object) - Constructor for class io.vertx.reactivex.rabbitmq.RabbitMQPublisher
 
RabbitMQPublisher - Class in io.vertx.rxjava.rabbitmq
A reliable publisher that Queues up messages internally until it can successfully call basicPublish.
RabbitMQPublisher(RabbitMQPublisher) - Constructor for class io.vertx.rxjava.rabbitmq.RabbitMQPublisher
 
RabbitMQPublisher(Object) - Constructor for class io.vertx.rxjava.rabbitmq.RabbitMQPublisher
 
RabbitMQPublisherConfirmation - Class in io.vertx.rabbitmq
 
RabbitMQPublisherConfirmation(JsonObject) - Constructor for class io.vertx.rabbitmq.RabbitMQPublisherConfirmation
 
RabbitMQPublisherConfirmation(String, boolean) - Constructor for class io.vertx.rabbitmq.RabbitMQPublisherConfirmation
 
RabbitMQPublisherConfirmationConverter - Class in io.vertx.rabbitmq
Converter and mapper for RabbitMQPublisherConfirmation.
RabbitMQPublisherConfirmationConverter() - Constructor for class io.vertx.rabbitmq.RabbitMQPublisherConfirmationConverter
 
RabbitMQPublisherOptions - Class in io.vertx.rabbitmq
RabbitMQ client options, most
RabbitMQPublisherOptions() - Constructor for class io.vertx.rabbitmq.RabbitMQPublisherOptions
 
RabbitMQPublisherOptions(JsonObject) - Constructor for class io.vertx.rabbitmq.RabbitMQPublisherOptions
 
RabbitMQPublisherOptions(RabbitMQPublisherOptions) - Constructor for class io.vertx.rabbitmq.RabbitMQPublisherOptions
 
RabbitMQPublisherOptionsConverter - Class in io.vertx.rabbitmq
Converter and mapper for RabbitMQPublisherOptions.
RabbitMQPublisherOptionsConverter() - Constructor for class io.vertx.rabbitmq.RabbitMQPublisherOptionsConverter
 
rack() - Method in class io.vertx.kafka.client.common.Node
 
RANDOMKEY - Static variable in class io.vertx.reactivex.redis.client.Command
 
randomkey(Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command randomkey.
randomkey() - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command randomkey.
RANDOMKEY - Static variable in interface io.vertx.redis.client.Command
 
randomkey(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command randomkey.
randomkey() - Method in interface io.vertx.redis.client.RedisAPI
Redis command randomkey.
RANDOMKEY - Static variable in class io.vertx.rxjava.redis.client.Command
 
randomkey(Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command randomkey.
randomkey() - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command randomkey.
range(int, int) - Static method in class io.vertx.json.schema.common.SetUtils
 
raw() - Method in interface io.vertx.ext.shell.cli.CliToken
 
raw() - Method in class io.vertx.reactivex.ext.shell.cli.CliToken
 
raw() - Method in class io.vertx.rxjava.ext.shell.cli.CliToken
 
rawAccessToken(JsonObject) - Static method in interface io.vertx.ext.auth.oauth2.KeycloakHelper
Deprecated.
Get raw `access_token` string from the principal.
rawAccessToken(JsonObject) - Static method in class io.vertx.reactivex.ext.auth.oauth2.KeycloakHelper
Deprecated.
rawAccessToken(JsonObject) - Static method in class io.vertx.rxjava.ext.auth.oauth2.KeycloakHelper
Deprecated.
rawIdToken(JsonObject) - Static method in interface io.vertx.ext.auth.oauth2.KeycloakHelper
Deprecated.
Get raw `id_token` string from the principal.
rawIdToken(JsonObject) - Static method in class io.vertx.reactivex.ext.auth.oauth2.KeycloakHelper
Deprecated.
rawIdToken(JsonObject) - Static method in class io.vertx.rxjava.ext.auth.oauth2.KeycloakHelper
Deprecated.
rawLine() - Method in interface io.vertx.ext.shell.cli.Completion
 
rawLine() - Method in class io.vertx.reactivex.ext.shell.cli.Completion
 
rawLine() - Method in class io.vertx.rxjava.ext.shell.cli.Completion
 
rawValue() - Method in interface io.vertx.ext.web.ParsedHeaderValue
Contains the raw value that was received from the user agent
rawValue() - Method in class io.vertx.reactivex.ext.web.LanguageHeader
Contains the raw value that was received from the user agent
rawValue() - Method in class io.vertx.reactivex.ext.web.MIMEHeader
Contains the raw value that was received from the user agent
rawValue() - Method in interface io.vertx.reactivex.ext.web.ParsedHeaderValue
Contains the raw value that was received from the user agent
rawValue() - Method in class io.vertx.rxjava.ext.web.LanguageHeader
Contains the raw value that was received from the user agent
rawValue() - Method in class io.vertx.rxjava.ext.web.MIMEHeader
Contains the raw value that was received from the user agent
rawValue() - Method in interface io.vertx.rxjava.ext.web.ParsedHeaderValue
Contains the raw value that was received from the user agent
rbacHandler(OAuth2RBAC) - Method in interface io.vertx.ext.auth.oauth2.OAuth2Auth
Deprecated.
rbacHandler(OAuth2RBAC) - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
Deprecated.
rbacHandler(OAuth2RBAC) - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
Deprecated.
ReactiveReadStream<T> - Interface in io.vertx.ext.reactivestreams
A Vert.x read stream that also implements reactive streams subscriber interface.
ReactiveWriteStream<T> - Interface in io.vertx.ext.reactivestreams
A Vert.x write stream that also implements reactive streams publisher interface.
read(String, Handler<AsyncResult<Secret>>) - Method in class io.vertx.config.vault.client.SlimVaultClient
Reads a secret from `path`.
read(Buffer, int, long, int, Handler<AsyncResult<Buffer>>) - Method in interface io.vertx.core.file.AsyncFile
Reads length bytes of data from the file at position position in the file, asynchronously.
read(Buffer, int, long, int) - Method in interface io.vertx.core.file.AsyncFile
Like AsyncFile.read(Buffer, int, long, int, Handler) but returns a Future of the asynchronous result
read(Buffer, int, long, int, Handler<AsyncResult<Buffer>>) - Method in class io.vertx.reactivex.core.file.AsyncFile
Reads length bytes of data from the file at position position in the file, asynchronously.
read(Buffer, int, long, int) - Method in class io.vertx.reactivex.core.file.AsyncFile
Reads length bytes of data from the file at position position in the file, asynchronously.
read(int, Handler<AsyncResult<RowSet<Row>>>) - Method in class io.vertx.reactivex.sqlclient.Cursor
Read rows from the cursor, the result is provided asynchronously to the handler.
read(int) - Method in class io.vertx.reactivex.sqlclient.Cursor
Read rows from the cursor, the result is provided asynchronously to the handler.
read(Buffer, int, long, int, Handler<AsyncResult<Buffer>>) - Method in class io.vertx.rxjava.core.file.AsyncFile
Reads length bytes of data from the file at position position in the file, asynchronously.
read(Buffer, int, long, int) - Method in class io.vertx.rxjava.core.file.AsyncFile
Reads length bytes of data from the file at position position in the file, asynchronously.
read(int, Handler<AsyncResult<RowSet<Row>>>) - Method in class io.vertx.rxjava.sqlclient.Cursor
Read rows from the cursor, the result is provided asynchronously to the handler.
read(int) - Method in class io.vertx.rxjava.sqlclient.Cursor
Read rows from the cursor, the result is provided asynchronously to the handler.
read(int, Handler<AsyncResult<RowSet<Row>>>) - Method in interface io.vertx.sqlclient.Cursor
Read rows from the cursor, the result is provided asynchronously to the handler.
read(int) - Method in interface io.vertx.sqlclient.Cursor
Like Cursor.read(int, Handler) but returns a Future of the asynchronous result
readDir(String, Handler<AsyncResult<List<String>>>) - Method in interface io.vertx.core.file.FileSystem
Read the contents of the directory specified by path, asynchronously.
readDir(String) - Method in interface io.vertx.core.file.FileSystem
Like FileSystem.readDir(String, Handler) but returns a Future of the asynchronous result
readDir(String, String, Handler<AsyncResult<List<String>>>) - Method in interface io.vertx.core.file.FileSystem
Read the contents of the directory specified by path, asynchronously.
readDir(String, String) - Method in interface io.vertx.core.file.FileSystem
Like FileSystem.readDir(String, Handler) but returns a Future of the asynchronous result
readDir(String, Handler<AsyncResult<List<String>>>) - Method in class io.vertx.reactivex.core.file.FileSystem
Read the contents of the directory specified by path, asynchronously.
readDir(String) - Method in class io.vertx.reactivex.core.file.FileSystem
Read the contents of the directory specified by path, asynchronously.
readDir(String, String, Handler<AsyncResult<List<String>>>) - Method in class io.vertx.reactivex.core.file.FileSystem
Read the contents of the directory specified by path, asynchronously.
readDir(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
Read the contents of the directory specified by path, asynchronously.
readDir(String, Handler<AsyncResult<List<String>>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Read the contents of the directory specified by path, asynchronously.
readDir(String) - Method in class io.vertx.rxjava.core.file.FileSystem
Read the contents of the directory specified by path, asynchronously.
readDir(String, String, Handler<AsyncResult<List<String>>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Read the contents of the directory specified by path, asynchronously.
readDir(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
Read the contents of the directory specified by path, asynchronously.
readDirBlocking(String) - Method in interface io.vertx.core.file.FileSystem
readDirBlocking(String, String) - Method in interface io.vertx.core.file.FileSystem
readDirBlocking(String) - Method in class io.vertx.reactivex.core.file.FileSystem
readDirBlocking(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
readDirBlocking(String) - Method in class io.vertx.rxjava.core.file.FileSystem
readDirBlocking(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
readFile(String, Handler<AsyncResult<Buffer>>) - Method in interface io.vertx.core.file.FileSystem
Reads the entire file as represented by the path path as a Buffer, asynchronously.
readFile(String) - Method in interface io.vertx.core.file.FileSystem
Like FileSystem.readFile(String, Handler) but returns a Future of the asynchronous result
readFile(String, Handler<AsyncResult<Buffer>>) - Method in class io.vertx.reactivex.core.file.FileSystem
Reads the entire file as represented by the path path as a , asynchronously.
readFile(String) - Method in class io.vertx.reactivex.core.file.FileSystem
Reads the entire file as represented by the path path as a , asynchronously.
readFile(String, Handler<AsyncResult<Buffer>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Reads the entire file as represented by the path path as a , asynchronously.
readFile(String) - Method in class io.vertx.rxjava.core.file.FileSystem
Reads the entire file as represented by the path path as a , asynchronously.
readFileBlocking(String) - Method in interface io.vertx.core.file.FileSystem
readFileBlocking(String) - Method in class io.vertx.reactivex.core.file.FileSystem
readFileBlocking(String) - Method in class io.vertx.rxjava.core.file.FileSystem
readFromBuffer(int, Buffer) - Method in class io.vertx.core.json.JsonArray
 
readFromBuffer(int, Buffer) - Method in class io.vertx.core.json.JsonObject
 
readFromBuffer(int, Buffer) - Method in class io.vertx.core.spi.cluster.NodeInfo
 
readFromBuffer(int, Buffer) - Method in class io.vertx.core.spi.cluster.RegistrationInfo
 
readFromBuffer(int, Buffer) - Method in class io.vertx.ext.auth.AbstractUser
Deprecated.
 
readFromBuffer(int, Buffer) - Method in class io.vertx.reactivex.core.buffer.Buffer
 
readFromBuffer(int, Buffer) - Method in class io.vertx.rxjava.core.buffer.Buffer
 
readline(String, Handler<String>) - Method in interface io.vertx.ext.shell.term.Term
Prompt the user a line of text.
readline(String, Handler<String>, Handler<Completion>) - Method in interface io.vertx.ext.shell.term.Term
Prompt the user a line of text, providing a completion handler to handle user's completion.
readline(String, Handler<String>) - Method in class io.vertx.reactivex.ext.shell.term.Term
Prompt the user a line of text.
readline(String, Handler<String>, Handler<Completion>) - Method in class io.vertx.reactivex.ext.shell.term.Term
Prompt the user a line of text, providing a completion handler to handle user's completion.
readline(String, Handler<String>) - Method in class io.vertx.rxjava.ext.shell.term.Term
Prompt the user a line of text.
readline(String, Handler<String>, Handler<Completion>) - Method in class io.vertx.rxjava.ext.shell.term.Term
Prompt the user a line of text, providing a completion handler to handle user's completion.
READONLY - Static variable in class io.vertx.reactivex.redis.client.Command
 
readonly(Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command readonly.
readonly() - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command readonly.
READONLY - Static variable in interface io.vertx.redis.client.Command
 
readonly(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command readonly.
readonly() - Method in interface io.vertx.redis.client.RedisAPI
Redis command readonly.
READONLY - Static variable in class io.vertx.rxjava.redis.client.Command
 
readonly(Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command readonly.
readonly() - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command readonly.
ReadStream<T> - Interface in io.vertx.core.streams
Represents a stream of items that can be read from.
readStream() - Static method in interface io.vertx.ext.reactivestreams.ReactiveReadStream
Create a reactive read stream
readStream(long) - Static method in interface io.vertx.ext.reactivestreams.ReactiveReadStream
Create a reactive read stream specifying batch size
ReadStream<T> - Interface in io.vertx.reactivex.core.streams
Represents a stream of items that can be read from.
ReadStream<T> - Interface in io.vertx.rxjava.core.streams
Represents a stream of items that can be read from.
ReadStreamSubscriber<R,J> - Class in io.vertx.rx.java
An RxJava Subscriber that turns an Observable into a ReadStream.
ReadStreamSubscriber(Function<R, J>) - Constructor for class io.vertx.rx.java.ReadStreamSubscriber
 
readSymlink(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.core.file.FileSystem
Returns the path representing the file that the symbolic link specified by link points to, asynchronously.
readSymlink(String) - Method in interface io.vertx.core.file.FileSystem
Like FileSystem.readSymlink(String, Handler) but returns a Future of the asynchronous result
readSymlink(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.core.file.FileSystem
Returns the path representing the file that the symbolic link specified by link points to, asynchronously.
readSymlink(String) - Method in class io.vertx.reactivex.core.file.FileSystem
Returns the path representing the file that the symbolic link specified by link points to, asynchronously.
readSymlink(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Returns the path representing the file that the symbolic link specified by link points to, asynchronously.
readSymlink(String) - Method in class io.vertx.rxjava.core.file.FileSystem
Returns the path representing the file that the symbolic link specified by link points to, asynchronously.
readSymlinkBlocking(String) - Method in interface io.vertx.core.file.FileSystem
readSymlinkBlocking(String) - Method in class io.vertx.reactivex.core.file.FileSystem
readSymlinkBlocking(String) - Method in class io.vertx.rxjava.core.file.FileSystem
READWRITE - Static variable in class io.vertx.reactivex.redis.client.Command
 
readwrite(Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command readwrite.
readwrite() - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command readwrite.
READWRITE - Static variable in interface io.vertx.redis.client.Command
 
readwrite(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command readwrite.
readwrite() - Method in interface io.vertx.redis.client.RedisAPI
Redis command readwrite.
READWRITE - Static variable in class io.vertx.rxjava.redis.client.Command
 
readwrite(Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command readwrite.
readwrite() - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command readwrite.
realm() - Method in interface io.vertx.ext.auth.htdigest.HtdigestAuth
Return the currently used realm
realm() - Method in class io.vertx.reactivex.ext.auth.htdigest.HtdigestAuth
Return the currently used realm
realm() - Method in class io.vertx.rxjava.ext.auth.htdigest.HtdigestAuth
Return the currently used realm
RECEIPT - Static variable in class io.vertx.ext.stomp.Frame
 
RECEIPT_ID - Static variable in class io.vertx.ext.stomp.Frame
 
receive() - Method in interface io.vertx.ext.sync.Receiver
Deprecated.
Return an event when one is available.
receive(long) - Method in interface io.vertx.ext.sync.Receiver
Deprecated.
Return an event when one is available.
receivedFrameHandler(Handler<Frame>) - Method in interface io.vertx.ext.stomp.StompClient
Configures a received handler that gets notified when a STOMP frame is received by the client.
receivedFrameHandler(Handler<Frame>) - Method in interface io.vertx.ext.stomp.StompClientConnection
Configures a received handler that get notified when a STOMP frame is received by the client.
receivedFrameHandler(Handler<ServerFrame>) - Method in interface io.vertx.ext.stomp.StompServerHandler
Configures a handler that get notified when a STOMP frame is received by the server.
receivedFrameHandler(Handler<Frame>) - Method in class io.vertx.reactivex.ext.stomp.StompClient
Configures a received handler that gets notified when a STOMP frame is received by the client.
receivedFrameHandler(Handler<Frame>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Configures a received handler that get notified when a STOMP frame is received by the client.
receivedFrameHandler(Handler<ServerFrame>) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
Configures a handler that get notified when a STOMP frame is received by the server.
receivedFrameHandler(Handler<Frame>) - Method in class io.vertx.rxjava.ext.stomp.StompClient
Configures a received handler that gets notified when a STOMP frame is received by the client.
receivedFrameHandler(Handler<Frame>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Configures a received handler that get notified when a STOMP frame is received by the client.
receivedFrameHandler(Handler<ServerFrame>) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
Configures a handler that get notified when a STOMP frame is received by the server.
receivePort() - Method in interface io.vertx.ext.sync.Receiver
Deprecated.
 
Receiver<T> - Interface in io.vertx.ext.sync
Deprecated.
This project will be removed with Quasar being effectively abandoned
receiveRequest(Context, SpanKind, TracingPolicy, R, String, Iterable<Map.Entry<String, String>>, TagExtractor<R>) - Method in interface io.vertx.core.spi.tracing.VertxTracer
Signal a request has been received and will be processed.
receiveRequest(Context, SpanKind, TracingPolicy, R, String, Iterable<Map.Entry<String, String>>, TagExtractor<R>) - Method in class io.vertx.tracing.opentracing.OpenTracingTracer
 
receiveRequest(Context, SpanKind, TracingPolicy, R, String, Iterable<Map.Entry<String, String>>, TagExtractor<R>) - Method in class io.vertx.tracing.zipkin.ZipkinTracer
 
receiveResponse(Context, R, O, Throwable, TagExtractor<R>) - Method in interface io.vertx.core.spi.tracing.VertxTracer
Signal a response has been received.
receiveResponse(Context, R, Span, Throwable, TagExtractor<R>) - Method in class io.vertx.tracing.opentracing.OpenTracingTracer
 
receiveResponse(Context, R, BiConsumer<Object, Throwable>, Throwable, TagExtractor<R>) - Method in class io.vertx.tracing.zipkin.ZipkinTracer
 
reconnectPolicy(Function<Integer, Long>) - Method in interface io.vertx.pgclient.pubsub.PgSubscriber
Set the reconnect policy that is executed when the subscriber is disconnected.
reconnectPolicy(Function<Integer, Long>) - Method in class io.vertx.reactivex.pgclient.pubsub.PgSubscriber
Set the reconnect policy that is executed when the subscriber is disconnected.
reconnectPolicy(Function<Integer, Long>) - Method in class io.vertx.rxjava.pgclient.pubsub.PgSubscriber
Set the reconnect policy that is executed when the subscriber is disconnected.
record() - Method in interface io.vertx.kafka.client.consumer.KafkaConsumerRecord
 
record() - Method in interface io.vertx.kafka.client.producer.KafkaProducerRecord
 
record() - Method in class io.vertx.reactivex.servicediscovery.ServiceReference
 
record() - Method in class io.vertx.rxjava.servicediscovery.ServiceReference
 
Record - Class in io.vertx.servicediscovery
Describes a `service`.
Record() - Constructor for class io.vertx.servicediscovery.Record
Creates a new Record.
Record(JsonObject) - Constructor for class io.vertx.servicediscovery.Record
Creates a new Record from its json representation.
Record(Record) - Constructor for class io.vertx.servicediscovery.Record
Creates a new Record by copying the values from another Record.
record() - Method in interface io.vertx.servicediscovery.ServiceReference
 
record() - Method in class io.vertx.servicediscovery.types.AbstractServiceReference
 
recordAt(int) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumerRecords
Get the record at the given index
recordAt(int) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumerRecords
Get the record at the given index
recordAt(int) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumerRecords
Get the record at the given index
RecordConverter - Class in io.vertx.servicediscovery
Converter and mapper for Record.
RecordConverter() - Constructor for class io.vertx.servicediscovery.RecordConverter
 
RecordingValidatorContext - Class in io.vertx.json.schema.common
 
RecordingValidatorContext() - Constructor for class io.vertx.json.schema.common.RecordingValidatorContext
 
RecordMetadata - Class in io.vertx.kafka.client.producer
Metadata related to a Kafka record
RecordMetadata() - Constructor for class io.vertx.kafka.client.producer.RecordMetadata
Constructor
RecordMetadata(long, long, int, long, String) - Constructor for class io.vertx.kafka.client.producer.RecordMetadata
Constructor
RecordMetadata(JsonObject) - Constructor for class io.vertx.kafka.client.producer.RecordMetadata
Constructor (from JSON representation)
RecordParser - Interface in io.vertx.core.parsetools
A helper class which allows you to easily parse protocols which are delimited by a sequence of bytes, or fixed size records.
RecordParser - Class in io.vertx.reactivex.core.parsetools
A helper class which allows you to easily parse protocols which are delimited by a sequence of bytes, or fixed size records.
RecordParser(RecordParser) - Constructor for class io.vertx.reactivex.core.parsetools.RecordParser
 
RecordParser(Object) - Constructor for class io.vertx.reactivex.core.parsetools.RecordParser
 
RecordParser - Class in io.vertx.rxjava.core.parsetools
A helper class which allows you to easily parse protocols which are delimited by a sequence of bytes, or fixed size records.
RecordParser(RecordParser) - Constructor for class io.vertx.rxjava.core.parsetools.RecordParser
 
RecordParser(Object) - Constructor for class io.vertx.rxjava.core.parsetools.RecordParser
 
records() - Method in interface io.vertx.kafka.client.consumer.KafkaConsumerRecords
 
recover(Function<Throwable, Future<T>>) - Method in interface io.vertx.core.Future
Handles a failure of this Future by returning the result of another Future.
RecursiveAnchorValidatorContextDecorator - Class in io.vertx.json.schema.common
 
RecursiveRefSchema - Class in io.vertx.json.schema.common
 
RecursiveRefSchema(JsonObject, JsonPointer, SchemaParser, MutableStateValidator) - Constructor for class io.vertx.json.schema.common.RecursiveRefSchema
 
redirect(String) - Method in interface io.vertx.ext.web.RoutingContext
Perform a 302 redirect to url.
redirect(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.web.RoutingContext
redirect(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.web.RoutingContext
redirect(String) - Method in class io.vertx.reactivex.ext.web.RoutingContext
redirect(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.web.RoutingContext
redirect(String) - Method in class io.vertx.rxjava.ext.web.RoutingContext
RedirectAuthHandler - Interface in io.vertx.ext.web.handler
An auth handler that's used to handle auth by redirecting user to a custom login page.
RedirectAuthHandler - Class in io.vertx.reactivex.ext.web.handler
An auth handler that's used to handle auth by redirecting user to a custom login page.
RedirectAuthHandler(RedirectAuthHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.RedirectAuthHandler
 
RedirectAuthHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.RedirectAuthHandler
 
RedirectAuthHandler - Class in io.vertx.rxjava.ext.web.handler
An auth handler that's used to handle auth by redirecting user to a custom login page.
RedirectAuthHandler(RedirectAuthHandler) - Constructor for class io.vertx.rxjava.ext.web.handler.RedirectAuthHandler
 
RedirectAuthHandler(Object) - Constructor for class io.vertx.rxjava.ext.web.handler.RedirectAuthHandler
 
redirectHandler(Function<HttpClientResponse, Future<RequestOptions>>) - Method in interface io.vertx.core.http.HttpClient
Set a redirect handler for the http client.
redirectHandler() - Method in interface io.vertx.core.http.HttpClient
 
redirectHandler(Function<HttpClientResponse, Future<RequestOptions>>) - Method in class io.vertx.reactivex.core.http.HttpClient
Set a redirect handler for the http client.
redirectHandler(Function<HttpClientResponse, Single<RequestOptions>>) - Method in class io.vertx.reactivex.core.http.HttpClient
Set a redirect handler for the http client.
redirectHandler(Function<HttpClientResponse, Future<RequestOptions>>) - Method in class io.vertx.rxjava.core.http.HttpClient
Set a redirect handler for the http client.
Redis - Class in io.vertx.reactivex.redis.client
A simple Redis client.
Redis(Redis) - Constructor for class io.vertx.reactivex.redis.client.Redis
 
Redis(Object) - Constructor for class io.vertx.reactivex.redis.client.Redis
 
Redis - Interface in io.vertx.redis.client
A simple Redis client.
Redis - Class in io.vertx.rxjava.redis.client
A simple Redis client.
Redis(Redis) - Constructor for class io.vertx.rxjava.redis.client.Redis
 
Redis(Object) - Constructor for class io.vertx.rxjava.redis.client.Redis
 
RedisAPI - Class in io.vertx.reactivex.redis.client
Auto generated Redis API client wrapper.
RedisAPI(RedisAPI) - Constructor for class io.vertx.reactivex.redis.client.RedisAPI
 
RedisAPI(Object) - Constructor for class io.vertx.reactivex.redis.client.RedisAPI
 
RedisAPI - Interface in io.vertx.redis.client
Auto generated Redis API client wrapper.
RedisAPI - Class in io.vertx.rxjava.redis.client
Auto generated Redis API client wrapper.
RedisAPI(RedisAPI) - Constructor for class io.vertx.rxjava.redis.client.RedisAPI
 
RedisAPI(Object) - Constructor for class io.vertx.rxjava.redis.client.RedisAPI
 
RedisBackendService - Class in io.vertx.servicediscovery.backend.redis
An implementation of the discovery backend based on Redis.
RedisBackendService() - Constructor for class io.vertx.servicediscovery.backend.redis.RedisBackendService
 
RedisClientType - Enum in io.vertx.redis.client
Define what kind of behavior is expected from the client.
RedisConfigStore - Class in io.vertx.config.redis
An implementation of configuration store reading hash from Redis.
RedisConfigStore(Vertx, JsonObject) - Constructor for class io.vertx.config.redis.RedisConfigStore
 
RedisConfigStoreFactory - Class in io.vertx.config.redis
Factory to create RedisConfigStore instances.
RedisConfigStoreFactory() - Constructor for class io.vertx.config.redis.RedisConfigStoreFactory
 
RedisConnection - Class in io.vertx.reactivex.redis.client
A simple Redis client.
RedisConnection(RedisConnection) - Constructor for class io.vertx.reactivex.redis.client.RedisConnection
 
RedisConnection(Object) - Constructor for class io.vertx.reactivex.redis.client.RedisConnection
 
RedisConnection - Interface in io.vertx.redis.client
A simple Redis client.
RedisConnection - Class in io.vertx.rxjava.redis.client
A simple Redis client.
RedisConnection(RedisConnection) - Constructor for class io.vertx.rxjava.redis.client.RedisConnection
 
RedisConnection(Object) - Constructor for class io.vertx.rxjava.redis.client.RedisConnection
 
RedisDataSource - Class in io.vertx.reactivex.servicediscovery.types
Service type for Redis data source.
RedisDataSource(RedisDataSource) - Constructor for class io.vertx.reactivex.servicediscovery.types.RedisDataSource
 
RedisDataSource(Object) - Constructor for class io.vertx.reactivex.servicediscovery.types.RedisDataSource
 
RedisDataSource - Class in io.vertx.rxjava.servicediscovery.types
Service type for Redis data source.
RedisDataSource(RedisDataSource) - Constructor for class io.vertx.rxjava.servicediscovery.types.RedisDataSource
 
RedisDataSource(Object) - Constructor for class io.vertx.rxjava.servicediscovery.types.RedisDataSource
 
RedisDataSource - Interface in io.vertx.servicediscovery.types
Service type for Redis data source.
RedisOptions - Class in io.vertx.redis.client
Redis Client Configuration options.
RedisOptions() - Constructor for class io.vertx.redis.client.RedisOptions
Creates a default configuration object using redis server defaults
RedisOptions(RedisOptions) - Constructor for class io.vertx.redis.client.RedisOptions
Copy constructor.
RedisOptions(JsonObject) - Constructor for class io.vertx.redis.client.RedisOptions
Copy from JSON constructor.
RedisOptionsConverter - Class in io.vertx.redis.client
Converter and mapper for RedisOptions.
RedisOptionsConverter() - Constructor for class io.vertx.redis.client.RedisOptionsConverter
 
RedisReplicas - Enum in io.vertx.redis.client
When should Redis replica nodes be used for queries.
RedisRole - Enum in io.vertx.redis.client
Define which kind of role to be used in HA mode.
ref(JsonPointer) - Static method in class io.vertx.json.schema.common.dsl.Schemas
 
REFERER - Static variable in interface io.vertx.core.http.HttpHeaders
Referer header name
REFERER - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Referer header name
REFERER - Static variable in class io.vertx.rxjava.core.http.HttpHeaders
Referer header name
refresh(Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.auth.oauth2.AccessToken
Deprecated.
Refresh the access token
refresh() - Method in interface io.vertx.ext.auth.oauth2.AccessToken
Deprecated.
Refresh the access token
refresh(User, Handler<AsyncResult<User>>) - Method in interface io.vertx.ext.auth.oauth2.OAuth2Auth
Refresh the current User (access token).
refresh(User) - Method in interface io.vertx.ext.auth.oauth2.OAuth2Auth
Refresh the current User (access token).
refresh(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.auth.oauth2.AccessToken
Refresh the access token
refresh() - Method in class io.vertx.reactivex.ext.auth.oauth2.AccessToken
Refresh the access token
refresh(User, Handler<AsyncResult<User>>) - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
Refresh the current User (access token).
refresh(User) - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
Refresh the current User (access token).
refresh(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.auth.oauth2.AccessToken
Refresh the access token
refresh() - Method in class io.vertx.rxjava.ext.auth.oauth2.AccessToken
Refresh the access token
refresh(User, Handler<AsyncResult<User>>) - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
Refresh the current User (access token).
refresh(User) - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
Refresh the current User (access token).
RefSchema - Class in io.vertx.json.schema.common
 
RefSchema(JsonObject, JsonPointer, SchemaParser, MutableStateValidator, boolean) - Constructor for class io.vertx.json.schema.common.RefSchema
 
refToAlias(String) - Static method in class io.vertx.json.schema.common.dsl.Schemas
 
regenerateId() - Method in interface io.vertx.ext.web.Session
 
regenerateId() - Method in class io.vertx.ext.web.sstore.AbstractSession
 
regenerateId() - Method in class io.vertx.reactivex.ext.web.Session
 
regenerateId() - Method in class io.vertx.rxjava.ext.web.Session
 
REGEX_VALIDATOR - Static variable in class io.vertx.json.schema.common.BaseFormatValidatorFactory
 
register(String, Handler<Promise<Status>>) - Method in interface io.vertx.ext.healthchecks.HealthCheckHandler
Registers a health check procedure.
register(String, long, Handler<Promise<Status>>) - Method in interface io.vertx.ext.healthchecks.HealthCheckHandler
Registers a health check procedure.
register(String, Handler<Promise<Status>>) - Method in interface io.vertx.ext.healthchecks.HealthChecks
Registers a health check procedure.
register(String, long, Handler<Promise<Status>>) - Method in interface io.vertx.ext.healthchecks.HealthChecks
Registers a health check procedure.
register(String) - Method in interface io.vertx.ext.unit.collect.EventBusCollector
Register the collector as a consumer of the event bus with the specified address.
register(String, Handler<Promise<Status>>) - Method in class io.vertx.reactivex.ext.healthchecks.HealthCheckHandler
Registers a health check procedure.
register(String, long, Handler<Promise<Status>>) - Method in class io.vertx.reactivex.ext.healthchecks.HealthCheckHandler
Registers a health check procedure.
register(String, Handler<Promise<Status>>) - Method in class io.vertx.reactivex.ext.healthchecks.HealthChecks
Registers a health check procedure.
register(String, long, Handler<Promise<Status>>) - Method in class io.vertx.reactivex.ext.healthchecks.HealthChecks
Registers a health check procedure.
register(String) - Method in class io.vertx.reactivex.ext.unit.collect.EventBusCollector
Register the collector as a consumer of the event bus with the specified address.
register(String, Handler<Promise<Status>>) - Method in class io.vertx.rxjava.ext.healthchecks.HealthCheckHandler
Registers a health check procedure.
register(String, long, Handler<Promise<Status>>) - Method in class io.vertx.rxjava.ext.healthchecks.HealthCheckHandler
Registers a health check procedure.
register(String, Handler<Promise<Status>>) - Method in class io.vertx.rxjava.ext.healthchecks.HealthChecks
Registers a health check procedure.
register(String, long, Handler<Promise<Status>>) - Method in class io.vertx.rxjava.ext.healthchecks.HealthChecks
Registers a health check procedure.
register(String) - Method in class io.vertx.rxjava.ext.unit.collect.EventBusCollector
Register the collector as a consumer of the event bus with the specified address.
register(ServicePublisher, Promise<ImportedConsulService>) - Method in class io.vertx.servicediscovery.consul.ImportedConsulService
Registers the service and completes the given future when done.
register(EventBus, String) - Method in class io.vertx.serviceproxy.ProxyHandler
Register the proxy handle on the event bus.
register(EventBus, String, List<Function<Message<JsonObject>, Future<Message<JsonObject>>>>) - Method in class io.vertx.serviceproxy.ProxyHandler
Register the proxy handle on the event bus.
register(Class<T>, T) - Method in class io.vertx.serviceproxy.ServiceBinder
Registers a service on the event bus.
registerCheck(CheckOptions, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.consul.ConsulClient
Add a new check to the local agent.
registerCheck(CheckOptions) - Method in interface io.vertx.ext.consul.ConsulClient
Like ConsulClient.registerCheck(CheckOptions, Handler) but returns a Future of the asynchronous result.
registerCheck(CheckOptions, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Add a new check to the local agent.
registerCheck(CheckOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Add a new check to the local agent.
registerCheck(CheckOptions, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Add a new check to the local agent.
registerCheck(CheckOptions) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Add a new check to the local agent.
registerCodec(MessageCodec) - Method in interface io.vertx.core.eventbus.EventBus
Register a message codec.
registerCodec(MessageCodec) - Method in class io.vertx.reactivex.core.eventbus.EventBus
Register a message codec.
registerCodec(MessageCodec) - Method in class io.vertx.rxjava.core.eventbus.EventBus
Register a message codec.
registerCommand(Class<? extends AnnotatedCommand>) - Method in interface io.vertx.ext.shell.command.CommandRegistry
Like CommandRegistry.registerCommand(Class, Handler), without a completion handler.
registerCommand(Class<? extends AnnotatedCommand>, Handler<AsyncResult<Command>>) - Method in interface io.vertx.ext.shell.command.CommandRegistry
Register a single command.
registerCommand(Command) - Method in interface io.vertx.ext.shell.command.CommandRegistry
Like CommandRegistry.registerCommand(Command, Handler), without a completion handler.
registerCommand(Command, Handler<AsyncResult<Command>>) - Method in interface io.vertx.ext.shell.command.CommandRegistry
Register a command
registerCommand(Command, Handler<AsyncResult<Command>>) - Method in class io.vertx.reactivex.ext.shell.command.CommandRegistry
Register a command
registerCommand(Command) - Method in class io.vertx.reactivex.ext.shell.command.CommandRegistry
Register a command
registerCommand(Command, Handler<AsyncResult<Command>>) - Method in class io.vertx.rxjava.ext.shell.command.CommandRegistry
Register a command
registerCommand(Command) - Method in class io.vertx.rxjava.ext.shell.command.CommandRegistry
Register a command
registerCommandResolver(CommandResolver) - Method in interface io.vertx.ext.shell.ShellServer
Register a command resolver for this server.
registerCommandResolver(CommandResolver) - Method in class io.vertx.reactivex.ext.shell.ShellServer
Register a command resolver for this server.
registerCommandResolver(CommandResolver) - Method in class io.vertx.rxjava.ext.shell.ShellServer
Register a command resolver for this server.
registerCommands(List<Command>) - Method in interface io.vertx.ext.shell.command.CommandRegistry
Like CommandRegistry.registerCommands(List, Handler), without a completion handler.
registerCommands(List<Command>, Handler<AsyncResult<List<Command>>>) - Method in interface io.vertx.ext.shell.command.CommandRegistry
Register a list of commands.
registerCommands(List<Command>, Handler<AsyncResult<List<Command>>>) - Method in class io.vertx.reactivex.ext.shell.command.CommandRegistry
Register a list of commands.
registerCommands(List<Command>) - Method in class io.vertx.reactivex.ext.shell.command.CommandRegistry
Register a list of commands.
registerCommands(List<Command>, Handler<AsyncResult<List<Command>>>) - Method in class io.vertx.rxjava.ext.shell.command.CommandRegistry
Register a list of commands.
registerCommands(List<Command>) - Method in class io.vertx.rxjava.ext.shell.command.CommandRegistry
Register a list of commands.
registerDefaultCodec(Class<T>, MessageCodec<T, ?>) - Method in interface io.vertx.core.eventbus.EventBus
Register a default message codec.
registeredSchemas() - Method in class io.vertx.json.schema.common.SchemaRouterImpl
 
registeredSchemas() - Method in interface io.vertx.json.schema.SchemaRouter
 
registeredSchemas() - Method in class io.vertx.reactivex.json.schema.SchemaRouter
 
registeredSchemas() - Method in class io.vertx.rxjava.json.schema.SchemaRouter
 
registerLocal(EventBus, String) - Method in class io.vertx.serviceproxy.ProxyHandler
Register the local proxy handle on the event bus.
registerLocal(EventBus, String, List<Function<Message<JsonObject>, Future<Message<JsonObject>>>>) - Method in class io.vertx.serviceproxy.ProxyHandler
Register the local proxy handle on the event bus.
registerLocal(Class<T>, T) - Method in class io.vertx.serviceproxy.ServiceBinder
Registers a local service on the event bus.
registerLocalService(Class<T>, Vertx, T, String) - Static method in class io.vertx.serviceproxy.ProxyHelper
Deprecated.
Registers a local service on the event bus.
registerLocalService(Class<T>, Vertx, T, String, long) - Static method in class io.vertx.serviceproxy.ProxyHelper
Deprecated.
 
registerLocalService(Class<T>, Vertx, T, String, boolean, long) - Static method in class io.vertx.serviceproxy.ProxyHelper
Deprecated.
 
registerMatchers(MeterRegistry, Set<Label>, List<Match>) - Static method in class io.vertx.micrometer.backends.BackendRegistries
 
registerService(ServiceOptions, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.consul.ConsulClient
Adds a new service, with an optional health check, to the local agent.
registerService(ServiceOptions) - Method in interface io.vertx.ext.consul.ConsulClient
Like ConsulClient.registerService(ServiceOptions, Handler) but returns a Future of the asynchronous result.
registerService(ServiceOptions, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Adds a new service, with an optional health check, to the local agent.
registerService(ServiceOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Adds a new service, with an optional health check, to the local agent.
registerService(ServiceOptions, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Adds a new service, with an optional health check, to the local agent.
registerService(ServiceOptions) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Adds a new service, with an optional health check, to the local agent.
registerService(Class<T>, Vertx, T, String) - Static method in class io.vertx.serviceproxy.ProxyHelper
Deprecated.
Registers a service on the event bus.
registerService(Class<T>, Vertx, T, String, long) - Static method in class io.vertx.serviceproxy.ProxyHelper
Deprecated.
 
registerService(Class<T>, Vertx, T, String, boolean, long) - Static method in class io.vertx.serviceproxy.ProxyHelper
Deprecated.
 
registerServiceExporter(ServiceExporter, JsonObject, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
Registers a discovery bridge.
registerServiceExporter(ServiceExporter, JsonObject) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
Registers a discovery bridge.
registerServiceExporter(ServiceExporter, JsonObject, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
Registers a discovery bridge.
registerServiceExporter(ServiceExporter, JsonObject) - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
Registers a discovery bridge.
registerServiceExporter(ServiceExporter, JsonObject) - Method in interface io.vertx.servicediscovery.ServiceDiscovery
Like ServiceDiscovery.registerServiceExporter(ServiceExporter, JsonObject, Handler) but returns a Future of the asynchronous result
registerServiceExporter(ServiceExporter, JsonObject, Handler<AsyncResult<Void>>) - Method in interface io.vertx.servicediscovery.ServiceDiscovery
Registers a discovery bridge.
registerServiceImporter(ServiceImporter, JsonObject, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
Registers a discovery service importer.
registerServiceImporter(ServiceImporter, JsonObject) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
Registers a discovery service importer.
registerServiceImporter(ServiceImporter, JsonObject, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
Registers a discovery service importer.
registerServiceImporter(ServiceImporter, JsonObject) - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
Registers a discovery service importer.
registerServiceImporter(ServiceImporter, JsonObject) - Method in interface io.vertx.servicediscovery.ServiceDiscovery
Like ServiceDiscovery.registerServiceImporter(ServiceImporter, JsonObject, Handler) but returns a Future of the asynchronous result
registerServiceImporter(ServiceImporter, JsonObject, Handler<AsyncResult<Void>>) - Method in interface io.vertx.servicediscovery.ServiceDiscovery
Registers a discovery service importer.
registerTermServer(TermServer) - Method in interface io.vertx.ext.shell.ShellServer
Register a term server to this shell server, the term server lifecycle methods are managed by this shell server.
registerTermServer(TermServer) - Method in class io.vertx.reactivex.ext.shell.ShellServer
Register a term server to this shell server, the term server lifecycle methods are managed by this shell server.
registerTermServer(TermServer) - Method in class io.vertx.rxjava.ext.shell.ShellServer
Register a term server to this shell server, the term server lifecycle methods are managed by this shell server.
registerVerticleFactory(VerticleFactory) - Method in interface io.vertx.core.Vertx
Register a VerticleFactory that can be used for deploying Verticles based on an identifier.
registerVerticleFactory(VerticleFactory) - Method in class io.vertx.reactivex.core.Vertx
Register a VerticleFactory that can be used for deploying Verticles based on an identifier.
registerVerticleFactory(VerticleFactory) - Method in class io.vertx.rxjava.core.Vertx
Register a VerticleFactory that can be used for deploying Verticles based on an identifier.
registerWith(MBeanServer) - Method in class io.vertx.ext.dropwizard.reporters.JmxReporter.Builder
Register MBeans with the given MBeanServer.
RegistrationInfo - Class in io.vertx.core.spi.cluster
Registration data stored by the cluster manager.
RegistrationInfo() - Constructor for class io.vertx.core.spi.cluster.RegistrationInfo
 
RegistrationInfo(String, long, boolean) - Constructor for class io.vertx.core.spi.cluster.RegistrationInfo
 
registrations() - Method in class io.vertx.core.spi.cluster.RegistrationUpdateEvent
 
registrationsLost() - Method in interface io.vertx.core.spi.cluster.NodeSelector
Invoked by the ClusterManager when some handler registrations have been lost.
registrationsUpdated(RegistrationUpdateEvent) - Method in interface io.vertx.core.spi.cluster.NodeSelector
Invoked by the ClusterManager when messaging handler registrations are added or removed.
RegistrationUpdateEvent - Class in io.vertx.core.spi.cluster
Event fired by the ClusterManager when messaging handler registrations are added or removed.
RegistrationUpdateEvent(String, List<RegistrationInfo>) - Constructor for class io.vertx.core.spi.cluster.RegistrationUpdateEvent
 
RegularExpressions - Class in io.vertx.json.schema.common
 
RegularExpressions() - Constructor for class io.vertx.json.schema.common.RegularExpressions
 
reject() - Method in interface io.vertx.core.http.ServerWebSocket
Reject the WebSocket.
reject(int) - Method in interface io.vertx.core.http.ServerWebSocket
Like ServerWebSocket.reject() but with a status.
reject(MqttConnectReturnCode) - Method in interface io.vertx.mqtt.MqttEndpoint
Sends the CONNACK message to the remote MQTT client rejecting the connection request with specified return code.
reject() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Reject the WebSocket.
reject(int) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Like ServerWebSocket.reject() but with a status.
reject(MqttConnectReturnCode) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
Sends the CONNACK message to the remote MQTT client rejecting the connection request with specified return code.
reject() - Method in class io.vertx.rxjava.core.http.ServerWebSocket
Reject the WebSocket.
reject(int) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
Like ServerWebSocket.reject() but with a status.
reject(MqttConnectReturnCode) - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
Sends the CONNACK message to the remote MQTT client rejecting the connection request with specified return code.
rejected() - 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 as rejected.
rejected(T) - Method in interface io.vertx.core.spi.metrics.PoolMetrics
The task has been rejected.
rejected() - 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 as rejected.
rejected() - 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 as rejected.
RELATIVE_JSON_POINTER - Static variable in class io.vertx.json.schema.common.RegularExpressions
 
release() - Method in interface io.vertx.core.shareddata.Lock
Release the lock.
release() - Method in class io.vertx.reactivex.core.shareddata.Lock
Release the lock.
release(ServiceReference) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
Releases the service reference.
release() - Method in class io.vertx.reactivex.servicediscovery.ServiceReference
Releases the reference.
release() - Method in class io.vertx.rxjava.core.shareddata.Lock
Release the lock.
release(ServiceReference) - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
Releases the service reference.
release() - Method in class io.vertx.rxjava.servicediscovery.ServiceReference
Releases the reference.
release(ServiceReference) - Method in interface io.vertx.servicediscovery.ServiceDiscovery
Releases the service reference.
release() - Method in interface io.vertx.servicediscovery.ServiceReference
Releases the reference.
release() - Method in class io.vertx.servicediscovery.types.AbstractServiceReference
If the service object has been retrieved, calls AbstractServiceReference.onClose() and release the reference.
released() - 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 as released.
released() - 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 as released.
released() - 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 as released.
releaseServiceObject(ServiceDiscovery, Object) - Static method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
Release the service object retrieved using get methods from the service type interface.
releaseServiceObject(ServiceDiscovery, Object) - Static method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
Release the service object retrieved using get methods from the service type interface.
releaseServiceObject(ServiceDiscovery, Object) - Static method in interface io.vertx.servicediscovery.ServiceDiscovery
Release the service object retrieved using get methods from the service type interface.
RelyingParty - Class in io.vertx.ext.auth.webauthn
Data object representing a Relying party (your server)
RelyingParty() - Constructor for class io.vertx.ext.auth.webauthn.RelyingParty
 
RelyingParty(JsonObject) - Constructor for class io.vertx.ext.auth.webauthn.RelyingParty
 
RelyingParty(RelyingParty) - Constructor for class io.vertx.ext.auth.webauthn.RelyingParty
 
RelyingPartyConverter - Class in io.vertx.ext.auth.webauthn
Converter and mapper for RelyingParty.
RelyingPartyConverter() - Constructor for class io.vertx.ext.auth.webauthn.RelyingPartyConverter
 
remaining() - Method in interface io.vertx.cassandra.ResultSet
 
remaining() - Method in class io.vertx.reactivex.cassandra.ResultSet
 
remaining() - Method in class io.vertx.rxjava.cassandra.ResultSet
 
remainingCredits() - Method in interface io.vertx.amqp.AmqpSender
 
remainingCredits() - Method in class io.vertx.reactivex.amqp.AmqpSender
 
remainingCredits() - Method in class io.vertx.rxjava.amqp.AmqpSender
 
REMOTE_REPOS_SYS_PROP - Static variable in class io.vertx.maven.MavenVerticleFactory
 
REMOTE_REPOS_SYS_PROP - Static variable in class io.vertx.maven.ResolverOptions
 
REMOTE_SNAPSHOT_POLICY_SYS_PROP - Static variable in class io.vertx.maven.MavenVerticleFactory
 
REMOTE_SNAPSHOT_POLICY_SYS_PROP - Static variable in class io.vertx.maven.resolver.ResolverImpl
REMOTE_SNAPSHOT_POLICY_SYS_PROP - Static variable in class io.vertx.maven.ResolverOptions
 
remoteAddress() - Method in interface io.vertx.core.http.HttpConnection
 
remoteAddress() - Method in interface io.vertx.core.http.HttpServerRequest
 
remoteAddress() - Method in interface io.vertx.core.http.WebSocketBase
 
remoteAddress() - Method in interface io.vertx.core.net.NetSocket
 
remoteAddress() - Method in interface io.vertx.core.spi.observability.HttpRequest
 
remoteAddress() - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
Return the remote address for this socket
remoteAddress() - Method in interface io.vertx.mqtt.MqttEndpoint
 
remoteAddress() - Method in class io.vertx.reactivex.core.http.HttpConnection
 
remoteAddress() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
 
remoteAddress() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
remoteAddress() - Method in class io.vertx.reactivex.core.http.WebSocket
 
remoteAddress() - Method in interface io.vertx.reactivex.core.http.WebSocketBase
 
remoteAddress() - Method in class io.vertx.reactivex.core.net.NetSocket
 
remoteAddress() - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
Return the remote address for this socket
remoteAddress() - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
 
remoteAddress() - Method in class io.vertx.rxjava.core.http.HttpConnection
 
remoteAddress() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
remoteAddress() - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
remoteAddress() - Method in class io.vertx.rxjava.core.http.WebSocket
 
remoteAddress() - Method in interface io.vertx.rxjava.core.http.WebSocketBase
 
remoteAddress() - Method in class io.vertx.rxjava.core.net.NetSocket
 
remoteAddress() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
Return the remote address for this socket
remoteAddress() - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
 
remoteSettings() - Method in interface io.vertx.core.http.HttpConnection
 
remoteSettings() - Method in class io.vertx.reactivex.core.http.HttpConnection
 
remoteSettings() - Method in class io.vertx.rxjava.core.http.HttpConnection
 
remoteSettingsHandler(Handler<Http2Settings>) - Method in interface io.vertx.core.http.HttpConnection
Set an handler that is called when remote endpoint Http2Settings are updated.
remoteSettingsHandler(Handler<Http2Settings>) - Method in class io.vertx.reactivex.core.http.HttpConnection
Set an handler that is called when remote endpoint Http2Settings are updated.
remoteSettingsHandler(Handler<Http2Settings>) - Method in class io.vertx.rxjava.core.http.HttpConnection
Set an handler that is called when remote endpoint Http2Settings are updated.
remove(String) - Method in interface io.vertx.core.Context
Remove some data from the context.
remove(Object) - Method in class io.vertx.core.json.JsonArray
Remove the specified value from the JSON array.
remove(int) - Method in class io.vertx.core.json.JsonArray
Remove the value at the specified position in the JSON array.
remove(String) - Method in class io.vertx.core.json.JsonObject
Remove an entry from this object.
remove(String) - Method in interface io.vertx.core.MultiMap
Removes the value with the given name
remove(CharSequence) - Method in interface io.vertx.core.MultiMap
Like MultiMap.remove(String) but accepting CharSequence as parameters
remove(K, Handler<AsyncResult<V>>) - Method in interface io.vertx.core.shareddata.AsyncMap
Remove a value from the map, asynchronously.
remove(K) - Method in interface io.vertx.core.shareddata.AsyncMap
Same as #remove(K, Handler) but returns a Future of the asynchronous result
remove(Object) - Method in interface io.vertx.core.shareddata.LocalMap
Remove an entry from the map
remove(Object, Object) - Method in interface io.vertx.core.shareddata.LocalMap
Removes the entry for the specified key only if it is currently mapped to the specified value.
remove(String) - Method in interface io.vertx.ext.shell.session.Session
Remove some data from the session
remove(String) - Method in interface io.vertx.ext.unit.TestContext
Remove some data from the context.
remove(Cookie) - Method in interface io.vertx.ext.web.client.spi.CookieStore
Removes a previously added cookie.
remove() - Method in interface io.vertx.ext.web.Route
Remove this route from the router
remove(String) - Method in interface io.vertx.ext.web.RoutingContext
Remove some data from the context.
remove(String) - Method in interface io.vertx.ext.web.Session
Remove some data from the session
remove(String) - Method in class io.vertx.ext.web.sstore.AbstractSession
 
remove(String) - Method in class io.vertx.reactivex.core.Context
Remove some data from the context.
remove(String) - Method in class io.vertx.reactivex.core.MultiMap
Removes the value with the given name
remove(CharSequence) - Method in class io.vertx.reactivex.core.MultiMap
Like MultiMap.remove(java.lang.String) but accepting CharSequence as parameters
remove(K, Handler<AsyncResult<V>>) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
Remove a value from the map, asynchronously.
remove(K) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
Remove a value from the map, asynchronously.
remove(Object) - Method in class io.vertx.reactivex.core.shareddata.LocalMap
Remove an entry from the map
remove(String) - Method in class io.vertx.reactivex.ext.shell.session.Session
Remove some data from the session
remove(String) - Method in class io.vertx.reactivex.ext.unit.TestContext
Remove some data from the context.
remove() - Method in class io.vertx.reactivex.ext.web.Route
Remove this route from the router
remove(String) - Method in class io.vertx.reactivex.ext.web.RoutingContext
Remove some data from the context.
remove(String) - Method in class io.vertx.reactivex.ext.web.Session
Remove some data from the session
remove(String) - Method in class io.vertx.rxjava.core.Context
Remove some data from the context.
remove(String) - Method in class io.vertx.rxjava.core.MultiMap
Removes the value with the given name
remove(CharSequence) - Method in class io.vertx.rxjava.core.MultiMap
Like MultiMap.remove(java.lang.String) but accepting CharSequence as parameters
remove(K, Handler<AsyncResult<V>>) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
Remove a value from the map, asynchronously.
remove(K) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
Remove a value from the map, asynchronously.
remove(Object) - Method in class io.vertx.rxjava.core.shareddata.LocalMap
Remove an entry from the map
remove(String) - Method in class io.vertx.rxjava.ext.shell.session.Session
Remove some data from the session
remove(String) - Method in class io.vertx.rxjava.ext.unit.TestContext
Remove some data from the context.
remove() - Method in class io.vertx.rxjava.ext.web.Route
Remove this route from the router
remove(String) - Method in class io.vertx.rxjava.ext.web.RoutingContext
Remove some data from the context.
remove(String) - Method in class io.vertx.rxjava.ext.web.Session
Remove some data from the session
remove(Record, Handler<AsyncResult<Record>>) - Method in class io.vertx.servicediscovery.backend.redis.RedisBackendService
 
remove(String, Handler<AsyncResult<Record>>) - Method in class io.vertx.servicediscovery.backend.redis.RedisBackendService
 
remove(Record, Handler<AsyncResult<Record>>) - Method in interface io.vertx.servicediscovery.spi.ServiceDiscoveryBackend
Removes a record.
remove(String, Handler<AsyncResult<Record>>) - Method in interface io.vertx.servicediscovery.spi.ServiceDiscoveryBackend
Removes a records based on its UUID.
removeArgument(int) - Method in interface io.vertx.core.cli.CLI
Removes an argument identified by its index.
removeArgument(int) - Method in class io.vertx.reactivex.core.cli.CLI
Removes an argument identified by its index.
removeArgument(int) - Method in class io.vertx.rxjava.core.cli.CLI
Removes an argument identified by its index.
removeBodyEndHandler(int) - Method in interface io.vertx.ext.web.RoutingContext
Remove a body end handler
removeBodyEndHandler(int) - Method in class io.vertx.reactivex.ext.web.RoutingContext
Remove a body end handler
removeBodyEndHandler(int) - Method in class io.vertx.rxjava.ext.web.RoutingContext
Remove a body end handler
removeContextScheduler() - Static method in class io.vertx.ext.sync.Sync
Deprecated.
Remove the scheduler for the current context
removeCookie(String) - Method in interface io.vertx.core.http.HttpServerResponse
Expire a cookie, notifying a User Agent to remove it from its cookie jar.
removeCookie(String, boolean) - Method in interface io.vertx.core.http.HttpServerResponse
Remove a cookie from the cookie set.
removeCookie(String) - Method in interface io.vertx.ext.web.RoutingContext
Expire a cookie, notifying a User Agent to remove it from its cookie jar.
removeCookie(String, boolean) - Method in interface io.vertx.ext.web.RoutingContext
Remove a cookie from the cookie set.
removeCookie(String) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Expire a cookie, notifying a User Agent to remove it from its cookie jar.
removeCookie(String, boolean) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Remove a cookie from the cookie set.
removeCookie(String) - Method in class io.vertx.reactivex.ext.web.RoutingContext
Expire a cookie, notifying a User Agent to remove it from its cookie jar.
removeCookie(String, boolean) - Method in class io.vertx.reactivex.ext.web.RoutingContext
Remove a cookie from the cookie set.
removeCookie(String) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Expire a cookie, notifying a User Agent to remove it from its cookie jar.
removeCookie(String, boolean) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Remove a cookie from the cookie set.
removeCookie(String) - Method in class io.vertx.rxjava.ext.web.RoutingContext
Expire a cookie, notifying a User Agent to remove it from its cookie jar.
removeCookie(String, boolean) - Method in class io.vertx.rxjava.ext.web.RoutingContext
Remove a cookie from the cookie set.
REMOVED_COUNT - Static variable in class io.vertx.ext.mongo.MongoClientDeleteResult
Constant to be used when storing and retrieving Json for documents removed.
removeDocument(String, JsonObject, Handler<AsyncResult<MongoClientDeleteResult>>) - Method in interface io.vertx.ext.mongo.MongoClient
Remove a single matching document from a collection and return the handler with MongoClientDeleteResult result
removeDocument(String, JsonObject) - Method in interface io.vertx.ext.mongo.MongoClient
Like MongoClient.removeDocument(String, JsonObject, Handler) but returns a Future of the asynchronous result
removeDocument(String, JsonObject, Handler<AsyncResult<MongoClientDeleteResult>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Remove a single matching document from a collection and return the handler with MongoClientDeleteResult result
removeDocument(String, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Remove a single matching document from a collection and return the handler with MongoClientDeleteResult result
removeDocument(String, JsonObject, Handler<AsyncResult<MongoClientDeleteResult>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Remove a single matching document from a collection and return the handler with MongoClientDeleteResult result
removeDocument(String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Remove a single matching document from a collection and return the handler with MongoClientDeleteResult result
removeDocuments(String, JsonObject, Handler<AsyncResult<MongoClientDeleteResult>>) - Method in interface io.vertx.ext.mongo.MongoClient
Remove matching documents from a collection and return the handler with MongoClientDeleteResult result
removeDocuments(String, JsonObject) - Method in interface io.vertx.ext.mongo.MongoClient
Like MongoClient.removeDocuments(String, JsonObject, Handler) but returns a Future of the asynchronous result
removeDocuments(String, JsonObject, Handler<AsyncResult<MongoClientDeleteResult>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Remove matching documents from a collection and return the handler with MongoClientDeleteResult result
removeDocuments(String, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Remove matching documents from a collection and return the handler with MongoClientDeleteResult result
removeDocuments(String, JsonObject, Handler<AsyncResult<MongoClientDeleteResult>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Remove matching documents from a collection and return the handler with MongoClientDeleteResult result
removeDocuments(String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Remove matching documents from a collection and return the handler with MongoClientDeleteResult result
removeDocumentsWithOptions(String, JsonObject, WriteOption, Handler<AsyncResult<MongoClientDeleteResult>>) - Method in interface io.vertx.ext.mongo.MongoClient
Remove matching documents from a collection with the specified write option and return the handler with MongoClientDeleteResult result
removeDocumentsWithOptions(String, JsonObject, WriteOption) - Method in interface io.vertx.ext.mongo.MongoClient
removeDocumentsWithOptions(String, JsonObject, WriteOption, Handler<AsyncResult<MongoClientDeleteResult>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Remove matching documents from a collection with the specified write option and return the handler with MongoClientDeleteResult result
removeDocumentsWithOptions(String, JsonObject, WriteOption) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Remove matching documents from a collection with the specified write option and return the handler with MongoClientDeleteResult result
removeDocumentsWithOptions(String, JsonObject, WriteOption, Handler<AsyncResult<MongoClientDeleteResult>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Remove matching documents from a collection with the specified write option and return the handler with MongoClientDeleteResult result
removeDocumentsWithOptions(String, JsonObject, WriteOption) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Remove matching documents from a collection with the specified write option and return the handler with MongoClientDeleteResult result
removeDocumentWithOptions(String, JsonObject, WriteOption, Handler<AsyncResult<MongoClientDeleteResult>>) - Method in interface io.vertx.ext.mongo.MongoClient
Remove a single matching document from a collection with the specified write option and return the handler with MongoClientDeleteResult result
removeDocumentWithOptions(String, JsonObject, WriteOption) - Method in interface io.vertx.ext.mongo.MongoClient
Like MongoClient.removeDocumentWithOptions(String, JsonObject, WriteOption, Handler) but returns a Future of the asynchronous result
removeDocumentWithOptions(String, JsonObject, WriteOption, Handler<AsyncResult<MongoClientDeleteResult>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Remove a single matching document from a collection with the specified write option and return the handler with MongoClientDeleteResult result
removeDocumentWithOptions(String, JsonObject, WriteOption) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Remove a single matching document from a collection with the specified write option and return the handler with MongoClientDeleteResult result
removeDocumentWithOptions(String, JsonObject, WriteOption, Handler<AsyncResult<MongoClientDeleteResult>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Remove a single matching document from a collection with the specified write option and return the handler with MongoClientDeleteResult result
removeDocumentWithOptions(String, JsonObject, WriteOption) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Remove a single matching document from a collection with the specified write option and return the handler with MongoClientDeleteResult result
removeEnabledSecureTransportProtocol(String) - Method in class io.vertx.amqp.AmqpClientOptions
 
removeEnabledSecureTransportProtocol(String) - Method in class io.vertx.core.eventbus.EventBusOptions
 
removeEnabledSecureTransportProtocol(String) - Method in class io.vertx.core.http.HttpClientOptions
 
removeEnabledSecureTransportProtocol(String) - Method in class io.vertx.core.http.HttpServerOptions
 
removeEnabledSecureTransportProtocol(String) - Method in class io.vertx.core.net.ClientOptionsBase
 
removeEnabledSecureTransportProtocol(String) - Method in class io.vertx.core.net.NetClientOptions
 
removeEnabledSecureTransportProtocol(String) - Method in class io.vertx.core.net.NetServerOptions
 
removeEnabledSecureTransportProtocol(String) - Method in class io.vertx.core.net.TCPSSLOptions
Removes an enabled SSL/TLS protocol from the ordered protocols.
removeEnabledSecureTransportProtocol(String) - Method in class io.vertx.ext.consul.ConsulClientOptions
 
removeEnabledSecureTransportProtocol(String) - Method in class io.vertx.ext.mail.MailConfig
 
removeEnabledSecureTransportProtocol(String) - Method in class io.vertx.ext.web.client.WebClientOptions
 
removeEnabledSecureTransportProtocol(String) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
removeEnabledSecureTransportProtocol(String) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
 
removeEndHandler(int) - Method in interface io.vertx.ext.web.RoutingContext
Remove an end handler
removeEndHandler(int) - Method in class io.vertx.reactivex.ext.web.RoutingContext
Remove an end handler
removeEndHandler(int) - Method in class io.vertx.rxjava.ext.web.RoutingContext
Remove an end handler
removeExclusion(String) - Method in class io.vertx.maven.resolver.ResolutionOptions
Removes an exclusion.
removeFragment(URI) - Static method in class io.vertx.json.schema.common.URIUtils
 
removeHeader(CharSequence) - Method in interface io.vertx.ext.web.client.WebClientSession
Removes a previously added header.
removeHeader(String) - Method in interface io.vertx.ext.web.client.WebClientSession
Removes a previously added header.
removeHeader(String) - Method in class io.vertx.reactivex.ext.web.client.WebClientSession
Removes a previously added header.
removeHeader(String) - Method in class io.vertx.rxjava.ext.web.client.WebClientSession
Removes a previously added header.
removeHeadersEndHandler(int) - Method in interface io.vertx.ext.web.RoutingContext
Remove a headers end handler
removeHeadersEndHandler(int) - Method in class io.vertx.reactivex.ext.web.RoutingContext
Remove a headers end handler
removeHeadersEndHandler(int) - Method in class io.vertx.rxjava.ext.web.RoutingContext
Remove a headers end handler
removeIfPresent(K, V, Handler<AsyncResult<Boolean>>) - Method in interface io.vertx.core.shareddata.AsyncMap
Remove a value from the map, only if entry already exists with same value.
removeIfPresent(K, V) - Method in interface io.vertx.core.shareddata.AsyncMap
Same as #removeIfPresent(K, V, Handler) but returns a Future of the asynchronous result
removeIfPresent(K, V) - Method in interface io.vertx.core.shareddata.LocalMap
Remove the entry only if there is an entry with the specified key and value.
removeIfPresent(K, V, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
Remove a value from the map, only if entry already exists with same value.
removeIfPresent(K, V) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
Remove a value from the map, only if entry already exists with same value.
removeIfPresent(K, V) - Method in class io.vertx.reactivex.core.shareddata.LocalMap
Remove the entry only if there is an entry with the specified key and value.
removeIfPresent(K, V, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
Remove a value from the map, only if entry already exists with same value.
removeIfPresent(K, V) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
Remove a value from the map, only if entry already exists with same value.
removeIfPresent(K, V) - Method in class io.vertx.rxjava.core.shareddata.LocalMap
Remove the entry only if there is an entry with the specified key and value.
removeInboundInterceptor(Handler<DeliveryContext<T>>) - Method in interface io.vertx.core.eventbus.EventBus
Remove an interceptor that was added by EventBus.addInboundInterceptor(Handler)
removeInboundInterceptor(Handler<DeliveryContext<T>>) - Method in class io.vertx.reactivex.core.eventbus.EventBus
removeInboundInterceptor(Handler<DeliveryContext<T>>) - Method in class io.vertx.rxjava.core.eventbus.EventBus
removeLocal(String) - Method in interface io.vertx.core.Context
Remove some local data from the context.
removeLocal(String) - Method in class io.vertx.reactivex.core.Context
Remove some local data from the context.
removeLocal(String) - Method in class io.vertx.rxjava.core.Context
Remove some local data from the context.
removeLogger(String) - Static method in class io.vertx.core.logging.LoggerFactory
Deprecated.
see https://github.com/eclipse-vertx/vert.x/issues/2774
removeOption(String) - Method in interface io.vertx.core.cli.CLI
Removes an option identified by its name.
removeOption(String) - Method in class io.vertx.reactivex.core.cli.CLI
Removes an option identified by its name.
removeOption(String) - Method in class io.vertx.rxjava.core.cli.CLI
Removes an option identified by its name.
removeOutboundInterceptor(Handler<DeliveryContext<T>>) - Method in interface io.vertx.core.eventbus.EventBus
Remove an interceptor that was added by EventBus.addOutboundInterceptor(Handler)
removeOutboundInterceptor(Handler<DeliveryContext<T>>) - Method in class io.vertx.reactivex.core.eventbus.EventBus
removeOutboundInterceptor(Handler<DeliveryContext<T>>) - Method in class io.vertx.rxjava.core.eventbus.EventBus
removePrefix(String) - Static method in interface io.vertx.core.spi.VerticleFactory
Helper method to remove a prefix from an identifier string
removeRegistration(String, RegistrationInfo, Promise<Void>) - Method in interface io.vertx.core.spi.cluster.ClusterManager
Signal removal of a messaging handler registration to other nodes in the cluster.
removeRegistration(String, RegistrationInfo, Promise<Void>) - Method in class io.vertx.ext.cluster.infinispan.InfinispanClusterManager
 
removeRegistration(String, RegistrationInfo, Promise<Void>) - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
 
removeRegistration(String, RegistrationInfo, Promise<Void>) - Method in class io.vertx.spi.cluster.ignite.IgniteClusterManager
 
removeRegistration(String, RegistrationInfo, Promise<Void>) - Method in class io.vertx.spi.cluster.zookeeper.ZookeeperClusterManager
 
removeTenant(String) - Method in interface io.vertx.ext.web.handler.MultiTenantHandler
Remove a handler for a given tenant from this handler.
removeTenant(String) - Method in class io.vertx.reactivex.ext.web.handler.MultiTenantHandler
Remove a handler for a given tenant from this handler.
removeTenant(String) - Method in class io.vertx.rxjava.ext.web.handler.MultiTenantHandler
Remove a handler for a given tenant from this handler.
RENAME - Static variable in class io.vertx.reactivex.redis.client.Command
 
rename(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command rename.
rename(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command rename.
RENAME - Static variable in interface io.vertx.redis.client.Command
 
rename(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command rename.
rename(String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command rename.
RENAME - Static variable in class io.vertx.rxjava.redis.client.Command
 
rename(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command rename.
rename(String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command rename.
RENAMENX - Static variable in class io.vertx.reactivex.redis.client.Command
 
renamenx(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command renamenx.
renamenx(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command renamenx.
RENAMENX - Static variable in interface io.vertx.redis.client.Command
 
renamenx(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command renamenx.
renamenx(String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command renamenx.
RENAMENX - Static variable in class io.vertx.rxjava.redis.client.Command
 
renamenx(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command renamenx.
renamenx(String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command renamenx.
render(JsonObject, String, Handler<AsyncResult<Buffer>>) - Method in interface io.vertx.ext.web.common.template.TemplateEngine
Render the template.
render(JsonObject, String) - Method in interface io.vertx.ext.web.common.template.TemplateEngine
 
render(Map<String, Object>, String, Handler<AsyncResult<Buffer>>) - Method in interface io.vertx.ext.web.common.template.TemplateEngine
Render the template.
render(Map<String, Object>, String) - Method in interface io.vertx.ext.web.common.template.TemplateEngine
 
render(JsonObject, String, Handler<AsyncResult<Buffer>>) - Method in class io.vertx.reactivex.ext.web.common.template.TemplateEngine
Render the template.
render(JsonObject, String) - Method in class io.vertx.reactivex.ext.web.common.template.TemplateEngine
Render the template.
render(Map<String, Object>, String, Handler<AsyncResult<Buffer>>) - Method in class io.vertx.reactivex.ext.web.common.template.TemplateEngine
Render the template.
render(Map<String, Object>, String) - Method in class io.vertx.reactivex.ext.web.common.template.TemplateEngine
Render the template.
render(JsonObject, String, Handler<AsyncResult<Buffer>>) - Method in class io.vertx.rxjava.ext.web.common.template.TemplateEngine
Render the template.
render(JsonObject, String) - Method in class io.vertx.rxjava.ext.web.common.template.TemplateEngine
Render the template.
render(Map<String, Object>, String, Handler<AsyncResult<Buffer>>) - Method in class io.vertx.rxjava.ext.web.common.template.TemplateEngine
Render the template.
render(Map<String, Object>, String) - Method in class io.vertx.rxjava.ext.web.common.template.TemplateEngine
Render the template.
render(ProxyModel, int, int, Map<String, Object>) - Method in class io.vertx.serviceproxy.generator.ServiceProxyGen
 
render(ProxyModel, int, int, Map<String, Object>) - Method in class io.vertx.serviceproxy.generator.ServiceProxyHandlerGen
 
render(ProxyModel, int, int, Map<String, Object>) - Method in class io.vertx.serviceproxy.sockjs.generator.SockjsServiceProxyJSGenerator
 
render(ProxyModel, int, int, Map<String, Object>) - Method in class io.vertx.serviceproxy.sockjs.generator.SockjsServiceProxyTSGenerator
 
render(DataObjectModel, int, int, Map<String, Object>) - Method in class io.vertx.sqlclient.templates.generator.MapperGenBase
 
renderCommands(StringBuilder, Collection<CLI>) - Method in class io.vertx.core.cli.UsageMessageFormatter
 
renderDeclaration(DataObjectModel, PrintWriter) - Method in class io.vertx.sqlclient.templates.generator.MapperGenBase
 
renderDeclaration(DataObjectModel, PrintWriter) - Method in class io.vertx.sqlclient.templates.generator.ParametersMapperGen
 
renderDeclaration(DataObjectModel, PrintWriter) - Method in class io.vertx.sqlclient.templates.generator.RowMapperGen
 
renderMembers(String, DataObjectModel, PrintWriter) - Method in class io.vertx.sqlclient.templates.generator.MapperGenBase
 
renderMembers(String, DataObjectModel, PrintWriter) - Method in class io.vertx.sqlclient.templates.generator.ParametersMapperGen
 
renderMembers(String, DataObjectModel, PrintWriter) - Method in class io.vertx.sqlclient.templates.generator.RowMapperGen
 
renderOptionsAndArguments(StringBuilder, List<Option>, List<Argument>) - Method in class io.vertx.core.cli.UsageMessageFormatter
Renders the specified Options and Arguments and return the rendered output in a StringBuilder.
renderWrappedText(StringBuilder, int, int, String) - Method in class io.vertx.core.cli.UsageMessageFormatter
Render the specified text and return the rendered Options in a StringBuilder.
renderWrappedTextBlock(StringBuilder, int, int, String) - Method in class io.vertx.core.cli.UsageMessageFormatter
Renders the specified text width a maximum width.
renewSelf(long, Handler<AsyncResult<Auth>>) - Method in class io.vertx.config.vault.client.SlimVaultClient
Renews the current token.
renewSession(String, Handler<AsyncResult<Session>>) - Method in interface io.vertx.ext.consul.ConsulClient
Renews the given session.
renewSession(String) - Method in interface io.vertx.ext.consul.ConsulClient
Like ConsulClient.renewSession(String, Handler) but returns a Future of the asynchronous result.
renewSession(String, Handler<AsyncResult<Session>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Renews the given session.
renewSession(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Renews the given session.
renewSession(String, Handler<AsyncResult<Session>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Renews the given session.
renewSession(String) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Renews the given session.
Repeat - Annotation Type in io.vertx.ext.unit.junit
Annotates a test method to repeat this test several times.
RepeatRule - Class in io.vertx.ext.unit.junit
 
RepeatRule() - Constructor for class io.vertx.ext.unit.junit.RepeatRule
 
replace(K, V, Handler<AsyncResult<V>>) - Method in interface io.vertx.core.shareddata.AsyncMap
Replace the entry only if it is currently mapped to some value
replace(K, V) - Method in interface io.vertx.core.shareddata.AsyncMap
Same as #replace(K, V, Handler) but returns a Future of the asynchronous result
replace(K, V) - Method in interface io.vertx.core.shareddata.LocalMap
Replace the entry only if there is an existing entry with the key
replace(K, V, V) - Method in interface io.vertx.core.shareddata.LocalMap
Replaces the entry for the specified key only if currently mapped to the specified value.
replace(K, V, Handler<AsyncResult<V>>) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
Replace the entry only if it is currently mapped to some value
replace(K, V) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
Replace the entry only if it is currently mapped to some value
replace(K, V) - Method in class io.vertx.reactivex.core.shareddata.LocalMap
Replace the entry only if there is an existing entry with the key
replace(K, V, Handler<AsyncResult<V>>) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
Replace the entry only if it is currently mapped to some value
replace(K, V) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
Replace the entry only if it is currently mapped to some value
replace(K, V) - Method in class io.vertx.rxjava.core.shareddata.LocalMap
Replace the entry only if there is an existing entry with the key
replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in interface io.vertx.core.shareddata.LocalMap
Replaces each entry's value with the result of invoking the given function on that entry until all entries have been processed or the function throws an exception.
replaceDocuments(String, JsonObject, JsonObject, Handler<AsyncResult<MongoClientUpdateResult>>) - Method in interface io.vertx.ext.mongo.MongoClient
Replace matching documents in the specified collection and return the handler with MongoClientUpdateResult result
replaceDocuments(String, JsonObject, JsonObject) - Method in interface io.vertx.ext.mongo.MongoClient
 
replaceDocuments(String, JsonObject, JsonObject, Handler<AsyncResult<MongoClientUpdateResult>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Replace matching documents in the specified collection and return the handler with MongoClientUpdateResult result
replaceDocuments(String, JsonObject, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Replace matching documents in the specified collection and return the handler with MongoClientUpdateResult result
replaceDocuments(String, JsonObject, JsonObject, Handler<AsyncResult<MongoClientUpdateResult>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Replace matching documents in the specified collection and return the handler with MongoClientUpdateResult result
replaceDocuments(String, JsonObject, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Replace matching documents in the specified collection and return the handler with MongoClientUpdateResult result
replaceDocumentsWithOptions(String, JsonObject, JsonObject, UpdateOptions, Handler<AsyncResult<MongoClientUpdateResult>>) - Method in interface io.vertx.ext.mongo.MongoClient
Replace matching documents in the specified collection, specifying options and return the handler with MongoClientUpdateResult result
replaceDocumentsWithOptions(String, JsonObject, JsonObject, UpdateOptions) - Method in interface io.vertx.ext.mongo.MongoClient
 
replaceDocumentsWithOptions(String, JsonObject, JsonObject, UpdateOptions, Handler<AsyncResult<MongoClientUpdateResult>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Replace matching documents in the specified collection, specifying options and return the handler with MongoClientUpdateResult result
replaceDocumentsWithOptions(String, JsonObject, JsonObject, UpdateOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Replace matching documents in the specified collection, specifying options and return the handler with MongoClientUpdateResult result
replaceDocumentsWithOptions(String, JsonObject, JsonObject, UpdateOptions, Handler<AsyncResult<MongoClientUpdateResult>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Replace matching documents in the specified collection, specifying options and return the handler with MongoClientUpdateResult result
replaceDocumentsWithOptions(String, JsonObject, JsonObject, UpdateOptions) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Replace matching documents in the specified collection, specifying options and return the handler with MongoClientUpdateResult result
replaceFragment(URI, String) - Static method in class io.vertx.json.schema.common.URIUtils
 
replaceIfPresent(K, V, V, Handler<AsyncResult<Boolean>>) - Method in interface io.vertx.core.shareddata.AsyncMap
Replace the entry only if it is currently mapped to a specific value
replaceIfPresent(K, V, V) - Method in interface io.vertx.core.shareddata.AsyncMap
Same as #replaceIfPresent(K, V, V, Handler) but returns a Future of the asynchronous result
replaceIfPresent(K, V, V) - Method in interface io.vertx.core.shareddata.LocalMap
Replace the entry only if there is an existing entry with the specified key and value.
replaceIfPresent(K, V, V, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
Replace the entry only if it is currently mapped to a specific value
replaceIfPresent(K, V, V) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
Replace the entry only if it is currently mapped to a specific value
replaceIfPresent(K, V, V) - Method in class io.vertx.reactivex.core.shareddata.LocalMap
Replace the entry only if there is an existing entry with the specified key and value.
replaceIfPresent(K, V, V, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
Replace the entry only if it is currently mapped to a specific value
replaceIfPresent(K, V, V) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
Replace the entry only if it is currently mapped to a specific value
replaceIfPresent(K, V, V) - Method in class io.vertx.rxjava.core.shareddata.LocalMap
Replace the entry only if there is an existing entry with the specified key and value.
replaceVariables(boolean) - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
 
REPLCONF - Static variable in class io.vertx.reactivex.redis.client.Command
 
replconf(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command replconf.
replconf(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command replconf.
REPLCONF - Static variable in interface io.vertx.redis.client.Command
 
replconf(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command replconf.
replconf(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command replconf.
REPLCONF - Static variable in class io.vertx.rxjava.redis.client.Command
 
replconf(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command replconf.
replconf(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command replconf.
REPLICAOF - Static variable in class io.vertx.reactivex.redis.client.Command
 
replicaof(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command replicaof.
replicaof(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command replicaof.
REPLICAOF - Static variable in interface io.vertx.redis.client.Command
 
replicaof(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command replicaof.
replicaof(String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command replicaof.
REPLICAOF - Static variable in class io.vertx.rxjava.redis.client.Command
 
replicaof(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command replicaof.
replicaof(String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command replicaof.
reply(Object) - Method in interface io.vertx.core.eventbus.Message
Reply to this message.
reply(Object, DeliveryOptions) - Method in interface io.vertx.core.eventbus.Message
Link Message.reply(Object) but allows you to specify delivery options for the reply.
reply(Object) - Method in class io.vertx.reactivex.core.eventbus.Message
Reply to this message.
reply(Object, DeliveryOptions) - Method in class io.vertx.reactivex.core.eventbus.Message
Link but allows you to specify delivery options for the reply.
reply(Object) - Method in class io.vertx.rxjava.core.eventbus.Message
Reply to this message.
reply(Object, DeliveryOptions) - Method in class io.vertx.rxjava.core.eventbus.Message
Link but allows you to specify delivery options for the reply.
replyAddress() - Method in interface io.vertx.core.eventbus.Message
The reply address.
replyAddress() - Method in class io.vertx.reactivex.core.eventbus.Message
The reply address.
replyAddress() - Method in class io.vertx.rxjava.core.eventbus.Message
The reply address.
replyAndRequest(Object, Handler<AsyncResult<Message<R>>>) - Method in interface io.vertx.core.eventbus.Message
Reply to this message, specifying a replyHandler for the reply - i.e.
replyAndRequest(Object) - Method in interface io.vertx.core.eventbus.Message
Like Message.replyAndRequest(Object, Handler) but returns a Future of the asynchronous result
replyAndRequest(Object, DeliveryOptions, Handler<AsyncResult<Message<R>>>) - Method in interface io.vertx.core.eventbus.Message
Like Message.replyAndRequest(Object, Handler) but specifying options that can be used to configure the delivery.
replyAndRequest(Object, DeliveryOptions) - Method in interface io.vertx.core.eventbus.Message
Like Message.replyAndRequest(Object, DeliveryOptions, Handler) but returns a Future of the asynchronous result
replyAndRequest(Object, Handler<AsyncResult<Message<R>>>) - Method in class io.vertx.reactivex.core.eventbus.Message
Reply to this message, specifying a replyHandler for the reply - i.e.
replyAndRequest(Object) - Method in class io.vertx.reactivex.core.eventbus.Message
Reply to this message, specifying a replyHandler for the reply - i.e.
replyAndRequest(Object, DeliveryOptions, Handler<AsyncResult<Message<R>>>) - Method in class io.vertx.reactivex.core.eventbus.Message
Like but specifying options that can be used to configure the delivery.
replyAndRequest(Object, DeliveryOptions) - Method in class io.vertx.reactivex.core.eventbus.Message
Like but specifying options that can be used to configure the delivery.
replyAndRequest(Object, Handler<AsyncResult<Message<R>>>) - Method in class io.vertx.rxjava.core.eventbus.Message
Reply to this message, specifying a replyHandler for the reply - i.e.
replyAndRequest(Object) - Method in class io.vertx.rxjava.core.eventbus.Message
Reply to this message, specifying a replyHandler for the reply - i.e.
replyAndRequest(Object, DeliveryOptions, Handler<AsyncResult<Message<R>>>) - Method in class io.vertx.rxjava.core.eventbus.Message
Like but specifying options that can be used to configure the delivery.
replyAndRequest(Object, DeliveryOptions) - Method in class io.vertx.rxjava.core.eventbus.Message
Like but specifying options that can be used to configure the delivery.
ReplyException - Exception in io.vertx.core.eventbus
Represents the failure of a message send.
ReplyException(ReplyFailure, int, String) - Constructor for exception io.vertx.core.eventbus.ReplyException
Create a ReplyException
ReplyException(ReplyFailure, String) - Constructor for exception io.vertx.core.eventbus.ReplyException
Create a ReplyException
ReplyException(ReplyFailure) - Constructor for exception io.vertx.core.eventbus.ReplyException
Create a ReplyException
ReplyFailure - Enum in io.vertx.core.eventbus
Represents the type of reply failure
replyFailure(String, ReplyFailure) - Method in interface io.vertx.core.spi.metrics.EventBusMetrics
Called whenever the event bus delivers a reply failure to the sender/publisher, the reply failure indicates the nature of the failure.

No specific thread and context can be expected when this method is called.

replyTo() - Method in interface io.vertx.amqp.AmqpMessage
 
replyTo(String) - Method in interface io.vertx.amqp.AmqpMessageBuilder
 
replyTo() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
replyTo(String) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
replyTo() - Method in class io.vertx.rxjava.amqp.AmqpMessage
 
replyTo(String) - Method in class io.vertx.rxjava.amqp.AmqpMessageBuilder
 
replyToGroupId() - Method in interface io.vertx.amqp.AmqpMessage
 
replyToGroupId(String) - Method in interface io.vertx.amqp.AmqpMessageBuilder
 
replyToGroupId() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
replyToGroupId(String) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
replyToGroupId() - Method in class io.vertx.rxjava.amqp.AmqpMessage
 
replyToGroupId(String) - Method in class io.vertx.rxjava.amqp.AmqpMessageBuilder
 
REPORT - Static variable in class io.vertx.core.http.HttpMethod
The RFC 3253 REPORT method, this instance is interned and uniquely used.
reportBeginTestCase(R, String) - Method in interface io.vertx.ext.unit.report.Reporter
Signals a test case began.
reportBeginTestSuite(String) - Method in interface io.vertx.ext.unit.report.Reporter
Signals the test suite began.
reportEndTestCase(R, String, TestResult) - Method in interface io.vertx.ext.unit.report.Reporter
Signals a test case ended.
reportEndTestSuite(R) - Method in interface io.vertx.ext.unit.report.Reporter
Signals a test suite ended.
Reporter<R> - Interface in io.vertx.ext.unit.report
The reporter defines a set of callback for the life cycle events.
reporter(Vertx, ReportOptions) - Static method in interface io.vertx.ext.unit.report.Reporter
 
reporter(Vertx, ReportOptions) - Method in interface io.vertx.ext.unit.report.ReporterFactory
 
ReporterFactory - Interface in io.vertx.ext.unit.report
 
reportError(R, Throwable) - Method in interface io.vertx.ext.unit.report.Reporter
Report a global test suite error, it can be called mulitple times between the Reporter.reportBeginTestSuite(java.lang.String) and the Reporter.reportEndTestSuite(R).
ReportingOptions - Class in io.vertx.ext.unit.report
Reporting options: the reporters is an array of reporter configurations
ReportingOptions() - Constructor for class io.vertx.ext.unit.report.ReportingOptions
Create a new empty options, with the default address out and no reporters.
ReportingOptions(ReportingOptions) - Constructor for class io.vertx.ext.unit.report.ReportingOptions
Copy constructor.
ReportingOptions(JsonObject) - Constructor for class io.vertx.ext.unit.report.ReportingOptions
Create a new options from the specified json.
ReportingOptionsConverter - Class in io.vertx.ext.unit.report
Converter and mapper for ReportingOptions.
ReportingOptionsConverter() - Constructor for class io.vertx.ext.unit.report.ReportingOptionsConverter
 
ReportOptions - Class in io.vertx.ext.unit.report
Configures a reporter consisting in a name to, an address at and an optional format.
ReportOptions() - Constructor for class io.vertx.ext.unit.report.ReportOptions
 
ReportOptions(ReportOptions) - Constructor for class io.vertx.ext.unit.report.ReportOptions
 
ReportOptions(JsonObject) - Constructor for class io.vertx.ext.unit.report.ReportOptions
 
ReportOptionsConverter - Class in io.vertx.ext.unit.report
Converter and mapper for ReportOptions.
ReportOptionsConverter() - Constructor for class io.vertx.ext.unit.report.ReportOptionsConverter
 
request(String, Object, Handler<AsyncResult<Message<T>>>) - Method in interface io.vertx.core.eventbus.EventBus
Sends a message and and specify a replyHandler that will be called if the recipient subsequently replies to the message.
request(String, Object) - Method in interface io.vertx.core.eventbus.EventBus
Like EventBus.request(String, Object, Handler) but returns a Future of the asynchronous result
request(String, Object, DeliveryOptions, Handler<AsyncResult<Message<T>>>) - Method in interface io.vertx.core.eventbus.EventBus
Like EventBus.request(String, Object, Handler) but specifying options that can be used to configure the delivery.
request(String, Object, DeliveryOptions) - Method in interface io.vertx.core.eventbus.EventBus
Like EventBus.request(String, Object, DeliveryOptions, Handler) but returns a Future of the asynchronous result
request(RequestOptions, Handler<AsyncResult<HttpClientRequest>>) - Method in interface io.vertx.core.http.HttpClient
Create an HTTP request to send to the server.
request(RequestOptions) - Method in interface io.vertx.core.http.HttpClient
Like HttpClient.request(RequestOptions, Handler) but returns a Future of the asynchronous result
request(HttpMethod, int, String, String, Handler<AsyncResult<HttpClientRequest>>) - Method in interface io.vertx.core.http.HttpClient
Create an HTTP request to send to the server at the host and port.
request(HttpMethod, int, String, String) - Method in interface io.vertx.core.http.HttpClient
Like HttpClient.request(HttpMethod, int, String, String, Handler) but returns a Future of the asynchronous result
request(HttpMethod, String, String, Handler<AsyncResult<HttpClientRequest>>) - Method in interface io.vertx.core.http.HttpClient
Create an HTTP request to send to the server at the host and default port.
request(HttpMethod, String, String) - Method in interface io.vertx.core.http.HttpClient
Like HttpClient.request(HttpMethod, String, String, Handler) but returns a Future of the asynchronous result
request(HttpMethod, String, Handler<AsyncResult<HttpClientRequest>>) - Method in interface io.vertx.core.http.HttpClient
Create an HTTP request to send to the server at the default host and port.
request(HttpMethod, String) - Method in interface io.vertx.core.http.HttpClient
Like HttpClient.request(HttpMethod, String, Handler) but returns a Future of the asynchronous result
request() - Method in interface io.vertx.core.http.HttpClientResponse
 
request(HttpMethod, int, String, String) - Method in interface io.vertx.ext.web.client.WebClient
Create an HTTP request to send to the server at the specified host and port.
request(HttpMethod, SocketAddress, int, String, String) - Method in interface io.vertx.ext.web.client.WebClient
Like WebClient.request(HttpMethod, int, String, String) using the serverAddress parameter to connect to the server instead of the port and host parameters.
request(HttpMethod, String, String) - Method in interface io.vertx.ext.web.client.WebClient
Create an HTTP request to send to the server at the specified host and default port.
request(HttpMethod, SocketAddress, String, String) - Method in interface io.vertx.ext.web.client.WebClient
Like WebClient.request(HttpMethod, String, String) using the serverAddress parameter to connect to the server instead of the default port and host parameter.
request(HttpMethod, String) - Method in interface io.vertx.ext.web.client.WebClient
Create an HTTP request to send to the server at the default host and port.
request(HttpMethod, SocketAddress, String) - Method in interface io.vertx.ext.web.client.WebClient
Like WebClient.request(HttpMethod, String) using the serverAddress parameter to connect to the server instead of the default port and default host.
request(HttpMethod, RequestOptions) - Method in interface io.vertx.ext.web.client.WebClient
Create an HTTP request to send to the server at the specified host and port.
request(HttpMethod, SocketAddress, RequestOptions) - Method in interface io.vertx.ext.web.client.WebClient
Like WebClient.request(HttpMethod, RequestOptions) using the serverAddress parameter to connect to the server instead of the options parameter.
request() - Method in interface io.vertx.ext.web.RoutingContext
 
request(String, Object, Handler<AsyncResult<Message<T>>>) - Method in class io.vertx.reactivex.core.eventbus.EventBus
Sends a message and and specify a replyHandler that will be called if the recipient subsequently replies to the message.
request(String, Object) - Method in class io.vertx.reactivex.core.eventbus.EventBus
Sends a message and and specify a replyHandler that will be called if the recipient subsequently replies to the message.
request(String, Object, DeliveryOptions, Handler<AsyncResult<Message<T>>>) - Method in class io.vertx.reactivex.core.eventbus.EventBus
Like but specifying options that can be used to configure the delivery.
request(String, Object, DeliveryOptions) - Method in class io.vertx.reactivex.core.eventbus.EventBus
Like but specifying options that can be used to configure the delivery.
request(RequestOptions, Handler<AsyncResult<HttpClientRequest>>) - Method in class io.vertx.reactivex.core.http.HttpClient
Create an HTTP request to send to the server.
request(RequestOptions) - Method in class io.vertx.reactivex.core.http.HttpClient
Create an HTTP request to send to the server.
request(HttpMethod, int, String, String, Handler<AsyncResult<HttpClientRequest>>) - Method in class io.vertx.reactivex.core.http.HttpClient
Create an HTTP request to send to the server at the host and port.
request(HttpMethod, int, String, String) - Method in class io.vertx.reactivex.core.http.HttpClient
Create an HTTP request to send to the server at the host and port.
request(HttpMethod, String, String, Handler<AsyncResult<HttpClientRequest>>) - Method in class io.vertx.reactivex.core.http.HttpClient
Create an HTTP request to send to the server at the host and default port.
request(HttpMethod, String, String) - Method in class io.vertx.reactivex.core.http.HttpClient
Create an HTTP request to send to the server at the host and default port.
request(HttpMethod, String, Handler<AsyncResult<HttpClientRequest>>) - Method in class io.vertx.reactivex.core.http.HttpClient
Create an HTTP request to send to the server at the default host and port.
request(HttpMethod, String) - Method in class io.vertx.reactivex.core.http.HttpClient
Create an HTTP request to send to the server at the default host and port.
request() - Method in class io.vertx.reactivex.core.http.HttpClientResponse
 
request(HttpMethod, int, String, String) - Method in class io.vertx.reactivex.ext.web.client.WebClient
Create an HTTP request to send to the server at the specified host and port.
request(HttpMethod, SocketAddress, int, String, String) - Method in class io.vertx.reactivex.ext.web.client.WebClient
Like WebClient.request(io.vertx.core.http.HttpMethod, int, java.lang.String, java.lang.String) using the serverAddress parameter to connect to the server instead of the port and host parameters.
request(HttpMethod, String, String) - Method in class io.vertx.reactivex.ext.web.client.WebClient
Create an HTTP request to send to the server at the specified host and default port.
request(HttpMethod, SocketAddress, String, String) - Method in class io.vertx.reactivex.ext.web.client.WebClient
Like WebClient.request(io.vertx.core.http.HttpMethod, int, java.lang.String, java.lang.String) using the serverAddress parameter to connect to the server instead of the default port and host parameter.
request(HttpMethod, String) - Method in class io.vertx.reactivex.ext.web.client.WebClient
Create an HTTP request to send to the server at the default host and port.
request(HttpMethod, SocketAddress, String) - Method in class io.vertx.reactivex.ext.web.client.WebClient
Like WebClient.request(io.vertx.core.http.HttpMethod, int, java.lang.String, java.lang.String) using the serverAddress parameter to connect to the server instead of the default port and default host.
request(HttpMethod, RequestOptions) - Method in class io.vertx.reactivex.ext.web.client.WebClient
Create an HTTP request to send to the server at the specified host and port.
request(HttpMethod, SocketAddress, RequestOptions) - Method in class io.vertx.reactivex.ext.web.client.WebClient
Like WebClient.request(io.vertx.core.http.HttpMethod, int, java.lang.String, java.lang.String) using the serverAddress parameter to connect to the server instead of the options parameter.
request() - Method in class io.vertx.reactivex.ext.web.RoutingContext
 
Request - Class in io.vertx.reactivex.redis.client
Builder for REDIS requests that will be encoded according to the RESP protocol was introduced in Redis 1.2.
Request(Request) - Constructor for class io.vertx.reactivex.redis.client.Request
 
Request(Object) - Constructor for class io.vertx.reactivex.redis.client.Request
 
Request - Interface in io.vertx.redis.client
Builder for REDIS requests that will be encoded according to the RESP protocol was introduced in Redis 1.2.
request(String, Object, Handler<AsyncResult<Message<T>>>) - Method in class io.vertx.rxjava.core.eventbus.EventBus
Sends a message and and specify a replyHandler that will be called if the recipient subsequently replies to the message.
request(String, Object) - Method in class io.vertx.rxjava.core.eventbus.EventBus
Sends a message and and specify a replyHandler that will be called if the recipient subsequently replies to the message.
request(String, Object, DeliveryOptions, Handler<AsyncResult<Message<T>>>) - Method in class io.vertx.rxjava.core.eventbus.EventBus
Like but specifying options that can be used to configure the delivery.
request(String, Object, DeliveryOptions) - Method in class io.vertx.rxjava.core.eventbus.EventBus
Like but specifying options that can be used to configure the delivery.
request(RequestOptions, Handler<AsyncResult<HttpClientRequest>>) - Method in class io.vertx.rxjava.core.http.HttpClient
Create an HTTP request to send to the server.
request(RequestOptions) - Method in class io.vertx.rxjava.core.http.HttpClient
Create an HTTP request to send to the server.
request(HttpMethod, int, String, String, Handler<AsyncResult<HttpClientRequest>>) - Method in class io.vertx.rxjava.core.http.HttpClient
Create an HTTP request to send to the server at the host and port.
request(HttpMethod, int, String, String) - Method in class io.vertx.rxjava.core.http.HttpClient
Create an HTTP request to send to the server at the host and port.
request(HttpMethod, String, String, Handler<AsyncResult<HttpClientRequest>>) - Method in class io.vertx.rxjava.core.http.HttpClient
Create an HTTP request to send to the server at the host and default port.
request(HttpMethod, String, String) - Method in class io.vertx.rxjava.core.http.HttpClient
Create an HTTP request to send to the server at the host and default port.
request(HttpMethod, String, Handler<AsyncResult<HttpClientRequest>>) - Method in class io.vertx.rxjava.core.http.HttpClient
Create an HTTP request to send to the server at the default host and port.
request(HttpMethod, String) - Method in class io.vertx.rxjava.core.http.HttpClient
Create an HTTP request to send to the server at the default host and port.
request() - Method in class io.vertx.rxjava.core.http.HttpClientResponse
 
request(HttpMethod, int, String, String) - Method in class io.vertx.rxjava.ext.web.client.WebClient
Create an HTTP request to send to the server at the specified host and port.
request(HttpMethod, SocketAddress, int, String, String) - Method in class io.vertx.rxjava.ext.web.client.WebClient
Like WebClient.request(io.vertx.core.http.HttpMethod, int, java.lang.String, java.lang.String) using the serverAddress parameter to connect to the server instead of the port and host parameters.
request(HttpMethod, String, String) - Method in class io.vertx.rxjava.ext.web.client.WebClient
Create an HTTP request to send to the server at the specified host and default port.
request(HttpMethod, SocketAddress, String, String) - Method in class io.vertx.rxjava.ext.web.client.WebClient
Like WebClient.request(io.vertx.core.http.HttpMethod, int, java.lang.String, java.lang.String) using the serverAddress parameter to connect to the server instead of the default port and host parameter.
request(HttpMethod, String) - Method in class io.vertx.rxjava.ext.web.client.WebClient
Create an HTTP request to send to the server at the default host and port.
request(HttpMethod, SocketAddress, String) - Method in class io.vertx.rxjava.ext.web.client.WebClient
Like WebClient.request(io.vertx.core.http.HttpMethod, int, java.lang.String, java.lang.String) using the serverAddress parameter to connect to the server instead of the default port and default host.
request(HttpMethod, RequestOptions) - Method in class io.vertx.rxjava.ext.web.client.WebClient
Create an HTTP request to send to the server at the specified host and port.
request(HttpMethod, SocketAddress, RequestOptions) - Method in class io.vertx.rxjava.ext.web.client.WebClient
Like WebClient.request(io.vertx.core.http.HttpMethod, int, java.lang.String, java.lang.String) using the serverAddress parameter to connect to the server instead of the options parameter.
request() - Method in class io.vertx.rxjava.ext.web.RoutingContext
 
Request - Class in io.vertx.rxjava.redis.client
Builder for REDIS requests that will be encoded according to the RESP protocol was introduced in Redis 1.2.
Request(Request) - Constructor for class io.vertx.rxjava.redis.client.Request
 
Request(Object) - Constructor for class io.vertx.rxjava.redis.client.Request
 
REQUEST_CONTEXT_KEY - Static variable in interface io.vertx.ext.web.validation.ValidationHandler
 
REQUEST_CONTEXT_KEY - Static variable in class io.vertx.reactivex.ext.web.validation.ValidationHandler
 
REQUEST_CONTEXT_KEY - Static variable in class io.vertx.rxjava.ext.web.validation.ValidationHandler
 
requestAbs(HttpMethod, String) - Method in interface io.vertx.ext.web.client.WebClient
Create an HTTP request to send to the server using an absolute URI
requestAbs(HttpMethod, SocketAddress, String) - Method in interface io.vertx.ext.web.client.WebClient
Like WebClient.requestAbs(HttpMethod, String) using the serverAddress parameter to connect to the server instead of the absoluteURI parameter.
requestAbs(HttpMethod, String) - Method in class io.vertx.reactivex.ext.web.client.WebClient
Create an HTTP request to send to the server using an absolute URI
requestAbs(HttpMethod, SocketAddress, String) - Method in class io.vertx.reactivex.ext.web.client.WebClient
Like WebClient.requestAbs(io.vertx.core.http.HttpMethod, java.lang.String) using the serverAddress parameter to connect to the server instead of the absoluteURI parameter.
requestAbs(HttpMethod, String) - Method in class io.vertx.rxjava.ext.web.client.WebClient
Create an HTTP request to send to the server using an absolute URI
requestAbs(HttpMethod, SocketAddress, String) - Method in class io.vertx.rxjava.ext.web.client.WebClient
Like WebClient.requestAbs(io.vertx.core.http.HttpMethod, java.lang.String) using the serverAddress parameter to connect to the server instead of the absoluteURI parameter.
requestBegin(String, Req) - Method in interface io.vertx.core.spi.metrics.ClientMetrics
Called when a client request begins.
requestBegin(S, HttpRequest) - Method in interface io.vertx.core.spi.metrics.HttpServerMetrics
Called when an http server request begins.
requestEnd(M) - Method in interface io.vertx.core.spi.metrics.ClientMetrics
requestEnd(M, long) - Method in interface io.vertx.core.spi.metrics.ClientMetrics
Called when the client request ends.
requestEnd(R, HttpRequest, long) - Method in interface io.vertx.core.spi.metrics.HttpServerMetrics
Called when an http server request has ended.
requestHandler(Handler<HttpServerRequest>) - Method in interface io.vertx.core.http.HttpServer
Set the request handler for the server to requestHandler.
requestHandler() - Method in interface io.vertx.core.http.HttpServer
 
requestHandler(Handler<HttpServerRequest>) - Method in class io.vertx.reactivex.core.http.HttpServer
Set the request handler for the server to requestHandler.
requestHandler(Handler<HttpServerRequest>) - Method in class io.vertx.rxjava.core.http.HttpServer
Set the request handler for the server to requestHandler.
RequestOptions - Class in io.vertx.core.http
Options describing how an HttpClient will connect to make a request.
RequestOptions() - Constructor for class io.vertx.core.http.RequestOptions
Default constructor
RequestOptions(RequestOptions) - Constructor for class io.vertx.core.http.RequestOptions
Copy constructor
RequestOptions(JsonObject) - Constructor for class io.vertx.core.http.RequestOptions
Create options from JSON
RequestOptionsConverter - Class in io.vertx.core.http
Converter and mapper for RequestOptions.
RequestOptionsConverter() - Constructor for class io.vertx.core.http.RequestOptionsConverter
 
RequestParameter - Interface in io.vertx.ext.web.api
Deprecated.
You should use the new module vertx-web-openapi
RequestParameter - Interface in io.vertx.ext.web.validation
Request parameter holder
RequestParameter - Class in io.vertx.reactivex.ext.web.api
Request parameter holder

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

RequestParameter(RequestParameter) - Constructor for class io.vertx.reactivex.ext.web.api.RequestParameter
 
RequestParameter(Object) - Constructor for class io.vertx.reactivex.ext.web.api.RequestParameter
 
RequestParameter - Class in io.vertx.reactivex.ext.web.validation
Request parameter holder

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

RequestParameter(RequestParameter) - Constructor for class io.vertx.reactivex.ext.web.validation.RequestParameter
 
RequestParameter(Object) - Constructor for class io.vertx.reactivex.ext.web.validation.RequestParameter
 
RequestParameter - Class in io.vertx.rxjava.ext.web.api
Request parameter holder

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

RequestParameter(RequestParameter) - Constructor for class io.vertx.rxjava.ext.web.api.RequestParameter
 
RequestParameter(Object) - Constructor for class io.vertx.rxjava.ext.web.api.RequestParameter
 
RequestParameter - Class in io.vertx.rxjava.ext.web.validation
Request parameter holder

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

RequestParameter(RequestParameter) - Constructor for class io.vertx.rxjava.ext.web.validation.RequestParameter
 
RequestParameter(Object) - Constructor for class io.vertx.rxjava.ext.web.validation.RequestParameter
 
RequestParameters - Interface in io.vertx.ext.web.api
Deprecated.
You should use the new module vertx-web-openapi
RequestParameters - Interface in io.vertx.ext.web.validation
Container for request parameters
RequestParameters - Class in io.vertx.reactivex.ext.web.api
Container for request parameters

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

RequestParameters(RequestParameters) - Constructor for class io.vertx.reactivex.ext.web.api.RequestParameters
 
RequestParameters(Object) - Constructor for class io.vertx.reactivex.ext.web.api.RequestParameters
 
RequestParameters - Class in io.vertx.reactivex.ext.web.validation
Container for request parameters

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

RequestParameters(RequestParameters) - Constructor for class io.vertx.reactivex.ext.web.validation.RequestParameters
 
RequestParameters(Object) - Constructor for class io.vertx.reactivex.ext.web.validation.RequestParameters
 
RequestParameters - Class in io.vertx.rxjava.ext.web.api
Container for request parameters

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

RequestParameters(RequestParameters) - Constructor for class io.vertx.rxjava.ext.web.api.RequestParameters
 
RequestParameters(Object) - Constructor for class io.vertx.rxjava.ext.web.api.RequestParameters
 
RequestParameters - Class in io.vertx.rxjava.ext.web.validation
Container for request parameters

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

RequestParameters(RequestParameters) - Constructor for class io.vertx.rxjava.ext.web.validation.RequestParameters
 
RequestParameters(Object) - Constructor for class io.vertx.rxjava.ext.web.validation.RequestParameters
 
RequestPredicate - Interface in io.vertx.ext.web.validation
Request predicate
RequestPredicate - Class in io.vertx.reactivex.ext.web.validation
Request predicate

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

RequestPredicate(RequestPredicate) - Constructor for class io.vertx.reactivex.ext.web.validation.RequestPredicate
 
RequestPredicate(Object) - Constructor for class io.vertx.reactivex.ext.web.validation.RequestPredicate
 
RequestPredicate - Class in io.vertx.rxjava.ext.web.validation
Request predicate

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

RequestPredicate(RequestPredicate) - Constructor for class io.vertx.rxjava.ext.web.validation.RequestPredicate
 
RequestPredicate(Object) - Constructor for class io.vertx.rxjava.ext.web.validation.RequestPredicate
 
RequestPredicateException - Exception in io.vertx.ext.web.validation
Represents an error while trying to validate
RequestPredicateException(String) - Constructor for exception io.vertx.ext.web.validation.RequestPredicateException
 
RequestPredicateException(String, Throwable) - Constructor for exception io.vertx.ext.web.validation.RequestPredicateException
 
RequestPredicateResult - Interface in io.vertx.ext.web.validation
Result of a RequestPredicate
RequestPredicateResult - Class in io.vertx.reactivex.ext.web.validation
Result of a RequestPredicate

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

RequestPredicateResult(RequestPredicateResult) - Constructor for class io.vertx.reactivex.ext.web.validation.RequestPredicateResult
 
RequestPredicateResult(Object) - Constructor for class io.vertx.reactivex.ext.web.validation.RequestPredicateResult
 
RequestPredicateResult - Class in io.vertx.rxjava.ext.web.validation
Result of a RequestPredicate

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

RequestPredicateResult(RequestPredicateResult) - Constructor for class io.vertx.rxjava.ext.web.validation.RequestPredicateResult
 
RequestPredicateResult(Object) - Constructor for class io.vertx.rxjava.ext.web.validation.RequestPredicateResult
 
requestReset(M) - Method in interface io.vertx.core.spi.metrics.ClientMetrics
Called when the client request couldn't complete successfully, for instance the connection was closed before the response was received.
requestReset(R) - Method in interface io.vertx.core.spi.metrics.HttpServerMetrics
Called when the http server request couldn't complete successfully, for instance the connection was closed before the response was sent.
requestRouted(R, String) - Method in interface io.vertx.core.spi.metrics.HttpServerMetrics
Called when a routing layer indicates a request has been routed.
requestStream() - Method in interface io.vertx.core.http.HttpServer
Return the request stream for the server.
requestStream() - Method in class io.vertx.reactivex.core.http.HttpServer
Return the request stream for the server.
requestStream() - Method in class io.vertx.rxjava.core.http.HttpServer
Return the request stream for the server.
requireAbsoluteUri(URI) - Static method in class io.vertx.json.schema.common.URIUtils
 
requireAbsoluteUri(URI, String) - Static method in class io.vertx.json.schema.common.URIUtils
 
required - Variable in class io.vertx.core.cli.Argument
Whether or not this argument is mandatory.
required - Variable in class io.vertx.core.cli.Option
whether or not the option is required.
requiredProperty(String, SchemaBuilder) - Method in class io.vertx.json.schema.common.dsl.ObjectSchemaBuilder
 
RequiredValidator(Set<String>) - Constructor for class io.vertx.json.schema.common.RequiredValidatorFactory.RequiredValidator
 
RequiredValidatorFactory - Class in io.vertx.json.schema.common
 
RequiredValidatorFactory() - Constructor for class io.vertx.json.schema.common.RequiredValidatorFactory
 
RequiredValidatorFactory.RequiredValidator - Class in io.vertx.json.schema.common
 
requiresBody() - Method in interface io.vertx.ext.web.client.predicate.ErrorConverter
 
requiresBody() - Method in class io.vertx.reactivex.ext.web.client.predicate.ErrorConverter
 
requiresBody() - Method in class io.vertx.rxjava.ext.web.client.predicate.ErrorConverter
 
reroute(String) - Method in interface io.vertx.ext.web.RoutingContext
Restarts the current router with a new path and reusing the original method.
reroute(HttpMethod, String) - Method in interface io.vertx.ext.web.RoutingContext
Restarts the current router with a new method and path.
reroute(String) - Method in class io.vertx.reactivex.ext.web.RoutingContext
Restarts the current router with a new path and reusing the original method.
reroute(HttpMethod, String) - Method in class io.vertx.reactivex.ext.web.RoutingContext
Restarts the current router with a new method and path.
reroute(String) - Method in class io.vertx.rxjava.ext.web.RoutingContext
Restarts the current router with a new path and reusing the original method.
reroute(HttpMethod, String) - Method in class io.vertx.rxjava.ext.web.RoutingContext
Restarts the current router with a new method and path.
reset() - Method in interface io.vertx.circuitbreaker.CircuitBreaker
Resets the circuit breaker state (number of failure set to 0 and state set to closed).
reset() - Method in interface io.vertx.core.http.HttpClientRequest
Reset this stream with the error code 0.
reset(long) - Method in interface io.vertx.core.http.HttpClientRequest
Reset this request:

for HTTP/2, this performs send an HTTP/2 reset frame with the specified error code for HTTP/1.x, this closes the connection when the current request is inflight

When the request has not yet been sent, the request will be aborted and false is returned as indicator.

reset(long, Throwable) - Method in interface io.vertx.core.http.HttpClientRequest
Reset this request:

for HTTP/2, send an HTTP/2 reset frame with the specified error code for HTTP/1.x, close the connection when the current request is inflight

When the request has not yet been sent, the request will be aborted and false is returned as indicator.

reset() - Method in interface io.vertx.core.http.HttpServerResponse
Reset this HTTP/2 stream with the error code 0.
reset(long) - Method in interface io.vertx.core.http.HttpServerResponse
Reset this response:

for HTTP/2, send an HTTP/2 reset frame with the specified error code for HTTP/1.x, close the connection when the current response has not yet been sent

When the response has already been sent nothing happens and false is returned as indicator.

reset() - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
Resets the circuit breaker state (number of failure set to 0 and state set to closed).
reset() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Reset this stream with the error code 0.
reset(long) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Reset this request:

for HTTP/2, this performs send an HTTP/2 reset frame with the specified error code for HTTP/1.x, this closes the connection when the current request is inflight

When the request has not yet been sent, the request will be aborted and false is returned as indicator.

reset(long, Throwable) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Reset this request:

for HTTP/2, send an HTTP/2 reset frame with the specified error code for HTTP/1.x, close the connection when the current request is inflight

When the request has not yet been sent, the request will be aborted and false is returned as indicator.

reset() - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Reset this HTTP/2 stream with the error code 0.
reset(long) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Reset this response:

for HTTP/2, send an HTTP/2 reset frame with the specified error code for HTTP/1.x, close the connection when the current response has not yet been sent

When the response has already been sent nothing happens and false is returned as indicator.

reset() - Method in class io.vertx.rxjava.circuitbreaker.CircuitBreaker
Resets the circuit breaker state (number of failure set to 0 and state set to closed).
reset() - Method in class io.vertx.rxjava.core.http.HttpClientRequest
Reset this stream with the error code 0.
reset(long) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
Reset this request:

for HTTP/2, this performs send an HTTP/2 reset frame with the specified error code for HTTP/1.x, this closes the connection when the current request is inflight

When the request has not yet been sent, the request will be aborted and false is returned as indicator.

reset(long, Throwable) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
Reset this request:

for HTTP/2, send an HTTP/2 reset frame with the specified error code for HTTP/1.x, close the connection when the current request is inflight

When the request has not yet been sent, the request will be aborted and false is returned as indicator.

reset() - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Reset this HTTP/2 stream with the error code 0.
reset(long) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Reset this response:

for HTTP/2, send an HTTP/2 reset frame with the specified error code for HTTP/1.x, close the connection when the current response has not yet been sent

When the response has already been sent nothing happens and false is returned as indicator.

resetConnection(Handler<AsyncResult<Void>>) - Method in interface io.vertx.mysqlclient.MySQLConnection
Send a RESET_CONNECTION command to reset the session state.
resetConnection() - Method in interface io.vertx.mysqlclient.MySQLConnection
Like MySQLConnection.resetConnection(Handler) but returns a Future of the asynchronous result
resetConnection(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.mysqlclient.MySQLConnection
Send a RESET_CONNECTION command to reset the session state.
resetConnection() - Method in class io.vertx.reactivex.mysqlclient.MySQLConnection
Send a RESET_CONNECTION command to reset the session state.
resetConnection(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.mysqlclient.MySQLConnection
Send a RESET_CONNECTION command to reset the session state.
resetConnection() - Method in class io.vertx.rxjava.mysqlclient.MySQLConnection
Send a RESET_CONNECTION command to reset the session state.
resizehandler(Handler<Void>) - Method in interface io.vertx.ext.shell.command.CommandProcess
 
resizehandler(Handler<Void>) - Method in interface io.vertx.ext.shell.term.Term
 
resizehandler(Handler<Void>) - Method in interface io.vertx.ext.shell.term.Tty
Set a resize handler, the handler is called when the tty size changes.
resizehandler(Handler<Void>) - Method in class io.vertx.reactivex.ext.shell.command.CommandProcess
 
resizehandler(Handler<Void>) - Method in class io.vertx.reactivex.ext.shell.term.Term
 
resizehandler(Handler<Void>) - Method in class io.vertx.reactivex.ext.shell.term.Tty
Set a resize handler, the handler is called when the tty size changes.
resizehandler(Handler<Void>) - Method in class io.vertx.rxjava.ext.shell.command.CommandProcess
 
resizehandler(Handler<Void>) - Method in class io.vertx.rxjava.ext.shell.term.Term
 
resizehandler(Handler<Void>) - Method in class io.vertx.rxjava.ext.shell.term.Tty
Set a resize handler, the handler is called when the tty size changes.
ResolutionOptions - Class in io.vertx.maven.resolver
Options configuring the resolution of a single dependency.
ResolutionOptions() - Constructor for class io.vertx.maven.resolver.ResolutionOptions
 
resolve(Promise<T>) - Method in interface io.vertx.ext.unit.Completion
Completes the future upon completion, otherwise fails it.
resolve(String, ResolutionOptions) - Method in interface io.vertx.maven.Resolver
Resolves a dependency.
resolve(Artifact, boolean, List<String>) - Method in class io.vertx.maven.resolver.ResolverImpl
Resolve the given artifact.
resolve(String, ResolutionOptions) - Method in class io.vertx.maven.resolver.ResolverImpl
 
resolve(Promise<Void>) - Method in class io.vertx.reactivex.ext.unit.Async
Completes the future upon completion, otherwise fails it.
resolve(Promise<T>) - Method in class io.vertx.reactivex.ext.unit.Completion
Completes the future upon completion, otherwise fails it.
resolve(Promise<Void>) - Method in class io.vertx.reactivex.ext.unit.TestCompletion
Completes the future upon completion, otherwise fails it.
resolve(Promise<Void>) - Method in class io.vertx.rxjava.ext.unit.Async
Completes the future upon completion, otherwise fails it.
resolve(Promise<T>) - Method in class io.vertx.rxjava.ext.unit.Completion
Completes the future upon completion, otherwise fails it.
resolve(Promise<Void>) - Method in class io.vertx.rxjava.ext.unit.TestCompletion
Completes the future upon completion, otherwise fails it.
RESOLVE_CALLED - Static variable in class io.vertx.maven.MavenVerticleFactory
 
resolveA(String, Handler<AsyncResult<List<String>>>) - Method in interface io.vertx.core.dns.DnsClient
Try to resolve all A (ipv4) records for the given name.
resolveA(String) - Method in interface io.vertx.core.dns.DnsClient
Like DnsClient.resolveA(String, Handler) but returns a Future of the asynchronous result
resolveA(String, Handler<AsyncResult<List<String>>>) - Method in class io.vertx.reactivex.core.dns.DnsClient
Try to resolve all A (ipv4) records for the given name.
resolveA(String) - Method in class io.vertx.reactivex.core.dns.DnsClient
Try to resolve all A (ipv4) records for the given name.
resolveA(String, Handler<AsyncResult<List<String>>>) - Method in class io.vertx.rxjava.core.dns.DnsClient
Try to resolve all A (ipv4) records for the given name.
resolveA(String) - Method in class io.vertx.rxjava.core.dns.DnsClient
Try to resolve all A (ipv4) records for the given name.
resolveAAAA(String, Handler<AsyncResult<List<String>>>) - Method in interface io.vertx.core.dns.DnsClient
Try to resolve all AAAA (ipv6) records for the given name.
resolveAAAA(String) - Method in interface io.vertx.core.dns.DnsClient
Like DnsClient.resolveAAAA(String, Handler) but returns a Future of the asynchronous result
resolveAAAA(String, Handler<AsyncResult<List<String>>>) - Method in class io.vertx.reactivex.core.dns.DnsClient
Try to resolve all AAAA (ipv6) records for the given name.
resolveAAAA(String) - Method in class io.vertx.reactivex.core.dns.DnsClient
Try to resolve all AAAA (ipv6) records for the given name.
resolveAAAA(String, Handler<AsyncResult<List<String>>>) - Method in class io.vertx.rxjava.core.dns.DnsClient
Try to resolve all AAAA (ipv6) records for the given name.
resolveAAAA(String) - Method in class io.vertx.rxjava.core.dns.DnsClient
Try to resolve all AAAA (ipv6) records for the given name.
resolveAllSchemas() - Method in class io.vertx.json.schema.common.SchemaRouterImpl
 
resolveCachedSchema(JsonPointer, JsonPointer, SchemaParser) - Method in class io.vertx.json.schema.common.SchemaRouterImpl
 
resolveCachedSchema(JsonPointer, JsonPointer, SchemaParser) - Method in interface io.vertx.json.schema.SchemaRouter
Resolve cached schema based on refPointer.
resolveCachedSchema(JsonPointer, JsonPointer, SchemaParser) - Method in class io.vertx.reactivex.json.schema.SchemaRouter
Resolve cached schema based on refPointer.
resolveCachedSchema(JsonPointer, JsonPointer, SchemaParser) - Method in class io.vertx.rxjava.json.schema.SchemaRouter
Resolve cached schema based on refPointer.
resolveCNAME(String, Handler<AsyncResult<List<String>>>) - Method in interface io.vertx.core.dns.DnsClient
Try to resolve the CNAME record for the given name.
resolveCNAME(String) - Method in interface io.vertx.core.dns.DnsClient
Like DnsClient.resolveCNAME(String, Handler) but returns a Future of the asynchronous result
resolveCNAME(String, Handler<AsyncResult<List<String>>>) - Method in class io.vertx.reactivex.core.dns.DnsClient
Try to resolve the CNAME record for the given name.
resolveCNAME(String) - Method in class io.vertx.reactivex.core.dns.DnsClient
Try to resolve the CNAME record for the given name.
resolveCNAME(String, Handler<AsyncResult<List<String>>>) - Method in class io.vertx.rxjava.core.dns.DnsClient
Try to resolve the CNAME record for the given name.
resolveCNAME(String) - Method in class io.vertx.rxjava.core.dns.DnsClient
Try to resolve the CNAME record for the given name.
resolveIdAndAlias(JsonObject, URI) - Method in class io.vertx.json.schema.common.BaseSchemaParser
 
resolveIdAndAlias(JsonObject, URI) - Method in class io.vertx.json.schema.draft201909.Draft201909SchemaParser
 
resolveMX(String, Handler<AsyncResult<List<MxRecord>>>) - Method in interface io.vertx.core.dns.DnsClient
Try to resolve the MX records for the given name.
resolveMX(String) - Method in interface io.vertx.core.dns.DnsClient
Like DnsClient.resolveMX(String, Handler) but returns a Future of the asynchronous result
resolveMX(String, Handler<AsyncResult<List<MxRecord>>>) - Method in class io.vertx.reactivex.core.dns.DnsClient
Try to resolve the MX records for the given name.
resolveMX(String) - Method in class io.vertx.reactivex.core.dns.DnsClient
Try to resolve the MX records for the given name.
resolveMX(String, Handler<AsyncResult<List<MxRecord>>>) - Method in class io.vertx.rxjava.core.dns.DnsClient
Try to resolve the MX records for the given name.
resolveMX(String) - Method in class io.vertx.rxjava.core.dns.DnsClient
Try to resolve the MX records for the given name.
resolveNS(String, Handler<AsyncResult<List<String>>>) - Method in interface io.vertx.core.dns.DnsClient
Try to resolve the NS records for the given name.
resolveNS(String) - Method in interface io.vertx.core.dns.DnsClient
Like DnsClient.resolveNS(String, Handler) but returns a Future of the asynchronous result
resolveNS(String, Handler<AsyncResult<List<String>>>) - Method in class io.vertx.reactivex.core.dns.DnsClient
Try to resolve the NS records for the given name.
resolveNS(String) - Method in class io.vertx.reactivex.core.dns.DnsClient
Try to resolve the NS records for the given name.
resolveNS(String, Handler<AsyncResult<List<String>>>) - Method in class io.vertx.rxjava.core.dns.DnsClient
Try to resolve the NS records for the given name.
resolveNS(String) - Method in class io.vertx.rxjava.core.dns.DnsClient
Try to resolve the NS records for the given name.
resolveParameter(ParameterContext, ExtensionContext) - Method in class io.vertx.junit5.VertxExtension
 
resolvePath(URI, String) - Static method in class io.vertx.json.schema.common.URIUtils
 
resolvePTR(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.core.dns.DnsClient
Try to resolve the PTR record for the given name.
resolvePTR(String) - Method in interface io.vertx.core.dns.DnsClient
Like DnsClient.resolvePTR(String, Handler) but returns a Future of the asynchronous result
resolvePTR(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.core.dns.DnsClient
Try to resolve the PTR record for the given name.
resolvePTR(String) - Method in class io.vertx.reactivex.core.dns.DnsClient
Try to resolve the PTR record for the given name.
resolvePTR(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.core.dns.DnsClient
Try to resolve the PTR record for the given name.
resolvePTR(String) - Method in class io.vertx.rxjava.core.dns.DnsClient
Try to resolve the PTR record for the given name.
resolver(AddressResolverOptions) - Method in interface io.vertx.core.spi.resolver.ResolverProvider
 
resolver(Vertx, Handler<AsyncResult<CommandResolver>>) - Method in interface io.vertx.ext.shell.spi.CommandResolverFactory
Obtain a command resolver for a Vert.x instance.
Resolver - Interface in io.vertx.maven
Interface implemented by resolver.
resolveRef(JsonPointer, JsonPointer, SchemaParser, Handler<AsyncResult<Schema>>) - Method in class io.vertx.json.schema.common.SchemaRouterImpl
 
resolveRef(JsonPointer, JsonPointer, SchemaParser) - Method in class io.vertx.json.schema.common.SchemaRouterImpl
 
resolveRef(JsonPointer, JsonPointer, SchemaParser, Handler<AsyncResult<Schema>>) - Method in interface io.vertx.json.schema.SchemaRouter
resolveRef(JsonPointer, JsonPointer, SchemaParser) - Method in interface io.vertx.json.schema.SchemaRouter
Resolve $ref.
resolveRef(JsonPointer, JsonPointer, SchemaParser, Handler<AsyncResult<Schema>>) - Method in class io.vertx.reactivex.json.schema.SchemaRouter
resolveRef(JsonPointer, JsonPointer, SchemaParser) - Method in class io.vertx.reactivex.json.schema.SchemaRouter
resolveRef(JsonPointer, JsonPointer, SchemaParser, Handler<AsyncResult<Schema>>) - Method in class io.vertx.rxjava.json.schema.SchemaRouter
resolveRef(JsonPointer, JsonPointer, SchemaParser) - Method in class io.vertx.rxjava.json.schema.SchemaRouter
ResolverImpl - Class in io.vertx.maven.resolver
An implementation of Resolver based on Aether.
ResolverImpl(ResolverOptions) - Constructor for class io.vertx.maven.resolver.ResolverImpl
Creates a new instance of ResolverImpl with the given options.
ResolverOptions - Class in io.vertx.maven
Options to configure the resolver.
ResolverOptions() - Constructor for class io.vertx.maven.ResolverOptions
 
ResolverProvider - Interface in io.vertx.core.spi.resolver
 
resolveSRV(String, Handler<AsyncResult<List<SrvRecord>>>) - Method in interface io.vertx.core.dns.DnsClient
Try to resolve the SRV records for the given name.
resolveSRV(String) - Method in interface io.vertx.core.dns.DnsClient
Like DnsClient.resolveSRV(String, Handler) but returns a Future of the asynchronous result
resolveSRV(String, Handler<AsyncResult<List<SrvRecord>>>) - Method in class io.vertx.reactivex.core.dns.DnsClient
Try to resolve the SRV records for the given name.
resolveSRV(String) - Method in class io.vertx.reactivex.core.dns.DnsClient
Try to resolve the SRV records for the given name.
resolveSRV(String, Handler<AsyncResult<List<SrvRecord>>>) - Method in class io.vertx.rxjava.core.dns.DnsClient
Try to resolve the SRV records for the given name.
resolveSRV(String) - Method in class io.vertx.rxjava.core.dns.DnsClient
Try to resolve the SRV records for the given name.
resolveTXT(String, Handler<AsyncResult<List<String>>>) - Method in interface io.vertx.core.dns.DnsClient
Try to resolve the TXT records for the given name.
resolveTXT(String) - Method in interface io.vertx.core.dns.DnsClient
Like DnsClient.resolveTXT(String, Handler) but returns a Future of the asynchronous result
resolveTXT(String, Handler<AsyncResult<List<String>>>) - Method in class io.vertx.reactivex.core.dns.DnsClient
Try to resolve the TXT records for the given name.
resolveTXT(String) - Method in class io.vertx.reactivex.core.dns.DnsClient
Try to resolve the TXT records for the given name.
resolveTXT(String, Handler<AsyncResult<List<String>>>) - Method in class io.vertx.rxjava.core.dns.DnsClient
Try to resolve the TXT records for the given name.
resolveTXT(String) - Method in class io.vertx.rxjava.core.dns.DnsClient
Try to resolve the TXT records for the given name.
respond(Function<RoutingContext, Future<T>>) - Method in interface io.vertx.ext.web.Route
Append a function request handler to the route handlers list.
respond(Function<RoutingContext, Future<T>>) - Method in class io.vertx.reactivex.ext.web.Route
Append a function request handler to the route handlers list.
respond(Function<RoutingContext, Maybe<T>>) - Method in class io.vertx.reactivex.ext.web.Route
Append a function request handler to the route handlers list.
respond(Function<RoutingContext, Future<T>>) - Method in class io.vertx.rxjava.ext.web.Route
Append a function request handler to the route handlers list.
response(Handler<AsyncResult<HttpClientResponse>>) - Method in interface io.vertx.core.http.HttpClientRequest
Set a callback for the associated HttpClientResponse.
response() - Method in interface io.vertx.core.http.HttpClientRequest
 
response() - Method in interface io.vertx.core.http.HttpServerRequest
 
response() - Method in interface io.vertx.ext.web.client.predicate.ResponsePredicateResult
The HttpResponse which has been tested.
response() - Method in interface io.vertx.ext.web.RoutingContext
 
response(Handler<AsyncResult<HttpClientResponse>>) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Set a callback for the associated HttpClientResponse.
response() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Set a callback for the associated HttpClientResponse.
response() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
 
response() - Method in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicateResult
The which has been tested.
response() - Method in class io.vertx.reactivex.ext.web.RoutingContext
 
Response - Class in io.vertx.reactivex.redis.client
The response received from the REDIS server.
Response(Response) - Constructor for class io.vertx.reactivex.redis.client.Response
 
Response(Object) - Constructor for class io.vertx.reactivex.redis.client.Response
 
Response - Interface in io.vertx.redis.client
The response received from the REDIS server.
response(Handler<AsyncResult<HttpClientResponse>>) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
Set a callback for the associated HttpClientResponse.
response() - Method in class io.vertx.rxjava.core.http.HttpClientRequest
Set a callback for the associated HttpClientResponse.
response() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
response() - Method in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicateResult
The which has been tested.
response() - Method in class io.vertx.rxjava.ext.web.RoutingContext
 
Response - Class in io.vertx.rxjava.redis.client
The response received from the REDIS server.
Response(Response) - Constructor for class io.vertx.rxjava.redis.client.Response
 
Response(Object) - Constructor for class io.vertx.rxjava.redis.client.Response
 
responseBegin(M, Resp) - Method in interface io.vertx.core.spi.metrics.ClientMetrics
Called when the client response begins.
responseBegin(R, HttpResponse) - Method in interface io.vertx.core.spi.metrics.HttpServerMetrics
Called when an http server response begins.
ResponseContentTypeHandler - Interface in io.vertx.ext.web.handler
A handler which sets the response content type automatically according to the best Accept header match.
ResponseContentTypeHandler - Class in io.vertx.reactivex.ext.web.handler
A handler which sets the response content type automatically according to the best Accept header match.
ResponseContentTypeHandler(ResponseContentTypeHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.ResponseContentTypeHandler
 
ResponseContentTypeHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.ResponseContentTypeHandler
 
ResponseContentTypeHandler - Class in io.vertx.rxjava.ext.web.handler
A handler which sets the response content type automatically according to the best Accept header match.
ResponseContentTypeHandler(ResponseContentTypeHandler) - Constructor for class io.vertx.rxjava.ext.web.handler.ResponseContentTypeHandler
 
ResponseContentTypeHandler(Object) - Constructor for class io.vertx.rxjava.ext.web.handler.ResponseContentTypeHandler
 
responseEnd(M) - Method in interface io.vertx.core.spi.metrics.ClientMetrics
responseEnd(M, long) - Method in interface io.vertx.core.spi.metrics.ClientMetrics
Called when the client response has ended
responseEnd(R, HttpResponse, long) - Method in interface io.vertx.core.spi.metrics.HttpServerMetrics
Called when an http server response has ended.
ResponsePredicate - Interface in io.vertx.ext.web.client.predicate
A predicate on HttpResponse.
ResponsePredicate - Class in io.vertx.reactivex.ext.web.client.predicate
A predicate on .
ResponsePredicate(ResponsePredicate) - Constructor for class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
 
ResponsePredicate(Object) - Constructor for class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
 
ResponsePredicate - Class in io.vertx.rxjava.ext.web.client.predicate
A predicate on .
ResponsePredicate(ResponsePredicate) - Constructor for class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
 
ResponsePredicate(Object) - Constructor for class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
 
ResponsePredicateResult - Interface in io.vertx.ext.web.client.predicate
Represents the outcome of a ResponsePredicate applied to an HttpResponse.
ResponsePredicateResult - Class in io.vertx.reactivex.ext.web.client.predicate
Represents the outcome of a ResponsePredicate applied to an .
ResponsePredicateResult(ResponsePredicateResult) - Constructor for class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicateResult
 
ResponsePredicateResult(Object) - Constructor for class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicateResult
 
ResponsePredicateResult - Class in io.vertx.rxjava.ext.web.client.predicate
Represents the outcome of a ResponsePredicate applied to an .
ResponsePredicateResult(ResponsePredicateResult) - Constructor for class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicateResult
 
ResponsePredicateResult(Object) - Constructor for class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicateResult
 
responsePushed(S, HttpMethod, String, HttpResponse) - Method in interface io.vertx.core.spi.metrics.HttpServerMetrics
Called when an http server response is pushed.
ResponseTimeHandler - Interface in io.vertx.ext.web.handler
Handler which adds a header `x-response-time` in the response of matching requests containing the time taken in ms to process the request.
ResponseTimeHandler - Class in io.vertx.reactivex.ext.web.handler
Handler which adds a header `x-response-time` in the response of matching requests containing the time taken in ms to process the request.
ResponseTimeHandler(ResponseTimeHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.ResponseTimeHandler
 
ResponseTimeHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.ResponseTimeHandler
 
ResponseTimeHandler - Class in io.vertx.rxjava.ext.web.handler
Handler which adds a header `x-response-time` in the response of matching requests containing the time taken in ms to process the request.
ResponseTimeHandler(ResponseTimeHandler) - Constructor for class io.vertx.rxjava.ext.web.handler.ResponseTimeHandler
 
ResponseTimeHandler(Object) - Constructor for class io.vertx.rxjava.ext.web.handler.ResponseTimeHandler
 
ResponseType - Enum in io.vertx.redis.client
Define the response types that the client can receive from REDIS.
restart() - Method in interface io.vertx.rabbitmq.RabbitMQPublisher
Undo the effects of calling RabbitMQPublisher.stop(Handler) so that publish may be called again.
restart() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQPublisher
Undo the effects of calling RabbitMQPublisher.stop(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) so that publish may be called again.
restart() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQPublisher
Undo the effects of calling RabbitMQPublisher.stop(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) so that publish may be called again.
RESTORE - Static variable in class io.vertx.reactivex.redis.client.Command
 
restore(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command restore.
restore(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command restore.
RESTORE - Static variable in interface io.vertx.redis.client.Command
 
restore(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command restore.
restore(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command restore.
RESTORE - Static variable in class io.vertx.rxjava.redis.client.Command
 
restore(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command restore.
restore(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command restore.
RESTORE_ASKING - Static variable in class io.vertx.reactivex.redis.client.Command
 
RESTORE_ASKING - Static variable in interface io.vertx.redis.client.Command
 
RESTORE_ASKING - Static variable in class io.vertx.rxjava.redis.client.Command
 
restoreAsking(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command restoreAsking.
restoreAsking(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command restoreAsking.
restoreAsking(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command restoreAsking.
restoreAsking(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command restoreAsking.
restoreAsking(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command restoreAsking.
restoreAsking(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command restoreAsking.
result() - Method in interface io.vertx.core.AsyncResult
The result of the operation.
result() - Method in interface io.vertx.core.Future
The result of the operation.
result() - Method in interface io.vertx.ext.web.codec.spi.BodyStream
 
resultAt(int) - Method in interface io.vertx.core.CompositeFuture
Returns the result of a wrapped future
ResultSet - Interface in io.vertx.cassandra
It is like AsyncResultSet, but adapted for Vert.x.
ResultSet - Class in io.vertx.ext.sql
Represents the results of a SQL query.
ResultSet() - Constructor for class io.vertx.ext.sql.ResultSet
Default constructor
ResultSet(ResultSet) - Constructor for class io.vertx.ext.sql.ResultSet
Copy constructor
ResultSet(List<String>, List<JsonArray>, ResultSet) - Constructor for class io.vertx.ext.sql.ResultSet
Create a result-set
ResultSet(JsonObject) - Constructor for class io.vertx.ext.sql.ResultSet
Create a result-set from JSON
ResultSet - Class in io.vertx.reactivex.cassandra
It is like AsyncResultSet, but adapted for Vert.x.
ResultSet(ResultSet) - Constructor for class io.vertx.reactivex.cassandra.ResultSet
 
ResultSet(Object) - Constructor for class io.vertx.reactivex.cassandra.ResultSet
 
ResultSet - Class in io.vertx.rxjava.cassandra
It is like AsyncResultSet, but adapted for Vert.x.
ResultSet(ResultSet) - Constructor for class io.vertx.rxjava.cassandra.ResultSet
 
ResultSet(Object) - Constructor for class io.vertx.rxjava.cassandra.ResultSet
 
resultSetClosedHandler(Handler<Void>) - Method in interface io.vertx.ext.sql.SQLRowStream
Event handler when a resultset is closed.
resultSetClosedHandler(Handler<Void>) - Method in class io.vertx.reactivex.ext.sql.SQLRowStream
Event handler when a resultset is closed.
resultSetClosedHandler(Handler<Void>) - Method in class io.vertx.rxjava.ext.sql.SQLRowStream
Event handler when a resultset is closed.
ResultSetConcurrency - Enum in io.vertx.ext.sql
Represents the resultset concurrency hint
ResultSetConverter - Class in io.vertx.ext.sql
Converter and mapper for ResultSet.
ResultSetConverter() - Constructor for class io.vertx.ext.sql.ResultSetConverter
 
ResultSetType - Enum in io.vertx.ext.sql
Represents the resultset type hint
resume() - Method in interface io.vertx.amqp.AmqpReceiver
 
resume() - Method in interface io.vertx.cassandra.CassandraRowStream
 
resume() - Method in interface io.vertx.core.datagram.DatagramSocket
 
resume() - Method in interface io.vertx.core.eventbus.MessageConsumer
 
resume() - Method in interface io.vertx.core.file.AsyncFile
 
resume() - Method in interface io.vertx.core.http.HttpClientResponse
 
resume() - Method in interface io.vertx.core.http.HttpServerFileUpload
 
resume() - Method in interface io.vertx.core.http.HttpServerRequest
 
resume() - Method in interface io.vertx.core.http.ServerWebSocket
 
resume() - Method in interface io.vertx.core.http.WebSocket
 
resume() - Method in interface io.vertx.core.http.WebSocketBase
 
resume() - Method in interface io.vertx.core.net.NetSocket
 
resume() - Method in interface io.vertx.core.parsetools.JsonParser
 
resume() - Method in interface io.vertx.core.parsetools.RecordParser
 
resume() - Method in interface io.vertx.core.streams.ReadStream
Resume reading, and sets the buffer in flowing mode.
resume() - Method in interface io.vertx.core.TimeoutStream
 
resume() - Method in interface io.vertx.ext.reactivestreams.ReactiveReadStream
 
resume() - Method in interface io.vertx.ext.shell.system.Job
Resume the job to foreground.
resume(boolean) - Method in interface io.vertx.ext.shell.system.Job
Resume the job.
resume() - Method in interface io.vertx.ext.shell.system.Process
Suspend the process.
resume(boolean) - Method in interface io.vertx.ext.shell.system.Process
Suspend the process.
resume(Handler<Void>) - Method in interface io.vertx.ext.shell.system.Process
Suspend the process.
resume(boolean, Handler<Void>) - Method in interface io.vertx.ext.shell.system.Process
Suspend the process.
resume() - Method in interface io.vertx.ext.sql.SQLRowStream
 
resume() - Method in interface io.vertx.ext.unit.report.TestSuiteReport
 
resume() - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
 
resume() - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
 
resume(TopicPartition) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
Resume specified partition which have been paused with pause.
resume(Set<TopicPartition>) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
Resume specified partitions which have been paused with pause.
resume(TopicPartition, Handler<AsyncResult<Void>>) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
Resume specified partition which have been paused with pause.
resume(Set<TopicPartition>, Handler<AsyncResult<Void>>) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
Resume specified partitions which have been paused with pause.
resume() - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
 
resume(Set<TopicPartition>) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
Resume specified partitions which have been paused with pause.
resume(Set<TopicPartition>, Handler<AsyncResult<Void>>) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
Resume specified partitions which have been paused with pause.
resume() - Method in interface io.vertx.pgclient.pubsub.PgChannel
Resume the channel.
resume() - Method in interface io.vertx.rabbitmq.RabbitMQConsumer
Resume reading from a queue.
resume() - Method in class io.vertx.reactivex.amqp.AmqpReceiver
 
resume() - Method in class io.vertx.reactivex.cassandra.CassandraRowStream
 
resume() - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
 
resume() - Method in class io.vertx.reactivex.core.eventbus.MessageConsumer
 
resume() - Method in class io.vertx.reactivex.core.file.AsyncFile
 
resume() - Method in class io.vertx.reactivex.core.http.HttpClientResponse
 
resume() - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
 
resume() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
 
resume() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
resume() - Method in class io.vertx.reactivex.core.http.WebSocket
 
resume() - Method in interface io.vertx.reactivex.core.http.WebSocketBase
 
resume() - Method in class io.vertx.reactivex.core.net.NetSocket
 
resume() - Method in class io.vertx.reactivex.core.parsetools.JsonParser
 
resume() - Method in class io.vertx.reactivex.core.parsetools.RecordParser
 
resume() - Method in interface io.vertx.reactivex.core.streams.ReadStream
Resume reading, and sets the buffer in flowing mode.
resume() - Method in class io.vertx.reactivex.core.TimeoutStream
 
resume() - Method in class io.vertx.reactivex.ext.shell.system.Job
Resume the job to foreground.
resume(boolean) - Method in class io.vertx.reactivex.ext.shell.system.Job
Resume the job.
resume() - Method in class io.vertx.reactivex.ext.shell.system.Process
Suspend the process.
resume(boolean) - Method in class io.vertx.reactivex.ext.shell.system.Process
Suspend the process.
resume(Handler<Void>) - Method in class io.vertx.reactivex.ext.shell.system.Process
Suspend the process.
resume(boolean, Handler<Void>) - Method in class io.vertx.reactivex.ext.shell.system.Process
Suspend the process.
resume() - Method in class io.vertx.reactivex.ext.sql.SQLRowStream
 
resume() - Method in class io.vertx.reactivex.ext.unit.report.TestSuiteReport
 
resume() - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
 
resume() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
 
resume(TopicPartition, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Resume specified partition which have been paused with pause.
resume(TopicPartition) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Resume specified partition which have been paused with pause.
resume(Set<TopicPartition>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Resume specified partitions which have been paused with pause.
resume(Set<TopicPartition>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Resume specified partitions which have been paused with pause.
resume() - Method in class io.vertx.reactivex.pgclient.pubsub.PgChannel
Resume the channel.
resume() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQConsumer
Resume reading from a queue.
resume() - Method in class io.vertx.reactivex.redis.client.RedisConnection
 
resume() - Method in class io.vertx.reactivex.sqlclient.RowStream
 
resume() - Method in interface io.vertx.redis.client.RedisConnection
Resume reading, and sets the buffer in flowing mode.
resume() - Method in class io.vertx.rx.java.ReadStreamSubscriber
 
resume() - Method in class io.vertx.rxjava.amqp.AmqpReceiver
 
resume() - Method in class io.vertx.rxjava.cassandra.CassandraRowStream
 
resume() - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
 
resume() - Method in class io.vertx.rxjava.core.eventbus.MessageConsumer
 
resume() - Method in class io.vertx.rxjava.core.file.AsyncFile
 
resume() - Method in class io.vertx.rxjava.core.http.HttpClientResponse
 
resume() - Method in class io.vertx.rxjava.core.http.HttpServerFileUpload
 
resume() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
resume() - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
resume() - Method in class io.vertx.rxjava.core.http.WebSocket
 
resume() - Method in interface io.vertx.rxjava.core.http.WebSocketBase
 
resume() - Method in class io.vertx.rxjava.core.net.NetSocket
 
resume() - Method in class io.vertx.rxjava.core.parsetools.JsonParser
 
resume() - Method in class io.vertx.rxjava.core.parsetools.RecordParser
 
resume() - Method in interface io.vertx.rxjava.core.streams.ReadStream
Resume reading, and sets the buffer in flowing mode.
resume() - Method in class io.vertx.rxjava.core.TimeoutStream
 
resume() - Method in class io.vertx.rxjava.ext.shell.system.Job
Resume the job to foreground.
resume(boolean) - Method in class io.vertx.rxjava.ext.shell.system.Job
Resume the job.
resume() - Method in class io.vertx.rxjava.ext.shell.system.Process
Suspend the process.
resume(boolean) - Method in class io.vertx.rxjava.ext.shell.system.Process
Suspend the process.
resume(Handler<Void>) - Method in class io.vertx.rxjava.ext.shell.system.Process
Suspend the process.
resume(boolean, Handler<Void>) - Method in class io.vertx.rxjava.ext.shell.system.Process
Suspend the process.
resume() - Method in class io.vertx.rxjava.ext.sql.SQLRowStream
 
resume() - Method in class io.vertx.rxjava.ext.unit.report.TestSuiteReport
 
resume() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
 
resume() - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
 
resume(TopicPartition, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Resume specified partition which have been paused with pause.
resume(TopicPartition) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Resume specified partition which have been paused with pause.
resume(Set<TopicPartition>, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Resume specified partitions which have been paused with pause.
resume(Set<TopicPartition>) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Resume specified partitions which have been paused with pause.
resume() - Method in class io.vertx.rxjava.pgclient.pubsub.PgChannel
Resume the channel.
resume() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQConsumer
Resume reading from a queue.
resume() - Method in class io.vertx.rxjava.redis.client.RedisConnection
 
resume() - Method in class io.vertx.rxjava.sqlclient.RowStream
 
resume() - Method in interface io.vertx.sqlclient.RowStream
 
resumeHandler(Handler<Void>) - Method in interface io.vertx.ext.shell.command.CommandProcess
Set a resume handler, this handler is called when the command is resumed, for instance user types bg or fg to resume the command.
resumeHandler(Handler<Void>) - Method in class io.vertx.reactivex.ext.shell.command.CommandProcess
Set a resume handler, this handler is called when the command is resumed, for instance user types bg or fg to resume the command.
resumeHandler(Handler<Void>) - Method in class io.vertx.rxjava.ext.shell.command.CommandProcess
Set a resume handler, this handler is called when the command is resumed, for instance user types bg or fg to resume the command.
retrieve() - Method in class io.vertx.servicediscovery.types.AbstractServiceReference
Method to implement to retrieve the service object.
RETRY_AFTER - Static variable in interface io.vertx.core.http.HttpHeaders
Retry-After header name
RETRY_AFTER - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Retry-After header name
RETRY_AFTER - Static variable in class io.vertx.rxjava.core.http.HttpHeaders
Retry-After header name
retryBufferSize(long) - Method in class io.vertx.grpc.VertxChannelBuilder
 
retryPolicy(Function<Integer, Long>) - Method in interface io.vertx.circuitbreaker.CircuitBreaker
 
retryPolicy(Function<Integer, Long>) - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
 
retryPolicy(Function<Integer, Long>) - Method in class io.vertx.rxjava.circuitbreaker.CircuitBreaker
 
retryTimeout() - Method in interface io.vertx.ext.web.sstore.SessionStore
The retry timeout value in milli seconds used by the session handler when it retrieves a value from the store.

A non positive value means there is no retry at all.

retryTimeout() - Method in class io.vertx.reactivex.ext.web.sstore.SessionStore
The retry timeout value in milli seconds used by the session handler when it retrieves a value from the store.

A non positive value means there is no retry at all.

retryTimeout() - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
The retry timeout value in milli seconds used by the session handler when it retrieves a value from the store.

A non positive value means there is no retry at all.

reverseLookup(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.core.dns.DnsClient
Try to do a reverse lookup of an IP address.
reverseLookup(String) - Method in interface io.vertx.core.dns.DnsClient
Like DnsClient.reverseLookup(String, Handler) but returns a Future of the asynchronous result
reverseLookup(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.core.dns.DnsClient
Try to do a reverse lookup of an IP address.
reverseLookup(String) - Method in class io.vertx.reactivex.core.dns.DnsClient
Try to do a reverse lookup of an IP address.
reverseLookup(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.core.dns.DnsClient
Try to do a reverse lookup of an IP address.
reverseLookup(String) - Method in class io.vertx.rxjava.core.dns.DnsClient
Try to do a reverse lookup of an IP address.
revoke(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.auth.oauth2.AccessToken
Deprecated.
Revoke access or refresh token
revoke(String) - Method in interface io.vertx.ext.auth.oauth2.AccessToken
Deprecated.
Revoke access or refresh token
revoke(User, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.auth.oauth2.OAuth2Auth
Revoke an obtained access or refresh token.
revoke(User, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.auth.oauth2.OAuth2Auth
Revoke an obtained access token.
revoke(User, String) - Method in interface io.vertx.ext.auth.oauth2.OAuth2Auth
Revoke an obtained access or refresh token.
revoke(User) - Method in interface io.vertx.ext.auth.oauth2.OAuth2Auth
Revoke an obtained access token.
revoke(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.auth.oauth2.AccessToken
Revoke access or refresh token
revoke(String) - Method in class io.vertx.reactivex.ext.auth.oauth2.AccessToken
Revoke access or refresh token
revoke(User, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
Revoke an obtained access or refresh token.
revoke(User, String) - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
Revoke an obtained access or refresh token.
revoke(User, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
Revoke an obtained access token.
revoke(User) - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
Revoke an obtained access token.
revoke(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.auth.oauth2.AccessToken
Revoke access or refresh token
revoke(String) - Method in class io.vertx.rxjava.ext.auth.oauth2.AccessToken
Revoke access or refresh token
revoke(User, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
Revoke an obtained access or refresh token.
revoke(User, String) - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
Revoke an obtained access or refresh token.
revoke(User, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
Revoke an obtained access token.
revoke(User) - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
Revoke an obtained access token.
RockerTemplateEngine - Interface in io.vertx.ext.web.templ.rocker
A template engine that uses the Rocker library.
RockerTemplateEngine - Class in io.vertx.reactivex.ext.web.templ.rocker
A template engine that uses the Rocker library.
RockerTemplateEngine(RockerTemplateEngine) - Constructor for class io.vertx.reactivex.ext.web.templ.rocker.RockerTemplateEngine
 
RockerTemplateEngine(Object) - Constructor for class io.vertx.reactivex.ext.web.templ.rocker.RockerTemplateEngine
 
RockerTemplateEngine - Class in io.vertx.rxjava.ext.web.templ.rocker
A template engine that uses the Rocker library.
RockerTemplateEngine(RockerTemplateEngine) - Constructor for class io.vertx.rxjava.ext.web.templ.rocker.RockerTemplateEngine
 
RockerTemplateEngine(Object) - Constructor for class io.vertx.rxjava.ext.web.templ.rocker.RockerTemplateEngine
 
roger(PrintWriter) - Method in class io.vertx.serviceproxy.generator.GeneratorUtils
 
ROLE - Static variable in class io.vertx.reactivex.redis.client.Command
 
role(Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command role.
role() - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command role.
ROLE - Static variable in interface io.vertx.redis.client.Command
 
role(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command role.
role() - Method in interface io.vertx.redis.client.RedisAPI
Redis command role.
ROLE - Static variable in class io.vertx.rxjava.redis.client.Command
 
role(Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command role.
role() - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command role.
ROLE_PREFIX - Static variable in interface io.vertx.ext.auth.mongo.MongoAuth
Deprecated.
The prefix which is used by the method User.isAuthorized(String, Handler) when checking for role access
ROLE_PREFIX - Static variable in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
The prefix which is used by the method when checking for role access
ROLE_PREFIX - Static variable in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
The prefix which is used by the method when checking for role access
RoleBasedAuthorization - Interface in io.vertx.ext.auth.authorization
Represents a role.
RoleBasedAuthorization - Class in io.vertx.reactivex.ext.auth.authorization
Represents a role.
RoleBasedAuthorization(RoleBasedAuthorization) - Constructor for class io.vertx.reactivex.ext.auth.authorization.RoleBasedAuthorization
 
RoleBasedAuthorization(Object) - Constructor for class io.vertx.reactivex.ext.auth.authorization.RoleBasedAuthorization
 
RoleBasedAuthorization - Class in io.vertx.rxjava.ext.auth.authorization
Represents a role.
RoleBasedAuthorization(RoleBasedAuthorization) - Constructor for class io.vertx.rxjava.ext.auth.authorization.RoleBasedAuthorization
 
RoleBasedAuthorization(Object) - Constructor for class io.vertx.rxjava.ext.auth.authorization.RoleBasedAuthorization
 
rollback(Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.sql.SQLConnection
Rolls back all changes made since the previous commit/rollback.
rollback(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Rolls back all changes made since the previous commit/rollback.
rollback() - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Rolls back all changes made since the previous commit/rollback.
rollback(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.sqlclient.Transaction
Like Transaction.rollback(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) with an handler to be notified when the transaction rollback has completed
rollback() - Method in class io.vertx.reactivex.sqlclient.Transaction
Like Transaction.rollback(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) with an handler to be notified when the transaction rollback has completed
rollback(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Rolls back all changes made since the previous commit/rollback.
rollback() - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Rolls back all changes made since the previous commit/rollback.
rollback(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.sqlclient.Transaction
Like Transaction.rollback(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) with an handler to be notified when the transaction rollback has completed
rollback() - Method in class io.vertx.rxjava.sqlclient.Transaction
Like Transaction.rollback(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) with an handler to be notified when the transaction rollback has completed
rollback() - Method in interface io.vertx.sqlclient.Transaction
Rollback the transaction and release the associated resources.
rollback(Handler<AsyncResult<Void>>) - Method in interface io.vertx.sqlclient.Transaction
Like Transaction.rollback() with an handler to be notified when the transaction rollback has completed
rootHandler(Handler<RoutingContext>) - Method in interface io.vertx.ext.web.openapi.RouterBuilder
Add global handler to be applied prior to Router being generated.
rootHandler(Handler<RoutingContext>) - Method in class io.vertx.reactivex.ext.web.openapi.RouterBuilder
Add global handler to be applied prior to being generated.
Route - Interface in io.vertx.ext.web
A route is a holder for a set of criteria which determine whether an HTTP request or failure should be routed to a handler.
route() - Method in interface io.vertx.ext.web.Router
Add a route with no matching criteria, i.e.
route(HttpMethod, String) - Method in interface io.vertx.ext.web.Router
Add a route that matches the specified HTTP method and path
route(String) - Method in interface io.vertx.ext.web.Router
Add a route that matches the specified path
Route - Class in io.vertx.reactivex.ext.web
A route is a holder for a set of criteria which determine whether an HTTP request or failure should be routed to a handler.
Route(Route) - Constructor for class io.vertx.reactivex.ext.web.Route
 
Route(Object) - Constructor for class io.vertx.reactivex.ext.web.Route
 
route() - Method in class io.vertx.reactivex.ext.web.Router
Add a route with no matching criteria, i.e.
route(HttpMethod, String) - Method in class io.vertx.reactivex.ext.web.Router
Add a route that matches the specified HTTP method and path
route(String) - Method in class io.vertx.reactivex.ext.web.Router
Add a route that matches the specified path
Route - Class in io.vertx.rxjava.ext.web
A route is a holder for a set of criteria which determine whether an HTTP request or failure should be routed to a handler.
Route(Route) - Constructor for class io.vertx.rxjava.ext.web.Route
 
Route(Object) - Constructor for class io.vertx.rxjava.ext.web.Route
 
route() - Method in class io.vertx.rxjava.ext.web.Router
Add a route with no matching criteria, i.e.
route(HttpMethod, String) - Method in class io.vertx.rxjava.ext.web.Router
Add a route that matches the specified HTTP method and path
route(String) - Method in class io.vertx.rxjava.ext.web.Router
Add a route that matches the specified path
routed(String) - Method in interface io.vertx.core.http.HttpServerRequest
Marks this request as being routed to the given route.
routed(String) - Method in class io.vertx.reactivex.core.http.HttpServerRequest
Marks this request as being routed to the given route.
routed(String) - Method in class io.vertx.rxjava.core.http.HttpServerRequest
Marks this request as being routed to the given route.
RouteNamingStrategy - Enum in io.vertx.ext.web.openapi
The way an OpenAPI operation is transformed into a route name.
Router - Interface in io.vertx.ext.web
A router receives request from an HttpServer and routes it to the first matching Route that it contains.
router(Vertx) - Static method in interface io.vertx.ext.web.Router
Create a router
router - Variable in class io.vertx.json.schema.common.BaseSchemaParser
 
Router - Class in io.vertx.reactivex.ext.web
A router receives request from an HttpServer and routes it to the first matching Route that it contains.
Router(Router) - Constructor for class io.vertx.reactivex.ext.web.Router
 
Router(Object) - Constructor for class io.vertx.reactivex.ext.web.Router
 
router(Vertx) - Static method in class io.vertx.reactivex.ext.web.Router
Create a router
Router - Class in io.vertx.rxjava.ext.web
A router receives request from an HttpServer and routes it to the first matching Route that it contains.
Router(Router) - Constructor for class io.vertx.rxjava.ext.web.Router
 
Router(Object) - Constructor for class io.vertx.rxjava.ext.web.Router
 
router(Vertx) - Static method in class io.vertx.rxjava.ext.web.Router
Create a router
RouterBuilder - Interface in io.vertx.ext.web.openapi
Interface to build a Vert.x Web Router from an OpenAPI 3 contract.
RouterBuilder - Class in io.vertx.reactivex.ext.web.openapi
Interface to build a Vert.x Web from an OpenAPI 3 contract.
RouterBuilder(RouterBuilder) - Constructor for class io.vertx.reactivex.ext.web.openapi.RouterBuilder
 
RouterBuilder(Object) - Constructor for class io.vertx.reactivex.ext.web.openapi.RouterBuilder
 
RouterBuilderException - Exception in io.vertx.ext.web.openapi
Main class for router builder exceptions
RouterBuilderException(String, ErrorType, Throwable) - Constructor for exception io.vertx.ext.web.openapi.RouterBuilderException
 
RouterBuilderOptions - Class in io.vertx.ext.web.openapi
 
RouterBuilderOptions() - Constructor for class io.vertx.ext.web.openapi.RouterBuilderOptions
 
RouterBuilderOptions(JsonObject) - Constructor for class io.vertx.ext.web.openapi.RouterBuilderOptions
 
RouterBuilderOptions(RouterBuilderOptions) - Constructor for class io.vertx.ext.web.openapi.RouterBuilderOptions
 
RouterBuilderOptionsConverter - Class in io.vertx.ext.web.openapi
Converter and mapper for RouterBuilderOptions.
RouterBuilderOptionsConverter() - Constructor for class io.vertx.ext.web.openapi.RouterBuilderOptionsConverter
 
RouterFactory<Specification> - Interface in io.vertx.ext.web.api.contract
Deprecated.
You should use the new module vertx-web-openapi
RouterFactory<Specification> - Interface in io.vertx.reactivex.ext.web.api.contract
Main interface for Design Driven Router factory Author: Francesco Guardiani @slinkydeveloper

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

RouterFactory<Specification> - Interface in io.vertx.rxjava.ext.web.api.contract
Main interface for Design Driven Router factory Author: Francesco Guardiani @slinkydeveloper

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

RouterFactoryException - Exception in io.vertx.ext.web.api.contract
Deprecated.
You should use the new module vertx-web-openapi
RouterFactoryException(String, RouterFactoryException.ErrorType) - Constructor for exception io.vertx.ext.web.api.contract.RouterFactoryException
Deprecated.
 
RouterFactoryException.ErrorType - Enum in io.vertx.ext.web.api.contract
Deprecated.
 
RouterFactoryOptions - Class in io.vertx.ext.web.api.contract
Deprecated.
You should use the new module vertx-web-openapi
RouterFactoryOptions() - Constructor for class io.vertx.ext.web.api.contract.RouterFactoryOptions
Deprecated.
 
RouterFactoryOptions(JsonObject) - Constructor for class io.vertx.ext.web.api.contract.RouterFactoryOptions
Deprecated.
 
RouterFactoryOptions(RouterFactoryOptions) - Constructor for class io.vertx.ext.web.api.contract.RouterFactoryOptions
Deprecated.
 
RouterFactoryOptionsConverter - Class in io.vertx.ext.web.api.contract
Converter and mapper for RouterFactoryOptions.
RouterFactoryOptionsConverter() - Constructor for class io.vertx.ext.web.api.contract.RouterFactoryOptionsConverter
 
RouteToEBServiceHandler - Interface in io.vertx.ext.web.api.service
Handler that proxy the request to an event bus endpoint, waits for the reply and then writes the HTTP response.
routeToEventBus(String) - Method in interface io.vertx.ext.web.openapi.Operation
Route an incoming request to this operation to a Web API Service
routeToEventBus(String, DeliveryOptions) - Method in interface io.vertx.ext.web.openapi.Operation
Route an incoming request to this operation to a Web API Service
routeToEventBus(String) - Method in class io.vertx.reactivex.ext.web.openapi.Operation
Route an incoming request to this operation to a Web API Service
routeToEventBus(String, DeliveryOptions) - Method in class io.vertx.reactivex.ext.web.openapi.Operation
Route an incoming request to this operation to a Web API Service
routeWithRegex(HttpMethod, String) - Method in interface io.vertx.ext.web.Router
Add a route that matches the specified HTTP method and path regex
routeWithRegex(String) - Method in interface io.vertx.ext.web.Router
Add a route that matches the specified path regex
routeWithRegex(HttpMethod, String) - Method in class io.vertx.reactivex.ext.web.Router
Add a route that matches the specified HTTP method and path regex
routeWithRegex(String) - Method in class io.vertx.reactivex.ext.web.Router
Add a route that matches the specified path regex
routeWithRegex(HttpMethod, String) - Method in class io.vertx.rxjava.ext.web.Router
Add a route that matches the specified HTTP method and path regex
routeWithRegex(String) - Method in class io.vertx.rxjava.ext.web.Router
Add a route that matches the specified path regex
routingContext() - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
 
RoutingContext - Interface in io.vertx.ext.web
Represents the context for the handling of a request in Vert.x-Web.
routingContext() - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
 
RoutingContext - Class in io.vertx.reactivex.ext.web
Represents the context for the handling of a request in Vert.x-Web.
RoutingContext(RoutingContext) - Constructor for class io.vertx.reactivex.ext.web.RoutingContext
 
RoutingContext(Object) - Constructor for class io.vertx.reactivex.ext.web.RoutingContext
 
routingContext() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
 
RoutingContext - Class in io.vertx.rxjava.ext.web
Represents the context for the handling of a request in Vert.x-Web.
RoutingContext(RoutingContext) - Constructor for class io.vertx.rxjava.ext.web.RoutingContext
 
RoutingContext(Object) - Constructor for class io.vertx.rxjava.ext.web.RoutingContext
 
Row - Class in io.vertx.reactivex.sqlclient
A single row of the execution result rowset.
Row(Row) - Constructor for class io.vertx.reactivex.sqlclient.Row
 
Row(Object) - Constructor for class io.vertx.reactivex.sqlclient.Row
 
Row - Class in io.vertx.rxjava.sqlclient
A single row of the execution result rowset.
Row(Row) - Constructor for class io.vertx.rxjava.sqlclient.Row
 
Row(Object) - Constructor for class io.vertx.rxjava.sqlclient.Row
 
Row - Interface in io.vertx.sqlclient
A single row of the execution result rowset.
rowCount() - Method in class io.vertx.reactivex.sqlclient.SqlResult
Get the number of the affected rows in the operation to this SqlResult.
rowCount() - Method in class io.vertx.rxjava.sqlclient.SqlResult
Get the number of the affected rows in the operation to this SqlResult.
rowCount() - Method in interface io.vertx.sqlclient.SqlResult
Get the number of the affected rows in the operation to this SqlResult.
RowIterator<R> - Class in io.vertx.reactivex.sqlclient
An iterator for processing rows.
RowIterator(RowIterator) - Constructor for class io.vertx.reactivex.sqlclient.RowIterator
 
RowIterator(Object, TypeArg<R>) - Constructor for class io.vertx.reactivex.sqlclient.RowIterator
 
RowIterator<R> - Class in io.vertx.rxjava.sqlclient
An iterator for processing rows.
RowIterator(RowIterator) - Constructor for class io.vertx.rxjava.sqlclient.RowIterator
 
RowIterator(Object, TypeArg<R>) - Constructor for class io.vertx.rxjava.sqlclient.RowIterator
 
RowIterator<R> - Interface in io.vertx.sqlclient
An iterator for processing rows.
RowMapped - Annotation Type in io.vertx.sqlclient.templates.annotations
Annotate a Vert.x data object to generate an SQL template row mapper.
RowMapper<T> - Class in io.vertx.reactivex.sqlclient.templates
Map a to an arbitrary T object.
RowMapper(RowMapper) - Constructor for class io.vertx.reactivex.sqlclient.templates.RowMapper
 
RowMapper(Object, TypeArg<T>) - Constructor for class io.vertx.reactivex.sqlclient.templates.RowMapper
 
RowMapper<T> - Interface in io.vertx.sqlclient.templates
Map a Row to an arbitrary T object.
RowMapperGen - Class in io.vertx.sqlclient.templates.generator
 
RowMapperGen() - Constructor for class io.vertx.sqlclient.templates.generator.RowMapperGen
 
RowSet<R> - Class in io.vertx.reactivex.sqlclient
The execution result of the row set of a query provided as , commonly used as a RowSet.
RowSet(RowSet) - Constructor for class io.vertx.reactivex.sqlclient.RowSet
 
RowSet(Object, TypeArg<R>) - Constructor for class io.vertx.reactivex.sqlclient.RowSet
 
RowSet<R> - Class in io.vertx.rxjava.sqlclient
The execution result of the row set of a query provided as , commonly used as a RowSet.
RowSet(RowSet) - Constructor for class io.vertx.rxjava.sqlclient.RowSet
 
RowSet(Object, TypeArg<R>) - Constructor for class io.vertx.rxjava.sqlclient.RowSet
 
RowSet<R> - Interface in io.vertx.sqlclient
The execution result of the row set of a query provided as <R>, commonly used as a RowSet<Row>.
RowStream<T> - Class in io.vertx.reactivex.sqlclient
A row oriented stream.
RowStream(RowStream) - Constructor for class io.vertx.reactivex.sqlclient.RowStream
 
RowStream(Object, TypeArg<T>) - Constructor for class io.vertx.reactivex.sqlclient.RowStream
 
RowStream<T> - Class in io.vertx.rxjava.sqlclient
A row oriented stream.
RowStream(RowStream) - Constructor for class io.vertx.rxjava.sqlclient.RowStream
 
RowStream(Object, TypeArg<T>) - Constructor for class io.vertx.rxjava.sqlclient.RowStream
 
RowStream<T> - Interface in io.vertx.sqlclient
A row oriented stream.
RPOP - Static variable in class io.vertx.reactivex.redis.client.Command
 
rpop(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command rpop.
rpop(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command rpop.
RPOP - Static variable in interface io.vertx.redis.client.Command
 
rpop(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command rpop.
rpop(String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command rpop.
RPOP - Static variable in class io.vertx.rxjava.redis.client.Command
 
rpop(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command rpop.
rpop(String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command rpop.
RPOPLPUSH - Static variable in class io.vertx.reactivex.redis.client.Command
 
rpoplpush(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command rpoplpush.
rpoplpush(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command rpoplpush.
RPOPLPUSH - Static variable in interface io.vertx.redis.client.Command
 
rpoplpush(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command rpoplpush.
rpoplpush(String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command rpoplpush.
RPOPLPUSH - Static variable in class io.vertx.rxjava.redis.client.Command
 
rpoplpush(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command rpoplpush.
rpoplpush(String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command rpoplpush.
RPUSH - Static variable in class io.vertx.reactivex.redis.client.Command
 
rpush(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command rpush.
rpush(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command rpush.
RPUSH - Static variable in interface io.vertx.redis.client.Command
 
rpush(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command rpush.
rpush(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command rpush.
RPUSH - Static variable in class io.vertx.rxjava.redis.client.Command
 
rpush(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command rpush.
rpush(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command rpush.
RPUSHX - Static variable in class io.vertx.reactivex.redis.client.Command
 
rpushx(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command rpushx.
rpushx(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command rpushx.
RPUSHX - Static variable in interface io.vertx.redis.client.Command
 
rpushx(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command rpushx.
rpushx(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command rpushx.
RPUSHX - Static variable in class io.vertx.rxjava.redis.client.Command
 
rpushx(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command rpushx.
rpushx(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command rpushx.
rtrim(String) - Static method in class io.vertx.core.cli.UsageMessageFormatter
Remove the trailing whitespace from the specified String.
run() - Method in interface io.vertx.core.spi.launcher.Command
Executes the command.
run() - Method in interface io.vertx.ext.shell.system.Job
Run the job, before running the job a Tty must be set.
run() - Method in interface io.vertx.ext.shell.system.Process
Run the process.
run(boolean) - Method in interface io.vertx.ext.shell.system.Process
Run the process.
run() - Method in interface io.vertx.ext.sync.SuspendableRunnable
Deprecated.
 
run() - Method in interface io.vertx.ext.unit.TestSuite
Run the testsuite with the default options.

When the test suite is executed in a Vertx context (i.e `Vertx.currentContext()` returns a context) this context's event loop is used for running the test suite.

run(TestOptions) - Method in interface io.vertx.ext.unit.TestSuite
Run the testsuite with the specified options.

When the test suite is executed in a Vertx context (i.e `Vertx.currentContext()` returns a context) this context's event loop is used for running the test suite unless the TestOptions.setUseEventLoop(Boolean) is set to false.

run(Vertx) - Method in interface io.vertx.ext.unit.TestSuite
Run the testsuite with the default options and the specified vertx instance.

The test suite will be executed on the event loop provided by the vertx argument.

run(Vertx, TestOptions) - Method in interface io.vertx.ext.unit.TestSuite
Run the testsuite with the specified options and the specified vertx instance.

The test suite will be executed on the event loop provided by the vertx argument when TestOptions.setUseEventLoop(Boolean) is not set to false.

run() - Method in class io.vertx.reactivex.ext.shell.system.Job
Run the job, before running the job a must be set.
run() - Method in class io.vertx.reactivex.ext.shell.system.Process
Run the process.
run(boolean) - Method in class io.vertx.reactivex.ext.shell.system.Process
Run the process.
run() - Method in class io.vertx.reactivex.ext.unit.TestSuite
Run the testsuite with the default options.

When the test suite is executed in a Vertx context (i.e `Vertx.currentContext()` returns a context) this context's event loop is used for running the test suite.

run(TestOptions) - Method in class io.vertx.reactivex.ext.unit.TestSuite
Run the testsuite with the specified options.

When the test suite is executed in a Vertx context (i.e `Vertx.currentContext()` returns a context) this context's event loop is used for running the test suite unless the TestOptions is set to false.

run(Vertx) - Method in class io.vertx.reactivex.ext.unit.TestSuite
Run the testsuite with the default options and the specified vertx instance.

The test suite will be executed on the event loop provided by the vertx argument.

run(Vertx, TestOptions) - Method in class io.vertx.reactivex.ext.unit.TestSuite
Run the testsuite with the specified options and the specified vertx instance.

The test suite will be executed on the event loop provided by the vertx argument when TestOptions is not set to false.

run() - Method in class io.vertx.rxjava.ext.shell.system.Job
Run the job, before running the job a must be set.
run() - Method in class io.vertx.rxjava.ext.shell.system.Process
Run the process.
run(boolean) - Method in class io.vertx.rxjava.ext.shell.system.Process
Run the process.
run() - Method in class io.vertx.rxjava.ext.unit.TestSuite
Run the testsuite with the default options.

When the test suite is executed in a Vertx context (i.e `Vertx.currentContext()` returns a context) this context's event loop is used for running the test suite.

run(TestOptions) - Method in class io.vertx.rxjava.ext.unit.TestSuite
Run the testsuite with the specified options.

When the test suite is executed in a Vertx context (i.e `Vertx.currentContext()` returns a context) this context's event loop is used for running the test suite unless the TestOptions is set to false.

run(Vertx) - Method in class io.vertx.rxjava.ext.unit.TestSuite
Run the testsuite with the default options and the specified vertx instance.

The test suite will be executed on the event loop provided by the vertx argument.

run(Vertx, TestOptions) - Method in class io.vertx.rxjava.ext.unit.TestSuite
Run the testsuite with the specified options and the specified vertx instance.

The test suite will be executed on the event loop provided by the vertx argument when TestOptions is not set to false.

runAsyncValidators(ValidatorContext, Object) - Method in class io.vertx.json.schema.common.SchemaImpl
 
runCommand(String, JsonObject, Handler<AsyncResult<JsonObject>>) - Method in interface io.vertx.ext.mongo.MongoClient
Run an arbitrary MongoDB command.
runCommand(String, JsonObject) - Method in interface io.vertx.ext.mongo.MongoClient
Like MongoClient.runCommand(String, JsonObject, Handler) but returns a Future of the asynchronous result
runCommand(String, JsonObject, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Run an arbitrary MongoDB command.
runCommand(String, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Run an arbitrary MongoDB command.
runCommand(String, JsonObject, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Run an arbitrary MongoDB command.
runCommand(String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Run an arbitrary MongoDB command.
runOnContext(Handler<Void>) - Method in interface io.vertx.core.Context
Run the specified action asynchronously on the same context, some time after the current execution has completed.
runOnContext(Handler<Void>) - Method in interface io.vertx.core.Vertx
Puts the handler on the event queue for the current context so it will be run asynchronously ASAP after all preceeding events have been handled.
runOnContext(Handler<Void>) - Method in class io.vertx.reactivex.core.Context
Run the specified action asynchronously on the same context, some time after the current execution has completed.
runOnContext(Handler<Void>) - Method in class io.vertx.reactivex.core.Vertx
Puts the handler on the event queue for the current context so it will be run asynchronously ASAP after all preceeding events have been handled.
runOnContext(Handler<Void>) - Method in class io.vertx.rxjava.core.Context
Run the specified action asynchronously on the same context, some time after the current execution has completed.
runOnContext(Handler<Void>) - Method in class io.vertx.rxjava.core.Vertx
Puts the handler on the event queue for the current context so it will be run asynchronously ASAP after all preceeding events have been handled.
runSyncValidator(ValidatorContext, Object) - Method in class io.vertx.json.schema.common.SchemaImpl
 
RunTestOnContext - Class in io.vertx.ext.unit.junit
A JUnit rule that runs tests on a Vert.x context.

When used as a Rule a new context is created for each tested method, the context will be same for the before and after method, but different for all the tested methods.

When used as a ClassRule, a single context is created for all the tested method, the beforeClass and afterClass method will also executed in this context.

RunTestOnContext() - Constructor for class io.vertx.ext.unit.junit.RunTestOnContext
Create a new rule managing a Vertx instance created with default options.
RunTestOnContext(VertxOptions) - Constructor for class io.vertx.ext.unit.junit.RunTestOnContext
Create a new rule managing a Vertx instance created with specified options.
RunTestOnContext(Supplier<Vertx>) - Constructor for class io.vertx.ext.unit.junit.RunTestOnContext
Create a new rule with supplier for creating a Vert.x instance.
RunTestOnContext(Supplier<Vertx>, BiConsumer<Vertx, Consumer<Void>>) - Constructor for class io.vertx.ext.unit.junit.RunTestOnContext
Create a new rule with supplier/consumer for creating/closing a Vert.x instance.
RunTestOnContext(Future<Vertx>) - Constructor for class io.vertx.ext.unit.junit.RunTestOnContext
Create a new rule with an asynchronous supplier for creating a Vert.x instance.
RunTestOnContext(Future<Vertx>, BiConsumer<Vertx, Consumer<Void>>) - Constructor for class io.vertx.ext.unit.junit.RunTestOnContext
Create a new rule with an asynchronous supplier and consumer for creating and closing a Vert.x instance.
RuntimeSQLException - Exception in io.vertx.ext.sql
 
RuntimeSQLException(SQLException) - Constructor for exception io.vertx.ext.sql.RuntimeSQLException
 
rxAbort(String) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Aborts a transaction.
rxAbort(String, Map<String, String>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Aborts a transaction.
rxAbort(String) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Aborts a transaction.
rxAbort(String, Map<String, String>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Aborts a transaction.
rxAbortTransaction() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
Aborts the ongoing transaction.
rxAbortTransaction() - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
Aborts the ongoing transaction.
rxAck(String) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Sends an acknowledgement for a specific message.
rxAck(String, String) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Sends an acknowledgement for the given frame.
rxAck(String) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Sends an acknowledgement for a specific message.
rxAck(String, String) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Sends an acknowledgement for the given frame.
rxAcl(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command acl.
rxAcl(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command acl.
rxAddAndGet(long) - Method in class io.vertx.reactivex.core.shareddata.Counter
Add the value to the counter atomically and return the new count
rxAddAndGet(long) - Method in class io.vertx.rxjava.core.shareddata.Counter
Add the value to the counter atomically and return the new count
rxAddConfirmListener(int) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Add a Confirm Listener to the channel.
rxAddConfirmListener(int) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Add a Confirm Listener to the channel.
rxAgentInfo() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the configuration and member information of the local agent
rxAgentInfo() - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the configuration and member information of the local agent
rxAll() - Method in class io.vertx.reactivex.cassandra.ResultSet
rxAll() - Method in class io.vertx.rxjava.cassandra.ResultSet
rxAppend(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command append.
rxAppend(String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command append.
rxAsking() - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command asking.
rxAsking() - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command asking.
rxAssign(TopicPartition) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Manually assign a partition to this consumer.
rxAssign(Set<TopicPartition>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Manually assign a list of partition to this consumer.
rxAssign(TopicPartition) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Manually assign a partition to this consumer.
rxAssign(Set<TopicPartition>) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Manually assign a list of partition to this consumer.
rxAssignment() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Get the set of partitions currently assigned to this consumer.
rxAssignment() - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Get the set of partitions currently assigned to this consumer.
rxAuth(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command auth.
rxAuth(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command auth.
rxAuthenticate(JsonObject) - Method in class io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider
Authenticate a user.
rxAuthenticate(Credentials) - Method in class io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider
Authenticate a user.
rxAuthenticate(JsonObject) - Method in class io.vertx.rxjava.ext.auth.authentication.AuthenticationProvider
Authenticate a user.
rxAuthenticate(Credentials) - Method in class io.vertx.rxjava.ext.auth.authentication.AuthenticationProvider
Authenticate a user.
rxAuthorize(User) - Method in interface io.vertx.reactivex.ext.web.handler.AuthHandler
Deprecated.
rxAuthorize(User) - Method in interface io.vertx.rxjava.ext.web.handler.AuthHandler
Deprecated.
rxBasicAck(long, boolean) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Acknowledge one or several received messages.
rxBasicAck(long, boolean) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Acknowledge one or several received messages.
rxBasicConsumer(String) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
 
rxBasicConsumer(String, QueueOptions) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Create a consumer with the given options.
rxBasicConsumer(String) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
 
rxBasicConsumer(String, QueueOptions) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Create a consumer with the given options.
rxBasicGet(String, boolean) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Retrieve a message from a queue using AMQP.Basic.Get
rxBasicGet(String, boolean) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Retrieve a message from a queue using AMQP.Basic.Get
rxBasicNack(long, boolean, boolean) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Reject one or several received messages.
rxBasicNack(long, boolean, boolean) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Reject one or several received messages.
rxBasicPublish(String, String, Buffer) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Publish a message.
rxBasicPublish(String, String, BasicProperties, Buffer) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Publish a message.
rxBasicPublish(String, String, Buffer) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Publish a message.
rxBasicPublish(String, String, BasicProperties, Buffer) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Publish a message.
rxBasicPublishWithDeliveryTag(String, String, BasicProperties, Buffer, Handler<Long>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Publish a message.
rxBasicPublishWithDeliveryTag(String, String, BasicProperties, Buffer, Handler<Long>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Publish a message.
rxBasicQos(int) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Request a specific prefetchCount "quality of service" settings for this channel.
rxBasicQos(int, boolean) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Request a specific prefetchCount "quality of service" settings for this channel.
rxBasicQos(int, int, boolean) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Request specific "quality of service" settings.
rxBasicQos(int) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Request a specific prefetchCount "quality of service" settings for this channel.
rxBasicQos(int, boolean) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Request a specific prefetchCount "quality of service" settings for this channel.
rxBasicQos(int, int, boolean) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Request specific "quality of service" settings.
rxBatch(List<String>) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Batch simple SQL strings and execute the batch where the async result contains a array of Integers.
rxBatch(List<Request>) - Method in class io.vertx.reactivex.redis.client.Redis
Sends a list of commands in a single IO operation, this prevents any inter twinning to happen from other client users.
rxBatch(List<Request>) - Method in class io.vertx.reactivex.redis.client.RedisConnection
Sends a list of commands in a single IO operation, this prevents any inter twinning to happen from other client users.
rxBatch(List<String>) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Batch simple SQL strings and execute the batch where the async result contains a array of Integers.
rxBatch(List<Request>) - Method in class io.vertx.rxjava.redis.client.Redis
Sends a list of commands in a single IO operation, this prevents any inter twinning to happen from other client users.
rxBatch(List<Request>) - Method in class io.vertx.rxjava.redis.client.RedisConnection
Sends a list of commands in a single IO operation, this prevents any inter twinning to happen from other client users.
rxBatchCallableWithParams(String, List<JsonArray>, List<JsonArray>) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Batch a callable statement with all entries from the args list.
rxBatchCallableWithParams(String, List<JsonArray>, List<JsonArray>) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Batch a callable statement with all entries from the args list.
rxBatchWithParams(String, List<JsonArray>) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Batch a prepared statement with all entries from the args list.
rxBatchWithParams(String, List<JsonArray>) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Batch a prepared statement with all entries from the args list.
rxBegin() - Method in class io.vertx.reactivex.sqlclient.SqlConnection
Begin a transaction and returns a Transaction for controlling and tracking this transaction.
rxBegin() - Method in class io.vertx.rxjava.sqlclient.SqlConnection
Begin a transaction and returns a Transaction for controlling and tracking this transaction.
rxBeginningOffsets(TopicPartition) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Get the first offset for the given partitions.
rxBeginningOffsets(TopicPartition) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Get the first offset for the given partitions.
rxBeginTransaction() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
Starts a new kafka transaction.
rxBeginTransaction() - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
Starts a new kafka transaction.
rxBeginTX(String) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Begins a transaction.
rxBeginTX(String, Map<String, String>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Begins a transaction.
rxBeginTX(String) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Begins a transaction.
rxBeginTX(String, Map<String, String>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Begins a transaction.
rxBgrewriteaof() - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bgrewriteaof.
rxBgrewriteaof() - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command bgrewriteaof.
rxBgsave(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bgsave.
rxBgsave(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command bgsave.
rxBitcount(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bitcount.
rxBitcount(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command bitcount.
rxBitfield(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bitfield.
rxBitfield(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command bitfield.
rxBitfieldRo(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bitfieldRo.
rxBitfieldRo(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command bitfieldRo.
rxBitop(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bitop.
rxBitop(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command bitop.
rxBitpos(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bitpos.
rxBitpos(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command bitpos.
rxBlockMulticastGroup(String, String) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Block the given address for the given multicast address and notifies the once the operation completes.
rxBlockMulticastGroup(String, String, String) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Block the given address for the given multicast address on the given network interface and notifies the once the operation completes.
rxBlockMulticastGroup(String, String) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Block the given address for the given multicast address and notifies the once the operation completes.
rxBlockMulticastGroup(String, String, String) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Block the given address for the given multicast address on the given network interface and notifies the once the operation completes.
rxBlpop(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command blpop.
rxBlpop(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command blpop.
rxBody() - Method in class io.vertx.reactivex.core.http.HttpClientResponse
rxBody() - Method in class io.vertx.rxjava.core.http.HttpClientResponse
rxBrpop(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command brpop.
rxBrpop(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command brpop.
rxBrpoplpush(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command brpoplpush.
rxBrpoplpush(String, String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command brpoplpush.
rxBulkWrite(String, List<BulkOperation>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Execute a bulk operation.
rxBulkWrite(String, List<BulkOperation>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Execute a bulk operation.
rxBulkWriteWithOptions(String, List<BulkOperation>, BulkWriteOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Execute a bulk operation with the specified write options.
rxBulkWriteWithOptions(String, List<BulkOperation>, BulkWriteOptions) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Execute a bulk operation with the specified write options.
rxBzpopmax(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bzpopmax.
rxBzpopmax(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command bzpopmax.
rxBzpopmin(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command bzpopmin.
rxBzpopmin(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command bzpopmin.
rxCall(String) - Method in class io.vertx.reactivex.ext.sql.SQLClient
Calls the given SQL PROCEDURE which returns the result from the procedure.
rxCall(String) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Calls the given SQL PROCEDURE which returns the result from the procedure.
rxCall(String) - Method in interface io.vertx.reactivex.ext.sql.SQLOperations
Calls the given SQL PROCEDURE which returns the result from the procedure.
rxCall(String) - Method in class io.vertx.rxjava.ext.sql.SQLClient
Calls the given SQL PROCEDURE which returns the result from the procedure.
rxCall(String) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Calls the given SQL PROCEDURE which returns the result from the procedure.
rxCall(String) - Method in interface io.vertx.rxjava.ext.sql.SQLOperations
Calls the given SQL PROCEDURE which returns the result from the procedure.
rxCallWithParams(String, JsonArray, JsonArray) - Method in class io.vertx.reactivex.ext.sql.SQLClient
Calls the given SQL PROCEDURE which returns the result from the procedure.
rxCallWithParams(String, JsonArray, JsonArray) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Calls the given SQL PROCEDURE which returns the result from the procedure.
rxCallWithParams(String, JsonArray, JsonArray) - Method in interface io.vertx.reactivex.ext.sql.SQLOperations
Calls the given SQL PROCEDURE which returns the result from the procedure.
rxCallWithParams(String, JsonArray, JsonArray) - Method in class io.vertx.rxjava.ext.sql.SQLClient
Calls the given SQL PROCEDURE which returns the result from the procedure.
rxCallWithParams(String, JsonArray, JsonArray) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Calls the given SQL PROCEDURE which returns the result from the procedure.
rxCallWithParams(String, JsonArray, JsonArray) - Method in interface io.vertx.rxjava.ext.sql.SQLOperations
Calls the given SQL PROCEDURE which returns the result from the procedure.
rxCancel() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQConsumer
Stop message consumption from a queue.
rxCancel() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQConsumer
Stop message consumption from a queue.
rxCatalogDatacenters() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Return all the datacenters that are known by the Consul server
rxCatalogDatacenters() - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Return all the datacenters that are known by the Consul server
rxCatalogNodes() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the nodes registered in a datacenter
rxCatalogNodes() - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the nodes registered in a datacenter
rxCatalogNodeServices(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the node's registered services
rxCatalogNodeServices(String) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the node's registered services
rxCatalogNodeServicesWithOptions(String, BlockingQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
rxCatalogNodeServicesWithOptions(String, BlockingQueryOptions) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
rxCatalogNodesWithOptions(NodeQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the nodes registered in a datacenter
rxCatalogNodesWithOptions(NodeQueryOptions) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the nodes registered in a datacenter
rxCatalogServiceNodes(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the nodes providing a service
rxCatalogServiceNodes(String) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the nodes providing a service
rxCatalogServiceNodesWithOptions(String, ServiceQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the nodes providing a service
rxCatalogServiceNodesWithOptions(String, ServiceQueryOptions) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the nodes providing a service
rxCatalogServices() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the services registered in a datacenter
rxCatalogServices() - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the services registered in a datacenter
rxCatalogServicesWithOptions(BlockingQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the services registered in a datacenter This is blocking query unlike ConsulClient.catalogServices(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.ServiceList>>)
rxCatalogServicesWithOptions(BlockingQueryOptions) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the services registered in a datacenter This is blocking query unlike ConsulClient.catalogServices(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.ServiceList>>)
rxChangeUser(MySQLAuthOptions) - Method in class io.vertx.reactivex.mysqlclient.MySQLConnection
Send a CHANGE_USER command to change the user of the current connection, this operation will also reset connection state.
rxChangeUser(MySQLAuthOptions) - Method in class io.vertx.rxjava.mysqlclient.MySQLConnection
Send a CHANGE_USER command to change the user of the current connection, this operation will also reset connection state.
rxCheckStatus() - Method in class io.vertx.reactivex.ext.healthchecks.HealthChecks
Invokes the registered procedures.
rxCheckStatus(String) - Method in class io.vertx.reactivex.ext.healthchecks.HealthChecks
Invokes the registered procedure with the given name and sub-procedures.
rxCheckStatus() - Method in class io.vertx.rxjava.ext.healthchecks.HealthChecks
Invokes the registered procedures.
rxCheckStatus(String) - Method in class io.vertx.rxjava.ext.healthchecks.HealthChecks
Invokes the registered procedure with the given name and sub-procedures.
rxChmod(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
Change the permissions on the file represented by path to perms, asynchronously.
rxChmod(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
Change the permissions on the file represented by path to perms, asynchronously.
rxChmodRecursive(String, String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
Change the permissions on the file represented by path to perms, asynchronously.
rxChmodRecursive(String, String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
Change the permissions on the file represented by path to perms, asynchronously.
rxChown(String, String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
Change the ownership on the file represented by path to user and {code group}, asynchronously.
rxChown(String, String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
Change the ownership on the file represented by path to user and {code group}, asynchronously.
rxClear() - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
Clear all entries in the map
rxClear() - Method in class io.vertx.reactivex.ext.web.sstore.SessionStore
Remove all sessions from the store.
rxClear() - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
Clear all entries in the map
rxClear() - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
Remove all sessions from the store.
rxClient(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command client.
rxClient(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command client.
rxCloneAclToken(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Clone Acl token
rxCloneAclToken(String) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Clone Acl token
rxClose() - Method in class io.vertx.reactivex.amqp.AmqpClient
Closes the client.
rxClose() - Method in class io.vertx.reactivex.amqp.AmqpConnection
Closes the AMQP connection, i.e.
rxClose() - Method in class io.vertx.reactivex.amqp.AmqpReceiver
Closes the receiver.
rxClose() - Method in class io.vertx.reactivex.amqp.AmqpSender
Closes the sender.
rxClose() - Method in class io.vertx.reactivex.cassandra.CassandraClient
Closes this client.
rxClose() - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Closes the DatagramSocket implementation asynchronous and notifies the handler once done.
rxClose() - Method in class io.vertx.reactivex.core.eventbus.MessageProducer
Same as MessageProducer.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
rxClose() - Method in class io.vertx.reactivex.core.file.AsyncFile
Close the file.
rxClose() - Method in class io.vertx.reactivex.core.http.HttpClient
Close the client.
rxClose() - Method in class io.vertx.reactivex.core.http.HttpConnection
Close the connection and all the currently active streams.
rxClose() - Method in class io.vertx.reactivex.core.http.HttpServer
Like HttpServer.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but supplying a handler that will be called when the server is actually closed (or has failed).
rxClose() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Same as ServerWebSocket.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
rxClose(short) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Same as WebSocketBase.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
rxClose(short, String) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Same as but with an handler called when the operation completes
rxClose() - Method in class io.vertx.reactivex.core.http.WebSocket
Same as WebSocketBase.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
rxClose(short) - Method in class io.vertx.reactivex.core.http.WebSocket
Same as WebSocketBase.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
rxClose(short, String) - Method in class io.vertx.reactivex.core.http.WebSocket
Same as but with an handler called when the operation completes
rxClose() - Method in interface io.vertx.reactivex.core.http.WebSocketBase
Same as WebSocketBase.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
rxClose(short) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
Same as WebSocketBase.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
rxClose(short, String) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
Same as but with an handler called when the operation completes
rxClose() - Method in class io.vertx.reactivex.core.net.NetClient
Close the client.
rxClose() - Method in class io.vertx.reactivex.core.net.NetServer
Like NetServer.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but supplying a handler that will be notified when close is complete.
rxClose() - Method in class io.vertx.reactivex.core.net.NetSocket
Close the NetSocket and notify the handler when the operation completes.
rxClose() - Method in class io.vertx.reactivex.core.Vertx
Like Vertx.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but the completionHandler will be called when the close is complete
rxClose() - Method in class io.vertx.reactivex.core.WorkerExecutor
Close the executor.
rxClose() - Method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.TcpEventBusBridge
Close the current socket.
rxClose() - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Close the client and release its resources
rxClose() - Method in class io.vertx.reactivex.ext.shell.ShellServer
Close the shell server, this is an asynchronous close.
rxClose() - Method in class io.vertx.reactivex.ext.shell.term.TermServer
Like TermServer.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but supplying a handler that will be notified when close is complete.
rxClose() - Method in class io.vertx.reactivex.ext.sql.SQLClient
Close the client and release all resources.
rxClose() - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Closes the connection.
rxClose() - Method in class io.vertx.reactivex.ext.sql.SQLRowStream
Closes the stream/underlying cursor(s).
rxClose() - Method in class io.vertx.reactivex.ext.stomp.StompServer
Closes the server.
rxClose() - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
Close the admin client
rxClose(long) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
Close the admin client
rxClose() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Close the consumer
rxClose() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
Close the producer
rxClose(long) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
Close the producer
rxClose() - Method in class io.vertx.reactivex.mqtt.MqttServer
Close the server supplying an handler that will be called when the server is actually closed (or has failed).
rxClose() - Method in class io.vertx.reactivex.pgclient.pubsub.PgSubscriber
Close the subscriber, the retry policy will not be invoked.
rxClose() - Method in class io.vertx.reactivex.sqlclient.Cursor
Like Cursor.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with a completionHandler called when the cursor has been released.
rxClose() - Method in class io.vertx.reactivex.sqlclient.Pool
Close the pool and release the associated resources.
rxClose() - Method in class io.vertx.reactivex.sqlclient.PreparedStatement
rxClose() - Method in class io.vertx.reactivex.sqlclient.RowStream
Close the stream and release the resources.
rxClose() - Method in class io.vertx.reactivex.sqlclient.SqlClient
Close the client and release the associated resources.
rxClose() - Method in class io.vertx.reactivex.sqlclient.SqlConnection
Close the current connection after all the pending commands have been processed.
rxClose() - Method in class io.vertx.rxjava.amqp.AmqpClient
Closes the client.
rxClose() - Method in class io.vertx.rxjava.amqp.AmqpConnection
Closes the AMQP connection, i.e.
rxClose() - Method in class io.vertx.rxjava.amqp.AmqpReceiver
Closes the receiver.
rxClose() - Method in class io.vertx.rxjava.amqp.AmqpSender
Closes the sender.
rxClose() - Method in class io.vertx.rxjava.cassandra.CassandraClient
Closes this client.
rxClose() - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Closes the DatagramSocket implementation asynchronous and notifies the handler once done.
rxClose() - Method in class io.vertx.rxjava.core.eventbus.MessageProducer
Same as MessageProducer.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
rxClose() - Method in class io.vertx.rxjava.core.file.AsyncFile
Close the file.
rxClose() - Method in class io.vertx.rxjava.core.http.HttpClient
Close the client.
rxClose() - Method in class io.vertx.rxjava.core.http.HttpConnection
Close the connection and all the currently active streams.
rxClose() - Method in class io.vertx.rxjava.core.http.HttpServer
Like HttpServer.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but supplying a handler that will be called when the server is actually closed (or has failed).
rxClose() - Method in class io.vertx.rxjava.core.http.ServerWebSocket
Same as ServerWebSocket.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
rxClose(short) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
Same as WebSocketBase.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
rxClose(short, String) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
Same as but with an handler called when the operation completes
rxClose() - Method in class io.vertx.rxjava.core.http.WebSocket
Same as WebSocketBase.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
rxClose(short) - Method in class io.vertx.rxjava.core.http.WebSocket
Same as WebSocketBase.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
rxClose(short, String) - Method in class io.vertx.rxjava.core.http.WebSocket
Same as but with an handler called when the operation completes
rxClose() - Method in interface io.vertx.rxjava.core.http.WebSocketBase
Same as WebSocketBase.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
rxClose(short) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
Same as WebSocketBase.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
rxClose(short, String) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
Same as but with an handler called when the operation completes
rxClose() - Method in class io.vertx.rxjava.core.net.NetClient
Close the client.
rxClose() - Method in class io.vertx.rxjava.core.net.NetServer
Like NetServer.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but supplying a handler that will be notified when close is complete.
rxClose() - Method in class io.vertx.rxjava.core.net.NetSocket
Close the NetSocket and notify the handler when the operation completes.
rxClose() - Method in class io.vertx.rxjava.core.Vertx
Like Vertx.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but the completionHandler will be called when the close is complete
rxClose() - Method in class io.vertx.rxjava.core.WorkerExecutor
Close the executor.
rxClose() - Method in class io.vertx.rxjava.ext.eventbus.bridge.tcp.TcpEventBusBridge
Close the current socket.
rxClose() - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Close the client and release its resources
rxClose() - Method in class io.vertx.rxjava.ext.shell.ShellServer
Close the shell server, this is an asynchronous close.
rxClose() - Method in class io.vertx.rxjava.ext.shell.term.TermServer
Like TermServer.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but supplying a handler that will be notified when close is complete.
rxClose() - Method in class io.vertx.rxjava.ext.sql.SQLClient
Close the client and release all resources.
rxClose() - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Closes the connection.
rxClose() - Method in class io.vertx.rxjava.ext.sql.SQLRowStream
Closes the stream/underlying cursor(s).
rxClose() - Method in class io.vertx.rxjava.ext.stomp.StompServer
Closes the server.
rxClose() - Method in class io.vertx.rxjava.kafka.admin.KafkaAdminClient
Close the admin client
rxClose(long) - Method in class io.vertx.rxjava.kafka.admin.KafkaAdminClient
Close the admin client
rxClose() - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Close the consumer
rxClose() - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
Close the producer
rxClose(long) - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
Close the producer
rxClose() - Method in class io.vertx.rxjava.mqtt.MqttServer
Close the server supplying an handler that will be called when the server is actually closed (or has failed).
rxClose() - Method in class io.vertx.rxjava.pgclient.pubsub.PgSubscriber
Close the subscriber, the retry policy will not be invoked.
rxClose() - Method in class io.vertx.rxjava.sqlclient.Cursor
Like Cursor.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with a completionHandler called when the cursor has been released.
rxClose() - Method in class io.vertx.rxjava.sqlclient.Pool
Close the pool and release the associated resources.
rxClose() - Method in class io.vertx.rxjava.sqlclient.PreparedStatement
rxClose() - Method in class io.vertx.rxjava.sqlclient.RowStream
Close the stream and release the resources.
rxClose() - Method in class io.vertx.rxjava.sqlclient.SqlClient
Close the client and release the associated resources.
rxClose() - Method in class io.vertx.rxjava.sqlclient.SqlConnection
Close the current connection after all the pending commands have been processed.
rxCluster(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command cluster.
rxCluster(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command cluster.
rxClusteredVertx(VertxOptions) - Static method in class io.vertx.reactivex.core.Vertx
Creates a clustered instance using the specified options.
rxClusteredVertx(VertxOptions) - Static method in class io.vertx.rxjava.core.Vertx
Creates a clustered instance using the specified options.
rxCommand(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command command.
rxCommand(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command command.
rxCommit() - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Commits all changes made since the previous commit/rollback.
rxCommit(String) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Commits a transaction.
rxCommit(String, Map<String, String>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Commits a transaction.
rxCommit() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Commit current offsets for all the subscribed list of topics and partition.
rxCommit() - Method in class io.vertx.reactivex.sqlclient.Transaction
Like Transaction.commit(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) with an handler to be notified when the transaction commit has completed
rxCommit() - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Commits all changes made since the previous commit/rollback.
rxCommit(String) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Commits a transaction.
rxCommit(String, Map<String, String>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Commits a transaction.
rxCommit() - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Commit current offsets for all the subscribed list of topics and partition.
rxCommit() - Method in class io.vertx.rxjava.sqlclient.Transaction
Like Transaction.commit(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) with an handler to be notified when the transaction commit has completed
rxCommitted(TopicPartition) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Get the last committed offset for the given partition (whether the commit happened by this process or another).
rxCommitted(TopicPartition) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Get the last committed offset for the given partition (whether the commit happened by this process or another).
rxCommitTransaction() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
Commits the ongoing transaction.
rxCommitTransaction() - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
Commits the ongoing transaction.
rxCompareAndSet(long, long) - Method in class io.vertx.reactivex.core.shareddata.Counter
Set the counter to the specified value only if the current value is the expectec value.
rxCompareAndSet(long, long) - Method in class io.vertx.rxjava.core.shareddata.Counter
Set the counter to the specified value only if the current value is the expectec value.
rxCompletion() - Method in class io.vertx.reactivex.sqlclient.Transaction
rxCompletion() - Method in class io.vertx.rxjava.sqlclient.Transaction
rxCompletionHandler() - Method in class io.vertx.reactivex.core.eventbus.MessageConsumer
Optional method which can be called to indicate when the registration has been propagated across the cluster.
rxCompletionHandler() - Method in class io.vertx.rxjava.core.eventbus.MessageConsumer
Optional method which can be called to indicate when the registration has been propagated across the cluster.
rxConfig(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command config.
rxConfig(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command config.
rxConfirmSelect() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Enables publisher acknowledgements on this channel.
rxConfirmSelect() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Enables publisher acknowledgements on this channel.
rxConnect() - Method in class io.vertx.reactivex.amqp.AmqpClient
Connects to the AMQP broker or router.
rxConnect() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Create an HTTP tunnel to the server.
rxConnect(int, String) - Method in class io.vertx.reactivex.core.net.NetClient
Open a connection to a server at the specific port and host.
rxConnect(int, String, String) - Method in class io.vertx.reactivex.core.net.NetClient
Open a connection to a server at the specific port and host.
rxConnect(SocketAddress) - Method in class io.vertx.reactivex.core.net.NetClient
Open a connection to a server at the specific remoteAddress.
rxConnect(SocketAddress, String) - Method in class io.vertx.reactivex.core.net.NetClient
Open a connection to a server at the specific remoteAddress.
rxConnect(Vertx, DB2ConnectOptions) - Static method in class io.vertx.reactivex.db2client.DB2Connection
Create a connection to DB2 server with the given connectOptions.
rxConnect(Vertx, String) - Static method in class io.vertx.reactivex.db2client.DB2Connection
rxConnect(int, String) - Method in class io.vertx.reactivex.ext.stomp.StompClient
Connects to the server.
rxConnect(NetClient) - Method in class io.vertx.reactivex.ext.stomp.StompClient
Connects to the server.
rxConnect(int, String, NetClient) - Method in class io.vertx.reactivex.ext.stomp.StompClient
Connects to the server.
rxConnect() - Method in class io.vertx.reactivex.ext.stomp.StompClient
Connects to the server using the host and port configured in the client's options.
rxConnect(int, String) - Method in class io.vertx.reactivex.mqtt.MqttClient
Connects to an MQTT server calling connectHandler after connection
rxConnect(int, String, String) - Method in class io.vertx.reactivex.mqtt.MqttClient
Connects to an MQTT server calling connectHandler after connection
rxConnect(Vertx, MySQLConnectOptions) - Static method in class io.vertx.reactivex.mysqlclient.MySQLConnection
Create a connection to MySQL server with the given connectOptions.
rxConnect(Vertx, String) - Static method in class io.vertx.reactivex.mysqlclient.MySQLConnection
rxConnect(Vertx, PgConnectOptions) - Static method in class io.vertx.reactivex.pgclient.PgConnection
Connects to the database and returns the connection if that succeeds.
rxConnect(Vertx) - Static method in class io.vertx.reactivex.pgclient.PgConnection
rxConnect(Vertx, String) - Static method in class io.vertx.reactivex.pgclient.PgConnection
rxConnect() - Method in class io.vertx.reactivex.pgclient.pubsub.PgSubscriber
Connect the subscriber to Postgres.
rxConnect() - Method in class io.vertx.reactivex.redis.client.Redis
Connects to the redis server.
rxConnect() - Method in class io.vertx.rxjava.amqp.AmqpClient
Connects to the AMQP broker or router.
rxConnect() - Method in class io.vertx.rxjava.core.http.HttpClientRequest
Create an HTTP tunnel to the server.
rxConnect(int, String) - Method in class io.vertx.rxjava.core.net.NetClient
Open a connection to a server at the specific port and host.
rxConnect(int, String, String) - Method in class io.vertx.rxjava.core.net.NetClient
Open a connection to a server at the specific port and host.
rxConnect(SocketAddress) - Method in class io.vertx.rxjava.core.net.NetClient
Open a connection to a server at the specific remoteAddress.
rxConnect(SocketAddress, String) - Method in class io.vertx.rxjava.core.net.NetClient
Open a connection to a server at the specific remoteAddress.
rxConnect(Vertx, DB2ConnectOptions) - Static method in class io.vertx.rxjava.db2client.DB2Connection
Create a connection to DB2 server with the given connectOptions.
rxConnect(Vertx, String) - Static method in class io.vertx.rxjava.db2client.DB2Connection
rxConnect(int, String) - Method in class io.vertx.rxjava.ext.stomp.StompClient
Connects to the server.
rxConnect(NetClient) - Method in class io.vertx.rxjava.ext.stomp.StompClient
Connects to the server.
rxConnect(int, String, NetClient) - Method in class io.vertx.rxjava.ext.stomp.StompClient
Connects to the server.
rxConnect() - Method in class io.vertx.rxjava.ext.stomp.StompClient
Connects to the server using the host and port configured in the client's options.
rxConnect(int, String) - Method in class io.vertx.rxjava.mqtt.MqttClient
Connects to an MQTT server calling connectHandler after connection
rxConnect(int, String, String) - Method in class io.vertx.rxjava.mqtt.MqttClient
Connects to an MQTT server calling connectHandler after connection
rxConnect(Vertx, MySQLConnectOptions) - Static method in class io.vertx.rxjava.mysqlclient.MySQLConnection
Create a connection to MySQL server with the given connectOptions.
rxConnect(Vertx, String) - Static method in class io.vertx.rxjava.mysqlclient.MySQLConnection
rxConnect(Vertx, PgConnectOptions) - Static method in class io.vertx.rxjava.pgclient.PgConnection
Connects to the database and returns the connection if that succeeds.
rxConnect(Vertx) - Static method in class io.vertx.rxjava.pgclient.PgConnection
rxConnect(Vertx, String) - Static method in class io.vertx.rxjava.pgclient.PgConnection
rxConnect() - Method in class io.vertx.rxjava.pgclient.pubsub.PgSubscriber
Connect the subscriber to Postgres.
rxConnect() - Method in class io.vertx.rxjava.redis.client.Redis
Connects to the redis server.
rxCoordinateDatacenters() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the WAN network coordinates for all Consul servers, organized by DCs
rxCoordinateDatacenters() - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the WAN network coordinates for all Consul servers, organized by DCs
rxCoordinateNodes() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the LAN network coordinates for all nodes in a given DC
rxCoordinateNodes() - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the LAN network coordinates for all nodes in a given DC
rxCoordinateNodesWithOptions(BlockingQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the LAN network coordinates for all nodes in a given DC This is blocking query unlike ConsulClient.coordinateNodes(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.CoordinateList>>)
rxCoordinateNodesWithOptions(BlockingQueryOptions) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the LAN network coordinates for all nodes in a given DC This is blocking query unlike ConsulClient.coordinateNodes(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.ext.consul.CoordinateList>>)
rxCopy(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
Copy a file from the path from to path to, asynchronously.
rxCopy(String, String, CopyOptions) - Method in class io.vertx.reactivex.core.file.FileSystem
Copy a file from the path from to path to, asynchronously.
rxCopy(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
Copy a file from the path from to path to, asynchronously.
rxCopy(String, String, CopyOptions) - Method in class io.vertx.rxjava.core.file.FileSystem
Copy a file from the path from to path to, asynchronously.
rxCopyRecursive(String, String, boolean) - Method in class io.vertx.reactivex.core.file.FileSystem
Copy a file from the path from to path to, asynchronously.
rxCopyRecursive(String, String, boolean) - Method in class io.vertx.rxjava.core.file.FileSystem
Copy a file from the path from to path to, asynchronously.
rxCount(String, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Count matching documents in a collection.
rxCount(String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Count matching documents in a collection.
rxCreate(Vertx, String) - Static method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Deprecated.
rxCreate(Vertx, String, List<JsonObject>) - Static method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Deprecated.
rxCreate(Vertx, String) - Static method in class io.vertx.reactivex.ext.web.openapi.RouterBuilder
Like
rxCreate(Vertx, String, OpenAPILoaderOptions) - Static method in class io.vertx.reactivex.ext.web.openapi.RouterBuilder
Like
rxCreate(Vertx, String) - Static method in class io.vertx.rxjava.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Deprecated.
rxCreate(Vertx, String, List<JsonObject>) - Static method in class io.vertx.rxjava.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Deprecated.
rxCreateAclToken(AclToken) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Create new Acl token
rxCreateAclToken(AclToken) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Create new Acl token
rxCreateAnonymousSender() - Method in class io.vertx.reactivex.amqp.AmqpConnection
Creates an anonymous sender.
rxCreateAnonymousSender() - Method in class io.vertx.rxjava.amqp.AmqpConnection
Creates an anonymous sender.
rxCreateCollection(String) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Create a new collection
rxCreateCollection(String) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Create a new collection
rxCreateCredentialsOptions(JsonObject) - Method in class io.vertx.reactivex.ext.auth.webauthn.WebAuthn
Gets a challenge and any other parameters for the navigator.credentials.create() call.
rxCreateCredentialsOptions(JsonObject) - Method in class io.vertx.rxjava.ext.auth.webauthn.WebAuthn
Gets a challenge and any other parameters for the navigator.credentials.create() call.
rxCreateDefaultGridFsBucketService() - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Creates a MongoGridFsClient used to interact with Mongo GridFS.
rxCreateDefaultGridFsBucketService() - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Creates a MongoGridFsClient used to interact with Mongo GridFS.
rxCreateDynamicReceiver() - Method in class io.vertx.reactivex.amqp.AmqpConnection
Creates a dynamic receiver.
rxCreateDynamicReceiver() - Method in class io.vertx.rxjava.amqp.AmqpConnection
Creates a dynamic receiver.
rxCreateFile(String) - Method in class io.vertx.reactivex.core.file.FileSystem
Creates an empty file with the specified path, asynchronously.
rxCreateFile(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
Creates an empty file with the specified path and permissions perms, asynchronously.
rxCreateFile(String) - Method in class io.vertx.rxjava.core.file.FileSystem
Creates an empty file with the specified path, asynchronously.
rxCreateFile(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
Creates an empty file with the specified path and permissions perms, asynchronously.
rxCreateGridFsBucketService(String) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Creates a MongoGridFsClient used to interact with Mongo GridFS.
rxCreateGridFsBucketService(String) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Creates a MongoGridFsClient used to interact with Mongo GridFS.
rxCreateHashedUser(String, String) - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCUserUtil
Insert a user into a database.
rxCreateHashedUser(String, String) - Method in class io.vertx.reactivex.ext.auth.mongo.MongoUserUtil
Insert a user into a database.
rxCreateHashedUser(String, String) - Method in class io.vertx.reactivex.ext.auth.sqlclient.SqlUserUtil
Insert a user into a database.
rxCreateHashedUser(String, String) - Method in class io.vertx.rxjava.ext.auth.jdbc.JDBCUserUtil
Insert a user into a database.
rxCreateHashedUser(String, String) - Method in class io.vertx.rxjava.ext.auth.mongo.MongoUserUtil
Insert a user into a database.
rxCreateHashedUser(String, String) - Method in class io.vertx.rxjava.ext.auth.sqlclient.SqlUserUtil
Insert a user into a database.
rxCreateIndex(String, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Creates an index.
rxCreateIndex(String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Creates an index.
rxCreateIndexes(String, List<IndexModel>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
creates an indexes
rxCreateIndexes(String, List<IndexModel>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
creates an indexes
rxCreateIndexWithOptions(String, JsonObject, IndexOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Creates an index.
rxCreateIndexWithOptions(String, JsonObject, IndexOptions) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Creates an index.
rxCreatePreparedQuery(PreparedQueryDefinition) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
 
rxCreatePreparedQuery(PreparedQueryDefinition) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
 
rxCreateReceiver(String) - Method in class io.vertx.reactivex.amqp.AmqpClient
Creates a receiver used to consume messages from the given address.
rxCreateReceiver(String, AmqpReceiverOptions) - Method in class io.vertx.reactivex.amqp.AmqpClient
Creates a receiver used to consumer messages from the given address.
rxCreateReceiver(String) - Method in class io.vertx.reactivex.amqp.AmqpConnection
Creates a receiver used to consume messages from the given address.
rxCreateReceiver(String, AmqpReceiverOptions) - Method in class io.vertx.reactivex.amqp.AmqpConnection
Creates a receiver used to consumer messages from the given address.
rxCreateReceiver(String) - Method in class io.vertx.rxjava.amqp.AmqpClient
Creates a receiver used to consume messages from the given address.
rxCreateReceiver(String, AmqpReceiverOptions) - Method in class io.vertx.rxjava.amqp.AmqpClient
Creates a receiver used to consumer messages from the given address.
rxCreateReceiver(String) - Method in class io.vertx.rxjava.amqp.AmqpConnection
Creates a receiver used to consume messages from the given address.
rxCreateReceiver(String, AmqpReceiverOptions) - Method in class io.vertx.rxjava.amqp.AmqpConnection
Creates a receiver used to consumer messages from the given address.
rxCreateRolePermission(String, String) - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCUserUtil
Insert a role permission into a database.
rxCreateRolePermission(String, String) - Method in class io.vertx.reactivex.ext.auth.sqlclient.SqlUserUtil
Insert a role permission into a database.
rxCreateRolePermission(String, String) - Method in class io.vertx.rxjava.ext.auth.jdbc.JDBCUserUtil
Insert a role permission into a database.
rxCreateRolePermission(String, String) - Method in class io.vertx.rxjava.ext.auth.sqlclient.SqlUserUtil
Insert a role permission into a database.
rxCreateSender(String) - Method in class io.vertx.reactivex.amqp.AmqpClient
Creates a sender used to send messages to the given address.
rxCreateSender(String, AmqpSenderOptions) - Method in class io.vertx.reactivex.amqp.AmqpClient
Creates a sender used to send messages to the given address.
rxCreateSender(String) - Method in class io.vertx.reactivex.amqp.AmqpConnection
Creates a sender used to send messages to the given address.
rxCreateSender(String, AmqpSenderOptions) - Method in class io.vertx.reactivex.amqp.AmqpConnection
Creates a sender used to send messages to the given address.
rxCreateSender(String) - Method in class io.vertx.rxjava.amqp.AmqpClient
Creates a sender used to send messages to the given address.
rxCreateSender(String, AmqpSenderOptions) - Method in class io.vertx.rxjava.amqp.AmqpClient
Creates a sender used to send messages to the given address.
rxCreateSender(String) - Method in class io.vertx.rxjava.amqp.AmqpConnection
Creates a sender used to send messages to the given address.
rxCreateSender(String, AmqpSenderOptions) - Method in class io.vertx.rxjava.amqp.AmqpConnection
Creates a sender used to send messages to the given address.
rxCreateSession() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Initialize a new session
rxCreateSession() - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Initialize a new session
rxCreateSessionWithOptions(SessionOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Initialize a new session
rxCreateSessionWithOptions(SessionOptions) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Initialize a new session
rxCreateTempDirectory(String) - Method in class io.vertx.reactivex.core.file.FileSystem
Creates a new directory in the default temporary-file directory, using the given prefix to generate its name, asynchronously.
rxCreateTempDirectory(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
Creates a new directory in the default temporary-file directory, using the given prefix to generate its name, asynchronously.
rxCreateTempDirectory(String, String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
Creates a new directory in the directory provided by the path path, using the given prefix to generate its name, asynchronously.
rxCreateTempDirectory(String) - Method in class io.vertx.rxjava.core.file.FileSystem
Creates a new directory in the default temporary-file directory, using the given prefix to generate its name, asynchronously.
rxCreateTempDirectory(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
Creates a new directory in the default temporary-file directory, using the given prefix to generate its name, asynchronously.
rxCreateTempDirectory(String, String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
Creates a new directory in the directory provided by the path path, using the given prefix to generate its name, asynchronously.
rxCreateTempFile(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
Creates a new file in the default temporary-file directory, using the given prefix and suffix to generate its name, asynchronously.
rxCreateTempFile(String, String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
Creates a new file in the directory provided by the path dir, using the given prefix and suffix to generate its name, asynchronously.
rxCreateTempFile(String, String, String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
Creates a new file in the directory provided by the path dir, using the given prefix and suffix to generate its name, asynchronously.
rxCreateTempFile(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
Creates a new file in the default temporary-file directory, using the given prefix and suffix to generate its name, asynchronously.
rxCreateTempFile(String, String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
Creates a new file in the directory provided by the path dir, using the given prefix and suffix to generate its name, asynchronously.
rxCreateTempFile(String, String, String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
Creates a new file in the directory provided by the path dir, using the given prefix and suffix to generate its name, asynchronously.
rxCreateTopics(List<NewTopic>) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
Creates a batch of new Kafka topics
rxCreateTopics(List<NewTopic>) - Method in class io.vertx.rxjava.kafka.admin.KafkaAdminClient
Creates a batch of new Kafka topics
rxCreateUser(String, String) - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCUserUtil
Insert a user into a database.
rxCreateUser(String, String) - Method in class io.vertx.reactivex.ext.auth.mongo.MongoUserUtil
Insert a user into a database.
rxCreateUser(String, String) - Method in class io.vertx.reactivex.ext.auth.sqlclient.SqlUserUtil
Insert a user into a database.
rxCreateUser(String, String) - Method in class io.vertx.rxjava.ext.auth.jdbc.JDBCUserUtil
Insert a user into a database.
rxCreateUser(String, String) - Method in class io.vertx.rxjava.ext.auth.mongo.MongoUserUtil
Insert a user into a database.
rxCreateUser(String, String) - Method in class io.vertx.rxjava.ext.auth.sqlclient.SqlUserUtil
Insert a user into a database.
rxCreateUserRole(String, String) - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCUserUtil
Insert a user role into a database.
rxCreateUserRole(String, String) - Method in class io.vertx.reactivex.ext.auth.sqlclient.SqlUserUtil
Insert a user role into a database.
rxCreateUserRole(String, String) - Method in class io.vertx.rxjava.ext.auth.jdbc.JDBCUserUtil
Insert a user role into a database.
rxCreateUserRole(String, String) - Method in class io.vertx.rxjava.ext.auth.sqlclient.SqlUserUtil
Insert a user role into a database.
rxCreateUserRolesAndPermissions(String, List<String>, List<String>) - Method in class io.vertx.reactivex.ext.auth.mongo.MongoUserUtil
Insert a user role into a database.
rxCreateUserRolesAndPermissions(String, List<String>, List<String>) - Method in class io.vertx.rxjava.ext.auth.mongo.MongoUserUtil
Insert a user role into a database.
rxDbsize() - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command dbsize.
rxDbsize() - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command dbsize.
rxDebug() - Method in class io.vertx.reactivex.db2client.DB2Connection
Send a DEBUG command to dump debug information to the server's stdout.
rxDebug() - Method in class io.vertx.reactivex.mysqlclient.MySQLConnection
Send a DEBUG command to dump debug information to the server's stdout.
rxDebug(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command debug.
rxDebug() - Method in class io.vertx.rxjava.db2client.DB2Connection
Send a DEBUG command to dump debug information to the server's stdout.
rxDebug() - Method in class io.vertx.rxjava.mysqlclient.MySQLConnection
Send a DEBUG command to dump debug information to the server's stdout.
rxDebug(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command debug.
rxDecodeToken(String) - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
Deprecated.
rxDecodeToken(String) - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
Deprecated.
rxDecr(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command decr.
rxDecr(String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command decr.
rxDecrby(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command decrby.
rxDecrby(String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command decrby.
rxDecrementAndGet() - Method in class io.vertx.reactivex.core.shareddata.Counter
Decrement the counter atomically and return the new count
rxDecrementAndGet() - Method in class io.vertx.rxjava.core.shareddata.Counter
Decrement the counter atomically and return the new count
rxDel(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command del.
rxDel(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command del.
rxDelete(String) - Method in class io.vertx.reactivex.core.file.FileSystem
Deletes the file represented by the specified path, asynchronously.
rxDelete(String) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
Deletes a file by it's ID
rxDelete(String) - Method in class io.vertx.reactivex.ext.web.sstore.SessionStore
Delete the session with the specified ID.
rxDelete(String) - Method in class io.vertx.rxjava.core.file.FileSystem
Deletes the file represented by the specified path, asynchronously.
rxDelete(String) - Method in class io.vertx.rxjava.ext.mongo.MongoGridFsClient
Deletes a file by it's ID
rxDelete(String) - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
Delete the session with the specified ID.
rxDeleteConsumerGroupOffsets(String, Set<TopicPartition>) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
Delete committed offsets for a set of partitions in a consumer group.
rxDeleteConsumerGroupOffsets(String, Set<TopicPartition>) - Method in class io.vertx.rxjava.kafka.admin.KafkaAdminClient
Delete committed offsets for a set of partitions in a consumer group.
rxDeleteConsumerGroups(List<String>) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
Delete consumer groups from the cluster.
rxDeleteConsumerGroups(List<String>) - Method in class io.vertx.rxjava.kafka.admin.KafkaAdminClient
Delete consumer groups from the cluster.
rxDeletePreparedQuery(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Deletes an existing prepared query
rxDeletePreparedQuery(String) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Deletes an existing prepared query
rxDeleteRecursive(String, boolean) - Method in class io.vertx.reactivex.core.file.FileSystem
Deletes the file represented by the specified path, asynchronously.
rxDeleteRecursive(String, boolean) - Method in class io.vertx.rxjava.core.file.FileSystem
Deletes the file represented by the specified path, asynchronously.
rxDeleteTopics(List<String>) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
Deletes a batch of Kafka topics
rxDeleteTopics(List<String>) - Method in class io.vertx.rxjava.kafka.admin.KafkaAdminClient
Deletes a batch of Kafka topics
rxDeleteValue(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Remove the key/value pair that corresponding to the specified key
rxDeleteValue(String) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Remove the key/value pair that corresponding to the specified key
rxDeleteValues(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Removes all the key/value pair that corresponding to the specified key prefix
rxDeleteValues(String) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Removes all the key/value pair that corresponding to the specified key prefix
rxDeployVerticle(String) - Method in class io.vertx.reactivex.core.Vertx
Like Vertx.deployVerticle(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>) but the completionHandler will be notified when the deployment is complete.
rxDeployVerticle(String, DeploymentOptions) - Method in class io.vertx.reactivex.core.Vertx
rxDeployVerticle(Verticle) - Method in class io.vertx.reactivex.core.Vertx
Like Vertx.deployVerticle(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>) but the completionHandler will be notified when the deployment is complete.
rxDeployVerticle(Verticle, DeploymentOptions) - Method in class io.vertx.reactivex.core.Vertx
rxDeployVerticle(Supplier<Verticle>, DeploymentOptions) - Method in class io.vertx.reactivex.core.Vertx
rxDeployVerticle(String) - Method in class io.vertx.rxjava.core.Vertx
Like Vertx.deployVerticle(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>) but the completionHandler will be notified when the deployment is complete.
rxDeployVerticle(String, DeploymentOptions) - Method in class io.vertx.rxjava.core.Vertx
rxDeployVerticle(Verticle) - Method in class io.vertx.rxjava.core.Vertx
Like Vertx.deployVerticle(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.String>>) but the completionHandler will be notified when the deployment is complete.
rxDeployVerticle(Verticle, DeploymentOptions) - Method in class io.vertx.rxjava.core.Vertx
rxDeployVerticle(Supplier<Verticle>, DeploymentOptions) - Method in class io.vertx.rxjava.core.Vertx
rxDeregisterCheck(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Remove a check from the local agent.
rxDeregisterCheck(String) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Remove a check from the local agent.
rxDeregisterService(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Remove a service from the local agent.
rxDeregisterService(String) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Remove a service from the local agent.
rxDescribeCluster() - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
Describe the nodes in the cluster with the default options
rxDescribeCluster() - Method in class io.vertx.rxjava.kafka.admin.KafkaAdminClient
Describe the nodes in the cluster with the default options
rxDescribeConsumerGroups(List<String>) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
Describe some group ids in the cluster, with the default options
rxDescribeConsumerGroups(List<String>) - Method in class io.vertx.rxjava.kafka.admin.KafkaAdminClient
Describe some group ids in the cluster, with the default options
rxDescribeTopics(List<String>) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
Describe some topics in the cluster, with the default options.
rxDescribeTopics(List<String>) - Method in class io.vertx.rxjava.kafka.admin.KafkaAdminClient
Describe some topics in the cluster, with the default options.
rxDestroyAclToken(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Destroy Acl token
rxDestroyAclToken(String) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Destroy Acl token
rxDestroySession(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Destroys the given session
rxDestroySession(String) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Destroys the given session
rxDiscard() - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command discard.
rxDiscard() - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command discard.
rxDisconnect() - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Disconnects the client.
rxDisconnect(Frame) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Disconnects the client.
rxDisconnect() - Method in class io.vertx.reactivex.mqtt.MqttClient
Disconnects from the MQTT server calling disconnectHandler after disconnection
rxDisconnect() - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Disconnects the client.
rxDisconnect(Frame) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Disconnects the client.
rxDisconnect() - Method in class io.vertx.rxjava.mqtt.MqttClient
Disconnects from the MQTT server calling disconnectHandler after disconnection
rxDiscover(Vertx, OAuth2Options) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.AmazonCognitoAuth
Create a OAuth2Auth provider for OpenID Connect Discovery.
rxDiscover(Vertx, OAuth2Options) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.AzureADAuth
Create a OAuth2Auth provider for OpenID Connect Discovery.
rxDiscover(Vertx, OAuth2Options) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.GoogleAuth
Create a OAuth2Auth provider for OpenID Connect Discovery.
rxDiscover(Vertx, OAuth2Options) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.IBMCloudAuth
Create a OAuth2Auth provider for OpenID Connect Discovery.
rxDiscover(Vertx, OAuth2Options) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.KeycloakAuth
Create a OAuth2Auth provider for OpenID Connect Discovery.
rxDiscover(Vertx, OAuth2Options) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.OpenIDConnectAuth
Create a OAuth2Auth provider for OpenID Connect Discovery.
rxDiscover(Vertx, OAuth2Options) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.SalesforceAuth
Create a OAuth2Auth provider for OpenID Connect Discovery.
rxDiscover(Vertx, OAuth2Options) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.AmazonCognitoAuth
Create a OAuth2Auth provider for OpenID Connect Discovery.
rxDiscover(Vertx, OAuth2Options) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.AzureADAuth
Create a OAuth2Auth provider for OpenID Connect Discovery.
rxDiscover(Vertx, OAuth2Options) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.GoogleAuth
Create a OAuth2Auth provider for OpenID Connect Discovery.
rxDiscover(Vertx, OAuth2Options) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.IBMCloudAuth
Create a OAuth2Auth provider for OpenID Connect Discovery.
rxDiscover(Vertx, OAuth2Options) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.KeycloakAuth
Create a OAuth2Auth provider for OpenID Connect Discovery.
rxDiscover(Vertx, OAuth2Options) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.OpenIDConnectAuth
Create a OAuth2Auth provider for OpenID Connect Discovery.
rxDiscover(Vertx, OAuth2Options) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.SalesforceAuth
Create a OAuth2Auth provider for OpenID Connect Discovery.
rxDistinct(String, String, String) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Gets the distinct values of the specified field name.
rxDistinct(String, String, String) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Gets the distinct values of the specified field name.
rxDistinctWithQuery(String, String, String, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Gets the distinct values of the specified field name filtered by specified query.
rxDistinctWithQuery(String, String, String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Gets the distinct values of the specified field name filtered by specified query.
rxDownloadByFileName(WriteStream<Buffer>, String) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
 
rxDownloadByFileName(WriteStream<Buffer>, String) - Method in class io.vertx.rxjava.ext.mongo.MongoGridFsClient
 
rxDownloadByFileNameWithOptions(WriteStream<Buffer>, String, GridFsDownloadOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
 
rxDownloadByFileNameWithOptions(WriteStream<Buffer>, String, GridFsDownloadOptions) - Method in class io.vertx.rxjava.ext.mongo.MongoGridFsClient
 
rxDownloadById(WriteStream<Buffer>, String) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
 
rxDownloadById(WriteStream<Buffer>, String) - Method in class io.vertx.rxjava.ext.mongo.MongoGridFsClient
 
rxDownloadFile(String) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
Downloads a file.
rxDownloadFile(String) - Method in class io.vertx.rxjava.ext.mongo.MongoGridFsClient
Downloads a file.
rxDownloadFileAs(String, String) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
Downloads a file and gives it a new name.
rxDownloadFileAs(String, String) - Method in class io.vertx.rxjava.ext.mongo.MongoGridFsClient
Downloads a file and gives it a new name.
rxDownloadFileByID(String, String) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
Downloads a file using the ID generated by GridFs.
rxDownloadFileByID(String, String) - Method in class io.vertx.rxjava.ext.mongo.MongoGridFsClient
Downloads a file using the ID generated by GridFs.
rxDrop() - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
Drops the entire file bucket with all of its contents
rxDrop() - Method in class io.vertx.rxjava.ext.mongo.MongoGridFsClient
Drops the entire file bucket with all of its contents
rxDropCollection(String) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Drop a collection
rxDropCollection(String) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Drop a collection
rxDropIndex(String, String) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Drops the index given its name.
rxDropIndex(String, String) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Drops the index given its name.
rxDump(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command dump.
rxDump(String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command dump.
rxEcho(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command echo.
rxEcho(String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command echo.
rxEnd() - Method in class io.vertx.reactivex.amqp.AmqpSender
Same as WriteStream.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
rxEnd(AmqpMessage) - Method in class io.vertx.reactivex.amqp.AmqpSender
Same as but with an handler called when the operation completes
rxEnd() - Method in class io.vertx.reactivex.core.file.AsyncFile
Same as WriteStream.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
rxEnd(Buffer) - Method in class io.vertx.reactivex.core.file.AsyncFile
Same as but with an handler called when the operation completes
rxEnd(String) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
rxEnd(String, String) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
rxEnd(Buffer) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
rxEnd() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
rxEnd() - Method in class io.vertx.reactivex.core.http.HttpClientResponse
Same as HttpClientResponse.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
rxEnd() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
Same as HttpServerRequest.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
rxEnd() - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Same as HttpServerResponse.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
rxEnd(String) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Same as HttpServerResponse.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
rxEnd(String, String) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Same as HttpServerResponse.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
rxEnd(Buffer) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Same as HttpServerResponse.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
rxEnd(Buffer) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Same as but with an handler called when the operation completes
rxEnd() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
rxEnd(Buffer) - Method in class io.vertx.reactivex.core.http.WebSocket
Same as but with an handler called when the operation completes
rxEnd() - Method in class io.vertx.reactivex.core.http.WebSocket
rxEnd(Buffer) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
Same as but with an handler called when the operation completes
rxEnd() - Method in interface io.vertx.reactivex.core.http.WebSocketBase
rxEnd(Buffer) - Method in class io.vertx.reactivex.core.net.NetSocket
Same as but with an handler called when the operation completes
rxEnd() - Method in class io.vertx.reactivex.core.net.NetSocket
rxEnd() - Method in interface io.vertx.reactivex.core.streams.WriteStream
Same as WriteStream.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
rxEnd(T) - Method in interface io.vertx.reactivex.core.streams.WriteStream
Same as but with an handler called when the operation completes
rxEnd() - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
Same as SockJSSocket.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
rxEnd(Buffer) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
Same as but with an handler called when the operation completes
rxEnd(String) - Method in class io.vertx.reactivex.ext.web.RoutingContext
rxEnd(Buffer) - Method in class io.vertx.reactivex.ext.web.RoutingContext
rxEnd() - Method in class io.vertx.reactivex.ext.web.RoutingContext
rxEnd() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
Same as WriteStream.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
rxEnd(KafkaProducerRecord<K, V>) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
Same as but with an handler called when the operation completes
rxEnd() - Method in class io.vertx.rxjava.amqp.AmqpSender
Same as WriteStream.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
rxEnd(AmqpMessage) - Method in class io.vertx.rxjava.amqp.AmqpSender
Same as but with an handler called when the operation completes
rxEnd() - Method in class io.vertx.rxjava.core.file.AsyncFile
Same as WriteStream.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
rxEnd(Buffer) - Method in class io.vertx.rxjava.core.file.AsyncFile
Same as but with an handler called when the operation completes
rxEnd(String) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
rxEnd(String, String) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
rxEnd(Buffer) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
rxEnd() - Method in class io.vertx.rxjava.core.http.HttpClientRequest
rxEnd() - Method in class io.vertx.rxjava.core.http.HttpClientResponse
Same as HttpClientResponse.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
rxEnd() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
Same as HttpServerRequest.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
rxEnd() - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Same as HttpServerResponse.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
rxEnd(String) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Same as HttpServerResponse.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
rxEnd(String, String) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Same as HttpServerResponse.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
rxEnd(Buffer) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Same as HttpServerResponse.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
rxEnd(Buffer) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
Same as but with an handler called when the operation completes
rxEnd() - Method in class io.vertx.rxjava.core.http.ServerWebSocket
rxEnd(Buffer) - Method in class io.vertx.rxjava.core.http.WebSocket
Same as but with an handler called when the operation completes
rxEnd() - Method in class io.vertx.rxjava.core.http.WebSocket
rxEnd(Buffer) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
Same as but with an handler called when the operation completes
rxEnd() - Method in interface io.vertx.rxjava.core.http.WebSocketBase
rxEnd(Buffer) - Method in class io.vertx.rxjava.core.net.NetSocket
Same as but with an handler called when the operation completes
rxEnd() - Method in class io.vertx.rxjava.core.net.NetSocket
rxEnd() - Method in interface io.vertx.rxjava.core.streams.WriteStream
Same as WriteStream.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
rxEnd(T) - Method in interface io.vertx.rxjava.core.streams.WriteStream
Same as but with an handler called when the operation completes
rxEnd() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
Same as SockJSSocket.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
rxEnd(Buffer) - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
Same as but with an handler called when the operation completes
rxEnd(String) - Method in class io.vertx.rxjava.ext.web.RoutingContext
rxEnd(Buffer) - Method in class io.vertx.rxjava.ext.web.RoutingContext
rxEnd() - Method in class io.vertx.rxjava.ext.web.RoutingContext
rxEnd() - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
Same as WriteStream.end(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the operation completes
rxEnd(KafkaProducerRecord<K, V>) - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
Same as but with an handler called when the operation completes
rxEndOffsets(TopicPartition) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Get the last offset for the given partition.
rxEndOffsets(TopicPartition) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Get the last offset for the given partition.
rxEval(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command eval.
rxEval(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command eval.
rxEvalsha(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command evalsha.
rxEvalsha(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command evalsha.
rxExchangeBind(String, String, String) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Bind an exchange to an exchange.
rxExchangeBind(String, String, String, Map<String, Object>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Bind an exchange to an exchange.
rxExchangeBind(String, String, String) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Bind an exchange to an exchange.
rxExchangeBind(String, String, String, Map<String, Object>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Bind an exchange to an exchange.
rxExchangeDeclare(String, String, boolean, boolean) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Declare an exchange.
rxExchangeDeclare(String, String, boolean, boolean, JsonObject) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Declare an exchange with additional parameters such as dead lettering, an alternate exchange or TTL.
rxExchangeDeclare(String, String, boolean, boolean) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Declare an exchange.
rxExchangeDeclare(String, String, boolean, boolean, JsonObject) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Declare an exchange with additional parameters such as dead lettering, an alternate exchange or TTL.
rxExchangeDelete(String) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Delete an exchange, without regard for whether it is in use or not.
rxExchangeDelete(String) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Delete an exchange, without regard for whether it is in use or not.
rxExchangeUnbind(String, String, String) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Unbind an exchange from an exchange.
rxExchangeUnbind(String, String, String, Map<String, Object>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Unbind an exchange from an exchange.
rxExchangeUnbind(String, String, String) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Unbind an exchange from an exchange.
rxExchangeUnbind(String, String, String, Map<String, Object>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Unbind an exchange from an exchange.
rxExec() - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command exec.
rxExec() - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command exec.
rxExecute(String) - Method in class io.vertx.reactivex.cassandra.CassandraClient
Execute the query and provide a handler for consuming results.
rxExecute(Statement) - Method in class io.vertx.reactivex.cassandra.CassandraClient
Execute the statement and provide a handler for consuming results.
rxExecute(Handler<Promise<T>>) - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
rxExecute(String) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Executes the given SQL statement
rxExecute() - Method in class io.vertx.reactivex.sqlclient.PreparedQuery
Execute the query.
rxExecute(Tuple) - Method in class io.vertx.reactivex.sqlclient.PreparedQuery
Execute the query.
rxExecute() - Method in class io.vertx.reactivex.sqlclient.Query
Execute the query.
rxExecute(I) - Method in class io.vertx.reactivex.sqlclient.templates.SqlTemplate
Execute the query with the parameters
rxExecute(String) - Method in class io.vertx.rxjava.cassandra.CassandraClient
Execute the query and provide a handler for consuming results.
rxExecute(Statement) - Method in class io.vertx.rxjava.cassandra.CassandraClient
Execute the statement and provide a handler for consuming results.
rxExecute(Handler<Promise<T>>) - Method in class io.vertx.rxjava.circuitbreaker.CircuitBreaker
rxExecute(String) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Executes the given SQL statement
rxExecute() - Method in class io.vertx.rxjava.sqlclient.PreparedQuery
Execute the query.
rxExecute(Tuple) - Method in class io.vertx.rxjava.sqlclient.PreparedQuery
Execute the query.
rxExecute() - Method in class io.vertx.rxjava.sqlclient.Query
Execute the query.
rxExecuteBatch(List<Tuple>) - Method in class io.vertx.reactivex.sqlclient.PreparedQuery
Execute the query with a batch of tuples.
rxExecuteBatch(List<I>) - Method in class io.vertx.reactivex.sqlclient.templates.SqlTemplate
Execute a batch query with the batch.
rxExecuteBatch(List<Tuple>) - Method in class io.vertx.rxjava.sqlclient.PreparedQuery
Execute the query with a batch of tuples.
rxExecuteBlocking(Handler<Promise<T>>, boolean) - Method in class io.vertx.reactivex.core.Context
Safely execute some blocking code.
rxExecuteBlocking(Handler<Promise<T>>) - Method in class io.vertx.reactivex.core.Context
rxExecuteBlocking(Handler<Promise<T>>, boolean) - Method in class io.vertx.reactivex.core.Vertx
Safely execute some blocking code.
rxExecuteBlocking(Handler<Promise<T>>) - Method in class io.vertx.reactivex.core.Vertx
rxExecuteBlocking(Handler<Promise<T>>, boolean) - Method in class io.vertx.reactivex.core.WorkerExecutor
Safely execute some blocking code.
rxExecuteBlocking(Handler<Promise<T>>) - Method in class io.vertx.reactivex.core.WorkerExecutor
rxExecuteBlocking(Handler<Promise<T>>, boolean) - Method in class io.vertx.rxjava.core.Context
Safely execute some blocking code.
rxExecuteBlocking(Handler<Promise<T>>) - Method in class io.vertx.rxjava.core.Context
rxExecuteBlocking(Handler<Promise<T>>, boolean) - Method in class io.vertx.rxjava.core.Vertx
Safely execute some blocking code.
rxExecuteBlocking(Handler<Promise<T>>) - Method in class io.vertx.rxjava.core.Vertx
rxExecuteBlocking(Handler<Promise<T>>, boolean) - Method in class io.vertx.rxjava.core.WorkerExecutor
Safely execute some blocking code.
rxExecuteBlocking(Handler<Promise<T>>) - Method in class io.vertx.rxjava.core.WorkerExecutor
rxExecutePreparedQuery(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Executes an existing prepared query.
rxExecutePreparedQuery(String) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Executes an existing prepared query.
rxExecutePreparedQueryWithOptions(String, PreparedQueryExecuteOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Executes an existing prepared query.
rxExecutePreparedQueryWithOptions(String, PreparedQueryExecuteOptions) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Executes an existing prepared query.
rxExecuteWithFallback(Handler<Promise<T>>, Function<Throwable, T>) - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
rxExecuteWithFallback(Handler<Promise<T>>, Function<Throwable, T>) - Method in class io.vertx.rxjava.circuitbreaker.CircuitBreaker
rxExecuteWithFullFetch(String) - Method in class io.vertx.reactivex.cassandra.CassandraClient
Execute the query and provide a handler for consuming results.
rxExecuteWithFullFetch(Statement) - Method in class io.vertx.reactivex.cassandra.CassandraClient
Execute the query and provide a handler for consuming results.
rxExecuteWithFullFetch(String) - Method in class io.vertx.rxjava.cassandra.CassandraClient
Execute the query and provide a handler for consuming results.
rxExecuteWithFullFetch(Statement) - Method in class io.vertx.rxjava.cassandra.CassandraClient
Execute the query and provide a handler for consuming results.
rxExists(String) - Method in class io.vertx.reactivex.core.file.FileSystem
Determines whether the file as specified by the path path exists, asynchronously.
rxExists(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command exists.
rxExists(String) - Method in class io.vertx.rxjava.core.file.FileSystem
Determines whether the file as specified by the path path exists, asynchronously.
rxExists(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command exists.
rxExpire(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command expire.
rxExpire(String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command expire.
rxExpireat(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command expireat.
rxExpireat(String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command expireat.
rxFailCheck(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Set status of the check to "critical".
rxFailCheck(String) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Set status of the check to "critical".
rxFailCheckWithNote(String, String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Set status of the check to "critical".
rxFailCheckWithNote(String, String) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Set status of the check to "critical".
rxFetch(String) - Method in class io.vertx.reactivex.ext.auth.oauth2.AccessToken
Fetches a JSON resource using this Access Token.
rxFetch(HttpMethod, String, JsonObject, Buffer) - Method in class io.vertx.reactivex.ext.auth.oauth2.AccessToken
Fetches a JSON resource using this Access Token.
rxFetch(String) - Method in class io.vertx.rxjava.ext.auth.oauth2.AccessToken
Fetches a JSON resource using this Access Token.
rxFetch(HttpMethod, String, JsonObject, Buffer) - Method in class io.vertx.rxjava.ext.auth.oauth2.AccessToken
Fetches a JSON resource using this Access Token.
rxFetchNextPage() - Method in class io.vertx.reactivex.cassandra.ResultSet
rxFetchNextPage() - Method in class io.vertx.rxjava.cassandra.ResultSet
rxFetchTOC(String) - Method in class io.vertx.reactivex.ext.auth.webauthn.MetaDataService
Fetches the FIDO2 TOC for the given URL and process the entries to the metadata store.
rxFetchTOC(String) - Method in class io.vertx.rxjava.ext.auth.webauthn.MetaDataService
Fetches the FIDO2 TOC for the given URL and process the entries to the metadata store.
rxFind(String, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Find matching documents in the specified collection
rxFind(String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Find matching documents in the specified collection
rxFindAllIds() - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
Finds all file ids in the bucket
rxFindAllIds() - Method in class io.vertx.rxjava.ext.mongo.MongoGridFsClient
Finds all file ids in the bucket
rxFindIds(JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
Finds all file ids that match a query.
rxFindIds(JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoGridFsClient
Finds all file ids that match a query.
rxFindOne(String, JsonObject, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Find a single matching document in the specified collection
rxFindOne(String, JsonObject, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Find a single matching document in the specified collection
rxFindOneAndDelete(String, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Find a single matching document in the specified collection and delete it.
rxFindOneAndDelete(String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Find a single matching document in the specified collection and delete it.
rxFindOneAndDeleteWithOptions(String, JsonObject, FindOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Find a single matching document in the specified collection and delete it.
rxFindOneAndDeleteWithOptions(String, JsonObject, FindOptions) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Find a single matching document in the specified collection and delete it.
rxFindOneAndReplace(String, JsonObject, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Find a single matching document in the specified collection and replace it.
rxFindOneAndReplace(String, JsonObject, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Find a single matching document in the specified collection and replace it.
rxFindOneAndReplaceWithOptions(String, JsonObject, JsonObject, FindOptions, UpdateOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Find a single matching document in the specified collection and replace it.
rxFindOneAndReplaceWithOptions(String, JsonObject, JsonObject, FindOptions, UpdateOptions) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Find a single matching document in the specified collection and replace it.
rxFindOneAndUpdate(String, JsonObject, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Find a single matching document in the specified collection and update it.
rxFindOneAndUpdate(String, JsonObject, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Find a single matching document in the specified collection and update it.
rxFindOneAndUpdateWithOptions(String, JsonObject, JsonObject, FindOptions, UpdateOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Find a single matching document in the specified collection and update it.
rxFindOneAndUpdateWithOptions(String, JsonObject, JsonObject, FindOptions, UpdateOptions) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Find a single matching document in the specified collection and update it.
rxFindWithOptions(String, JsonObject, FindOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Find matching documents in the specified collection, specifying options
rxFindWithOptions(String, JsonObject, FindOptions) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Find matching documents in the specified collection, specifying options
rxFireEvent(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Fires a new user event
rxFireEvent(String) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Fires a new user event
rxFireEventWithOptions(String, EventOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Fires a new user event
rxFireEventWithOptions(String, EventOptions) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Fires a new user event
rxFlush() - Method in class io.vertx.reactivex.core.file.AsyncFile
Same as AsyncFile.flush(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but the handler will be called when the flush is complete or if an error occurs
rxFlush(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.SessionHandler
Flush a context session earlier to the store, this will allow the end user to have full control on the event of a failure at the store level.
rxFlush(RoutingContext, boolean) - Method in class io.vertx.reactivex.ext.web.handler.SessionHandler
Flush a context session earlier to the store, this will allow the end user to have full control on the event of a failure at the store level.
rxFlush() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
Invoking this method makes all buffered records immediately available to write
rxFlush() - Method in class io.vertx.rxjava.core.file.AsyncFile
Same as AsyncFile.flush(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but the handler will be called when the flush is complete or if an error occurs
rxFlush(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.SessionHandler
Flush a context session earlier to the store, this will allow the end user to have full control on the event of a failure at the store level.
rxFlush(RoutingContext, boolean) - Method in class io.vertx.rxjava.ext.web.handler.SessionHandler
Flush a context session earlier to the store, this will allow the end user to have full control on the event of a failure at the store level.
rxFlush() - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
Invoking this method makes all buffered records immediately available to write
rxFlushall(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command flushall.
rxFlushall(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command flushall.
rxFlushdb(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command flushdb.
rxFlushdb(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command flushdb.
rxFsProps(String) - Method in class io.vertx.reactivex.core.file.FileSystem
Returns properties of the file-system being used by the specified path, asynchronously.
rxFsProps(String) - Method in class io.vertx.rxjava.core.file.FileSystem
Returns properties of the file-system being used by the specified path, asynchronously.
rxGeoadd(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command geoadd.
rxGeoadd(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command geoadd.
rxGeodist(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command geodist.
rxGeodist(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command geodist.
rxGeohash(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command geohash.
rxGeohash(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command geohash.
rxGeopos(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command geopos.
rxGeopos(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command geopos.
rxGeoradius(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command georadius.
rxGeoradius(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command georadius.
rxGeoradiusbymember(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command georadiusbymember.
rxGeoradiusbymember(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command georadiusbymember.
rxGeoradiusbymemberRo(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command georadiusbymemberRo.
rxGeoradiusbymemberRo(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command georadiusbymemberRo.
rxGeoradiusRo(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command georadiusRo.
rxGeoradiusRo(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command georadiusRo.
rxGet(K) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
Get a value from the map, asynchronously.
rxGet() - Method in class io.vertx.reactivex.core.shareddata.Counter
Get the current value of the counter
rxGet(String) - Method in class io.vertx.reactivex.ext.web.sstore.SessionStore
Get the session with the specified ID.
rxGet(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command get.
rxGet(K) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
Get a value from the map, asynchronously.
rxGet() - Method in class io.vertx.rxjava.core.shareddata.Counter
Get the current value of the counter
rxGet(String) - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
Get the session with the specified ID.
rxGet(String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command get.
rxGetAllPreparedQueries() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns a list of all prepared queries.
rxGetAllPreparedQueries() - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns a list of all prepared queries.
rxGetAndAdd(long) - Method in class io.vertx.reactivex.core.shareddata.Counter
Add the value to the counter atomically and return the value before the add
rxGetAndAdd(long) - Method in class io.vertx.rxjava.core.shareddata.Counter
Add the value to the counter atomically and return the value before the add
rxGetAndIncrement() - Method in class io.vertx.reactivex.core.shareddata.Counter
Increment the counter atomically and return the value before the increment.
rxGetAndIncrement() - Method in class io.vertx.rxjava.core.shareddata.Counter
Increment the counter atomically and return the value before the increment.
rxGetAsyncMap(String) - Method in class io.vertx.reactivex.core.shareddata.SharedData
Get the AsyncMap with the specified name.
rxGetAsyncMap(String) - Method in class io.vertx.rxjava.core.shareddata.SharedData
Get the AsyncMap with the specified name.
rxGetAuthorizations(User) - Method in class io.vertx.reactivex.ext.auth.authorization.AuthorizationProvider
Updates the user with the set of authorizations.
rxGetAuthorizations(User) - Method in class io.vertx.rxjava.ext.auth.authorization.AuthorizationProvider
Updates the user with the set of authorizations.
rxGetbit(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command getbit.
rxGetbit(String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command getbit.
rxGetClient(ServiceDiscovery, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured .
rxGetClient(ServiceDiscovery, JsonObject, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured .
rxGetClient(ServiceDiscovery, Function<Record, Boolean>) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured .
rxGetClient(ServiceDiscovery, Function<Record, Boolean>, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured .
rxGetClient(ServiceDiscovery, JsonObject) - Static method in class io.vertx.rxjava.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured .
rxGetClient(ServiceDiscovery, JsonObject, JsonObject) - Static method in class io.vertx.rxjava.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured .
rxGetClient(ServiceDiscovery, Function<Record, Boolean>) - Static method in class io.vertx.rxjava.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured .
rxGetClient(ServiceDiscovery, Function<Record, Boolean>, JsonObject) - Static method in class io.vertx.rxjava.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured .
rxGetClusterWideMap(String) - Method in class io.vertx.reactivex.core.shareddata.SharedData
Get the cluster wide map with the specified name.
rxGetClusterWideMap(String) - Method in class io.vertx.rxjava.core.shareddata.SharedData
Get the cluster wide map with the specified name.
rxGetCollections() - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Get a list of all collections in the database.
rxGetCollections() - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Get a list of all collections in the database.
rxGetConfig() - Method in class io.vertx.reactivex.config.ConfigRetriever
Reads the configuration from the different and computes the final configuration.
rxGetConfig() - Method in class io.vertx.rxjava.config.ConfigRetriever
Reads the configuration from the different and computes the final configuration.
rxGetConnection() - Method in class io.vertx.reactivex.ext.sql.SQLClient
Returns a connection that can be used to perform SQL operations on.
rxGetConnection() - Method in class io.vertx.reactivex.sqlclient.Pool
Get a connection from the pool.
rxGetConnection() - Method in class io.vertx.rxjava.ext.sql.SQLClient
Returns a connection that can be used to perform SQL operations on.
rxGetConnection() - Method in class io.vertx.rxjava.sqlclient.Pool
Get a connection from the pool.
rxGetConsumer(ServiceDiscovery, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.MessageSource
Convenient method that looks for a message source and provides the configured .
rxGetConsumer(ServiceDiscovery, Function<Record, Boolean>) - Static method in class io.vertx.reactivex.servicediscovery.types.MessageSource
Convenient method that looks for a message source and provides the configured .
rxGetConsumer(ServiceDiscovery, JsonObject) - Static method in class io.vertx.rxjava.servicediscovery.types.MessageSource
Convenient method that looks for a message source and provides the configured .
rxGetConsumer(ServiceDiscovery, Function<Record, Boolean>) - Static method in class io.vertx.rxjava.servicediscovery.types.MessageSource
Convenient method that looks for a message source and provides the configured .
rxGetCounter(String) - Method in class io.vertx.reactivex.core.shareddata.SharedData
Get an asynchronous counter.
rxGetCounter(String) - Method in class io.vertx.rxjava.core.shareddata.SharedData
Get an asynchronous counter.
rxGetCredentialsOptions(String) - Method in class io.vertx.reactivex.ext.auth.webauthn.WebAuthn
Creates an assertion challenge and any other parameters for the navigator.credentials.get() call.
rxGetCredentialsOptions(String) - Method in class io.vertx.rxjava.ext.auth.webauthn.WebAuthn
Creates an assertion challenge and any other parameters for the navigator.credentials.get() call.
rxGetInternalStatistics() - Method in class io.vertx.reactivex.mysqlclient.MySQLConnection
Send a STATISTICS command to get a human readable string of the server internal status.
rxGetInternalStatistics() - Method in class io.vertx.rxjava.mysqlclient.MySQLConnection
Send a STATISTICS command to get a human readable string of the server internal status.
rxGetJDBCClient(ServiceDiscovery, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.JDBCDataSource
Convenient method that looks for a JDBC datasource source and provides the configured JDBCClient.
rxGetJDBCClient(ServiceDiscovery, Function<Record, Boolean>) - Static method in class io.vertx.reactivex.servicediscovery.types.JDBCDataSource
Convenient method that looks for a JDBC datasource source and provides the configured JDBCClient.
rxGetJDBCClient(ServiceDiscovery, JsonObject, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.JDBCDataSource
Convenient method that looks for a JDBC datasource source and provides the configured JDBCClient.
rxGetJDBCClient(ServiceDiscovery, Function<Record, Boolean>, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.JDBCDataSource
Convenient method that looks for a JDBC datasource source and provides the configured JDBCClient.
rxGetJDBCClient(ServiceDiscovery, JsonObject) - Static method in class io.vertx.rxjava.servicediscovery.types.JDBCDataSource
Convenient method that looks for a JDBC datasource source and provides the configured JDBCClient.
rxGetJDBCClient(ServiceDiscovery, Function<Record, Boolean>) - Static method in class io.vertx.rxjava.servicediscovery.types.JDBCDataSource
Convenient method that looks for a JDBC datasource source and provides the configured JDBCClient.
rxGetJDBCClient(ServiceDiscovery, JsonObject, JsonObject) - Static method in class io.vertx.rxjava.servicediscovery.types.JDBCDataSource
Convenient method that looks for a JDBC datasource source and provides the configured JDBCClient.
rxGetJDBCClient(ServiceDiscovery, Function<Record, Boolean>, JsonObject) - Static method in class io.vertx.rxjava.servicediscovery.types.JDBCDataSource
Convenient method that looks for a JDBC datasource source and provides the configured JDBCClient.
rxGetKeys(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the list of keys that corresponding to the specified key prefix.
rxGetKeys(String) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the list of keys that corresponding to the specified key prefix.
rxGetKeysWithOptions(String, BlockingQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the list of keys that corresponding to the specified key prefix.
rxGetKeysWithOptions(String, BlockingQueryOptions) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the list of keys that corresponding to the specified key prefix.
rxGetLocalAsyncMap(String) - Method in class io.vertx.reactivex.core.shareddata.SharedData
Get the AsyncMap with the specified name.
rxGetLocalAsyncMap(String) - Method in class io.vertx.rxjava.core.shareddata.SharedData
Get the AsyncMap with the specified name.
rxGetLocalCounter(String) - Method in class io.vertx.reactivex.core.shareddata.SharedData
Get an asynchronous local counter.
rxGetLocalCounter(String) - Method in class io.vertx.rxjava.core.shareddata.SharedData
Get an asynchronous local counter.
rxGetLocalLock(String) - Method in class io.vertx.reactivex.core.shareddata.SharedData
Get an asynchronous local lock with the specified name.
rxGetLocalLock(String) - Method in class io.vertx.rxjava.core.shareddata.SharedData
Get an asynchronous local lock with the specified name.
rxGetLocalLockWithTimeout(String, long) - Method in class io.vertx.reactivex.core.shareddata.SharedData
rxGetLocalLockWithTimeout(String, long) - Method in class io.vertx.rxjava.core.shareddata.SharedData
rxGetLock(String) - Method in class io.vertx.reactivex.core.shareddata.SharedData
Get an asynchronous lock with the specified name.
rxGetLock(String) - Method in class io.vertx.rxjava.core.shareddata.SharedData
Get an asynchronous lock with the specified name.
rxGetLockWithTimeout(String, long) - Method in class io.vertx.reactivex.core.shareddata.SharedData
rxGetLockWithTimeout(String, long) - Method in class io.vertx.rxjava.core.shareddata.SharedData
rxGetMongoClient(ServiceDiscovery, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.MongoDataSource
Convenient method that looks for a Mongo datasource source and provides the configured MongoClient.
rxGetMongoClient(ServiceDiscovery, Function<Record, Boolean>) - Static method in class io.vertx.reactivex.servicediscovery.types.MongoDataSource
Convenient method that looks for a Mongo datasource source and provides the configured MongoClient.
rxGetMongoClient(ServiceDiscovery, JsonObject, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.MongoDataSource
Convenient method that looks for a Mongo datasource source and provides the configured MongoClient.
rxGetMongoClient(ServiceDiscovery, JsonObject) - Static method in class io.vertx.rxjava.servicediscovery.types.MongoDataSource
Convenient method that looks for a Mongo datasource source and provides the configured MongoClient.
rxGetMongoClient(ServiceDiscovery, Function<Record, Boolean>) - Static method in class io.vertx.rxjava.servicediscovery.types.MongoDataSource
Convenient method that looks for a Mongo datasource source and provides the configured MongoClient.
rxGetMongoClient(ServiceDiscovery, JsonObject, JsonObject) - Static method in class io.vertx.rxjava.servicediscovery.types.MongoDataSource
Convenient method that looks for a Mongo datasource source and provides the configured MongoClient.
rxGetPreparedQuery(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns an existing prepared query
rxGetPreparedQuery(String) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns an existing prepared query
rxGetrange(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command getrange.
rxGetrange(String, String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command getrange.
rxGetRecord(JsonObject) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
Lookups for a single record.
rxGetRecord(Function<Record, Boolean>) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
Lookups for a single record.
rxGetRecord(Function<Record, Boolean>, boolean) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
Lookups for a single record.
rxGetRecord(JsonObject) - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
Lookups for a single record.
rxGetRecord(Function<Record, Boolean>) - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
Lookups for a single record.
rxGetRecord(Function<Record, Boolean>, boolean) - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
Lookups for a single record.
rxGetRecords(JsonObject) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
Lookups for a set of records.
rxGetRecords(Function<Record, Boolean>) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
Lookups for a set of records.
rxGetRecords(Function<Record, Boolean>, boolean) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
Lookups for a set of records.
rxGetRecords(JsonObject) - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
Lookups for a set of records.
rxGetRecords(Function<Record, Boolean>) - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
Lookups for a set of records.
rxGetRecords(Function<Record, Boolean>, boolean) - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
Lookups for a set of records.
rxGetRedisClient(ServiceDiscovery, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.RedisDataSource
Convenient method that looks for a Redis data source and provides the configured Redis.
rxGetRedisClient(ServiceDiscovery, Function<Record, Boolean>) - Static method in class io.vertx.reactivex.servicediscovery.types.RedisDataSource
Convenient method that looks for a Redis data source and provides the configured Redis.
rxGetRedisClient(ServiceDiscovery, JsonObject, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.RedisDataSource
Convenient method that looks for a Redis data source and provides the configured Redis.
rxGetRedisClient(ServiceDiscovery, Function<Record, Boolean>, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.RedisDataSource
Convenient method that looks for a Redis data source and provides the configured Redis.
rxGetRedisClient(ServiceDiscovery, JsonObject) - Static method in class io.vertx.rxjava.servicediscovery.types.RedisDataSource
Convenient method that looks for a Redis data source and provides the configured Redis.
rxGetRedisClient(ServiceDiscovery, Function<Record, Boolean>) - Static method in class io.vertx.rxjava.servicediscovery.types.RedisDataSource
Convenient method that looks for a Redis data source and provides the configured Redis.
rxGetRedisClient(ServiceDiscovery, JsonObject, JsonObject) - Static method in class io.vertx.rxjava.servicediscovery.types.RedisDataSource
Convenient method that looks for a Redis data source and provides the configured Redis.
rxGetRedisClient(ServiceDiscovery, Function<Record, Boolean>, JsonObject) - Static method in class io.vertx.rxjava.servicediscovery.types.RedisDataSource
Convenient method that looks for a Redis data source and provides the configured Redis.
rxGetset(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command getset.
rxGetset(String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command getset.
rxGetTransactionIsolation() - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Attempts to return the transaction isolation level for this Connection object to the one given.
rxGetTransactionIsolation() - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Attempts to return the transaction isolation level for this Connection object to the one given.
rxGetValue(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns key/value pair that corresponding to the specified key.
rxGetValue(String) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns key/value pair that corresponding to the specified key.
rxGetValues(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the list of key/value pairs that corresponding to the specified key prefix.
rxGetValues(String) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the list of key/value pairs that corresponding to the specified key prefix.
rxGetValuesWithOptions(String, BlockingQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the list of key/value pairs that corresponding to the specified key prefix.
rxGetValuesWithOptions(String, BlockingQueryOptions) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the list of key/value pairs that corresponding to the specified key prefix.
rxGetValueWithOptions(String, BlockingQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns key/value pair that corresponding to the specified key.
rxGetValueWithOptions(String, BlockingQueryOptions) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns key/value pair that corresponding to the specified key.
rxGetWebClient(ServiceDiscovery, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured .
rxGetWebClient(ServiceDiscovery, JsonObject, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured .
rxGetWebClient(ServiceDiscovery, Function<Record, Boolean>) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured .
rxGetWebClient(ServiceDiscovery, Function<Record, Boolean>, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured .
rxGetWebClient(ServiceDiscovery, JsonObject) - Static method in class io.vertx.rxjava.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured .
rxGetWebClient(ServiceDiscovery, JsonObject, JsonObject) - Static method in class io.vertx.rxjava.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured .
rxGetWebClient(ServiceDiscovery, Function<Record, Boolean>) - Static method in class io.vertx.rxjava.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured .
rxGetWebClient(ServiceDiscovery, Function<Record, Boolean>, JsonObject) - Static method in class io.vertx.rxjava.servicediscovery.types.HttpEndpoint
Convenient method that looks for a HTTP endpoint and provides the configured .
rxHandler() - Method in class io.vertx.reactivex.ext.unit.Async
Completion handler to receive a completion signal when this completions completes.
rxHandler() - Method in class io.vertx.reactivex.ext.unit.Completion
Completion handler to receive a completion signal when this completions completes.
rxHandler() - Method in class io.vertx.reactivex.ext.unit.TestCompletion
Completion handler to receive a completion signal when this completions completes.
rxHandler() - Method in class io.vertx.rxjava.ext.unit.Async
Completion handler to receive a completion signal when this completions completes.
rxHandler() - Method in class io.vertx.rxjava.ext.unit.Completion
Completion handler to receive a completion signal when this completions completes.
rxHandler() - Method in class io.vertx.rxjava.ext.unit.TestCompletion
Completion handler to receive a completion signal when this completions completes.
rxHdel(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hdel.
rxHdel(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command hdel.
rxHealthChecks(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the checks associated with the service
rxHealthChecks(String) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the checks associated with the service
rxHealthChecksWithOptions(String, CheckQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the checks associated with the service
rxHealthChecksWithOptions(String, CheckQueryOptions) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the checks associated with the service
rxHealthServiceNodes(String, boolean) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the nodes providing the service.
rxHealthServiceNodes(String, boolean) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the nodes providing the service.
rxHealthServiceNodesWithOptions(String, boolean, ServiceQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the nodes providing the service.
rxHealthServiceNodesWithOptions(String, boolean, ServiceQueryOptions) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the nodes providing the service.
rxHealthState(HealthState) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the checks in the specified status
rxHealthState(HealthState) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the checks in the specified status
rxHealthStateWithOptions(HealthState, CheckQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the checks in the specified status
rxHealthStateWithOptions(HealthState, CheckQueryOptions) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the checks in the specified status
rxHello(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hello.
rxHello(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command hello.
RxHelper - Class in io.vertx.reactivex.core
 
RxHelper() - Constructor for class io.vertx.reactivex.core.RxHelper
 
RxHelper - Class in io.vertx.reactivex
 
RxHelper() - Constructor for class io.vertx.reactivex.RxHelper
 
RxHelper - Class in io.vertx.rx.java
A set of helpers for RxJava and Vert.x.
RxHelper() - Constructor for class io.vertx.rx.java.RxHelper
 
RxHelper - Class in io.vertx.rxjava.core
A set of helpers for RxJava and Vert.x.
RxHelper() - Constructor for class io.vertx.rxjava.core.RxHelper
 
rxHexists(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hexists.
rxHexists(String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command hexists.
rxHget(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hget.
rxHget(String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command hget.
rxHgetall(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hgetall.
rxHgetall(String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command hgetall.
rxHincrby(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hincrby.
rxHincrby(String, String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command hincrby.
rxHincrbyfloat(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hincrbyfloat.
rxHincrbyfloat(String, String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command hincrbyfloat.
rxHkeys(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hkeys.
rxHkeys(String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command hkeys.
rxHlen(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hlen.
rxHlen(String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command hlen.
rxHmget(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hmget.
rxHmget(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command hmget.
rxHmset(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hmset.
rxHmset(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command hmset.
rxHost(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command host.
rxHost(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command host.
rxHscan(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hscan.
rxHscan(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command hscan.
rxHset(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hset.
rxHset(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command hset.
rxHsetnx(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hsetnx.
rxHsetnx(String, String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command hsetnx.
rxHstrlen(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hstrlen.
rxHstrlen(String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command hstrlen.
rxHvals(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command hvals.
rxHvals(String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command hvals.
rxIncr(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command incr.
rxIncr(String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command incr.
rxIncrby(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command incrby.
rxIncrby(String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command incrby.
rxIncrbyfloat(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command incrbyfloat.
rxIncrbyfloat(String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command incrbyfloat.
rxIncrementAndGet() - Method in class io.vertx.reactivex.core.shareddata.Counter
Increment the counter atomically and return the new count
rxIncrementAndGet() - Method in class io.vertx.rxjava.core.shareddata.Counter
Increment the counter atomically and return the new count
rxInfo(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command info.
rxInfo(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command info.
rxInfoAclToken(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Get info of Acl token
rxInfoAclToken(String) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Get info of Acl token
rxInfoSession(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the requested session information
rxInfoSession(String) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the requested session information
rxInfoSessionWithOptions(String, BlockingQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
rxInfoSessionWithOptions(String, BlockingQueryOptions) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
rxInitTransactions() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
Initializes the underlying kafka transactional producer.
rxInitTransactions() - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
Initializes the underlying kafka transactional producer.
rxInsert(String, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Insert a document in the specified collection
rxInsert(String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Insert a document in the specified collection
rxInsertUser(String, String, List<String>, List<String>) - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
Deprecated.
rxInsertUser(String, String, List<String>, List<String>) - Method in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
Deprecated.
rxInsertWithOptions(String, JsonObject, WriteOption) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Insert a document in the specified collection with the specified write option
rxInsertWithOptions(String, JsonObject, WriteOption) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Insert a document in the specified collection with the specified write option
rxIntrospect() - Method in class io.vertx.reactivex.ext.auth.oauth2.AccessToken
Introspect access token.
rxIntrospect(String) - Method in class io.vertx.reactivex.ext.auth.oauth2.AccessToken
Introspect access token.
rxIntrospect() - Method in class io.vertx.rxjava.ext.auth.oauth2.AccessToken
Introspect access token.
rxIntrospect(String) - Method in class io.vertx.rxjava.ext.auth.oauth2.AccessToken
Introspect access token.
rxIntrospectToken(String) - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
Deprecated.
rxIntrospectToken(String, String) - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
Deprecated.
rxIntrospectToken(String) - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
Deprecated.
rxIntrospectToken(String, String) - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
Deprecated.
rxInvoke(String) - Method in class io.vertx.reactivex.ext.healthchecks.HealthChecks
Invokes the registered procedure with the given name and sub-procedures.
rxInvoke(String) - Method in class io.vertx.rxjava.ext.healthchecks.HealthChecks
Invokes the registered procedure with the given name and sub-procedures.
rxIsAuthorized(AccessToken, String) - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2RBAC
Deprecated.
rxIsAuthorized(Authorization) - Method in class io.vertx.reactivex.ext.auth.User
Deprecated.
rxIsAuthorized(String) - Method in class io.vertx.reactivex.ext.auth.User
Deprecated.
rxIsAuthorized(AccessToken, String) - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2RBAC
Deprecated.
rxIsAuthorized(Authorization) - Method in class io.vertx.rxjava.ext.auth.User
Deprecated.
rxIsAuthorized(String) - Method in class io.vertx.rxjava.ext.auth.User
Deprecated.
RxJava2GeneratorLoader - Class in io.vertx.lang.reactivex
 
RxJava2GeneratorLoader() - Constructor for class io.vertx.lang.reactivex.RxJava2GeneratorLoader
 
RxJavaGeneratorLoader - Class in io.vertx.lang.rxjava
 
RxJavaGeneratorLoader() - Constructor for class io.vertx.lang.rxjava.RxJavaGeneratorLoader
 
rxJson(Object) - Method in class io.vertx.reactivex.ext.web.RoutingContext
rxJson(Object) - Method in class io.vertx.rxjava.ext.web.RoutingContext
rxJWKSet() - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
Retrieve the public server JSON Web Key (JWK) required to verify the authenticity of issued ID and access tokens.
rxJWKSet() - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
Retrieve the public server JSON Web Key (JWK) required to verify the authenticity of issued ID and access tokens.
rxKeys(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command keys.
rxKeys(String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command keys.
rxLastsave() - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command lastsave.
rxLastsave() - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command lastsave.
rxLatency(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command latency.
rxLatency(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command latency.
rxLeaderStatus() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Get the Raft leader for the datacenter in which the agent is running.
rxLeaderStatus() - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Get the Raft leader for the datacenter in which the agent is running.
rxLindex(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command lindex.
rxLindex(String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command lindex.
rxLink(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
Create a hard link on the file system from link to existing, asynchronously.
rxLink(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
Create a hard link on the file system from link to existing, asynchronously.
rxLinsert(String, String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command linsert.
rxLinsert(String, String, String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command linsert.
rxListAclTokens() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Get list of Acl token
rxListAclTokens() - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Get list of Acl token
rxListConsumerGroups() - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
Get the the consumer groups available in the cluster with the default options
rxListConsumerGroups() - Method in class io.vertx.rxjava.kafka.admin.KafkaAdminClient
Get the the consumer groups available in the cluster with the default options
rxListen(int, String) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Start listening on the given port and host.
rxListen(int, String) - Method in class io.vertx.reactivex.core.http.HttpServer
Like HttpServer.listen(int, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.core.http.HttpServer>>) but supplying a handler that will be called when the server is actually listening (or has failed).
rxListen(SocketAddress) - Method in class io.vertx.reactivex.core.http.HttpServer
Tell the server to start listening on the given address supplying a handler that will be called when the server is actually listening (or has failed).
rxListen(int) - Method in class io.vertx.reactivex.core.http.HttpServer
Like HttpServer.listen(int, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.core.http.HttpServer>>) but supplying a handler that will be called when the server is actually listening (or has failed).
rxListen() - Method in class io.vertx.reactivex.core.http.HttpServer
Like HttpServer.listen(int, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.core.http.HttpServer>>) but supplying a handler that will be called when the server is actually listening (or has failed).
rxListen() - Method in class io.vertx.reactivex.core.net.NetServer
Like NetServer.listen(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.core.net.NetServer>>) but providing a handler that will be notified when the server is listening, or fails.
rxListen(int, String) - Method in class io.vertx.reactivex.core.net.NetServer
Like NetServer.listen(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.core.net.NetServer>>) but providing a handler that will be notified when the server is listening, or fails.
rxListen(int) - Method in class io.vertx.reactivex.core.net.NetServer
Like NetServer.listen(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.core.net.NetServer>>) but providing a handler that will be notified when the server is listening, or fails.
rxListen(SocketAddress) - Method in class io.vertx.reactivex.core.net.NetServer
Like NetServer.listen(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.core.net.NetServer>>) but providing a handler that will be notified when the server is listening, or fails.
rxListen() - Method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.TcpEventBusBridge
Listen on default port 7000 with a handler to report the state of the socket listen operation.
rxListen(int, String) - Method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.TcpEventBusBridge
Listen on specific port and bind to specific address
rxListen(int) - Method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.TcpEventBusBridge
Listen on specific port
rxListen() - Method in class io.vertx.reactivex.ext.shell.ShellServer
Start the shell service, this is an asynchronous start.
rxListen() - Method in class io.vertx.reactivex.ext.shell.term.TermServer
rxListen() - Method in class io.vertx.reactivex.ext.stomp.StompServer
Connects the STOMP server default port (61613) and network interface (0.0.0.0).
rxListen(int) - Method in class io.vertx.reactivex.ext.stomp.StompServer
Connects the STOMP server to the given port.
rxListen(int, String) - Method in class io.vertx.reactivex.ext.stomp.StompServer
Connects the STOMP server to the given port / interface.
rxListen(int, String) - Method in class io.vertx.reactivex.mqtt.MqttServer
Start the server listening for incoming connections on the port and host specified It ignores any options specified through the constructor
rxListen(int) - Method in class io.vertx.reactivex.mqtt.MqttServer
Start the server listening for incoming connections on the port specified but on "0.0.0.0" as host.
rxListen() - Method in class io.vertx.reactivex.mqtt.MqttServer
Start the server listening for incoming connections using the specified options through the constructor
rxListen(int, String) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Start listening on the given port and host.
rxListen(int, String) - Method in class io.vertx.rxjava.core.http.HttpServer
Like HttpServer.listen(int, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.rxjava.core.http.HttpServer>>) but supplying a handler that will be called when the server is actually listening (or has failed).
rxListen(SocketAddress) - Method in class io.vertx.rxjava.core.http.HttpServer
Tell the server to start listening on the given address supplying a handler that will be called when the server is actually listening (or has failed).
rxListen(int) - Method in class io.vertx.rxjava.core.http.HttpServer
Like HttpServer.listen(int, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.rxjava.core.http.HttpServer>>) but supplying a handler that will be called when the server is actually listening (or has failed).
rxListen() - Method in class io.vertx.rxjava.core.http.HttpServer
Like HttpServer.listen(int, java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.rxjava.core.http.HttpServer>>) but supplying a handler that will be called when the server is actually listening (or has failed).
rxListen() - Method in class io.vertx.rxjava.core.net.NetServer
Like NetServer.listen(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.rxjava.core.net.NetServer>>) but providing a handler that will be notified when the server is listening, or fails.
rxListen(int, String) - Method in class io.vertx.rxjava.core.net.NetServer
Like NetServer.listen(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.rxjava.core.net.NetServer>>) but providing a handler that will be notified when the server is listening, or fails.
rxListen(int) - Method in class io.vertx.rxjava.core.net.NetServer
Like NetServer.listen(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.rxjava.core.net.NetServer>>) but providing a handler that will be notified when the server is listening, or fails.
rxListen(SocketAddress) - Method in class io.vertx.rxjava.core.net.NetServer
Like NetServer.listen(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.rxjava.core.net.NetServer>>) but providing a handler that will be notified when the server is listening, or fails.
rxListen() - Method in class io.vertx.rxjava.ext.eventbus.bridge.tcp.TcpEventBusBridge
Listen on default port 7000 with a handler to report the state of the socket listen operation.
rxListen(int, String) - Method in class io.vertx.rxjava.ext.eventbus.bridge.tcp.TcpEventBusBridge
Listen on specific port and bind to specific address
rxListen(int) - Method in class io.vertx.rxjava.ext.eventbus.bridge.tcp.TcpEventBusBridge
Listen on specific port
rxListen() - Method in class io.vertx.rxjava.ext.shell.ShellServer
Start the shell service, this is an asynchronous start.
rxListen() - Method in class io.vertx.rxjava.ext.shell.term.TermServer
rxListen() - Method in class io.vertx.rxjava.ext.stomp.StompServer
Connects the STOMP server default port (61613) and network interface (0.0.0.0).
rxListen(int) - Method in class io.vertx.rxjava.ext.stomp.StompServer
Connects the STOMP server to the given port.
rxListen(int, String) - Method in class io.vertx.rxjava.ext.stomp.StompServer
Connects the STOMP server to the given port / interface.
rxListen(int, String) - Method in class io.vertx.rxjava.mqtt.MqttServer
Start the server listening for incoming connections on the port and host specified It ignores any options specified through the constructor
rxListen(int) - Method in class io.vertx.rxjava.mqtt.MqttServer
Start the server listening for incoming connections on the port specified but on "0.0.0.0" as host.
rxListen() - Method in class io.vertx.rxjava.mqtt.MqttServer
Start the server listening for incoming connections using the specified options through the constructor
rxListenMulticastGroup(String) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Joins a multicast group and listens for packets send to it.
rxListenMulticastGroup(String, String, String) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Joins a multicast group and listens for packets send to it on the given network interface.
rxListenMulticastGroup(String) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Joins a multicast group and listens for packets send to it.
rxListenMulticastGroup(String, String, String) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Joins a multicast group and listens for packets send to it on the given network interface.
rxListEvents() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the most recent events known by the agent
rxListEvents() - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the most recent events known by the agent
rxListEventsWithOptions(EventListOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the most recent events known by the agent.
rxListEventsWithOptions(EventListOptions) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the most recent events known by the agent.
rxListIndexes(String) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Get all the indexes in this collection.
rxListIndexes(String) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Get all the indexes in this collection.
rxListNodeSessions(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the active sessions for a given node
rxListNodeSessions(String) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the active sessions for a given node
rxListNodeSessionsWithOptions(String, BlockingQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
rxListNodeSessionsWithOptions(String, BlockingQueryOptions) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
rxListSessions() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns the active sessions
rxListSessions() - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns the active sessions
rxListSessionsWithOptions(BlockingQueryOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
rxListSessionsWithOptions(BlockingQueryOptions) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
rxListTopics() - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
List the topics available in the cluster with the default options.
rxListTopics() - Method in class io.vertx.rxjava.kafka.admin.KafkaAdminClient
List the topics available in the cluster with the default options.
rxLlen(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command llen.
rxLlen(String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command llen.
rxLoadJWK() - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
Deprecated.
rxLoadJWK() - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
Deprecated.
rxLocalChecks() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Return all the checks that are registered with the local agent.
rxLocalChecks() - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Return all the checks that are registered with the local agent.
rxLocalServices() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Returns list of services registered with the local agent.
rxLocalServices() - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Returns list of services registered with the local agent.
rxLogout() - Method in class io.vertx.reactivex.ext.auth.oauth2.AccessToken
Revoke refresh token and calls the logout endpoint.
rxLogout() - Method in class io.vertx.rxjava.ext.auth.oauth2.AccessToken
Revoke refresh token and calls the logout endpoint.
rxLolwut(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command lolwut.
rxLolwut(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command lolwut.
rxLookup(String) - Method in class io.vertx.reactivex.core.dns.DnsClient
Try to lookup the A (ipv4) or AAAA (ipv6) record for the given name.
rxLookup(String) - Method in class io.vertx.rxjava.core.dns.DnsClient
Try to lookup the A (ipv4) or AAAA (ipv6) record for the given name.
rxLookup4(String) - Method in class io.vertx.reactivex.core.dns.DnsClient
Try to lookup the A (ipv4) record for the given name.
rxLookup4(String) - Method in class io.vertx.rxjava.core.dns.DnsClient
Try to lookup the A (ipv4) record for the given name.
rxLookup6(String) - Method in class io.vertx.reactivex.core.dns.DnsClient
Try to lookup the AAAA (ipv6) record for the given name.
rxLookup6(String) - Method in class io.vertx.rxjava.core.dns.DnsClient
Try to lookup the AAAA (ipv6) record for the given name.
rxLpop(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command lpop.
rxLpop(String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command lpop.
rxLprops(String) - Method in class io.vertx.reactivex.core.file.FileSystem
Obtain properties for the link represented by path, asynchronously.
rxLprops(String) - Method in class io.vertx.rxjava.core.file.FileSystem
Obtain properties for the link represented by path, asynchronously.
rxLpush(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command lpush.
rxLpush(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command lpush.
rxLpushx(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command lpushx.
rxLpushx(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command lpushx.
rxLrange(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command lrange.
rxLrange(String, String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command lrange.
rxLrem(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command lrem.
rxLrem(String, String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command lrem.
rxLset(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command lset.
rxLset(String, String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command lset.
rxLtrim(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ltrim.
rxLtrim(String, String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command ltrim.
rxMaintenanceService(MaintenanceOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Places a given service into "maintenance mode"
rxMaintenanceService(MaintenanceOptions) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Places a given service into "maintenance mode"
rxMemory(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command memory.
rxMemory(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command memory.
rxMessageCount(String) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Returns the number of messages in a queue ready to be delivered.
rxMessageCount(String) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Returns the number of messages in a queue ready to be delivered.
rxMetadata() - Method in class io.vertx.reactivex.cassandra.CassandraClient
Get for the session.
rxMetadata() - Method in class io.vertx.rxjava.cassandra.CassandraClient
Get for the session.
rxMget(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command mget.
rxMget(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command mget.
rxMigrate(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command migrate.
rxMigrate(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command migrate.
rxMkdir(String) - Method in class io.vertx.reactivex.core.file.FileSystem
Create the directory represented by path, asynchronously.
rxMkdir(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
Create the directory represented by path, asynchronously.
rxMkdir(String) - Method in class io.vertx.rxjava.core.file.FileSystem
Create the directory represented by path, asynchronously.
rxMkdir(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
Create the directory represented by path, asynchronously.
rxMkdirs(String) - Method in class io.vertx.reactivex.core.file.FileSystem
Create the directory represented by path and any non existent parents, asynchronously.
rxMkdirs(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
Create the directory represented by path and any non existent parents, asynchronously.
rxMkdirs(String) - Method in class io.vertx.rxjava.core.file.FileSystem
Create the directory represented by path and any non existent parents, asynchronously.
rxMkdirs(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
Create the directory represented by path and any non existent parents, asynchronously.
rxModule(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command module.
rxModule(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command module.
rxMonitor() - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command monitor.
rxMonitor() - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command monitor.
rxMove(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
Move a file from the path from to path to, asynchronously.
rxMove(String, String, CopyOptions) - Method in class io.vertx.reactivex.core.file.FileSystem
Move a file from the path from to path to, asynchronously.
rxMove(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command move.
rxMove(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
Move a file from the path from to path to, asynchronously.
rxMove(String, String, CopyOptions) - Method in class io.vertx.rxjava.core.file.FileSystem
Move a file from the path from to path to, asynchronously.
rxMove(String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command move.
rxMset(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command mset.
rxMset(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command mset.
rxMsetnx(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command msetnx.
rxMsetnx(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command msetnx.
rxMulti() - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command multi.
rxMulti() - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command multi.
rxNack(String) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Sends a non-acknowledgement for the given message.
rxNack(String, String) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Sends a non-acknowledgement for the given frame.
rxNack(String) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Sends a non-acknowledgement for the given message.
rxNack(String, String) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Sends a non-acknowledgement for the given frame.
rxObject(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command object.
rxObject(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command object.
rxOffsetsForTimes(TopicPartition, Long) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Look up the offset for the given partition by timestamp.
rxOffsetsForTimes(TopicPartition, Long) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Look up the offset for the given partition by timestamp.
rxOnAuthenticationRequest(StompServerConnection, String, String) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
Called when the client connects to a server requiring authentication.
rxOnAuthenticationRequest(StompServerConnection, String, String) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
Called when the client connects to a server requiring authentication.
rxOpen(String, OpenOptions) - Method in class io.vertx.reactivex.core.file.FileSystem
Open the file represented by path, asynchronously.
rxOpen(String, OpenOptions) - Method in class io.vertx.rxjava.core.file.FileSystem
Open the file represented by path, asynchronously.
rxParseCredentials(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.BasicAuthHandler
Parses the credentials from the request into a JsonObject.
rxParseCredentials(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.ChainAuthHandler
Parses the credentials from the request into a JsonObject.
rxParseCredentials(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.DigestAuthHandler
Parses the credentials from the request into a JsonObject.
rxParseCredentials(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.JWTAuthHandler
Parses the credentials from the request into a JsonObject.
rxParseCredentials(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.OAuth2AuthHandler
Parses the credentials from the request into a JsonObject.
rxParseCredentials(RoutingContext) - Method in class io.vertx.reactivex.ext.web.handler.RedirectAuthHandler
Parses the credentials from the request into a JsonObject.
rxParseCredentials(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.BasicAuthHandler
Parses the credentials from the request into a JsonObject.
rxParseCredentials(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.ChainAuthHandler
Parses the credentials from the request into a JsonObject.
rxParseCredentials(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.DigestAuthHandler
Parses the credentials from the request into a JsonObject.
rxParseCredentials(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.JWTAuthHandler
Parses the credentials from the request into a JsonObject.
rxParseCredentials(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.OAuth2AuthHandler
Parses the credentials from the request into a JsonObject.
rxParseCredentials(RoutingContext) - Method in class io.vertx.rxjava.ext.web.handler.RedirectAuthHandler
Parses the credentials from the request into a JsonObject.
rxPartitionsFor(String) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Get metadata about the partitions for a given topic.
rxPartitionsFor(String) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
Get the partition metadata for the give topic.
rxPartitionsFor(String) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Get metadata about the partitions for a given topic.
rxPartitionsFor(String) - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
Get the partition metadata for the give topic.
rxPassCheck(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Set status of the check to "passing".
rxPassCheck(String) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Set status of the check to "passing".
rxPassCheckWithNote(String, String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Set status of the check to "passing".
rxPassCheckWithNote(String, String) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Set status of the check to "passing".
rxPause(TopicPartition) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Suspend fetching from the requested partition.
rxPause(Set<TopicPartition>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Suspend fetching from the requested partitions.
rxPause(TopicPartition) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Suspend fetching from the requested partition.
rxPause(Set<TopicPartition>) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Suspend fetching from the requested partitions.
rxPaused() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Get the set of partitions that were previously paused by a call to pause(Set).
rxPaused() - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Get the set of partitions that were previously paused by a call to pause(Set).
rxPeersStatus() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Retrieves the Raft peers for the datacenter in which the the agent is running.
rxPeersStatus() - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Retrieves the Raft peers for the datacenter in which the the agent is running.
rxPersist(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command persist.
rxPersist(String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command persist.
rxPexpire(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command pexpire.
rxPexpire(String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command pexpire.
rxPexpireat(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command pexpireat.
rxPexpireat(String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command pexpireat.
rxPfadd(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command pfadd.
rxPfadd(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command pfadd.
rxPfcount(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command pfcount.
rxPfcount(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command pfcount.
rxPfdebug(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command pfdebug.
rxPfdebug(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command pfdebug.
rxPfmerge(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command pfmerge.
rxPfmerge(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command pfmerge.
rxPfselftest() - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command pfselftest.
rxPfselftest() - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command pfselftest.
rxPing(Buffer) - Method in class io.vertx.reactivex.core.http.HttpConnection
Send a frame to the remote endpoint.
rxPing() - Method in class io.vertx.reactivex.db2client.DB2Connection
Send a PING command to check if the server is alive.
rxPing() - Method in class io.vertx.reactivex.mysqlclient.MySQLConnection
Send a PING command to check if the server is alive.
rxPing(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ping.
rxPing(Buffer) - Method in class io.vertx.rxjava.core.http.HttpConnection
Send a frame to the remote endpoint.
rxPing() - Method in class io.vertx.rxjava.db2client.DB2Connection
Send a PING command to check if the server is alive.
rxPing() - Method in class io.vertx.rxjava.mysqlclient.MySQLConnection
Send a PING command to check if the server is alive.
rxPing(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command ping.
rxPipeTo(WriteStream<AmqpMessage>) - Method in class io.vertx.reactivex.amqp.AmqpReceiver
Pipe this ReadStream to the WriteStream.
rxPipeTo(WriteStream<Row>) - Method in class io.vertx.reactivex.cassandra.CassandraRowStream
 
rxPipeTo(WriteStream<DatagramPacket>) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Pipe this ReadStream to the WriteStream.
rxPipeTo(WriteStream<Message<T>>) - Method in class io.vertx.reactivex.core.eventbus.MessageConsumer
Pipe this ReadStream to the WriteStream.
rxPipeTo(WriteStream<Buffer>) - Method in class io.vertx.reactivex.core.file.AsyncFile
Pipe this ReadStream to the WriteStream.
rxPipeTo(WriteStream<Buffer>) - Method in class io.vertx.reactivex.core.http.HttpClientResponse
Pipe this ReadStream to the WriteStream.
rxPipeTo(WriteStream<Buffer>) - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
Pipe this ReadStream to the WriteStream.
rxPipeTo(WriteStream<Buffer>) - Method in class io.vertx.reactivex.core.http.HttpServerRequest
Pipe this ReadStream to the WriteStream.
rxPipeTo(WriteStream<Buffer>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Pipe this ReadStream to the WriteStream.
rxPipeTo(WriteStream<Buffer>) - Method in class io.vertx.reactivex.core.http.WebSocket
Pipe this ReadStream to the WriteStream.
rxPipeTo(WriteStream<Buffer>) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
Pipe this ReadStream to the WriteStream.
rxPipeTo(WriteStream<Buffer>) - Method in class io.vertx.reactivex.core.net.NetSocket
Pipe this ReadStream to the WriteStream.
rxPipeTo(WriteStream<JsonEvent>) - Method in class io.vertx.reactivex.core.parsetools.JsonParser
Pipe this ReadStream to the WriteStream.
rxPipeTo(WriteStream<Buffer>) - Method in class io.vertx.reactivex.core.parsetools.RecordParser
Pipe this ReadStream to the WriteStream.
rxPipeTo(WriteStream<T>) - Method in interface io.vertx.reactivex.core.streams.ReadStream
Pipe this ReadStream to the WriteStream.
rxPipeTo(WriteStream<Long>) - Method in class io.vertx.reactivex.core.TimeoutStream
Pipe this ReadStream to the WriteStream.
rxPipeTo(WriteStream<JsonArray>) - Method in class io.vertx.reactivex.ext.sql.SQLRowStream
Pipe this ReadStream to the WriteStream.
rxPipeTo(WriteStream<TestCaseReport>) - Method in class io.vertx.reactivex.ext.unit.report.TestSuiteReport
Pipe this ReadStream to the WriteStream.
rxPipeTo(WriteStream<Buffer>) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
Pipe this ReadStream to the WriteStream.
rxPipeTo(WriteStream<KafkaConsumerRecord<K, V>>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Pipe this ReadStream to the WriteStream.
rxPipeTo(WriteStream<String>) - Method in class io.vertx.reactivex.pgclient.pubsub.PgChannel
Pipe this ReadStream to the WriteStream.
rxPipeTo(WriteStream<RabbitMQMessage>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQConsumer
Pipe this ReadStream to the WriteStream.
rxPipeTo(WriteStream<Response>) - Method in class io.vertx.reactivex.redis.client.RedisConnection
Pipe this ReadStream to the WriteStream.
rxPipeTo(WriteStream<T>) - Method in class io.vertx.reactivex.sqlclient.RowStream
Pipe this ReadStream to the WriteStream.
rxPipeTo(WriteStream<AmqpMessage>) - Method in class io.vertx.rxjava.amqp.AmqpReceiver
Pipe this ReadStream to the WriteStream.
rxPipeTo(WriteStream<Row>) - Method in class io.vertx.rxjava.cassandra.CassandraRowStream
 
rxPipeTo(WriteStream<DatagramPacket>) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Pipe this ReadStream to the WriteStream.
rxPipeTo(WriteStream<Message<T>>) - Method in class io.vertx.rxjava.core.eventbus.MessageConsumer
Pipe this ReadStream to the WriteStream.
rxPipeTo(WriteStream<Buffer>) - Method in class io.vertx.rxjava.core.file.AsyncFile
Pipe this ReadStream to the WriteStream.
rxPipeTo(WriteStream<Buffer>) - Method in class io.vertx.rxjava.core.http.HttpClientResponse
Pipe this ReadStream to the WriteStream.
rxPipeTo(WriteStream<Buffer>) - Method in class io.vertx.rxjava.core.http.HttpServerFileUpload
Pipe this ReadStream to the WriteStream.
rxPipeTo(WriteStream<Buffer>) - Method in class io.vertx.rxjava.core.http.HttpServerRequest
Pipe this ReadStream to the WriteStream.
rxPipeTo(WriteStream<Buffer>) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
Pipe this ReadStream to the WriteStream.
rxPipeTo(WriteStream<Buffer>) - Method in class io.vertx.rxjava.core.http.WebSocket
Pipe this ReadStream to the WriteStream.
rxPipeTo(WriteStream<Buffer>) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
Pipe this ReadStream to the WriteStream.
rxPipeTo(WriteStream<Buffer>) - Method in class io.vertx.rxjava.core.net.NetSocket
Pipe this ReadStream to the WriteStream.
rxPipeTo(WriteStream<JsonEvent>) - Method in class io.vertx.rxjava.core.parsetools.JsonParser
Pipe this ReadStream to the WriteStream.
rxPipeTo(WriteStream<Buffer>) - Method in class io.vertx.rxjava.core.parsetools.RecordParser
Pipe this ReadStream to the WriteStream.
rxPipeTo(WriteStream<T>) - Method in interface io.vertx.rxjava.core.streams.ReadStream
Pipe this ReadStream to the WriteStream.
rxPipeTo(WriteStream<Long>) - Method in class io.vertx.rxjava.core.TimeoutStream
Pipe this ReadStream to the WriteStream.
rxPipeTo(WriteStream<JsonArray>) - Method in class io.vertx.rxjava.ext.sql.SQLRowStream
Pipe this ReadStream to the WriteStream.
rxPipeTo(WriteStream<TestCaseReport>) - Method in class io.vertx.rxjava.ext.unit.report.TestSuiteReport
Pipe this ReadStream to the WriteStream.
rxPipeTo(WriteStream<Buffer>) - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
Pipe this ReadStream to the WriteStream.
rxPipeTo(WriteStream<KafkaConsumerRecord<K, V>>) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Pipe this ReadStream to the WriteStream.
rxPipeTo(WriteStream<String>) - Method in class io.vertx.rxjava.pgclient.pubsub.PgChannel
Pipe this ReadStream to the WriteStream.
rxPipeTo(WriteStream<RabbitMQMessage>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQConsumer
Pipe this ReadStream to the WriteStream.
rxPipeTo(WriteStream<Response>) - Method in class io.vertx.rxjava.redis.client.RedisConnection
Pipe this ReadStream to the WriteStream.
rxPipeTo(WriteStream<T>) - Method in class io.vertx.rxjava.sqlclient.RowStream
Pipe this ReadStream to the WriteStream.
rxPoll(Duration) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Executes a poll for getting messages from Kafka.
rxPoll(Duration) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Executes a poll for getting messages from Kafka.
rxPosition(TopicPartition) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Get the offset of the next record that will be fetched (if a record with that offset exists).
rxPosition(TopicPartition) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Get the offset of the next record that will be fetched (if a record with that offset exists).
rxPost(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command post.
rxPost(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command post.
rxPrepare(String) - Method in class io.vertx.reactivex.cassandra.CassandraClient
Prepares the provided query string.
rxPrepare(SimpleStatement) - Method in class io.vertx.reactivex.cassandra.CassandraClient
Prepares the provided a .
rxPrepare(String) - Method in class io.vertx.reactivex.db2client.DB2Connection
 
rxPrepare(String) - Method in class io.vertx.reactivex.mysqlclient.MySQLConnection
 
rxPrepare(String) - Method in class io.vertx.reactivex.pgclient.PgConnection
 
rxPrepare(String) - Method in class io.vertx.reactivex.sqlclient.SqlConnection
Create a prepared statement using the given sql string.
rxPrepare(String) - Method in class io.vertx.rxjava.cassandra.CassandraClient
Prepares the provided query string.
rxPrepare(SimpleStatement) - Method in class io.vertx.rxjava.cassandra.CassandraClient
Prepares the provided a .
rxPrepare(String) - Method in class io.vertx.rxjava.db2client.DB2Connection
 
rxPrepare(String) - Method in class io.vertx.rxjava.mysqlclient.MySQLConnection
 
rxPrepare(String) - Method in class io.vertx.rxjava.pgclient.PgConnection
 
rxPrepare(String) - Method in class io.vertx.rxjava.sqlclient.SqlConnection
Create a prepared statement using the given sql string.
rxProps(String) - Method in class io.vertx.reactivex.core.file.FileSystem
Obtain properties for the file represented by path, asynchronously.
rxProps(String) - Method in class io.vertx.rxjava.core.file.FileSystem
Obtain properties for the file represented by path, asynchronously.
rxPsetex(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command psetex.
rxPsetex(String, String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command psetex.
rxPsubscribe(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command psubscribe.
rxPsubscribe(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command psubscribe.
rxPsync(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command psync.
rxPsync(String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command psync.
rxPttl(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command pttl.
rxPttl(String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command pttl.
rxPublish(String, Buffer, MqttQoS, boolean, boolean) - Method in class io.vertx.reactivex.mqtt.MqttClient
Sends the PUBLISH message to the remote MQTT server
rxPublish(String, Buffer, MqttQoS, boolean, boolean) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
Sends the PUBLISH message to the remote MQTT server
rxPublish(String, Buffer, MqttQoS, boolean, boolean, int) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
Sends the PUBLISH message to the remote MQTT server explicitly specifying the messageId
rxPublish(String, String, BasicProperties, Buffer) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQPublisher
Publish a message.
rxPublish(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command publish.
rxPublish(Record) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
Publishes a record.
rxPublish(Record) - Method in class io.vertx.reactivex.servicediscovery.spi.ServicePublisher
Publishes a record.
rxPublish(String, Buffer, MqttQoS, boolean, boolean) - Method in class io.vertx.rxjava.mqtt.MqttClient
Sends the PUBLISH message to the remote MQTT server
rxPublish(String, Buffer, MqttQoS, boolean, boolean) - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
Sends the PUBLISH message to the remote MQTT server
rxPublish(String, Buffer, MqttQoS, boolean, boolean, int) - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
Sends the PUBLISH message to the remote MQTT server explicitly specifying the messageId
rxPublish(String, String, BasicProperties, Buffer) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQPublisher
Publish a message.
rxPublish(String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command publish.
rxPublish(Record) - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
Publishes a record.
rxPublish(Record) - Method in class io.vertx.rxjava.servicediscovery.spi.ServicePublisher
Publishes a record.
rxPubsub(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command pubsub.
rxPubsub(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command pubsub.
rxPunsubscribe(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command punsubscribe.
rxPunsubscribe(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command punsubscribe.
rxPush(HttpMethod, String, String) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
rxPush(HttpMethod, String, MultiMap) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
rxPush(HttpMethod, String) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
rxPush(HttpMethod, String, String, MultiMap) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Push a response to the client.

The handler will be notified with a success when the push can be sent and with a failure when the client has disabled push or reset the push before it has been sent.

The handler may be queued if the client has reduced the maximum number of streams the server can push concurrently.

Push can be sent only for peer initiated streams and if the response is not ended.

rxPush(HttpMethod, String, String) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
rxPush(HttpMethod, String, MultiMap) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
rxPush(HttpMethod, String) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
rxPush(HttpMethod, String, String, MultiMap) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Push a response to the client.

The handler will be notified with a success when the push can be sent and with a failure when the client has disabled push or reset the push before it has been sent.

The handler may be queued if the client has reduced the maximum number of streams the server can push concurrently.

Push can be sent only for peer initiated streams and if the response is not ended.

rxPut(K, V) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
Put a value in the map, asynchronously.
rxPut(K, V, long) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
rxPut(Session) - Method in class io.vertx.reactivex.ext.web.sstore.SessionStore
Add a session with the specified ID.
rxPut(K, V) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
Put a value in the map, asynchronously.
rxPut(K, V, long) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
rxPut(Session) - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
Add a session with the specified ID.
rxPutIfAbsent(K, V) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
Put the entry only if there is no entry with the key already present.
rxPutIfAbsent(K, V, long) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
rxPutIfAbsent(K, V) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
Put the entry only if there is no entry with the key already present.
rxPutIfAbsent(K, V, long) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
rxPutValue(String, String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Adds specified key/value pair
rxPutValue(String, String) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Adds specified key/value pair
rxPutValueWithOptions(String, String, KeyValueOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
 
rxPutValueWithOptions(String, String, KeyValueOptions) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
 
rxQuery(String) - Method in class io.vertx.reactivex.ext.sql.SQLClient
Execute a single SQL statement, this method acquires a connection from the the pool and executes the SQL statement and returns it back after the execution.
rxQuery(String) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Executes the given SQL SELECT statement which returns the results of the query.
rxQuery(String) - Method in interface io.vertx.reactivex.ext.sql.SQLOperations
Executes the given SQL SELECT statement which returns the results of the query.
rxQuery(String) - Method in class io.vertx.rxjava.ext.sql.SQLClient
Execute a single SQL statement, this method acquires a connection from the the pool and executes the SQL statement and returns it back after the execution.
rxQuery(String) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Executes the given SQL SELECT statement which returns the results of the query.
rxQuery(String) - Method in interface io.vertx.rxjava.ext.sql.SQLOperations
Executes the given SQL SELECT statement which returns the results of the query.
rxQuerySingle(String) - Method in class io.vertx.reactivex.ext.jdbc.JDBCClient
Execute a one shot SQL statement that returns a single SQL row.
rxQuerySingle(String) - Method in class io.vertx.reactivex.ext.sql.SQLClient
Execute a one shot SQL statement that returns a single SQL row.
rxQuerySingle(String) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Execute a one shot SQL statement that returns a single SQL row.
rxQuerySingle(String) - Method in interface io.vertx.reactivex.ext.sql.SQLOperations
Execute a one shot SQL statement that returns a single SQL row.
rxQuerySingle(String) - Method in class io.vertx.rxjava.ext.jdbc.JDBCClient
Execute a one shot SQL statement that returns a single SQL row.
rxQuerySingle(String) - Method in class io.vertx.rxjava.ext.sql.SQLClient
Execute a one shot SQL statement that returns a single SQL row.
rxQuerySingle(String) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Execute a one shot SQL statement that returns a single SQL row.
rxQuerySingle(String) - Method in interface io.vertx.rxjava.ext.sql.SQLOperations
Execute a one shot SQL statement that returns a single SQL row.
rxQuerySingleWithParams(String, JsonArray) - Method in class io.vertx.reactivex.ext.jdbc.JDBCClient
Execute a one shot SQL statement with arguments that returns a single SQL row.
rxQuerySingleWithParams(String, JsonArray) - Method in class io.vertx.reactivex.ext.sql.SQLClient
Execute a one shot SQL statement with arguments that returns a single SQL row.
rxQuerySingleWithParams(String, JsonArray) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Execute a one shot SQL statement with arguments that returns a single SQL row.
rxQuerySingleWithParams(String, JsonArray) - Method in interface io.vertx.reactivex.ext.sql.SQLOperations
Execute a one shot SQL statement with arguments that returns a single SQL row.
rxQuerySingleWithParams(String, JsonArray) - Method in class io.vertx.rxjava.ext.jdbc.JDBCClient
Execute a one shot SQL statement with arguments that returns a single SQL row.
rxQuerySingleWithParams(String, JsonArray) - Method in class io.vertx.rxjava.ext.sql.SQLClient
Execute a one shot SQL statement with arguments that returns a single SQL row.
rxQuerySingleWithParams(String, JsonArray) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Execute a one shot SQL statement with arguments that returns a single SQL row.
rxQuerySingleWithParams(String, JsonArray) - Method in interface io.vertx.rxjava.ext.sql.SQLOperations
Execute a one shot SQL statement with arguments that returns a single SQL row.
rxQueryStream(String) - Method in class io.vertx.reactivex.cassandra.CassandraClient
Executes the given SQL SELECT statement which returns the results of the query as a read stream.
rxQueryStream(Statement) - Method in class io.vertx.reactivex.cassandra.CassandraClient
Executes the given SQL statement which returns the results of the query as a read stream.
rxQueryStream(String) - Method in class io.vertx.reactivex.ext.sql.SQLClient
Executes the given SQL SELECT statement which returns the results of the query as a read stream.
rxQueryStream(String) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Executes the given SQL SELECT statement which returns the results of the query as a read stream.
rxQueryStream(String) - Method in interface io.vertx.reactivex.ext.sql.SQLOperations
Executes the given SQL SELECT statement which returns the results of the query as a read stream.
rxQueryStream(String) - Method in class io.vertx.rxjava.cassandra.CassandraClient
Executes the given SQL SELECT statement which returns the results of the query as a read stream.
rxQueryStream(Statement) - Method in class io.vertx.rxjava.cassandra.CassandraClient
Executes the given SQL statement which returns the results of the query as a read stream.
rxQueryStream(String) - Method in class io.vertx.rxjava.ext.sql.SQLClient
Executes the given SQL SELECT statement which returns the results of the query as a read stream.
rxQueryStream(String) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Executes the given SQL SELECT statement which returns the results of the query as a read stream.
rxQueryStream(String) - Method in interface io.vertx.rxjava.ext.sql.SQLOperations
Executes the given SQL SELECT statement which returns the results of the query as a read stream.
rxQueryStreamWithParams(String, JsonArray) - Method in class io.vertx.reactivex.ext.sql.SQLClient
Executes the given SQL SELECT statement which returns the results of the query as a read stream.
rxQueryStreamWithParams(String, JsonArray) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Executes the given SQL SELECT statement which returns the results of the query as a read stream.
rxQueryStreamWithParams(String, JsonArray) - Method in interface io.vertx.reactivex.ext.sql.SQLOperations
Executes the given SQL SELECT statement which returns the results of the query as a read stream.
rxQueryStreamWithParams(String, JsonArray) - Method in class io.vertx.rxjava.ext.sql.SQLClient
Executes the given SQL SELECT statement which returns the results of the query as a read stream.
rxQueryStreamWithParams(String, JsonArray) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Executes the given SQL SELECT statement which returns the results of the query as a read stream.
rxQueryStreamWithParams(String, JsonArray) - Method in interface io.vertx.rxjava.ext.sql.SQLOperations
Executes the given SQL SELECT statement which returns the results of the query as a read stream.
rxQueryWithParams(String, JsonArray) - Method in class io.vertx.reactivex.ext.sql.SQLClient
Execute a single SQL prepared statement, this method acquires a connection from the the pool and executes the SQL prepared statement and returns it back after the execution.
rxQueryWithParams(String, JsonArray) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Executes the given SQL SELECT prepared statement which returns the results of the query.
rxQueryWithParams(String, JsonArray) - Method in interface io.vertx.reactivex.ext.sql.SQLOperations
Executes the given SQL SELECT prepared statement which returns the results of the query.
rxQueryWithParams(String, JsonArray) - Method in class io.vertx.rxjava.ext.sql.SQLClient
Execute a single SQL prepared statement, this method acquires a connection from the the pool and executes the SQL prepared statement and returns it back after the execution.
rxQueryWithParams(String, JsonArray) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Executes the given SQL SELECT prepared statement which returns the results of the query.
rxQueryWithParams(String, JsonArray) - Method in interface io.vertx.rxjava.ext.sql.SQLOperations
Executes the given SQL SELECT prepared statement which returns the results of the query.
rxQueueBind(String, String, String) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Bind a queue to an exchange
rxQueueBind(String, String, String, Map<String, Object>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Bind a queue to an exchange
rxQueueBind(String, String, String) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Bind a queue to an exchange
rxQueueBind(String, String, String, Map<String, Object>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Bind a queue to an exchange
rxQueueDeclare(String, boolean, boolean, boolean) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Declare a queue
rxQueueDeclare(String, boolean, boolean, boolean, JsonObject) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Declare a queue with config options
rxQueueDeclare(String, boolean, boolean, boolean) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Declare a queue
rxQueueDeclare(String, boolean, boolean, boolean, JsonObject) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Declare a queue with config options
rxQueueDeclareAuto() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Actively declare a server-named exclusive, autodelete, non-durable queue.
rxQueueDeclareAuto() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Actively declare a server-named exclusive, autodelete, non-durable queue.
rxQueueDelete(String) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Delete a queue, without regard for whether it is in use or has messages on it
rxQueueDelete(String) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Delete a queue, without regard for whether it is in use or has messages on it
rxQueueDeleteIf(String, boolean, boolean) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Delete a queue
rxQueueDeleteIf(String, boolean, boolean) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Delete a queue
rxQueueUnbind(String, String, String) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Unbind a queue from an exchange
rxQueueUnbind(String, String, String, Map<String, Object>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Unbind a queue from an exchange
rxQueueUnbind(String, String, String) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Unbind a queue from an exchange
rxQueueUnbind(String, String, String, Map<String, Object>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Unbind a queue from an exchange
rxRandomkey() - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command randomkey.
rxRandomkey() - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command randomkey.
rxRead(Buffer, int, long, int) - Method in class io.vertx.reactivex.core.file.AsyncFile
Reads length bytes of data from the file at position position in the file, asynchronously.
rxRead(int) - Method in class io.vertx.reactivex.sqlclient.Cursor
Read rows from the cursor, the result is provided asynchronously to the handler.
rxRead(Buffer, int, long, int) - Method in class io.vertx.rxjava.core.file.AsyncFile
Reads length bytes of data from the file at position position in the file, asynchronously.
rxRead(int) - Method in class io.vertx.rxjava.sqlclient.Cursor
Read rows from the cursor, the result is provided asynchronously to the handler.
rxReadDir(String) - Method in class io.vertx.reactivex.core.file.FileSystem
Read the contents of the directory specified by path, asynchronously.
rxReadDir(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
Read the contents of the directory specified by path, asynchronously.
rxReadDir(String) - Method in class io.vertx.rxjava.core.file.FileSystem
Read the contents of the directory specified by path, asynchronously.
rxReadDir(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
Read the contents of the directory specified by path, asynchronously.
rxReadFile(String) - Method in class io.vertx.reactivex.core.file.FileSystem
Reads the entire file as represented by the path path as a , asynchronously.
rxReadFile(String) - Method in class io.vertx.rxjava.core.file.FileSystem
Reads the entire file as represented by the path path as a , asynchronously.
rxReadonly() - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command readonly.
rxReadonly() - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command readonly.
rxReadSymlink(String) - Method in class io.vertx.reactivex.core.file.FileSystem
Returns the path representing the file that the symbolic link specified by link points to, asynchronously.
rxReadSymlink(String) - Method in class io.vertx.rxjava.core.file.FileSystem
Returns the path representing the file that the symbolic link specified by link points to, asynchronously.
rxReadwrite() - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command readwrite.
rxReadwrite() - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command readwrite.
rxRedirect(String) - Method in class io.vertx.reactivex.ext.web.RoutingContext
rxRedirect(String) - Method in class io.vertx.rxjava.ext.web.RoutingContext
rxRefresh() - Method in class io.vertx.reactivex.ext.auth.oauth2.AccessToken
Refresh the access token
rxRefresh(User) - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
Refresh the current User (access token).
rxRefresh() - Method in class io.vertx.rxjava.ext.auth.oauth2.AccessToken
Refresh the access token
rxRefresh(User) - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
Refresh the current User (access token).
rxRegisterCheck(CheckOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Add a new check to the local agent.
rxRegisterCheck(CheckOptions) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Add a new check to the local agent.
rxRegisterCommand(Command) - Method in class io.vertx.reactivex.ext.shell.command.CommandRegistry
Register a command
rxRegisterCommand(Command) - Method in class io.vertx.rxjava.ext.shell.command.CommandRegistry
Register a command
rxRegisterCommands(List<Command>) - Method in class io.vertx.reactivex.ext.shell.command.CommandRegistry
Register a list of commands.
rxRegisterCommands(List<Command>) - Method in class io.vertx.rxjava.ext.shell.command.CommandRegistry
Register a list of commands.
rxRegisterService(ServiceOptions) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Adds a new service, with an optional health check, to the local agent.
rxRegisterService(ServiceOptions) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Adds a new service, with an optional health check, to the local agent.
rxRegisterServiceExporter(ServiceExporter, JsonObject) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
Registers a discovery bridge.
rxRegisterServiceExporter(ServiceExporter, JsonObject) - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
Registers a discovery bridge.
rxRegisterServiceImporter(ServiceImporter, JsonObject) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
Registers a discovery service importer.
rxRegisterServiceImporter(ServiceImporter, JsonObject) - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
Registers a discovery service importer.
rxRemove(K) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
Remove a value from the map, asynchronously.
rxRemove(K) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
Remove a value from the map, asynchronously.
rxRemoveDocument(String, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Remove a single matching document from a collection and return the handler with MongoClientDeleteResult result
rxRemoveDocument(String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Remove a single matching document from a collection and return the handler with MongoClientDeleteResult result
rxRemoveDocuments(String, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Remove matching documents from a collection and return the handler with MongoClientDeleteResult result
rxRemoveDocuments(String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Remove matching documents from a collection and return the handler with MongoClientDeleteResult result
rxRemoveDocumentsWithOptions(String, JsonObject, WriteOption) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Remove matching documents from a collection with the specified write option and return the handler with MongoClientDeleteResult result
rxRemoveDocumentsWithOptions(String, JsonObject, WriteOption) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Remove matching documents from a collection with the specified write option and return the handler with MongoClientDeleteResult result
rxRemoveDocumentWithOptions(String, JsonObject, WriteOption) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Remove a single matching document from a collection with the specified write option and return the handler with MongoClientDeleteResult result
rxRemoveDocumentWithOptions(String, JsonObject, WriteOption) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Remove a single matching document from a collection with the specified write option and return the handler with MongoClientDeleteResult result
rxRemoveIfPresent(K, V) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
Remove a value from the map, only if entry already exists with same value.
rxRemoveIfPresent(K, V) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
Remove a value from the map, only if entry already exists with same value.
rxRename(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command rename.
rxRename(String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command rename.
rxRenamenx(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command renamenx.
rxRenamenx(String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command renamenx.
rxRender(JsonObject, String) - Method in class io.vertx.reactivex.ext.web.common.template.TemplateEngine
Render the template.
rxRender(Map<String, Object>, String) - Method in class io.vertx.reactivex.ext.web.common.template.TemplateEngine
Render the template.
rxRender(JsonObject, String) - Method in class io.vertx.rxjava.ext.web.common.template.TemplateEngine
Render the template.
rxRender(Map<String, Object>, String) - Method in class io.vertx.rxjava.ext.web.common.template.TemplateEngine
Render the template.
rxRenewSession(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Renews the given session.
rxRenewSession(String) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Renews the given session.
rxReplace(K, V) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
Replace the entry only if it is currently mapped to some value
rxReplace(K, V) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
Replace the entry only if it is currently mapped to some value
rxReplaceDocuments(String, JsonObject, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Replace matching documents in the specified collection and return the handler with MongoClientUpdateResult result
rxReplaceDocuments(String, JsonObject, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Replace matching documents in the specified collection and return the handler with MongoClientUpdateResult result
rxReplaceDocumentsWithOptions(String, JsonObject, JsonObject, UpdateOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Replace matching documents in the specified collection, specifying options and return the handler with MongoClientUpdateResult result
rxReplaceDocumentsWithOptions(String, JsonObject, JsonObject, UpdateOptions) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Replace matching documents in the specified collection, specifying options and return the handler with MongoClientUpdateResult result
rxReplaceIfPresent(K, V, V) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
Replace the entry only if it is currently mapped to a specific value
rxReplaceIfPresent(K, V, V) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
Replace the entry only if it is currently mapped to a specific value
rxReplconf(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command replconf.
rxReplconf(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command replconf.
rxReplicaof(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command replicaof.
rxReplicaof(String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command replicaof.
rxReplyAndRequest(Object) - Method in class io.vertx.reactivex.core.eventbus.Message
Reply to this message, specifying a replyHandler for the reply - i.e.
rxReplyAndRequest(Object, DeliveryOptions) - Method in class io.vertx.reactivex.core.eventbus.Message
Like but specifying options that can be used to configure the delivery.
rxReplyAndRequest(Object) - Method in class io.vertx.rxjava.core.eventbus.Message
Reply to this message, specifying a replyHandler for the reply - i.e.
rxReplyAndRequest(Object, DeliveryOptions) - Method in class io.vertx.rxjava.core.eventbus.Message
Like but specifying options that can be used to configure the delivery.
rxRequest(String, Object) - Method in class io.vertx.reactivex.core.eventbus.EventBus
Sends a message and and specify a replyHandler that will be called if the recipient subsequently replies to the message.
rxRequest(String, Object, DeliveryOptions) - Method in class io.vertx.reactivex.core.eventbus.EventBus
Like but specifying options that can be used to configure the delivery.
rxRequest(RequestOptions) - Method in class io.vertx.reactivex.core.http.HttpClient
Create an HTTP request to send to the server.
rxRequest(HttpMethod, int, String, String) - Method in class io.vertx.reactivex.core.http.HttpClient
Create an HTTP request to send to the server at the host and port.
rxRequest(HttpMethod, String, String) - Method in class io.vertx.reactivex.core.http.HttpClient
Create an HTTP request to send to the server at the host and default port.
rxRequest(HttpMethod, String) - Method in class io.vertx.reactivex.core.http.HttpClient
Create an HTTP request to send to the server at the default host and port.
rxRequest(String, Object) - Method in class io.vertx.rxjava.core.eventbus.EventBus
Sends a message and and specify a replyHandler that will be called if the recipient subsequently replies to the message.
rxRequest(String, Object, DeliveryOptions) - Method in class io.vertx.rxjava.core.eventbus.EventBus
Like but specifying options that can be used to configure the delivery.
rxRequest(RequestOptions) - Method in class io.vertx.rxjava.core.http.HttpClient
Create an HTTP request to send to the server.
rxRequest(HttpMethod, int, String, String) - Method in class io.vertx.rxjava.core.http.HttpClient
Create an HTTP request to send to the server at the host and port.
rxRequest(HttpMethod, String, String) - Method in class io.vertx.rxjava.core.http.HttpClient
Create an HTTP request to send to the server at the host and default port.
rxRequest(HttpMethod, String) - Method in class io.vertx.rxjava.core.http.HttpClient
Create an HTTP request to send to the server at the default host and port.
rxResetConnection() - Method in class io.vertx.reactivex.mysqlclient.MySQLConnection
Send a RESET_CONNECTION command to reset the session state.
rxResetConnection() - Method in class io.vertx.rxjava.mysqlclient.MySQLConnection
Send a RESET_CONNECTION command to reset the session state.
rxResolveA(String) - Method in class io.vertx.reactivex.core.dns.DnsClient
Try to resolve all A (ipv4) records for the given name.
rxResolveA(String) - Method in class io.vertx.rxjava.core.dns.DnsClient
Try to resolve all A (ipv4) records for the given name.
rxResolveAAAA(String) - Method in class io.vertx.reactivex.core.dns.DnsClient
Try to resolve all AAAA (ipv6) records for the given name.
rxResolveAAAA(String) - Method in class io.vertx.rxjava.core.dns.DnsClient
Try to resolve all AAAA (ipv6) records for the given name.
rxResolveCNAME(String) - Method in class io.vertx.reactivex.core.dns.DnsClient
Try to resolve the CNAME record for the given name.
rxResolveCNAME(String) - Method in class io.vertx.rxjava.core.dns.DnsClient
Try to resolve the CNAME record for the given name.
rxResolveMX(String) - Method in class io.vertx.reactivex.core.dns.DnsClient
Try to resolve the MX records for the given name.
rxResolveMX(String) - Method in class io.vertx.rxjava.core.dns.DnsClient
Try to resolve the MX records for the given name.
rxResolveNS(String) - Method in class io.vertx.reactivex.core.dns.DnsClient
Try to resolve the NS records for the given name.
rxResolveNS(String) - Method in class io.vertx.rxjava.core.dns.DnsClient
Try to resolve the NS records for the given name.
rxResolvePTR(String) - Method in class io.vertx.reactivex.core.dns.DnsClient
Try to resolve the PTR record for the given name.
rxResolvePTR(String) - Method in class io.vertx.rxjava.core.dns.DnsClient
Try to resolve the PTR record for the given name.
rxResolveRef(JsonPointer, JsonPointer, SchemaParser) - Method in class io.vertx.reactivex.json.schema.SchemaRouter
rxResolveRef(JsonPointer, JsonPointer, SchemaParser) - Method in class io.vertx.rxjava.json.schema.SchemaRouter
rxResolveSRV(String) - Method in class io.vertx.reactivex.core.dns.DnsClient
Try to resolve the SRV records for the given name.
rxResolveSRV(String) - Method in class io.vertx.rxjava.core.dns.DnsClient
Try to resolve the SRV records for the given name.
rxResolveTXT(String) - Method in class io.vertx.reactivex.core.dns.DnsClient
Try to resolve the TXT records for the given name.
rxResolveTXT(String) - Method in class io.vertx.rxjava.core.dns.DnsClient
Try to resolve the TXT records for the given name.
rxResponse() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Set a callback for the associated HttpClientResponse.
rxResponse() - Method in class io.vertx.rxjava.core.http.HttpClientRequest
Set a callback for the associated HttpClientResponse.
rxRestore(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command restore.
rxRestore(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command restore.
rxRestoreAsking(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command restoreAsking.
rxRestoreAsking(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command restoreAsking.
rxResume(TopicPartition) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Resume specified partition which have been paused with pause.
rxResume(Set<TopicPartition>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Resume specified partitions which have been paused with pause.
rxResume(TopicPartition) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Resume specified partition which have been paused with pause.
rxResume(Set<TopicPartition>) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Resume specified partitions which have been paused with pause.
rxReverseLookup(String) - Method in class io.vertx.reactivex.core.dns.DnsClient
Try to do a reverse lookup of an IP address.
rxReverseLookup(String) - Method in class io.vertx.rxjava.core.dns.DnsClient
Try to do a reverse lookup of an IP address.
rxRevoke(String) - Method in class io.vertx.reactivex.ext.auth.oauth2.AccessToken
Revoke access or refresh token
rxRevoke(User, String) - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
Revoke an obtained access or refresh token.
rxRevoke(User) - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
Revoke an obtained access token.
rxRevoke(String) - Method in class io.vertx.rxjava.ext.auth.oauth2.AccessToken
Revoke access or refresh token
rxRevoke(User, String) - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
Revoke an obtained access or refresh token.
rxRevoke(User) - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
Revoke an obtained access token.
rxRole() - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command role.
rxRole() - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command role.
rxRollback() - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Rolls back all changes made since the previous commit/rollback.
rxRollback() - Method in class io.vertx.reactivex.sqlclient.Transaction
Like Transaction.rollback(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) with an handler to be notified when the transaction rollback has completed
rxRollback() - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Rolls back all changes made since the previous commit/rollback.
rxRollback() - Method in class io.vertx.rxjava.sqlclient.Transaction
Like Transaction.rollback(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) with an handler to be notified when the transaction rollback has completed
rxRpop(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command rpop.
rxRpop(String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command rpop.
rxRpoplpush(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command rpoplpush.
rxRpoplpush(String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command rpoplpush.
rxRpush(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command rpush.
rxRpush(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command rpush.
rxRpushx(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command rpushx.
rxRpushx(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command rpushx.
rxRunCommand(String, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Run an arbitrary MongoDB command.
rxRunCommand(String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Run an arbitrary MongoDB command.
rxSadd(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sadd.
rxSadd(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command sadd.
rxSave(String, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Save a document in the specified collection
rxSave() - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command save.
rxSave(String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Save a document in the specified collection
rxSave() - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command save.
rxSaveWithOptions(String, JsonObject, WriteOption) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Save a document in the specified collection with the specified write option
rxSaveWithOptions(String, JsonObject, WriteOption) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Save a document in the specified collection with the specified write option
rxScan(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command scan.
rxScan(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command scan.
rxScard(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command scard.
rxScard(String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command scard.
rxScript(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command script.
rxScript(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command script.
rxSdiff(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sdiff.
rxSdiff(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command sdiff.
rxSdiffstore(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sdiffstore.
rxSdiffstore(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command sdiffstore.
rxSeek(TopicPartition, long) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Overrides the fetch offsets that the consumer will use on the next poll.
rxSeek(TopicPartition, long) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Overrides the fetch offsets that the consumer will use on the next poll.
rxSeekToBeginning(TopicPartition) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Seek to the first offset for each of the given partition.
rxSeekToBeginning(Set<TopicPartition>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Seek to the first offset for each of the given partitions.
rxSeekToBeginning(TopicPartition) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Seek to the first offset for each of the given partition.
rxSeekToBeginning(Set<TopicPartition>) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Seek to the first offset for each of the given partitions.
rxSeekToEnd(TopicPartition) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Seek to the last offset for each of the given partition.
rxSeekToEnd(Set<TopicPartition>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Seek to the last offset for each of the given partitions.
rxSeekToEnd(TopicPartition) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Seek to the last offset for each of the given partition.
rxSeekToEnd(Set<TopicPartition>) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Seek to the last offset for each of the given partitions.
rxSelect(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command select.
rxSelect(String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command select.
rxSend(Buffer, int, String) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Write the given Buffer to the SocketAddress.
rxSend(String, int, String) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Write the given String to the SocketAddress using UTF8 encoding.
rxSend(String, String, int, String) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Write the given String to the SocketAddress using the given encoding.
rxSend() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Send the request with an empty body.
rxSend(String) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Send the request with a string body.
rxSend(Buffer) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Send the request with a buffer body.
rxSend(ReadStream<Buffer>) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Send the request with a stream body.
rxSend(Flowable<Buffer>) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Send the request with a stream body.
rxSend() - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Send the request with an empty body.
rxSend(String) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Send the request with a string body.
rxSend(Buffer) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Send the request with a buffer body.
rxSend(ReadStream<Buffer>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Send the request with a stream body.
rxSend(Flowable<Buffer>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Send the request with a stream body.
rxSend(Map<String, String>, Buffer) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Sends a SEND frame to the server.
rxSend(String, Buffer) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Sends a SEND frame to the server to the given destination.
rxSend(Frame) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Sends the given frame to the server.
rxSend(String, Map<String, String>, Buffer) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Sends a SEND frame to the server to the given destination.
rxSend() - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Send a request, the handler will receive the response as an HttpResponse.
rxSend(KafkaProducerRecord<K, V>) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
Asynchronously write a record to a topic
rxSend(Request) - Method in class io.vertx.reactivex.redis.client.Redis
Send the given command to the redis server or cluster.
rxSend(Request) - Method in class io.vertx.reactivex.redis.client.RedisConnection
Send the given command to the redis server or cluster.
rxSend(Buffer, int, String) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Write the given Buffer to the SocketAddress.
rxSend(String, int, String) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Write the given String to the SocketAddress using UTF8 encoding.
rxSend(String, String, int, String) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Write the given String to the SocketAddress using the given encoding.
rxSend() - Method in class io.vertx.rxjava.core.http.HttpClientRequest
Send the request with an empty body.
rxSend(String) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
Send the request with a string body.
rxSend(Buffer) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
Send the request with a buffer body.
rxSend(ReadStream<Buffer>) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
Send the request with a stream body.
rxSend(Observable<Buffer>) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
Send the request with a stream body.
rxSend() - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Send the request with an empty body.
rxSend(String) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Send the request with a string body.
rxSend(Buffer) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Send the request with a buffer body.
rxSend(ReadStream<Buffer>) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Send the request with a stream body.
rxSend(Observable<Buffer>) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Send the request with a stream body.
rxSend(Map<String, String>, Buffer) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Sends a SEND frame to the server.
rxSend(String, Buffer) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Sends a SEND frame to the server to the given destination.
rxSend(Frame) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Sends the given frame to the server.
rxSend(String, Map<String, String>, Buffer) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Sends a SEND frame to the server to the given destination.
rxSend() - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
Send a request, the handler will receive the response as an HttpResponse.
rxSend(KafkaProducerRecord<K, V>) - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
Asynchronously write a record to a topic
rxSend(Request) - Method in class io.vertx.rxjava.redis.client.Redis
Send the given command to the redis server or cluster.
rxSend(Request) - Method in class io.vertx.rxjava.redis.client.RedisConnection
Send the given command to the redis server or cluster.
rxSendBuffer(Buffer) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
rxSendBuffer(Buffer) - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
rxSendFile(String) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Like HttpServerResponse.sendFile(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but providing a handler which will be notified once the file has been completely written to the wire.
rxSendFile(String, long) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Like HttpServerResponse.sendFile(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but providing a handler which will be notified once the file has been completely written to the wire.
rxSendFile(String, long, long) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Like HttpServerResponse.sendFile(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but providing a handler which will be notified once the file has been completely written to the wire.
rxSendFile(String) - Method in class io.vertx.reactivex.core.net.NetSocket
Same as NetSocket.sendFile(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but also takes a handler that will be called when the send has completed or a failure has occurred
rxSendFile(String, long) - Method in class io.vertx.reactivex.core.net.NetSocket
Same as NetSocket.sendFile(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but also takes a handler that will be called when the send has completed or a failure has occurred
rxSendFile(String, long, long) - Method in class io.vertx.reactivex.core.net.NetSocket
Same as NetSocket.sendFile(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but also takes a handler that will be called when the send has completed or a failure has occurred
rxSendFile(String) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Like HttpServerResponse.sendFile(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but providing a handler which will be notified once the file has been completely written to the wire.
rxSendFile(String, long) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Like HttpServerResponse.sendFile(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but providing a handler which will be notified once the file has been completely written to the wire.
rxSendFile(String, long, long) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Like HttpServerResponse.sendFile(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but providing a handler which will be notified once the file has been completely written to the wire.
rxSendFile(String) - Method in class io.vertx.rxjava.core.net.NetSocket
Same as NetSocket.sendFile(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but also takes a handler that will be called when the send has completed or a failure has occurred
rxSendFile(String, long) - Method in class io.vertx.rxjava.core.net.NetSocket
Same as NetSocket.sendFile(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but also takes a handler that will be called when the send has completed or a failure has occurred
rxSendFile(String, long, long) - Method in class io.vertx.rxjava.core.net.NetSocket
Same as NetSocket.sendFile(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but also takes a handler that will be called when the send has completed or a failure has occurred
rxSendForm(MultiMap) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Like HttpRequest.send(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.ext.web.client.HttpResponse<T>>>) but with an HTTP request body multimap encoded as form and the content type set to application/x-www-form-urlencoded.
rxSendForm(MultiMap) - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
Like HttpRequest.send(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.rxjava.ext.web.client.HttpResponse<T>>>) but with an HTTP request body multimap encoded as form and the content type set to application/x-www-form-urlencoded.
rxSendHead() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
rxSendHead() - Method in class io.vertx.rxjava.core.http.HttpClientRequest
rxSendJson(Object) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Like HttpRequest.send(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.ext.web.client.HttpResponse<T>>>) but with an HTTP request body object encoded as json and the content type set to application/json.
rxSendJson(Object) - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
Like HttpRequest.send(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.rxjava.ext.web.client.HttpResponse<T>>>) but with an HTTP request body object encoded as json and the content type set to application/json.
rxSendJsonObject(JsonObject) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Like HttpRequest.send(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.ext.web.client.HttpResponse<T>>>) but with an HTTP request body object encoded as json and the content type set to application/json.
rxSendJsonObject(JsonObject) - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
Like HttpRequest.send(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.rxjava.ext.web.client.HttpResponse<T>>>) but with an HTTP request body object encoded as json and the content type set to application/json.
rxSendMail(MailMessage) - Method in class io.vertx.reactivex.ext.mail.MailClient
send a single mail via MailClient
rxSendMail(MailMessage) - Method in class io.vertx.rxjava.ext.mail.MailClient
send a single mail via MailClient
rxSendMultipartForm(MultipartForm) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Like HttpRequest.send(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.ext.web.client.HttpResponse<T>>>) but with an HTTP request body multimap encoded as form and the content type set to multipart/form-data.
rxSendMultipartForm(MultipartForm) - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
Like HttpRequest.send(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.rxjava.ext.web.client.HttpResponse<T>>>) but with an HTTP request body multimap encoded as form and the content type set to multipart/form-data.
rxSendStream(ReadStream<Buffer>) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
rxSendStream(Flowable<Buffer>) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
rxSendStream(ReadStream<Buffer>) - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
rxSendStream(Observable<Buffer>) - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
rxSendWithAck(AmqpMessage) - Method in class io.vertx.reactivex.amqp.AmqpSender
Sends an AMQP message and waits for an acknowledgement.
rxSendWithAck(AmqpMessage) - Method in class io.vertx.rxjava.amqp.AmqpSender
Sends an AMQP message and waits for an acknowledgement.
rxSet(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command set.
rxSet(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command set.
rxSetAutoCommit(boolean) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Sets the auto commit flag for this connection.
rxSetAutoCommit(boolean) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Sets the auto commit flag for this connection.
rxSetbit(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command setbit.
rxSetbit(String, String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command setbit.
rxSetex(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command setex.
rxSetex(String, String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command setex.
rxSetHandshake(Future<Integer>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Set an asynchronous result for the handshake, upon completion of the specified future, the WebSocket will either be accepted when the future succeeds with the HTTP status code rejected when the future is succeeds with an HTTP status code different than rejected when the future fails with the HTTP status code 500 The provided future might be completed by the WebSocket itself, e.g calling the ServerWebSocket.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) method will try to accept the handshake and close the WebSocket afterward.
rxSetHandshake(Single<Integer>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Set an asynchronous result for the handshake, upon completion of the specified future, the WebSocket will either be accepted when the future succeeds with the HTTP status code rejected when the future is succeeds with an HTTP status code different than rejected when the future fails with the HTTP status code 500 The provided future might be completed by the WebSocket itself, e.g calling the ServerWebSocket.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) method will try to accept the handshake and close the WebSocket afterward.
rxSetHandshake(Future<Integer>) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
Set an asynchronous result for the handshake, upon completion of the specified future, the WebSocket will either be accepted when the future succeeds with the HTTP status code rejected when the future is succeeds with an HTTP status code different than rejected when the future fails with the HTTP status code 500 The provided future might be completed by the WebSocket itself, e.g calling the ServerWebSocket.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) method will try to accept the handshake and close the WebSocket afterward.
rxSetnx(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command setnx.
rxSetnx(String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command setnx.
rxSetOption(MySQLSetOption) - Method in class io.vertx.reactivex.mysqlclient.MySQLConnection
Send a SET_OPTION command to set options for the current connection.
rxSetOption(MySQLSetOption) - Method in class io.vertx.rxjava.mysqlclient.MySQLConnection
Send a SET_OPTION command to set options for the current connection.
rxSetrange(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command setrange.
rxSetrange(String, String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command setrange.
rxSetTransactionIsolation(TransactionIsolation) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Attempts to change the transaction isolation level for this Connection object to the one given.
rxSetTransactionIsolation(TransactionIsolation) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Attempts to change the transaction isolation level for this Connection object to the one given.
rxSetUser(RoutingContext, User) - Method in class io.vertx.reactivex.ext.web.handler.SessionHandler
Set the user for the session
rxSetUser(RoutingContext, User) - Method in class io.vertx.rxjava.ext.web.handler.SessionHandler
Set the user for the session
rxShutdown() - Method in class io.vertx.reactivex.core.http.HttpConnection
Initiate a graceful connection shutdown, the connection is taken out of service and closed when all current requests are processed, otherwise after 30 seconds the connection will be closed.
rxShutdown(long) - Method in class io.vertx.reactivex.core.http.HttpConnection
rxShutdown(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command shutdown.
rxShutdown() - Method in class io.vertx.rxjava.core.http.HttpConnection
Initiate a graceful connection shutdown, the connection is taken out of service and closed when all current requests are processed, otherwise after 30 seconds the connection will be closed.
rxShutdown(long) - Method in class io.vertx.rxjava.core.http.HttpConnection
rxShutdown(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command shutdown.
rxSinter(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sinter.
rxSinter(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command sinter.
rxSinterstore(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sinterstore.
rxSinterstore(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command sinterstore.
rxSismember(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sismember.
rxSismember(String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command sismember.
rxSize() - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
Provide the number of entries in the map
rxSize() - Method in class io.vertx.reactivex.ext.web.sstore.SessionStore
Get the number of sessions in the store.
rxSize() - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
Provide the number of entries in the map
rxSize() - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
Get the number of sessions in the store.
rxSlaveof(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command slaveof.
rxSlaveof(String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command slaveof.
rxSlowlog(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command slowlog.
rxSlowlog(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command slowlog.
rxSmembers(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command smembers.
rxSmembers(String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command smembers.
rxSmove(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command smove.
rxSmove(String, String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command smove.
rxSort(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sort.
rxSort(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command sort.
rxSpecifySchema(String) - Method in class io.vertx.reactivex.mysqlclient.MySQLConnection
Send a INIT_DB command to change the default schema of the connection.
rxSpecifySchema(String) - Method in class io.vertx.rxjava.mysqlclient.MySQLConnection
Send a INIT_DB command to change the default schema of the connection.
rxSpop(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command spop.
rxSpop(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command spop.
rxSrandmember(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command srandmember.
rxSrandmember(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command srandmember.
rxSrem(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command srem.
rxSrem(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command srem.
rxSscan(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sscan.
rxSscan(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command sscan.
rxStart() - Method in class io.vertx.reactivex.core.AbstractVerticle
Override to return a Completable that will complete the deployment of this verticle.
rxStart() - Method in class io.vertx.reactivex.ext.shell.ShellService
Start the shell service, this is an asynchronous start.
rxStart() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Start the rabbitMQ client.
rxStart() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQPublisher
Start the rabbitMQ publisher.
rxStart() - Method in class io.vertx.rxjava.core.AbstractVerticle
Override to return a Completable that will complete the deployment of this verticle.
rxStart() - Method in class io.vertx.rxjava.ext.shell.ShellService
Start the shell service, this is an asynchronous start.
rxStart() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Start the rabbitMQ client.
rxStart() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQPublisher
Start the rabbitMQ publisher.
rxStop() - Method in class io.vertx.reactivex.core.AbstractVerticle
Override to return a Completable that will complete the undeployment of this verticle.
rxStop() - Method in class io.vertx.reactivex.ext.shell.ShellService
Stop the shell service, this is an asynchronous start.
rxStop() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Stop the rabbitMQ client.
rxStop() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQPublisher
Stop the rabbitMQ publisher.
rxStop() - Method in class io.vertx.rxjava.core.AbstractVerticle
Override to return a Completable that will complete the undeployment of this verticle.
rxStop() - Method in class io.vertx.rxjava.ext.shell.ShellService
Stop the shell service, this is an asynchronous start.
rxStop() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Stop the rabbitMQ client.
rxStop() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQPublisher
Stop the rabbitMQ publisher.
rxStralgo(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command stralgo.
rxStralgo(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command stralgo.
rxStreamToFileSystem(String) - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
Stream the content of this upload to the given file on storage.
rxStreamToFileSystem(String) - Method in class io.vertx.rxjava.core.http.HttpServerFileUpload
Stream the content of this upload to the given file on storage.
rxStrlen(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command strlen.
rxStrlen(String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command strlen.
rxSubscribe(String, Handler<Frame>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Subscribes to the given destination.
rxSubscribe(String, Map<String, String>, Handler<Frame>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Subscribes to the given destination.
rxSubscribe(String) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Subscribe to the given topic to get dynamically assigned partitions.
rxSubscribe(Set<String>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Subscribe to the given list of topics to get dynamically assigned partitions.
rxSubscribe(String, int) - Method in class io.vertx.reactivex.mqtt.MqttClient
Subscribes to the topic with a specified QoS level
rxSubscribe(Map<String, Integer>) - Method in class io.vertx.reactivex.mqtt.MqttClient
Subscribes to the topic and adds a handler which will be called after the request is sent
rxSubscribe(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command subscribe.
rxSubscribe(String, Handler<Frame>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Subscribes to the given destination.
rxSubscribe(String, Map<String, String>, Handler<Frame>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Subscribes to the given destination.
rxSubscribe(String) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Subscribe to the given topic to get dynamically assigned partitions.
rxSubscribe(Set<String>) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Subscribe to the given list of topics to get dynamically assigned partitions.
rxSubscribe(String, int) - Method in class io.vertx.rxjava.mqtt.MqttClient
Subscribes to the topic with a specified QoS level
rxSubscribe(Map<String, Integer>) - Method in class io.vertx.rxjava.mqtt.MqttClient
Subscribes to the topic and adds a handler which will be called after the request is sent
rxSubscribe(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command subscribe.
rxSubscription() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Get the current subscription.
rxSubscription() - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Get the current subscription.
rxSubstr(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command substr.
rxSubstr(String, String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command substr.
rxSunion(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sunion.
rxSunion(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command sunion.
rxSunionstore(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sunionstore.
rxSunionstore(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command sunionstore.
rxSwapdb(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command swapdb.
rxSwapdb(String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command swapdb.
rxSymlink(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
Create a symbolic link on the file system from link to existing, asynchronously.
rxSymlink(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
Create a symbolic link on the file system from link to existing, asynchronously.
rxSync() - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sync.
rxSync() - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command sync.
rxTime() - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command time.
rxTime() - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command time.
rxTo(WriteStream<T>) - Method in class io.vertx.reactivex.core.streams.Pipe
Start to pipe the elements to the destination WriteStream.
rxTo(WriteStream<T>) - Method in class io.vertx.rxjava.core.streams.Pipe
Start to pipe the elements to the destination WriteStream.
rxToNetSocket() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
Establish a TCP tunnel with the client.
rxToNetSocket() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
Establish a TCP tunnel with the client.
rxTouch(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command touch.
rxTouch(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command touch.
rxToWebSocket() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
Upgrade the connection of the current request to a WebSocket.
rxToWebSocket() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
Upgrade the connection of the current request to a WebSocket.
rxTransaction(TxnRequest) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Manages multiple operations inside a single, atomic transaction.
rxTransaction(TxnRequest) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Manages multiple operations inside a single, atomic transaction.
rxTruncate(String, long) - Method in class io.vertx.reactivex.core.file.FileSystem
Truncate the file represented by path to length len in bytes, asynchronously.
rxTruncate(String, long) - Method in class io.vertx.rxjava.core.file.FileSystem
Truncate the file represented by path to length len in bytes, asynchronously.
rxTtl(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ttl.
rxTtl(String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command ttl.
rxType(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command type.
rxType(String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command type.
rxUndeploy(String) - Method in class io.vertx.reactivex.core.Vertx
Like #undeploy(String) but the completionHandler will be notified when the undeployment is complete.
rxUndeploy(String) - Method in class io.vertx.rxjava.core.Vertx
Like #undeploy(String) but the completionHandler will be notified when the undeployment is complete.
rxUnlink(String) - Method in class io.vertx.reactivex.core.file.FileSystem
Unlinks the link on the file system represented by the path link, asynchronously.
rxUnlink(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command unlink.
rxUnlink(String) - Method in class io.vertx.rxjava.core.file.FileSystem
Unlinks the link on the file system represented by the path link, asynchronously.
rxUnlink(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command unlink.
rxUnlistenMulticastGroup(String) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Leaves a multicast group and stops listening for packets send to it.
rxUnlistenMulticastGroup(String, String, String) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Leaves a multicast group and stops listening for packets send to it on the given network interface.
rxUnlistenMulticastGroup(String) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Leaves a multicast group and stops listening for packets send to it.
rxUnlistenMulticastGroup(String, String, String) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Leaves a multicast group and stops listening for packets send to it on the given network interface.
rxUnpublish(String) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
Un-publishes a record.
rxUnpublish(String) - Method in class io.vertx.reactivex.servicediscovery.spi.ServicePublisher
Un-publishes a record.
rxUnpublish(String) - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
Un-publishes a record.
rxUnpublish(String) - Method in class io.vertx.rxjava.servicediscovery.spi.ServicePublisher
Un-publishes a record.
rxUnregister() - Method in class io.vertx.reactivex.core.eventbus.MessageConsumer
Unregisters the handler which created this registration
rxUnregister() - Method in class io.vertx.rxjava.core.eventbus.MessageConsumer
Unregisters the handler which created this registration
rxUnregisterCommand(String) - Method in class io.vertx.reactivex.ext.shell.command.CommandRegistry
Unregister a command.
rxUnregisterCommand(String) - Method in class io.vertx.rxjava.ext.shell.command.CommandRegistry
Unregister a command.
rxUnsubscribe(String) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Un-subscribes from the given destination.
rxUnsubscribe(String, Map<String, String>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Un-subscribes from the given destination.
rxUnsubscribe() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Unsubscribe from topics currently subscribed with subscribe.
rxUnsubscribe(String) - Method in class io.vertx.reactivex.mqtt.MqttClient
Unsubscribe from receiving messages on given topic
rxUnsubscribe(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command unsubscribe.
rxUnsubscribe(String) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Un-subscribes from the given destination.
rxUnsubscribe(String, Map<String, String>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Un-subscribes from the given destination.
rxUnsubscribe() - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Unsubscribe from topics currently subscribed with subscribe.
rxUnsubscribe(String) - Method in class io.vertx.rxjava.mqtt.MqttClient
Unsubscribe from receiving messages on given topic
rxUnsubscribe(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command unsubscribe.
rxUnwatch() - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command unwatch.
rxUnwatch() - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command unwatch.
rxUpdate(String) - Method in class io.vertx.reactivex.ext.sql.SQLClient
Executes the given SQL statement which may be an INSERT, UPDATE, or DELETE statement.
rxUpdate(String) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Executes the given SQL statement which may be an INSERT, UPDATE, or DELETE statement.
rxUpdate(String) - Method in interface io.vertx.reactivex.ext.sql.SQLOperations
Executes the given SQL statement which may be an INSERT, UPDATE, or DELETE statement.
rxUpdate(Record) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
Updates the given record.
rxUpdate(Record) - Method in class io.vertx.reactivex.servicediscovery.spi.ServicePublisher
Updates an existing record.
rxUpdate(String) - Method in class io.vertx.rxjava.ext.sql.SQLClient
Executes the given SQL statement which may be an INSERT, UPDATE, or DELETE statement.
rxUpdate(String) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Executes the given SQL statement which may be an INSERT, UPDATE, or DELETE statement.
rxUpdate(String) - Method in interface io.vertx.rxjava.ext.sql.SQLOperations
Executes the given SQL statement which may be an INSERT, UPDATE, or DELETE statement.
rxUpdate(Record) - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
Updates the given record.
rxUpdate(Record) - Method in class io.vertx.rxjava.servicediscovery.spi.ServicePublisher
Updates an existing record.
rxUpdateAclToken(AclToken) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Update Acl token
rxUpdateAclToken(AclToken) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Update Acl token
rxUpdateCheck(String, CheckStatus) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Set status of the check to given status.
rxUpdateCheck(String, CheckStatus) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Set status of the check to given status.
rxUpdateCheckWithNote(String, CheckStatus, String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Set status of the check to given status.
rxUpdateCheckWithNote(String, CheckStatus, String) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Set status of the check to given status.
rxUpdateCollection(String, JsonObject, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Update matching documents in the specified collection and return the handler with MongoClientUpdateResult result
rxUpdateCollection(String, JsonObject, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Update matching documents in the specified collection and return the handler with MongoClientUpdateResult result
rxUpdateCollectionWithOptions(String, JsonObject, JsonObject, UpdateOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Update matching documents in the specified collection, specifying options and return the handler with MongoClientUpdateResult result
rxUpdateCollectionWithOptions(String, JsonObject, JsonObject, UpdateOptions) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Update matching documents in the specified collection, specifying options and return the handler with MongoClientUpdateResult result
rxUpdatePreparedQuery(PreparedQueryDefinition) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
 
rxUpdatePreparedQuery(PreparedQueryDefinition) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
 
rxUpdateSettings(Http2Settings) - Method in class io.vertx.reactivex.core.http.HttpConnection
Send to the remote endpoint an update of this endpoint settings

The completionHandler will be notified when the remote endpoint has acknowledged the settings.

rxUpdateSettings(Http2Settings) - Method in class io.vertx.rxjava.core.http.HttpConnection
Send to the remote endpoint an update of this endpoint settings

The completionHandler will be notified when the remote endpoint has acknowledged the settings.

rxUpdateWithParams(String, JsonArray) - Method in class io.vertx.reactivex.ext.sql.SQLClient
Executes the given prepared statement which may be an INSERT, UPDATE, or DELETE statement with the given parameters
rxUpdateWithParams(String, JsonArray) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Executes the given prepared statement which may be an INSERT, UPDATE, or DELETE statement with the given parameters
rxUpdateWithParams(String, JsonArray) - Method in interface io.vertx.reactivex.ext.sql.SQLOperations
Executes the given prepared statement which may be an INSERT, UPDATE, or DELETE statement with the given parameters
rxUpdateWithParams(String, JsonArray) - Method in class io.vertx.rxjava.ext.sql.SQLClient
Executes the given prepared statement which may be an INSERT, UPDATE, or DELETE statement with the given parameters
rxUpdateWithParams(String, JsonArray) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Executes the given prepared statement which may be an INSERT, UPDATE, or DELETE statement with the given parameters
rxUpdateWithParams(String, JsonArray) - Method in interface io.vertx.rxjava.ext.sql.SQLOperations
Executes the given prepared statement which may be an INSERT, UPDATE, or DELETE statement with the given parameters
rxUpgradeToSsl() - Method in class io.vertx.reactivex.core.net.NetSocket
Upgrade channel to use SSL/TLS.
rxUpgradeToSsl(String) - Method in class io.vertx.reactivex.core.net.NetSocket
Upgrade channel to use SSL/TLS.
rxUpgradeToSsl() - Method in class io.vertx.rxjava.core.net.NetSocket
Upgrade channel to use SSL/TLS.
rxUpgradeToSsl(String) - Method in class io.vertx.rxjava.core.net.NetSocket
Upgrade channel to use SSL/TLS.
rxUploadByFileName(ReadStream<Buffer>, String) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
 
rxUploadByFileName(Flowable<Buffer>, String) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
 
rxUploadByFileName(ReadStream<Buffer>, String) - Method in class io.vertx.rxjava.ext.mongo.MongoGridFsClient
 
rxUploadByFileName(Observable<Buffer>, String) - Method in class io.vertx.rxjava.ext.mongo.MongoGridFsClient
 
rxUploadByFileNameWithOptions(ReadStream<Buffer>, String, GridFsUploadOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
 
rxUploadByFileNameWithOptions(Flowable<Buffer>, String, GridFsUploadOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
 
rxUploadByFileNameWithOptions(ReadStream<Buffer>, String, GridFsUploadOptions) - Method in class io.vertx.rxjava.ext.mongo.MongoGridFsClient
 
rxUploadByFileNameWithOptions(Observable<Buffer>, String, GridFsUploadOptions) - Method in class io.vertx.rxjava.ext.mongo.MongoGridFsClient
 
rxUploadFile(String) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
Upload a file to gridfs
rxUploadFile(String) - Method in class io.vertx.rxjava.ext.mongo.MongoGridFsClient
Upload a file to gridfs
rxUploadFileWithOptions(String, GridFsUploadOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
Upload a file to gridfs with options
rxUploadFileWithOptions(String, GridFsUploadOptions) - Method in class io.vertx.rxjava.ext.mongo.MongoGridFsClient
Upload a file to gridfs with options
rxUserInfo() - Method in class io.vertx.reactivex.ext.auth.oauth2.AccessToken
Load the user info as per OIDC spec.
rxUserInfo(User) - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
Retrieve profile information and other attributes for a logged-in end-user.
rxUserInfo() - Method in class io.vertx.rxjava.ext.auth.oauth2.AccessToken
Load the user info as per OIDC spec.
rxUserInfo(User) - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
Retrieve profile information and other attributes for a logged-in end-user.
rxWait(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command wait.
rxWait(String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command wait.
rxWaitForConfirms() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Wait until all messages published since the last call have been either ack'd or nack'd by the broker.
rxWaitForConfirms(long) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Wait until all messages published since the last call have been either ack'd or nack'd by the broker; or until timeout elapses.
rxWaitForConfirms() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Wait until all messages published since the last call have been either ack'd or nack'd by the broker.
rxWaitForConfirms(long) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Wait until all messages published since the last call have been either ack'd or nack'd by the broker; or until timeout elapses.
rxWarnCheck(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Set status of the check to "warning".
rxWarnCheck(String) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Set status of the check to "warning".
rxWarnCheckWithNote(String, String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Set status of the check to "warning".
rxWarnCheckWithNote(String, String) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Set status of the check to "warning".
rxWatch(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command watch.
rxWatch(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command watch.
rxWebSocket(int, String, String) - Method in class io.vertx.reactivex.core.http.HttpClient
Connect a WebSocket to the specified port, host and relative request URI
rxWebSocket(String, String) - Method in class io.vertx.reactivex.core.http.HttpClient
Connect a WebSocket to the host and relative request URI and default port
rxWebSocket(String) - Method in class io.vertx.reactivex.core.http.HttpClient
Connect a WebSocket at the relative request URI using the default host and port
rxWebSocket(WebSocketConnectOptions) - Method in class io.vertx.reactivex.core.http.HttpClient
Connect a WebSocket with the specified options.
rxWebSocket(int, String, String) - Method in class io.vertx.rxjava.core.http.HttpClient
Connect a WebSocket to the specified port, host and relative request URI
rxWebSocket(String, String) - Method in class io.vertx.rxjava.core.http.HttpClient
Connect a WebSocket to the host and relative request URI and default port
rxWebSocket(String) - Method in class io.vertx.rxjava.core.http.HttpClient
Connect a WebSocket at the relative request URI using the default host and port
rxWebSocket(WebSocketConnectOptions) - Method in class io.vertx.rxjava.core.http.HttpClient
Connect a WebSocket with the specified options.
rxWebSocketAbs(String, MultiMap, WebsocketVersion, List<String>) - Method in class io.vertx.reactivex.core.http.HttpClient
Connect a WebSocket with the specified absolute url, with the specified headers, using the specified version of WebSockets, and the specified WebSocket sub protocols.
rxWebSocketAbs(String, MultiMap, WebsocketVersion, List<String>) - Method in class io.vertx.rxjava.core.http.HttpClient
Connect a WebSocket with the specified absolute url, with the specified headers, using the specified version of WebSockets, and the specified WebSocket sub protocols.
rxWithConnection(Function<SqlConnection, Future<T>>) - Method in class io.vertx.reactivex.sqlclient.Pool
Get a connection from the pool and execute the given function.
rxWithConnection(Function<SqlConnection, Maybe<T>>) - Method in class io.vertx.reactivex.sqlclient.Pool
Get a connection from the pool and execute the given function.
rxWithConnection(Function<SqlConnection, Future<T>>) - Method in class io.vertx.rxjava.sqlclient.Pool
Get a connection from the pool and execute the given function.
rxWithTransaction(Function<SqlConnection, Future<T>>) - Method in class io.vertx.reactivex.sqlclient.Pool
Execute the given function within a transaction.
rxWithTransaction(Function<SqlConnection, Maybe<T>>) - Method in class io.vertx.reactivex.sqlclient.Pool
Execute the given function within a transaction.
rxWithTransaction(Function<SqlConnection, Future<T>>) - Method in class io.vertx.rxjava.sqlclient.Pool
Execute the given function within a transaction.
rxWrite(AmqpMessage) - Method in class io.vertx.reactivex.amqp.AmqpSender
Same as but with an handler called when the operation completes
rxWrite(T) - Method in class io.vertx.reactivex.core.eventbus.MessageProducer
Write a message to the event-bus, either sending or publishing.
rxWrite(Buffer) - Method in class io.vertx.reactivex.core.file.AsyncFile
Same as but with an handler called when the operation completes
rxWrite(Buffer, long) - Method in class io.vertx.reactivex.core.file.AsyncFile
Write a Buffer to the file at position position in the file, asynchronously.
rxWrite(Buffer) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Same as but with an handler called when the operation completes
rxWrite(String) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
rxWrite(String, String) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
rxWrite(Buffer) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Same as but with an handler called when the operation completes
rxWrite(String, String) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
rxWrite(String) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
rxWrite(Buffer) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Same as but with an handler called when the operation completes
rxWrite(Buffer) - Method in class io.vertx.reactivex.core.http.WebSocket
Same as but with an handler called when the operation completes
rxWrite(Buffer) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
Same as but with an handler called when the operation completes
rxWrite(String) - Method in class io.vertx.reactivex.core.net.NetSocket
rxWrite(String, String) - Method in class io.vertx.reactivex.core.net.NetSocket
rxWrite(Buffer) - Method in class io.vertx.reactivex.core.net.NetSocket
Like WriteStream.write(T, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the message has been written or failed to be written.
rxWrite(T) - Method in interface io.vertx.reactivex.core.streams.WriteStream
Same as but with an handler called when the operation completes
rxWrite(String) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
 
rxWrite(Buffer) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
 
rxWrite(KafkaProducerRecord<K, V>) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
Same as but with an handler called when the operation completes
rxWrite(AmqpMessage) - Method in class io.vertx.rxjava.amqp.AmqpSender
Same as but with an handler called when the operation completes
rxWrite(T) - Method in class io.vertx.rxjava.core.eventbus.MessageProducer
Write a message to the event-bus, either sending or publishing.
rxWrite(Buffer) - Method in class io.vertx.rxjava.core.file.AsyncFile
Same as but with an handler called when the operation completes
rxWrite(Buffer, long) - Method in class io.vertx.rxjava.core.file.AsyncFile
Write a Buffer to the file at position position in the file, asynchronously.
rxWrite(Buffer) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
Same as but with an handler called when the operation completes
rxWrite(String) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
rxWrite(String, String) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
rxWrite(Buffer) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Same as but with an handler called when the operation completes
rxWrite(String, String) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
rxWrite(String) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
rxWrite(Buffer) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
Same as but with an handler called when the operation completes
rxWrite(Buffer) - Method in class io.vertx.rxjava.core.http.WebSocket
Same as but with an handler called when the operation completes
rxWrite(Buffer) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
Same as but with an handler called when the operation completes
rxWrite(String) - Method in class io.vertx.rxjava.core.net.NetSocket
rxWrite(String, String) - Method in class io.vertx.rxjava.core.net.NetSocket
rxWrite(Buffer) - Method in class io.vertx.rxjava.core.net.NetSocket
Like WriteStream.write(T, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the message has been written or failed to be written.
rxWrite(T) - Method in interface io.vertx.rxjava.core.streams.WriteStream
Same as but with an handler called when the operation completes
rxWrite(String) - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
 
rxWrite(Buffer) - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
 
rxWrite(KafkaProducerRecord<K, V>) - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
Same as but with an handler called when the operation completes
rxWriteBinaryMessage(Buffer) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
rxWriteBinaryMessage(Buffer) - Method in class io.vertx.reactivex.core.http.WebSocket
 
rxWriteBinaryMessage(Buffer) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
rxWriteBinaryMessage(Buffer) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
rxWriteBinaryMessage(Buffer) - Method in class io.vertx.rxjava.core.http.WebSocket
 
rxWriteBinaryMessage(Buffer) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
rxWriteFile(String, Buffer) - Method in class io.vertx.reactivex.core.file.FileSystem
Creates the file, and writes the specified Buffer data to the file represented by the path path, asynchronously.
rxWriteFile(String, Buffer) - Method in class io.vertx.rxjava.core.file.FileSystem
Creates the file, and writes the specified Buffer data to the file represented by the path path, asynchronously.
rxWriteFinalBinaryFrame(Buffer) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
rxWriteFinalBinaryFrame(Buffer) - Method in class io.vertx.reactivex.core.http.WebSocket
 
rxWriteFinalBinaryFrame(Buffer) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
rxWriteFinalBinaryFrame(Buffer) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
rxWriteFinalBinaryFrame(Buffer) - Method in class io.vertx.rxjava.core.http.WebSocket
 
rxWriteFinalBinaryFrame(Buffer) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
rxWriteFinalTextFrame(String) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
rxWriteFinalTextFrame(String) - Method in class io.vertx.reactivex.core.http.WebSocket
 
rxWriteFinalTextFrame(String) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
rxWriteFinalTextFrame(String) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
rxWriteFinalTextFrame(String) - Method in class io.vertx.rxjava.core.http.WebSocket
 
rxWriteFinalTextFrame(String) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
rxWriteFrame(WebSocketFrame) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
rxWriteFrame(WebSocketFrame) - Method in class io.vertx.reactivex.core.http.WebSocket
 
rxWriteFrame(WebSocketFrame) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
rxWriteFrame(WebSocketFrame) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
rxWriteFrame(WebSocketFrame) - Method in class io.vertx.rxjava.core.http.WebSocket
 
rxWriteFrame(WebSocketFrame) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
rxWritePing(Buffer) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Writes a ping frame to the connection.
rxWritePing(Buffer) - Method in class io.vertx.reactivex.core.http.WebSocket
Writes a ping frame to the connection.
rxWritePing(Buffer) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
Writes a ping frame to the connection.
rxWritePing(Buffer) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
Writes a ping frame to the connection.
rxWritePing(Buffer) - Method in class io.vertx.rxjava.core.http.WebSocket
Writes a ping frame to the connection.
rxWritePing(Buffer) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
Writes a ping frame to the connection.
rxWritePong(Buffer) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Writes a pong frame to the connection.
rxWritePong(Buffer) - Method in class io.vertx.reactivex.core.http.WebSocket
Writes a pong frame to the connection.
rxWritePong(Buffer) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
Writes a pong frame to the connection.
rxWritePong(Buffer) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
Writes a pong frame to the connection.
rxWritePong(Buffer) - Method in class io.vertx.rxjava.core.http.WebSocket
Writes a pong frame to the connection.
rxWritePong(Buffer) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
Writes a pong frame to the connection.
rxWriteTextMessage(String) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
rxWriteTextMessage(String) - Method in class io.vertx.reactivex.core.http.WebSocket
 
rxWriteTextMessage(String) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
rxWriteTextMessage(String) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
rxWriteTextMessage(String) - Method in class io.vertx.rxjava.core.http.WebSocket
 
rxWriteTextMessage(String) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
rxXack(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command xack.
rxXack(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command xack.
rxXadd(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command xadd.
rxXadd(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command xadd.
rxXclaim(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command xclaim.
rxXclaim(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command xclaim.
rxXdel(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command xdel.
rxXdel(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command xdel.
rxXgroup(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command xgroup.
rxXgroup(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command xgroup.
rxXinfo(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command xinfo.
rxXinfo(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command xinfo.
rxXlen(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command xlen.
rxXlen(String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command xlen.
rxXpending(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command xpending.
rxXpending(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command xpending.
rxXrange(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command xrange.
rxXrange(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command xrange.
rxXread(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command xread.
rxXread(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command xread.
rxXreadgroup(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command xreadgroup.
rxXreadgroup(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command xreadgroup.
rxXrevrange(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command xrevrange.
rxXrevrange(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command xrevrange.
rxXsetid(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command xsetid.
rxXsetid(String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command xsetid.
rxXtrim(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command xtrim.
rxXtrim(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command xtrim.
rxZadd(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zadd.
rxZadd(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command zadd.
rxZcard(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zcard.
rxZcard(String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command zcard.
rxZcount(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zcount.
rxZcount(String, String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command zcount.
rxZincrby(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zincrby.
rxZincrby(String, String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command zincrby.
rxZinterstore(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zinterstore.
rxZinterstore(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command zinterstore.
rxZlexcount(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zlexcount.
rxZlexcount(String, String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command zlexcount.
rxZpopmax(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zpopmax.
rxZpopmax(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command zpopmax.
rxZpopmin(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zpopmin.
rxZpopmin(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command zpopmin.
rxZrange(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zrange.
rxZrange(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command zrange.
rxZrangebylex(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zrangebylex.
rxZrangebylex(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command zrangebylex.
rxZrangebyscore(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zrangebyscore.
rxZrangebyscore(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command zrangebyscore.
rxZrank(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zrank.
rxZrank(String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command zrank.
rxZrem(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zrem.
rxZrem(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command zrem.
rxZremrangebylex(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zremrangebylex.
rxZremrangebylex(String, String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command zremrangebylex.
rxZremrangebyrank(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zremrangebyrank.
rxZremrangebyrank(String, String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command zremrangebyrank.
rxZremrangebyscore(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zremrangebyscore.
rxZremrangebyscore(String, String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command zremrangebyscore.
rxZrevrange(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zrevrange.
rxZrevrange(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command zrevrange.
rxZrevrangebylex(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zrevrangebylex.
rxZrevrangebylex(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command zrevrangebylex.
rxZrevrangebyscore(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zrevrangebyscore.
rxZrevrangebyscore(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command zrevrangebyscore.
rxZrevrank(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zrevrank.
rxZrevrank(String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command zrevrank.
rxZscan(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zscan.
rxZscan(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command zscan.
rxZscore(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zscore.
rxZscore(String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command zscore.
rxZunionstore(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command zunionstore.
rxZunionstore(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command zunionstore.

S

s - Variable in enum io.vertx.ext.web.api.validation.ParameterLocation
Deprecated.
 
SADD - Static variable in class io.vertx.reactivex.redis.client.Command
 
sadd(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sadd.
sadd(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sadd.
SADD - Static variable in interface io.vertx.redis.client.Command
 
sadd(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command sadd.
sadd(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command sadd.
SADD - Static variable in class io.vertx.rxjava.redis.client.Command
 
sadd(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command sadd.
sadd(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command sadd.
SalesforceAuth - Interface in io.vertx.ext.auth.oauth2.providers
Simplified factory to create an OAuth2Auth for Salesforce.
SalesforceAuth - Class in io.vertx.reactivex.ext.auth.oauth2.providers
Simplified factory to create an for Salesforce.
SalesforceAuth(SalesforceAuth) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.SalesforceAuth
 
SalesforceAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.SalesforceAuth
 
SalesforceAuth - Class in io.vertx.rxjava.ext.auth.oauth2.providers
Simplified factory to create an for Salesforce.
SalesforceAuth(SalesforceAuth) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.providers.SalesforceAuth
 
SalesforceAuth(Object) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.providers.SalesforceAuth
 
salt() - Method in class io.vertx.ext.auth.HashString
 
SAMEORIGIN - Static variable in interface io.vertx.ext.web.handler.XFrameHandler
The page can only be displayed in a frame on the same origin as the page itself.
SAMEORIGIN - Static variable in class io.vertx.reactivex.ext.web.handler.XFrameHandler
The page can only be displayed in a frame on the same origin as the page itself.
SAMEORIGIN - Static variable in class io.vertx.rxjava.ext.web.handler.XFrameHandler
The page can only be displayed in a frame on the same origin as the page itself.
save(String, JsonObject, Handler<AsyncResult<String>>) - Method in interface io.vertx.ext.mongo.MongoClient
Save a document in the specified collection
save(String, JsonObject) - Method in interface io.vertx.ext.mongo.MongoClient
 
save(String, JsonObject, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Save a document in the specified collection
save(String, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Save a document in the specified collection
SAVE - Static variable in class io.vertx.reactivex.redis.client.Command
 
save(Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command save.
save() - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command save.
SAVE - Static variable in interface io.vertx.redis.client.Command
 
save(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command save.
save() - Method in interface io.vertx.redis.client.RedisAPI
Redis command save.
save(String, JsonObject, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Save a document in the specified collection
save(String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Save a document in the specified collection
SAVE - Static variable in class io.vertx.rxjava.redis.client.Command
 
save(Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command save.
save() - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command save.
saveWithOptions(String, JsonObject, WriteOption, Handler<AsyncResult<String>>) - Method in interface io.vertx.ext.mongo.MongoClient
Save a document in the specified collection with the specified write option
saveWithOptions(String, JsonObject, WriteOption) - Method in interface io.vertx.ext.mongo.MongoClient
 
saveWithOptions(String, JsonObject, WriteOption, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Save a document in the specified collection with the specified write option
saveWithOptions(String, JsonObject, WriteOption) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Save a document in the specified collection with the specified write option
saveWithOptions(String, JsonObject, WriteOption, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Save a document in the specified collection with the specified write option
saveWithOptions(String, JsonObject, WriteOption) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Save a document in the specified collection with the specified write option
SC_ACCEPTED - Static variable in interface io.vertx.ext.web.client.predicate.ResponsePredicate
202 Accepted
SC_ACCEPTED - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
202 Accepted
SC_ACCEPTED - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
202 Accepted
SC_BAD_GATEWAY - Static variable in interface io.vertx.ext.web.client.predicate.ResponsePredicate
502 Bad Gateway
SC_BAD_GATEWAY - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
502 Bad Gateway
SC_BAD_GATEWAY - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
502 Bad Gateway
SC_BAD_REQUEST - Static variable in interface io.vertx.ext.web.client.predicate.ResponsePredicate
400 Bad Request
SC_BAD_REQUEST - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
400 Bad Request
SC_BAD_REQUEST - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
400 Bad Request
SC_CLIENT_ERRORS - Static variable in interface io.vertx.ext.web.client.predicate.ResponsePredicate
Any 4XX client error
SC_CLIENT_ERRORS - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
Any 4XX client error
SC_CLIENT_ERRORS - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
Any 4XX client error
SC_CONFLICT - Static variable in interface io.vertx.ext.web.client.predicate.ResponsePredicate
409 Conflict
SC_CONFLICT - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
409 Conflict
SC_CONFLICT - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
409 Conflict
SC_CONTINUE - Static variable in interface io.vertx.ext.web.client.predicate.ResponsePredicate
100 Continue
SC_CONTINUE - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
100 Continue
SC_CONTINUE - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
100 Continue
SC_CREATED - Static variable in interface io.vertx.ext.web.client.predicate.ResponsePredicate
201 Created
SC_CREATED - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
201 Created
SC_CREATED - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
201 Created
SC_EARLY_HINTS - Static variable in interface io.vertx.ext.web.client.predicate.ResponsePredicate
103 Early Hints
SC_EARLY_HINTS - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
103 Early Hints
SC_EARLY_HINTS - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
103 Early Hints
SC_EXPECTATION_FAILED - Static variable in interface io.vertx.ext.web.client.predicate.ResponsePredicate
417 Expectation Failed
SC_EXPECTATION_FAILED - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
417 Expectation Failed
SC_EXPECTATION_FAILED - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
417 Expectation Failed
SC_FAILED_DEPENDENCY - Static variable in interface io.vertx.ext.web.client.predicate.ResponsePredicate
424 Failed Dependency (WebDAV, RFC4918)
SC_FAILED_DEPENDENCY - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
424 Failed Dependency (WebDAV, RFC4918)
SC_FAILED_DEPENDENCY - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
424 Failed Dependency (WebDAV, RFC4918)
SC_FORBIDDEN - Static variable in interface io.vertx.ext.web.client.predicate.ResponsePredicate
403 Forbidden
SC_FORBIDDEN - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
403 Forbidden
SC_FORBIDDEN - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
403 Forbidden
SC_FOUND - Static variable in interface io.vertx.ext.web.client.predicate.ResponsePredicate
302 Found
SC_FOUND - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
302 Found
SC_FOUND - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
302 Found
SC_GATEWAY_TIMEOUT - Static variable in interface io.vertx.ext.web.client.predicate.ResponsePredicate
504 Gateway Timeout
SC_GATEWAY_TIMEOUT - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
504 Gateway Timeout
SC_GATEWAY_TIMEOUT - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
504 Gateway Timeout
SC_GONE - Static variable in interface io.vertx.ext.web.client.predicate.ResponsePredicate
410 Gone
SC_GONE - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
410 Gone
SC_GONE - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
410 Gone
SC_HTTP_VERSION_NOT_SUPPORTED - Static variable in interface io.vertx.ext.web.client.predicate.ResponsePredicate
505 HTTP Version Not Supported
SC_HTTP_VERSION_NOT_SUPPORTED - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
505 HTTP Version Not Supported
SC_HTTP_VERSION_NOT_SUPPORTED - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
505 HTTP Version Not Supported
SC_INFORMATIONAL_RESPONSE - Static variable in interface io.vertx.ext.web.client.predicate.ResponsePredicate
Any 1XX informational response
SC_INFORMATIONAL_RESPONSE - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
Any 1XX informational response
SC_INFORMATIONAL_RESPONSE - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
Any 1XX informational response
SC_INSUFFICIENT_STORAGE - Static variable in interface io.vertx.ext.web.client.predicate.ResponsePredicate
507 Insufficient Storage (WebDAV, RFC4918)
SC_INSUFFICIENT_STORAGE - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
507 Insufficient Storage (WebDAV, RFC4918)
SC_INSUFFICIENT_STORAGE - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
507 Insufficient Storage (WebDAV, RFC4918)
SC_INTERNAL_SERVER_ERROR - Static variable in interface io.vertx.ext.web.client.predicate.ResponsePredicate
500 Internal Server Error
SC_INTERNAL_SERVER_ERROR - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
500 Internal Server Error
SC_INTERNAL_SERVER_ERROR - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
500 Internal Server Error
SC_LENGTH_REQUIRED - Static variable in interface io.vertx.ext.web.client.predicate.ResponsePredicate
411 Length Required
SC_LENGTH_REQUIRED - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
411 Length Required
SC_LENGTH_REQUIRED - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
411 Length Required
SC_LOCKED - Static variable in interface io.vertx.ext.web.client.predicate.ResponsePredicate
423 Locked (WebDAV, RFC4918)
SC_LOCKED - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
423 Locked (WebDAV, RFC4918)
SC_LOCKED - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
423 Locked (WebDAV, RFC4918)
SC_METHOD_NOT_ALLOWED - Static variable in interface io.vertx.ext.web.client.predicate.ResponsePredicate
405 Method Not Allowed
SC_METHOD_NOT_ALLOWED - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
405 Method Not Allowed
SC_METHOD_NOT_ALLOWED - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
405 Method Not Allowed
SC_MISDIRECTED_REQUEST - Static variable in interface io.vertx.ext.web.client.predicate.ResponsePredicate
421 Misdirected Request
SC_MISDIRECTED_REQUEST - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
421 Misdirected Request
SC_MISDIRECTED_REQUEST - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
421 Misdirected Request
SC_MOVED_PERMANENTLY - Static variable in interface io.vertx.ext.web.client.predicate.ResponsePredicate
301 Moved Permanently
SC_MOVED_PERMANENTLY - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
301 Moved Permanently
SC_MOVED_PERMANENTLY - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
301 Moved Permanently
SC_MULTI_STATUS - Static variable in interface io.vertx.ext.web.client.predicate.ResponsePredicate
207 Multi-Status (WebDAV, RFC2518)
SC_MULTI_STATUS - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
207 Multi-Status (WebDAV, RFC2518)
SC_MULTI_STATUS - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
207 Multi-Status (WebDAV, RFC2518)
SC_MULTIPLE_CHOICES - Static variable in interface io.vertx.ext.web.client.predicate.ResponsePredicate
300 Multiple Choices
SC_MULTIPLE_CHOICES - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
300 Multiple Choices
SC_MULTIPLE_CHOICES - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
300 Multiple Choices
SC_NETWORK_AUTHENTICATION_REQUIRED - Static variable in interface io.vertx.ext.web.client.predicate.ResponsePredicate
511 Network Authentication Required (RFC6585)
SC_NETWORK_AUTHENTICATION_REQUIRED - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
511 Network Authentication Required (RFC6585)
SC_NETWORK_AUTHENTICATION_REQUIRED - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
511 Network Authentication Required (RFC6585)
SC_NO_CONTENT - Static variable in interface io.vertx.ext.web.client.predicate.ResponsePredicate
204 No Content
SC_NO_CONTENT - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
204 No Content
SC_NO_CONTENT - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
204 No Content
SC_NON_AUTHORITATIVE_INFORMATION - Static variable in interface io.vertx.ext.web.client.predicate.ResponsePredicate
203 Non-Authoritative Information (since HTTP/1.1)
SC_NON_AUTHORITATIVE_INFORMATION - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
203 Non-Authoritative Information (since HTTP/1.1)
SC_NON_AUTHORITATIVE_INFORMATION - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
203 Non-Authoritative Information (since HTTP/1.1)
SC_NOT_ACCEPTABLE - Static variable in interface io.vertx.ext.web.client.predicate.ResponsePredicate
406 Not Acceptable
SC_NOT_ACCEPTABLE - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
406 Not Acceptable
SC_NOT_ACCEPTABLE - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
406 Not Acceptable
SC_NOT_EXTENDED - Static variable in interface io.vertx.ext.web.client.predicate.ResponsePredicate
510 Not Extended (RFC2774)
SC_NOT_EXTENDED - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
510 Not Extended (RFC2774)
SC_NOT_EXTENDED - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
510 Not Extended (RFC2774)
SC_NOT_FOUND - Static variable in interface io.vertx.ext.web.client.predicate.ResponsePredicate
404 Not Found
SC_NOT_FOUND - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
404 Not Found
SC_NOT_FOUND - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
404 Not Found
SC_NOT_IMPLEMENTED - Static variable in interface io.vertx.ext.web.client.predicate.ResponsePredicate
501 Not Implemented
SC_NOT_IMPLEMENTED - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
501 Not Implemented
SC_NOT_IMPLEMENTED - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
501 Not Implemented
SC_NOT_MODIFIED - Static variable in interface io.vertx.ext.web.client.predicate.ResponsePredicate
304 Not Modified
SC_NOT_MODIFIED - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
304 Not Modified
SC_NOT_MODIFIED - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
304 Not Modified
SC_OK - Static variable in interface io.vertx.ext.web.client.predicate.ResponsePredicate
200 OK
SC_OK - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
200 OK
SC_OK - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
200 OK
SC_PARTIAL_CONTENT - Static variable in interface io.vertx.ext.web.client.predicate.ResponsePredicate
206 Partial Content
SC_PARTIAL_CONTENT - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
206 Partial Content
SC_PARTIAL_CONTENT - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
206 Partial Content
SC_PAYMENT_REQUIRED - Static variable in interface io.vertx.ext.web.client.predicate.ResponsePredicate
402 Payment Required
SC_PAYMENT_REQUIRED - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
402 Payment Required
SC_PAYMENT_REQUIRED - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
402 Payment Required
SC_PERMANENT_REDIRECT - Static variable in interface io.vertx.ext.web.client.predicate.ResponsePredicate
308 Permanent Redirect (RFC7538)
SC_PERMANENT_REDIRECT - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
308 Permanent Redirect (RFC7538)
SC_PERMANENT_REDIRECT - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
308 Permanent Redirect (RFC7538)
SC_PRECONDITION_FAILED - Static variable in interface io.vertx.ext.web.client.predicate.ResponsePredicate
412 Precondition Failed
SC_PRECONDITION_FAILED - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
412 Precondition Failed
SC_PRECONDITION_FAILED - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
412 Precondition Failed
SC_PRECONDITION_REQUIRED - Static variable in interface io.vertx.ext.web.client.predicate.ResponsePredicate
428 Precondition Required (RFC6585)
SC_PRECONDITION_REQUIRED - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
428 Precondition Required (RFC6585)
SC_PRECONDITION_REQUIRED - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
428 Precondition Required (RFC6585)
SC_PROCESSING - Static variable in interface io.vertx.ext.web.client.predicate.ResponsePredicate
102 Processing (WebDAV, RFC2518)
SC_PROCESSING - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
102 Processing (WebDAV, RFC2518)
SC_PROCESSING - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
102 Processing (WebDAV, RFC2518)
SC_PROXY_AUTHENTICATION_REQUIRED - Static variable in interface io.vertx.ext.web.client.predicate.ResponsePredicate
407 Proxy Authentication Required
SC_PROXY_AUTHENTICATION_REQUIRED - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
407 Proxy Authentication Required
SC_PROXY_AUTHENTICATION_REQUIRED - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
407 Proxy Authentication Required
SC_REDIRECTION - Static variable in interface io.vertx.ext.web.client.predicate.ResponsePredicate
Any 3XX redirection
SC_REDIRECTION - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
Any 3XX redirection
SC_REDIRECTION - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
Any 3XX redirection
SC_REQUEST_ENTITY_TOO_LARGE - Static variable in interface io.vertx.ext.web.client.predicate.ResponsePredicate
413 Request Entity Too Large
SC_REQUEST_ENTITY_TOO_LARGE - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
413 Request Entity Too Large
SC_REQUEST_ENTITY_TOO_LARGE - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
413 Request Entity Too Large
SC_REQUEST_HEADER_FIELDS_TOO_LARGE - Static variable in interface io.vertx.ext.web.client.predicate.ResponsePredicate
431 Request Header Fields Too Large (RFC6585)
SC_REQUEST_HEADER_FIELDS_TOO_LARGE - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
431 Request Header Fields Too Large (RFC6585)
SC_REQUEST_HEADER_FIELDS_TOO_LARGE - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
431 Request Header Fields Too Large (RFC6585)
SC_REQUEST_TIMEOUT - Static variable in interface io.vertx.ext.web.client.predicate.ResponsePredicate
408 Request Timeout
SC_REQUEST_TIMEOUT - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
408 Request Timeout
SC_REQUEST_TIMEOUT - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
408 Request Timeout
SC_REQUEST_URI_TOO_LONG - Static variable in interface io.vertx.ext.web.client.predicate.ResponsePredicate
414 Request-URI Too Long
SC_REQUEST_URI_TOO_LONG - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
414 Request-URI Too Long
SC_REQUEST_URI_TOO_LONG - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
414 Request-URI Too Long
SC_REQUESTED_RANGE_NOT_SATISFIABLE - Static variable in interface io.vertx.ext.web.client.predicate.ResponsePredicate
416 Requested Range Not Satisfiable
SC_REQUESTED_RANGE_NOT_SATISFIABLE - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
416 Requested Range Not Satisfiable
SC_REQUESTED_RANGE_NOT_SATISFIABLE - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
416 Requested Range Not Satisfiable
SC_RESET_CONTENT - Static variable in interface io.vertx.ext.web.client.predicate.ResponsePredicate
205 Reset Content
SC_RESET_CONTENT - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
205 Reset Content
SC_RESET_CONTENT - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
205 Reset Content
SC_SEE_OTHER - Static variable in interface io.vertx.ext.web.client.predicate.ResponsePredicate
303 See Other (since HTTP/1.1)
SC_SEE_OTHER - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
303 See Other (since HTTP/1.1)
SC_SEE_OTHER - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
303 See Other (since HTTP/1.1)
SC_SERVER_ERRORS - Static variable in interface io.vertx.ext.web.client.predicate.ResponsePredicate
Any 5XX server error
SC_SERVER_ERRORS - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
Any 5XX server error
SC_SERVER_ERRORS - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
Any 5XX server error
SC_SERVICE_UNAVAILABLE - Static variable in interface io.vertx.ext.web.client.predicate.ResponsePredicate
503 Service Unavailable
SC_SERVICE_UNAVAILABLE - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
503 Service Unavailable
SC_SERVICE_UNAVAILABLE - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
503 Service Unavailable
SC_SUCCESS - Static variable in interface io.vertx.ext.web.client.predicate.ResponsePredicate
Any 2XX success
SC_SUCCESS - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
Any 2XX success
SC_SUCCESS - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
Any 2XX success
SC_SWITCHING_PROTOCOLS - Static variable in interface io.vertx.ext.web.client.predicate.ResponsePredicate
101 Switching Protocols
SC_SWITCHING_PROTOCOLS - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
101 Switching Protocols
SC_SWITCHING_PROTOCOLS - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
101 Switching Protocols
SC_TEMPORARY_REDIRECT - Static variable in interface io.vertx.ext.web.client.predicate.ResponsePredicate
307 Temporary Redirect (since HTTP/1.1)
SC_TEMPORARY_REDIRECT - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
307 Temporary Redirect (since HTTP/1.1)
SC_TEMPORARY_REDIRECT - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
307 Temporary Redirect (since HTTP/1.1)
SC_TOO_MANY_REQUESTS - Static variable in interface io.vertx.ext.web.client.predicate.ResponsePredicate
429 Too Many Requests (RFC6585)
SC_TOO_MANY_REQUESTS - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
429 Too Many Requests (RFC6585)
SC_TOO_MANY_REQUESTS - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
429 Too Many Requests (RFC6585)
SC_UNAUTHORIZED - Static variable in interface io.vertx.ext.web.client.predicate.ResponsePredicate
401 Unauthorized
SC_UNAUTHORIZED - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
401 Unauthorized
SC_UNAUTHORIZED - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
401 Unauthorized
SC_UNORDERED_COLLECTION - Static variable in interface io.vertx.ext.web.client.predicate.ResponsePredicate
425 Unordered Collection (WebDAV, RFC3648)
SC_UNORDERED_COLLECTION - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
425 Unordered Collection (WebDAV, RFC3648)
SC_UNORDERED_COLLECTION - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
425 Unordered Collection (WebDAV, RFC3648)
SC_UNPROCESSABLE_ENTITY - Static variable in interface io.vertx.ext.web.client.predicate.ResponsePredicate
422 Unprocessable Entity (WebDAV, RFC4918)
SC_UNPROCESSABLE_ENTITY - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
422 Unprocessable Entity (WebDAV, RFC4918)
SC_UNPROCESSABLE_ENTITY - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
422 Unprocessable Entity (WebDAV, RFC4918)
SC_UNSUPPORTED_MEDIA_TYPE - Static variable in interface io.vertx.ext.web.client.predicate.ResponsePredicate
415 Unsupported Media Type
SC_UNSUPPORTED_MEDIA_TYPE - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
415 Unsupported Media Type
SC_UNSUPPORTED_MEDIA_TYPE - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
415 Unsupported Media Type
SC_UPGRADE_REQUIRED - Static variable in interface io.vertx.ext.web.client.predicate.ResponsePredicate
426 Upgrade Required (RFC2817)
SC_UPGRADE_REQUIRED - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
426 Upgrade Required (RFC2817)
SC_UPGRADE_REQUIRED - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
426 Upgrade Required (RFC2817)
SC_USE_PROXY - Static variable in interface io.vertx.ext.web.client.predicate.ResponsePredicate
305 Use Proxy (since HTTP/1.1)
SC_USE_PROXY - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
305 Use Proxy (since HTTP/1.1)
SC_USE_PROXY - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
305 Use Proxy (since HTTP/1.1)
SC_VARIANT_ALSO_NEGOTIATES - Static variable in interface io.vertx.ext.web.client.predicate.ResponsePredicate
506 Variant Also Negotiates (RFC2295)
SC_VARIANT_ALSO_NEGOTIATES - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
506 Variant Also Negotiates (RFC2295)
SC_VARIANT_ALSO_NEGOTIATES - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
506 Variant Also Negotiates (RFC2295)
SCAN - Static variable in class io.vertx.reactivex.redis.client.Command
 
scan(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command scan.
scan(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command scan.
SCAN - Static variable in interface io.vertx.redis.client.Command
 
scan(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command scan.
scan(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command scan.
SCAN - Static variable in class io.vertx.rxjava.redis.client.Command
 
scan(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command scan.
scan(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command scan.
SCARD - Static variable in class io.vertx.reactivex.redis.client.Command
 
scard(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command scard.
scard(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command scard.
SCARD - Static variable in interface io.vertx.redis.client.Command
 
scard(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command scard.
scard(String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command scard.
SCARD - Static variable in class io.vertx.rxjava.redis.client.Command
 
scard(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command scard.
scard(String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command scard.
schedule(Runnable) - Method in class io.vertx.reactivex.ContextScheduler.ContextWorker
 
schedule(Runnable, long, TimeUnit) - Method in class io.vertx.reactivex.ContextScheduler.ContextWorker
 
schedule(Action0) - Method in class io.vertx.rx.java.ContextScheduler.ContextWorker
 
schedule(Action0, long, TimeUnit) - Method in class io.vertx.rx.java.ContextScheduler.ContextWorker
 
ScheduledMetricsConsumer - Class in io.vertx.ext.dropwizard
TODO - support listening to more than one Measured
ScheduledMetricsConsumer(Vertx) - Constructor for class io.vertx.ext.dropwizard.ScheduledMetricsConsumer
 
ScheduledMetricsConsumer(Vertx, Measured) - Constructor for class io.vertx.ext.dropwizard.ScheduledMetricsConsumer
 
scheduleMessage(H, boolean) - Method in interface io.vertx.core.spi.metrics.EventBusMetrics
Schedule a message for processing.

No specific thread and context can be expected when this method is called.

schedulePeriodically(Runnable, long, long, TimeUnit) - Method in class io.vertx.reactivex.ContextScheduler.ContextWorker
 
schedulePeriodically(Action0, long, long, TimeUnit) - Method in class io.vertx.rx.java.ContextScheduler.ContextWorker
 
scheduler(Context) - Static method in class io.vertx.reactivex.core.RxHelper
Create a scheduler for a Context, actions are executed on the event loop of this context.
scheduler(Vertx) - Static method in class io.vertx.reactivex.core.RxHelper
Create a scheduler for a Vertx object, actions are executed on the event loop.
scheduler(Vertx) - Static method in class io.vertx.reactivex.RxHelper
Create a scheduler for a Vertx object, actions are executed on the event loop.
scheduler(Context) - Static method in class io.vertx.reactivex.RxHelper
Create a scheduler for a Context, actions are executed on the event loop of this context.
scheduler(Vertx) - Static method in class io.vertx.rx.java.RxHelper
Create a scheduler for a Vertx object, actions are executed on the event loop.
scheduler(Context) - Static method in class io.vertx.rx.java.RxHelper
Create a scheduler for a Context, actions are executed on the event loop of this context.
scheduler(Vertx) - Static method in class io.vertx.rxjava.core.RxHelper
Create a scheduler for a Vertx object, actions are executed on the event loop of the current context.
scheduler(WorkerExecutor) - Static method in class io.vertx.rxjava.core.RxHelper
Create a scheduler for a WorkerExecutor object, actions are executed on the threads of this executor.
scheduler(Context) - Static method in class io.vertx.rxjava.core.RxHelper
Create a scheduler for a Context, actions are executed on the event loop of this context.
schedulerHook(Context) - Static method in class io.vertx.rx.java.RxHelper
Create a scheduler hook for a Context object, the RxJavaSchedulersHook.getIOScheduler() uses a blocking scheduler.
schedulerHook(Vertx) - Static method in class io.vertx.rx.java.RxHelper
Create a scheduler hook for a Vertx object, the RxJavaSchedulersHook.getIOScheduler() uses a blocking scheduler.
schedulerHook(Vertx) - Static method in class io.vertx.rxjava.core.RxHelper
Create a scheduler hook for a Vertx object.
schedulerHook(Context) - Static method in class io.vertx.rxjava.core.RxHelper
Create a scheduler hook for a Context object.
schema - Variable in class io.vertx.json.schema.common.BaseSingleSchemaValidator
 
schema() - Static method in class io.vertx.json.schema.common.dsl.Schemas
Creates a generic untyped schema.
Schema - Interface in io.vertx.json.schema
Interface representing a Json Schema
schema() - Method in exception io.vertx.json.schema.SchemaException
Json representation of the schema
schema() - Method in exception io.vertx.json.schema.ValidationException
Returns the schema that failed the validation
Schema - Class in io.vertx.reactivex.json.schema
Interface representing a Json Schema
Schema(Schema) - Constructor for class io.vertx.reactivex.json.schema.Schema
 
Schema(Object) - Constructor for class io.vertx.reactivex.json.schema.Schema
 
Schema - Class in io.vertx.rxjava.json.schema
Interface representing a Json Schema
Schema(Schema) - Constructor for class io.vertx.rxjava.json.schema.Schema
 
Schema(Object) - Constructor for class io.vertx.rxjava.json.schema.Schema
 
SchemaBuilder<T extends SchemaBuilder<?,?>,K extends Keyword> - Class in io.vertx.json.schema.common.dsl
Entry point for schema dsl.
SchemaBuilder(SchemaType) - Constructor for class io.vertx.json.schema.common.dsl.SchemaBuilder
 
SchemaException - Exception in io.vertx.json.schema
This class represents an error while parsing a Schema
SchemaException(Object, String, Throwable) - Constructor for exception io.vertx.json.schema.SchemaException
 
SchemaException(Object, String) - Constructor for exception io.vertx.json.schema.SchemaException
 
SchemaImpl - Class in io.vertx.json.schema.common
 
SchemaImpl(JsonObject, JsonPointer, MutableStateValidator) - Constructor for class io.vertx.json.schema.common.SchemaImpl
 
SchemaInternal - Interface in io.vertx.json.schema.common
Schema should implement sync and async validator too
SchemaParser - Interface in io.vertx.json.schema
Parse a Json Schema.
SchemaParser - Class in io.vertx.reactivex.json.schema
Parse a Json Schema.
SchemaParser(SchemaParser) - Constructor for class io.vertx.reactivex.json.schema.SchemaParser
 
SchemaParser(Object) - Constructor for class io.vertx.reactivex.json.schema.SchemaParser
 
SchemaParser - Class in io.vertx.rxjava.json.schema
Parse a Json Schema.
SchemaParser(SchemaParser) - Constructor for class io.vertx.rxjava.json.schema.SchemaParser
 
SchemaParser(Object) - Constructor for class io.vertx.rxjava.json.schema.SchemaParser
 
SchemaParserInternal - Interface in io.vertx.json.schema.common
 
SchemaRouter - Interface in io.vertx.json.schema
Represents a pool where parsed schemas are addressed and cached.
SchemaRouter - Class in io.vertx.reactivex.json.schema
Represents a pool where parsed schemas are addressed and cached.
SchemaRouter(SchemaRouter) - Constructor for class io.vertx.reactivex.json.schema.SchemaRouter
 
SchemaRouter(Object) - Constructor for class io.vertx.reactivex.json.schema.SchemaRouter
 
SchemaRouter - Class in io.vertx.rxjava.json.schema
Represents a pool where parsed schemas are addressed and cached.
SchemaRouter(SchemaRouter) - Constructor for class io.vertx.rxjava.json.schema.SchemaRouter
 
SchemaRouter(Object) - Constructor for class io.vertx.rxjava.json.schema.SchemaRouter
 
SchemaRouterImpl - Class in io.vertx.json.schema.common
 
SchemaRouterImpl(HttpClient, FileSystem, SchemaRouterOptions) - Constructor for class io.vertx.json.schema.common.SchemaRouterImpl
 
SchemaRouterOptions - Class in io.vertx.json.schema
Represents the options to resolve external schemas.
SchemaRouterOptions() - Constructor for class io.vertx.json.schema.SchemaRouterOptions
 
SchemaRouterOptions(JsonObject) - Constructor for class io.vertx.json.schema.SchemaRouterOptions
 
SchemaRouterOptionsConverter - Class in io.vertx.json.schema
Converter and mapper for SchemaRouterOptions.
SchemaRouterOptionsConverter() - Constructor for class io.vertx.json.schema.SchemaRouterOptionsConverter
 
schemas - Variable in class io.vertx.json.schema.common.BaseCombinatorsValidator
 
Schemas - Class in io.vertx.json.schema.common.dsl
 
Schemas() - Constructor for class io.vertx.json.schema.common.dsl.Schemas
 
Schemas - Class in io.vertx.json.schema.draft7.dsl
 
Schemas() - Constructor for class io.vertx.json.schema.draft7.dsl.Schemas
 
SchemaType - Enum in io.vertx.json.schema.common.dsl
 
SchemaURNId - Class in io.vertx.json.schema.common
 
SchemaURNId(String) - Constructor for class io.vertx.json.schema.common.SchemaURNId
 
SchemaURNId() - Constructor for class io.vertx.json.schema.common.SchemaURNId
 
scheme() - Method in interface io.vertx.core.http.HttpServerRequest
 
scheme() - Method in interface io.vertx.core.http.ServerWebSocket
 
scheme() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
 
scheme() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
scheme() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
scheme() - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
scope() - Method in exception io.vertx.json.schema.ValidationException
Returns the scope of the schema that failed the validation
ScopeAuthorization - Interface in io.vertx.ext.auth.oauth2.authorization
Scope is a mechanism in OAuth 2.0 to limit an application's access to a user's account.
ScopeAuthorization - Class in io.vertx.reactivex.ext.auth.oauth2.authorization
Scope is a mechanism in OAuth 2.0 to limit an application's access to a user's account.
ScopeAuthorization(ScopeAuthorization) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.authorization.ScopeAuthorization
 
ScopeAuthorization(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.authorization.ScopeAuthorization
 
ScopeAuthorization - Class in io.vertx.rxjava.ext.auth.oauth2.authorization
Scope is a mechanism in OAuth 2.0 to limit an application's access to a user's account.
ScopeAuthorization(ScopeAuthorization) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.authorization.ScopeAuthorization
 
ScopeAuthorization(Object) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.authorization.ScopeAuthorization
 
ScopedObject<T> - Class in io.vertx.junit5
A parameter as an object with a scope and that can be closed when the scope exits.
SCRIPT - Static variable in class io.vertx.reactivex.redis.client.Command
 
script(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command script.
script(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command script.
SCRIPT - Static variable in interface io.vertx.redis.client.Command
 
script(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command script.
script(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command script.
SCRIPT - Static variable in class io.vertx.rxjava.redis.client.Command
 
script(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command script.
script(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command script.
ScriptVerticle - Class in io.vertx.lang.groovy
A Vert.x native verticle wrapping a Groovy script, the script will be executed when the Verticle starts.
ScriptVerticle(Script) - Constructor for class io.vertx.lang.groovy.ScriptVerticle
 
SDIFF - Static variable in class io.vertx.reactivex.redis.client.Command
 
sdiff(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sdiff.
sdiff(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sdiff.
SDIFF - Static variable in interface io.vertx.redis.client.Command
 
sdiff(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command sdiff.
sdiff(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command sdiff.
SDIFF - Static variable in class io.vertx.rxjava.redis.client.Command
 
sdiff(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command sdiff.
sdiff(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command sdiff.
SDIFFSTORE - Static variable in class io.vertx.reactivex.redis.client.Command
 
sdiffstore(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sdiffstore.
sdiffstore(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sdiffstore.
SDIFFSTORE - Static variable in interface io.vertx.redis.client.Command
 
sdiffstore(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command sdiffstore.
sdiffstore(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command sdiffstore.
SDIFFSTORE - Static variable in class io.vertx.rxjava.redis.client.Command
 
sdiffstore(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command sdiffstore.
sdiffstore(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command sdiffstore.
SEARCH - Static variable in class io.vertx.core.http.HttpMethod
The RFC 5323 SEARCH method, this instance is interned and uniquely used.
seconds(long) - Static method in class io.vertx.ext.unit.junit.Timeout
 
seconds(int) - Method in class io.vertx.pgclient.data.Interval
 
Secret - Class in io.vertx.config.vault.client
Represent Secret result.
Secret() - Constructor for class io.vertx.config.vault.client.Secret
 
secretKey() - Method in interface io.vertx.pgclient.PgConnection
 
secretKey() - Method in class io.vertx.reactivex.pgclient.PgConnection
 
secretKey() - Method in class io.vertx.rxjava.pgclient.PgConnection
 
securityHandler(String, AuthenticationHandler) - Method in interface io.vertx.ext.web.openapi.RouterBuilder
Mount to paths that have to follow a security schema a security handler
securityHandler(String, AuthenticationHandler) - Method in class io.vertx.reactivex.ext.web.openapi.RouterBuilder
Mount to paths that have to follow a security schema a security handler
seek(TopicPartition, long) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
Overrides the fetch offsets that the consumer will use on the next poll.
seek(TopicPartition, long, Handler<AsyncResult<Void>>) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
Overrides the fetch offsets that the consumer will use on the next poll.
seek(TopicPartition, long) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
Overrides the fetch offsets that the consumer will use on the next poll.
seek(TopicPartition, long, Handler<AsyncResult<Void>>) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
Overrides the fetch offsets that the consumer will use on the next poll.
seek(TopicPartition, long, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Overrides the fetch offsets that the consumer will use on the next poll.
seek(TopicPartition, long) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Overrides the fetch offsets that the consumer will use on the next poll.
seek(TopicPartition, long, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Overrides the fetch offsets that the consumer will use on the next poll.
seek(TopicPartition, long) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Overrides the fetch offsets that the consumer will use on the next poll.
seekToBeginning(TopicPartition) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
Seek to the first offset for each of the given partition.
seekToBeginning(Set<TopicPartition>) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
Seek to the first offset for each of the given partitions.
seekToBeginning(TopicPartition, Handler<AsyncResult<Void>>) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
Seek to the first offset for each of the given partition.
seekToBeginning(Set<TopicPartition>, Handler<AsyncResult<Void>>) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
Seek to the first offset for each of the given partitions.
seekToBeginning(Set<TopicPartition>) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
Seek to the first offset for each of the given partitions.
seekToBeginning(Set<TopicPartition>, Handler<AsyncResult<Void>>) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
Seek to the first offset for each of the given partitions.
seekToBeginning(TopicPartition, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Seek to the first offset for each of the given partition.
seekToBeginning(TopicPartition) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Seek to the first offset for each of the given partition.
seekToBeginning(Set<TopicPartition>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Seek to the first offset for each of the given partitions.
seekToBeginning(Set<TopicPartition>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Seek to the first offset for each of the given partitions.
seekToBeginning(TopicPartition, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Seek to the first offset for each of the given partition.
seekToBeginning(TopicPartition) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Seek to the first offset for each of the given partition.
seekToBeginning(Set<TopicPartition>, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Seek to the first offset for each of the given partitions.
seekToBeginning(Set<TopicPartition>) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Seek to the first offset for each of the given partitions.
seekToEnd(TopicPartition) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
Seek to the last offset for each of the given partition.
seekToEnd(Set<TopicPartition>) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
Seek to the last offset for each of the given partitions.
seekToEnd(TopicPartition, Handler<AsyncResult<Void>>) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
Seek to the last offset for each of the given partition.
seekToEnd(Set<TopicPartition>, Handler<AsyncResult<Void>>) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
Seek to the last offset for each of the given partitions.
seekToEnd(Set<TopicPartition>) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
Seek to the last offset for each of the given partitions.
seekToEnd(Set<TopicPartition>, Handler<AsyncResult<Void>>) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
Seek to the last offset for each of the given partitions.
seekToEnd(TopicPartition, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Seek to the last offset for each of the given partition.
seekToEnd(TopicPartition) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Seek to the last offset for each of the given partition.
seekToEnd(Set<TopicPartition>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Seek to the last offset for each of the given partitions.
seekToEnd(Set<TopicPartition>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Seek to the last offset for each of the given partitions.
seekToEnd(TopicPartition, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Seek to the last offset for each of the given partition.
seekToEnd(TopicPartition) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Seek to the last offset for each of the given partition.
seekToEnd(Set<TopicPartition>, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Seek to the last offset for each of the given partitions.
seekToEnd(Set<TopicPartition>) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Seek to the last offset for each of the given partitions.
SELECT - Static variable in class io.vertx.reactivex.redis.client.Command
 
select(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command select.
select(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command select.
SELECT - Static variable in interface io.vertx.redis.client.Command
 
select(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command select.
select(String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command select.
SELECT - Static variable in class io.vertx.rxjava.redis.client.Command
 
select(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command select.
select(String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command select.
selectForPublish(Message<?>, Promise<Iterable<String>>) - Method in interface io.vertx.core.spi.cluster.NodeSelector
Select a node for publishing the given message.
selectForSend(Message<?>, Promise<String>) - Method in interface io.vertx.core.spi.cluster.NodeSelector
Select a node for sending the given message.
SelfSignedCertificate - Interface in io.vertx.core.net
A self-signed certificate helper for testing and development purposes.
SelfSignedCertificate - Class in io.vertx.reactivex.core.net
A self-signed certificate helper for testing and development purposes.
SelfSignedCertificate(SelfSignedCertificate) - Constructor for class io.vertx.reactivex.core.net.SelfSignedCertificate
 
SelfSignedCertificate(Object) - Constructor for class io.vertx.reactivex.core.net.SelfSignedCertificate
 
SelfSignedCertificate - Class in io.vertx.rxjava.core.net
A self-signed certificate helper for testing and development purposes.
SelfSignedCertificate(SelfSignedCertificate) - Constructor for class io.vertx.rxjava.core.net.SelfSignedCertificate
 
SelfSignedCertificate(Object) - Constructor for class io.vertx.rxjava.core.net.SelfSignedCertificate
 
send(AmqpMessage) - Method in interface io.vertx.amqp.AmqpSender
Sends an AMQP message.
send(Buffer, int, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.datagram.DatagramSocket
Write the given Buffer to the SocketAddress.
send(Buffer, int, String) - Method in interface io.vertx.core.datagram.DatagramSocket
Like DatagramSocket.send(Buffer, int, String, Handler) but returns a Future of the asynchronous result
send(String, int, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.datagram.DatagramSocket
Write the given String to the SocketAddress using UTF8 encoding.
send(String, int, String) - Method in interface io.vertx.core.datagram.DatagramSocket
Like DatagramSocket.send(String, int, String, Handler) but returns a Future of the asynchronous result
send(String, String, int, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.datagram.DatagramSocket
Write the given String to the SocketAddress using the given encoding.
send(String, String, int, String) - Method in interface io.vertx.core.datagram.DatagramSocket
Like DatagramSocket.send(String, String, int, String, Handler) but returns a Future of the asynchronous result
send() - Method in interface io.vertx.core.eventbus.DeliveryContext
 
send(String, Object) - Method in interface io.vertx.core.eventbus.EventBus
Sends a message.
send(String, Object, DeliveryOptions) - Method in interface io.vertx.core.eventbus.EventBus
Like EventBus.send(String, Object) but specifying options that can be used to configure the delivery.
send(Handler<AsyncResult<HttpClientResponse>>) - Method in interface io.vertx.core.http.HttpClientRequest
Send the request with an empty body.
send() - Method in interface io.vertx.core.http.HttpClientRequest
Like HttpClientRequest.send(Handler) but returns a Future of the asynchronous result
send(String, Handler<AsyncResult<HttpClientResponse>>) - Method in interface io.vertx.core.http.HttpClientRequest
Send the request with a string body.
send(String) - Method in interface io.vertx.core.http.HttpClientRequest
Like HttpClientRequest.send(String, Handler) but returns a Future of the asynchronous result
send(Buffer, Handler<AsyncResult<HttpClientResponse>>) - Method in interface io.vertx.core.http.HttpClientRequest
Send the request with a buffer body.
send(Buffer) - Method in interface io.vertx.core.http.HttpClientRequest
Like HttpClientRequest.send(Buffer, Handler) but returns a Future of the asynchronous result
send(ReadStream<Buffer>, Handler<AsyncResult<HttpClientResponse>>) - Method in interface io.vertx.core.http.HttpClientRequest
Send the request with a stream body.
send(ReadStream<Buffer>) - Method in interface io.vertx.core.http.HttpClientRequest
Like HttpClientRequest.send(ReadStream, Handler) but returns a Future of the asynchronous result
send(Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.http.HttpServerResponse
Send the request with an empty body.
send() - Method in interface io.vertx.core.http.HttpServerResponse
Like HttpServerResponse.send(Handler) but returns a Future of the asynchronous result
send(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.http.HttpServerResponse
Send the request with a string body.
send(String) - Method in interface io.vertx.core.http.HttpServerResponse
Like HttpServerResponse.send(String, Handler) but returns a Future of the asynchronous result
send(Buffer, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.http.HttpServerResponse
Send the request with a buffer body.
send(Buffer) - Method in interface io.vertx.core.http.HttpServerResponse
Like HttpServerResponse.send(Buffer, Handler) but returns a Future of the asynchronous result
send(ReadStream<Buffer>, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.http.HttpServerResponse
Send the request with a stream body.
send(ReadStream<Buffer>) - Method in interface io.vertx.core.http.HttpServerResponse
Like HttpServerResponse.send(ReadStream, Handler) but returns a Future of the asynchronous result
send(Map<String, String>, Buffer) - Method in interface io.vertx.ext.stomp.StompClientConnection
Sends a SEND frame to the server.
send(Map<String, String>, Buffer, Handler<AsyncResult<Frame>>) - Method in interface io.vertx.ext.stomp.StompClientConnection
Sends a SEND frame to the server.
send(String, Buffer) - Method in interface io.vertx.ext.stomp.StompClientConnection
Sends a SEND frame to the server to the given destination.
send(String, Buffer, Handler<AsyncResult<Frame>>) - Method in interface io.vertx.ext.stomp.StompClientConnection
Sends a SEND frame to the server to the given destination.
send(Frame) - Method in interface io.vertx.ext.stomp.StompClientConnection
Sends the given frame to the server.
send(Frame, Handler<AsyncResult<Frame>>) - Method in interface io.vertx.ext.stomp.StompClientConnection
Sends the given frame to the server.
send(String, Map<String, String>, Buffer) - Method in interface io.vertx.ext.stomp.StompClientConnection
Sends a SEND frame to the server to the given destination.
send(String, Map<String, String>, Buffer, Handler<AsyncResult<Frame>>) - Method in interface io.vertx.ext.stomp.StompClientConnection
Sends a SEND frame to the server to the given destination.
send(Handler<AsyncResult<HttpResponse<T>>>) - Method in interface io.vertx.ext.web.client.HttpRequest
Send a request, the handler will receive the response as an HttpResponse.
send() - Method in interface io.vertx.ext.web.client.HttpRequest
 
send(KafkaProducerRecord<K, V>) - Method in interface io.vertx.kafka.client.producer.KafkaProducer
Asynchronously write a record to a topic
send(KafkaProducerRecord<K, V>, Handler<AsyncResult<RecordMetadata>>) - Method in interface io.vertx.kafka.client.producer.KafkaProducer
Asynchronously write a record to a topic
send(ProducerRecord<K, V>) - Method in interface io.vertx.kafka.client.producer.KafkaWriteStream
Asynchronously write a record to a topic
send(ProducerRecord<K, V>, Handler<AsyncResult<RecordMetadata>>) - Method in interface io.vertx.kafka.client.producer.KafkaWriteStream
Asynchronously write a record to a topic
send(AmqpMessage) - Method in class io.vertx.reactivex.amqp.AmqpSender
Sends an AMQP message.
send(Buffer, int, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Write the given Buffer to the SocketAddress.
send(Buffer, int, String) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Write the given Buffer to the SocketAddress.
send(String, int, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Write the given String to the SocketAddress using UTF8 encoding.
send(String, int, String) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Write the given String to the SocketAddress using UTF8 encoding.
send(String, String, int, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Write the given String to the SocketAddress using the given encoding.
send(String, String, int, String) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Write the given String to the SocketAddress using the given encoding.
send() - Method in class io.vertx.reactivex.core.eventbus.DeliveryContext
 
send(String, Object) - Method in class io.vertx.reactivex.core.eventbus.EventBus
Sends a message.
send(String, Object, DeliveryOptions) - Method in class io.vertx.reactivex.core.eventbus.EventBus
Like but specifying options that can be used to configure the delivery.
send(Handler<AsyncResult<HttpClientResponse>>) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Send the request with an empty body.
send() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Send the request with an empty body.
send(String, Handler<AsyncResult<HttpClientResponse>>) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Send the request with a string body.
send(String) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Send the request with a string body.
send(Buffer, Handler<AsyncResult<HttpClientResponse>>) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Send the request with a buffer body.
send(Buffer) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Send the request with a buffer body.
send(ReadStream<Buffer>, Handler<AsyncResult<HttpClientResponse>>) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Send the request with a stream body.
send(ReadStream<Buffer>) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Send the request with a stream body.
send(Flowable<Buffer>, Handler<AsyncResult<HttpClientResponse>>) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Send the request with a stream body.
send(Flowable<Buffer>) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Send the request with a stream body.
send(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Send the request with an empty body.
send() - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Send the request with an empty body.
send(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Send the request with a string body.
send(String) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Send the request with a string body.
send(Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Send the request with a buffer body.
send(Buffer) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Send the request with a buffer body.
send(ReadStream<Buffer>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Send the request with a stream body.
send(ReadStream<Buffer>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Send the request with a stream body.
send(Flowable<Buffer>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Send the request with a stream body.
send(Flowable<Buffer>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Send the request with a stream body.
send(Map<String, String>, Buffer, Handler<AsyncResult<Frame>>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Sends a SEND frame to the server.
send(Map<String, String>, Buffer) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Sends a SEND frame to the server.
send(String, Buffer, Handler<AsyncResult<Frame>>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Sends a SEND frame to the server to the given destination.
send(String, Buffer) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Sends a SEND frame to the server to the given destination.
send(Frame, Handler<AsyncResult<Frame>>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Sends the given frame to the server.
send(Frame) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Sends the given frame to the server.
send(String, Map<String, String>, Buffer, Handler<AsyncResult<Frame>>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Sends a SEND frame to the server to the given destination.
send(String, Map<String, String>, Buffer) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Sends a SEND frame to the server to the given destination.
send(Handler<AsyncResult<HttpResponse<T>>>) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Send a request, the handler will receive the response as an HttpResponse.
send() - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Send a request, the handler will receive the response as an HttpResponse.
send(KafkaProducerRecord<K, V>, Handler<AsyncResult<RecordMetadata>>) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
Asynchronously write a record to a topic
send(KafkaProducerRecord<K, V>) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
Asynchronously write a record to a topic
send(Request, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.Redis
Send the given command to the redis server or cluster.
send(Request) - Method in class io.vertx.reactivex.redis.client.Redis
Send the given command to the redis server or cluster.
send(Request, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisConnection
Send the given command to the redis server or cluster.
send(Request) - Method in class io.vertx.reactivex.redis.client.RedisConnection
Send the given command to the redis server or cluster.
send(Request, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.Redis
Send the given command to the redis server or cluster.
send(Request) - Method in interface io.vertx.redis.client.Redis
Send the given command to the redis server or cluster.
send(Command, String...) - Method in interface io.vertx.redis.client.RedisAPI
Send untyped command to redis.
send(Request, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisConnection
Send the given command to the redis server or cluster.
send(Request) - Method in interface io.vertx.redis.client.RedisConnection
Send the given command to the redis server or cluster.
send(AmqpMessage) - Method in class io.vertx.rxjava.amqp.AmqpSender
Sends an AMQP message.
send(Buffer, int, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Write the given Buffer to the SocketAddress.
send(Buffer, int, String) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Write the given Buffer to the SocketAddress.
send(String, int, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Write the given String to the SocketAddress using UTF8 encoding.
send(String, int, String) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Write the given String to the SocketAddress using UTF8 encoding.
send(String, String, int, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Write the given String to the SocketAddress using the given encoding.
send(String, String, int, String) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Write the given String to the SocketAddress using the given encoding.
send() - Method in class io.vertx.rxjava.core.eventbus.DeliveryContext
 
send(String, Object) - Method in class io.vertx.rxjava.core.eventbus.EventBus
Sends a message.
send(String, Object, DeliveryOptions) - Method in class io.vertx.rxjava.core.eventbus.EventBus
Like but specifying options that can be used to configure the delivery.
send(Handler<AsyncResult<HttpClientResponse>>) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
Send the request with an empty body.
send() - Method in class io.vertx.rxjava.core.http.HttpClientRequest
Send the request with an empty body.
send(String, Handler<AsyncResult<HttpClientResponse>>) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
Send the request with a string body.
send(String) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
Send the request with a string body.
send(Buffer, Handler<AsyncResult<HttpClientResponse>>) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
Send the request with a buffer body.
send(Buffer) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
Send the request with a buffer body.
send(ReadStream<Buffer>, Handler<AsyncResult<HttpClientResponse>>) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
Send the request with a stream body.
send(ReadStream<Buffer>) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
Send the request with a stream body.
send(Observable<Buffer>, Handler<AsyncResult<HttpClientResponse>>) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
Send the request with a stream body.
send(Observable<Buffer>) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
Send the request with a stream body.
send(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Send the request with an empty body.
send() - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Send the request with an empty body.
send(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Send the request with a string body.
send(String) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Send the request with a string body.
send(Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Send the request with a buffer body.
send(Buffer) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Send the request with a buffer body.
send(ReadStream<Buffer>, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Send the request with a stream body.
send(ReadStream<Buffer>) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Send the request with a stream body.
send(Observable<Buffer>, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Send the request with a stream body.
send(Observable<Buffer>) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Send the request with a stream body.
send(Map<String, String>, Buffer, Handler<AsyncResult<Frame>>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Sends a SEND frame to the server.
send(Map<String, String>, Buffer) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Sends a SEND frame to the server.
send(String, Buffer, Handler<AsyncResult<Frame>>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Sends a SEND frame to the server to the given destination.
send(String, Buffer) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Sends a SEND frame to the server to the given destination.
send(Frame, Handler<AsyncResult<Frame>>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Sends the given frame to the server.
send(Frame) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Sends the given frame to the server.
send(String, Map<String, String>, Buffer, Handler<AsyncResult<Frame>>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Sends a SEND frame to the server to the given destination.
send(String, Map<String, String>, Buffer) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Sends a SEND frame to the server to the given destination.
send(Handler<AsyncResult<HttpResponse<T>>>) - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
Send a request, the handler will receive the response as an HttpResponse.
send() - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
Send a request, the handler will receive the response as an HttpResponse.
send(KafkaProducerRecord<K, V>, Handler<AsyncResult<RecordMetadata>>) - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
Asynchronously write a record to a topic
send(KafkaProducerRecord<K, V>) - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
Asynchronously write a record to a topic
send(Request, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.Redis
Send the given command to the redis server or cluster.
send(Request) - Method in class io.vertx.rxjava.redis.client.Redis
Send the given command to the redis server or cluster.
send(Request, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisConnection
Send the given command to the redis server or cluster.
send(Request) - Method in class io.vertx.rxjava.redis.client.RedisConnection
Send the given command to the redis server or cluster.
sendBuffer(Buffer, Handler<AsyncResult<HttpResponse<T>>>) - Method in interface io.vertx.ext.web.client.HttpRequest
Like HttpRequest.send(Handler) but with an HTTP request body buffer.
sendBuffer(Buffer) - Method in interface io.vertx.ext.web.client.HttpRequest
 
sendBuffer(Buffer, Handler<AsyncResult<HttpResponse<T>>>) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
sendBuffer(Buffer) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
sendBuffer(Buffer, Handler<AsyncResult<HttpResponse<T>>>) - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
sendBuffer(Buffer) - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
sender() - Method in interface io.vertx.core.datagram.DatagramPacket
Returns the SocketAddress of the sender that sent this DatagramPacket.
sender(int, String) - Method in interface io.vertx.core.datagram.DatagramSocket
Returns a WriteStream<Buffer> able to send Buffer to the SocketAddress.
sender(String) - Method in interface io.vertx.core.eventbus.EventBus
Create a message sender against the specified address.
sender(String, DeliveryOptions) - Method in interface io.vertx.core.eventbus.EventBus
Like EventBus.sender(String) but specifying delivery options that will be used for configuring the delivery of the message.
sender() - Method in class io.vertx.reactivex.core.datagram.DatagramPacket
Returns the SocketAddress of the sender that sent this DatagramPacket.
sender(int, String) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Returns a WriteStream able to send to the SocketAddress.
sender(String) - Method in class io.vertx.reactivex.core.eventbus.EventBus
Create a message sender against the specified address.
sender(String, DeliveryOptions) - Method in class io.vertx.reactivex.core.eventbus.EventBus
Like EventBus.sender(java.lang.String) but specifying delivery options that will be used for configuring the delivery of the message.
sender() - Method in class io.vertx.rxjava.core.datagram.DatagramPacket
Returns the SocketAddress of the sender that sent this DatagramPacket.
sender(int, String) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Returns a WriteStream able to send to the SocketAddress.
sender(String) - Method in class io.vertx.rxjava.core.eventbus.EventBus
Create a message sender against the specified address.
sender(String, DeliveryOptions) - Method in class io.vertx.rxjava.core.eventbus.EventBus
Like EventBus.sender(java.lang.String) but specifying delivery options that will be used for configuring the delivery of the message.
sendFile(String) - Method in interface io.vertx.core.http.HttpServerResponse
Same as HttpServerResponse.sendFile(String, long) using offset @code{0} which means starting from the beginning of the file.
sendFile(String, long) - Method in interface io.vertx.core.http.HttpServerResponse
Same as HttpServerResponse.sendFile(String, long, long) using length @code{Long.MAX_VALUE} which means until the end of the file.
sendFile(String, long, long) - Method in interface io.vertx.core.http.HttpServerResponse
Ask the OS to stream a file as specified by filename directly from disk to the outgoing connection, bypassing userspace altogether (where supported by the underlying operating system.
sendFile(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.http.HttpServerResponse
Like HttpServerResponse.sendFile(String) but providing a handler which will be notified once the file has been completely written to the wire.
sendFile(String, long, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.http.HttpServerResponse
Like HttpServerResponse.sendFile(String, long) but providing a handler which will be notified once the file has been completely written to the wire.
sendFile(String, long, long, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.http.HttpServerResponse
Like HttpServerResponse.sendFile(String, long, long) but providing a handler which will be notified once the file has been completely written to the wire.
sendFile(String) - Method in interface io.vertx.core.net.NetSocket
Tell the operating system to stream a file as specified by filename directly from disk to the outgoing connection, bypassing userspace altogether (where supported by the underlying operating system.
sendFile(String, long) - Method in interface io.vertx.core.net.NetSocket
Tell the operating system to stream a file as specified by filename directly from disk to the outgoing connection, bypassing userspace altogether (where supported by the underlying operating system.
sendFile(String, long, long) - Method in interface io.vertx.core.net.NetSocket
Tell the operating system to stream a file as specified by filename directly from disk to the outgoing connection, bypassing userspace altogether (where supported by the underlying operating system.
sendFile(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.net.NetSocket
Same as NetSocket.sendFile(String) but also takes a handler that will be called when the send has completed or a failure has occurred
sendFile(String, long, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.net.NetSocket
Same as NetSocket.sendFile(String, long) but also takes a handler that will be called when the send has completed or a failure has occurred
sendFile(String, long, long, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.net.NetSocket
Same as NetSocket.sendFile(String, long, long) but also takes a handler that will be called when the send has completed or a failure has occurred
sendFile(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Like HttpServerResponse.sendFile(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but providing a handler which will be notified once the file has been completely written to the wire.
sendFile(String) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Like HttpServerResponse.sendFile(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but providing a handler which will be notified once the file has been completely written to the wire.
sendFile(String, long, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Like HttpServerResponse.sendFile(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but providing a handler which will be notified once the file has been completely written to the wire.
sendFile(String, long) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Like HttpServerResponse.sendFile(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but providing a handler which will be notified once the file has been completely written to the wire.
sendFile(String, long, long, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Like HttpServerResponse.sendFile(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but providing a handler which will be notified once the file has been completely written to the wire.
sendFile(String, long, long) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Like HttpServerResponse.sendFile(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but providing a handler which will be notified once the file has been completely written to the wire.
sendFile(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.net.NetSocket
Same as NetSocket.sendFile(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but also takes a handler that will be called when the send has completed or a failure has occurred
sendFile(String) - Method in class io.vertx.reactivex.core.net.NetSocket
Same as NetSocket.sendFile(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but also takes a handler that will be called when the send has completed or a failure has occurred
sendFile(String, long, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.net.NetSocket
Same as NetSocket.sendFile(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but also takes a handler that will be called when the send has completed or a failure has occurred
sendFile(String, long) - Method in class io.vertx.reactivex.core.net.NetSocket
Same as NetSocket.sendFile(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but also takes a handler that will be called when the send has completed or a failure has occurred
sendFile(String, long, long, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.net.NetSocket
Same as NetSocket.sendFile(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but also takes a handler that will be called when the send has completed or a failure has occurred
sendFile(String, long, long) - Method in class io.vertx.reactivex.core.net.NetSocket
Same as NetSocket.sendFile(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but also takes a handler that will be called when the send has completed or a failure has occurred
sendFile(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Like HttpServerResponse.sendFile(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but providing a handler which will be notified once the file has been completely written to the wire.
sendFile(String) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Like HttpServerResponse.sendFile(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but providing a handler which will be notified once the file has been completely written to the wire.
sendFile(String, long, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Like HttpServerResponse.sendFile(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but providing a handler which will be notified once the file has been completely written to the wire.
sendFile(String, long) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Like HttpServerResponse.sendFile(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but providing a handler which will be notified once the file has been completely written to the wire.
sendFile(String, long, long, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Like HttpServerResponse.sendFile(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but providing a handler which will be notified once the file has been completely written to the wire.
sendFile(String, long, long) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Like HttpServerResponse.sendFile(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but providing a handler which will be notified once the file has been completely written to the wire.
sendFile(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.net.NetSocket
Same as NetSocket.sendFile(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but also takes a handler that will be called when the send has completed or a failure has occurred
sendFile(String) - Method in class io.vertx.rxjava.core.net.NetSocket
Same as NetSocket.sendFile(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but also takes a handler that will be called when the send has completed or a failure has occurred
sendFile(String, long, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.net.NetSocket
Same as NetSocket.sendFile(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but also takes a handler that will be called when the send has completed or a failure has occurred
sendFile(String, long) - Method in class io.vertx.rxjava.core.net.NetSocket
Same as NetSocket.sendFile(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but also takes a handler that will be called when the send has completed or a failure has occurred
sendFile(String, long, long, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.net.NetSocket
Same as NetSocket.sendFile(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but also takes a handler that will be called when the send has completed or a failure has occurred
sendFile(String, long, long) - Method in class io.vertx.rxjava.core.net.NetSocket
Same as NetSocket.sendFile(java.lang.String, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but also takes a handler that will be called when the send has completed or a failure has occurred
sendForm(MultiMap, Handler<AsyncResult<HttpResponse<T>>>) - Method in interface io.vertx.ext.web.client.HttpRequest
Like HttpRequest.send(Handler) but with an HTTP request body multimap encoded as form and the content type set to application/x-www-form-urlencoded.
sendForm(MultiMap) - Method in interface io.vertx.ext.web.client.HttpRequest
 
sendForm(MultiMap, Handler<AsyncResult<HttpResponse<T>>>) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Like HttpRequest.send(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.ext.web.client.HttpResponse<T>>>) but with an HTTP request body multimap encoded as form and the content type set to application/x-www-form-urlencoded.
sendForm(MultiMap) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Like HttpRequest.send(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.ext.web.client.HttpResponse<T>>>) but with an HTTP request body multimap encoded as form and the content type set to application/x-www-form-urlencoded.
sendForm(MultiMap, Handler<AsyncResult<HttpResponse<T>>>) - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
Like HttpRequest.send(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.rxjava.ext.web.client.HttpResponse<T>>>) but with an HTTP request body multimap encoded as form and the content type set to application/x-www-form-urlencoded.
sendForm(MultiMap) - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
Like HttpRequest.send(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.rxjava.ext.web.client.HttpResponse<T>>>) but with an HTTP request body multimap encoded as form and the content type set to application/x-www-form-urlencoded.
sendHandler(Handler<ServerFrame>) - Method in interface io.vertx.ext.stomp.StompServerHandler
Configures the action to execute when a SEND frame is received.
sendHandler(Handler<ServerFrame>) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
Configures the action to execute when a SEND frame is received.
sendHandler(Handler<ServerFrame>) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
Configures the action to execute when a SEND frame is received.
sendHead() - Method in interface io.vertx.core.http.HttpClientRequest
Forces the head of the request to be written before HttpClientRequest.end() is called on the request or any data is written to it.
sendHead(Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.http.HttpClientRequest
Like HttpClientRequest.sendHead() but with an handler after headers have been sent.
sendHead(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
sendHead() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
sendHead(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
sendHead() - Method in class io.vertx.rxjava.core.http.HttpClientRequest
sendJson(Object, Handler<AsyncResult<HttpResponse<T>>>) - Method in interface io.vertx.ext.web.client.HttpRequest
Like HttpRequest.send(Handler) but with an HTTP request body object encoded as json and the content type set to application/json.
sendJson(Object) - Method in interface io.vertx.ext.web.client.HttpRequest
 
sendJson(Object, Handler<AsyncResult<HttpResponse<T>>>) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Like HttpRequest.send(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.ext.web.client.HttpResponse<T>>>) but with an HTTP request body object encoded as json and the content type set to application/json.
sendJson(Object) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Like HttpRequest.send(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.ext.web.client.HttpResponse<T>>>) but with an HTTP request body object encoded as json and the content type set to application/json.
sendJson(Object, Handler<AsyncResult<HttpResponse<T>>>) - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
Like HttpRequest.send(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.rxjava.ext.web.client.HttpResponse<T>>>) but with an HTTP request body object encoded as json and the content type set to application/json.
sendJson(Object) - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
Like HttpRequest.send(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.rxjava.ext.web.client.HttpResponse<T>>>) but with an HTTP request body object encoded as json and the content type set to application/json.
sendJsonObject(JsonObject, Handler<AsyncResult<HttpResponse<T>>>) - Method in interface io.vertx.ext.web.client.HttpRequest
Like HttpRequest.send(Handler) but with an HTTP request body object encoded as json and the content type set to application/json.
sendJsonObject(JsonObject) - Method in interface io.vertx.ext.web.client.HttpRequest
 
sendJsonObject(JsonObject, Handler<AsyncResult<HttpResponse<T>>>) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Like HttpRequest.send(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.ext.web.client.HttpResponse<T>>>) but with an HTTP request body object encoded as json and the content type set to application/json.
sendJsonObject(JsonObject) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Like HttpRequest.send(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.ext.web.client.HttpResponse<T>>>) but with an HTTP request body object encoded as json and the content type set to application/json.
sendJsonObject(JsonObject, Handler<AsyncResult<HttpResponse<T>>>) - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
Like HttpRequest.send(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.rxjava.ext.web.client.HttpResponse<T>>>) but with an HTTP request body object encoded as json and the content type set to application/json.
sendJsonObject(JsonObject) - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
Like HttpRequest.send(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.rxjava.ext.web.client.HttpResponse<T>>>) but with an HTTP request body object encoded as json and the content type set to application/json.
sendMail(MailMessage, Handler<AsyncResult<MailResult>>) - Method in interface io.vertx.ext.mail.MailClient
send a single mail via MailClient
sendMail(MailMessage) - Method in interface io.vertx.ext.mail.MailClient
Same as MailClient.sendMail(MailMessage, Handler) but returning a Future.
sendMail(MailMessage, Handler<AsyncResult<MailResult>>) - Method in class io.vertx.reactivex.ext.mail.MailClient
send a single mail via MailClient
sendMail(MailMessage) - Method in class io.vertx.reactivex.ext.mail.MailClient
send a single mail via MailClient
sendMail(MailMessage, Handler<AsyncResult<MailResult>>) - Method in class io.vertx.rxjava.ext.mail.MailClient
send a single mail via MailClient
sendMail(MailMessage) - Method in class io.vertx.rxjava.ext.mail.MailClient
send a single mail via MailClient
sendMultipartForm(MultipartForm, Handler<AsyncResult<HttpResponse<T>>>) - Method in interface io.vertx.ext.web.client.HttpRequest
Like HttpRequest.send(Handler) but with an HTTP request body multimap encoded as form and the content type set to multipart/form-data.
sendMultipartForm(MultipartForm) - Method in interface io.vertx.ext.web.client.HttpRequest
 
sendMultipartForm(MultipartForm, Handler<AsyncResult<HttpResponse<T>>>) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Like HttpRequest.send(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.ext.web.client.HttpResponse<T>>>) but with an HTTP request body multimap encoded as form and the content type set to multipart/form-data.
sendMultipartForm(MultipartForm) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Like HttpRequest.send(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.reactivex.ext.web.client.HttpResponse<T>>>) but with an HTTP request body multimap encoded as form and the content type set to multipart/form-data.
sendMultipartForm(MultipartForm, Handler<AsyncResult<HttpResponse<T>>>) - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
Like HttpRequest.send(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.rxjava.ext.web.client.HttpResponse<T>>>) but with an HTTP request body multimap encoded as form and the content type set to multipart/form-data.
sendMultipartForm(MultipartForm) - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
Like HttpRequest.send(io.vertx.core.Handler<io.vertx.core.AsyncResult<io.vertx.rxjava.ext.web.client.HttpResponse<T>>>) but with an HTTP request body multimap encoded as form and the content type set to multipart/form-data.
sendRequest(Context, SpanKind, TracingPolicy, R, String, BiConsumer<String, String>, TagExtractor<R>) - Method in interface io.vertx.core.spi.tracing.VertxTracer
Signal a request is sent.
sendRequest(Context, SpanKind, TracingPolicy, R, String, BiConsumer<String, String>, TagExtractor<R>) - Method in class io.vertx.tracing.opentracing.OpenTracingTracer
 
sendRequest(Context, SpanKind, TracingPolicy, R, String, BiConsumer<String, String>, TagExtractor<R>) - Method in class io.vertx.tracing.zipkin.ZipkinTracer
 
sendResponse(Context, R, I, Throwable, TagExtractor<R>) - Method in interface io.vertx.core.spi.tracing.VertxTracer
Signal the response is sent.
sendResponse(Context, R, Span, Throwable, TagExtractor<R>) - Method in class io.vertx.tracing.opentracing.OpenTracingTracer
 
sendResponse(Context, R, Span, Throwable, TagExtractor<R>) - Method in class io.vertx.tracing.zipkin.ZipkinTracer
 
sendSpans(List<byte[]>) - Method in class io.vertx.tracing.zipkin.VertxSender
 
sendStream(ReadStream<Buffer>, Handler<AsyncResult<HttpResponse<T>>>) - Method in interface io.vertx.ext.web.client.HttpRequest
Like HttpRequest.send(Handler) but with an HTTP request body stream.
sendStream(ReadStream<Buffer>) - Method in interface io.vertx.ext.web.client.HttpRequest
 
sendStream(ReadStream<Buffer>, Handler<AsyncResult<HttpResponse<T>>>) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
sendStream(ReadStream<Buffer>) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
sendStream(Flowable<Buffer>, Handler<AsyncResult<HttpResponse<T>>>) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
sendStream(Flowable<Buffer>) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
sendStream(ReadStream<Buffer>, Handler<AsyncResult<HttpResponse<T>>>) - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
sendStream(ReadStream<Buffer>) - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
sendStream(Observable<Buffer>, Handler<AsyncResult<HttpResponse<T>>>) - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
sendStream(Observable<Buffer>) - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
sendWithAck(AmqpMessage, Handler<AsyncResult<Void>>) - Method in interface io.vertx.amqp.AmqpSender
Sends an AMQP message and waits for an acknowledgement.
sendWithAck(AmqpMessage) - Method in interface io.vertx.amqp.AmqpSender
Like AmqpSender.sendWithAck(AmqpMessage, Handler) but returns a Future of the asynchronous result
sendWithAck(AmqpMessage, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.amqp.AmqpSender
Sends an AMQP message and waits for an acknowledgement.
sendWithAck(AmqpMessage) - Method in class io.vertx.reactivex.amqp.AmqpSender
Sends an AMQP message and waits for an acknowledgement.
sendWithAck(AmqpMessage, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.amqp.AmqpSender
Sends an AMQP message and waits for an acknowledgement.
sendWithAck(AmqpMessage) - Method in class io.vertx.rxjava.amqp.AmqpSender
Sends an AMQP message and waits for an acknowledgement.
SENTINEL - Static variable in class io.vertx.reactivex.redis.client.Command
 
SENTINEL - Static variable in interface io.vertx.redis.client.Command
 
SENTINEL - Static variable in class io.vertx.rxjava.redis.client.Command
 
separator() - Method in interface io.vertx.ext.auth.oauth2.authorization.ScopeAuthorization
Returns the configured separator.
separator() - Method in class io.vertx.reactivex.ext.auth.oauth2.authorization.ScopeAuthorization
Returns the configured separator.
separator() - Method in class io.vertx.rxjava.ext.auth.oauth2.authorization.ScopeAuthorization
Returns the configured separator.
seq() - Method in class io.vertx.core.spi.cluster.RegistrationInfo
 
serdeFrom(Class<T>) - Static method in class io.vertx.kafka.client.serialization.VertxSerdes
 
serialize(String, Buffer) - Method in class io.vertx.kafka.client.serialization.BufferSerializer
 
serialize(String, JsonArray) - Method in class io.vertx.kafka.client.serialization.JsonArraySerializer
 
serialize(String, JsonObject) - Method in class io.vertx.kafka.client.serialization.JsonObjectSerializer
 
serializedParam(String, ArrayParserFactory, ArraySchemaBuilder) - Static method in interface io.vertx.ext.web.validation.builder.Parameters
Creates a required array parameter deserializable using the provided parser factory.
serializedParam(String, TupleParserFactory, TupleSchemaBuilder) - Static method in interface io.vertx.ext.web.validation.builder.Parameters
Creates a required tuple parameter deserializable using the provided parser factory.
serializedParam(String, ObjectParserFactory, ObjectSchemaBuilder) - Static method in interface io.vertx.ext.web.validation.builder.Parameters
Creates a required object parameter deserializable using the provided parser factory.
SERVER - Static variable in interface io.vertx.core.http.HttpHeaders
Server header name
server() - Method in interface io.vertx.ext.shell.ShellService
 
SERVER - Static variable in class io.vertx.ext.stomp.Frame
 
server() - Method in interface io.vertx.ext.stomp.StompClientConnection
 
server() - Method in interface io.vertx.ext.stomp.StompServerConnection
 
Server - Class in io.vertx.ext.stomp.utils
Class responsible for the computation of the server id.
Server() - Constructor for class io.vertx.ext.stomp.utils.Server
 
SERVER - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Server header name
server() - Method in class io.vertx.reactivex.ext.shell.ShellService
 
server() - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
 
server() - Method in class io.vertx.reactivex.ext.stomp.StompServerConnection
 
SERVER - Static variable in class io.vertx.rxjava.core.http.HttpHeaders
Server header name
server() - Method in class io.vertx.rxjava.ext.shell.ShellService
 
server() - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
 
server() - Method in class io.vertx.rxjava.ext.stomp.StompServerConnection
 
SERVER_NAME - Static variable in class io.vertx.ext.stomp.utils.Server
 
ServerCalls - Class in io.vertx.grpc.stub
 
ServerFrame - Interface in io.vertx.ext.stomp
Structure passed to server handler when receiving a frame.
ServerFrame - Class in io.vertx.reactivex.ext.stomp
Structure passed to server handler when receiving a frame.
ServerFrame(ServerFrame) - Constructor for class io.vertx.reactivex.ext.stomp.ServerFrame
 
ServerFrame(Object) - Constructor for class io.vertx.reactivex.ext.stomp.ServerFrame
 
ServerFrame - Class in io.vertx.rxjava.ext.stomp
Structure passed to server handler when receiving a frame.
ServerFrame(ServerFrame) - Constructor for class io.vertx.rxjava.ext.stomp.ServerFrame
 
ServerFrame(Object) - Constructor for class io.vertx.rxjava.ext.stomp.ServerFrame
 
ServerOptionsBase - Class in io.vertx.core.net
 
ServerOptionsBase() - Constructor for class io.vertx.core.net.ServerOptionsBase
 
ServerWebSocket - Interface in io.vertx.core.http
Represents a server side WebSocket.
serverWebSocket() - Method in interface io.vertx.ext.web.handler.graphql.ApolloWSMessage
 
ServerWebSocket - Class in io.vertx.reactivex.core.http
Represents a server side WebSocket.
ServerWebSocket(ServerWebSocket) - Constructor for class io.vertx.reactivex.core.http.ServerWebSocket
 
ServerWebSocket(Object) - Constructor for class io.vertx.reactivex.core.http.ServerWebSocket
 
serverWebSocket() - Method in class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSMessage
 
ServerWebSocket - Class in io.vertx.rxjava.core.http
Represents a server side WebSocket.
ServerWebSocket(ServerWebSocket) - Constructor for class io.vertx.rxjava.core.http.ServerWebSocket
 
ServerWebSocket(Object) - Constructor for class io.vertx.rxjava.core.http.ServerWebSocket
 
serverWebSocket() - Method in class io.vertx.rxjava.ext.web.handler.graphql.ApolloWSMessage
 
service() - Method in interface io.vertx.core.dns.SrvRecord
Returns the service's name (i.e.
Service - Class in io.vertx.ext.consul
Holds properties of service and node that its containing
Service() - Constructor for class io.vertx.ext.consul.Service
Default constructor
Service(Service) - Constructor for class io.vertx.ext.consul.Service
Copy constructor
Service(JsonObject) - Constructor for class io.vertx.ext.consul.Service
Constructor from JSON
service(String, Vertx) - Static method in interface io.vertx.ext.consul.Watch
Creates Watch to monitoring the nodes providing the service.
service(String, Vertx, ConsulClientOptions) - Static method in interface io.vertx.ext.consul.Watch
Creates Watch to monitoring the nodes providing the service.
service() - Method in class io.vertx.reactivex.core.dns.SrvRecord
Returns the service's name (i.e.
service(String, Vertx) - Static method in class io.vertx.reactivex.ext.consul.Watch
Creates Watch to monitoring the nodes providing the service.
service(String, Vertx, ConsulClientOptions) - Static method in class io.vertx.reactivex.ext.consul.Watch
Creates Watch to monitoring the nodes providing the service.
service() - Method in class io.vertx.rxjava.core.dns.SrvRecord
Returns the service's name (i.e.
service(String, Vertx) - Static method in class io.vertx.rxjava.ext.consul.Watch
Creates Watch to monitoring the nodes providing the service.
service(String, Vertx, ConsulClientOptions) - Static method in class io.vertx.rxjava.ext.consul.Watch
Creates Watch to monitoring the nodes providing the service.
service - Variable in class io.vertx.servicediscovery.types.AbstractServiceReference
 
ServiceAuthInterceptor - Class in io.vertx.serviceproxy
Create an event bus service interceptor using a token based authentication provider (e.g.: JWT or Oauth2) that will verify all requests before the service is invoked.
ServiceAuthInterceptor() - Constructor for class io.vertx.serviceproxy.ServiceAuthInterceptor
 
ServiceBinder - Class in io.vertx.serviceproxy
A binder for Service Proxies which state can be reused during the binder lifecycle.
ServiceBinder(Vertx) - Constructor for class io.vertx.serviceproxy.ServiceBinder
Creates a factory.
ServiceDiscovery - Class in io.vertx.reactivex.servicediscovery
Service Discovery main entry point.
ServiceDiscovery(ServiceDiscovery) - Constructor for class io.vertx.reactivex.servicediscovery.ServiceDiscovery
 
ServiceDiscovery(Object) - Constructor for class io.vertx.reactivex.servicediscovery.ServiceDiscovery
 
ServiceDiscovery - Class in io.vertx.rxjava.servicediscovery
Service Discovery main entry point.
ServiceDiscovery(ServiceDiscovery) - Constructor for class io.vertx.rxjava.servicediscovery.ServiceDiscovery
 
ServiceDiscovery(Object) - Constructor for class io.vertx.rxjava.servicediscovery.ServiceDiscovery
 
ServiceDiscovery - Interface in io.vertx.servicediscovery
Service Discovery main entry point.
ServiceDiscoveryBackend - Interface in io.vertx.servicediscovery.spi
By default the service discovery uses a distributed map to store the records.
ServiceDiscoveryOptions - Class in io.vertx.servicediscovery
Options to configure the service discovery.
ServiceDiscoveryOptions() - Constructor for class io.vertx.servicediscovery.ServiceDiscoveryOptions
Creates a new instance of ServiceDiscoveryOptions using the default values.
ServiceDiscoveryOptions(ServiceDiscoveryOptions) - Constructor for class io.vertx.servicediscovery.ServiceDiscoveryOptions
Creates a new instance of ServiceDiscoveryOptions by copying the values from another instance.
ServiceDiscoveryOptions(JsonObject) - Constructor for class io.vertx.servicediscovery.ServiceDiscoveryOptions
Creates a new instance of ServiceDiscoveryOptions from its JSON representation.
ServiceDiscoveryOptionsConverter - Class in io.vertx.servicediscovery
Converter and mapper for ServiceDiscoveryOptions.
ServiceDiscoveryOptionsConverter() - Constructor for class io.vertx.servicediscovery.ServiceDiscoveryOptionsConverter
 
ServiceDiscoveryRestEndpoint - Class in io.vertx.servicediscovery.rest
Allows publishing the vert.x service discovery as a REST endpoint.
ServiceEntry - Class in io.vertx.ext.consul
Holds properties of service, node and related checks
ServiceEntry() - Constructor for class io.vertx.ext.consul.ServiceEntry
Default constructor
ServiceEntry(ServiceEntry) - Constructor for class io.vertx.ext.consul.ServiceEntry
Copy constructor
ServiceEntry(JsonObject) - Constructor for class io.vertx.ext.consul.ServiceEntry
Constructor from JSON
ServiceEntryConverter - Class in io.vertx.ext.consul
Converter and mapper for ServiceEntry.
ServiceEntryConverter() - Constructor for class io.vertx.ext.consul.ServiceEntryConverter
 
ServiceEntryList - Class in io.vertx.ext.consul
Holds list of services, nodes and related checks
ServiceEntryList() - Constructor for class io.vertx.ext.consul.ServiceEntryList
Default constructor
ServiceEntryList(JsonObject) - Constructor for class io.vertx.ext.consul.ServiceEntryList
Constructor from JSON
ServiceEntryList(ServiceEntryList) - Constructor for class io.vertx.ext.consul.ServiceEntryList
Copy constructor
ServiceEntryListConverter - Class in io.vertx.ext.consul
Converter and mapper for ServiceEntryList.
ServiceEntryListConverter() - Constructor for class io.vertx.ext.consul.ServiceEntryListConverter
 
ServiceException - Exception in io.vertx.serviceproxy
An Exception to be returned from Service implementations.
ServiceException(int, String) - Constructor for exception io.vertx.serviceproxy.ServiceException
Create a ServiceException.
ServiceException(int, String, JsonObject) - Constructor for exception io.vertx.serviceproxy.ServiceException
 
ServiceExceptionMessageCodec - Class in io.vertx.serviceproxy
A MessageCodec for ServiceException
ServiceExceptionMessageCodec() - Constructor for class io.vertx.serviceproxy.ServiceExceptionMessageCodec
 
ServiceExporter - Class in io.vertx.reactivex.servicediscovery.spi
The service exporter allows integrate other discovery technologies with the Vert.x service discovery.
ServiceExporter(ServiceExporter) - Constructor for class io.vertx.reactivex.servicediscovery.spi.ServiceExporter
 
ServiceExporter(Object) - Constructor for class io.vertx.reactivex.servicediscovery.spi.ServiceExporter
 
ServiceExporter - Class in io.vertx.rxjava.servicediscovery.spi
The service exporter allows integrate other discovery technologies with the Vert.x service discovery.
ServiceExporter(ServiceExporter) - Constructor for class io.vertx.rxjava.servicediscovery.spi.ServiceExporter
 
ServiceExporter(Object) - Constructor for class io.vertx.rxjava.servicediscovery.spi.ServiceExporter
 
ServiceExporter - Interface in io.vertx.servicediscovery.spi
The service exporter allows integrate other discovery technologies with the Vert.x service discovery.
serviceExtraPayloadMapper(Function<RoutingContext, JsonObject>) - Method in interface io.vertx.ext.web.openapi.RouterBuilder
When set, this function is called while creating the payload of ServiceRequest
serviceExtraPayloadMapper(Function<RoutingContext, JsonObject>) - Method in class io.vertx.reactivex.ext.web.openapi.RouterBuilder
When set, this function is called while creating the payload of
ServiceHelper - Class in io.vertx.core
A helper class for loading factories from the classpath.
ServiceHelper() - Constructor for class io.vertx.core.ServiceHelper
 
ServiceImporter - Class in io.vertx.reactivex.servicediscovery.spi
The service importer allows integrate other discovery technologies with the Vert.x service discovery.
ServiceImporter(ServiceImporter) - Constructor for class io.vertx.reactivex.servicediscovery.spi.ServiceImporter
 
ServiceImporter(Object) - Constructor for class io.vertx.reactivex.servicediscovery.spi.ServiceImporter
 
ServiceImporter - Class in io.vertx.rxjava.servicediscovery.spi
The service importer allows integrate other discovery technologies with the Vert.x service discovery.
ServiceImporter(ServiceImporter) - Constructor for class io.vertx.rxjava.servicediscovery.spi.ServiceImporter
 
ServiceImporter(Object) - Constructor for class io.vertx.rxjava.servicediscovery.spi.ServiceImporter
 
ServiceImporter - Interface in io.vertx.servicediscovery.spi
The service importer allows integrate other discovery technologies with the Vert.x service discovery.
ServiceJWTInterceptor - Class in io.vertx.serviceproxy
Deprecated.
ServiceJWTInterceptor() - Constructor for class io.vertx.serviceproxy.ServiceJWTInterceptor
Deprecated.
 
ServiceList - Class in io.vertx.ext.consul
Holds result of services query
ServiceList() - Constructor for class io.vertx.ext.consul.ServiceList
Default constructor
ServiceList(ServiceList) - Constructor for class io.vertx.ext.consul.ServiceList
Copy constructor
ServiceList(JsonObject) - Constructor for class io.vertx.ext.consul.ServiceList
Constructor from JSON
ServiceListConverter - Class in io.vertx.ext.consul
Converter and mapper for ServiceList.
ServiceListConverter() - Constructor for class io.vertx.ext.consul.ServiceListConverter
 
serviceName() - Method in class io.vertx.maven.MavenCoords
 
ServiceOptions - Class in io.vertx.ext.consul
Options used to register service.
ServiceOptions() - Constructor for class io.vertx.ext.consul.ServiceOptions
Default constructor
ServiceOptions(ServiceOptions) - Constructor for class io.vertx.ext.consul.ServiceOptions
Copy constructor
ServiceOptions(JsonObject) - Constructor for class io.vertx.ext.consul.ServiceOptions
Constructor from JSON
ServiceOptionsConverter - Class in io.vertx.ext.consul
Converter and mapper for ServiceOptions.
ServiceOptionsConverter() - Constructor for class io.vertx.ext.consul.ServiceOptionsConverter
 
ServiceProxyBuilder - Class in io.vertx.serviceproxy
A builder for Service Proxies which state can be reused during the builder lifecycle.
ServiceProxyBuilder(Vertx) - Constructor for class io.vertx.serviceproxy.ServiceProxyBuilder
Creates a builder.
ServiceProxyGen - Class in io.vertx.serviceproxy.generator
 
ServiceProxyGen(GeneratorUtils) - Constructor for class io.vertx.serviceproxy.generator.ServiceProxyGen
 
ServiceProxyGenLoader - Class in io.vertx.serviceproxy.generator
 
ServiceProxyGenLoader() - Constructor for class io.vertx.serviceproxy.generator.ServiceProxyGenLoader
 
ServiceProxyHandlerGen - Class in io.vertx.serviceproxy.generator
 
ServiceProxyHandlerGen(GeneratorUtils) - Constructor for class io.vertx.serviceproxy.generator.ServiceProxyHandlerGen
 
ServicePublisher - Class in io.vertx.reactivex.servicediscovery.spi
The publisher is used by the importer to publish or unpublish records.
ServicePublisher(ServicePublisher) - Constructor for class io.vertx.reactivex.servicediscovery.spi.ServicePublisher
 
ServicePublisher(Object) - Constructor for class io.vertx.reactivex.servicediscovery.spi.ServicePublisher
 
ServicePublisher - Class in io.vertx.rxjava.servicediscovery.spi
The publisher is used by the importer to publish or unpublish records.
ServicePublisher(ServicePublisher) - Constructor for class io.vertx.rxjava.servicediscovery.spi.ServicePublisher
 
ServicePublisher(Object) - Constructor for class io.vertx.rxjava.servicediscovery.spi.ServicePublisher
 
ServicePublisher - Interface in io.vertx.servicediscovery.spi
The publisher is used by the importer to publish or unpublish records.
ServiceQueryOptions - Class in io.vertx.ext.consul
Options used to requesting list of services
ServiceQueryOptions() - Constructor for class io.vertx.ext.consul.ServiceQueryOptions
Default constructor
ServiceQueryOptions(JsonObject) - Constructor for class io.vertx.ext.consul.ServiceQueryOptions
Constructor from JSON
ServiceQueryOptionsConverter - Class in io.vertx.ext.consul
Converter and mapper for ServiceQueryOptions.
ServiceQueryOptionsConverter() - Constructor for class io.vertx.ext.consul.ServiceQueryOptionsConverter
 
ServiceReference - Class in io.vertx.reactivex.servicediscovery
Once a consumer has chosen a service, it builds a ServiceReference managing the binding with the chosen service provider.
ServiceReference(ServiceReference) - Constructor for class io.vertx.reactivex.servicediscovery.ServiceReference
 
ServiceReference(Object) - Constructor for class io.vertx.reactivex.servicediscovery.ServiceReference
 
ServiceReference - Class in io.vertx.rxjava.servicediscovery
Once a consumer has chosen a service, it builds a ServiceReference managing the binding with the chosen service provider.
ServiceReference(ServiceReference) - Constructor for class io.vertx.rxjava.servicediscovery.ServiceReference
 
ServiceReference(Object) - Constructor for class io.vertx.rxjava.servicediscovery.ServiceReference
 
ServiceReference - Interface in io.vertx.servicediscovery
Once a consumer has chosen a service, it builds a ServiceReference managing the binding with the chosen service provider.
ServiceRequest - Class in io.vertx.ext.web.api.service
Data object that encapsulates all informations about an HTTP Request
ServiceRequest() - Constructor for class io.vertx.ext.web.api.service.ServiceRequest
 
ServiceRequest(JsonObject) - Constructor for class io.vertx.ext.web.api.service.ServiceRequest
 
ServiceRequest(JsonObject, MultiMap, JsonObject, JsonObject) - Constructor for class io.vertx.ext.web.api.service.ServiceRequest
 
ServiceRequest(ServiceRequest) - Constructor for class io.vertx.ext.web.api.service.ServiceRequest
 
ServiceRequestConverter - Class in io.vertx.ext.web.api.service
Converter and mapper for ServiceRequest.
ServiceRequestConverter() - Constructor for class io.vertx.ext.web.api.service.ServiceRequestConverter
 
ServiceResponse - Class in io.vertx.ext.web.api.service
Data object that encapsulates all informations about an HTTP Response
ServiceResponse() - Constructor for class io.vertx.ext.web.api.service.ServiceResponse
 
ServiceResponse(JsonObject) - Constructor for class io.vertx.ext.web.api.service.ServiceResponse
 
ServiceResponse(Integer, String, Buffer, MultiMap) - Constructor for class io.vertx.ext.web.api.service.ServiceResponse
 
ServiceResponse(ServiceResponse) - Constructor for class io.vertx.ext.web.api.service.ServiceResponse
 
ServiceResponseConverter - Class in io.vertx.ext.web.api.service
Converter and mapper for ServiceResponse.
ServiceResponseConverter() - Constructor for class io.vertx.ext.web.api.service.ServiceResponseConverter
 
services(Vertx) - Static method in interface io.vertx.ext.consul.Watch
Creates Watch to monitoring the list of available services.
services(Vertx, ConsulClientOptions) - Static method in interface io.vertx.ext.consul.Watch
Creates Watch to monitoring the list of available services.
services(Vertx) - Static method in class io.vertx.reactivex.ext.consul.Watch
Creates Watch to monitoring the list of available services.
services(Vertx, ConsulClientOptions) - Static method in class io.vertx.reactivex.ext.consul.Watch
Creates Watch to monitoring the list of available services.
services(Vertx) - Static method in class io.vertx.rxjava.ext.consul.Watch
Creates Watch to monitoring the list of available services.
services(Vertx, ConsulClientOptions) - Static method in class io.vertx.rxjava.ext.consul.Watch
Creates Watch to monitoring the list of available services.
ServiceType - Interface in io.vertx.servicediscovery.spi
Represents a service type.
ServiceVerticleFactory - Class in io.vertx.service
This verticle factory looks for a descriptor file on the classpath with a name given by the verticleName (with ':' replaced by '.' as ':' is an illegal file name character in Windows) and with ".json" appended to it.
ServiceVerticleFactory() - Constructor for class io.vertx.service.ServiceVerticleFactory
 
Session - Class in io.vertx.ext.consul
Holds properties of Consul sessions
Session() - Constructor for class io.vertx.ext.consul.Session
Default constructor
Session(Session) - Constructor for class io.vertx.ext.consul.Session
Copy constructor
Session(JsonObject) - Constructor for class io.vertx.ext.consul.Session
Constructor from JSON
session() - Method in interface io.vertx.ext.shell.cli.Completion
 
session() - Method in interface io.vertx.ext.shell.command.CommandProcess
 
Session - Interface in io.vertx.ext.shell.session
A shell session.
session() - Method in interface io.vertx.ext.shell.Shell
 
SESSION - Static variable in class io.vertx.ext.stomp.Frame
 
session() - Method in interface io.vertx.ext.stomp.StompClientConnection
 
session() - Method in interface io.vertx.ext.stomp.StompServerConnection
 
session() - Method in interface io.vertx.ext.web.RoutingContext
Get the session.
Session - Interface in io.vertx.ext.web
Represents a browser session.
session() - Method in class io.vertx.reactivex.ext.shell.cli.Completion
 
session() - Method in class io.vertx.reactivex.ext.shell.command.CommandProcess
 
Session - Class in io.vertx.reactivex.ext.shell.session
A shell session.
Session(Session) - Constructor for class io.vertx.reactivex.ext.shell.session.Session
 
Session(Object) - Constructor for class io.vertx.reactivex.ext.shell.session.Session
 
session() - Method in class io.vertx.reactivex.ext.shell.Shell
 
session() - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
 
session() - Method in class io.vertx.reactivex.ext.stomp.StompServerConnection
 
session() - Method in class io.vertx.reactivex.ext.web.RoutingContext
Get the session.
Session - Class in io.vertx.reactivex.ext.web
Represents a browser session.
Session(Session) - Constructor for class io.vertx.reactivex.ext.web.Session
 
Session(Object) - Constructor for class io.vertx.reactivex.ext.web.Session
 
session() - Method in class io.vertx.rxjava.ext.shell.cli.Completion
 
session() - Method in class io.vertx.rxjava.ext.shell.command.CommandProcess
 
Session - Class in io.vertx.rxjava.ext.shell.session
A shell session.
Session(Session) - Constructor for class io.vertx.rxjava.ext.shell.session.Session
 
Session(Object) - Constructor for class io.vertx.rxjava.ext.shell.session.Session
 
session() - Method in class io.vertx.rxjava.ext.shell.Shell
 
session() - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
 
session() - Method in class io.vertx.rxjava.ext.stomp.StompServerConnection
 
session() - Method in class io.vertx.rxjava.ext.web.RoutingContext
Get the session.
Session - Class in io.vertx.rxjava.ext.web
Represents a browser session.
Session(Session) - Constructor for class io.vertx.rxjava.ext.web.Session
 
Session(Object) - Constructor for class io.vertx.rxjava.ext.web.Session
 
SessionBehavior - Enum in io.vertx.ext.consul
When a session is invalidated, it is destroyed and can no longer be used.
SessionConverter - Class in io.vertx.ext.consul
Converter and mapper for Session.
SessionConverter() - Constructor for class io.vertx.ext.consul.SessionConverter
 
SessionHandler - Interface in io.vertx.ext.web.handler
A handler that maintains a Session for each browser session.
SessionHandler - Class in io.vertx.reactivex.ext.web.handler
A handler that maintains a Session for each browser session.
SessionHandler(SessionHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.SessionHandler
 
SessionHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.SessionHandler
 
SessionHandler - Class in io.vertx.rxjava.ext.web.handler
A handler that maintains a Session for each browser session.
SessionHandler(SessionHandler) - Constructor for class io.vertx.rxjava.ext.web.handler.SessionHandler
 
SessionHandler(Object) - Constructor for class io.vertx.rxjava.ext.web.handler.SessionHandler
 
SessionList - Class in io.vertx.ext.consul
Holds result of sessions query
SessionList() - Constructor for class io.vertx.ext.consul.SessionList
Default constructor
SessionList(SessionList) - Constructor for class io.vertx.ext.consul.SessionList
Copy constructor
SessionList(JsonObject) - Constructor for class io.vertx.ext.consul.SessionList
Constructor from JSON
SessionListConverter - Class in io.vertx.ext.consul
Converter and mapper for SessionList.
SessionListConverter() - Constructor for class io.vertx.ext.consul.SessionListConverter
 
SessionOptions - Class in io.vertx.ext.consul
Options used to create session.
SessionOptions() - Constructor for class io.vertx.ext.consul.SessionOptions
Default constructor
SessionOptions(SessionOptions) - Constructor for class io.vertx.ext.consul.SessionOptions
Copy constructor
SessionOptions(JsonObject) - Constructor for class io.vertx.ext.consul.SessionOptions
Constructor from JSON
sessionState(JsonObject) - Static method in interface io.vertx.ext.auth.oauth2.KeycloakHelper
Deprecated.
 
sessionState(JsonObject) - Static method in class io.vertx.reactivex.ext.auth.oauth2.KeycloakHelper
Deprecated.
sessionState(JsonObject) - Static method in class io.vertx.rxjava.ext.auth.oauth2.KeycloakHelper
Deprecated.
SessionStore - Interface in io.vertx.ext.web.sstore
A session store is used to store sessions for an Vert.x-Web web app
SessionStore - Class in io.vertx.reactivex.ext.web.sstore
A session store is used to store sessions for an Vert.x-Web web app

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

SessionStore(SessionStore) - Constructor for class io.vertx.reactivex.ext.web.sstore.SessionStore
 
SessionStore(Object) - Constructor for class io.vertx.reactivex.ext.web.sstore.SessionStore
 
SessionStore - Class in io.vertx.rxjava.ext.web.sstore
A session store is used to store sessions for an Vert.x-Web web app

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

SessionStore(SessionStore) - Constructor for class io.vertx.rxjava.ext.web.sstore.SessionStore
 
SessionStore(Object) - Constructor for class io.vertx.rxjava.ext.web.sstore.SessionStore
 
set(int, long) - Method in class io.vertx.core.http.Http2Settings
Set a setting value for a given setting id.
set(String, String) - Static method in interface io.vertx.core.http.HttpHeaders
 
set(CharSequence, CharSequence) - Static method in interface io.vertx.core.http.HttpHeaders
 
set(int, Object) - Method in class io.vertx.core.json.JsonArray
Set an Object to the JSON array at position pos.
set(String, String) - Method in interface io.vertx.core.MultiMap
Sets a value under the specified name.
set(CharSequence, CharSequence) - Method in interface io.vertx.core.MultiMap
Like MultiMap.set(String, String) but accepting CharSequence as parameters
set(String, Iterable<String>) - Method in interface io.vertx.core.MultiMap
Sets values for the specified name.
set(CharSequence, Iterable<CharSequence>) - Method in interface io.vertx.core.MultiMap
Like MultiMap.set(String, Iterable) but accepting CharSequence as parameters
set(String, String) - Static method in class io.vertx.reactivex.core.http.HttpHeaders
 
set(CharSequence, CharSequence) - Static method in class io.vertx.reactivex.core.http.HttpHeaders
 
set(String, String) - Method in class io.vertx.reactivex.core.MultiMap
Sets a value under the specified name.
set(CharSequence, CharSequence) - Method in class io.vertx.reactivex.core.MultiMap
Like MultiMap.set(java.lang.String, java.lang.String) but accepting CharSequence as parameters
set(String, Iterable<String>) - Method in class io.vertx.reactivex.core.MultiMap
Sets values for the specified name.
set(CharSequence, Iterable<CharSequence>) - Method in class io.vertx.reactivex.core.MultiMap
Like MultiMap.set(java.lang.String, java.lang.String) but accepting CharSequence as parameters
SET - Static variable in class io.vertx.reactivex.redis.client.Command
 
set(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command set.
set(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command set.
SET - Static variable in interface io.vertx.redis.client.Command
 
set(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command set.
set(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command set.
set(String, String) - Static method in class io.vertx.rxjava.core.http.HttpHeaders
 
set(CharSequence, CharSequence) - Static method in class io.vertx.rxjava.core.http.HttpHeaders
 
set(String, String) - Method in class io.vertx.rxjava.core.MultiMap
Sets a value under the specified name.
set(CharSequence, CharSequence) - Method in class io.vertx.rxjava.core.MultiMap
Like MultiMap.set(java.lang.String, java.lang.String) but accepting CharSequence as parameters
set(String, Iterable<String>) - Method in class io.vertx.rxjava.core.MultiMap
Sets values for the specified name.
set(CharSequence, Iterable<CharSequence>) - Method in class io.vertx.rxjava.core.MultiMap
Like MultiMap.set(java.lang.String, java.lang.String) but accepting CharSequence as parameters
SET - Static variable in class io.vertx.rxjava.redis.client.Command
 
set(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command set.
set(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command set.
SET_COOKIE - Static variable in interface io.vertx.core.http.HttpHeaders
Set-Cookie header name
SET_COOKIE - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Set-Cookie header name
SET_COOKIE - Static variable in class io.vertx.rxjava.core.http.HttpHeaders
Set-Cookie header name
setA(double) - Method in class io.vertx.pgclient.data.Line
 
setAbsoluteURI(String) - Method in class io.vertx.core.http.RequestOptions
Parse an absolute URI to use, this will update the ssl, host, port and uri fields.
setAcceptableContentType(String) - Method in interface io.vertx.ext.web.RoutingContext
Set the acceptable content type.
setAcceptableContentType(String) - Method in class io.vertx.reactivex.ext.web.RoutingContext
Set the acceptable content type.
setAcceptableContentType(String) - Method in class io.vertx.rxjava.ext.web.RoutingContext
Set the acceptable content type.
setAcceptBacklog(int) - Method in class io.vertx.core.eventbus.EventBusOptions
Set the accept back log.
setAcceptBacklog(int) - Method in class io.vertx.core.http.HttpServerOptions
 
setAcceptBacklog(int) - Method in class io.vertx.core.net.NetServerOptions
Set the accept back log
setAcceptBacklog(int) - Method in class io.vertx.ext.shell.term.HttpTermOptions
 
setAcceptBacklog(int) - Method in class io.vertx.ext.shell.term.TelnetTermOptions
 
setAcceptedVersions(List<String>) - Method in class io.vertx.ext.stomp.StompClientOptions
Sets the list of STOMP protocol versions accepted by the client.
setAcceptUnmaskedFrames(boolean) - Method in class io.vertx.core.http.HttpServerOptions
Set true when the server accepts unmasked frame.
setAccessed() - Method in interface io.vertx.ext.web.Session
Mark the session as being accessed.
setAccessed() - Method in class io.vertx.ext.web.sstore.AbstractSession
 
setAccessed() - Method in class io.vertx.reactivex.ext.web.Session
Mark the session as being accessed.
setAccessed() - Method in class io.vertx.rxjava.ext.web.Session
Mark the session as being accessed.
setAckTimeout(int) - Method in class io.vertx.mqtt.MqttClientOptions
Sets the time in seconds after which the client will stop waiting for a PUBACK, PUBREC or PUBCOMP packet from the server in response to a packet it has sent.
setAclToken(String) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set the ACL token.
setAcquireSession(String) - Method in class io.vertx.ext.consul.KeyValueOptions
Set session ID for lock acquisition operation.
setAddress(String) - Method in class io.vertx.camel.CamelMapping
Sets the event bus address.
setAddress(String) - Method in class io.vertx.camel.InboundMapping
 
setAddress(String) - Method in class io.vertx.camel.OutboundMapping
 
setAddress(String) - Method in class io.vertx.ext.bridge.PermittedOptions
The exact address the message is being sent to.
setAddress(String) - Method in class io.vertx.ext.consul.Node
Set node address
setAddress(String) - Method in class io.vertx.ext.consul.Service
Set service address
setAddress(String) - Method in class io.vertx.ext.consul.ServiceOptions
Set service address
setAddress(String) - Method in class io.vertx.ext.shell.command.base.BusPublish
 
setAddress(String) - Method in class io.vertx.serviceproxy.ServiceBinder
Set the address to use on the subsequent proxy creations or service registrations.
setAddress(String) - Method in class io.vertx.serviceproxy.ServiceProxyBuilder
Set the address to use on the subsequent proxy creations or service registrations.
setAddresses(List<String>) - Method in class io.vertx.ext.shell.command.base.BusTail
 
setAddresses(List<Address>) - Method in class io.vertx.rabbitmq.RabbitMQOptions
Set multiple addresses for cluster mode.
setAddressRegex(String) - Method in class io.vertx.ext.bridge.PermittedOptions
A regular expression that will be matched against the address.
setAddressResolverOptions(AddressResolverOptions) - Method in class io.vertx.core.VertxOptions
Sets the address resolver configuration to configure resolving DNS servers, cache TTL, etc...
setAdj(float) - Method in class io.vertx.ext.consul.Coordinate
Set adjustment
setAlgorithm(String) - Method in class io.vertx.ext.auth.htdigest.HtdigestCredentials
 
setAlgorithm(String) - Method in class io.vertx.ext.auth.JWTOptions
 
setAlgorithm(HashAlgorithm) - Method in interface io.vertx.ext.auth.mongo.HashStrategy
Deprecated.
Allows the selection of the hashing algorithm.
setAlgorithm(String) - Method in class io.vertx.ext.auth.PubSecKeyOptions
 
setAlgorithm(HashAlgorithm) - Method in class io.vertx.reactivex.ext.auth.mongo.HashStrategy
Deprecated.
setAlgorithm(HashAlgorithm) - Method in class io.vertx.rxjava.ext.auth.mongo.HashStrategy
Deprecated.
setAlias(String) - Method in class io.vertx.ext.dropwizard.Match
Set the alias the human readable name that will be used as a part of registry entry name when the value matches.
setAlias(String) - Method in class io.vertx.micrometer.Match
Set an alias that would replace the label value when it matches.
setAll(MultiMap) - Method in interface io.vertx.core.MultiMap
Cleans this instance.
setAll(Map<String, String>) - Method in interface io.vertx.core.MultiMap
Cleans and set all values of the given instance
setAll(boolean) - Method in class io.vertx.ext.shell.command.base.FileSystemLs
 
setAll(MultiMap) - Method in class io.vertx.reactivex.core.MultiMap
Cleans this instance.
setAll(Map<String, String>) - Method in class io.vertx.reactivex.core.MultiMap
Cleans and set all values of the given instance
setAll(MultiMap) - Method in class io.vertx.rxjava.core.MultiMap
Cleans this instance.
setAll(Map<String, String>) - Method in class io.vertx.rxjava.core.MultiMap
Cleans and set all values of the given instance
setAllowDiskUse(Boolean) - Method in class io.vertx.ext.mongo.AggregateOptions
Set the flag if writing to temporary files is enabled.
setAllowRcptErrors(boolean) - Method in class io.vertx.ext.mail.MailConfig
set if sending allows rcpt errors
setAllowRootFileSystemAccess(boolean) - Method in interface io.vertx.ext.web.handler.StaticHandler
Enable/Disable access to the root of the filesystem
setAllowRootFileSystemAccess(boolean) - Method in class io.vertx.reactivex.ext.web.handler.StaticHandler
Enable/Disable access to the root of the filesystem
setAllowRootFileSystemAccess(boolean) - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
Enable/Disable access to the root of the filesystem
setAlpnVersions(List<HttpVersion>) - Method in class io.vertx.core.http.HttpClientOptions
Set the list of protocol versions to provide to the server during the Application-Layer Protocol Negotiation.
setAlpnVersions(List<HttpVersion>) - Method in class io.vertx.core.http.HttpServerOptions
Set the list of protocol versions to provide to the server during the Application-Layer Protocol Negotiatiation.
setAlpnVersions(List<HttpVersion>) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set the list of protocol versions to provide to the server during the Application-Layer Protocol Negotiation.
setAlpnVersions(List<HttpVersion>) - Method in class io.vertx.ext.web.client.WebClientOptions
 
setAlpnVersions(List<HttpVersion>) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
 
setAlwaysAsyncFS(boolean) - Method in interface io.vertx.ext.web.handler.StaticHandler
Set whether async filesystem access should always be used
setAlwaysAsyncFS(boolean) - Method in class io.vertx.reactivex.ext.web.handler.StaticHandler
Set whether async filesystem access should always be used
setAlwaysAsyncFS(boolean) - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
Set whether async filesystem access should always be used
setAnnounceAddress(String) - Method in class io.vertx.servicediscovery.ServiceDiscoveryOptions
Sets the event bus address on which the service arrivals, departures and modifications are announced.
setAppend(boolean) - Method in class io.vertx.core.file.OpenOptions
Whether the file should be opened in append mode.
setApplicationLayerProtocols(List<String>) - Method in class io.vertx.core.net.NetClientOptions
Set the list of application-layer protocols to provide to the server during the Application-Layer Protocol Negotiation.
setArgName(String) - Method in class io.vertx.core.cli.Argument
Sets the argument name of this Argument.
setArgName(String) - Method in class io.vertx.core.cli.Option
Sets te arg name for this option.
setArgName(String) - Method in class io.vertx.core.cli.TypedArgument
 
setArgName(String) - Method in class io.vertx.core.cli.TypedOption
 
setArgName(String) - Method in class io.vertx.core.cli.UsageMessageFormatter
 
setArguments(List<Argument>) - Method in interface io.vertx.core.cli.CLI
Sets the list of arguments.
setArguments(List<Argument>) - Method in class io.vertx.reactivex.core.cli.CLI
Sets the list of arguments.
setArguments(List<Argument>) - Method in class io.vertx.rxjava.core.cli.CLI
Sets the list of arguments.
setArrayFilters(JsonArray) - Method in class io.vertx.ext.mongo.UpdateOptions
Set the arrayFilters option
setAssignment(MemberAssignment) - Method in class io.vertx.kafka.admin.MemberDescription
Set the assignment of the group member
setAtomicityMode(String) - Method in class io.vertx.spi.cluster.ignite.IgniteCacheOptions
Sets cache atomicity mode.
setAtomicMove(boolean) - Method in class io.vertx.core.file.CopyOptions
Whether move should be performed as an atomic filesystem operation.
setAttachment(List<MailAttachment>) - Method in class io.vertx.ext.mail.MailMessage
set the list of attachments of this mail
setAttachment(MailAttachment) - Method in class io.vertx.ext.mail.MailMessage
set a single attachment of this mail
setAttestation(Attestation) - Method in class io.vertx.ext.auth.webauthn.WebAuthnOptions
 
setAudience(List<String>) - Method in class io.vertx.ext.auth.JWTOptions
 
setAuid(String) - Method in class io.vertx.ext.mail.DKIMSignOptions
Sets the Agent or User Identifier(AUID)
setAuthenticationMechanism(String) - Method in class io.vertx.ext.auth.ldap.LdapAuthenticationOptions
sets the authentication mechanism.
setAuthenticationPlugin(MySQLAuthenticationPlugin) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
Set the default authentication plguin for the client, the option will take effect at the connection start.
setAuthenticationProvider(AuthenticationProvider) - Method in class io.vertx.serviceproxy.ServiceAuthInterceptor
Set an authentication provider that will verify all requests before the service is invoked.
setAuthenticationQuery(String) - Method in interface io.vertx.ext.auth.jdbc.JDBCAuth
Deprecated.
Set the authentication query to use.
setAuthenticationQuery(String) - Method in class io.vertx.ext.auth.jdbc.JDBCAuthenticationOptions
Set the authentication query to use.
setAuthenticationQuery(String) - Method in class io.vertx.ext.auth.jdbc.JDBCAuthOptions
Deprecated.
Set the authentication query to use.
setAuthenticationQuery(String) - Method in class io.vertx.ext.auth.ldap.LdapAuthenticationOptions
Set the query to use to authenticate a user.
setAuthenticationQuery(String) - Method in class io.vertx.ext.auth.sqlclient.SqlAuthenticationOptions
Set the authentication query to use.
setAuthenticationQuery(String) - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuth
Deprecated.
setAuthenticationQuery(String) - Method in class io.vertx.rxjava.ext.auth.jdbc.JDBCAuth
Deprecated.
setAuthenticatorAttachment(AuthenticatorAttachment) - Method in class io.vertx.ext.auth.webauthn.WebAuthnOptions
 
setAuthMethods(String) - Method in class io.vertx.ext.mail.MailConfig
set string of allowed auth methods.
setAuthOptions(JsonObject) - Method in class io.vertx.ext.shell.term.HttpTermOptions
Set the auth options.
setAuthOptions(JsonObject) - Method in class io.vertx.ext.shell.term.SSHTermOptions
Set the auth options.
setAuthorities(Set<String>) - Method in class io.vertx.serviceproxy.ServiceJWTInterceptor
Deprecated.
Set the required authorities for the service, once a JWT is validated it will be queried for these authorities.
setAuthorizationPath(String) - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
 
setAuthorizationProvider(AuthorizationProvider) - Method in class io.vertx.serviceproxy.ServiceAuthInterceptor
 
setAuthorizations(Set<Authorization>) - Method in class io.vertx.serviceproxy.ServiceAuthInterceptor
Set the required authorities for the service, once a JWT is validated it will be queried for these authorities.
setAuthProvider(AuthProvider) - Method in interface io.vertx.ext.auth.User
Deprecated.
setAuthProvider(AuthProvider) - Method in interface io.vertx.ext.web.handler.SessionHandler
Deprecated.
this method has no effect
setAuthProvider(AuthProvider) - Method in class io.vertx.reactivex.ext.auth.User
Deprecated.
setAuthProvider(AuthProvider) - Method in class io.vertx.reactivex.ext.web.handler.SessionHandler
Deprecated.
setAuthProvider(AuthProvider) - Method in class io.vertx.rxjava.ext.auth.User
Deprecated.
setAuthProvider(AuthProvider) - Method in class io.vertx.rxjava.ext.web.handler.SessionHandler
Deprecated.
setAutoAck(boolean) - Method in class io.vertx.rabbitmq.QueueOptions
 
setAutoAcknowledgement(boolean) - Method in class io.vertx.amqp.AmqpReceiverOptions
Sets the auto-acknowledgement.
setAutoClientId(boolean) - Method in class io.vertx.mqtt.MqttServerOptions
Set if clientid should be auto-generated when it's "zero-bytes"
setAutoCommit(boolean, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.sql.SQLConnection
Sets the auto commit flag for this connection.
setAutoCommit(boolean, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Sets the auto commit flag for this connection.
setAutoCommit(boolean) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Sets the auto commit flag for this connection.
setAutoCommit(boolean, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Sets the auto commit flag for this connection.
setAutoCommit(boolean) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Sets the auto commit flag for this connection.
setAutoComputeContentLength(boolean) - Method in class io.vertx.ext.stomp.StompClientOptions
Sets whether or not the automatic computation of the content-length header is enabled.
setAutoDrained(boolean) - Method in class io.vertx.amqp.AmqpSenderOptions
Sets whether the link is automatically marked drained after the send queue drain handler callback returns if the receiving peer requested that credit be drained.
setAutoGeneratedClientId(boolean) - Method in class io.vertx.mqtt.MqttClientOptions
Set if the MQTT client must generate clientId automatically (default is true)
setAutoGeneratedKeys(boolean) - Method in class io.vertx.ext.sql.SQLOptions
 
setAutoGeneratedKeysIndexes(JsonArray) - Method in class io.vertx.ext.sql.SQLOptions
 
setAutoKeepAlive(boolean) - Method in class io.vertx.mqtt.MqttClientOptions
Set if the MQTT client must handle PINGREQ automatically (default is true)
setAutomaticRecoveryEnabled(boolean) - Method in class io.vertx.rabbitmq.RabbitMQOptions
Enables or disables automatic connection recovery.
setB(double) - Method in class io.vertx.pgclient.data.Line
 
setBackendConfiguration(JsonObject) - Method in class io.vertx.servicediscovery.ServiceDiscoveryOptions
Sets the configuration passed to the ServiceDiscoveryBackend.
setBackups(int) - Method in class io.vertx.spi.cluster.ignite.IgniteCacheOptions
Sets number of nodes used to back up single partition for PARTITIONED cache.
setBaseName(String) - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
Set a custom baseName for metrics.
setBatchSize(int) - Method in class io.vertx.ext.mongo.AggregateOptions
Set the batch size for methods loading found data in batches.
setBatchSize(int) - Method in class io.vertx.ext.mongo.FindOptions
Set the batch size for methods loading found data in batches.
setBatchSize(int) - Method in class io.vertx.micrometer.VertxInfluxDbOptions
Maximum number of measurements sent per request to the InfluxDB server.
setBcc(List<String>) - Method in class io.vertx.ext.mail.MailMessage
set list of bcc addresses
setBcc(String) - Method in class io.vertx.ext.mail.MailMessage
helper method for single recipient
setBeforeScanHandler(Handler<Void>) - Method in interface io.vertx.config.ConfigRetriever
Registers a handler called before every scan.
setBeforeScanHandler(Handler<Void>) - Method in class io.vertx.reactivex.config.ConfigRetriever
Registers a handler called before every scan.
setBeforeScanHandler(Handler<Void>) - Method in class io.vertx.rxjava.config.ConfigRetriever
Registers a handler called before every scan.
setBehavior(SessionBehavior) - Method in class io.vertx.ext.consul.SessionOptions
Set the behavior when a session is invalidated.
setBinaryLog(BinaryLog) - Method in class io.vertx.grpc.VertxChannelBuilder
 
setBinaryLog(BinaryLog) - Method in class io.vertx.grpc.VertxServerBuilder
 
SETBIT - Static variable in class io.vertx.reactivex.redis.client.Command
 
setbit(String, String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command setbit.
setbit(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command setbit.
SETBIT - Static variable in interface io.vertx.redis.client.Command
 
setbit(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command setbit.
setbit(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command setbit.
SETBIT - Static variable in class io.vertx.rxjava.redis.client.Command
 
setbit(String, String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command setbit.
setbit(String, String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command setbit.
setBlockedThreadCheckInterval(long) - Method in class io.vertx.core.VertxOptions
Sets the value of blocked thread check period, in blockedThreadCheckIntervalUnit.
setBlockedThreadCheckIntervalUnit(TimeUnit) - Method in class io.vertx.core.VertxOptions
Set the time unit of blockedThreadCheckInterval.
setBlocking(boolean) - Method in class io.vertx.camel.OutboundMapping
Sets whether or not the processing is blocking.
setBlockingOptions(BlockingQueryOptions) - Method in class io.vertx.ext.consul.CheckQueryOptions
Set options for blocking query
setBlockingOptions(BlockingQueryOptions) - Method in class io.vertx.ext.consul.EventListOptions
Set options for blocking query
setBlockingOptions(BlockingQueryOptions) - Method in class io.vertx.ext.consul.NodeQueryOptions
Set options for blocking query
setBlockingOptions(BlockingQueryOptions) - Method in class io.vertx.ext.consul.ServiceQueryOptions
Set options for blocking query
setBody(String) - Method in class io.vertx.ext.shell.command.base.BusPublish
 
setBody(Buffer) - Method in class io.vertx.ext.stomp.Frame
Sets the body of the frame.
setBody(Buffer) - Method in interface io.vertx.ext.web.RoutingContext
Set the body.
setBody(Buffer) - Method in class io.vertx.reactivex.ext.web.RoutingContext
Set the body.
setBody(Buffer) - Method in class io.vertx.rxjava.ext.web.RoutingContext
Set the body.
setBodyCanonAlgo(CanonicalizationAlgorithm) - Method in class io.vertx.ext.mail.DKIMSignOptions
Sets the canonicalization algorithm for mail body.
setBodyHandler(BodyHandler) - Method in interface io.vertx.ext.web.api.contract.RouterFactory
Deprecated.
Supply your own BodyHandler if you would like to control body limit, uploads directory and deletion of uploaded files
setBodyHandler(BodyHandler) - Method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Deprecated.
setBodyHandler(BodyHandler) - Method in interface io.vertx.reactivex.ext.web.api.contract.RouterFactory
Deprecated.
setBodyHandler(BodyHandler) - Method in class io.vertx.rxjava.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Deprecated.
setBodyHandler(BodyHandler) - Method in interface io.vertx.rxjava.ext.web.api.contract.RouterFactory
Deprecated.
setBodyLimit(int) - Method in class io.vertx.ext.mail.DKIMSignOptions
Sets the body limit to sign.
setBodyLimit(long) - Method in interface io.vertx.ext.web.handler.BodyHandler
Set the maximum body size in bytes, -1 means no limit
setBodyLimit(long) - Method in class io.vertx.reactivex.ext.web.handler.BodyHandler
Set the maximum body size in bytes, -1 means no limit
setBodyLimit(long) - Method in class io.vertx.rxjava.ext.web.handler.BodyHandler
Set the maximum body size in bytes, -1 means no limit
setBounceAddress(String) - Method in class io.vertx.ext.mail.MailMessage
set bounce address of this mail
setBroadcast(boolean) - Method in class io.vertx.core.datagram.DatagramSocketOptions
Set if the socket can send or receive broadcast packets
setBuffer(int, Buffer) - Method in interface io.vertx.core.buffer.Buffer
Sets the bytes at position pos in the Buffer to the bytes represented by the Buffer b.
setBuffer(int, Buffer, int, int) - Method in interface io.vertx.core.buffer.Buffer
Sets the bytes at position pos in the Buffer to the bytes represented by the Buffer b on the given offset and len.
setBuffer(String) - Method in class io.vertx.ext.auth.PubSecKeyOptions
The PEM or Secret key buffer.
setBuffer(Buffer) - Method in class io.vertx.ext.auth.PubSecKeyOptions
The PEM or Secret key buffer.
setBuffer(int, Buffer) - Method in class io.vertx.reactivex.core.buffer.Buffer
Sets the bytes at position pos in the Buffer to the bytes represented by the Buffer b.
setBuffer(int, Buffer, int, int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Sets the bytes at position pos in the Buffer to the bytes represented by the Buffer b on the given offset and len.
setBuffer(int, Buffer) - Method in class io.vertx.rxjava.core.buffer.Buffer
Sets the bytes at position pos in the Buffer to the bytes represented by the Buffer b.
setBuffer(int, Buffer, int, int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Sets the bytes at position pos in the Buffer to the bytes represented by the Buffer b on the given offset and len.
setBypassHostHeader(boolean) - Method in class io.vertx.ext.stomp.StompClientOptions
Sets whether or not the host header must be dropped from the CONNECT/STOMP frame.
setByte(int, byte) - Method in interface io.vertx.core.buffer.Buffer
Sets the byte at position pos in the Buffer to the value b.
setByte(int, byte) - Method in class io.vertx.reactivex.core.buffer.Buffer
Sets the byte at position pos in the Buffer to the value b.
setByte(int, byte) - Method in class io.vertx.rxjava.core.buffer.Buffer
Sets the byte at position pos in the Buffer to the value b.
setBytes(int, ByteBuffer) - Method in interface io.vertx.core.buffer.Buffer
Sets the bytes at position pos in the Buffer to the bytes represented by the ByteBuffer b.
setBytes(int, byte[]) - Method in interface io.vertx.core.buffer.Buffer
Sets the bytes at position pos in the Buffer to the bytes represented by the byte[] b.
setBytes(int, byte[], int, int) - Method in interface io.vertx.core.buffer.Buffer
Sets the given number of bytes at position pos in the Buffer to the bytes represented by the byte[] b.
setBytes(int, ByteBuffer) - Method in class io.vertx.reactivex.core.buffer.Buffer
Sets the bytes at position pos in the Buffer to the bytes represented by the ByteBuffer b.
setBytes(int, byte[]) - Method in class io.vertx.reactivex.core.buffer.Buffer
Sets the bytes at position pos in the Buffer to the bytes represented by the byte[] b.
setBytes(int, byte[], int, int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Sets the given number of bytes at position pos in the Buffer to the bytes represented by the byte[] b.
setBytes(int, ByteBuffer) - Method in class io.vertx.rxjava.core.buffer.Buffer
Sets the bytes at position pos in the Buffer to the bytes represented by the ByteBuffer b.
setBytes(int, byte[]) - Method in class io.vertx.rxjava.core.buffer.Buffer
Sets the bytes at position pos in the Buffer to the bytes represented by the byte[] b.
setBytes(int, byte[], int, int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Sets the given number of bytes at position pos in the Buffer to the bytes represented by the byte[] b.
setC(double) - Method in class io.vertx.pgclient.data.Line
 
setCacheConfiguration(List<IgniteCacheOptions>) - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
Sets cache configurations.
setCacheEntryTimeout(long) - Method in interface io.vertx.ext.web.handler.StaticHandler
Set the server cache entry timeout when caching is enabled
setCacheEntryTimeout(long) - Method in class io.vertx.reactivex.ext.web.handler.StaticHandler
Set the server cache entry timeout when caching is enabled
setCacheEntryTimeout(long) - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
Set the server cache entry timeout when caching is enabled
setCacheMaxTimeToLive(int) - Method in class io.vertx.core.dns.AddressResolverOptions
Set the cache maximum TTL value in seconds.
setCacheMinTimeToLive(int) - Method in class io.vertx.core.dns.AddressResolverOptions
Set the cache minimum TTL value in seconds.
setCacheMode(String) - Method in class io.vertx.spi.cluster.ignite.IgniteCacheOptions
Sets caching mode.
setCacheNegativeTimeToLive(int) - Method in class io.vertx.core.dns.AddressResolverOptions
Set the negative cache TTL value in seconds.
setCachePreparedStatements(boolean) - Method in class io.vertx.db2client.DB2ConnectOptions
 
setCachePreparedStatements(boolean) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setCachePreparedStatements(boolean) - Method in class io.vertx.pgclient.PgConnectOptions
 
setCachePreparedStatements(boolean) - Method in class io.vertx.sqlclient.SqlConnectOptions
Set whether prepared statements cache should be enabled.
setCachingEnabled(boolean) - Method in interface io.vertx.ext.web.handler.StaticHandler
Set whether cache header handling is enabled
setCachingEnabled(boolean) - Method in class io.vertx.reactivex.ext.web.handler.StaticHandler
Set whether cache header handling is enabled
setCachingEnabled(boolean) - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
Set whether cache header handling is enabled
setCapabilities(List<String>) - Method in class io.vertx.amqp.AmqpReceiverOptions
Sets the list of capabilities to be set on the receiver source terminus.
setCapabilities(List<String>) - Method in class io.vertx.amqp.AmqpSenderOptions
Sets the list of capabilities to be set on the sender target terminus.
setCasIndex(long) - Method in class io.vertx.ext.consul.KeyValueOptions
Set the Check-And-Set index.
setCatalog(String) - Method in class io.vertx.ext.sql.SQLOptions
 
setCc(List<String>) - Method in class io.vertx.ext.mail.MailMessage
set list of cc addresses
setCc(String) - Method in class io.vertx.ext.mail.MailMessage
helper method for single recipient
setCenterPoint(Point) - Method in class io.vertx.pgclient.data.Circle
 
setCertificate(boolean) - Method in class io.vertx.ext.auth.PubSecKeyOptions
Deprecated.
setCertPath(String) - Method in class io.vertx.core.net.PemKeyCertOptions
Set the path of the first certificate, replacing the previous certificates paths
setCertPaths(List<String>) - Method in class io.vertx.core.net.PemKeyCertOptions
Set all the paths to the certificates files
setCertValue(Buffer) - Method in class io.vertx.core.net.PemKeyCertOptions
Set the first certificate as a buffer, replacing the previous certificates buffers
setCertValues(List<Buffer>) - Method in class io.vertx.core.net.PemKeyCertOptions
Set all the certificates as a list of buffer
setChallenge(String) - Method in class io.vertx.ext.auth.webauthn.WebAuthnCredentials
 
setChallengeLength(int) - Method in class io.vertx.ext.auth.webauthn.WebAuthnOptions
 
setChannel(String) - Method in class io.vertx.pgclient.PgNotification
Set the channel value.
setCharacterEncoding(String) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
Set the Java charset for encoding string values, this value is UTF-8 by default.
setCharset(String) - Method in class io.vertx.ext.shell.term.HttpTermOptions
Set the charset used for encoding / decoding text data from/to SockJS
setCharset(String) - Method in class io.vertx.ext.shell.term.TelnetTermOptions
Set the charset to use when binary mode is active, see TelnetTermOptions.setInBinary(boolean) and TelnetTermOptions.setOutBinary(boolean).
setCharset(String) - Method in class io.vertx.mysqlclient.MySQLAuthOptions
Set the charset for the connection.
setCharset(String) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
Set the charset for the connection.
setCheckListOptions(List<CheckOptions>) - Method in class io.vertx.ext.consul.ServiceOptions
Set checks options of service
setCheckOptions(CheckOptions) - Method in class io.vertx.ext.consul.ServiceOptions
Set check options of service
setChecks(List<Check>) - Method in class io.vertx.ext.consul.ServiceEntry
Set list of checks
setChecks(List<String>) - Method in class io.vertx.ext.consul.Session
Set the list of associated health checks
setChecks(List<String>) - Method in class io.vertx.ext.consul.SessionOptions
Set a list of associated health checks.
setChecks(List<CheckResult>) - Method in class io.vertx.ext.healthchecks.CheckResult
 
setChecksum(long) - Method in class io.vertx.kafka.client.producer.RecordMetadata
Set the checksum (CRC32) of the record.
setChoices(Set<String>) - Method in class io.vertx.core.cli.Option
Sets the list of values accepted by this option.
setChoices(Set<String>) - Method in class io.vertx.core.cli.TypedOption
 
setChunked(boolean) - Method in interface io.vertx.core.http.HttpClientRequest
If chunked is true then the request will be set into HTTP chunked mode
setChunked(boolean) - Method in interface io.vertx.core.http.HttpServerResponse
If chunked is true, this response will use HTTP chunked encoding, and each call to write to the body will correspond to a new HTTP chunk sent on the wire.
setChunked(boolean) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
If chunked is true then the request will be set into HTTP chunked mode
setChunked(boolean) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
If chunked is true, this response will use HTTP chunked encoding, and each call to write to the body will correspond to a new HTTP chunk sent on the wire.
setChunked(boolean) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
If chunked is true then the request will be set into HTTP chunked mode
setChunked(boolean) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
If chunked is true, this response will use HTTP chunked encoding, and each call to write to the body will correspond to a new HTTP chunk sent on the wire.
setChunkSizeBytes(Integer) - Method in class io.vertx.ext.mongo.GridFsUploadOptions
 
setClassLoader(ClassLoader) - Method in class io.vertx.core.DeploymentOptions
Set the classloader to use for deploying the Verticle.
setClassPathResolvingEnabled(boolean) - Method in class io.vertx.core.file.FileSystemOptions
When vert.x cannot find the file on the filesystem it tries to resolve the file from the class path when this is set to true.
setCleanSession(boolean) - Method in class io.vertx.mqtt.MqttClientOptions
Set to start with a clean session (or not)
setClientAuth(ClientAuth) - Method in class io.vertx.core.eventbus.EventBusOptions
Set whether client auth is required
setClientAuth(ClientAuth) - Method in class io.vertx.core.http.HttpServerOptions
 
setClientAuth(ClientAuth) - Method in class io.vertx.core.net.NetServerOptions
Set whether client auth is required
setClientAuth(ClientAuth) - Method in class io.vertx.ext.shell.term.HttpTermOptions
 
setClientAuth(ClientAuth) - Method in class io.vertx.mqtt.MqttServerOptions
 
setClientFailureDetectionTimeout(long) - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
Sets client failure detection timeout.
setClientID(String) - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
Set the provider client id
setClientId(String) - Method in class io.vertx.kafka.admin.MemberDescription
Set the client id of the group member
setClientId(String) - Method in class io.vertx.mqtt.MqttClientOptions
Set the client identifier
setClientIdentifier(String) - Method in interface io.vertx.mqtt.MqttEndpoint
Set client identifier if not provided by the remote MQTT client (zero-bytes)
setClientIdentifier(String) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
Set client identifier if not provided by the remote MQTT client (zero-bytes)
setClientIdentifier(String) - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
Set client identifier if not provided by the remote MQTT client (zero-bytes)
setClientProcessingPending(String) - Method in class io.vertx.micrometer.MetricsNaming
 
setClientProcessingTime(String) - Method in class io.vertx.micrometer.MetricsNaming
 
setClientQueuePending(String) - Method in class io.vertx.micrometer.MetricsNaming
 
setClientQueueTime(String) - Method in class io.vertx.micrometer.MetricsNaming
 
setClientResetsCount(String) - Method in class io.vertx.micrometer.MetricsNaming
 
setClientSecret(String) - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
Set the provider client secret
setClusterId(String) - Method in class io.vertx.kafka.admin.ClusterDescription
Set the cluster ID
setClusterManager(ClusterManager) - Method in class io.vertx.core.VertxOptions
Programmatically set the cluster manager to be used when clustering.
setClusterNodeMetadata(JsonObject) - Method in class io.vertx.core.eventbus.EventBusOptions
Set information about this node when Vert.x is clustered.
setClusterPingInterval(long) - Method in class io.vertx.core.eventbus.EventBusOptions
Set the value of cluster ping interval, in ms.
setClusterPingReplyInterval(long) - Method in class io.vertx.core.eventbus.EventBusOptions
Set the value of cluster ping reply interval, in ms.
setClusterPublicHost(String) - Method in class io.vertx.core.eventbus.EventBusOptions
Set the public facing hostname to be used for clustering.
setClusterPublicPort(int) - Method in class io.vertx.core.eventbus.EventBusOptions
setCnonce(String) - Method in class io.vertx.ext.auth.htdigest.HtdigestCredentials
 
setCode(String) - Method in class io.vertx.ext.auth.oauth2.Oauth2Credentials
 
setCodecName(String) - Method in class io.vertx.core.eventbus.DeliveryOptions
Set the codec name.
setCollation(String) - Method in class io.vertx.mysqlclient.MySQLAuthOptions
Set the collation for the connection.
setCollation(String) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
Set the collation for the connection.
setCollectionName(String) - Method in interface io.vertx.ext.auth.mongo.MongoAuth
Deprecated.
Set the name of the collection to be used.
setCollectionName(String) - Method in class io.vertx.ext.auth.mongo.MongoAuthenticationOptions
The property name to be used to set the name of the collection inside the config.
setCollectionName(String) - Method in class io.vertx.ext.auth.mongo.MongoAuthOptions
Deprecated.
The property name to be used to set the name of the collection inside the config.
setCollectionName(String) - Method in class io.vertx.ext.auth.mongo.MongoAuthorizationOptions
The property name to be used to set the name of the collection inside the config.
setCollectionName(String) - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
Deprecated.
setCollectionName(String) - Method in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
Deprecated.
setColumnNames(List<String>) - Method in class io.vertx.ext.sql.ResultSet
 
setCommand(Command) - Method in class io.vertx.ext.stomp.Frame
Sets the frame command.
setCompressed(boolean) - Method in class io.vertx.micrometer.VertxInfluxDbOptions
Activate or deactivate GZIP compression.
setCompressionLevel(int) - Method in class io.vertx.core.http.HttpServerOptions
This method allows to set the compression level to be used in http1.x/2 response bodies when compression support is turned on (@see setCompressionSupported) and the client advertises to support deflate/gzip compression in the Accept-Encoding header default value is : 6 (Netty legacy) The compression level determines how much the data is compressed on a scale from 1 to 9, where '9' is trying to achieve the maximum compression ratio while '1' instead is giving priority to speed instead of compression ratio using some algorithm optimizations and skipping pedantic loops that usually gives just little improvements While one can think that best value is always the maximum compression ratio, there's a trade-off to consider: the most compressed level requires the most computational work to compress/decompress data, e.g.
setCompressionSupported(boolean) - Method in class io.vertx.core.http.HttpServerOptions
Set whether the server should support gzip/deflate compression (serving compressed responses to clients advertising support for them with Accept-Encoding header)
setCompressionSupported(boolean) - Method in class io.vertx.ext.shell.term.HttpTermOptions
 
setConfig(JsonObject) - Method in class io.vertx.config.ConfigStoreOptions
Sets the configuration of the store
setConfig(JsonObject) - Method in class io.vertx.core.DeploymentOptions
Set the JSON configuration that will be passed to the verticle(s) when it's deployed
setConfig(JsonObject) - Method in class io.vertx.ext.auth.jdbc.JDBCAuthOptions
Deprecated.
The configuration of the JDBC client: refer to the Vert.x JDBC Client configuration.
setConfig(JsonObject) - Method in class io.vertx.ext.auth.mongo.MongoAuthOptions
Deprecated.
The mongo client configuration: see Mongo Client documentation.
setConfig(JsonObject) - Method in class io.vertx.ext.auth.shiro.ShiroAuthOptions
Deprecated.
Set the Shiro auth config.
setConfig(Map<String, String>) - Method in class io.vertx.kafka.admin.NewTopic
Set the configuration for the new topic or null if no configs ever specified
setConfig(Map<String, Object>) - Method in class io.vertx.kafka.client.common.KafkaClientOptions
Set the Kafka config.
setConfig(String, Object) - Method in class io.vertx.kafka.client.common.KafkaClientOptions
Set a Kafka config entry.
setConfig(Config) - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
Set the Hazelcast config.
setConfig(JsonObject) - Method in class io.vertx.spi.cluster.zookeeper.ZookeeperClusterManager
 
setConfigPath(String) - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
Set the path for a config file that contains options in JSON format, to be used to create a new options object.
setConfigurationProcessor(Function<JsonObject, JsonObject>) - Method in interface io.vertx.config.ConfigRetriever
Registers a handler that process the configuration before being injected into ConfigRetriever.getConfig(Handler) or ConfigRetriever.listen(Handler).
setConfigurationProcessor(Function<JsonObject, JsonObject>) - Method in class io.vertx.reactivex.config.ConfigRetriever
setConfigurationProcessor(Function<JsonObject, JsonObject>) - Method in class io.vertx.rxjava.config.ConfigRetriever
setConnectionHostname(String) - Method in class io.vertx.amqp.AmqpClientOptions
Explicitly override the hostname value used for the AMQP Open frame.
setConnectionsPerNode(int) - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
Sets number of connections to each remote node.
setConnectionString(String) - Method in class io.vertx.redis.client.RedisOptions
Sets a single connection string (endpoint) to use while connecting to the redis server.
setConnectionTimeout(int) - Method in class io.vertx.rabbitmq.RabbitMQOptions
Set the TCP connection timeout, in milliseconds, zero for infinite).
setConnectTimeout(int) - Method in class io.vertx.amqp.AmqpClientOptions
 
setConnectTimeout(int) - Method in class io.vertx.core.eventbus.EventBusOptions
Sets the connect timeout
setConnectTimeout(int) - Method in class io.vertx.core.http.HttpClientOptions
 
setConnectTimeout(int) - Method in class io.vertx.core.net.ClientOptionsBase
Set the connect timeout
setConnectTimeout(int) - Method in class io.vertx.core.net.NetClientOptions
 
setConnectTimeout(int) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set the connect timeout
setConnectTimeout(int) - Method in class io.vertx.ext.mail.MailConfig
 
setConnectTimeout(int) - Method in class io.vertx.ext.web.client.WebClientOptions
 
setConnectTimeout(int) - Method in class io.vertx.jdbcclient.JDBCConnectOptions
 
setConnectTimeout(int) - Method in class io.vertx.micrometer.VertxInfluxDbOptions
Connection timeout for InfluxDB server connections, in seconds.
setConnectTimeout(int) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setConnectTimeout(int) - Method in class io.vertx.pgclient.PgConnectOptions
 
setConnectTimeout(long) - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
Sets connect timeout used when establishing connection with remote nodes.
setConnectTimeout(int) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
 
setConsumerId(String) - Method in class io.vertx.kafka.admin.MemberDescription
Set the consumer id of the group member
setContainerId(String) - Method in class io.vertx.amqp.AmqpClientOptions
Sets the container id.
setContentId(String) - Method in interface io.vertx.ext.mail.MailAttachment
set the Content-ID field to be used in the attachment
setContentId(String) - Method in class io.vertx.reactivex.ext.mail.MailAttachment
set the Content-ID field to be used in the attachment
setContentId(String) - Method in class io.vertx.rxjava.ext.mail.MailAttachment
set the Content-ID field to be used in the attachment
setContentType(String) - Method in interface io.vertx.ext.mail.MailAttachment
set the Content-Type
setContentType(String) - Method in class io.vertx.reactivex.ext.mail.MailAttachment
set the Content-Type
setContentType(String) - Method in class io.vertx.rxjava.ext.mail.MailAttachment
set the Content-Type
setContractEndpoint(String) - Method in class io.vertx.ext.web.openapi.RouterBuilderOptions
Configures the endpoint where the contract is served.
setController(Node) - Method in class io.vertx.kafka.admin.ClusterDescription
Set the controller node.
setConverter(Converter<T>) - Method in class io.vertx.core.cli.TypedArgument
Sets the converter used to create the value.
setConverter(Converter<T>) - Method in class io.vertx.core.cli.TypedOption
 
setCookieHttpOnly(boolean) - Method in interface io.vertx.ext.web.handler.CSRFHandler
Set the cookie httpOnly attribute.
setCookieHttpOnly(boolean) - Method in class io.vertx.reactivex.ext.web.handler.CSRFHandler
Set the cookie httpOnly attribute.
setCookieHttpOnly(boolean) - Method in class io.vertx.rxjava.ext.web.handler.CSRFHandler
Set the cookie httpOnly attribute.
setCookieHttpOnlyFlag(boolean) - Method in interface io.vertx.ext.web.handler.SessionHandler
Sets whether the 'HttpOnly' flag should be set for the session cookie.
setCookieHttpOnlyFlag(boolean) - Method in class io.vertx.reactivex.ext.web.handler.SessionHandler
Sets whether the 'HttpOnly' flag should be set for the session cookie.
setCookieHttpOnlyFlag(boolean) - Method in class io.vertx.rxjava.ext.web.handler.SessionHandler
Sets whether the 'HttpOnly' flag should be set for the session cookie.
setCookieless(boolean) - Method in interface io.vertx.ext.web.handler.SessionHandler
Use sessions based on url paths instead of cookies.
setCookieless(boolean) - Method in class io.vertx.reactivex.ext.web.handler.SessionHandler
Use sessions based on url paths instead of cookies.
setCookieless(boolean) - Method in class io.vertx.rxjava.ext.web.handler.SessionHandler
Use sessions based on url paths instead of cookies.
setCookieMaxAge(long) - Method in interface io.vertx.ext.web.handler.SessionHandler
Set a Cookie max-age to the session cookie.
setCookieMaxAge(long) - Method in class io.vertx.reactivex.ext.web.handler.SessionHandler
Set a Cookie max-age to the session cookie.
setCookieMaxAge(long) - Method in class io.vertx.rxjava.ext.web.handler.SessionHandler
Set a Cookie max-age to the session cookie.
setCookieName(String) - Method in interface io.vertx.ext.web.handler.CSRFHandler
Set the cookie name.
setCookieName(String) - Method in class io.vertx.reactivex.ext.web.handler.CSRFHandler
Set the cookie name.
setCookieName(String) - Method in class io.vertx.rxjava.ext.web.handler.CSRFHandler
Set the cookie name.
setCookiePath(String) - Method in interface io.vertx.ext.web.handler.CSRFHandler
Set the cookie path.
setCookiePath(String) - Method in class io.vertx.reactivex.ext.web.handler.CSRFHandler
Set the cookie path.
setCookiePath(String) - Method in class io.vertx.rxjava.ext.web.handler.CSRFHandler
Set the cookie path.
setCookieSameSite(CookieSameSite) - Method in interface io.vertx.ext.web.handler.SessionHandler
Set the session cookie SameSite policy to use.
setCookieSameSite(CookieSameSite) - Method in class io.vertx.reactivex.ext.web.handler.SessionHandler
Set the session cookie SameSite policy to use.
setCookieSameSite(CookieSameSite) - Method in class io.vertx.rxjava.ext.web.handler.SessionHandler
Set the session cookie SameSite policy to use.
setCookieSecureFlag(boolean) - Method in interface io.vertx.ext.web.handler.SessionHandler
Sets whether the 'secure' flag should be set for the session cookie.
setCookieSecureFlag(boolean) - Method in class io.vertx.reactivex.ext.web.handler.SessionHandler
Sets whether the 'secure' flag should be set for the session cookie.
setCookieSecureFlag(boolean) - Method in class io.vertx.rxjava.ext.web.handler.SessionHandler
Sets whether the 'secure' flag should be set for the session cookie.
setCoordinator(Node) - Method in class io.vertx.kafka.admin.ConsumerGroupDescription
Set the consumer group coordinator, or null if the coordinator is not known
setCopiedHeaders(List<String>) - Method in class io.vertx.ext.mail.DKIMSignOptions
Sets the copied headers used in DKIM.
setCopyAttributes(boolean) - Method in class io.vertx.core.file.CopyOptions
Whether the file attributes should be copied.
setCopyOnRead(boolean) - Method in class io.vertx.spi.cluster.ignite.IgniteCacheOptions
Sets copy on read flag.
setCounter(long) - Method in class io.vertx.ext.auth.webauthn.Authenticator
 
setCreate(boolean) - Method in class io.vertx.core.file.OpenOptions
Set whether the file should be created if it does not already exist.
setCreateIndex(long) - Method in class io.vertx.ext.consul.KeyValue
Set the internal index value that represents when the entry was created.
setCreateIndex(long) - Method in class io.vertx.ext.consul.Session
Set the create index of session
setCreateNew(boolean) - Method in class io.vertx.core.file.OpenOptions
Set whether the file should be created and fail if it does exist already.
setCredID(String) - Method in class io.vertx.ext.auth.webauthn.Authenticator
 
setCustomSpi(DiscoverySpi) - Method in class io.vertx.spi.cluster.ignite.IgniteDiscoveryOptions
Sets a custom initialized DiscoverySpi.
setCustomSpi(MetricExporterSpi) - Method in class io.vertx.spi.cluster.ignite.IgniteMetricExporterOptions
Sets a custom MetricExporterSpi implementation.
setCwd(File) - Method in class io.vertx.core.spi.launcher.DefaultCommand
Sets the current working directory.
setData(JsonObject) - Method in class io.vertx.ext.healthchecks.Status
Sets the metadata.
setData(Buffer) - Method in interface io.vertx.ext.mail.MailAttachment
set the data
setData(Map<String, Object>) - Method in class io.vertx.ext.web.sstore.AbstractSession
 
setData(JsonObject) - Method in class io.vertx.ext.web.sstore.AbstractSession
 
setData(Buffer) - Method in class io.vertx.reactivex.ext.mail.MailAttachment
set the data
setData(Buffer) - Method in class io.vertx.rxjava.ext.mail.MailAttachment
set the data
setDatabase(String) - Method in class io.vertx.db2client.DB2ConnectOptions
 
setDatabase(String) - Method in class io.vertx.jdbcclient.JDBCConnectOptions
 
setDatabase(String) - Method in class io.vertx.mysqlclient.MySQLAuthOptions
Specify the default database for the re-authentication.
setDatabase(String) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setDatabase(String) - Method in class io.vertx.pgclient.PgConnectOptions
 
setDatabase(String) - Method in class io.vertx.sqlclient.SqlConnectOptions
Specify the default database for the connection.
setDatacenter(String) - Method in class io.vertx.ext.consul.DcCoordinates
Set datacenter
setDatagramBytesRead(String) - Method in class io.vertx.micrometer.MetricsNaming
 
setDatagramBytesWritten(String) - Method in class io.vertx.micrometer.MetricsNaming
 
setDatagramErrorCount(String) - Method in class io.vertx.micrometer.MetricsNaming
 
setDataSourceImplementation(String) - Method in class io.vertx.jdbcclient.JDBCConnectOptions
 
setDatasourceName(String) - Method in class io.vertx.ext.auth.jdbc.JDBCAuthOptions
Deprecated.
Set the data source name to use, only use in shared mode.
setDatasourceName(String) - Method in class io.vertx.ext.auth.mongo.MongoAuthOptions
Deprecated.
The mongo data source name: see Mongo Client documentation.
setDays(int) - Method in class io.vertx.pgclient.data.Interval
 
setDb(String) - Method in class io.vertx.micrometer.VertxInfluxDbOptions
Database name used to store metrics.
setDc(String) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set the datacenter name.
setDc(String) - Method in class io.vertx.ext.consul.PreparedQueryExecuteResponse
Set the datacenter that ultimately provided the list of nodes
setDcs(List<String>) - Method in class io.vertx.ext.consul.PreparedQueryDefinition
Specifies a fixed list of remote datacenters to forward the query to if there are no healthy nodes in the local datacenter.
setDebugData(Buffer) - Method in class io.vertx.core.http.GoAway
Set the additional debug data
setDecoderInitialBufferSize(int) - Method in class io.vertx.core.http.HttpClientOptions
set to initialBufferSizeHttpDecoder the initial buffer of the HttpDecoder.
setDecoderInitialBufferSize(int) - Method in class io.vertx.core.http.HttpServerOptions
Set the initial buffer size for the HTTP decoder
setDecoderInitialBufferSize(int) - Method in class io.vertx.ext.consul.ConsulClientOptions
set to initialBufferSizeHttpDecoder the initial buffer of the HttpDecoder.
setDecoderInitialBufferSize(int) - Method in class io.vertx.ext.web.client.WebClientOptions
 
setDecoderInitialBufferSize(int) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
 
setDecompressionSupported(boolean) - Method in class io.vertx.core.http.HttpServerOptions
Set whether the server supports decompression
setDefault(boolean) - Method in class io.vertx.kafka.admin.ConfigEntry
Set whether the config value is the default or if it's been explicitly set
setDefault(boolean) - Method in class io.vertx.kafka.client.common.ConfigResource
Set if this is the default resource of a resource type.
setDefaultCharset(String) - Method in class io.vertx.ext.shell.term.SSHTermOptions
Set the default charset to use when the client does not specifies one.
setDefaultContentEncoding(String) - Method in interface io.vertx.ext.web.handler.StaticHandler
Set the default content encoding for text related files.
setDefaultContentEncoding(String) - Method in class io.vertx.reactivex.ext.web.handler.StaticHandler
Set the default content encoding for text related files.
setDefaultContentEncoding(String) - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
Set the default content encoding for text related files.
setDefaultHost(String) - Method in class io.vertx.core.http.HttpClientOptions
Set the default host name to be used by this client in requests if none is provided when making the request.
setDefaultHost(String) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set the default host name to be used by this client in requests if none is provided when making the request.
setDefaultHost(String) - Method in class io.vertx.ext.web.client.WebClientOptions
 
setDefaultHost(String) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
 
setDefaultPort(int) - Method in class io.vertx.core.http.HttpClientOptions
Set the default port to be used by this client in requests if none is provided when making the request.
setDefaultPort(int) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set the default port to be used by this client in requests if none is provided when making the request.
setDefaultPort(int) - Method in class io.vertx.ext.web.client.WebClientOptions
 
setDefaultPort(int) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
 
setDefaultRegionInitialSize(long) - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
Sets default data region start size.
setDefaultRegionMaxSize(long) - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
Sets default data region maximum size.
setDefaultRegionMetricsEnabled(boolean) - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
Sets default data region metrics enabled/disabled.
setDefaultValue(String) - Method in class io.vertx.core.cli.Argument
Sets the default value of this Argument.
setDefaultValue(String) - Method in class io.vertx.core.cli.Option
Sets the default value of this option
setDefaultValue(String) - Method in class io.vertx.core.cli.TypedArgument
 
setDefaultValue(String) - Method in class io.vertx.core.cli.TypedOption
 
setDeleteOnClose(boolean) - Method in class io.vertx.core.file.OpenOptions
Set whether the file should be deleted when it's closed, or the JVM is shutdown.
setDeleteUploadedFilesOnEnd(boolean) - Method in interface io.vertx.ext.web.handler.BodyHandler
Set whether uploaded files should be removed after handling the request
setDeleteUploadedFilesOnEnd(boolean) - Method in class io.vertx.reactivex.ext.web.handler.BodyHandler
Set whether uploaded files should be removed after handling the request
setDeleteUploadedFilesOnEnd(boolean) - Method in class io.vertx.rxjava.ext.web.handler.BodyHandler
Set whether uploaded files should be removed after handling the request
setDependency(int) - Method in class io.vertx.core.http.StreamPriority
Set the priority dependency value.
setDeregisterAfter(String) - Method in class io.vertx.ext.consul.CheckOptions
Set deregister timeout.
setDescPadding(int) - Method in class io.vertx.core.cli.UsageMessageFormatter
 
setDescription(String) - Method in class io.vertx.core.cli.Argument
Sets the description of the Argument.
setDescription(String) - Method in interface io.vertx.core.cli.CLI
 
setDescription(String) - Method in class io.vertx.core.cli.Option
Sets te description of this option.
setDescription(String) - Method in class io.vertx.core.cli.TypedArgument
 
setDescription(String) - Method in class io.vertx.core.cli.TypedOption
 
setDescription(String) - Method in interface io.vertx.ext.mail.MailAttachment
set the description field to be used in the attachment
setDescription(String) - Method in class io.vertx.reactivex.core.cli.CLI
 
setDescription(String) - Method in class io.vertx.reactivex.ext.mail.MailAttachment
set the description field to be used in the attachment
setDescription(String) - Method in class io.vertx.rxjava.core.cli.CLI
 
setDescription(String) - Method in class io.vertx.rxjava.ext.mail.MailAttachment
set the description field to be used in the attachment
setDestination(String) - Method in class io.vertx.ext.stomp.Frame
 
setDir(String) - Method in class io.vertx.ext.shell.command.base.FileSystemCd
 
setDirective(String, String) - Method in interface io.vertx.ext.web.handler.CSPHandler
Sets a single directive entry to the handler.
setDirective(String, String) - Method in class io.vertx.reactivex.ext.web.handler.CSPHandler
Sets a single directive entry to the handler.
setDirective(String, String) - Method in class io.vertx.rxjava.ext.web.handler.CSPHandler
Sets a single directive entry to the handler.
setDirectLoggedInOKURL(String) - Method in interface io.vertx.ext.web.handler.FormLoginHandler
Set the url to redirect to if the user logs in directly at the url of the form login handler without being redirected here first
setDirectLoggedInOKURL(String) - Method in class io.vertx.reactivex.ext.web.handler.FormLoginHandler
Set the url to redirect to if the user logs in directly at the url of the form login handler without being redirected here first
setDirectLoggedInOKURL(String) - Method in class io.vertx.rxjava.ext.web.handler.FormLoginHandler
Set the url to redirect to if the user logs in directly at the url of the form login handler without being redirected here first
setDirectoryListing(boolean) - Method in interface io.vertx.ext.web.handler.StaticHandler
Set whether directory listing is enabled
setDirectoryListing(boolean) - Method in class io.vertx.reactivex.ext.web.handler.StaticHandler
Set whether directory listing is enabled
setDirectoryListing(boolean) - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
Set whether directory listing is enabled
setDirectoryTemplate(String) - Method in interface io.vertx.ext.web.handler.StaticHandler
Set the directory template to be used when directory listing
setDirectoryTemplate(String) - Method in class io.vertx.reactivex.ext.web.handler.StaticHandler
Set the directory template to be used when directory listing
setDirectoryTemplate(String) - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
Set the directory template to be used when directory listing
setDisabledMetricsCategories(Set<String>) - Method in class io.vertx.micrometer.MicrometerMetricsOptions
Sets metrics types that are disabled.
setDisableEsmtp(boolean) - Method in class io.vertx.ext.mail.MailConfig
set if ESMTP should be tried as first command (EHLO)
setDiscoverySpi(IgniteDiscoveryOptions) - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
Sets fully configured instance of IgniteDiscoveryOptions.
setDisplayName(String) - Method in class io.vertx.config.vault.client.TokenRequest
 
setDisposition(String) - Method in interface io.vertx.ext.mail.MailAttachment
set the disposition field to be used in the attachment
setDisposition(String) - Method in class io.vertx.reactivex.ext.mail.MailAttachment
set the disposition field to be used in the attachment
setDisposition(String) - Method in class io.vertx.rxjava.ext.mail.MailAttachment
set the disposition field to be used in the attachment
setDKIMSignOption(DKIMSignOptions) - Method in class io.vertx.ext.mail.MailConfig
Sets one DKIMSignOptions for convenient.
setDKIMSignOptions(List<DKIMSignOptions>) - Method in class io.vertx.ext.mail.MailConfig
Sets DKIMSignOptions.
setDnsTtl(String) - Method in class io.vertx.ext.consul.PreparedQueryDefinition
Set the TTL duration when query results are served over DNS.
setDnsTtl(String) - Method in class io.vertx.ext.consul.PreparedQueryExecuteResponse
Set the TTL duration when query results are served over DNS.
setDocument(JsonObject) - Method in class io.vertx.ext.mongo.BulkOperation
Sets the document, used by insert, replace, and update operations
setDomain(String) - Method in interface io.vertx.core.http.Cookie
Sets the domain of this cookie
setDomain(String) - Method in class io.vertx.ext.auth.webauthn.WebAuthnCredentials
 
setDomain(MetricsDomain) - Method in class io.vertx.micrometer.Match
Set the label domain, restricting this rule to a single domain.
setDomain(String) - Method in class io.vertx.micrometer.VertxJmxMetricsOptions
Set the JMX domain under which to publish metrics
setDomain(String) - Method in class io.vertx.reactivex.core.http.Cookie
Sets the domain of this cookie
setDomain(String) - Method in class io.vertx.rxjava.core.http.Cookie
Sets the domain of this cookie
setDouble(int, double) - Method in interface io.vertx.core.buffer.Buffer
Sets the double at position pos in the Buffer to the value d.
setDouble(int, double) - Method in class io.vertx.reactivex.core.buffer.Buffer
Sets the double at position pos in the Buffer to the value d.
setDouble(int, double) - Method in class io.vertx.rxjava.core.buffer.Buffer
Sets the double at position pos in the Buffer to the value d.
setDsync(boolean) - Method in class io.vertx.core.file.OpenOptions
Set whether every write to the file's content ill be written synchronously to the underlying hardware.
setDurable(boolean) - Method in class io.vertx.amqp.AmqpReceiverOptions
Sets the durability.
setDynamic(boolean) - Method in class io.vertx.amqp.AmqpReceiverOptions
Sets whether the Source terminus to be used should specify it is 'dynamic', requesting the peer creates a node and names it with a generated address.
setDynamic(boolean) - Method in class io.vertx.amqp.AmqpSenderOptions
Sets whether the Target terminus to be used should specify it is 'dynamic', requesting the peer creates a node and names it with a generated address.
setEagerTtl(boolean) - Method in class io.vertx.spi.cluster.ignite.IgniteCacheOptions
Sets eager ttl flag.
setEbBytesRead(String) - Method in class io.vertx.micrometer.MetricsNaming
 
setEbBytesWritten(String) - Method in class io.vertx.micrometer.MetricsNaming
 
setEbDelivered(String) - Method in class io.vertx.micrometer.MetricsNaming
 
setEbDiscarded(String) - Method in class io.vertx.micrometer.MetricsNaming
 
setEbHandlers(String) - Method in class io.vertx.micrometer.MetricsNaming
 
setEbPending(String) - Method in class io.vertx.micrometer.MetricsNaming
 
setEbProcessed(String) - Method in class io.vertx.micrometer.MetricsNaming
 
setEbPublished(String) - Method in class io.vertx.micrometer.MetricsNaming
 
setEbReceived(String) - Method in class io.vertx.micrometer.MetricsNaming
 
setEbReplyFailures(String) - Method in class io.vertx.micrometer.MetricsNaming
 
setEbSent(String) - Method in class io.vertx.micrometer.MetricsNaming
 
setEll(boolean) - Method in class io.vertx.ext.shell.command.base.FileSystemLs
 
setEmbeddedServerEndpoint(String) - Method in class io.vertx.micrometer.VertxPrometheusOptions
Set metrics endpoint.
setEmbeddedServerOptions(HttpServerOptions) - Method in class io.vertx.micrometer.VertxPrometheusOptions
HTTP server options for the embedded server
setEnable(boolean) - Method in class io.vertx.ext.consul.MaintenanceOptions
Set maintenance mode to enabled: true to enter maintenance mode or false to resume normal operation.
setEnabled(boolean) - Method in class io.vertx.core.metrics.MetricsOptions
Set whether metrics will be enabled on the Vert.x instance.
setEnabled(boolean) - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
 
setEnabled(boolean) - Method in class io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions
Whether the GraphiQL development tool should be enabled.
setEnabled(boolean) - Method in class io.vertx.micrometer.MicrometerMetricsOptions
Set whether metrics will be enabled on the Vert.x instance.
setEnabled(boolean) - Method in class io.vertx.micrometer.VertxInfluxDbOptions
Set true to enable InfluxDB reporting
setEnabled(boolean) - Method in class io.vertx.micrometer.VertxJmxMetricsOptions
Set true to enable Prometheus reporting
setEnabled(boolean) - Method in class io.vertx.micrometer.VertxPrometheusOptions
Set true to enable Prometheus reporting
setEnableDKIM(boolean) - Method in class io.vertx.ext.mail.MailConfig
Sets true to enable DKIM Signatures, sets false to disable it.
setEnabledSecureTransportProtocols(Set<String>) - Method in class io.vertx.amqp.AmqpClientOptions
 
setEnabledSecureTransportProtocols(Set<String>) - Method in class io.vertx.core.eventbus.EventBusOptions
 
setEnabledSecureTransportProtocols(Set<String>) - Method in class io.vertx.core.http.HttpClientOptions
 
setEnabledSecureTransportProtocols(Set<String>) - Method in class io.vertx.core.http.HttpServerOptions
 
setEnabledSecureTransportProtocols(Set<String>) - Method in class io.vertx.core.net.NetClientOptions
 
setEnabledSecureTransportProtocols(Set<String>) - Method in class io.vertx.core.net.NetServerOptions
 
setEnabledSecureTransportProtocols(Set<String>) - Method in class io.vertx.core.net.TCPSSLOptions
Sets the list of enabled SSL/TLS protocols.
setEnabledSecureTransportProtocols(Set<String>) - Method in class io.vertx.ext.consul.ConsulClientOptions
 
setEnabledSecureTransportProtocols(Set<String>) - Method in class io.vertx.ext.mail.MailConfig
 
setEnabledSecureTransportProtocols(Set<String>) - Method in class io.vertx.ext.web.client.WebClientOptions
 
setEnabledSecureTransportProtocols(Set<String>) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setEnabledSecureTransportProtocols(Set<String>) - Method in class io.vertx.pgclient.PgConnectOptions
 
setEnabledSecureTransportProtocols(Set<String>) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
 
setEnableFSTuning(boolean) - Method in interface io.vertx.ext.web.handler.StaticHandler
Set whether async/sync filesystem tuning should enabled
setEnableFSTuning(boolean) - Method in class io.vertx.reactivex.ext.web.handler.StaticHandler
Set whether async/sync filesystem tuning should enabled
setEnableFSTuning(boolean) - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
Set whether async/sync filesystem tuning should enabled
setEnableRangeSupport(boolean) - Method in interface io.vertx.ext.web.handler.StaticHandler
Set whether range requests (resumable downloads; media streaming) should be enabled.
setEnableRangeSupport(boolean) - Method in class io.vertx.reactivex.ext.web.handler.StaticHandler
Set whether range requests (resumable downloads; media streaming) should be enabled.
setEnableRangeSupport(boolean) - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
Set whether range requests (resumable downloads; media streaming) should be enabled.
setEncryptionEnabled(boolean) - Method in class io.vertx.spi.cluster.ignite.IgniteCacheOptions
Sets encrypted flag.
setEndpoint(Endpoint) - Method in class io.vertx.camel.CamelMapping
Sets the Camel endpoint.
setEndpoint(Endpoint) - Method in class io.vertx.camel.InboundMapping
 
setEndpoint(Endpoint) - Method in class io.vertx.camel.OutboundMapping
 
setEndpoint(String) - Method in class io.vertx.redis.client.RedisOptions
setEndpoint(String) - Method in class io.vertx.servicediscovery.types.HttpLocation
Sets the endpoint, which is the URL of the service.
setEndpoints(List<String>) - Method in class io.vertx.redis.client.RedisOptions
Set the endpoints to use while connecting to the redis server.
setEntries(List<ConfigEntry>) - Method in class io.vertx.kafka.admin.Config
Set the configuration entries for a resource
setErr(float) - Method in class io.vertx.ext.consul.Coordinate
Set error
setErrorCode(long) - Method in class io.vertx.core.http.GoAway
 
setEventBusOptions(EventBusOptions) - Method in class io.vertx.core.VertxOptions
Sets the event bus configuration to configure the host, port, ssl...
setEventLoopPoolSize(int) - Method in class io.vertx.core.VertxOptions
Set the number of event loop threads to be used by the Vert.x instance.
setEventsDisabled(boolean) - Method in class io.vertx.spi.cluster.ignite.IgniteCacheOptions
Sets events disabled flag.
SETEX - Static variable in class io.vertx.reactivex.redis.client.Command
 
setex(String, String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command setex.
setex(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command setex.
SETEX - Static variable in interface io.vertx.redis.client.Command
 
setex(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command setex.
setex(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command setex.
SETEX - Static variable in class io.vertx.rxjava.redis.client.Command
 
setex(String, String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command setex.
setex(String, String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command setex.
setExclusive(boolean) - Method in class io.vertx.core.http.StreamPriority
Set the priority exclusive value.
setExpectMultipart(boolean) - Method in interface io.vertx.core.http.HttpServerRequest
Call this with true if you are expecting a multi-part body to be submitted in the request.
setExpectMultipart(boolean) - Method in class io.vertx.reactivex.core.http.HttpServerRequest
Call this with true if you are expecting a multi-part body to be submitted in the request.
setExpectMultipart(boolean) - Method in class io.vertx.rxjava.core.http.HttpServerRequest
Call this with true if you are expecting a multi-part body to be submitted in the request.
setExpiresInMinutes(int) - Method in class io.vertx.ext.auth.JWTOptions
 
setExpiresInSeconds(int) - Method in class io.vertx.ext.auth.JWTOptions
 
setExpireTime(long) - Method in class io.vertx.ext.mail.DKIMSignOptions
Sets the expire time in seconds when the signature sign will be expired.
setExpiryPolicy(JsonObject) - Method in class io.vertx.spi.cluster.ignite.IgniteCacheOptions
Sets cache expiry policy object.
setExtensions(JsonObject) - Method in class io.vertx.ext.auth.webauthn.WebAuthnOptions
 
setExtensionTarget(String) - Method in class io.vertx.ext.web.Http2PushMapping
 
setExternalSalt(String) - Method in interface io.vertx.ext.auth.mongo.HashStrategy
Deprecated.
Set an external salt.
setExternalSalt(String) - Method in class io.vertx.reactivex.ext.auth.mongo.HashStrategy
Deprecated.
setExternalSalt(String) - Method in class io.vertx.rxjava.ext.auth.mongo.HashStrategy
Deprecated.
setExtra(JsonObject) - Method in class io.vertx.ext.auth.oauth2.Oauth2Credentials
 
setExtra(JsonObject) - Method in class io.vertx.ext.web.api.OperationRequest
Deprecated.
 
setExtra(JsonObject) - Method in class io.vertx.ext.web.api.service.ServiceRequest
 
setExtraClasspath(List<String>) - Method in class io.vertx.core.DeploymentOptions
Deprecated.
setExtraOperationContextPayloadMapper(Function<RoutingContext, JsonObject>) - Method in interface io.vertx.ext.web.api.contract.RouterFactory
Deprecated.
When set, this function is called while creating the payload of OperationRequest
setExtraOperationContextPayloadMapper(Function<RoutingContext, JsonObject>) - Method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Deprecated.
setExtraOperationContextPayloadMapper(Function<RoutingContext, JsonObject>) - Method in interface io.vertx.reactivex.ext.web.api.contract.RouterFactory
Deprecated.
setExtraOperationContextPayloadMapper(Function<RoutingContext, JsonObject>) - Method in class io.vertx.rxjava.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Deprecated.
setExtraOperationContextPayloadMapper(Function<RoutingContext, JsonObject>) - Method in interface io.vertx.rxjava.ext.web.api.contract.RouterFactory
Deprecated.
setExtraParameters(JsonObject) - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
Set extra parameters to be sent to the provider on each request
setExtraSettings(Map<Integer, Long>) - Method in class io.vertx.core.http.Http2Settings
Set the extra setting used for extending HTTP/2
setFactory(VertxMetricsFactory) - Method in class io.vertx.core.metrics.MetricsOptions
Programmatically set the metrics factory to be used when metrics are enabled.
setFactory(VertxTracerFactory) - Method in class io.vertx.core.tracing.TracingOptions
Programmatically set the tracer factory to be used when tracing are enabled.
setFactory(VertxMetricsFactory) - Method in class io.vertx.micrometer.MicrometerMetricsOptions
 
setFailovers(int) - Method in class io.vertx.ext.consul.PreparedQueryExecuteResponse
Set the number of remote datacenters that were queried while executing the query.
setFailure(Throwable) - Method in class io.vertx.ext.healthchecks.CheckResult
 
setFailuresRollingWindow(long) - Method in class io.vertx.circuitbreaker.CircuitBreakerOptions
Sets the rolling window used for metrics.
setFallbackOnFailure(boolean) - Method in class io.vertx.circuitbreaker.CircuitBreakerOptions
Sets whether or not the fallback is executed on failure, even when the circuit is closed.
setFetchDirection(FetchDirection) - Method in class io.vertx.ext.sql.SQLOptions
 
setFetchSize(int) - Method in class io.vertx.ext.sql.SQLOptions
 
setFields(JsonObject) - Method in class io.vertx.ext.mongo.FindOptions
Set the fields
setFile(String) - Method in class io.vertx.ext.shell.command.base.FileSystemLs
 
setFileCacheDir(String) - Method in class io.vertx.core.file.FileSystemOptions
When vert.x reads a file that is packaged with the application it gets extracted to this directory first and subsequent reads will use the extracted file to get better IO performance.
setFileCachingEnabled(boolean) - Method in class io.vertx.core.file.FileSystemOptions
Set to true to cache files on the real file system when the filesystem performs class path resolving.
setFilePath(String) - Method in class io.vertx.ext.web.Http2PushMapping
 
setFilesReadOnly(boolean) - Method in interface io.vertx.ext.web.handler.StaticHandler
Set whether files are read-only and will never change
setFilesReadOnly(boolean) - Method in class io.vertx.reactivex.ext.web.handler.StaticHandler
Set whether files are read-only and will never change
setFilesReadOnly(boolean) - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
Set whether files are read-only and will never change
setFileSystemOptions(FileSystemOptions) - Method in class io.vertx.core.VertxOptions
Set the file system options
setFilter(JsonObject) - Method in class io.vertx.ext.mongo.BulkOperation
Sets the filter document, used by replace, update, and delete operations
setFixedHeaders(boolean) - Method in class io.vertx.ext.mail.MailMessage
set whether our own headers should be the only headers added to the message
setFlag(boolean) - Method in class io.vertx.core.cli.Option
Configures the current Option to be a flag.
setFlag(boolean) - Method in class io.vertx.core.cli.TypedOption
 
setFlags(long) - Method in class io.vertx.ext.consul.KeyValue
Set the flags attached to this entry.
setFlags(long) - Method in class io.vertx.ext.consul.KeyValueOptions
Set the flags.
setFlags(long) - Method in class io.vertx.ext.consul.TxnKVOperation
Set the flags attached to this entry.
setFloat(int, float) - Method in interface io.vertx.core.buffer.Buffer
Sets the float at position pos in the Buffer to the value f.
setFloat(int, float) - Method in class io.vertx.reactivex.core.buffer.Buffer
Sets the float at position pos in the Buffer to the value f.
setFloat(int, float) - Method in class io.vertx.rxjava.core.buffer.Buffer
Sets the float at position pos in the Buffer to the value f.
setFlow(OAuth2FlowType) - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
 
setFollowRedirects(boolean) - Method in interface io.vertx.core.http.HttpClientRequest
Set the request to follow HTTP redirects up to HttpClientOptions.getMaxRedirects().
setFollowRedirects(Boolean) - Method in class io.vertx.core.http.RequestOptions
Set whether to follow HTTP redirect
setFollowRedirects(boolean) - Method in class io.vertx.ext.consul.ConsulClientOptions
Configure the default behavior of the client to follow HTTP 30x redirections.
setFollowRedirects(boolean) - Method in class io.vertx.ext.web.client.WebClientOptions
Configure the default behavior of the client to follow HTTP 30x redirections.
setFollowRedirects(boolean) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Set the request to follow HTTP redirects up to HttpClientOptions.
setFollowRedirects(boolean) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
Set the request to follow HTTP redirects up to HttpClientOptions.
setForceSni(boolean) - Method in class io.vertx.core.http.HttpClientOptions
By default, the server name is only sent for Fully Qualified Domain Name (FQDN), setting this property to true forces the server name to be always sent.
setForceSni(boolean) - Method in class io.vertx.ext.consul.ConsulClientOptions
By default, the server name is only sent for Fully Qualified Domain Name (FQDN), setting this property to true forces the server name to be always sent.
setForceSni(boolean) - Method in class io.vertx.ext.web.client.WebClientOptions
 
setForceSni(boolean) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
 
setFormat(String) - Method in class io.vertx.config.ConfigStoreOptions
Sets the format of the configuration that is retrieved from the store.
setFormat(String) - Method in class io.vertx.ext.unit.report.ReportOptions
Set the current reporter format.
setFrom(String) - Method in class io.vertx.ext.mail.MailMessage
set from address of this mail
setGeometries(List<Geometry>) - Method in class io.vertx.mysqlclient.data.spatial.GeometryCollection
 
setGraphQLUri(String) - Method in class io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions
Set the GraphQL endpoint URI.
setGroupId(String) - Method in class io.vertx.kafka.admin.ConsumerGroupDescription
Set the id of the consumer group
setGroupId(String) - Method in class io.vertx.kafka.admin.ConsumerGroupListing
Set the consumer group id
setGroupName(String) - Method in class io.vertx.spi.cluster.ignite.IgniteCacheOptions
Sets the cache group name.
setGrpc(String) - Method in class io.vertx.ext.consul.CheckOptions
Specifies a gRPC check's endpoint that supports the standard gRPC health checking protocol.
setGrpcTls(boolean) - Method in class io.vertx.ext.consul.CheckOptions
Specifies whether to use TLS for this gRPC health check.
setHa(boolean) - Method in class io.vertx.core.DeploymentOptions
Set whether the verticle(s) will be deployed as HA.
setHAEnabled(boolean) - Method in class io.vertx.core.VertxOptions
Set whether HA will be enabled on the Vert.x instance.
setHAGroup(String) - Method in class io.vertx.core.VertxOptions
Set the HA group to be used when HA is enabled.
setHandle100ContinueAutomatically(boolean) - Method in class io.vertx.core.http.HttpServerOptions
Set whether 100 Continue should be handled automatically
setHandle100ContinueAutomatically(boolean) - Method in class io.vertx.ext.shell.term.HttpTermOptions
 
setHandleFileUploads(boolean) - Method in interface io.vertx.ext.web.handler.BodyHandler
Set whether file uploads will be handled
setHandleFileUploads(boolean) - Method in class io.vertx.reactivex.ext.web.handler.BodyHandler
Set whether file uploads will be handled
setHandleFileUploads(boolean) - Method in class io.vertx.rxjava.ext.web.handler.BodyHandler
Set whether file uploads will be handled
setHandler(Handler<WatchResult<T>>) - Method in interface io.vertx.ext.consul.Watch
Set the result handler.
setHandler(Handler<WatchResult<T>>) - Method in class io.vertx.reactivex.ext.consul.Watch
Set the result handler.
setHandler(Handler<WatchResult<T>>) - Method in class io.vertx.rxjava.ext.consul.Watch
Set the result handler.
setHandshake(Future<Integer>, Handler<AsyncResult<Integer>>) - Method in interface io.vertx.core.http.ServerWebSocket
Set an asynchronous result for the handshake, upon completion of the specified future, the WebSocket will either be accepted when the future succeeds with the HTTP 101 status code rejected when the future is succeeds with an HTTP status code different than 101 rejected when the future fails with the HTTP status code 500 The provided future might be completed by the WebSocket itself, e.g calling the ServerWebSocket.close() method will try to accept the handshake and close the WebSocket afterward.
setHandshake(Future<Integer>) - Method in interface io.vertx.core.http.ServerWebSocket
Like ServerWebSocket.setHandshake(Future, Handler) but returns a Future of the asynchronous result
setHandshake(Future<Integer>, Handler<AsyncResult<Integer>>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Set an asynchronous result for the handshake, upon completion of the specified future, the WebSocket will either be accepted when the future succeeds with the HTTP status code rejected when the future is succeeds with an HTTP status code different than rejected when the future fails with the HTTP status code 500 The provided future might be completed by the WebSocket itself, e.g calling the ServerWebSocket.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) method will try to accept the handshake and close the WebSocket afterward.
setHandshake(Future<Integer>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Set an asynchronous result for the handshake, upon completion of the specified future, the WebSocket will either be accepted when the future succeeds with the HTTP status code rejected when the future is succeeds with an HTTP status code different than rejected when the future fails with the HTTP status code 500 The provided future might be completed by the WebSocket itself, e.g calling the ServerWebSocket.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) method will try to accept the handshake and close the WebSocket afterward.
setHandshake(Single<Integer>, Handler<AsyncResult<Integer>>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Set an asynchronous result for the handshake, upon completion of the specified future, the WebSocket will either be accepted when the future succeeds with the HTTP status code rejected when the future is succeeds with an HTTP status code different than rejected when the future fails with the HTTP status code 500 The provided future might be completed by the WebSocket itself, e.g calling the ServerWebSocket.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) method will try to accept the handshake and close the WebSocket afterward.
setHandshake(Single<Integer>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Set an asynchronous result for the handshake, upon completion of the specified future, the WebSocket will either be accepted when the future succeeds with the HTTP status code rejected when the future is succeeds with an HTTP status code different than rejected when the future fails with the HTTP status code 500 The provided future might be completed by the WebSocket itself, e.g calling the ServerWebSocket.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) method will try to accept the handshake and close the WebSocket afterward.
setHandshake(Future<Integer>, Handler<AsyncResult<Integer>>) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
Set an asynchronous result for the handshake, upon completion of the specified future, the WebSocket will either be accepted when the future succeeds with the HTTP status code rejected when the future is succeeds with an HTTP status code different than rejected when the future fails with the HTTP status code 500 The provided future might be completed by the WebSocket itself, e.g calling the ServerWebSocket.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) method will try to accept the handshake and close the WebSocket afterward.
setHandshake(Future<Integer>) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
Set an asynchronous result for the handshake, upon completion of the specified future, the WebSocket will either be accepted when the future succeeds with the HTTP status code rejected when the future is succeeds with an HTTP status code different than rejected when the future fails with the HTTP status code 500 The provided future might be completed by the WebSocket itself, e.g calling the ServerWebSocket.close(io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) method will try to accept the handshake and close the WebSocket afterward.
setHandshakeTimeout(int) - Method in class io.vertx.rabbitmq.RabbitMQOptions
Set the AMQP 0-9-1 protocol handshake timeout, in milliseconds
setHashAlgorithm(HashAlgorithm) - Method in interface io.vertx.ext.auth.mongo.MongoAuth
Deprecated.
The Hash Algorithm which is used by the current instance
setHashAlgorithm(HashAlgorithm) - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
Deprecated.
setHashAlgorithm(HashAlgorithm) - Method in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
Deprecated.
setHashStrategy(JDBCHashStrategy) - Method in interface io.vertx.ext.auth.jdbc.JDBCAuth
Deprecated.
Set the hash strategy to use.
setHashStrategy(HashStrategy) - Method in interface io.vertx.ext.auth.mongo.MongoAuth
Deprecated.
The HashStrategy which is used by the current instance
setHashStrategy(HashStrategy) - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
Deprecated.
setHashStrategy(HashStrategy) - Method in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
Deprecated.
setHasRack(boolean) - Method in class io.vertx.kafka.client.common.Node
Set if this node has a defined rack
setHeader(JsonObject) - Method in class io.vertx.ext.auth.JWTOptions
 
setHeaderCanonAlgo(CanonicalizationAlgorithm) - Method in class io.vertx.ext.mail.DKIMSignOptions
Sets the canonicalization algorithm for signed headers.
setHeaderName(String) - Method in interface io.vertx.ext.web.handler.CSRFHandler
Set the header name.
setHeaderName(String) - Method in class io.vertx.reactivex.ext.web.handler.CSRFHandler
Set the header name.
setHeaderName(String) - Method in class io.vertx.rxjava.ext.web.handler.CSRFHandler
Set the header name.
setHeaders(MultiMap) - Method in class io.vertx.core.eventbus.DeliveryOptions
Set message headers from a multi-map.
setHeaders(MultiMap) - Method in class io.vertx.core.http.RequestOptions
Set request headers from a multi-map.
setHeaders(MultiMap) - Method in class io.vertx.core.http.WebSocketConnectOptions
 
setHeaders(JsonObject) - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
Set custom headers to be sent with every request to the provider
setHeaders(Map<String, List<String>>) - Method in class io.vertx.ext.consul.CheckOptions
Set headers to check
setHeaders(MultiMap) - Method in interface io.vertx.ext.mail.MailAttachment
Set the headers to be added for this attachment.
setHeaders(MultiMap) - Method in class io.vertx.ext.mail.MailMessage
Set the headers.
setHeaders(List<String>) - Method in class io.vertx.ext.shell.command.base.BusPublish
 
setHeaders(Map<String, String>) - Method in class io.vertx.ext.stomp.Frame
Sets the headers of the frames.
setHeaders(MultiMap) - Method in class io.vertx.ext.web.api.OperationRequest
Deprecated.
 
setHeaders(MultiMap) - Method in class io.vertx.ext.web.api.OperationResponse
Deprecated.
 
setHeaders(MultiMap) - Method in class io.vertx.ext.web.api.service.ServiceRequest
 
setHeaders(MultiMap) - Method in class io.vertx.ext.web.api.service.ServiceResponse
 
setHeaders(Map<String, String>) - Method in class io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions
A fixed set of HTTP headers to add to GraphiQL requests.
setHeaders(MultiMap) - Method in class io.vertx.reactivex.ext.mail.MailAttachment
Set the headers to be added for this attachment.
setHeaders(MultiMap) - Method in class io.vertx.rxjava.ext.mail.MailAttachment
Set the headers to be added for this attachment.
setHeadersCopy(boolean) - Method in class io.vertx.camel.CamelMapping
Sets whether or not the headers of the input message are copied in the output message.
setHeadersCopy(boolean) - Method in class io.vertx.camel.InboundMapping
 
setHeadersCopy(boolean) - Method in class io.vertx.camel.OutboundMapping
 
setHeaderTableSize(long) - Method in class io.vertx.core.http.Http2Settings
Set SETTINGS_HEADER_TABLE_SIZE HTTP/2 setting.
setHeartbeat(int) - Method in class io.vertx.amqp.AmqpClientOptions
 
setHeartbeat(JsonObject) - Method in class io.vertx.ext.stomp.StompClientOptions
Sets the heartbeat configuration.
setHeartbeat(JsonObject) - Method in class io.vertx.ext.stomp.StompServerOptions
Sets the heartbeat configuration.
setHeartbeatInterval(long) - Method in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
In order to keep proxies and load balancers from closing long running HTTP requests we need to pretend that the connection is active and send a heartbeat packet once in a while.
setHeight(float) - Method in class io.vertx.ext.consul.Coordinate
Set height
setHelp(boolean) - Method in class io.vertx.core.cli.Option
Sets whether or not this option is a "help" option
setHidden(boolean) - Method in class io.vertx.core.cli.Argument
Sets whether or not the current Argument is hidden.
setHidden(boolean) - Method in interface io.vertx.core.cli.CLI
Sets whether or not the current instance of CLI must be hidden.
setHidden(boolean) - Method in class io.vertx.core.cli.Option
Sets whether or not this option should be hidden
setHidden(boolean) - Method in class io.vertx.core.cli.TypedArgument
 
setHidden(boolean) - Method in class io.vertx.core.cli.TypedOption
 
setHidden(boolean) - Method in class io.vertx.reactivex.core.cli.CLI
Sets whether or not the current instance of CLI must be hidden.
setHidden(boolean) - Method in class io.vertx.rxjava.core.cli.CLI
Sets whether or not the current instance of CLI must be hidden.
setHost(String) - Method in class io.vertx.amqp.AmqpClientOptions
Sets the host.
setHost(String) - Method in class io.vertx.core.dns.DnsClientOptions
Set the host name to be used by this client in requests.
setHost(String) - Method in class io.vertx.core.eventbus.EventBusOptions
Sets the host.
setHost(String) - Method in interface io.vertx.core.http.HttpClientRequest
Set the host value of the HTTP/1.1 host header or HTTP/2 authority pseudo header
setHost(String) - Method in class io.vertx.core.http.HttpServerOptions
 
setHost(String) - Method in class io.vertx.core.http.RequestOptions
Set the host name to be used by the client request.
setHost(String) - Method in class io.vertx.core.http.WebSocketConnectOptions
 
setHost(String) - Method in class io.vertx.core.net.NetServerOptions
Set the host
setHost(String) - Method in class io.vertx.core.net.ProxyOptions
Set proxy host.
setHost(String) - Method in class io.vertx.db2client.DB2ConnectOptions
 
setHost(String) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set Consul host.
setHost(String) - Method in class io.vertx.ext.shell.term.HttpTermOptions
 
setHost(String) - Method in class io.vertx.ext.shell.term.SSHTermOptions
Set the host
setHost(String) - Method in class io.vertx.ext.shell.term.TelnetTermOptions
 
setHost(String) - Method in class io.vertx.ext.stomp.StompClientOptions
Sets the STOMP server host.
setHost(String) - Method in class io.vertx.ext.stomp.StompServerOptions
 
setHost(String) - Method in class io.vertx.kafka.admin.MemberDescription
Set the host where the group member is running
setHost(String) - Method in class io.vertx.kafka.client.common.Node
Set the host name for this node
setHost(String) - Method in class io.vertx.mqtt.MqttServerOptions
 
setHost(String) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setHost(String) - Method in class io.vertx.pgclient.PgConnectOptions
 
setHost(String) - Method in class io.vertx.rabbitmq.RabbitMQOptions
Set the default host to use for connections.
setHost(String) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Set the host value of the HTTP/1.1 host header or HTTP/2 authority pseudo header
setHost(String) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
Set the host value of the HTTP/1.1 host header or HTTP/2 authority pseudo header
setHost(String) - Method in class io.vertx.servicediscovery.types.HttpLocation
Sets the host.
setHost(String) - Method in class io.vertx.sqlclient.SqlConnectOptions
Specify the host for connecting to the server.
setHostname(String) - Method in class io.vertx.ext.mail.MailConfig
Set the hostname of the smtp server.
setHostnameVerificationAlgorithm(String) - Method in class io.vertx.amqp.AmqpClientOptions
 
setHostnameVerificationAlgorithm(String) - Method in class io.vertx.core.net.NetClientOptions
Set the hostname verification algorithm interval To disable hostname verification, set hostnameVerificationAlgorithm to an empty String
setHostnameVerificationAlgorithm(String) - Method in class io.vertx.ext.mail.MailConfig
 
setHostnameVerificationAlgorithm(String) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setHostnameVerificationAlgorithm(String) - Method in class io.vertx.pgclient.PgConnectOptions
 
setHostsPath(String) - Method in class io.vertx.core.dns.AddressResolverOptions
Set the path of an alternate hosts configuration file to use instead of the one provided by the os.
setHostsValue(Buffer) - Method in class io.vertx.core.dns.AddressResolverOptions
Set an alternate hosts configuration file to use instead of the one provided by the os.
setHours(int) - Method in class io.vertx.pgclient.data.Interval
 
setHtml(String) - Method in class io.vertx.ext.mail.MailMessage
set the html text of this mail
setHtpasswdFile(String) - Method in class io.vertx.ext.auth.htpasswd.HtpasswdAuthOptions
 
setHttp(String) - Method in class io.vertx.ext.consul.CheckOptions
Set HTTP address to check.
setHttp2ClearTextUpgrade(boolean) - Method in class io.vertx.core.http.HttpClientOptions
Set to true when an h2c connection is established using an HTTP/1.1 upgrade request, and false when an h2c connection is established directly (with prior knowledge).
setHttp2ClearTextUpgrade(boolean) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set to true when an h2c connection is established using an HTTP/1.1 upgrade request, and false when an h2c connection is established directly (with prior knowledge).
setHttp2ClearTextUpgrade(boolean) - Method in class io.vertx.ext.web.client.WebClientOptions
 
setHttp2ClearTextUpgrade(boolean) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
 
setHttp2ConnectionWindowSize(int) - Method in class io.vertx.core.http.HttpClientOptions
Set the default HTTP/2 connection window size.
setHttp2ConnectionWindowSize(int) - Method in class io.vertx.core.http.HttpServerOptions
Set the default HTTP/2 connection window size.
setHttp2ConnectionWindowSize(int) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set the default HTTP/2 connection window size.
setHttp2ConnectionWindowSize(int) - Method in class io.vertx.ext.web.client.WebClientOptions
 
setHttp2ConnectionWindowSize(int) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
 
setHttp2KeepAliveTimeout(int) - Method in class io.vertx.core.http.HttpClientOptions
Set the keep alive timeout for HTTP/2 connections, in seconds.
setHttp2KeepAliveTimeout(int) - Method in class io.vertx.ext.consul.ConsulClientOptions
 
setHttp2KeepAliveTimeout(int) - Method in class io.vertx.ext.web.client.WebClientOptions
 
setHttp2KeepAliveTimeout(int) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
 
setHttp2MaxPoolSize(int) - Method in class io.vertx.core.http.HttpClientOptions
Set the maximum pool size for HTTP/2 connections
setHttp2MaxPoolSize(int) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set the maximum pool size for HTTP/2 connections
setHttp2MaxPoolSize(int) - Method in class io.vertx.ext.web.client.WebClientOptions
 
setHttp2MaxPoolSize(int) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
 
setHttp2MultiplexingLimit(int) - Method in class io.vertx.core.http.HttpClientOptions
Set a client limit of the number concurrent streams for each HTTP/2 connection, this limits the number of streams the client can create for a connection.
setHttp2MultiplexingLimit(int) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set a client limit of the number concurrent streams for each HTTP/2 connection, this limits the number of streams the client can create for a connection.
setHttp2MultiplexingLimit(int) - Method in class io.vertx.ext.web.client.WebClientOptions
 
setHttp2MultiplexingLimit(int) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
 
setHttp2PushMapping(List<Http2PushMapping>) - Method in interface io.vertx.ext.web.handler.StaticHandler
Set the file mapping for http2push and link preload
setHttp2PushMapping(List<Http2PushMapping>) - Method in class io.vertx.reactivex.ext.web.handler.StaticHandler
Set the file mapping for http2push and link preload
setHttp2PushMapping(List<Http2PushMapping>) - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
Set the file mapping for http2push and link preload
setHttpActiveRequests(String) - Method in class io.vertx.micrometer.MetricsNaming
 
setHttpActiveWsConnections(String) - Method in class io.vertx.micrometer.MetricsNaming
 
setHttpClientOptions(HttpClientOptions) - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
 
setHttpOnly(boolean) - Method in interface io.vertx.core.http.Cookie
Determines if this cookie is HTTP only.
setHttpOnly(boolean) - Method in class io.vertx.reactivex.core.http.Cookie
Determines if this cookie is HTTP only.
setHttpOnly(boolean) - Method in class io.vertx.rxjava.core.http.Cookie
Determines if this cookie is HTTP only.
setHttpOptions(HttpTermOptions) - Method in class io.vertx.ext.shell.ShellServiceOptions
 
setHttpProxy(String) - Method in class io.vertx.maven.ResolverOptions
Sets the address of the proxy used for HTTP requests.
setHttpQueuePending(String) - Method in class io.vertx.micrometer.MetricsNaming
 
setHttpQueueTime(String) - Method in class io.vertx.micrometer.MetricsNaming
 
setHttpRequestBytes(String) - Method in class io.vertx.micrometer.MetricsNaming
 
setHttpRequestResetsCount(String) - Method in class io.vertx.micrometer.MetricsNaming
 
setHttpRequestsCount(String) - Method in class io.vertx.micrometer.MetricsNaming
 
setHttpResponseBytes(String) - Method in class io.vertx.micrometer.MetricsNaming
 
setHttpResponsesCount(String) - Method in class io.vertx.micrometer.MetricsNaming
 
setHttpResponseTime(String) - Method in class io.vertx.micrometer.MetricsNaming
 
setHttpsProxy(String) - Method in class io.vertx.maven.ResolverOptions
Sets the address of the proxy used for HTTPS requests.
setIcon(String) - Method in class io.vertx.ext.auth.webauthn.RelyingParty
 
setId(String) - Method in class io.vertx.config.vault.client.TokenRequest
 
setId(String) - Method in class io.vertx.ext.auth.PubSecKeyOptions
 
setId(String) - Method in class io.vertx.ext.auth.webauthn.RelyingParty
 
setId(String) - Method in class io.vertx.ext.consul.AclToken
Set ID of token
setId(String) - Method in class io.vertx.ext.consul.Check
Set the ID of check
setId(String) - Method in class io.vertx.ext.consul.CheckOptions
Set check ID
setId(String) - Method in class io.vertx.ext.consul.Event
Set ID of event
setId(String) - Method in class io.vertx.ext.consul.MaintenanceOptions
Set the ID of service.
setId(String) - Method in class io.vertx.ext.consul.PreparedQueryDefinition
Set ID of the query, always generated by Consul
setId(String) - Method in class io.vertx.ext.consul.Service
Set ID of service
setId(String) - Method in class io.vertx.ext.consul.ServiceOptions
Set the ID of session
setId(String) - Method in class io.vertx.ext.consul.Session
Set the ID of node
setId(String) - Method in class io.vertx.ext.healthchecks.CheckResult
 
setId(String) - Method in class io.vertx.ext.shell.command.base.VerticleUndeploy
 
setId(String) - Method in class io.vertx.ext.stomp.Frame
 
setId(String) - Method in class io.vertx.ext.web.sstore.AbstractSession
 
setId(int) - Method in class io.vertx.kafka.client.common.Node
Set the node id of this node
setIdleConnectionTimeout(long) - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
Sets maximum idle connection timeout upon which a connection to client will be closed.
setIdleTimeout(int) - Method in class io.vertx.amqp.AmqpClientOptions
 
setIdleTimeout(int) - Method in class io.vertx.core.eventbus.EventBusOptions
 
setIdleTimeout(int) - Method in class io.vertx.core.http.HttpClientOptions
 
setIdleTimeout(int) - Method in class io.vertx.core.http.HttpServerOptions
 
setIdleTimeout(int) - Method in class io.vertx.core.net.ClientOptionsBase
 
setIdleTimeout(int) - Method in class io.vertx.core.net.NetClientOptions
 
setIdleTimeout(int) - Method in class io.vertx.core.net.NetServerOptions
 
setIdleTimeout(int) - Method in class io.vertx.core.net.TCPSSLOptions
Set the idle timeout, default time unit is seconds.
setIdleTimeout(int) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set the idle timeout, in seconds.
setIdleTimeout(int) - Method in class io.vertx.ext.mail.MailConfig
 
setIdleTimeout(int) - Method in class io.vertx.ext.shell.term.HttpTermOptions
 
setIdleTimeout(int) - Method in class io.vertx.ext.shell.term.TelnetTermOptions
 
setIdleTimeout(int) - Method in class io.vertx.ext.web.client.WebClientOptions
 
setIdleTimeout(int) - Method in class io.vertx.jdbcclient.JDBCConnectOptions
 
setIdleTimeout(int) - Method in class io.vertx.mqtt.MqttClientOptions
Deprecated.
setIdleTimeout(int) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setIdleTimeout(int) - Method in class io.vertx.pgclient.PgConnectOptions
 
setIdleTimeout(int) - Method in class io.vertx.sqlclient.PoolOptions
Establish an idle timeout for pooled connections.
setIdleTimeout(int) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
 
setIdleTimeoutUnit(TimeUnit) - Method in class io.vertx.amqp.AmqpClientOptions
 
setIdleTimeoutUnit(TimeUnit) - Method in class io.vertx.core.http.HttpClientOptions
 
setIdleTimeoutUnit(TimeUnit) - Method in class io.vertx.core.http.HttpServerOptions
 
setIdleTimeoutUnit(TimeUnit) - Method in class io.vertx.core.net.ClientOptionsBase
 
setIdleTimeoutUnit(TimeUnit) - Method in class io.vertx.core.net.NetClientOptions
 
setIdleTimeoutUnit(TimeUnit) - Method in class io.vertx.core.net.NetServerOptions
 
setIdleTimeoutUnit(TimeUnit) - Method in class io.vertx.core.net.TCPSSLOptions
Set the idle timeout unit.
setIdleTimeoutUnit(TimeUnit) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set the idle timeout unit.
setIdleTimeoutUnit(TimeUnit) - Method in class io.vertx.ext.mail.MailConfig
 
setIdleTimeoutUnit(TimeUnit) - Method in class io.vertx.ext.web.client.WebClientOptions
 
setIdleTimeoutUnit(TimeUnit) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setIdleTimeoutUnit(TimeUnit) - Method in class io.vertx.pgclient.PgConnectOptions
 
setIdleTimeoutUnit(TimeUnit) - Method in class io.vertx.sqlclient.PoolOptions
Establish an idle timeout unit for pooled connections.
setIdleTimeoutUnit(TimeUnit) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
 
setIdString(String) - Method in class io.vertx.kafka.client.common.Node
Set the string representation of the node id
setIgnoreExpiration(boolean) - Method in class io.vertx.ext.auth.JWTOptions
 
setInBinary(boolean) - Method in class io.vertx.ext.shell.term.TelnetTermOptions
Set the telnet connection to negociate binary data format when receiving from the client, the default value is true.
setInboundPermitteds(List<PermittedOptions>) - Method in class io.vertx.ext.bridge.BridgeOptions
Sets the list of inbound permitted options.
setInboundPermitteds(List<PermittedOptions>) - Method in class io.vertx.ext.stomp.BridgeOptions
 
setInboundPermitteds(List<PermittedOptions>) - Method in class io.vertx.ext.web.handler.sockjs.SockJSBridgeOptions
 
setIncludeDebugInfo(boolean) - Method in class io.vertx.serviceproxy.ServiceBinder
When an exception is thrown by the service or the underlying handler, include debugging info in the ServiceException, that you can access with ServiceException.getDebugInfo()
setIncludeDefaultStores(boolean) - Method in class io.vertx.config.ConfigRetrieverOptions
Enables or disables the inclusion of the default stored in the configuration.
setIncludeHidden(boolean) - Method in interface io.vertx.ext.web.handler.StaticHandler
Set whether hidden files should be served
setIncludeHidden(boolean) - Method in class io.vertx.reactivex.ext.web.handler.StaticHandler
Set whether hidden files should be served
setIncludeHidden(boolean) - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
Set whether hidden files should be served
setIncludeProperties(boolean) - Method in class io.vertx.rabbitmq.RabbitMQOptions
Set wether to include properties when a broker message is passed on the event bus
setIndex(int) - Method in class io.vertx.core.cli.Argument
Sets the argument index.
setIndex(int) - Method in class io.vertx.core.cli.TypedArgument
 
setIndex(long) - Method in class io.vertx.ext.consul.BlockingQueryOptions
Set index indicating that the client wishes to wait for any changes subsequent to that index.
setIndex(long) - Method in class io.vertx.ext.consul.CheckList
Set Consul index, a unique identifier representing the current state of the requested list of checks
setIndex(long) - Method in class io.vertx.ext.consul.CoordinateList
Set Consul index, a unique identifier representing the current state of the requested coordinates
setIndex(long) - Method in class io.vertx.ext.consul.EventList
Set Consul index, a unique identifier representing the current state of the requested events
setIndex(long) - Method in class io.vertx.ext.consul.KeyValueList
Set Consul index
setIndex(long) - Method in class io.vertx.ext.consul.NodeList
Set Consul index, a unique identifier representing the current state of the requested list of nodes
setIndex(long) - Method in class io.vertx.ext.consul.ServiceEntryList
Set Consul index, a unique identifier representing the current state of the requested list of services
setIndex(long) - Method in class io.vertx.ext.consul.ServiceList
Set Consul index, a unique identifier representing the current state of the requested list of services
setIndex(long) - Method in class io.vertx.ext.consul.Session
Set Consul index
setIndex(long) - Method in class io.vertx.ext.consul.SessionList
Set Consul index, a unique identifier representing the current state of the requested list of sessions
setIndex(long) - Method in class io.vertx.ext.consul.TxnKVOperation
Set the index used for locking, unlocking, and check-and-set operations.
setIndexPage(String) - Method in interface io.vertx.ext.web.handler.StaticHandler
Set the index page
setIndexPage(String) - Method in class io.vertx.reactivex.ext.web.handler.StaticHandler
Set the index page
setIndexPage(String) - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
Set the index page
setIndexTemplate(String) - Method in interface io.vertx.ext.web.handler.TemplateHandler
Set the index template
setIndexTemplate(String) - Method in class io.vertx.reactivex.ext.web.handler.TemplateHandler
Set the index template
setIndexTemplate(String) - Method in class io.vertx.rxjava.ext.web.handler.TemplateHandler
Set the index template
setInfluxDbOptions(VertxInfluxDbOptions) - Method in class io.vertx.micrometer.MicrometerMetricsOptions
Set InfluxDB options.
setInitialSettings(Http2Settings) - Method in class io.vertx.core.http.HttpClientOptions
Set the HTTP/2 connection settings immediately sent by to the server when the client connects.
setInitialSettings(Http2Settings) - Method in class io.vertx.core.http.HttpServerOptions
Set the HTTP/2 connection settings immediatly sent by the server when a client connects.
setInitialSettings(Http2Settings) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set the HTTP/2 connection settings immediately sent by to the server when the client connects.
setInitialSettings(Http2Settings) - Method in class io.vertx.ext.web.client.WebClientOptions
 
setInitialSettings(Http2Settings) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
 
setInitialWindowSize(int) - Method in class io.vertx.core.http.Http2Settings
Set the SETTINGS_INITIAL_WINDOW_SIZE HTTP/2 setting
setInlineAttachment(List<MailAttachment>) - Method in class io.vertx.ext.mail.MailMessage
set the list of inline attachments of this mail
setInlineAttachment(MailAttachment) - Method in class io.vertx.ext.mail.MailMessage
set a single inline attachment of this mail
setInsertJSESSIONID(boolean) - Method in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
Whether to insert a JSESSIONID cookie so load-balancers ensure requests for a specific SockJS session are always routed to the correct server.
setInstances(int) - Method in class io.vertx.core.DeploymentOptions
Set the number of instances that should be deployed.
setInSyncReplicas(List<Node>) - Method in class io.vertx.kafka.client.common.PartitionInfo
Set the subset of the replicas that are in sync
setInt(int, int) - Method in interface io.vertx.core.buffer.Buffer
Sets the int at position pos in the Buffer to the value i.
setInt(int, int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Sets the int at position pos in the Buffer to the value i.
setInt(int, int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Sets the int at position pos in the Buffer to the value i.
setInternal(boolean) - Method in class io.vertx.kafka.admin.TopicDescription
Set whether the topic is internal to Kafka.
setInternalBlockingPoolSize(int) - Method in class io.vertx.core.VertxOptions
Set the value of internal blocking pool size
setInterval(String) - Method in class io.vertx.ext.consul.CheckOptions
Set checking interval
setIntLE(int, int) - Method in interface io.vertx.core.buffer.Buffer
Sets the int at position pos in the Buffer to the value i in the Little Endian Byte Order.
setIntLE(int, int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Sets the int at position pos in the Buffer to the value i in the Little Endian Byte Order.
setIntLE(int, int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Sets the int at position pos in the Buffer to the value i in the Little Endian Byte Order.
setIntputrc(String) - Method in class io.vertx.ext.shell.term.HttpTermOptions
The path of the inputrc config.
setIntputrc(String) - Method in class io.vertx.ext.shell.term.SSHTermOptions
The path of the inputrc config.
setIntputrc(String) - Method in class io.vertx.ext.shell.term.TelnetTermOptions
The path of the inputrc config.
setIntrospectionPath(String) - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
Set the provider token introspection resource path
setInvalidate(boolean) - Method in class io.vertx.spi.cluster.ignite.IgniteCacheOptions
Sets invalidation flag for near cache entries in this transaction.
setIpV6(boolean) - Method in class io.vertx.core.datagram.DatagramSocketOptions
Set if IP v6 should be used
setIsEmpty(boolean) - Method in class io.vertx.kafka.client.common.Node
Set if this node is empty
setIsolatedClasses(List<String>) - Method in class io.vertx.core.DeploymentOptions
Deprecated.
setIsolationGroup(String) - Method in class io.vertx.core.DeploymentOptions
Deprecated.
setIsr(List<Node>) - Method in class io.vertx.kafka.client.common.TopicPartitionInfo
Set the subset of the replicas that are in sync
setIssuer(String) - Method in class io.vertx.ext.auth.JWTOptions
 
setJdbcUrl(String) - Method in class io.vertx.jdbcclient.JDBCConnectOptions
 
setJdkSslEngineOptions(JdkSSLEngineOptions) - Method in class io.vertx.amqp.AmqpClientOptions
 
setJdkSslEngineOptions(JdkSSLEngineOptions) - Method in class io.vertx.core.eventbus.EventBusOptions
 
setJdkSslEngineOptions(JdkSSLEngineOptions) - Method in class io.vertx.core.http.HttpClientOptions
 
setJdkSslEngineOptions(JdkSSLEngineOptions) - Method in class io.vertx.core.http.HttpServerOptions
 
setJdkSslEngineOptions(JdkSSLEngineOptions) - Method in class io.vertx.core.net.ClientOptionsBase
 
setJdkSslEngineOptions(JdkSSLEngineOptions) - Method in class io.vertx.core.net.NetClientOptions
 
setJdkSslEngineOptions(JdkSSLEngineOptions) - Method in class io.vertx.core.net.NetServerOptions
 
setJdkSslEngineOptions(JdkSSLEngineOptions) - Method in class io.vertx.core.net.TCPSSLOptions
 
setJdkSslEngineOptions(JdkSSLEngineOptions) - Method in class io.vertx.db2client.DB2ConnectOptions
 
setJdkSslEngineOptions(JdkSSLEngineOptions) - Method in class io.vertx.ext.consul.ConsulClientOptions
 
setJdkSslEngineOptions(JdkSSLEngineOptions) - Method in class io.vertx.ext.mail.MailConfig
 
setJdkSslEngineOptions(JdkSSLEngineOptions) - Method in class io.vertx.ext.web.client.WebClientOptions
 
setJdkSslEngineOptions(JdkSSLEngineOptions) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setJdkSslEngineOptions(JdkSSLEngineOptions) - Method in class io.vertx.pgclient.PgConnectOptions
 
setJdkSslEngineOptions(JdkSSLEngineOptions) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
 
setJksKeyCertOptions(JksOptions) - Method in class io.vertx.spi.cluster.ignite.IgniteSslOptions
Sets JksKeyCertOptions that will be used for creating a secure socket layer.
setJksTrustOptions(JksOptions) - Method in class io.vertx.spi.cluster.ignite.IgniteSslOptions
Sets JksTrustOptions that will be used for creating a secure socket layer.
setJmxDomain(String) - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
Set the JMX domain to use when JMX metrics are enabled.
setJmxEnabled(boolean) - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
Set whether JMX will be enabled on the Vert.x instance.
setJmxMetricsOptions(VertxJmxMetricsOptions) - Method in class io.vertx.micrometer.MicrometerMetricsOptions
Set JMX metrics options.
setJvmMetricsEnabled(boolean) - Method in class io.vertx.micrometer.MicrometerMetricsOptions
Whether JVM metrics should be collected.
setJwkPath(String) - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
 
setJwks(List<JsonObject>) - Method in class io.vertx.ext.auth.jwt.JWTAuthOptions
 
setJwtAuth(JWTAuth) - Method in class io.vertx.serviceproxy.ServiceJWTInterceptor
Deprecated.
Set a JWT auth that will verify all requests before the service is invoked.
setJWTOptions(JWTOptions) - Method in class io.vertx.ext.auth.jwt.JWTAuthOptions
 
setJWTOptions(JWTOptions) - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
 
setKeepAlive(boolean) - Method in class io.vertx.core.http.HttpClientOptions
Set whether keep alive is enabled on the client
setKeepAlive(boolean) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set whether keep alive is enabled on the client
setKeepAlive(boolean) - Method in class io.vertx.ext.mail.MailConfig
set if connection pool is enabled default is true
setKeepAlive(boolean) - Method in class io.vertx.ext.web.client.WebClientOptions
 
setKeepAlive(long) - Method in class io.vertx.ext.web.handler.graphql.ApolloWSOptions
Set the interval in milliseconds to send KEEPALIVE messages to all clients.
setKeepAlive(boolean) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
 
setKeepAliveInterval(int) - Method in class io.vertx.mqtt.MqttClientOptions
Set the keep alive interval in seconds
setKeepAliveTimeout(int) - Method in class io.vertx.core.http.HttpClientOptions
Set the keep alive timeout for HTTP/1.x, in seconds.
setKeepAliveTimeout(int) - Method in class io.vertx.ext.consul.ConsulClientOptions
 
setKeepAliveTimeout(int) - Method in class io.vertx.ext.web.client.WebClientOptions
 
setKeepAliveTimeout(int) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
 
setKeepMostRecent(boolean) - Method in class io.vertx.rabbitmq.QueueOptions
 
setKey(String) - Method in class io.vertx.ext.consul.KeyValue
Set the key
setKey(String) - Method in class io.vertx.ext.consul.TxnKVOperation
Set the key
setKey(JsonObject) - Method in class io.vertx.ext.mongo.IndexModel
Sets the index key
setKey(String) - Method in class io.vertx.ext.shell.command.base.LocalMapPut
 
setKeyAlgorithm(String) - Method in class io.vertx.spi.cluster.ignite.IgniteSslOptions
Deprecated.
Use vert.x ssl certificate options instead. It will be removed in vert.x 4.1
setKeyCertOptions(KeyCertOptions) - Method in class io.vertx.amqp.AmqpClientOptions
 
setKeyCertOptions(KeyCertOptions) - Method in class io.vertx.core.eventbus.EventBusOptions
 
setKeyCertOptions(KeyCertOptions) - Method in class io.vertx.core.http.HttpClientOptions
 
setKeyCertOptions(KeyCertOptions) - Method in class io.vertx.core.http.HttpServerOptions
 
setKeyCertOptions(KeyCertOptions) - Method in class io.vertx.core.net.ClientOptionsBase
 
setKeyCertOptions(KeyCertOptions) - Method in class io.vertx.core.net.NetClientOptions
 
setKeyCertOptions(KeyCertOptions) - Method in class io.vertx.core.net.NetServerOptions
 
setKeyCertOptions(KeyCertOptions) - Method in class io.vertx.core.net.TCPSSLOptions
Set the key/cert options.
setKeyCertOptions(KeyCertOptions) - Method in class io.vertx.db2client.DB2ConnectOptions
 
setKeyCertOptions(KeyCertOptions) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set the key/cert options.
setKeyCertOptions(KeyCertOptions) - Method in class io.vertx.ext.mail.MailConfig
 
setKeyCertOptions(KeyCertOptions) - Method in class io.vertx.ext.web.client.WebClientOptions
 
setKeyCertOptions(KeyCertOptions) - Method in class io.vertx.mqtt.MqttClientOptions
 
setKeyCertOptions(KeyCertOptions) - Method in class io.vertx.mqtt.MqttServerOptions
 
setKeyCertOptions(KeyCertOptions) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setKeyCertOptions(KeyCertOptions) - Method in class io.vertx.pgclient.PgConnectOptions
 
setKeyCertOptions(KeyCertOptions) - Method in class io.vertx.rabbitmq.RabbitMQOptions
 
setKeyCertOptions(KeyCertOptions) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
 
setKeyPairOptions(JksOptions) - Method in class io.vertx.ext.shell.term.SSHTermOptions
Set the key pair options in jks format, aka Java keystore.
setKeyPath(String) - Method in class io.vertx.core.net.PemKeyCertOptions
Set the path of the first key file, replacing the keys paths
setKeyPaths(List<String>) - Method in class io.vertx.core.net.PemKeyCertOptions
Set all the paths to the keys files
setKeys(List<String>) - Method in class io.vertx.ext.shell.command.base.LocalMapGet
 
setKeys(List<String>) - Method in class io.vertx.ext.shell.command.base.LocalMapRm
 
setKeys(JsonArray) - Method in class io.vertx.ext.sql.UpdateResult
 
setKeyspace(String) - Method in class io.vertx.cassandra.CassandraClientOptions
Set the keyspace to use when creating the Cassandra session.
setKeyStore(KeyStoreOptions) - Method in class io.vertx.ext.auth.jwt.JWTAuthOptions
 
setKeyStore(String) - Method in class io.vertx.ext.mail.MailConfig
setKeyStoreFilePath(String) - Method in class io.vertx.spi.cluster.ignite.IgniteSslOptions
Deprecated.
Use vert.x jksKeyCertOptions.path instead. It will be removed in vert.x 4.1
setKeyStoreOptions(JksOptions) - Method in class io.vertx.amqp.AmqpClientOptions
 
setKeyStoreOptions(JksOptions) - Method in class io.vertx.core.eventbus.EventBusOptions
 
setKeyStoreOptions(JksOptions) - Method in class io.vertx.core.http.HttpClientOptions
 
setKeyStoreOptions(JksOptions) - Method in class io.vertx.core.http.HttpServerOptions
 
setKeyStoreOptions(JksOptions) - Method in class io.vertx.core.net.ClientOptionsBase
 
setKeyStoreOptions(JksOptions) - Method in class io.vertx.core.net.NetClientOptions
 
setKeyStoreOptions(JksOptions) - Method in class io.vertx.core.net.NetServerOptions
 
setKeyStoreOptions(JksOptions) - Method in class io.vertx.core.net.TCPSSLOptions
Set the key/cert options in jks format, aka Java keystore.
setKeyStoreOptions(JksOptions) - Method in class io.vertx.db2client.DB2ConnectOptions
 
setKeyStoreOptions(JksOptions) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set the key/cert options in jks format, aka Java keystore.
setKeyStoreOptions(JksOptions) - Method in class io.vertx.ext.mail.MailConfig
 
setKeyStoreOptions(JksOptions) - Method in class io.vertx.ext.shell.term.HttpTermOptions
 
setKeyStoreOptions(JksOptions) - Method in class io.vertx.ext.shell.term.TelnetTermOptions
 
setKeyStoreOptions(JksOptions) - Method in class io.vertx.ext.web.client.WebClientOptions
 
setKeyStoreOptions(JksOptions) - Method in class io.vertx.mqtt.MqttClientOptions
 
setKeyStoreOptions(JksOptions) - Method in class io.vertx.mqtt.MqttServerOptions
 
setKeyStoreOptions(JksOptions) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setKeyStoreOptions(JksOptions) - Method in class io.vertx.pgclient.PgConnectOptions
 
setKeyStoreOptions(JksOptions) - Method in class io.vertx.rabbitmq.RabbitMQOptions
 
setKeyStoreOptions(JksOptions) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
 
setKeyStorePassword(String) - Method in class io.vertx.ext.mail.MailConfig
setKeyStorePassword(String) - Method in class io.vertx.spi.cluster.ignite.IgniteSslOptions
Deprecated.
Use vert.x jksKeyCertOptions.password instead. It will be removed in vert.x 4.1
setKeyStoreType(String) - Method in class io.vertx.spi.cluster.ignite.IgniteSslOptions
Deprecated.
Use vert.x ssl certificate options instead. It will be removed in vert.x 4.1
setKeyValue(Buffer) - Method in class io.vertx.core.net.PemKeyCertOptions
Set the first key a a buffer, replacing the previous keys buffers
setKeyValues(List<Buffer>) - Method in class io.vertx.core.net.PemKeyCertOptions
Set all the keys as a list of buffer
setKO() - Method in class io.vertx.ext.healthchecks.Status
Sets the outcome of the status to KO.
setLabel(String) - Method in class io.vertx.micrometer.Match
Set the label name.
setLabelMatches(List<Match>) - Method in class io.vertx.micrometer.MicrometerMetricsOptions
Set a list of rules for label matching.
setLabels(Set<Label>) - Method in class io.vertx.micrometer.MicrometerMetricsOptions
Sets enabled labels.
setLanAddress(String) - Method in class io.vertx.ext.consul.Node
Set node lan address
setLastAccessed(long) - Method in class io.vertx.ext.web.sstore.AbstractSession
 
setLastStreamId(int) - Method in class io.vertx.core.http.GoAway
Set the last stream id.
setLazySession(boolean) - Method in interface io.vertx.ext.web.handler.SessionHandler
Use a lazy session creation mechanism.
setLazySession(boolean) - Method in class io.vertx.reactivex.ext.web.handler.SessionHandler
Use a lazy session creation mechanism.
setLazySession(boolean) - Method in class io.vertx.rxjava.ext.web.handler.SessionHandler
Use a lazy session creation mechanism.
setLeader(Node) - Method in class io.vertx.kafka.client.common.PartitionInfo
Set the node id of the node currently acting as a leader
setLeader(Node) - Method in class io.vertx.kafka.client.common.TopicPartitionInfo
Set the node id of the node currently acting as a leader
setLeaderEpoch(Integer) - Method in class io.vertx.kafka.admin.ListOffsetsResultInfo
Set the leader epoch
setLeeway(int) - Method in class io.vertx.ext.auth.JWTOptions
 
setLeftPadding(int) - Method in class io.vertx.core.cli.UsageMessageFormatter
 
setLibraryURL(String) - Method in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
Transports which don't support cross-domain communication natively use an iframe trick.
setLimit(int) - Method in class io.vertx.ext.consul.PreparedQueryExecuteOptions
Set the size of the list to the given number of nodes.
setLimit(int) - Method in class io.vertx.ext.mongo.FindOptions
Set the limit
setLineStrings(List<LineString>) - Method in class io.vertx.mysqlclient.data.spatial.MultiLineString
 
setLineStrings(List<LineString>) - Method in class io.vertx.mysqlclient.data.spatial.Polygon
 
setLinkName(String) - Method in class io.vertx.amqp.AmqpReceiverOptions
 
setLinkName(String) - Method in class io.vertx.amqp.AmqpSenderOptions
 
setList(List<Check>) - Method in class io.vertx.ext.consul.CheckList
Set list of checks
setList(List<Coordinate>) - Method in class io.vertx.ext.consul.CoordinateList
Set list of coordinates
setList(List<Event>) - Method in class io.vertx.ext.consul.EventList
Set list of events
setList(List<KeyValue>) - Method in class io.vertx.ext.consul.KeyValueList
Set list of key/value pairs
setList(List<Node>) - Method in class io.vertx.ext.consul.NodeList
Set list of nodes
setList(List<ServiceEntry>) - Method in class io.vertx.ext.consul.ServiceEntryList
Set list of services
setList(List<Service>) - Method in class io.vertx.ext.consul.ServiceList
Set list of services
setList(List<Session>) - Method in class io.vertx.ext.consul.SessionList
Set list of sessions
setListSeparator(String) - Method in class io.vertx.core.cli.TypedOption
 
setLocal(boolean) - Method in class io.vertx.ext.shell.command.base.BusTail
 
setLocalAddress(String) - Method in class io.vertx.amqp.AmqpClientOptions
 
setLocalAddress(String) - Method in class io.vertx.core.http.HttpClientOptions
 
setLocalAddress(String) - Method in class io.vertx.core.net.ClientOptionsBase
Set the local interface to bind for network connections.
setLocalAddress(String) - Method in class io.vertx.core.net.NetClientOptions
 
setLocalAddress(String) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set the local interface to bind for network connections.
setLocalAddress(String) - Method in class io.vertx.ext.mail.MailConfig
 
setLocalAddress(String) - Method in class io.vertx.ext.web.client.WebClientOptions
 
setLocalAddress(String) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setLocalAddress(String) - Method in class io.vertx.pgclient.PgConnectOptions
 
setLocalAddress(String) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
 
setLocalHost(String) - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
Sets system-wide local address or host for all Ignite components to bind to.
setLocalOnly(boolean) - Method in class io.vertx.core.eventbus.DeliveryOptions
Whether a message should be delivered to local consumers only.
setLocalPort(int) - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
Sets local port for socket binding.
setLocalRepository(String) - Method in class io.vertx.maven.ResolverOptions
Sets the path to the local Maven repository.
setLocalWriteHandler(boolean) - Method in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
Whether the writeHandler should be local only or cluster-wide.
setLocation(JsonObject) - Method in class io.vertx.servicediscovery.Record
Sets the json object describing the location of the service.
setLockDelay(long) - Method in class io.vertx.ext.consul.Session
Set the Lock delay of session
setLockDelay(long) - Method in class io.vertx.ext.consul.SessionOptions
Set the lock-delay period.
setLockIndex(long) - Method in class io.vertx.ext.consul.KeyValue
Set the number of times this key has successfully been acquired in a lock.
setLogActivity(boolean) - Method in class io.vertx.core.datagram.DatagramSocketOptions
 
setLogActivity(boolean) - Method in class io.vertx.core.dns.DnsClientOptions
Set to true to enabled network activity logging: Netty's pipeline is configured for logging on Netty's logger.
setLogActivity(boolean) - Method in class io.vertx.core.eventbus.EventBusOptions
 
setLogActivity(boolean) - Method in class io.vertx.core.http.HttpClientOptions
 
setLogActivity(boolean) - Method in class io.vertx.core.http.HttpServerOptions
 
setLogActivity(boolean) - Method in class io.vertx.core.net.ClientOptionsBase
 
setLogActivity(boolean) - Method in class io.vertx.core.net.NetClientOptions
 
setLogActivity(boolean) - Method in class io.vertx.core.net.NetServerOptions
 
setLogActivity(boolean) - Method in class io.vertx.core.net.NetworkOptions
Set to true to enabled network activity logging: Netty's pipeline is configured for logging on Netty's logger.
setLogActivity(boolean) - Method in class io.vertx.core.net.TCPSSLOptions
 
setLogActivity(boolean) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set to true to enabled network activity logging: Netty's pipeline is configured for logging on Netty's logger.
setLogActivity(boolean) - Method in class io.vertx.ext.mail.MailConfig
 
setLogActivity(boolean) - Method in class io.vertx.ext.web.client.WebClientOptions
 
setLogActivity(boolean) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setLogActivity(boolean) - Method in class io.vertx.pgclient.PgConnectOptions
 
setLogActivity(boolean) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
 
setLogin(LoginOption) - Method in class io.vertx.ext.mail.MailConfig
Set the login mode for the connection.
setLogin(String) - Method in class io.vertx.ext.stomp.StompClientOptions
Sets the login to use if the STOMP server is secured.
setLogoutPath(String) - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
Set the provider logout path
setLong(int, long) - Method in interface io.vertx.core.buffer.Buffer
Sets the long at position pos in the Buffer to the value l.
setLong(int, long) - Method in class io.vertx.reactivex.core.buffer.Buffer
Sets the long at position pos in the Buffer to the value l.
setLong(int, long) - Method in class io.vertx.rxjava.core.buffer.Buffer
Sets the long at position pos in the Buffer to the value l.
setLongLE(int, long) - Method in interface io.vertx.core.buffer.Buffer
Sets the long at position pos in the Buffer to the value l in the Little Endian Byte Order.
setLongLE(int, long) - Method in class io.vertx.reactivex.core.buffer.Buffer
Sets the long at position pos in the Buffer to the value l in the Little Endian Byte Order.
setLongLE(int, long) - Method in class io.vertx.rxjava.core.buffer.Buffer
Sets the long at position pos in the Buffer to the value l in the Little Endian Byte Order.
setLongName(String) - Method in class io.vertx.core.cli.Option
Sets the long name of this option.
setLongName(String) - Method in class io.vertx.core.cli.TypedOption
 
setLongOptionPrefix(String) - Method in class io.vertx.core.cli.UsageMessageFormatter
 
setLongOptionSeparator(String) - Method in class io.vertx.core.cli.UsageMessageFormatter
Set the separator displayed between a long option and its value.
setLoopbackModeDisabled(boolean) - Method in class io.vertx.core.datagram.DatagramSocketOptions
Set if loopback mode is disabled
setLowerLeftCorner(Point) - Method in class io.vertx.pgclient.data.Box
 
setLTime(int) - Method in class io.vertx.ext.consul.Event
Set the Lamport clock time
setMap(String) - Method in class io.vertx.ext.shell.command.base.LocalMapGet
 
setMap(String) - Method in class io.vertx.ext.shell.command.base.LocalMapPut
 
setMap(String) - Method in class io.vertx.ext.shell.command.base.LocalMapRm
 
setMasterName(String) - Method in class io.vertx.redis.client.RedisOptions
Set the master name (only considered in HA mode).
setMatch(JsonObject) - Method in class io.vertx.ext.bridge.PermittedOptions
This allows you to allow messages based on their structure.
setMaxAddressLength(int) - Method in class io.vertx.ext.web.handler.sockjs.SockJSBridgeOptions
 
setMaxAge(long) - Method in interface io.vertx.core.http.Cookie
Sets the maximum age of this cookie in seconds.
setMaxAge(long) - Method in class io.vertx.reactivex.core.http.Cookie
Sets the maximum age of this cookie in seconds.
setMaxAge(long) - Method in class io.vertx.rxjava.core.http.Cookie
Sets the maximum age of this cookie in seconds.
setMaxAgeSeconds(long) - Method in interface io.vertx.ext.web.handler.StaticHandler
Set value for max age in caching headers
setMaxAgeSeconds(long) - Method in class io.vertx.reactivex.ext.web.handler.StaticHandler
Set value for max age in caching headers
setMaxAgeSeconds(long) - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
Set value for max age in caching headers
setMaxAvgServeTimeNs(long) - Method in interface io.vertx.ext.web.handler.StaticHandler
Set the max serve time in ns, above which serves are considered slow
setMaxAvgServeTimeNs(long) - Method in class io.vertx.reactivex.ext.web.handler.StaticHandler
Set the max serve time in ns, above which serves are considered slow
setMaxAvgServeTimeNs(long) - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
Set the max serve time in ns, above which serves are considered slow
setMaxBodyLength(int) - Method in class io.vertx.ext.stomp.StompServerOptions
Sets the max body length accepted by the server.
setMaxBufferedMessages(int) - Method in class io.vertx.amqp.AmqpReceiverOptions
Sets the max buffered messages.
setMaxBufferedMessages(int) - Method in interface io.vertx.core.eventbus.MessageConsumer
Set the number of messages this registration will buffer when this stream is paused.
setMaxBufferedMessages(int) - Method in class io.vertx.reactivex.core.eventbus.MessageConsumer
Set the number of messages this registration will buffer when this stream is paused.
setMaxBufferedMessages(int) - Method in class io.vertx.rxjava.core.eventbus.MessageConsumer
Set the number of messages this registration will buffer when this stream is paused.
setMaxBytesStreaming(int) - Method in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
Most streaming transports save responses on the client side and don't free memory used by delivered messages.
setMaxCacheSize(int) - Method in interface io.vertx.ext.web.handler.StaticHandler
Set the max cache size, when caching is enabled
setMaxCacheSize(int) - Method in class io.vertx.reactivex.ext.web.handler.StaticHandler
Set the max cache size, when caching is enabled
setMaxCacheSize(int) - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
Set the max cache size, when caching is enabled
setMaxChunkSize(int) - Method in class io.vertx.core.http.HttpClientOptions
Set the maximum HTTP chunk size
setMaxChunkSize(int) - Method in class io.vertx.core.http.HttpServerOptions
Set the maximum HTTP chunk size that HttpServerRequest.handler(Handler) will receive
setMaxChunkSize(int) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set the maximum HTTP chunk size
setMaxChunkSize(int) - Method in class io.vertx.ext.web.client.WebClientOptions
 
setMaxChunkSize(int) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
 
setMaxConcurrentAsyncOperations(int) - Method in class io.vertx.spi.cluster.ignite.IgniteCacheOptions
Sets maximum number of concurrent asynchronous operations.
setMaxConcurrentStreams(long) - Method in class io.vertx.core.http.Http2Settings
Set the SETTINGS_MAX_CONCURRENT_STREAMS HTTP/2 setting
setMaxConnectTimeout(long) - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
Sets maximum connect timeout.
setMaxEventLoopExecuteTime(long) - Method in class io.vertx.core.VertxOptions
Sets the value of max event loop execute time, in maxEventLoopExecuteTimeUnit.
setMaxEventLoopExecuteTimeUnit(TimeUnit) - Method in class io.vertx.core.VertxOptions
Set the time unit of maxEventLoopExecuteTime.
setMaxFailures(int) - Method in class io.vertx.circuitbreaker.CircuitBreakerOptions
Sets the maximum number of failures before opening the circuit.
setMaxFormAttributeSize(int) - Method in class io.vertx.core.http.HttpServerOptions
Set the maximum size of a form attribute.
setMaxFrameInTransaction(int) - Method in class io.vertx.ext.stomp.StompServerOptions
Sets the maximum number of frame that can be added in a transaction.
setMaxFrameSize(int) - Method in class io.vertx.amqp.AmqpClientOptions
 
setMaxFrameSize(int) - Method in class io.vertx.core.http.Http2Settings
Set the SETTINGS_MAX_FRAME_SIZE HTTP/2 setting
setMaxHandlersPerSocket(int) - Method in class io.vertx.ext.web.handler.sockjs.SockJSBridgeOptions
 
setMaxHeaderLength(int) - Method in class io.vertx.ext.stomp.StompServerOptions
Sets the max header length.
setMaxHeaderListSize(long) - Method in class io.vertx.core.http.Http2Settings
Set the SETTINGS_MAX_HEADER_LIST_SIZE HTTP/2 setting
setMaxHeaders(int) - Method in class io.vertx.ext.stomp.StompServerOptions
Sets the maximum number of headers.
setMaxHeaderSize(int) - Method in class io.vertx.core.http.HttpClientOptions
Set the maximum length of all headers for HTTP/1.x .
setMaxHeaderSize(int) - Method in class io.vertx.core.http.HttpServerOptions
Set the maximum length of all headers for HTTP/1.x .
setMaxHeaderSize(int) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set the maximum length of all headers for HTTP/1.x .
setMaxHeaderSize(int) - Method in class io.vertx.ext.web.client.WebClientOptions
 
setMaxHeaderSize(int) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
 
setMaxInflightQueue(int) - Method in class io.vertx.mqtt.MqttClientOptions
Set max count of unacknowledged messages
setMaxInitialLineLength(int) - Method in class io.vertx.core.http.HttpClientOptions
Set the maximum length of the initial line for HTTP/1.x (e.g.
setMaxInitialLineLength(int) - Method in class io.vertx.core.http.HttpServerOptions
Set the maximum length of the initial line for HTTP/1.x (e.g.
setMaxInitialLineLength(int) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set the maximum length of the initial line for HTTP/1.x (e.g.
setMaxInitialLineLength(int) - Method in class io.vertx.ext.web.client.WebClientOptions
 
setMaxInitialLineLength(int) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
 
setMaxInternalQueueSize(int) - Method in class io.vertx.rabbitmq.QueueOptions
 
setMaxInternalQueueSize(int) - Method in class io.vertx.rabbitmq.RabbitMQPublisherOptions
 
setMaxMessageSize(int) - Method in class io.vertx.mqtt.MqttClientOptions
Set max MQTT message size
setMaxMessageSize(int) - Method in class io.vertx.mqtt.MqttServerOptions
Set max MQTT message size
setMaxNestedArrays(int) - Method in class io.vertx.redis.client.RedisOptions
Tune how much nested arrays are allowed on a redis response.
setMaxPoolSize(int) - Method in class io.vertx.core.http.HttpClientOptions
Set the maximum pool size for connections
setMaxPoolSize(int) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set the maximum pool size for connections
setMaxPoolSize(int) - Method in class io.vertx.ext.mail.MailConfig
set the max allowed number of open connections to the mail server if not set the default is 10
setMaxPoolSize(int) - Method in class io.vertx.ext.web.client.WebClientOptions
 
setMaxPoolSize(int) - Method in class io.vertx.redis.client.RedisOptions
Tune the maximum size of the connection pool.
setMaxPoolSize(int) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
 
setMaxPoolWaiting(int) - Method in class io.vertx.redis.client.RedisOptions
Tune the maximum waiting requests for a connection from the pool.
setMaxQueries(int) - Method in class io.vertx.core.dns.AddressResolverOptions
Set the maximum number of queries when an hostname is resolved.
setMaxQueryInteratorsCount(int) - Method in class io.vertx.spi.cluster.ignite.IgniteCacheOptions
Sets maximum number of query iterators that can be stored.
setMaxRedirects(int) - Method in class io.vertx.core.http.HttpClientOptions
Set to maxRedirects the maximum number of redirection a request can follow.
setMaxRedirects(int) - Method in interface io.vertx.core.http.HttpClientRequest
Set the max number of HTTP redirects this request will follow.
setMaxRedirects(int) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set to maxRedirects the maximum number of redirection a request can follow.
setMaxRedirects(int) - Method in class io.vertx.ext.web.client.WebClientOptions
 
setMaxRedirects(int) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Set the max number of HTTP redirects this request will follow.
setMaxRedirects(int) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
Set the max number of HTTP redirects this request will follow.
setMaxRedirects(int) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
 
setMaxRetries(int) - Method in class io.vertx.circuitbreaker.CircuitBreakerOptions
Configures the number of times the circuit breaker tries to redo the operation before failing.
setMaxRows(int) - Method in class io.vertx.ext.sql.SQLOptions
 
setMaxSize(int) - Method in class io.vertx.sqlclient.PoolOptions
Set the maximum pool size
setMaxSubscriptionsByClient(int) - Method in class io.vertx.ext.stomp.StompServerOptions
Sets the maximum of subscriptions a client is allowed to register.
setMaxTime(long) - Method in class io.vertx.ext.mongo.AggregateOptions
Set the time limit in milliseconds for processing operations on a cursor.
setMaxWaitingHandlers(int) - Method in class io.vertx.redis.client.RedisOptions
The client will always work on pipeline mode, this means that messages can start queueing.
setMaxWaitQueueSize(int) - Method in class io.vertx.core.http.HttpClientOptions
Set the maximum requests allowed in the wait queue, any requests beyond the max size will result in a ConnectionPoolTooBusyException.
setMaxWaitQueueSize(int) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set the maximum requests allowed in the wait queue, any requests beyond the max size will result in a ConnectionPoolTooBusyException.
setMaxWaitQueueSize(int) - Method in class io.vertx.ext.web.client.WebClientOptions
 
setMaxWaitQueueSize(int) - Method in class io.vertx.sqlclient.PoolOptions
Set the maximum connection request allowed in the wait queue, any requests beyond the max size will result in an failure.
setMaxWaitQueueSize(int) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
 
setMaxWebSocketFrameSize(int) - Method in class io.vertx.core.http.HttpClientOptions
Set the max WebSocket frame size
setMaxWebSocketFrameSize(int) - Method in class io.vertx.core.http.HttpServerOptions
Set the maximum WebSocket frames size
setMaxWebSocketFrameSize(int) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set the max websocket frame size
setMaxWebSocketFrameSize(int) - Method in class io.vertx.ext.web.client.WebClientOptions
 
setMaxWebSocketFrameSize(int) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
 
setMaxWebSocketMessageSize(int) - Method in class io.vertx.core.http.HttpClientOptions
Set the max WebSocket message size
setMaxWebSocketMessageSize(int) - Method in class io.vertx.core.http.HttpServerOptions
Set the maximum WebSocket message size
setMaxWebSocketMessageSize(int) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set the max websocket message size
setMaxWebSocketMessageSize(int) - Method in class io.vertx.ext.web.client.WebClientOptions
 
setMaxWebSocketMessageSize(int) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
 
setMaxWebSockets(int) - Method in class io.vertx.core.http.HttpClientOptions
Set the max number of WebSockets per endpoint.
setMaxWorkerExecuteTime(long) - Method in class io.vertx.core.DeploymentOptions
Sets the value of max worker execute time, in maxWorkerExecuteTimeUnit.
setMaxWorkerExecuteTime(long) - Method in class io.vertx.core.VertxOptions
Sets the value of max worker execute time, in maxWorkerExecuteTimeUnit.
setMaxWorkerExecuteTimeUnit(TimeUnit) - Method in class io.vertx.core.DeploymentOptions
Set the time unit of maxWorkerExecuteTime
setMaxWorkerExecuteTimeUnit(TimeUnit) - Method in class io.vertx.core.VertxOptions
Set the time unit of maxWorkerExecuteTime.
setMedium(int, int) - Method in interface io.vertx.core.buffer.Buffer
Sets the 24bit int at position pos in the Buffer to the value i.
setMedium(int, int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Sets the 24bit int at position pos in the Buffer to the value i.
setMedium(int, int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Sets the 24bit int at position pos in the Buffer to the value i.
setMediumLE(int, int) - Method in interface io.vertx.core.buffer.Buffer
Sets the 24bit int at position pos in the Buffer to the value i.
setMediumLE(int, int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Sets the 24bit int at position pos in the Buffer to the value i.
setMediumLE(int, int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Sets the 24bit int at position pos in the Buffer to the value i.
setMembers(List<MemberDescription>) - Method in class io.vertx.kafka.admin.ConsumerGroupDescription
Set a list of the members of the consumer group
setMergeFormAttributes(boolean) - Method in interface io.vertx.ext.web.handler.BodyHandler
Set whether form attributes will be added to the request parameters
setMergeFormAttributes(boolean) - Method in class io.vertx.reactivex.ext.web.handler.BodyHandler
Set whether form attributes will be added to the request parameters
setMergeFormAttributes(boolean) - Method in class io.vertx.rxjava.ext.web.handler.BodyHandler
Set whether form attributes will be added to the request parameters
setMessageID(String) - Method in class io.vertx.ext.mail.MailResult
 
setMeta(Map<String, String>) - Method in class io.vertx.config.vault.client.TokenRequest
 
setMeta(Map<String, String>) - Method in class io.vertx.ext.consul.PreparedQueryDefinition
Set a list of user-defined key/value pairs that will be used for filtering the query results to nodes with the given metadata values present.
setMeta(Map<String, String>) - Method in class io.vertx.ext.consul.Service
Specifies arbitrary KV metadata linked to the service instance.
setMeta(Map<String, String>) - Method in class io.vertx.ext.consul.ServiceOptions
Specifies arbitrary KV metadata linked to the service instance.
setMetadata(JsonObject) - Method in class io.vertx.ext.mongo.GridFsUploadOptions
 
setMetadata(String) - Method in class io.vertx.kafka.client.consumer.OffsetAndMetadata
Set additional metadata for the offset committed
setMetadata(JsonObject) - Method in class io.vertx.servicediscovery.Record
 
setMethod(HttpMethod) - Method in interface io.vertx.core.http.HttpClientRequest
Set the HTTP method for this request.
setMethod(HttpMethod) - Method in class io.vertx.core.http.RequestOptions
Set the HTTP method to be used by the client request.
setMethod(String) - Method in class io.vertx.ext.auth.htdigest.HtdigestCredentials
 
setMethod(HttpMethod) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Set the HTTP method for this request.
setMethod(HttpMethod) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
Set the HTTP method for this request.
setMetricExporterSpi(IgniteMetricExporterOptions) - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
Sets fully configured instance of IgniteMetricExporterOptions.
setMetricRegistry(MetricRegistry) - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
Set the optional metric registry used instead of the Dropwizard shared registry.
setMetricsEnabled(boolean) - Method in class io.vertx.jdbcclient.JDBCConnectOptions
 
setMetricsEnabled(boolean) - Method in class io.vertx.spi.cluster.ignite.IgniteCacheOptions
Sets cache metrics enabled/disabled.
setMetricsExpireTime(long) - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
Sets metrics expire time.
setMetricsHistorySize(int) - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
Sets metrics history size.
setMetricsLogFrequency(long) - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
Sets frequency of metrics log print out.
setMetricsName(String) - Method in class io.vertx.core.http.HttpClientOptions
 
setMetricsName(String) - Method in class io.vertx.core.net.ClientOptionsBase
Set the metrics name identifying the reported metrics, useful for grouping metrics with the same name.
setMetricsName(String) - Method in class io.vertx.core.net.NetClientOptions
 
setMetricsName(String) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set the metrics name identifying the reported metrics, useful for grouping metrics with the same name.
setMetricsName(String) - Method in class io.vertx.ext.mail.MailConfig
 
setMetricsName(String) - Method in class io.vertx.ext.web.client.WebClientOptions
 
setMetricsName(String) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setMetricsName(String) - Method in class io.vertx.pgclient.PgConnectOptions
 
setMetricsName(String) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
 
setMetricsNaming(MetricsNaming) - Method in class io.vertx.micrometer.MicrometerMetricsOptions
MetricsNaming is a structure that holds names of all metrics, each one can be changed individually.
setMetricsOptions(MetricsOptions) - Method in class io.vertx.core.VertxOptions
Set the metrics options
setMetricsRollingBuckets(int) - Method in class io.vertx.circuitbreaker.CircuitBreakerOptions
Sets the configured number of buckets the rolling window is divided into.
setMetricsRollingWindow(long) - Method in class io.vertx.circuitbreaker.CircuitBreakerOptions
Sets the rolling window used for metrics.
setMetricsUpdateFrequency(long) - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
Sets update frequency of metrics.
setMicrometerRegistry(MeterRegistry) - Method in class io.vertx.micrometer.MicrometerMetricsOptions
Programmatically set the Micrometer MeterRegistry to be used by Vert.x.
setMicroseconds(int) - Method in class io.vertx.pgclient.data.Interval
 
setMinLength(int) - Method in interface io.vertx.ext.web.handler.SessionHandler
Set expected session id minimum length.
setMinLength(int) - Method in class io.vertx.reactivex.ext.web.handler.SessionHandler
Set expected session id minimum length.
setMinLength(int) - Method in class io.vertx.rxjava.ext.web.handler.SessionHandler
Set expected session id minimum length.
setMinutes(int) - Method in class io.vertx.pgclient.data.Interval
 
setMode(TemplateMode) - Method in interface io.vertx.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
Deprecated.
see TemplateEngine.unwrap() Set the mode for the engine
setMode(TemplateMode) - Method in class io.vertx.reactivex.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
Deprecated.
setMode(TemplateMode) - Method in class io.vertx.rxjava.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
Deprecated.
setModifyIndex(long) - Method in class io.vertx.ext.consul.KeyValue
Set the last index that modified this key.
setMonths(int) - Method in class io.vertx.pgclient.data.Interval
 
setMountNotImplementedHandler(boolean) - Method in class io.vertx.ext.web.api.contract.RouterFactoryOptions
Deprecated.
If true, Router Factory will automatically mount an handler that return HTTP 405/501 status code for each operation where you didn't specify an handler.
setMountNotImplementedHandler(boolean) - Method in class io.vertx.ext.web.openapi.RouterBuilderOptions
If true, Router builder will automatically mount an handler that return HTTP 405/501 status code for each operation where you didn't specify an handler.
setMountResponseContentTypeHandler(boolean) - Method in class io.vertx.ext.web.api.contract.RouterFactoryOptions
Deprecated.
If true, when required, the factory will mount a ResponseContentTypeHandler
setMountResponseContentTypeHandler(boolean) - Method in class io.vertx.ext.web.openapi.RouterBuilderOptions
If true, when required, the factory will mount a ResponseContentTypeHandler
setMountValidationFailureHandler(boolean) - Method in class io.vertx.ext.web.api.contract.RouterFactoryOptions
Deprecated.
Router Factory won't manage the validation errors anymore. You must use Router.errorHandler(int, Handler) with 400 error
setMulti(boolean) - Method in class io.vertx.ext.mongo.BulkOperation
Sets the multi flag, used by update and delete operations
setMulti(boolean) - Method in class io.vertx.ext.mongo.UpdateOptions
Set whether multi is enabled
setMulticastNetworkInterface(String) - Method in class io.vertx.core.datagram.DatagramSocketOptions
Set the multicast network interface address
setMulticastTimeToLive(int) - Method in class io.vertx.core.datagram.DatagramSocketOptions
Set the multicast ttl value
setMultiPartOnly(boolean) - Method in class io.vertx.ext.mail.MailConfig
Sets to encode multipart only or not.
setMultiValued(boolean) - Method in class io.vertx.core.cli.Argument
Sets whether or not the argument can receive several values.
setMultiValued(boolean) - Method in class io.vertx.core.cli.Option
Sets whether or not this option can receive several values.
setMultiValued(boolean) - Method in class io.vertx.core.cli.TypedArgument
 
setMultiValued(boolean) - Method in class io.vertx.core.cli.TypedOption
 
setNagHttps(boolean) - Method in interface io.vertx.ext.web.handler.CSRFHandler
Should the handler give warning messages if this handler is used in other than https protocols?
setNagHttps(boolean) - Method in interface io.vertx.ext.web.handler.SessionHandler
Set whether a nagging log warning should be written if the session handler is accessed over HTTP, not HTTPS
setNagHttps(boolean) - Method in class io.vertx.reactivex.ext.web.handler.CSRFHandler
Should the handler give warning messages if this handler is used in other than https protocols?
setNagHttps(boolean) - Method in class io.vertx.reactivex.ext.web.handler.SessionHandler
Set whether a nagging log warning should be written if the session handler is accessed over HTTP, not HTTPS
setNagHttps(boolean) - Method in class io.vertx.rxjava.ext.web.handler.CSRFHandler
Should the handler give warning messages if this handler is used in other than https protocols?
setNagHttps(boolean) - Method in class io.vertx.rxjava.ext.web.handler.SessionHandler
Set whether a nagging log warning should be written if the session handler is accessed over HTTP, not HTTPS
setName(String) - Method in interface io.vertx.core.cli.CLI
Sets the name of the CLI.
setName(String) - Method in class io.vertx.ext.auth.webauthn.RelyingParty
 
setName(String) - Method in class io.vertx.ext.consul.AclToken
Set name of token
setName(String) - Method in class io.vertx.ext.consul.Check
Set the name of check
setName(String) - Method in class io.vertx.ext.consul.CheckOptions
Set check name.
setName(String) - Method in class io.vertx.ext.consul.Event
Set name of event
setName(String) - Method in class io.vertx.ext.consul.EventListOptions
Set event name for filtering on events
setName(String) - Method in class io.vertx.ext.consul.Node
Set node name
setName(String) - Method in class io.vertx.ext.consul.PreparedQueryDefinition
Set an optional friendly name that can be used to execute a query instead of using its ID
setName(String) - Method in class io.vertx.ext.consul.Service
Set service name
setName(String) - Method in class io.vertx.ext.consul.ServiceOptions
Set service name
setName(String) - Method in class io.vertx.ext.consul.SessionOptions
Set the human-readable name for the Session
setName(String) - Method in interface io.vertx.ext.mail.MailAttachment
set the name
setName(String) - Method in class io.vertx.ext.shell.command.base.VerticleDeploy
 
setName(String) - Method in interface io.vertx.ext.web.api.RequestParameter
Deprecated.
Set parameter name
setName(String) - Method in interface io.vertx.ext.web.Route
Giving a name to a route will provide this name as metadata to requests matching this route.
setName(String) - Method in class io.vertx.kafka.admin.ConfigEntry
Set the config name
setName(String) - Method in class io.vertx.kafka.admin.ConfigSynonym
Set the name of this configuration
setName(String) - Method in class io.vertx.kafka.admin.NewTopic
Set the name of the topic to be created
setName(String) - Method in class io.vertx.kafka.admin.TopicDescription
Set the name of the topic.
setName(String) - Method in class io.vertx.kafka.client.common.ConfigResource
Set the resource name
setName(String) - Method in class io.vertx.reactivex.core.cli.CLI
Sets the name of the CLI.
setName(String) - Method in class io.vertx.reactivex.ext.mail.MailAttachment
set the name
setName(String) - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
Deprecated.
setName(String) - Method in class io.vertx.reactivex.ext.web.Route
Giving a name to a route will provide this name as metadata to requests matching this route.
setName(String) - Method in class io.vertx.rxjava.core.cli.CLI
Sets the name of the CLI.
setName(String) - Method in class io.vertx.rxjava.ext.mail.MailAttachment
set the name
setName(String) - Method in class io.vertx.rxjava.ext.web.api.RequestParameter
Deprecated.
setName(String) - Method in class io.vertx.rxjava.ext.web.Route
Giving a name to a route will provide this name as metadata to requests matching this route.
setName(String) - Method in class io.vertx.servicediscovery.Record
Sets the name of the service.
setName(String) - Method in class io.vertx.servicediscovery.ServiceDiscoveryOptions
Sets the service discovery name used in the service usage events.
setName(String) - Method in class io.vertx.spi.cluster.ignite.IgniteCacheOptions
Sets cache name.
setNc(String) - Method in class io.vertx.ext.auth.htdigest.HtdigestCredentials
 
setNdots(int) - Method in class io.vertx.core.dns.AddressResolverOptions
Set the ndots value used when resolving using search domains, the default value is -1 which determines the value from the OS on Linux or uses the value 1.
setNear(String) - Method in class io.vertx.ext.consul.CheckQueryOptions
Set node name for sorting the list in ascending order based on the estimated round trip time from that node.
setNear(String) - Method in class io.vertx.ext.consul.NodeQueryOptions
Set node name for sorting the list in ascending order based on the estimated round trip time from that node.
setNear(String) - Method in class io.vertx.ext.consul.PreparedQueryExecuteOptions
Set node name for sorting the list in ascending order based on the estimated round trip time from that node.
setNear(String) - Method in class io.vertx.ext.consul.ServiceQueryOptions
Set node name for sorting the list in ascending order based on the estimated round trip time from that node.
setNearestN(int) - Method in class io.vertx.ext.consul.PreparedQueryDefinition
Specifies that the query will be forwarded to up to NearestN other datacenters based on their estimated network round trip time using Network Coordinates from the WAN gossip pool.
setNetActiveConnections(String) - Method in class io.vertx.micrometer.MetricsNaming
 
setNetBytesRead(String) - Method in class io.vertx.micrometer.MetricsNaming
 
setNetBytesWritten(String) - Method in class io.vertx.micrometer.MetricsNaming
 
setNetClientOptions(NetClientOptions) - Method in class io.vertx.redis.client.RedisOptions
Set the net client options to be used while connecting to the redis server.
setNetErrorCount(String) - Method in class io.vertx.micrometer.MetricsNaming
 
setNetworkRecoveryInterval(long) - Method in class io.vertx.rabbitmq.RabbitMQOptions
Set how long in milliseconds will automatic recovery wait before attempting to reconnect, default is 5000
setNewConfiguration(JsonObject) - Method in class io.vertx.config.ConfigChange
Sets the new configuration.
setNewLine(String) - Method in class io.vertx.core.cli.UsageMessageFormatter
 
setNext(ResultSet) - Method in class io.vertx.ext.sql.ResultSet
 
setNode(String) - Method in class io.vertx.ext.consul.Coordinate
Set name of node
setNode(String) - Method in class io.vertx.ext.consul.Event
Set regular expression to filter by node name
setNode(String) - Method in class io.vertx.ext.consul.EventOptions
Set regular expression to filter by node name
setNode(String) - Method in class io.vertx.ext.consul.Service
Set node name
setNode(Node) - Method in class io.vertx.ext.consul.ServiceEntry
Set node
setNode(String) - Method in class io.vertx.ext.consul.Session
Set the ID of node
setNode(String) - Method in class io.vertx.ext.consul.SessionOptions
Set the node to which the session will be assigned
setNodeAddress(String) - Method in class io.vertx.ext.consul.Service
Set node address
setNoDefaultPolicy(boolean) - Method in class io.vertx.config.vault.client.TokenRequest
 
setNodeInfo(NodeInfo, Promise<Void>) - Method in interface io.vertx.core.spi.cluster.ClusterManager
Store the details about this clustered node.
setNodeInfo(NodeInfo, Promise<Void>) - Method in class io.vertx.ext.cluster.infinispan.InfinispanClusterManager
 
setNodeInfo(NodeInfo, Promise<Void>) - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
 
setNodeInfo(NodeInfo, Promise<Void>) - Method in class io.vertx.spi.cluster.ignite.IgniteClusterManager
 
setNodeInfo(NodeInfo, Promise<Void>) - Method in class io.vertx.spi.cluster.zookeeper.ZookeeperClusterManager
 
setNodeName(String) - Method in class io.vertx.ext.consul.Check
Set the name of node
setNodes(List<ServiceEntry>) - Method in class io.vertx.ext.consul.PreparedQueryExecuteResponse
Set the list of healthy nodes providing the given service, as specified by the constraints of the prepared query.
setNodes(List<Node>) - Method in class io.vertx.kafka.admin.ClusterDescription
Set the nodes belonging to this cluster
setNofollowLinks(boolean) - Method in class io.vertx.core.file.CopyOptions
Whether symbolic links should not be followed during copy or move operations.
setNonce(String) - Method in class io.vertx.ext.auth.htdigest.HtdigestCredentials
 
setNonceAlgorithm(String) - Method in class io.vertx.ext.auth.JWTOptions
 
setNonces(JsonArray) - Method in interface io.vertx.ext.auth.jdbc.JDBCAuth
Deprecated.
Provide a application configuration level on hash nonce's as a ordered list of nonces where each position corresponds to a version.
setNonces(JsonArray) - Method in interface io.vertx.ext.auth.jdbc.JDBCHashStrategy
Deprecated.
Sets a ordered list of nonces where each position corresponds to a version.
setNonces(JsonArray) - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuth
Deprecated.
setNonces(JsonArray) - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCHashStrategy
Deprecated.
setNonces(JsonArray) - Method in class io.vertx.rxjava.ext.auth.jdbc.JDBCAuth
Deprecated.
setNonces(JsonArray) - Method in class io.vertx.rxjava.ext.auth.jdbc.JDBCHashStrategy
Deprecated.
setNoParent(boolean) - Method in class io.vertx.config.vault.client.TokenRequest
 
setNoPush(boolean) - Method in class io.vertx.ext.web.Http2PushMapping
 
setNotes(String) - Method in class io.vertx.ext.consul.Check
Set the human-readable note of check
setNotes(String) - Method in class io.vertx.ext.consul.CheckOptions
Set check notes
setNotificationAddress(String) - Method in class io.vertx.circuitbreaker.CircuitBreakerOptions
Sets the event bus address on which the circuit breaker publish its state change.
setNotificationPeriod(long) - Method in class io.vertx.circuitbreaker.CircuitBreakerOptions
Configures the period in milliseconds where the circuit breaker send a notification on the event bus with its current state.
setNoTimestamp(boolean) - Method in class io.vertx.ext.auth.JWTOptions
 
setNotImplementedFailureHandler(Handler<RoutingContext>) - Method in interface io.vertx.ext.web.api.contract.RouterFactory
Deprecated.
You must use Router.errorHandler(int, Handler) with 501 error
setNotImplementedFailureHandler(Handler<RoutingContext>) - Method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Deprecated.
setNotImplementedFailureHandler(Handler<RoutingContext>) - Method in interface io.vertx.reactivex.ext.web.api.contract.RouterFactory
Deprecated.
setNotImplementedFailureHandler(Handler<RoutingContext>) - Method in class io.vertx.rxjava.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Deprecated.
setNotImplementedFailureHandler(Handler<RoutingContext>) - Method in interface io.vertx.rxjava.ext.web.api.contract.RouterFactory
Deprecated.
setNull(int) - Method in class io.vertx.core.json.JsonArray
Set a null value to the JSON array at position pos.
setNumPartitions(int) - Method in class io.vertx.kafka.admin.NewTopic
Set the number of partitions for the new topic or -1 if a replica assignment has been specified
setNumThreads(int) - Method in class io.vertx.micrometer.VertxInfluxDbOptions
Number of threads to use by the push scheduler.
setNumUses(long) - Method in class io.vertx.config.vault.client.TokenRequest
 
SETNX - Static variable in class io.vertx.reactivex.redis.client.Command
 
setnx(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command setnx.
setnx(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command setnx.
SETNX - Static variable in interface io.vertx.redis.client.Command
 
setnx(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command setnx.
setnx(String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command setnx.
SETNX - Static variable in class io.vertx.rxjava.redis.client.Command
 
setnx(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command setnx.
setnx(String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command setnx.
setOffset(long) - Method in class io.vertx.kafka.admin.ListOffsetsResultInfo
Set the offset
setOffset(long) - Method in class io.vertx.kafka.client.consumer.OffsetAndMetadata
Set the offset to commit
setOffset(long) - Method in class io.vertx.kafka.client.consumer.OffsetAndTimestamp
Set the offset
setOffset(long) - Method in class io.vertx.kafka.client.producer.RecordMetadata
Set the offset of the record in the topic/partition.
setOk(boolean) - Method in class io.vertx.ext.healthchecks.Status
Sets whether or not the current status is positive (UP) or negative (DOWN).
setOK() - Method in class io.vertx.ext.healthchecks.Status
Sets the outcome of the status to OK.
setOnheapCacheEnabled(boolean) - Method in class io.vertx.spi.cluster.ignite.IgniteCacheOptions
Configures on-heap cache for the off-heap based page memory.
setOpaque(String) - Method in class io.vertx.ext.auth.htdigest.HtdigestCredentials
 
setOpen(boolean) - Method in class io.vertx.pgclient.data.Path
 
setOpenSslEngineOptions(OpenSSLEngineOptions) - Method in class io.vertx.amqp.AmqpClientOptions
 
setOpenSslEngineOptions(OpenSSLEngineOptions) - Method in class io.vertx.core.eventbus.EventBusOptions
 
setOpenSslEngineOptions(OpenSSLEngineOptions) - Method in class io.vertx.core.http.HttpClientOptions
 
setOpenSslEngineOptions(OpenSSLEngineOptions) - Method in class io.vertx.core.http.HttpServerOptions
 
setOpenSslEngineOptions(OpenSSLEngineOptions) - Method in class io.vertx.core.net.ClientOptionsBase
 
setOpenSslEngineOptions(OpenSSLEngineOptions) - Method in class io.vertx.core.net.NetClientOptions
 
setOpenSslEngineOptions(OpenSSLEngineOptions) - Method in class io.vertx.core.net.NetServerOptions
 
setOpenSslEngineOptions(OpenSSLEngineOptions) - Method in class io.vertx.core.net.TCPSSLOptions
 
setOpenSslEngineOptions(OpenSSLEngineOptions) - Method in class io.vertx.db2client.DB2ConnectOptions
 
setOpenSslEngineOptions(OpenSSLEngineOptions) - Method in class io.vertx.ext.consul.ConsulClientOptions
 
setOpenSslEngineOptions(OpenSSLEngineOptions) - Method in class io.vertx.ext.mail.MailConfig
 
setOpenSslEngineOptions(OpenSSLEngineOptions) - Method in class io.vertx.ext.web.client.WebClientOptions
 
setOpenSslEngineOptions(OpenSSLEngineOptions) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setOpenSslEngineOptions(OpenSSLEngineOptions) - Method in class io.vertx.pgclient.PgConnectOptions
 
setOpenSslEngineOptions(OpenSSLEngineOptions) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
 
setOperationModelKey(String) - Method in class io.vertx.ext.web.api.contract.RouterFactoryOptions
Deprecated.
When set, an additional handler will be created to expose the operation model in the routing context under the given key.
setOperationModelKey(String) - Method in class io.vertx.ext.web.openapi.RouterBuilderOptions
When set, an additional handler will be created to expose the operation model in the routing context under the given key.
setOpIndex(int) - Method in class io.vertx.ext.consul.TxnError
Set the index of the failed operation in the transaction
setOption(MySQLSetOption, Handler<AsyncResult<Void>>) - Method in interface io.vertx.mysqlclient.MySQLConnection
Send a SET_OPTION command to set options for the current connection.
setOption(MySQLSetOption) - Method in interface io.vertx.mysqlclient.MySQLConnection
Like MySQLConnection.setOption(MySQLSetOption, Handler) but returns a Future of the asynchronous result
setOption(MySQLSetOption, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.mysqlclient.MySQLConnection
Send a SET_OPTION command to set options for the current connection.
setOption(MySQLSetOption) - Method in class io.vertx.reactivex.mysqlclient.MySQLConnection
Send a SET_OPTION command to set options for the current connection.
setOption(MySQLSetOption, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.mysqlclient.MySQLConnection
Send a SET_OPTION command to set options for the current connection.
setOption(MySQLSetOption) - Method in class io.vertx.rxjava.mysqlclient.MySQLConnection
Send a SET_OPTION command to set options for the current connection.
setOptional(boolean) - Method in class io.vertx.config.ConfigStoreOptions
Sets whether or not the store is optional.
setOptionComparator(Comparator<Option>) - Method in class io.vertx.core.cli.UsageMessageFormatter
Set the comparator used to sort the options when they output in help text.
setOptionPrefix(String) - Method in class io.vertx.core.cli.UsageMessageFormatter
 
setOptions(List<Option>) - Method in interface io.vertx.core.cli.CLI
Sets the list of arguments.
setOptions(IndexOptions) - Method in class io.vertx.ext.mongo.IndexModel
Sets the index options
setOptions(String) - Method in class io.vertx.ext.shell.command.base.VerticleDeploy
 
setOptions(SQLOptions) - Method in interface io.vertx.ext.sql.SQLConnection
Sets the desired options to be applied to the current connection when statements are executed.
setOptions(RouterFactoryOptions) - Method in interface io.vertx.ext.web.api.contract.RouterFactory
Deprecated.
Set options of router factory.
setOptions(RouterBuilderOptions) - Method in interface io.vertx.ext.web.openapi.RouterBuilder
Set options of router builder.
setOptions(List<Option>) - Method in class io.vertx.reactivex.core.cli.CLI
Sets the list of arguments.
setOptions(SQLOptions) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Sets the desired options to be applied to the current connection when statements are executed.
setOptions(RouterFactoryOptions) - Method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Deprecated.
setOptions(RouterFactoryOptions) - Method in interface io.vertx.reactivex.ext.web.api.contract.RouterFactory
Deprecated.
setOptions(RouterBuilderOptions) - Method in class io.vertx.reactivex.ext.web.openapi.RouterBuilder
Set options of router builder.
setOptions(List<Option>) - Method in class io.vertx.rxjava.core.cli.CLI
Sets the list of arguments.
setOptions(SQLOptions) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Sets the desired options to be applied to the current connection when statements are executed.
setOptions(RouterFactoryOptions) - Method in class io.vertx.rxjava.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Deprecated.
setOptions(RouterFactoryOptions) - Method in interface io.vertx.rxjava.ext.web.api.contract.RouterFactory
Deprecated.
setOptions(DeliveryOptions) - Method in class io.vertx.serviceproxy.ServiceProxyBuilder
Set delivery options to be used during a proxy call.
setOptResourceEnabled(boolean) - Method in class io.vertx.core.dns.AddressResolverOptions
Set to true to enable the automatic inclusion in DNS queries of an optional record that hints the remote DNS server about how much data the resolver can read per response.
setOrdered(boolean) - Method in class io.vertx.ext.mongo.BulkWriteOptions
Set the ordered option
setOrigin(String) - Method in class io.vertx.ext.auth.webauthn.WebAuthnCredentials
 
setOrigin(String) - Method in interface io.vertx.ext.web.handler.CSRFHandler
Set the origin for this server.
setOrigin(String) - Method in interface io.vertx.ext.web.handler.WebAuthnHandler
Set the Origin to be validated by the webauthn object.
setOrigin(String) - Method in class io.vertx.reactivex.ext.web.handler.CSRFHandler
Set the origin for this server.
setOrigin(String) - Method in class io.vertx.reactivex.ext.web.handler.WebAuthnHandler
Set the Origin to be validated by the webauthn object.
setOrigin(String) - Method in class io.vertx.rxjava.ext.web.handler.CSRFHandler
Set the origin for this server.
setOrigin(String) - Method in class io.vertx.rxjava.ext.web.handler.WebAuthnHandler
Set the Origin to be validated by the webauthn object.
setOutBinary(boolean) - Method in class io.vertx.ext.shell.term.TelnetTermOptions
Set the telnet connection to negociate binary data format when sending to the client, the default value is true.
setOutboundPermitteds(List<PermittedOptions>) - Method in class io.vertx.ext.bridge.BridgeOptions
Sets the list of outbound permitted options.
setOutboundPermitteds(List<PermittedOptions>) - Method in class io.vertx.ext.stomp.BridgeOptions
 
setOutboundPermitteds(List<PermittedOptions>) - Method in class io.vertx.ext.web.handler.sockjs.SockJSBridgeOptions
 
setOutput(Handler<Buffer>) - Method in interface io.vertx.core.parsetools.RecordParser
 
setOutput(String) - Method in class io.vertx.ext.consul.Check
Set the output of check
setOutput(JsonArray) - Method in class io.vertx.ext.sql.ResultSet
 
setOutput(Handler<Buffer>) - Method in class io.vertx.reactivex.core.parsetools.RecordParser
 
setOutput(Handler<Buffer>) - Method in class io.vertx.rxjava.core.parsetools.RecordParser
 
setOwnHostname(String) - Method in class io.vertx.ext.mail.MailConfig
set the hostname to be used for HELO/EHLO and the Message-ID
setP1(Point) - Method in class io.vertx.pgclient.data.LineSegment
 
setP2(Point) - Method in class io.vertx.pgclient.data.LineSegment
 
setPageSize(int) - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
Sets page size for all data regions.
setParameterName(String) - Method in exception io.vertx.ext.web.api.validation.ValidationException
Deprecated.
 
setParams(JsonObject) - Method in class io.vertx.ext.web.api.OperationRequest
Deprecated.
 
setParams(JsonObject) - Method in class io.vertx.ext.web.api.service.ServiceRequest
 
setParsedAsList(boolean) - Method in class io.vertx.core.cli.TypedOption
 
setPartition(int) - Method in class io.vertx.kafka.client.common.PartitionInfo
Set the partition id
setPartition(int) - Method in class io.vertx.kafka.client.common.TopicPartition
Set the partition number
setPartition(int) - Method in class io.vertx.kafka.client.common.TopicPartitionInfo
Set the partition id
setPartition(int) - Method in class io.vertx.kafka.client.producer.RecordMetadata
Set the partition the record was sent to
setPartitionAssignor(String) - Method in class io.vertx.kafka.admin.ConsumerGroupDescription
Set the consumer group partition assignor
setPartitionLossPolicy(String) - Method in class io.vertx.spi.cluster.ignite.IgniteCacheOptions
Sets partition loss policy.
setPartitions(List<TopicPartitionInfo>) - Method in class io.vertx.kafka.admin.TopicDescription
Set A list of partitions where the index represents the partition id and the element contains leadership and replica information for that partition.
setPasscode(String) - Method in class io.vertx.ext.stomp.StompClientOptions
Sets the passcode to use if the STOMP server is secured.
setPassing(boolean) - Method in class io.vertx.ext.consul.PreparedQueryDefinition
Specifies the behavior of the query's health check filtering.
setPassword(String) - Method in class io.vertx.amqp.AmqpClientOptions
Sets the password.
setPassword(String) - Method in class io.vertx.core.net.JksOptions
 
setPassword(String) - Method in class io.vertx.core.net.KeyStoreOptions
 
setPassword(String) - Method in class io.vertx.core.net.KeyStoreOptionsBase
Set the password for the key store
setPassword(String) - Method in class io.vertx.core.net.PfxOptions
 
setPassword(String) - Method in class io.vertx.core.net.ProxyOptions
Set proxy password.
setPassword(String) - Method in class io.vertx.db2client.DB2ConnectOptions
 
setPassword(String) - Method in class io.vertx.ext.auth.authentication.UsernamePasswordCredentials
 
setPassword(String) - Method in class io.vertx.ext.auth.htdigest.HtdigestCredentials
 
setPassword(String) - Method in class io.vertx.ext.auth.KeyStoreOptions
 
setPassword(String) - Method in class io.vertx.ext.mail.MailConfig
Set the password for the login.
setPassword(String) - Method in class io.vertx.jdbcclient.JDBCConnectOptions
 
setPassword(String) - Method in class io.vertx.micrometer.VertxInfluxDbOptions
Password used for authenticated connections
setPassword(String) - Method in class io.vertx.mqtt.MqttClientOptions
Set the password
setPassword(String) - Method in class io.vertx.mysqlclient.MySQLAuthOptions
Specify the user password to be used for the authentication.
setPassword(String) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setPassword(String) - Method in class io.vertx.pgclient.PgConnectOptions
 
setPassword(String) - Method in class io.vertx.rabbitmq.RabbitMQOptions
Set the password to use when connecting to the broker.
setPassword(String) - Method in class io.vertx.redis.client.RedisOptions
Set the default password for cluster/sentinel connections.
setPassword(String) - Method in class io.vertx.sqlclient.SqlConnectOptions
Specify the user password to be used for the authentication.
setPasswordCredentialField(String) - Method in interface io.vertx.ext.auth.mongo.MongoAuth
Deprecated.
Set the name of the field to be used as property for the password of credentials in the method AuthenticationProvider.authenticate(JsonObject, io.vertx.core.Handler).
setPasswordCredentialField(String) - Method in class io.vertx.ext.auth.mongo.MongoAuthenticationOptions
 
setPasswordCredentialField(String) - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
Deprecated.
setPasswordCredentialField(String) - Method in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
Deprecated.
setPasswordField(String) - Method in interface io.vertx.ext.auth.mongo.MongoAuth
Deprecated.
Set the name of the field to be used for the password Defaults to MongoAuth.DEFAULT_PASSWORD_FIELD
setPasswordField(String) - Method in class io.vertx.ext.auth.mongo.MongoAuthenticationOptions
The property name to be used to set the name of the field, where the password is stored inside
setPasswordField(String) - Method in class io.vertx.ext.auth.mongo.MongoAuthOptions
Deprecated.
The property name to be used to set the name of the field, where the password is stored inside
setPasswordField(String) - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
Deprecated.
setPasswordField(String) - Method in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
Deprecated.
setPasswordParam(String) - Method in interface io.vertx.ext.web.handler.FormLoginHandler
Set the name of the form param used to submit the password
setPasswordParam(String) - Method in class io.vertx.reactivex.ext.web.handler.FormLoginHandler
Set the name of the form param used to submit the password
setPasswordParam(String) - Method in class io.vertx.rxjava.ext.web.handler.FormLoginHandler
Set the name of the form param used to submit the password
setPasswordProtection(Map<String, String>) - Method in class io.vertx.ext.auth.KeyStoreOptions
 
setPath(String) - Method in interface io.vertx.core.http.Cookie
Sets the path of this cookie.
setPath(String) - Method in class io.vertx.core.net.JksOptions
 
setPath(String) - Method in class io.vertx.core.net.KeyStoreOptions
 
setPath(String) - Method in class io.vertx.core.net.KeyStoreOptionsBase
Set the path to the key store
setPath(String) - Method in class io.vertx.core.net.PfxOptions
 
setPath(String) - Method in class io.vertx.ext.auth.KeyStoreOptions
 
setPath(String) - Method in class io.vertx.reactivex.core.http.Cookie
Sets the path of this cookie.
setPath(String) - Method in class io.vertx.rxjava.core.http.Cookie
Sets the path of this cookie.
setPayload(String) - Method in class io.vertx.ext.consul.Event
Set payload of event
setPayload(String) - Method in class io.vertx.ext.consul.EventOptions
Set payload of event
setPayload(Buffer) - Method in class io.vertx.ext.web.api.OperationResponse
Deprecated.
 
setPayload(Buffer) - Method in class io.vertx.ext.web.api.service.ServiceResponse
 
setPayload(String) - Method in class io.vertx.pgclient.PgNotification
Set the payload value.
setPemKeyCertOptions(PemKeyCertOptions) - Method in class io.vertx.amqp.AmqpClientOptions
 
setPemKeyCertOptions(PemKeyCertOptions) - Method in class io.vertx.core.eventbus.EventBusOptions
 
setPemKeyCertOptions(PemKeyCertOptions) - Method in class io.vertx.core.http.HttpClientOptions
 
setPemKeyCertOptions(PemKeyCertOptions) - Method in class io.vertx.core.http.HttpServerOptions
 
setPemKeyCertOptions(PemKeyCertOptions) - Method in class io.vertx.core.net.ClientOptionsBase
 
setPemKeyCertOptions(PemKeyCertOptions) - Method in class io.vertx.core.net.NetClientOptions
 
setPemKeyCertOptions(PemKeyCertOptions) - Method in class io.vertx.core.net.NetServerOptions
 
setPemKeyCertOptions(PemKeyCertOptions) - Method in class io.vertx.core.net.TCPSSLOptions
Set the key/cert store options in pem format.
setPemKeyCertOptions(PemKeyCertOptions) - Method in class io.vertx.db2client.DB2ConnectOptions
 
setPemKeyCertOptions(PemKeyCertOptions) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set the key/cert store options in pem format.
setPemKeyCertOptions(PemKeyCertOptions) - Method in class io.vertx.ext.mail.MailConfig
 
setPemKeyCertOptions(PemKeyCertOptions) - Method in class io.vertx.ext.shell.term.HttpTermOptions
 
setPemKeyCertOptions(PemKeyCertOptions) - Method in class io.vertx.ext.shell.term.TelnetTermOptions
 
setPemKeyCertOptions(PemKeyCertOptions) - Method in class io.vertx.ext.web.client.WebClientOptions
 
setPemKeyCertOptions(PemKeyCertOptions) - Method in class io.vertx.mqtt.MqttClientOptions
 
setPemKeyCertOptions(PemKeyCertOptions) - Method in class io.vertx.mqtt.MqttServerOptions
 
setPemKeyCertOptions(PemKeyCertOptions) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setPemKeyCertOptions(PemKeyCertOptions) - Method in class io.vertx.pgclient.PgConnectOptions
 
setPemKeyCertOptions(PemKeyCertOptions) - Method in class io.vertx.rabbitmq.RabbitMQOptions
 
setPemKeyCertOptions(PemKeyCertOptions) - Method in class io.vertx.spi.cluster.ignite.IgniteSslOptions
Sets PemKeyCertOptions that will be used for creating a secure socket layer.
setPemKeyCertOptions(PemKeyCertOptions) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
 
setPemKeyPairOptions(PemKeyCertOptions) - Method in class io.vertx.ext.shell.term.SSHTermOptions
Set the key pair store options in pem format.
setPemTrustOptions(PemTrustOptions) - Method in class io.vertx.amqp.AmqpClientOptions
 
setPemTrustOptions(PemTrustOptions) - Method in class io.vertx.core.eventbus.EventBusOptions
 
setPemTrustOptions(PemTrustOptions) - Method in class io.vertx.core.http.HttpClientOptions
 
setPemTrustOptions(PemTrustOptions) - Method in class io.vertx.core.http.HttpServerOptions
 
setPemTrustOptions(PemTrustOptions) - Method in class io.vertx.core.net.ClientOptionsBase
 
setPemTrustOptions(PemTrustOptions) - Method in class io.vertx.core.net.NetClientOptions
 
setPemTrustOptions(PemTrustOptions) - Method in class io.vertx.core.net.NetServerOptions
 
setPemTrustOptions(PemTrustOptions) - Method in class io.vertx.core.net.TCPSSLOptions
Set the trust options in pem format
setPemTrustOptions(PemTrustOptions) - Method in class io.vertx.db2client.DB2ConnectOptions
 
setPemTrustOptions(PemTrustOptions) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set the trust options.
setPemTrustOptions(PemTrustOptions) - Method in class io.vertx.ext.mail.MailConfig
 
setPemTrustOptions(PemTrustOptions) - Method in class io.vertx.ext.shell.term.HttpTermOptions
 
setPemTrustOptions(PemTrustOptions) - Method in class io.vertx.ext.shell.term.TelnetTermOptions
 
setPemTrustOptions(PemTrustOptions) - Method in class io.vertx.ext.web.client.WebClientOptions
 
setPemTrustOptions(PemTrustOptions) - Method in class io.vertx.mqtt.MqttClientOptions
 
setPemTrustOptions(PemTrustOptions) - Method in class io.vertx.mqtt.MqttServerOptions
 
setPemTrustOptions(PemTrustOptions) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setPemTrustOptions(PemTrustOptions) - Method in class io.vertx.pgclient.PgConnectOptions
 
setPemTrustOptions(PemTrustOptions) - Method in class io.vertx.rabbitmq.RabbitMQOptions
 
setPemTrustOptions(PemTrustOptions) - Method in class io.vertx.spi.cluster.ignite.IgniteSslOptions
Sets PemTrustOptions that will be used for creating a secure socket layer.
setPemTrustOptions(PemTrustOptions) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
 
setPerFrameWebSocketCompressionSupported(boolean) - Method in class io.vertx.core.http.HttpServerOptions
Enable or disable support for the WebSocket per-frame deflate compression extension.
setPeriodic(long, Handler<Long>) - Method in interface io.vertx.core.Vertx
Set a periodic timer to fire every delay milliseconds, at which point handler will be called with the id of the timer.
setPeriodic(long, Handler<Long>) - Method in class io.vertx.reactivex.core.Vertx
Set a periodic timer to fire every delay milliseconds, at which point handler will be called with the id of the timer.
setPeriodic(long, Handler<Long>) - Method in class io.vertx.rxjava.core.Vertx
Set a periodic timer to fire every delay milliseconds, at which point handler will be called with the id of the timer.
setPerMessageWebSocketCompressionSupported(boolean) - Method in class io.vertx.core.http.HttpServerOptions
Enable or disable support for WebSocket per-message deflate compression extension.
setPermissionField(String) - Method in interface io.vertx.ext.auth.mongo.MongoAuth
Deprecated.
Set the name of the field to be used for the permissions.
setPermissionField(String) - Method in class io.vertx.ext.auth.mongo.MongoAuthOptions
Deprecated.
The property name to be used to set the name of the field, where the permissions are stored inside.
setPermissionField(String) - Method in class io.vertx.ext.auth.mongo.MongoAuthorizationOptions
The property name to be used to set the name of the field, where the permissions are stored inside.
setPermissionField(String) - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
Deprecated.
setPermissionField(String) - Method in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
Deprecated.
setPermissions(List<String>) - Method in class io.vertx.ext.auth.JWTOptions
The permissions of this token.
setPermissionsClaimKey(String) - Method in class io.vertx.ext.auth.jwt.JWTAuthOptions
Deprecated.
AuthN and AuthZ have been split in vert.x 4.0.0 in order to specify where authorization will happen see JWTAuthorization.
setPermissionsQuery(String) - Method in interface io.vertx.ext.auth.jdbc.JDBCAuth
Deprecated.
Set the permissions query to use.
setPermissionsQuery(String) - Method in class io.vertx.ext.auth.jdbc.JDBCAuthOptions
Deprecated.
Set the permissions query to use.
setPermissionsQuery(String) - Method in class io.vertx.ext.auth.jdbc.JDBCAuthorizationOptions
Set the permissions query to use.
setPermissionsQuery(String) - Method in class io.vertx.ext.auth.sqlclient.SqlAuthorizationOptions
Set the permissions query to use.
setPermissionsQuery(String) - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuth
Deprecated.
setPermissionsQuery(String) - Method in class io.vertx.rxjava.ext.auth.jdbc.JDBCAuth
Deprecated.
setPerms(String) - Method in class io.vertx.core.file.OpenOptions
Set the permissions string
setPfxKeyCertOptions(PfxOptions) - Method in class io.vertx.amqp.AmqpClientOptions
 
setPfxKeyCertOptions(PfxOptions) - Method in class io.vertx.core.eventbus.EventBusOptions
 
setPfxKeyCertOptions(PfxOptions) - Method in class io.vertx.core.http.HttpClientOptions
 
setPfxKeyCertOptions(PfxOptions) - Method in class io.vertx.core.http.HttpServerOptions
 
setPfxKeyCertOptions(PfxOptions) - Method in class io.vertx.core.net.ClientOptionsBase
 
setPfxKeyCertOptions(PfxOptions) - Method in class io.vertx.core.net.NetClientOptions
 
setPfxKeyCertOptions(PfxOptions) - Method in class io.vertx.core.net.NetServerOptions
 
setPfxKeyCertOptions(PfxOptions) - Method in class io.vertx.core.net.TCPSSLOptions
Set the key/cert options in pfx format.
setPfxKeyCertOptions(PfxOptions) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set the key/cert options in pfx format.
setPfxKeyCertOptions(PfxOptions) - Method in class io.vertx.ext.mail.MailConfig
 
setPfxKeyCertOptions(PfxOptions) - Method in class io.vertx.ext.shell.term.HttpTermOptions
 
setPfxKeyCertOptions(PfxOptions) - Method in class io.vertx.ext.shell.term.TelnetTermOptions
 
setPfxKeyCertOptions(PfxOptions) - Method in class io.vertx.ext.web.client.WebClientOptions
 
setPfxKeyCertOptions(PfxOptions) - Method in class io.vertx.mqtt.MqttClientOptions
 
setPfxKeyCertOptions(PfxOptions) - Method in class io.vertx.mqtt.MqttServerOptions
 
setPfxKeyCertOptions(PfxOptions) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setPfxKeyCertOptions(PfxOptions) - Method in class io.vertx.pgclient.PgConnectOptions
 
setPfxKeyCertOptions(PfxOptions) - Method in class io.vertx.rabbitmq.RabbitMQOptions
 
setPfxKeyCertOptions(PfxOptions) - Method in class io.vertx.spi.cluster.ignite.IgniteSslOptions
Sets PfxKeyCertOptions that will be used for creating a secure socket layer.
setPfxKeyCertOptions(PfxOptions) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
 
setPfxKeyPairOptions(PfxOptions) - Method in class io.vertx.ext.shell.term.SSHTermOptions
Set the key pair options in pfx format.
setPfxTrustOptions(PfxOptions) - Method in class io.vertx.amqp.AmqpClientOptions
 
setPfxTrustOptions(PfxOptions) - Method in class io.vertx.core.eventbus.EventBusOptions
 
setPfxTrustOptions(PfxOptions) - Method in class io.vertx.core.http.HttpClientOptions
 
setPfxTrustOptions(PfxOptions) - Method in class io.vertx.core.http.HttpServerOptions
 
setPfxTrustOptions(PfxOptions) - Method in class io.vertx.core.net.ClientOptionsBase
 
setPfxTrustOptions(PfxOptions) - Method in class io.vertx.core.net.NetClientOptions
 
setPfxTrustOptions(PfxOptions) - Method in class io.vertx.core.net.NetServerOptions
 
setPfxTrustOptions(PfxOptions) - Method in class io.vertx.core.net.TCPSSLOptions
Set the trust options in pfx format
setPfxTrustOptions(PfxOptions) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set the trust options in pfx format
setPfxTrustOptions(PfxOptions) - Method in class io.vertx.ext.mail.MailConfig
 
setPfxTrustOptions(PfxOptions) - Method in class io.vertx.ext.shell.term.HttpTermOptions
 
setPfxTrustOptions(PfxOptions) - Method in class io.vertx.ext.shell.term.TelnetTermOptions
 
setPfxTrustOptions(PfxOptions) - Method in class io.vertx.ext.web.client.WebClientOptions
 
setPfxTrustOptions(PfxOptions) - Method in class io.vertx.mqtt.MqttClientOptions
 
setPfxTrustOptions(PfxOptions) - Method in class io.vertx.mqtt.MqttServerOptions
 
setPfxTrustOptions(PfxOptions) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setPfxTrustOptions(PfxOptions) - Method in class io.vertx.pgclient.PgConnectOptions
 
setPfxTrustOptions(PfxOptions) - Method in class io.vertx.rabbitmq.RabbitMQOptions
 
setPfxTrustOptions(PfxOptions) - Method in class io.vertx.spi.cluster.ignite.IgniteSslOptions
Sets PfxTrustOptions that will be used for creating a secure socket layer.
setPfxTrustOptions(PfxOptions) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
 
setPingTimeout(long) - Method in class io.vertx.ext.web.handler.sockjs.SockJSBridgeOptions
 
setPipelining(boolean) - Method in class io.vertx.core.http.HttpClientOptions
Set whether pipe-lining is enabled on the client
setPipelining(boolean) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set whether pipe-lining is enabled on the client
setPipelining(boolean) - Method in class io.vertx.ext.mail.MailConfig
Sets to enable/disable the pipelining capability if SMTP server supports it.
setPipelining(boolean) - Method in class io.vertx.ext.web.client.WebClientOptions
 
setPipelining(boolean) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
 
setPipeliningLimit(int) - Method in class io.vertx.core.http.HttpClientOptions
Set the limit of pending requests a pipe-lined HTTP/1 connection can send.
setPipeliningLimit(int) - Method in class io.vertx.db2client.DB2ConnectOptions
Deprecated.
UNSTABLE FEATURE: Current default value is 1, anything higher than 1 will result in errors currently.
setPipeliningLimit(int) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set the limit of pending requests a pipe-lined HTTP/1 connection can send.
setPipeliningLimit(int) - Method in class io.vertx.ext.web.client.WebClientOptions
 
setPipeliningLimit(int) - Method in class io.vertx.pgclient.PgConnectOptions
 
setPipeliningLimit(int) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
 
setPlainTextEnabled(boolean) - Method in class io.vertx.ext.auth.htpasswd.HtpasswdAuthOptions
 
setPoints(List<Point>) - Method in class io.vertx.mysqlclient.data.spatial.LineString
 
setPoints(List<Point>) - Method in class io.vertx.mysqlclient.data.spatial.MultiPoint
 
setPoints(List<Point>) - Method in class io.vertx.pgclient.data.Path
 
setPoints(List<Point>) - Method in class io.vertx.pgclient.data.Polygon
 
setPointToPoint(boolean) - Method in class io.vertx.ext.stomp.BridgeOptions
 
setPolicies(List<String>) - Method in class io.vertx.config.vault.client.TokenRequest
 
setPolygons(List<Polygon>) - Method in class io.vertx.mysqlclient.data.spatial.MultiPolygon
 
setPoolCleanerInterval(int) - Method in class io.vertx.redis.client.RedisOptions
Tune how often in milliseconds should the connection pool cleaner execute.
setPoolCleanerPeriod(int) - Method in class io.vertx.core.http.HttpClientOptions
Set the connection pool cleaner period in milli seconds, a non positive value disables expiration checks and connections will remain in the pool until they are closed.
setPoolCleanerPeriod(int) - Method in class io.vertx.ext.consul.ConsulClientOptions
 
setPoolCleanerPeriod(int) - Method in class io.vertx.ext.web.client.WebClientOptions
 
setPoolCleanerPeriod(int) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
 
setPoolCompleted(String) - Method in class io.vertx.micrometer.MetricsNaming
 
setPoolInUse(String) - Method in class io.vertx.micrometer.MetricsNaming
 
setPoolQueuePending(String) - Method in class io.vertx.micrometer.MetricsNaming
 
setPoolQueueTime(String) - Method in class io.vertx.micrometer.MetricsNaming
 
setPoolRecycleTimeout(int) - Method in class io.vertx.redis.client.RedisOptions
Tune when a connection should be recycled in milliseconds.
setPoolUsage(String) - Method in class io.vertx.micrometer.MetricsNaming
 
setPoolUsageRatio(String) - Method in class io.vertx.micrometer.MetricsNaming
 
setPort(int) - Method in class io.vertx.amqp.AmqpClientOptions
Sets the port.
setPort(int) - Method in class io.vertx.core.dns.DnsClientOptions
Set the port to be used by this client in requests.
setPort(int) - Method in class io.vertx.core.eventbus.EventBusOptions
Sets the port.
setPort(int) - Method in interface io.vertx.core.http.HttpClientRequest
Set the port value of the HTTP/1.1 host header or HTTP/2 authority pseudo header
setPort(int) - Method in class io.vertx.core.http.HttpServerOptions
 
setPort(Integer) - Method in class io.vertx.core.http.RequestOptions
Set the port to be used by the client request.
setPort(Integer) - Method in class io.vertx.core.http.WebSocketConnectOptions
 
setPort(int) - Method in class io.vertx.core.net.NetServerOptions
Set the port
setPort(int) - Method in class io.vertx.core.net.ProxyOptions
Set proxy port.
setPort(int) - Method in class io.vertx.db2client.DB2ConnectOptions
 
setPort(int) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set Consul HTTP API port.
setPort(int) - Method in class io.vertx.ext.consul.Service
Set service port
setPort(int) - Method in class io.vertx.ext.consul.ServiceOptions
Set service port
setPort(int) - Method in class io.vertx.ext.mail.MailConfig
Set the port of the smtp server.
setPort(int) - Method in class io.vertx.ext.shell.term.HttpTermOptions
 
setPort(int) - Method in class io.vertx.ext.shell.term.SSHTermOptions
Set the port
setPort(int) - Method in class io.vertx.ext.shell.term.TelnetTermOptions
 
setPort(int) - Method in class io.vertx.ext.stomp.StompClientOptions
Sets the STOMP server port.
setPort(int) - Method in class io.vertx.ext.stomp.StompServerOptions
Sets the port on which the server is going to listen for TCP connection.
setPort(int) - Method in class io.vertx.kafka.client.common.Node
Set the port for this node
setPort(int) - Method in class io.vertx.mqtt.MqttServerOptions
 
setPort(int) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setPort(int) - Method in class io.vertx.pgclient.PgConnectOptions
 
setPort(int) - Method in class io.vertx.rabbitmq.RabbitMQOptions
Set the default port to use for connections.
setPort(int) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Set the port value of the HTTP/1.1 host header or HTTP/2 authority pseudo header
setPort(int) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
Set the port value of the HTTP/1.1 host header or HTTP/2 authority pseudo header
setPort(int) - Method in class io.vertx.servicediscovery.types.HttpLocation
Sets the port
setPort(int) - Method in class io.vertx.sqlclient.SqlConnectOptions
Specify the port for connecting to the server.
setPreallocateBodyBuffer(boolean) - Method in interface io.vertx.ext.web.handler.BodyHandler
Pre-allocate the body buffer according to the value parsed from content-length header.
setPreallocateBodyBuffer(boolean) - Method in class io.vertx.reactivex.ext.web.handler.BodyHandler
Pre-allocate the body buffer according to the value parsed from content-length header.
setPreallocateBodyBuffer(boolean) - Method in class io.vertx.rxjava.ext.web.handler.BodyHandler
Pre-allocate the body buffer according to the value parsed from content-length header.
setPreferNativeTransport(boolean) - Method in class io.vertx.core.VertxOptions
Set wether to prefer the native transport to the JDK transport.
setPreparedStatementCacheMaxSize(int) - Method in class io.vertx.db2client.DB2ConnectOptions
 
setPreparedStatementCacheMaxSize(int) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setPreparedStatementCacheMaxSize(int) - Method in class io.vertx.pgclient.PgConnectOptions
 
setPreparedStatementCacheMaxSize(int) - Method in class io.vertx.sqlclient.SqlConnectOptions
Set the maximum number of prepared statements that the connection will cache.
setPreparedStatementCacheSqlFilter(Predicate<String>) - Method in class io.vertx.db2client.DB2ConnectOptions
 
setPreparedStatementCacheSqlFilter(Predicate<String>) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setPreparedStatementCacheSqlFilter(Predicate<String>) - Method in class io.vertx.pgclient.PgConnectOptions
 
setPreparedStatementCacheSqlFilter(Predicate<String>) - Method in class io.vertx.sqlclient.SqlConnectOptions
Set a predicate filtering prepared statements that the connection will cache.
setPreparedStatementCacheSqlLimit(int) - Method in class io.vertx.db2client.DB2ConnectOptions
 
setPreparedStatementCacheSqlLimit(int) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setPreparedStatementCacheSqlLimit(int) - Method in class io.vertx.pgclient.PgConnectOptions
 
setPreparedStatementCacheSqlLimit(int) - Method in class io.vertx.sqlclient.SqlConnectOptions
Set the maximum length of prepared statement SQL string that the connection will cache.
setPreviousConfiguration(JsonObject) - Method in class io.vertx.config.ConfigChange
Sets the previous configuration.
setPriority(int) - Method in interface io.vertx.core.cli.CLI
Sets the priority of the CLI.
setPriority(int) - Method in class io.vertx.reactivex.core.cli.CLI
Sets the priority of the CLI.
setPriority(int) - Method in class io.vertx.rxjava.core.cli.CLI
Sets the priority of the CLI.
setPrivateKey(String) - Method in class io.vertx.ext.mail.DKIMSignOptions
Sets the PKCS#8 format private key used to sign the email.
setPrivateKeyPath(String) - Method in class io.vertx.ext.mail.DKIMSignOptions
Sets the PKCS#8 format private key file path.
setPRNG(VertxContextPRNG) - Method in class io.vertx.ext.web.sstore.AbstractSession
 
setProcedureInError(boolean) - Method in class io.vertx.ext.healthchecks.Status
Sets whether or not the procedure attached to this status has failed (timeout, error...).
setProcessId(int) - Method in class io.vertx.pgclient.PgNotification
Set the process id.
setPrometheusOptions(VertxPrometheusOptions) - Method in class io.vertx.micrometer.MicrometerMetricsOptions
Set Prometheus options.
setPrompt(Function<Session, String>) - Method in interface io.vertx.ext.shell.Shell
Set a new prompt in this session.
setPrompt(Function<Session, String>) - Method in class io.vertx.reactivex.ext.shell.Shell
Set a new prompt in this session.
setPrompt(Function<Session, String>) - Method in class io.vertx.rxjava.ext.shell.Shell
Set a new prompt in this session.
setProperties(Map<String, String>) - Method in class io.vertx.db2client.DB2ConnectOptions
 
setProperties(Map<String, String>) - Method in class io.vertx.mysqlclient.MySQLAuthOptions
Set connection attributes which will be sent to server at the re-authentication.
setProperties(Map<String, String>) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setProperties(Map<String, String>) - Method in class io.vertx.pgclient.PgConnectOptions
 
setProperties(JsonObject) - Method in class io.vertx.spi.cluster.ignite.IgniteDiscoveryOptions
Sets the properties used to configure the discovery implementation.
setProperties(Map<String, String>) - Method in class io.vertx.sqlclient.SqlConnectOptions
Set properties for this client, which will be sent to server at the connection start.
setProtocol(String) - Method in class io.vertx.spi.cluster.ignite.IgniteSslOptions
Sets protocol for secure transport.
setProtocolVersion(HttpVersion) - Method in class io.vertx.core.http.HttpClientOptions
Set the protocol version.
setProtocolVersion(HttpVersion) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set the protocol version.
setProtocolVersion(HttpVersion) - Method in class io.vertx.ext.web.client.WebClientOptions
 
setProtocolVersion(HttpVersion) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
 
setProvider(String) - Method in class io.vertx.core.net.KeyStoreOptions
Set the store provider.
setProvider(String) - Method in class io.vertx.core.net.KeyStoreOptionsBase
 
setProvider(String) - Method in class io.vertx.ext.auth.KeyStoreOptions
 
setProxyOptions(ProxyOptions) - Method in class io.vertx.core.http.HttpClientOptions
 
setProxyOptions(ProxyOptions) - Method in class io.vertx.core.net.ClientOptionsBase
Set proxy options for connections via CONNECT proxy (e.g.
setProxyOptions(ProxyOptions) - Method in class io.vertx.core.net.NetClientOptions
 
setProxyOptions(ProxyOptions) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set proxy options for connections via CONNECT proxy (e.g.
setProxyOptions(ProxyOptions) - Method in class io.vertx.ext.mail.MailConfig
 
setProxyOptions(ProxyOptions) - Method in class io.vertx.ext.web.client.WebClientOptions
 
setProxyOptions(ProxyOptions) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setProxyOptions(ProxyOptions) - Method in class io.vertx.pgclient.PgConnectOptions
 
setProxyOptions(ProxyOptions) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
 
setProxyProtocolTimeout(long) - Method in class io.vertx.core.http.HttpServerOptions
 
setProxyProtocolTimeout(long) - Method in class io.vertx.core.net.NetServerOptions
Set the Proxy protocol timeout, default time unit is seconds.
setProxyProtocolTimeoutUnit(TimeUnit) - Method in class io.vertx.core.http.HttpServerOptions
 
setProxyProtocolTimeoutUnit(TimeUnit) - Method in class io.vertx.core.net.NetServerOptions
Set the Proxy protocol timeout unit.
setPubKeyCredParams(List<PublicKeyCredential>) - Method in class io.vertx.ext.auth.webauthn.WebAuthnOptions
 
setPublicKey(String) - Method in class io.vertx.ext.auth.PubSecKeyOptions
Deprecated.
This setter ignored the PEM prefix and suffix which would assume the key to be RSA. Use PubSecKeyOptions.setBuffer(String) with the full content of your OpenSSL pem file. A PEM file must contain at least 3 lines:
   -----BEGIN PUBLIC KEY----
   ...
   -----END PUBLIC KEY---
 
setPublicKey(String) - Method in class io.vertx.ext.auth.webauthn.Authenticator
 
setPublishQuantiles(boolean) - Method in class io.vertx.micrometer.VertxPrometheusOptions
Set true to publish histogram stats, necessary to compute quantiles.
setPubSecKeys(List<PubSecKeyOptions>) - Method in class io.vertx.ext.auth.jwt.JWTAuthOptions
 
setPubSecKeys(List<PubSecKeyOptions>) - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
 
setPushEnabled(boolean) - Method in class io.vertx.core.http.Http2Settings
Set the SETTINGS_ENABLE_PUSH HTTP/2 setting
setQop(String) - Method in class io.vertx.ext.auth.htdigest.HtdigestCredentials
 
setQos(String) - Method in class io.vertx.amqp.AmqpReceiverOptions
Sets the local QOS config.
setQuery(String) - Method in class io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions
Initial value of the query area in the GraphiQL user interface.
setQueryParam(String, String) - Method in interface io.vertx.ext.web.client.HttpRequest
Set a query parameter to the request.
setQueryParam(String, String) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Set a query parameter to the request.
setQueryParam(String, String) - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
Set a query parameter to the request.
setQueryTimeout(long) - Method in class io.vertx.core.dns.AddressResolverOptions
Set the query timeout in milliseconds, i.e the amount of time after a query is considered to be failed.
setQueryTimeout(long) - Method in class io.vertx.core.dns.DnsClientOptions
Set the query timeout in milliseconds, i.e the amount of time after a query is considered to be failed.
setQueryTimeout(int) - Method in interface io.vertx.ext.sql.SQLConnection
setQueryTimeout(int) - Method in class io.vertx.ext.sql.SQLOptions
 
setQueryTimeout(int) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Deprecated.
setQueryTimeout(int) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Deprecated.
setQueueName(String) - Method in interface io.vertx.rabbitmq.RabbitMQConsumer
Set the name of the queue.
setQueueName(String) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQConsumer
Set the name of the queue.
setQueueName(String) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQConsumer
Set the name of the queue.
setQuorumSize(int) - Method in class io.vertx.core.VertxOptions
Set the quorum size to be used when HA is enabled.
setRack(String) - Method in class io.vertx.kafka.client.common.Node
Set the rack for this node
setRadius(double) - Method in class io.vertx.pgclient.data.Circle
 
SETRANGE - Static variable in class io.vertx.reactivex.redis.client.Command
 
setrange(String, String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command setrange.
setrange(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command setrange.
SETRANGE - Static variable in interface io.vertx.redis.client.Command
 
setrange(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command setrange.
setrange(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command setrange.
SETRANGE - Static variable in class io.vertx.rxjava.redis.client.Command
 
setrange(String, String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command setrange.
setrange(String, String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command setrange.
setRawMessage(JsonObject) - Method in interface io.vertx.ext.bridge.BaseBridgeEvent
Get the raw JSON message for the event.
setRawMessage(JsonObject) - Method in interface io.vertx.ext.eventbus.bridge.tcp.BridgeEvent
Get the raw JSON message for the event.
setRawMessage(JsonObject) - Method in interface io.vertx.ext.web.handler.sockjs.BridgeEvent
Set the raw JSON message for the event.
setRawMessage(JsonObject) - Method in class io.vertx.reactivex.ext.bridge.BaseBridgeEvent
Get the raw JSON message for the event.
setRawMessage(JsonObject) - Method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.BridgeEvent
Get the raw JSON message for the event.
setRawMessage(JsonObject) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.BridgeEvent
Set the raw JSON message for the event.
setRawMessage(JsonObject) - Method in class io.vertx.rxjava.ext.bridge.BaseBridgeEvent
Get the raw JSON message for the event.
setRawMessage(JsonObject) - Method in class io.vertx.rxjava.ext.eventbus.bridge.tcp.BridgeEvent
Get the raw JSON message for the event.
setRawMessage(JsonObject) - Method in class io.vertx.rxjava.ext.web.handler.sockjs.BridgeEvent
Set the raw JSON message for the event.
setRdFlag(boolean) - Method in class io.vertx.core.dns.AddressResolverOptions
Set the DNS queries Recursion Desired flag value.
setRead(boolean) - Method in class io.vertx.core.file.OpenOptions
Set whether the file is to be opened for reading
setReadBufferSize(int) - Method in interface io.vertx.core.file.AsyncFile
Sets the buffer size that will be used to read the data from the file.
setReadBufferSize(int) - Method in class io.vertx.reactivex.core.file.AsyncFile
Sets the buffer size that will be used to read the data from the file.
setReadBufferSize(int) - Method in class io.vertx.rxjava.core.file.AsyncFile
Sets the buffer size that will be used to read the data from the file.
setReadFromBackup(boolean) - Method in class io.vertx.spi.cluster.ignite.IgniteCacheOptions
Sets read from backup flag.
setReadLength(long) - Method in interface io.vertx.core.file.AsyncFile
Sets the number of bytes that will be read when using the file as a ReadStream.
setReadLength(long) - Method in class io.vertx.reactivex.core.file.AsyncFile
Sets the number of bytes that will be read when using the file as a ReadStream.
setReadLength(long) - Method in class io.vertx.rxjava.core.file.AsyncFile
Sets the number of bytes that will be read when using the file as a ReadStream.
setReadOnly(boolean) - Method in class io.vertx.ext.sql.SQLOptions
 
setReadOnly(boolean) - Method in class io.vertx.kafka.admin.ConfigEntry
Set whether the config is read-only and cannot be updated
setReadPos(long) - Method in interface io.vertx.core.file.AsyncFile
Sets the position from which data will be read from when using the file as a ReadStream.
setReadPos(long) - Method in class io.vertx.reactivex.core.file.AsyncFile
Sets the position from which data will be read from when using the file as a ReadStream.
setReadPos(long) - Method in class io.vertx.rxjava.core.file.AsyncFile
Sets the position from which data will be read from when using the file as a ReadStream.
setReadTimeout(int) - Method in class io.vertx.micrometer.VertxInfluxDbOptions
Read timeout for InfluxDB server connections, in seconds.
setRealm(String) - Method in class io.vertx.ext.auth.htdigest.HtdigestCredentials
 
setReaperInterval(long) - Method in class io.vertx.ext.shell.ShellServerOptions
Set the repear interval, i.e the period at which session eviction is performed.
setReaperInterval(long) - Method in class io.vertx.ext.shell.ShellServiceOptions
 
setReason(String) - Method in class io.vertx.ext.consul.MaintenanceOptions
Set the reason message.
setRebalanceDelay(long) - Method in class io.vertx.spi.cluster.ignite.IgniteCacheOptions
Sets rebalance delay.
setRebalanceMode(String) - Method in class io.vertx.spi.cluster.ignite.IgniteCacheOptions
Sets cache rebalance mode.
setRebalanceOrder(int) - Method in class io.vertx.spi.cluster.ignite.IgniteCacheOptions
Sets cache rebalance order.
setReceiveBufferSize(int) - Method in class io.vertx.amqp.AmqpClientOptions
 
setReceiveBufferSize(int) - Method in class io.vertx.core.datagram.DatagramSocketOptions
 
setReceiveBufferSize(int) - Method in class io.vertx.core.eventbus.EventBusOptions
 
setReceiveBufferSize(int) - Method in class io.vertx.core.http.HttpClientOptions
 
setReceiveBufferSize(int) - Method in class io.vertx.core.http.HttpServerOptions
 
setReceiveBufferSize(int) - Method in class io.vertx.core.net.ClientOptionsBase
 
setReceiveBufferSize(int) - Method in class io.vertx.core.net.NetClientOptions
 
setReceiveBufferSize(int) - Method in class io.vertx.core.net.NetServerOptions
 
setReceiveBufferSize(int) - Method in class io.vertx.core.net.NetworkOptions
Set the TCP receive buffer size
setReceiveBufferSize(int) - Method in class io.vertx.core.net.TCPSSLOptions
 
setReceiveBufferSize(int) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set the TCP receive buffer size
setReceiveBufferSize(int) - Method in class io.vertx.ext.mail.MailConfig
 
setReceiveBufferSize(int) - Method in class io.vertx.ext.shell.term.HttpTermOptions
 
setReceiveBufferSize(int) - Method in class io.vertx.ext.shell.term.TelnetTermOptions
 
setReceiveBufferSize(int) - Method in class io.vertx.ext.web.client.WebClientOptions
 
setReceiveBufferSize(int) - Method in class io.vertx.mqtt.MqttClientOptions
 
setReceiveBufferSize(int) - Method in class io.vertx.mqtt.MqttServerOptions
 
setReceiveBufferSize(int) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setReceiveBufferSize(int) - Method in class io.vertx.pgclient.PgConnectOptions
 
setReceiveBufferSize(int) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
 
setRecipients(List<String>) - Method in class io.vertx.ext.mail.MailResult
 
setReconnectAttempts(int) - Method in class io.vertx.amqp.AmqpClientOptions
 
setReconnectAttempts(int) - Method in class io.vertx.core.eventbus.EventBusOptions
Sets the value of reconnect attempts.
setReconnectAttempts(int) - Method in class io.vertx.core.net.NetClientOptions
Set the value of reconnect attempts
setReconnectAttempts(int) - Method in class io.vertx.ext.mail.MailConfig
 
setReconnectAttempts(int) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setReconnectAttempts(int) - Method in class io.vertx.pgclient.PgConnectOptions
 
setReconnectAttempts(int) - Method in class io.vertx.rabbitmq.RabbitMQOptions
 
setReconnectAttempts(Integer) - Method in class io.vertx.rabbitmq.RabbitMQPublisherOptions
Set the number of reconnect attempts to attempt when connecting, the null value disables it.
setReconnectCount(int) - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
Sets maximum number of reconnect attempts used when establishing connection with remote nodes.
setReconnectInterval(long) - Method in class io.vertx.amqp.AmqpClientOptions
 
setReconnectInterval(long) - Method in class io.vertx.core.eventbus.EventBusOptions
Set the reconnect interval.
setReconnectInterval(long) - Method in class io.vertx.core.net.NetClientOptions
Set the reconnect interval
setReconnectInterval(long) - Method in class io.vertx.ext.mail.MailConfig
 
setReconnectInterval(long) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setReconnectInterval(long) - Method in class io.vertx.pgclient.PgConnectOptions
 
setReconnectInterval(long) - Method in class io.vertx.rabbitmq.RabbitMQOptions
 
setReconnectInterval(long) - Method in class io.vertx.rabbitmq.RabbitMQPublisherOptions
Set the delay in milliseconds between connection retries.
setRecursionDesired(boolean) - Method in class io.vertx.core.dns.DnsClientOptions
Set whether or not recursion is desired
setRedirectUri(String) - Method in class io.vertx.ext.auth.oauth2.Oauth2Credentials
 
setReferral(String) - Method in class io.vertx.ext.auth.ldap.LdapAuthenticationOptions
Set the referral property.
setRegexGroupsNames(List<String>) - Method in interface io.vertx.ext.web.Route
When you add a new route with a regular expression, you can add named capture groups for parameters.
setRegexGroupsNames(List<String>) - Method in class io.vertx.reactivex.ext.web.Route
When you add a new route with a regular expression, you can add named capture groups for parameters.
setRegexGroupsNames(List<String>) - Method in class io.vertx.rxjava.ext.web.Route
When you add a new route with a regular expression, you can add named capture groups for parameters.
setRegisterWriteHandler(boolean) - Method in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
Whether a writeHandler should be registered on the EventBus.
setRegistration(String) - Method in class io.vertx.servicediscovery.Record
Sets the registration id.
setRegistryName(String) - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
Set the name used for registering the metrics in the Dropwizard shared registry.
setRegistryName(String) - Method in class io.vertx.micrometer.MicrometerMetricsOptions
Set a name for the metrics registry, so that a new registry will be created and associated with this name.
setReleaseSession(String) - Method in class io.vertx.ext.consul.KeyValueOptions
Set session ID for lock release operation.
setRelyingParty(RelyingParty) - Method in class io.vertx.ext.auth.webauthn.WebAuthnOptions
 
setRemoteRepositories(List<String>) - Method in class io.vertx.maven.ResolverOptions
Sets the list of remote repositories used by the resolver.
setRemoteSnapshotPolicy(String) - Method in class io.vertx.maven.ResolverOptions
Sets the remote snapshot policy (`daily` by default).
setReplaceExisting(boolean) - Method in class io.vertx.core.file.CopyOptions
Whether an existing file, empty directory, or link should be replaced.
setReplicas(List<Node>) - Method in class io.vertx.kafka.client.common.PartitionInfo
Set the complete set of replicas for this partition
setReplicas(List<Node>) - Method in class io.vertx.kafka.client.common.TopicPartitionInfo
Set the complete set of replicas for this partition
setReplicasAssignments(Map<Integer, List<Integer>>) - Method in class io.vertx.kafka.admin.NewTopic
Set a map from partition id to replica ids
setReplicationFactor(short) - Method in class io.vertx.kafka.admin.NewTopic
Set the replication factor for the new topic or -1 if a replica assignment has been specified
setReply(boolean) - Method in class io.vertx.ext.shell.command.base.BusSend
 
setReplyTimeout(long) - Method in class io.vertx.ext.web.handler.sockjs.SockJSBridgeOptions
 
setReporters(List<ReportOptions>) - Method in class io.vertx.ext.unit.report.ReportingOptions
Replace the current list of reporters with a new one.
setReporters(List<ReportOptions>) - Method in class io.vertx.ext.unit.TestOptions
 
setReportOnly(boolean) - Method in interface io.vertx.ext.web.handler.CSPHandler
To ease deployment, CSP can be deployed in report-only mode.
setReportOnly(boolean) - Method in class io.vertx.reactivex.ext.web.handler.CSPHandler
To ease deployment, CSP can be deployed in report-only mode.
setReportOnly(boolean) - Method in class io.vertx.rxjava.ext.web.handler.CSPHandler
To ease deployment, CSP can be deployed in report-only mode.
setRequestBatchingEnabled(boolean) - Method in class io.vertx.ext.web.handler.graphql.GraphQLHandlerOptions
Whether request batching should be enabled.
setRequestedChannelMax(int) - Method in class io.vertx.rabbitmq.RabbitMQOptions
Set the initially requested maximum channel number, zero for unlimited.
setRequestedHeartbeat(int) - Method in class io.vertx.rabbitmq.RabbitMQOptions
Set the initially requested heartbeat interval, in seconds, zero for none.
setRequestMultipartEnabled(boolean) - Method in class io.vertx.ext.web.handler.graphql.GraphQLHandlerOptions
Whether request multipart should be enabled.
setRequired(boolean) - Method in class io.vertx.core.cli.Argument
Sets whether or not the current Argument is required.
setRequired(boolean) - Method in class io.vertx.core.cli.Option
Sets whether or not this option is mandatory.
setRequired(boolean) - Method in class io.vertx.core.cli.TypedArgument
 
setRequired(boolean) - Method in class io.vertx.core.cli.TypedOption
 
setRequiredAuthority(String) - Method in class io.vertx.ext.bridge.PermittedOptions
Declare a specific authority that user must have in order to allow messages
setRequireResidentKey(boolean) - Method in class io.vertx.ext.auth.webauthn.WebAuthnOptions
 
setRequireSecurityHandlers(boolean) - Method in class io.vertx.ext.web.api.contract.RouterFactoryOptions
Deprecated.
If true, when you call RouterFactory.getRouter() the factory will mount for every path the required security handlers and, if a security handler is not defined, it throws an RouterFactoryException
setRequireSecurityHandlers(boolean) - Method in class io.vertx.ext.web.openapi.RouterBuilderOptions
If true, when you call RouterBuilder.createRouter() ()} the factory will mount for every path the required security handlers and, if a security handler is not defined, it throws an RouterBuilderException
setResetTimeout(long) - Method in class io.vertx.circuitbreaker.CircuitBreakerOptions
Sets the time in ms before it attempts to re-close the circuit (by going to the half-open state).
setResolvers(ValueResolver...) - Method in interface io.vertx.ext.web.templ.handlebars.HandlebarsTemplateEngine
Deprecated.
see TemplateEngine.unwrap() Set the array of handlebars context value resolvers.
setResource(String) - Method in interface io.vertx.ext.auth.authorization.PermissionBasedAuthorization
sets an optional resource that the permission is assigned-on
setResource(String) - Method in interface io.vertx.ext.auth.authorization.RoleBasedAuthorization
sets an optional resource that the role is assigned-on
setResource(String) - Method in interface io.vertx.ext.auth.authorization.WildcardPermissionBasedAuthorization
sets an optional resource that the permission is assigned-on
setResource(String) - Method in class io.vertx.reactivex.ext.auth.authorization.PermissionBasedAuthorization
sets an optional resource that the permission is assigned-on
setResource(String) - Method in class io.vertx.reactivex.ext.auth.authorization.RoleBasedAuthorization
sets an optional resource that the role is assigned-on
setResource(String) - Method in class io.vertx.reactivex.ext.auth.authorization.WildcardPermissionBasedAuthorization
sets an optional resource that the permission is assigned-on
setResource(String) - Method in class io.vertx.rxjava.ext.auth.authorization.PermissionBasedAuthorization
sets an optional resource that the permission is assigned-on
setResource(String) - Method in class io.vertx.rxjava.ext.auth.authorization.RoleBasedAuthorization
sets an optional resource that the role is assigned-on
setResource(String) - Method in class io.vertx.rxjava.ext.auth.authorization.WildcardPermissionBasedAuthorization
sets an optional resource that the permission is assigned-on
setResponse(String) - Method in class io.vertx.ext.auth.htdigest.HtdigestCredentials
 
setResults(List<JsonArray>) - Method in class io.vertx.ext.sql.ResultSet
 
setResultSetConcurrency(ResultSetConcurrency) - Method in class io.vertx.ext.sql.SQLOptions
 
setResultSetType(ResultSetType) - Method in class io.vertx.ext.sql.SQLOptions
 
setRetentionPolicy(String) - Method in class io.vertx.micrometer.VertxInfluxDbOptions
InfluxDB retention policy
setReturningNewDocument(boolean) - Method in class io.vertx.ext.mongo.UpdateOptions
Set whether new document property is enabled.
setReturnURLParam(String) - Method in interface io.vertx.ext.web.handler.FormLoginHandler
Set the name of the session attrioute used to specify the return url
setReturnURLParam(String) - Method in class io.vertx.reactivex.ext.web.handler.FormLoginHandler
Set the name of the session attrioute used to specify the return url
setReturnURLParam(String) - Method in class io.vertx.rxjava.ext.web.handler.FormLoginHandler
Set the name of the session attrioute used to specify the return url
setReuseAddress(boolean) - Method in class io.vertx.amqp.AmqpClientOptions
 
setReuseAddress(boolean) - Method in class io.vertx.core.datagram.DatagramSocketOptions
 
setReuseAddress(boolean) - Method in class io.vertx.core.eventbus.EventBusOptions
 
setReuseAddress(boolean) - Method in class io.vertx.core.http.HttpClientOptions
 
setReuseAddress(boolean) - Method in class io.vertx.core.http.HttpServerOptions
 
setReuseAddress(boolean) - Method in class io.vertx.core.net.ClientOptionsBase
 
setReuseAddress(boolean) - Method in class io.vertx.core.net.NetClientOptions
 
setReuseAddress(boolean) - Method in class io.vertx.core.net.NetServerOptions
 
setReuseAddress(boolean) - Method in class io.vertx.core.net.NetworkOptions
Set the value of reuse address
setReuseAddress(boolean) - Method in class io.vertx.core.net.TCPSSLOptions
 
setReuseAddress(boolean) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set the value of reuse address
setReuseAddress(boolean) - Method in class io.vertx.ext.mail.MailConfig
 
setReuseAddress(boolean) - Method in class io.vertx.ext.shell.term.HttpTermOptions
 
setReuseAddress(boolean) - Method in class io.vertx.ext.shell.term.TelnetTermOptions
 
setReuseAddress(boolean) - Method in class io.vertx.ext.web.client.WebClientOptions
 
setReuseAddress(boolean) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setReuseAddress(boolean) - Method in class io.vertx.pgclient.PgConnectOptions
 
setReuseAddress(boolean) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
 
setReusePort(boolean) - Method in class io.vertx.amqp.AmqpClientOptions
 
setReusePort(boolean) - Method in class io.vertx.core.datagram.DatagramSocketOptions
 
setReusePort(boolean) - Method in class io.vertx.core.eventbus.EventBusOptions
 
setReusePort(boolean) - Method in class io.vertx.core.http.HttpClientOptions
 
setReusePort(boolean) - Method in class io.vertx.core.http.HttpServerOptions
 
setReusePort(boolean) - Method in class io.vertx.core.net.ClientOptionsBase
 
setReusePort(boolean) - Method in class io.vertx.core.net.NetClientOptions
 
setReusePort(boolean) - Method in class io.vertx.core.net.NetServerOptions
 
setReusePort(boolean) - Method in class io.vertx.core.net.NetworkOptions
Set the value of reuse port.
setReusePort(boolean) - Method in class io.vertx.core.net.TCPSSLOptions
 
setReusePort(boolean) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set the value of reuse port.
setReusePort(boolean) - Method in class io.vertx.ext.mail.MailConfig
 
setReusePort(boolean) - Method in class io.vertx.ext.web.client.WebClientOptions
 
setReusePort(boolean) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setReusePort(boolean) - Method in class io.vertx.pgclient.PgConnectOptions
 
setReusePort(boolean) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
 
setRevision(Integer) - Method in class io.vertx.ext.mongo.GridFsDownloadOptions
 
setRevocationPath(String) - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
Set the Oauth2 revocation resource path.
setRole(String) - Method in class io.vertx.config.vault.client.TokenRequest
 
setRole(RedisRole) - Method in class io.vertx.redis.client.RedisOptions
Set the role name (only considered in HA mode).
setRoleField(String) - Method in interface io.vertx.ext.auth.mongo.MongoAuth
Deprecated.
Set the name of the field to be used for the roles.
setRoleField(String) - Method in class io.vertx.ext.auth.mongo.MongoAuthOptions
Deprecated.
The property name to be used to set the name of the field, where the roles are stored inside.
setRoleField(String) - Method in class io.vertx.ext.auth.mongo.MongoAuthorizationOptions
The property name to be used to set the name of the field, where the roles are stored inside.
setRoleField(String) - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
Deprecated.
setRoleField(String) - Method in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
Deprecated.
setRolePrefix(String) - Method in interface io.vertx.ext.auth.jdbc.JDBCAuth
Deprecated.
Set the role prefix to distinguish from permissions when checking for isPermitted requests.
setRolePrefix(String) - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuth
Deprecated.
setRolePrefix(String) - Method in class io.vertx.rxjava.ext.auth.jdbc.JDBCAuth
Deprecated.
setRolesPrefix(String) - Method in class io.vertx.ext.auth.jdbc.JDBCAuthOptions
Deprecated.
Set the role prefix to distinguish from permissions when checking for isPermitted requests.
setRolesQuery(String) - Method in interface io.vertx.ext.auth.jdbc.JDBCAuth
Deprecated.
Set the roles query to use.
setRolesQuery(String) - Method in class io.vertx.ext.auth.jdbc.JDBCAuthOptions
Deprecated.
Set the roles query to use.
setRolesQuery(String) - Method in class io.vertx.ext.auth.jdbc.JDBCAuthorizationOptions
Set the roles query to use.
setRolesQuery(String) - Method in class io.vertx.ext.auth.sqlclient.SqlAuthorizationOptions
Set the roles query to use.
setRolesQuery(String) - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuth
Deprecated.
setRolesQuery(String) - Method in class io.vertx.rxjava.ext.auth.jdbc.JDBCAuth
Deprecated.
setRoot(String) - Method in class io.vertx.servicediscovery.types.HttpLocation
Sets the path of the service (root)
setRootCertificates(Map<String, String>) - Method in class io.vertx.ext.auth.webauthn.WebAuthnOptions
 
setRootCrls(List<String>) - Method in class io.vertx.ext.auth.webauthn.WebAuthnOptions
 
setRotateServers(boolean) - Method in class io.vertx.core.dns.AddressResolverOptions
Set to true to enable round-robin selection of the dns server to use.
setRoundRobinInetAddress(boolean) - Method in class io.vertx.core.dns.AddressResolverOptions
Set to true to enable round-robin inet address selection of the ip address to use.
setRouteNamingStrategy(RouteNamingStrategy) - Method in class io.vertx.ext.web.openapi.RouterBuilderOptions
The strategy to follow when naming the generated routes.
setRules(String) - Method in class io.vertx.ext.consul.AclToken
Set rules for token
setSaltField(String) - Method in interface io.vertx.ext.auth.mongo.MongoAuth
Deprecated.
Set the name of the field to be used for the salt.
setSaltField(String) - Method in class io.vertx.ext.auth.mongo.MongoAuthOptions
Deprecated.
The property name to be used to set the name of the field, where the SALT is stored inside.
setSaltField(String) - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
Deprecated.
setSaltField(String) - Method in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
Deprecated.
setSaltStyle(HashSaltStyle) - Method in interface io.vertx.ext.auth.mongo.HashStrategy
Deprecated.
Set the saltstyle as defined by HashSaltStyle.
setSaltStyle(HashSaltStyle) - Method in class io.vertx.ext.auth.mongo.MongoAuthOptions
Deprecated.
The property name to be used to set the name of the field, where the salt style is stored inside
setSaltStyle(HashSaltStyle) - Method in class io.vertx.reactivex.ext.auth.mongo.HashStrategy
Deprecated.
setSaltStyle(HashSaltStyle) - Method in class io.vertx.rxjava.ext.auth.mongo.HashStrategy
Deprecated.
setSameSite(CookieSameSite) - Method in interface io.vertx.core.http.Cookie
Sets the same site of this cookie.
setSameSite(CookieSameSite) - Method in class io.vertx.reactivex.core.http.Cookie
Sets the same site of this cookie.
setSameSite(CookieSameSite) - Method in class io.vertx.rxjava.core.http.Cookie
Sets the same site of this cookie.
setScanPeriod(long) - Method in class io.vertx.config.ConfigRetrieverOptions
Configures the scan period, in ms.
setSchema(String) - Method in class io.vertx.ext.sql.SQLOptions
 
setSchema(SchemaInternal) - Method in class io.vertx.json.schema.common.BaseSingleSchemaValidator
 
setSchema(Schema) - Method in exception io.vertx.json.schema.ValidationException
 
setScope(JsonPointer) - Method in exception io.vertx.json.schema.ValidationException
 
setScopes(List<String>) - Method in class io.vertx.ext.auth.authentication.TokenCredentials
 
setScopes(List<String>) - Method in class io.vertx.ext.auth.JWTOptions
Deprecated.
use the authorization api AuthorizationProvider
setScopeSeparator(String) - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
Set the provider scope separator
setScriptArgs(List<String>) - Method in class io.vertx.ext.consul.CheckOptions
Set scriptArgs.
setSdid(String) - Method in class io.vertx.ext.mail.DKIMSignOptions
Sets the Singing Domain Identifier(SDID).
setSearchDomains(List<String>) - Method in class io.vertx.core.dns.AddressResolverOptions
Set the lists of DNS search domains.
setSeconds(String) - Method in class io.vertx.ext.shell.command.base.Sleep
 
setSeconds(int) - Method in class io.vertx.pgclient.data.Interval
 
setSecretKey(String) - Method in class io.vertx.ext.auth.PubSecKeyOptions
Deprecated.
This setter ignored the PEM prefix and suffix which would assume the key to be RSA. Use PubSecKeyOptions.setBuffer(String) with the full content of your OpenSSL pem file. A PEM file must contain at least 3 lines:
   -----BEGIN PRIVATE KEY----
   ...
   -----END PRIVATE KEY---
 
setSecure(boolean) - Method in interface io.vertx.core.http.Cookie
Sets the security getStatus of this cookie
setSecure(boolean) - Method in class io.vertx.reactivex.core.http.Cookie
Sets the security getStatus of this cookie
setSecure(boolean) - Method in class io.vertx.rxjava.core.http.Cookie
Sets the security getStatus of this cookie
setSecured(boolean) - Method in class io.vertx.ext.stomp.StompServerOptions
Enables or disables the server security feature.
setSelector(String) - Method in class io.vertx.ext.mail.DKIMSignOptions
Sets the selector used to query the public key.
setSendBufferSize(int) - Method in class io.vertx.amqp.AmqpClientOptions
 
setSendBufferSize(int) - Method in class io.vertx.core.datagram.DatagramSocketOptions
 
setSendBufferSize(int) - Method in class io.vertx.core.eventbus.EventBusOptions
 
setSendBufferSize(int) - Method in class io.vertx.core.http.HttpClientOptions
 
setSendBufferSize(int) - Method in class io.vertx.core.http.HttpServerOptions
 
setSendBufferSize(int) - Method in class io.vertx.core.net.ClientOptionsBase
 
setSendBufferSize(int) - Method in class io.vertx.core.net.NetClientOptions
 
setSendBufferSize(int) - Method in class io.vertx.core.net.NetServerOptions
 
setSendBufferSize(int) - Method in class io.vertx.core.net.NetworkOptions
Set the TCP send buffer size
setSendBufferSize(int) - Method in class io.vertx.core.net.TCPSSLOptions
 
setSendBufferSize(int) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set the TCP send buffer size
setSendBufferSize(int) - Method in class io.vertx.ext.mail.MailConfig
 
setSendBufferSize(int) - Method in class io.vertx.ext.shell.term.HttpTermOptions
 
setSendBufferSize(int) - Method in class io.vertx.ext.shell.term.TelnetTermOptions
 
setSendBufferSize(int) - Method in class io.vertx.ext.web.client.WebClientOptions
 
setSendBufferSize(int) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setSendBufferSize(int) - Method in class io.vertx.pgclient.PgConnectOptions
 
setSendBufferSize(int) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
 
setSenderEndpoint(String) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
 
setSenderOptions(HttpSenderOptions) - Method in class io.vertx.tracing.zipkin.ZipkinTracingOptions
Set the HTTP sender options to use for reporting spans.
setSendErrorOnNoSubscriptions(boolean) - Method in class io.vertx.ext.stomp.StompServerOptions
Sets whether or not an error is sent to the client when this client sends a message to an not subscribed destinations (no subscriptions on this destination).
setSendTimeout(long) - Method in class io.vertx.core.eventbus.DeliveryOptions
Set the send timeout.
setSendUnmaskedFrames(boolean) - Method in class io.vertx.core.http.HttpClientOptions
Set true when the client wants to skip frame masking.
setSendUnmaskedFrames(boolean) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set true when the client wants to skip frame masking.
setSendUnmaskedFrames(boolean) - Method in class io.vertx.ext.web.client.WebClientOptions
 
setSendUnmaskedFrames(boolean) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
 
setSendVaryHeader(boolean) - Method in interface io.vertx.ext.web.handler.StaticHandler
Set whether vary header should be sent with response.
setSendVaryHeader(boolean) - Method in class io.vertx.reactivex.ext.web.handler.StaticHandler
Set whether vary header should be sent with response.
setSendVaryHeader(boolean) - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
Set whether vary header should be sent with response.
setSensitive(boolean) - Method in class io.vertx.kafka.admin.ConfigEntry
Set whether the config value is sensitive.
setServer(SocketAddress) - Method in class io.vertx.core.http.RequestOptions
Set the server address to be used by the client request.
setServerRsaPublicKeyPath(String) - Method in class io.vertx.mysqlclient.MySQLAuthOptions
Set the path of server RSA public key which is mostly used for encrypting password under insecure connections when performing authentication.
setServerRsaPublicKeyPath(String) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
Set the path of server RSA public key which is mostly used for encrypting password under insecure connections when performing authentication.
setServerRsaPublicKeyValue(Buffer) - Method in class io.vertx.mysqlclient.MySQLAuthOptions
Set the value of server RSA public key which is mostly used for encrypting password under insecure connections when performing authentication.
setServerRsaPublicKeyValue(Buffer) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
Set the value of server RSA public key which is mostly used for encrypting password under insecure connections when performing authentication.
setServers(List<String>) - Method in class io.vertx.core.dns.AddressResolverOptions
Set the list of DNS server addresses, an address is the IP of the dns server, followed by an optional colon and a port, e.g 8.8.8.8 or {code 192.168.0.1:40000}.
setServers(List<Coordinate>) - Method in class io.vertx.ext.consul.DcCoordinates
Set list of servers in datacenter
setService(String) - Method in class io.vertx.ext.consul.Event
Set regular expression to filter by service
setService(String) - Method in class io.vertx.ext.consul.EventOptions
Set regular expression to filter by service
setService(String) - Method in class io.vertx.ext.consul.PreparedQueryDefinition
Set the name of the service to query
setService(String) - Method in class io.vertx.ext.consul.PreparedQueryExecuteResponse
Set the service name that the query was selecting.
setService(Service) - Method in class io.vertx.ext.consul.ServiceEntry
Set service
setServiceId(String) - Method in class io.vertx.ext.consul.Check
Set the ID of service with which this check associated
setServiceId(String) - Method in class io.vertx.ext.consul.CheckOptions
Set the service ID to associate the registered check with an existing service provided by the agent.
setServiceName(String) - Method in class io.vertx.ext.consul.Check
Set the name of service with which this check associated
setServiceName(String) - Method in class io.vertx.tracing.zipkin.ZipkinTracingOptions
Set the service name to use.
setSession(String) - Method in class io.vertx.ext.consul.KeyValue
Set the session that owns the lock
setSession(String) - Method in class io.vertx.ext.consul.PreparedQueryDefinition
Set the ID of an existing session.
setSession(String) - Method in class io.vertx.ext.consul.TxnKVOperation
Set the session used for locking, unlocking, and check-and-set operations.
setSession(Session) - Method in interface io.vertx.ext.shell.system.Job
Set a session on the job.
setSession(Session) - Method in interface io.vertx.ext.shell.system.Process
Set the process session
setSession(Session) - Method in interface io.vertx.ext.shell.term.Term
Associate the term with a session.
setSession(Session) - Method in interface io.vertx.ext.web.RoutingContext
Set the session.
setSession(Session) - Method in class io.vertx.reactivex.ext.shell.system.Job
Set a session on the job.
setSession(Session) - Method in class io.vertx.reactivex.ext.shell.system.Process
Set the process session
setSession(Session) - Method in class io.vertx.reactivex.ext.shell.term.Term
Associate the term with a session.
setSession(Session) - Method in class io.vertx.reactivex.ext.web.RoutingContext
Set the session.
setSession(Session) - Method in class io.vertx.rxjava.ext.shell.system.Job
Set a session on the job.
setSession(Session) - Method in class io.vertx.rxjava.ext.shell.system.Process
Set the process session
setSession(Session) - Method in class io.vertx.rxjava.ext.shell.term.Term
Associate the term with a session.
setSession(Session) - Method in class io.vertx.rxjava.ext.web.RoutingContext
Set the session.
setSessionCacheEnabled(boolean) - Method in class io.vertx.core.net.OpenSSLEngineOptions
Set whether session cache is enabled in open SSL session server context
setSessionCookieName(String) - Method in interface io.vertx.ext.web.handler.SessionHandler
Set the session cookie name
setSessionCookieName(String) - Method in class io.vertx.reactivex.ext.web.handler.SessionHandler
Set the session cookie name
setSessionCookieName(String) - Method in class io.vertx.rxjava.ext.web.handler.SessionHandler
Set the session cookie name
setSessionCookiePath(String) - Method in interface io.vertx.ext.web.handler.SessionHandler
Set the session cookie path
setSessionCookiePath(String) - Method in class io.vertx.reactivex.ext.web.handler.SessionHandler
Set the session cookie path
setSessionCookiePath(String) - Method in class io.vertx.rxjava.ext.web.handler.SessionHandler
Set the session cookie path
setSessionTimeout(long) - Method in class io.vertx.ext.shell.ShellServerOptions
Set the session timeout.
setSessionTimeout(long) - Method in class io.vertx.ext.shell.ShellServiceOptions
 
setSessionTimeout(long) - Method in interface io.vertx.ext.web.handler.SessionHandler
Set the session timeout
setSessionTimeout(long) - Method in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
Set the delay before the server sends a close event when a client receiving connection has not been seen for a while.
setSessionTimeout(long) - Method in class io.vertx.reactivex.ext.web.handler.SessionHandler
Set the session timeout
setSessionTimeout(long) - Method in class io.vertx.rxjava.ext.web.handler.SessionHandler
Set the session timeout
setShared(boolean) - Method in class io.vertx.ext.auth.jdbc.JDBCAuthOptions
Deprecated.
Set whether the JDBC client is shared or non shared.
setShared(boolean) - Method in class io.vertx.ext.auth.mongo.MongoAuthOptions
Deprecated.
Use a shared Mongo client or not.
setShellHtmlResource(Buffer) - Method in class io.vertx.ext.shell.term.HttpTermOptions
Set shell.html resource to use.
setShort(int, short) - Method in interface io.vertx.core.buffer.Buffer
Sets the short at position pos in the Buffer to the value s.
setShort(int, short) - Method in class io.vertx.reactivex.core.buffer.Buffer
Sets the short at position pos in the Buffer to the value s.
setShort(int, short) - Method in class io.vertx.rxjava.core.buffer.Buffer
Sets the short at position pos in the Buffer to the value s.
setShortLE(int, short) - Method in interface io.vertx.core.buffer.Buffer
Sets the short at position pos in the Buffer to the value s in the Little Endian Byte Order.
setShortLE(int, short) - Method in class io.vertx.reactivex.core.buffer.Buffer
Sets the short at position pos in the Buffer to the value s in the Little Endian Byte Order.
setShortLE(int, short) - Method in class io.vertx.rxjava.core.buffer.Buffer
Sets the short at position pos in the Buffer to the value s in the Little Endian Byte Order.
setShortName(String) - Method in class io.vertx.core.cli.Option
Sets the short name of this option.
setShortName(String) - Method in class io.vertx.core.cli.TypedOption
 
setShutdownOnNodeStop(boolean) - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
Sets that vertx will be shutdown when the node stops.
setShutdownOnSegmentation(boolean) - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
Sets that vertx will be shutdown when the cache goes into segmented state.
setSignAlgo(DKIMSignAlgorithm) - Method in class io.vertx.ext.mail.DKIMSignOptions
Sets the signing algorithm.
setSignatureTimestamp(boolean) - Method in class io.vertx.ext.mail.DKIMSignOptions
Sets to enable or disable signature sign timestmap.
setSignedHeaders(List<String>) - Method in class io.vertx.ext.mail.DKIMSignOptions
Sets the email signedHeaders used to sign.
setSimpleConsumerGroup(boolean) - Method in class io.vertx.kafka.admin.ConsumerGroupDescription
Set if consumer group is simple or not
setSimpleConsumerGroup(boolean) - Method in class io.vertx.kafka.admin.ConsumerGroupListing
Set if consumer group is simple or not
setSingleValued(boolean) - Method in class io.vertx.core.cli.Option
Sets whether or not this option can receive a value.
setSingleValued(boolean) - Method in class io.vertx.core.cli.TypedOption
 
setSite(String) - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
Root URL for the provider without trailing slashes
setSize(int) - Method in interface io.vertx.ext.mail.MailAttachment
Sets the size of the attachment.
setSize(int, int) - Method in interface io.vertx.ext.shell.term.Pty
Resize the terminal.
setSize(int) - Method in class io.vertx.reactivex.ext.mail.MailAttachment
Sets the size of the attachment.
setSize(int, int) - Method in class io.vertx.reactivex.ext.shell.term.Pty
Resize the terminal.
setSize(int) - Method in class io.vertx.rxjava.ext.mail.MailAttachment
Sets the size of the attachment.
setSize(int, int) - Method in class io.vertx.rxjava.ext.shell.term.Pty
Resize the terminal.
setSkip(int) - Method in class io.vertx.ext.mongo.FindOptions
Set the skip
setSni(boolean) - Method in class io.vertx.core.http.HttpServerOptions
 
setSni(boolean) - Method in class io.vertx.core.net.NetServerOptions
Set whether the server supports Server Name Indiciation
setSni(boolean) - Method in class io.vertx.mqtt.MqttServerOptions
 
setSniServerName(String) - Method in class io.vertx.amqp.AmqpClientOptions
 
setSockJSHandlerOptions(SockJSHandlerOptions) - Method in class io.vertx.ext.shell.term.HttpTermOptions
The SockJS handler options.
setSockJSPath(String) - Method in class io.vertx.ext.shell.term.HttpTermOptions
Configure the SockJS path, the default value is /term/*.
setSoLinger(int) - Method in class io.vertx.amqp.AmqpClientOptions
 
setSoLinger(int) - Method in class io.vertx.core.eventbus.EventBusOptions
 
setSoLinger(int) - Method in class io.vertx.core.http.HttpClientOptions
 
setSoLinger(int) - Method in class io.vertx.core.http.HttpServerOptions
 
setSoLinger(int) - Method in class io.vertx.core.net.ClientOptionsBase
 
setSoLinger(int) - Method in class io.vertx.core.net.NetClientOptions
 
setSoLinger(int) - Method in class io.vertx.core.net.NetServerOptions
 
setSoLinger(int) - Method in class io.vertx.core.net.TCPSSLOptions
Set whether SO_linger keep alive is enabled
setSoLinger(int) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set whether SO_linger keep alive is enabled
setSoLinger(int) - Method in class io.vertx.ext.mail.MailConfig
 
setSoLinger(int) - Method in class io.vertx.ext.shell.term.HttpTermOptions
 
setSoLinger(int) - Method in class io.vertx.ext.shell.term.TelnetTermOptions
 
setSoLinger(int) - Method in class io.vertx.ext.web.client.WebClientOptions
 
setSoLinger(int) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setSoLinger(int) - Method in class io.vertx.pgclient.PgConnectOptions
 
setSoLinger(int) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
 
setSort(JsonObject) - Method in class io.vertx.ext.mongo.FindOptions
Set the sort document
setSource(ConfigEntry.ConfigSource) - Method in class io.vertx.kafka.admin.ConfigEntry
Set the source of this configuration entry
setSource(ConfigEntry.ConfigSource) - Method in class io.vertx.kafka.admin.ConfigSynonym
Set the source of this configuration
setSpan(Span) - Static method in class io.vertx.tracing.opentracing.OpenTracingUtil
Set the span as active on the context.
setSparse(boolean) - Method in class io.vertx.core.file.OpenOptions
Set whether a hint should be provided that the file to created is sparse
setSpec(long) - Method in class io.vertx.kafka.admin.OffsetSpec
Set the offset spec
setSRID(long) - Method in class io.vertx.mysqlclient.data.spatial.Geometry
 
setSSHOptions(SSHTermOptions) - Method in class io.vertx.ext.shell.ShellServiceOptions
Set the SSH options, if the option is null, SSH will not be started.
setSsl(boolean) - Method in class io.vertx.amqp.AmqpClientOptions
 
setSsl(boolean) - Method in class io.vertx.core.eventbus.EventBusOptions
 
setSsl(boolean) - Method in class io.vertx.core.http.HttpClientOptions
 
setSsl(boolean) - Method in class io.vertx.core.http.HttpServerOptions
 
setSsl(Boolean) - Method in class io.vertx.core.http.RequestOptions
Set whether SSL/TLS is enabled.
setSsl(Boolean) - Method in class io.vertx.core.http.WebSocketConnectOptions
 
setSsl(boolean) - Method in class io.vertx.core.net.ClientOptionsBase
 
setSsl(boolean) - Method in class io.vertx.core.net.NetClientOptions
 
setSsl(boolean) - Method in class io.vertx.core.net.NetServerOptions
 
setSsl(boolean) - Method in class io.vertx.core.net.TCPSSLOptions
Set whether SSL/TLS is enabled
setSsl(boolean) - Method in class io.vertx.db2client.DB2ConnectOptions
 
setSsl(boolean) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set whether SSL/TLS is enabled
setSsl(boolean) - Method in class io.vertx.ext.mail.MailConfig
 
setSsl(boolean) - Method in class io.vertx.ext.shell.term.HttpTermOptions
 
setSsl(boolean) - Method in class io.vertx.ext.shell.term.TelnetTermOptions
 
setSsl(boolean) - Method in class io.vertx.ext.stomp.StompClientOptions
 
setSsl(boolean) - Method in class io.vertx.ext.stomp.StompServerOptions
 
setSsl(boolean) - Method in class io.vertx.ext.web.client.WebClientOptions
 
setSsl(boolean) - Method in class io.vertx.mqtt.MqttClientOptions
 
setSsl(boolean) - Method in class io.vertx.mqtt.MqttServerOptions
 
setSsl(boolean) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setSsl(boolean) - Method in class io.vertx.pgclient.PgConnectOptions
 
setSsl(boolean) - Method in class io.vertx.rabbitmq.RabbitMQOptions
 
setSsl(boolean) - Method in class io.vertx.servicediscovery.types.HttpLocation
Sets whether or not the HTTP service is using https.
setSsl(boolean) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
 
setSslContextFactory(IgniteSslOptions) - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
Sets SSL options that will be used for creating a secure socket layer.
setSslEngineOptions(SSLEngineOptions) - Method in class io.vertx.amqp.AmqpClientOptions
 
setSslEngineOptions(SSLEngineOptions) - Method in class io.vertx.core.eventbus.EventBusOptions
 
setSslEngineOptions(SSLEngineOptions) - Method in class io.vertx.core.http.HttpClientOptions
 
setSslEngineOptions(SSLEngineOptions) - Method in class io.vertx.core.http.HttpServerOptions
 
setSslEngineOptions(SSLEngineOptions) - Method in class io.vertx.core.net.ClientOptionsBase
 
setSslEngineOptions(SSLEngineOptions) - Method in class io.vertx.core.net.NetClientOptions
 
setSslEngineOptions(SSLEngineOptions) - Method in class io.vertx.core.net.NetServerOptions
 
setSslEngineOptions(SSLEngineOptions) - Method in class io.vertx.core.net.TCPSSLOptions
Set to use SSL engine implementation to use.
setSslEngineOptions(SSLEngineOptions) - Method in class io.vertx.db2client.DB2ConnectOptions
 
setSslEngineOptions(SSLEngineOptions) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set to use SSL engine implementation to use.
setSslEngineOptions(SSLEngineOptions) - Method in class io.vertx.ext.mail.MailConfig
 
setSslEngineOptions(SSLEngineOptions) - Method in class io.vertx.ext.web.client.WebClientOptions
 
setSslEngineOptions(SSLEngineOptions) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setSslEngineOptions(SSLEngineOptions) - Method in class io.vertx.pgclient.PgConnectOptions
 
setSslEngineOptions(SSLEngineOptions) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
 
setSslHandshakeTimeout(long) - Method in class io.vertx.amqp.AmqpClientOptions
 
setSslHandshakeTimeout(long) - Method in class io.vertx.core.eventbus.EventBusOptions
 
setSslHandshakeTimeout(long) - Method in class io.vertx.core.http.HttpClientOptions
 
setSslHandshakeTimeout(long) - Method in class io.vertx.core.http.HttpServerOptions
 
setSslHandshakeTimeout(long) - Method in class io.vertx.core.net.NetClientOptions
 
setSslHandshakeTimeout(long) - Method in class io.vertx.core.net.NetServerOptions
 
setSslHandshakeTimeout(long) - Method in class io.vertx.core.net.TCPSSLOptions
Set the SSL handshake timeout, default time unit is seconds.
setSslHandshakeTimeout(long) - Method in class io.vertx.db2client.DB2ConnectOptions
 
setSslHandshakeTimeout(long) - Method in class io.vertx.ext.consul.ConsulClientOptions
 
setSslHandshakeTimeout(long) - Method in class io.vertx.ext.mail.MailConfig
 
setSslHandshakeTimeout(long) - Method in class io.vertx.ext.web.client.WebClientOptions
 
setSslHandshakeTimeout(long) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setSslHandshakeTimeout(long) - Method in class io.vertx.pgclient.PgConnectOptions
 
setSslHandshakeTimeoutUnit(TimeUnit) - Method in class io.vertx.amqp.AmqpClientOptions
 
setSslHandshakeTimeoutUnit(TimeUnit) - Method in class io.vertx.core.eventbus.EventBusOptions
 
setSslHandshakeTimeoutUnit(TimeUnit) - Method in class io.vertx.core.http.HttpClientOptions
 
setSslHandshakeTimeoutUnit(TimeUnit) - Method in class io.vertx.core.http.HttpServerOptions
 
setSslHandshakeTimeoutUnit(TimeUnit) - Method in class io.vertx.core.net.NetClientOptions
 
setSslHandshakeTimeoutUnit(TimeUnit) - Method in class io.vertx.core.net.NetServerOptions
 
setSslHandshakeTimeoutUnit(TimeUnit) - Method in class io.vertx.core.net.TCPSSLOptions
Set the SSL handshake timeout unit.
setSslHandshakeTimeoutUnit(TimeUnit) - Method in class io.vertx.db2client.DB2ConnectOptions
 
setSslHandshakeTimeoutUnit(TimeUnit) - Method in class io.vertx.ext.consul.ConsulClientOptions
 
setSslHandshakeTimeoutUnit(TimeUnit) - Method in class io.vertx.ext.mail.MailConfig
 
setSslHandshakeTimeoutUnit(TimeUnit) - Method in class io.vertx.ext.web.client.WebClientOptions
 
setSslHandshakeTimeoutUnit(TimeUnit) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setSslHandshakeTimeoutUnit(TimeUnit) - Method in class io.vertx.pgclient.PgConnectOptions
 
setSslMode(SslMode) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
Set the SslMode for the client, this option can be used to specify the desired security state of the connection to the server.
setSslMode(SslMode) - Method in class io.vertx.pgclient.PgConnectOptions
Set SslMode for the client, this option can be used to provide different levels of secure protection.
setStackTrace(StackTraceElement[]) - Method in exception io.vertx.circuitbreaker.OpenCircuitException
 
setStackTrace(StackTraceElement[]) - Method in exception io.vertx.circuitbreaker.TimeoutException
 
setStartEmbeddedServer(boolean) - Method in class io.vertx.micrometer.VertxPrometheusOptions
When true, an embedded server will init to expose metrics with Prometheus format.
setStarttls(StartTLSOptions) - Method in class io.vertx.ext.mail.MailConfig
Set the tls security mode for the connection.
setState(ConsumerGroupState) - Method in class io.vertx.kafka.admin.ConsumerGroupDescription
Set the consumer group state, or UNKNOWN if the state is too new for us to parse
setStatus(CheckStatus) - Method in class io.vertx.ext.consul.Check
Set the status of check
setStatus(CheckStatus) - Method in class io.vertx.ext.consul.CheckOptions
Set the check status to specify the initial state of the health check.
setStatus(Status) - Method in class io.vertx.ext.healthchecks.CheckResult
 
setStatus(Status) - Method in class io.vertx.servicediscovery.Record
Sets the status of the service.
setStatusCode(int) - Method in interface io.vertx.core.http.HttpServerResponse
Set the status code.
setStatusCode(Integer) - Method in class io.vertx.ext.web.api.OperationResponse
Deprecated.
 
setStatusCode(Integer) - Method in class io.vertx.ext.web.api.service.ServiceResponse
 
setStatusCode(int) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Set the status code.
setStatusCode(int) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Set the status code.
setStatusMessage(String) - Method in interface io.vertx.core.http.HttpServerResponse
Set the status message
setStatusMessage(String) - Method in class io.vertx.ext.web.api.OperationResponse
Deprecated.
 
setStatusMessage(String) - Method in class io.vertx.ext.web.api.service.ServiceResponse
 
setStatusMessage(String) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Set the status message
setStatusMessage(String) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Set the status message
setStep(int) - Method in class io.vertx.micrometer.VertxInfluxDbOptions
Push interval steps, in seconds.
setStep(int) - Method in class io.vertx.micrometer.VertxJmxMetricsOptions
Push interval steps, in seconds.
setStores(List<ConfigStoreOptions>) - Method in class io.vertx.config.ConfigRetrieverOptions
Sets the configuration stores.
setStream(ReadStream<Buffer>) - Method in interface io.vertx.ext.mail.MailAttachment
Sets the data stream.
setStream(ReadStream<Buffer>) - Method in class io.vertx.reactivex.ext.mail.MailAttachment
Sets the data stream.
setStream(Flowable<Buffer>) - Method in class io.vertx.reactivex.ext.mail.MailAttachment
Sets the data stream.
setStream(ReadStream<Buffer>) - Method in class io.vertx.rxjava.ext.mail.MailAttachment
Sets the data stream.
setStream(Observable<Buffer>) - Method in class io.vertx.rxjava.ext.mail.MailAttachment
Sets the data stream.
setStreamPriority(StreamPriority) - Method in interface io.vertx.core.http.HttpClientRequest
Sets the priority of the associated stream.
setStreamPriority(StreamPriority) - Method in interface io.vertx.core.http.HttpServerResponse
Sets the priority of the associated stream

This is not implemented for HTTP/1.x.

setStreamPriority(StreamPriority) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Sets the priority of the associated stream.
setStreamPriority(StreamPriority) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Sets the priority of the associated stream

This is not implemented for HTTP/1.x.

setStreamPriority(StreamPriority) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
Sets the priority of the associated stream.
setStreamPriority(StreamPriority) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Sets the priority of the associated stream

This is not implemented for HTTP/1.x.

setString(int, String) - Method in interface io.vertx.core.buffer.Buffer
Sets the bytes at position pos in the Buffer to the value of str encoded in UTF-8.
setString(int, String, String) - Method in interface io.vertx.core.buffer.Buffer
Sets the bytes at position pos in the Buffer to the value of str encoded in encoding enc.
setString(int, String) - Method in class io.vertx.reactivex.core.buffer.Buffer
Sets the bytes at position pos in the Buffer to the value of str encoded in UTF-8.
setString(int, String, String) - Method in class io.vertx.reactivex.core.buffer.Buffer
Sets the bytes at position pos in the Buffer to the value of str encoded in encoding enc.
setString(int, String) - Method in class io.vertx.rxjava.core.buffer.Buffer
Sets the bytes at position pos in the Buffer to the value of str encoded in UTF-8.
setString(int, String, String) - Method in class io.vertx.rxjava.core.buffer.Buffer
Sets the bytes at position pos in the Buffer to the value of str encoded in encoding enc.
setSubject(String) - Method in class io.vertx.ext.auth.JWTOptions
 
setSubject(String) - Method in class io.vertx.ext.mail.MailMessage
set the subject of this mail
setSubProtocols(List<String>) - Method in class io.vertx.core.http.WebSocketConnectOptions
Set the WebSocket sub protocols to use.
setSummary(String) - Method in interface io.vertx.core.cli.CLI
Sets the summary of the CLI.
setSummary(String) - Method in class io.vertx.reactivex.core.cli.CLI
Sets the summary of the CLI.
setSummary(String) - Method in class io.vertx.rxjava.core.cli.CLI
Sets the summary of the CLI.
setSupportedVersions(List<String>) - Method in class io.vertx.ext.stomp.StompServerOptions
Sets the STOMP protocol versions supported by the server.
setSupportsJoin(boolean) - Method in class io.vertx.tracing.zipkin.ZipkinTracingOptions
Configures Tracing.Builder.supportsJoin(boolean) option.
setSymmetric(boolean) - Method in class io.vertx.ext.auth.PubSecKeyOptions
Deprecated.
setSync(boolean) - Method in class io.vertx.core.file.OpenOptions
Set whether every write to the file's content and meta-data will be written synchronously to the underlying hardware.
setSynonyms(List<ConfigSynonym>) - Method in class io.vertx.kafka.admin.ConfigEntry
Set all config values that may be used as the value of this config along with their source, in the order of precedence
setSystemProps(List<String>) - Method in class io.vertx.core.spi.launcher.DefaultCommand
Gets system properties passed in the user command line.
setSystemViewExporterSpiDisabled(boolean) - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
Sets that a NoOp Implementation of SystemViewExporterSpi will be used.
setTag(String) - Method in class io.vertx.ext.consul.Event
Set regular expression to filter by tag
setTag(String) - Method in class io.vertx.ext.consul.EventOptions
Set regular expression to filter by tag
setTag(String) - Method in class io.vertx.ext.consul.ServiceQueryOptions
Set tag for filtering request results
setTags(List<String>) - Method in class io.vertx.ext.consul.PreparedQueryDefinition
Set a list of service tags to filter the query results.
setTags(List<String>) - Method in class io.vertx.ext.consul.Service
Set list of service tags
setTags(List<String>) - Method in class io.vertx.ext.consul.ServiceOptions
Set list of tags associated with service
setTcp(String) - Method in class io.vertx.ext.consul.CheckOptions
Set TCP address to check.
setTcpCork(boolean) - Method in class io.vertx.amqp.AmqpClientOptions
 
setTcpCork(boolean) - Method in class io.vertx.core.eventbus.EventBusOptions
 
setTcpCork(boolean) - Method in class io.vertx.core.http.HttpClientOptions
 
setTcpCork(boolean) - Method in class io.vertx.core.http.HttpServerOptions
 
setTcpCork(boolean) - Method in class io.vertx.core.net.ClientOptionsBase
 
setTcpCork(boolean) - Method in class io.vertx.core.net.NetClientOptions
 
setTcpCork(boolean) - Method in class io.vertx.core.net.NetServerOptions
 
setTcpCork(boolean) - Method in class io.vertx.core.net.TCPSSLOptions
Enable the TCP_CORK option - only with linux native transport.
setTcpCork(boolean) - Method in class io.vertx.ext.consul.ConsulClientOptions
Enable the TCP_CORK option - only with linux native transport.
setTcpCork(boolean) - Method in class io.vertx.ext.mail.MailConfig
 
setTcpCork(boolean) - Method in class io.vertx.ext.web.client.WebClientOptions
 
setTcpCork(boolean) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setTcpCork(boolean) - Method in class io.vertx.pgclient.PgConnectOptions
 
setTcpCork(boolean) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
 
setTcpFastOpen(boolean) - Method in class io.vertx.amqp.AmqpClientOptions
 
setTcpFastOpen(boolean) - Method in class io.vertx.core.eventbus.EventBusOptions
 
setTcpFastOpen(boolean) - Method in class io.vertx.core.http.HttpClientOptions
 
setTcpFastOpen(boolean) - Method in class io.vertx.core.http.HttpServerOptions
 
setTcpFastOpen(boolean) - Method in class io.vertx.core.net.ClientOptionsBase
 
setTcpFastOpen(boolean) - Method in class io.vertx.core.net.NetClientOptions
 
setTcpFastOpen(boolean) - Method in class io.vertx.core.net.NetServerOptions
 
setTcpFastOpen(boolean) - Method in class io.vertx.core.net.TCPSSLOptions
Enable the TCP_FASTOPEN option - only with linux native transport.
setTcpFastOpen(boolean) - Method in class io.vertx.ext.consul.ConsulClientOptions
Enable the TCP_FASTOPEN option - only with linux native transport.
setTcpFastOpen(boolean) - Method in class io.vertx.ext.mail.MailConfig
 
setTcpFastOpen(boolean) - Method in class io.vertx.ext.web.client.WebClientOptions
 
setTcpFastOpen(boolean) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setTcpFastOpen(boolean) - Method in class io.vertx.pgclient.PgConnectOptions
 
setTcpFastOpen(boolean) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
 
setTcpKeepAlive(boolean) - Method in class io.vertx.amqp.AmqpClientOptions
 
setTcpKeepAlive(boolean) - Method in class io.vertx.core.eventbus.EventBusOptions
 
setTcpKeepAlive(boolean) - Method in class io.vertx.core.http.HttpClientOptions
 
setTcpKeepAlive(boolean) - Method in class io.vertx.core.http.HttpServerOptions
 
setTcpKeepAlive(boolean) - Method in class io.vertx.core.net.ClientOptionsBase
 
setTcpKeepAlive(boolean) - Method in class io.vertx.core.net.NetClientOptions
 
setTcpKeepAlive(boolean) - Method in class io.vertx.core.net.NetServerOptions
 
setTcpKeepAlive(boolean) - Method in class io.vertx.core.net.TCPSSLOptions
Set whether TCP keep alive is enabled
setTcpKeepAlive(boolean) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set whether TCP keep alive is enabled
setTcpKeepAlive(boolean) - Method in class io.vertx.ext.mail.MailConfig
 
setTcpKeepAlive(boolean) - Method in class io.vertx.ext.shell.term.HttpTermOptions
 
setTcpKeepAlive(boolean) - Method in class io.vertx.ext.shell.term.TelnetTermOptions
 
setTcpKeepAlive(boolean) - Method in class io.vertx.ext.web.client.WebClientOptions
 
setTcpKeepAlive(boolean) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setTcpKeepAlive(boolean) - Method in class io.vertx.pgclient.PgConnectOptions
 
setTcpKeepAlive(boolean) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
 
setTcpNoDelay(boolean) - Method in class io.vertx.amqp.AmqpClientOptions
 
setTcpNoDelay(boolean) - Method in class io.vertx.core.eventbus.EventBusOptions
 
setTcpNoDelay(boolean) - Method in class io.vertx.core.http.HttpClientOptions
 
setTcpNoDelay(boolean) - Method in class io.vertx.core.http.HttpServerOptions
 
setTcpNoDelay(boolean) - Method in class io.vertx.core.net.ClientOptionsBase
 
setTcpNoDelay(boolean) - Method in class io.vertx.core.net.NetClientOptions
 
setTcpNoDelay(boolean) - Method in class io.vertx.core.net.NetServerOptions
 
setTcpNoDelay(boolean) - Method in class io.vertx.core.net.TCPSSLOptions
Set whether TCP no delay is enabled
setTcpNoDelay(boolean) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set whether TCP no delay is enabled
setTcpNoDelay(boolean) - Method in class io.vertx.ext.mail.MailConfig
 
setTcpNoDelay(boolean) - Method in class io.vertx.ext.shell.term.HttpTermOptions
 
setTcpNoDelay(boolean) - Method in class io.vertx.ext.shell.term.TelnetTermOptions
 
setTcpNoDelay(boolean) - Method in class io.vertx.ext.web.client.WebClientOptions
 
setTcpNoDelay(boolean) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setTcpNoDelay(boolean) - Method in class io.vertx.pgclient.PgConnectOptions
 
setTcpNoDelay(boolean) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
 
setTcpQuickAck(boolean) - Method in class io.vertx.amqp.AmqpClientOptions
 
setTcpQuickAck(boolean) - Method in class io.vertx.core.eventbus.EventBusOptions
 
setTcpQuickAck(boolean) - Method in class io.vertx.core.http.HttpClientOptions
 
setTcpQuickAck(boolean) - Method in class io.vertx.core.http.HttpServerOptions
 
setTcpQuickAck(boolean) - Method in class io.vertx.core.net.ClientOptionsBase
 
setTcpQuickAck(boolean) - Method in class io.vertx.core.net.NetClientOptions
 
setTcpQuickAck(boolean) - Method in class io.vertx.core.net.NetServerOptions
 
setTcpQuickAck(boolean) - Method in class io.vertx.core.net.TCPSSLOptions
Enable the TCP_QUICKACK option - only with linux native transport.
setTcpQuickAck(boolean) - Method in class io.vertx.ext.consul.ConsulClientOptions
Enable the TCP_QUICKACK option - only with linux native transport.
setTcpQuickAck(boolean) - Method in class io.vertx.ext.mail.MailConfig
 
setTcpQuickAck(boolean) - Method in class io.vertx.ext.web.client.WebClientOptions
 
setTcpQuickAck(boolean) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setTcpQuickAck(boolean) - Method in class io.vertx.pgclient.PgConnectOptions
 
setTcpQuickAck(boolean) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
 
setTelnetOptions(TelnetTermOptions) - Method in class io.vertx.ext.shell.ShellServiceOptions
Set the Telnet options, if the option is null, Telnet will not be started.
setTemplateRegexp(String) - Method in class io.vertx.ext.consul.PreparedQueryDefinition
Set regular expression which is used to extract fields from the entire name, once this template is selected.
setTemplateType(String) - Method in class io.vertx.ext.consul.PreparedQueryDefinition
The template type, which must be name_prefix_match.
setTenant(String) - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
Sets an optional tenant.
setTermJsResource(Buffer) - Method in class io.vertx.ext.shell.term.HttpTermOptions
Set term.js resource to use.
setText(String) - Method in class io.vertx.ext.mail.MailMessage
set the plain text of this mail
setTimeFactor(int) - Method in class io.vertx.ext.stomp.StompServerOptions
Sets the time factor.
setTimeout(int) - Method in class io.vertx.camel.InboundMapping
Sets the timeout in milliseconds.
setTimeout(long) - Method in class io.vertx.circuitbreaker.CircuitBreakerOptions
Sets the timeout in milliseconds.
setTimeout(long) - Method in interface io.vertx.core.http.HttpClientRequest
Set's the amount of time after which if the request does not return any data within the timeout period an TimeoutException will be passed to the exception handler (if provided) and the request will be closed.
setTimeout(long) - Method in class io.vertx.core.http.RequestOptions
Sets the amount of time after which if the request does not return any data within the timeout period an TimeoutException will be passed to the exception handler and the request will be closed.
setTimeout(Long) - Method in class io.vertx.ext.auth.webauthn.WebAuthnOptions
 
setTimeout(long) - Method in class io.vertx.ext.consul.ConsulClientOptions
Sets the amount of time (in milliseconds) after which if the request does not return any data within the timeout period an failure will be passed to the handler and the request will be closed.
setTimeout(long) - Method in class io.vertx.ext.shell.command.base.BusSend
 
setTimeout(long) - Method in class io.vertx.ext.unit.TestOptions
Set the test timeout.
setTimeout(long) - Method in interface io.vertx.ext.web.handler.CSRFHandler
Set the timeout for tokens generated by the handler, by default it uses the default from the session handler.
setTimeout(long) - Method in class io.vertx.ext.web.sstore.AbstractSession
 
setTimeout(long) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Set's the amount of time after which if the request does not return any data within the timeout period an TimeoutException will be passed to the exception handler (if provided) and the request will be closed.
setTimeout(long) - Method in class io.vertx.reactivex.ext.web.handler.CSRFHandler
Set the timeout for tokens generated by the handler, by default it uses the default from the session handler.
setTimeout(long) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
Set's the amount of time after which if the request does not return any data within the timeout period an TimeoutException will be passed to the exception handler (if provided) and the request will be closed.
setTimeout(long) - Method in class io.vertx.rxjava.ext.web.handler.CSRFHandler
Set the timeout for tokens generated by the handler, by default it uses the default from the session handler.
setTimeoutOnConnect(int) - Method in class io.vertx.mqtt.MqttServerOptions
Set the timeout on CONNECT packet
setTimeoutSeconds(long) - Method in class io.vertx.serviceproxy.ServiceBinder
Set the default timeout in seconds while waiting for a reply.
setTimer(long, Handler<Long>) - Method in interface io.vertx.core.Vertx
Set a one-shot timer to fire after delay milliseconds, at which point handler will be called with the id of the timer.
setTimer(long, Handler<Long>) - Method in class io.vertx.reactivex.core.Vertx
Set a one-shot timer to fire after delay milliseconds, at which point handler will be called with the id of the timer.
setTimer(long, Handler<Long>) - Method in class io.vertx.rxjava.core.Vertx
Set a one-shot timer to fire after delay milliseconds, at which point handler will be called with the id of the timer.
setTimestamp(long) - Method in class io.vertx.kafka.admin.ListOffsetsResultInfo
Set the timestamp
setTimestamp(long) - Method in class io.vertx.kafka.client.consumer.OffsetAndTimestamp
Set the timestamp
setTimestamp(long) - Method in class io.vertx.kafka.client.producer.RecordMetadata
Set the timestamp of the record in the topic/partition
settings() - Method in interface io.vertx.core.http.HttpConnection
 
settings() - Method in class io.vertx.reactivex.core.http.HttpConnection
 
settings() - Method in class io.vertx.rxjava.core.http.HttpConnection
 
setTlsSkipVerify(boolean) - Method in class io.vertx.ext.consul.CheckOptions
Specifies if the certificate for an HTTPS check should not be verified.
setTo(List<String>) - Method in class io.vertx.ext.mail.MailMessage
set list of to addresses
setTo(String) - Method in class io.vertx.ext.mail.MailMessage
helper method for single recipient
setTo(String) - Method in class io.vertx.ext.unit.report.ReportOptions
Set the current reporter name.
setToken(String) - Method in class io.vertx.config.vault.client.SlimVaultClient
Sets the token.
setToken(String) - Method in class io.vertx.ext.auth.authentication.TokenCredentials
 
setToken(String) - Method in class io.vertx.ext.consul.PreparedQueryDefinition
Set the ACL token to use each time the query is executed.
setToken(String) - Method in class io.vertx.serviceproxy.ServiceProxyBuilder
Set a JWT token to be used on proxy calls.
setTokenPath(String) - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
 
setTopic(String) - Method in class io.vertx.kafka.client.common.PartitionInfo
Set the topic name
setTopic(String) - Method in class io.vertx.kafka.client.common.TopicPartition
Set the topic name
setTopic(String) - Method in class io.vertx.kafka.client.producer.RecordMetadata
Set the topic the record was appended to
setTopicPartitions(Set<TopicPartition>) - Method in class io.vertx.kafka.admin.MemberAssignment
Set the list of topic partitions
setTopLevel(boolean) - Method in class io.vertx.serviceproxy.ServiceBinder
Set if the services to create are a top level services.
setTracePeerAddress(String) - Method in class io.vertx.kafka.client.common.KafkaClientOptions
Set the Kafka address to show in trace tags.
setTracingOptions(TracingOptions) - Method in class io.vertx.core.VertxOptions
 
setTracingPolicy(TracingPolicy) - Method in class io.vertx.core.eventbus.DeliveryOptions
Set the tracing policy when Vert.x has tracing enabled.
setTracingPolicy(TracingPolicy) - Method in class io.vertx.core.http.HttpClientOptions
Set the tracing policy for the client behavior when Vert.x has tracing enabled.
setTracingPolicy(TracingPolicy) - Method in class io.vertx.core.http.HttpServerOptions
Set the tracing policy for the server behavior when Vert.x has tracing enabled.
setTracingPolicy(TracingPolicy) - Method in class io.vertx.db2client.DB2ConnectOptions
 
setTracingPolicy(TracingPolicy) - Method in class io.vertx.jdbcclient.JDBCConnectOptions
Set the tracing policy for the client behavior when Vert.x has tracing enabled.
setTracingPolicy(TracingPolicy) - Method in class io.vertx.kafka.client.common.KafkaClientOptions
Set the Kafka tracing policy.
setTracingPolicy(TracingPolicy) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setTracingPolicy(TracingPolicy) - Method in class io.vertx.pgclient.PgConnectOptions
 
setTracingPolicy(TracingPolicy) - Method in class io.vertx.sqlclient.SqlConnectOptions
Set the tracing policy for the client behavior when Vert.x has tracing enabled.
setTrafficClass(int) - Method in class io.vertx.amqp.AmqpClientOptions
 
setTrafficClass(int) - Method in class io.vertx.core.datagram.DatagramSocketOptions
 
setTrafficClass(int) - Method in class io.vertx.core.eventbus.EventBusOptions
 
setTrafficClass(int) - Method in class io.vertx.core.http.HttpClientOptions
 
setTrafficClass(int) - Method in class io.vertx.core.http.HttpServerOptions
 
setTrafficClass(int) - Method in class io.vertx.core.net.ClientOptionsBase
 
setTrafficClass(int) - Method in class io.vertx.core.net.NetClientOptions
 
setTrafficClass(int) - Method in class io.vertx.core.net.NetServerOptions
 
setTrafficClass(int) - Method in class io.vertx.core.net.NetworkOptions
Set the value of traffic class
setTrafficClass(int) - Method in class io.vertx.core.net.TCPSSLOptions
 
setTrafficClass(int) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set the value of traffic class
setTrafficClass(int) - Method in class io.vertx.ext.mail.MailConfig
 
setTrafficClass(int) - Method in class io.vertx.ext.shell.term.HttpTermOptions
 
setTrafficClass(int) - Method in class io.vertx.ext.shell.term.TelnetTermOptions
 
setTrafficClass(int) - Method in class io.vertx.ext.web.client.WebClientOptions
 
setTrafficClass(int) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setTrafficClass(int) - Method in class io.vertx.pgclient.PgConnectOptions
 
setTrafficClass(int) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
 
setTrailingLine(boolean) - Method in class io.vertx.ext.stomp.StompClientOptions
Sets whether or not an empty line should be appended to the written STOMP frame.
setTrailingLine(boolean) - Method in class io.vertx.ext.stomp.StompServerOptions
Sets whether or not an empty line should be appended to the written STOMP frame.
setTransaction(String) - Method in class io.vertx.ext.stomp.Frame
 
setTransactionChunkSize(int) - Method in class io.vertx.ext.stomp.StompServerOptions
Sets the chunk size when replaying a transaction.
setTransactionIsolation(TransactionIsolation, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.sql.SQLConnection
Attempts to change the transaction isolation level for this Connection object to the one given.
setTransactionIsolation(TransactionIsolation) - Method in class io.vertx.ext.sql.SQLOptions
 
setTransactionIsolation(TransactionIsolation, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Attempts to change the transaction isolation level for this Connection object to the one given.
setTransactionIsolation(TransactionIsolation) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Attempts to change the transaction isolation level for this Connection object to the one given.
setTransactionIsolation(TransactionIsolation, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Attempts to change the transaction isolation level for this Connection object to the one given.
setTransactionIsolation(TransactionIsolation) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Attempts to change the transaction isolation level for this Connection object to the one given.
setTransports(List<AuthenticatorTransport>) - Method in class io.vertx.ext.auth.webauthn.WebAuthnOptions
 
setTruncateExisting(boolean) - Method in class io.vertx.core.file.OpenOptions
Set whether the file should be truncated to zero length on opening if it exists and is opened for write
setTrustAll(boolean) - Method in class io.vertx.amqp.AmqpClientOptions
 
setTrustAll(boolean) - Method in class io.vertx.core.eventbus.EventBusOptions
Set whether all server certificates should be trusted.
setTrustAll(boolean) - Method in class io.vertx.core.http.HttpClientOptions
 
setTrustAll(boolean) - Method in class io.vertx.core.net.ClientOptionsBase
Set whether all server certificates should be trusted
setTrustAll(boolean) - Method in class io.vertx.core.net.NetClientOptions
 
setTrustAll(boolean) - Method in class io.vertx.db2client.DB2ConnectOptions
 
setTrustAll(boolean) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set whether all server certificates should be trusted
setTrustAll(boolean) - Method in class io.vertx.ext.mail.MailConfig
 
setTrustAll(boolean) - Method in class io.vertx.ext.web.client.WebClientOptions
 
setTrustAll(boolean) - Method in class io.vertx.mqtt.MqttClientOptions
 
setTrustAll(boolean) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setTrustAll(boolean) - Method in class io.vertx.pgclient.PgConnectOptions
 
setTrustAll(boolean) - Method in class io.vertx.rabbitmq.RabbitMQOptions
 
setTrustAll(boolean) - Method in class io.vertx.spi.cluster.ignite.IgniteSslOptions
When using ssl, trust ALL certificates.
setTrustAll(boolean) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
 
setTrustJWT(boolean) - Method in interface io.vertx.ext.auth.oauth2.AccessToken
Deprecated.
 
setTrustJWT(boolean) - Method in class io.vertx.reactivex.ext.auth.oauth2.AccessToken
 
setTrustJWT(boolean) - Method in class io.vertx.rxjava.ext.auth.oauth2.AccessToken
 
setTrustOptions(TrustOptions) - Method in class io.vertx.amqp.AmqpClientOptions
 
setTrustOptions(TrustOptions) - Method in class io.vertx.core.eventbus.EventBusOptions
 
setTrustOptions(TrustOptions) - Method in class io.vertx.core.http.HttpClientOptions
 
setTrustOptions(TrustOptions) - Method in class io.vertx.core.http.HttpServerOptions
 
setTrustOptions(TrustOptions) - Method in class io.vertx.core.net.ClientOptionsBase
 
setTrustOptions(TrustOptions) - Method in class io.vertx.core.net.NetClientOptions
 
setTrustOptions(TrustOptions) - Method in class io.vertx.core.net.NetServerOptions
 
setTrustOptions(TrustOptions) - Method in class io.vertx.core.net.TCPSSLOptions
Set the trust options.
setTrustOptions(TrustOptions) - Method in class io.vertx.db2client.DB2ConnectOptions
 
setTrustOptions(TrustOptions) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set the trust options.
setTrustOptions(TrustOptions) - Method in class io.vertx.ext.mail.MailConfig
 
setTrustOptions(TrustOptions) - Method in class io.vertx.ext.web.client.WebClientOptions
 
setTrustOptions(TrustOptions) - Method in class io.vertx.mqtt.MqttClientOptions
 
setTrustOptions(TrustOptions) - Method in class io.vertx.mqtt.MqttServerOptions
 
setTrustOptions(TrustOptions) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setTrustOptions(TrustOptions) - Method in class io.vertx.pgclient.PgConnectOptions
 
setTrustOptions(TrustOptions) - Method in class io.vertx.rabbitmq.RabbitMQOptions
 
setTrustOptions(TrustOptions) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
 
setTrustStoreFilePath(String) - Method in class io.vertx.spi.cluster.ignite.IgniteSslOptions
Deprecated.
Use vert.x jksTrustOptions.path instead. It will be removed in vert.x 4.1
setTrustStoreOptions(JksOptions) - Method in class io.vertx.amqp.AmqpClientOptions
 
setTrustStoreOptions(JksOptions) - Method in class io.vertx.core.eventbus.EventBusOptions
 
setTrustStoreOptions(JksOptions) - Method in class io.vertx.core.http.HttpClientOptions
 
setTrustStoreOptions(JksOptions) - Method in class io.vertx.core.http.HttpServerOptions
 
setTrustStoreOptions(JksOptions) - Method in class io.vertx.core.net.ClientOptionsBase
 
setTrustStoreOptions(JksOptions) - Method in class io.vertx.core.net.NetClientOptions
 
setTrustStoreOptions(JksOptions) - Method in class io.vertx.core.net.NetServerOptions
 
setTrustStoreOptions(JksOptions) - Method in class io.vertx.core.net.TCPSSLOptions
Set the trust options in jks format, aka Java truststore
setTrustStoreOptions(JksOptions) - Method in class io.vertx.db2client.DB2ConnectOptions
 
setTrustStoreOptions(JksOptions) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set the trust options in jks format, aka Java truststore
setTrustStoreOptions(JksOptions) - Method in class io.vertx.ext.mail.MailConfig
 
setTrustStoreOptions(JksOptions) - Method in class io.vertx.ext.shell.term.HttpTermOptions
 
setTrustStoreOptions(JksOptions) - Method in class io.vertx.ext.shell.term.TelnetTermOptions
 
setTrustStoreOptions(JksOptions) - Method in class io.vertx.ext.web.client.WebClientOptions
 
setTrustStoreOptions(JksOptions) - Method in class io.vertx.mqtt.MqttClientOptions
 
setTrustStoreOptions(JksOptions) - Method in class io.vertx.mqtt.MqttServerOptions
 
setTrustStoreOptions(JksOptions) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setTrustStoreOptions(JksOptions) - Method in class io.vertx.pgclient.PgConnectOptions
 
setTrustStoreOptions(JksOptions) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
 
setTrustStorePassword(String) - Method in class io.vertx.spi.cluster.ignite.IgniteSslOptions
Deprecated.
Use vert.x jksTrustOptions.password instead. It will be removed in vert.x 4.1
setTrustStoreType(String) - Method in class io.vertx.spi.cluster.ignite.IgniteSslOptions
Deprecated.
Use vert.x jksTrustOptions instead. It will be removed in vert.x 4.1
setTryUseCompression(boolean) - Method in class io.vertx.core.http.HttpClientOptions
Set whether compression is enabled
setTryUseCompression(boolean) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set whether compression is enabled
setTryUseCompression(boolean) - Method in class io.vertx.ext.web.client.WebClientOptions
 
setTryUseCompression(boolean) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
 
setTryUsePerFrameWebSocketCompression(boolean) - Method in class io.vertx.core.http.HttpClientOptions
Set whether the client will offer the WebSocket per-frame deflate compression extension.
setTryUsePerFrameWebSocketCompression(boolean) - Method in class io.vertx.ext.web.client.WebClientOptions
 
setTryUsePerFrameWebSocketCompression(boolean) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
 
setTryUsePerMessageWebSocketCompression(boolean) - Method in class io.vertx.core.http.HttpClientOptions
Set whether the client will offer the WebSocket per-message deflate compression extension.
setTryUsePerMessageWebSocketCompression(boolean) - Method in class io.vertx.ext.consul.ConsulClientOptions
 
setTryUsePerMessageWebSocketCompression(boolean) - Method in class io.vertx.ext.web.client.WebClientOptions
 
setTryUsePerMessageWebSocketCompression(boolean) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
 
setTTL(String) - Method in class io.vertx.config.vault.client.TokenRequest
 
setTtl(String) - Method in class io.vertx.ext.consul.CheckOptions
Set Time to Live of check.
setTtl(long) - Method in class io.vertx.ext.consul.SessionOptions
Set the TTL interval.
setTty(Tty) - Method in interface io.vertx.ext.shell.system.Job
Set a tty on the job.
setTty(Tty) - Method in interface io.vertx.ext.shell.system.Process
Set the process tty.
setTty(Tty) - Method in class io.vertx.reactivex.ext.shell.system.Job
Set a tty on the job.
setTty(Tty) - Method in class io.vertx.reactivex.ext.shell.system.Process
Set the process tty.
setTty(Tty) - Method in class io.vertx.rxjava.ext.shell.system.Job
Set a tty on the job.
setTty(Tty) - Method in class io.vertx.rxjava.ext.shell.system.Process
Set the process tty.
setType(String) - Method in class io.vertx.config.ConfigStoreOptions
Sets the configuration type
setType(Class<T>) - Method in class io.vertx.core.cli.TypedArgument
Sets the argument type.
setType(Class<T>) - Method in class io.vertx.core.cli.TypedOption
 
setType(String) - Method in class io.vertx.core.net.KeyStoreOptions
Set the store type.
setType(String) - Method in class io.vertx.core.net.KeyStoreOptionsBase
 
setType(ProxyType) - Method in class io.vertx.core.net.ProxyOptions
Set proxy type.
setType(String) - Method in class io.vertx.ext.auth.KeyStoreOptions
 
setType(ShiroAuthRealmType) - Method in class io.vertx.ext.auth.shiro.ShiroAuthOptions
Deprecated.
Set the Shiro auth options type.
setType(String) - Method in class io.vertx.ext.auth.webauthn.Authenticator
 
setType(AclTokenType) - Method in class io.vertx.ext.consul.AclToken
Set type of token
setType(TxnKVVerb) - Method in class io.vertx.ext.consul.TxnKVOperation
Set the type of operation to perform
setType(MatchType) - Method in class io.vertx.ext.dropwizard.Match
Set the type of matching to apply.
setType(BulkOperationType) - Method in class io.vertx.ext.mongo.BulkOperation
Sets the operation type
setType(ObjectType) - Method in class io.vertx.ext.shell.command.base.BusPublish
 
setType(ConfigResource.Type) - Method in class io.vertx.kafka.client.common.ConfigResource
Set the resource type
setType(MatchType) - Method in class io.vertx.micrometer.Match
Set the type of matching to apply.
setType(RedisClientType) - Method in class io.vertx.redis.client.RedisOptions
Set the desired client type to be created.
setType(String) - Method in class io.vertx.servicediscovery.Record
Sets the type of service.
setType(String) - Method in class io.vertx.spi.cluster.ignite.IgniteDiscoveryOptions
Sets the discovery implementation type.
setUnsignedByte(int, short) - Method in interface io.vertx.core.buffer.Buffer
Sets the unsigned byte at position pos in the Buffer to the value b.
setUnsignedByte(int, short) - Method in class io.vertx.reactivex.core.buffer.Buffer
Sets the unsigned byte at position pos in the Buffer to the value b.
setUnsignedByte(int, short) - Method in class io.vertx.rxjava.core.buffer.Buffer
Sets the unsigned byte at position pos in the Buffer to the value b.
setUnsignedInt(int, long) - Method in interface io.vertx.core.buffer.Buffer
Sets the unsigned int at position pos in the Buffer to the value i.
setUnsignedInt(int, long) - Method in class io.vertx.reactivex.core.buffer.Buffer
Sets the unsigned int at position pos in the Buffer to the value i.
setUnsignedInt(int, long) - Method in class io.vertx.rxjava.core.buffer.Buffer
Sets the unsigned int at position pos in the Buffer to the value i.
setUnsignedIntLE(int, long) - Method in interface io.vertx.core.buffer.Buffer
Sets the unsigned int at position pos in the Buffer to the value i in the Little Endian Byte Order.
setUnsignedIntLE(int, long) - Method in class io.vertx.reactivex.core.buffer.Buffer
Sets the unsigned int at position pos in the Buffer to the value i in the Little Endian Byte Order.
setUnsignedIntLE(int, long) - Method in class io.vertx.rxjava.core.buffer.Buffer
Sets the unsigned int at position pos in the Buffer to the value i in the Little Endian Byte Order.
setUnsignedShort(int, int) - Method in interface io.vertx.core.buffer.Buffer
Sets the unsigned short at position pos in the Buffer to the value s.
setUnsignedShort(int, int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Sets the unsigned short at position pos in the Buffer to the value s.
setUnsignedShort(int, int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Sets the unsigned short at position pos in the Buffer to the value s.
setUnsignedShortLE(int, int) - Method in interface io.vertx.core.buffer.Buffer
Sets the unsigned short at position pos in the Buffer to the value s in the Little Endian Byte Order.
setUnsignedShortLE(int, int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Sets the unsigned short at position pos in the Buffer to the value s in the Little Endian Byte Order.
setUnsignedShortLE(int, int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Sets the unsigned short at position pos in the Buffer to the value s in the Little Endian Byte Order.
setUp(ExecutionContext) - Method in interface io.vertx.core.spi.launcher.Command
Set up the command execution environment.
setUp(ExecutionContext) - Method in class io.vertx.core.spi.launcher.DefaultCommand
 
setupBackend(MicrometerMetricsOptions) - Static method in class io.vertx.micrometer.backends.BackendRegistries
Create a new backend registry, containing a micrometer registry, initialized with the provided options.
setupCallback(Route) - Method in interface io.vertx.ext.web.handler.OAuth2AuthHandler
add the callback handler to a given route.
setupCallback(Route) - Method in interface io.vertx.ext.web.handler.WebAuthnHandler
The callback route to verify attestations and assertions.
setupCallback(Route) - Method in class io.vertx.reactivex.ext.web.handler.OAuth2AuthHandler
add the callback handler to a given route.
setupCallback(Route) - Method in class io.vertx.reactivex.ext.web.handler.WebAuthnHandler
The callback route to verify attestations and assertions.
setupCallback(Route) - Method in class io.vertx.rxjava.ext.web.handler.OAuth2AuthHandler
add the callback handler to a given route.
setupCallback(Route) - Method in class io.vertx.rxjava.ext.web.handler.WebAuthnHandler
The callback route to verify attestations and assertions.
setupCredentialsCreateCallback(Route) - Method in interface io.vertx.ext.web.handler.WebAuthnHandler
The callback route to create registration attestations.
setupCredentialsCreateCallback(Route) - Method in class io.vertx.reactivex.ext.web.handler.WebAuthnHandler
The callback route to create registration attestations.
setupCredentialsCreateCallback(Route) - Method in class io.vertx.rxjava.ext.web.handler.WebAuthnHandler
The callback route to create registration attestations.
setupCredentialsGetCallback(Route) - Method in interface io.vertx.ext.web.handler.WebAuthnHandler
The callback route to create login attestations.
setupCredentialsGetCallback(Route) - Method in class io.vertx.reactivex.ext.web.handler.WebAuthnHandler
The callback route to create login attestations.
setupCredentialsGetCallback(Route) - Method in class io.vertx.rxjava.ext.web.handler.WebAuthnHandler
The callback route to create login attestations.
setUpdated(int) - Method in class io.vertx.ext.sql.UpdateResult
 
setUploadsDirectory(String) - Method in interface io.vertx.ext.web.handler.BodyHandler
Set the uploads directory to use
setUploadsDirectory(String) - Method in class io.vertx.reactivex.ext.web.handler.BodyHandler
Set the uploads directory to use
setUploadsDirectory(String) - Method in class io.vertx.rxjava.ext.web.handler.BodyHandler
Set the uploads directory to use
setUpperRightCorner(Point) - Method in class io.vertx.pgclient.data.Box
 
setUpsert(boolean) - Method in class io.vertx.ext.mongo.BulkOperation
Sets the upsert flag, used by update and replace operations
setUpsert(boolean) - Method in class io.vertx.ext.mongo.UpdateOptions
Set whether upsert is enabled
setUri(String) - Method in class io.vertx.camel.CamelMapping
Sets the Camel endpoint URI.
setUri(String) - Method in class io.vertx.camel.InboundMapping
 
setUri(String) - Method in class io.vertx.camel.OutboundMapping
 
setURI(String) - Method in interface io.vertx.core.http.HttpClientRequest
Set the request uri.
setURI(String) - Method in class io.vertx.core.http.RequestOptions
Set the request relative URI.
setURI(String) - Method in class io.vertx.core.http.WebSocketConnectOptions
 
setUri(String) - Method in class io.vertx.ext.auth.htdigest.HtdigestCredentials
 
setUri(String) - Method in class io.vertx.micrometer.VertxInfluxDbOptions
URI of the InfluxDB server.
setUri(String) - Method in class io.vertx.rabbitmq.RabbitMQOptions
 
setURI(String) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Set the request uri.
setURI(String) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
Set the request uri.
setUrl(String) - Method in class io.vertx.ext.auth.ldap.LdapAuthenticationOptions
Set the url to the LDAP server.
setUsageAddress(String) - Method in class io.vertx.servicediscovery.ServiceDiscoveryOptions
Sets the usage address: the event bus address on which are sent the service usage events (bind / release).
setUsagePrefix(String) - Method in class io.vertx.core.cli.UsageMessageFormatter
 
setUseAffectedRows(boolean) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
Sets how affected rows are calculated on update/delete/insert, if set to true an update that effectively does not change any data returns zero affected rows.
setUseAlpn(boolean) - Method in class io.vertx.core.eventbus.EventBusOptions
 
setUseAlpn(boolean) - Method in class io.vertx.core.http.HttpClientOptions
 
setUseAlpn(boolean) - Method in class io.vertx.core.http.HttpServerOptions
 
setUseAlpn(boolean) - Method in class io.vertx.core.net.ClientOptionsBase
 
setUseAlpn(boolean) - Method in class io.vertx.core.net.NetClientOptions
 
setUseAlpn(boolean) - Method in class io.vertx.core.net.NetServerOptions
 
setUseAlpn(boolean) - Method in class io.vertx.core.net.TCPSSLOptions
Set the ALPN usage.
setUseAlpn(boolean) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set the ALPN usage.
setUseAlpn(boolean) - Method in class io.vertx.ext.mail.MailConfig
 
setUseAlpn(boolean) - Method in class io.vertx.ext.web.client.WebClientOptions
 
setUseAlpn(boolean) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setUseAlpn(boolean) - Method in class io.vertx.pgclient.PgConnectOptions
 
setUseAlpn(boolean) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
 
setUseEventLoop(Boolean) - Method in class io.vertx.ext.unit.TestOptions
Configure the execution to use an event loop when there is no one existing.
setUseNio(boolean) - Method in class io.vertx.rabbitmq.RabbitMQOptions
Enables or disables usage of NIO Sockets.
setUseProxyProtocol(boolean) - Method in class io.vertx.core.http.HttpServerOptions
 
setUseProxyProtocol(boolean) - Method in class io.vertx.core.net.NetServerOptions
Set whether the server uses the HA Proxy protocol
setUser(String) - Method in class io.vertx.db2client.DB2ConnectOptions
 
setUser(JsonObject) - Method in class io.vertx.ext.web.api.OperationRequest
Deprecated.
 
setUser(JsonObject) - Method in class io.vertx.ext.web.api.service.ServiceRequest
 
setUser(RoutingContext, User) - Method in interface io.vertx.ext.web.handler.SessionHandler
Set the user for the session
setUser(RoutingContext, User, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.web.handler.SessionHandler
Set the user for the session
setUser(User) - Method in interface io.vertx.ext.web.RoutingContext
Set the user.
setUser(String) - Method in class io.vertx.jdbcclient.JDBCConnectOptions
 
setUser(String) - Method in class io.vertx.mysqlclient.MySQLAuthOptions
Specify the user account to be used for the authentication.
setUser(String) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
setUser(String) - Method in class io.vertx.pgclient.PgConnectOptions
 
setUser(String) - Method in class io.vertx.rabbitmq.RabbitMQOptions
Set the AMQP user name to use when connecting to the broker.
setUser(RoutingContext, User, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.web.handler.SessionHandler
Set the user for the session
setUser(RoutingContext, User) - Method in class io.vertx.reactivex.ext.web.handler.SessionHandler
Set the user for the session
setUser(User) - Method in class io.vertx.reactivex.ext.web.RoutingContext
Set the user.
setUser(RoutingContext, User, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.web.handler.SessionHandler
Set the user for the session
setUser(RoutingContext, User) - Method in class io.vertx.rxjava.ext.web.handler.SessionHandler
Set the user for the session
setUser(User) - Method in class io.vertx.rxjava.ext.web.RoutingContext
Set the user.
setUser(String) - Method in class io.vertx.sqlclient.SqlConnectOptions
Specify the user account to be used for the authentication.
setUserAgent(String) - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
Set a custom user agent to use when communicating to a provider
setUserAgent(String) - Method in class io.vertx.ext.consul.ConsulClientOptions
Sets the Web Client user agent header.
setUserAgent(String) - Method in class io.vertx.ext.mail.MailConfig
Sets the Mail User Agent(MUA) name.
setUserAgent(String) - Method in class io.vertx.ext.web.client.WebClientOptions
Sets the Web Client user agent header.
setUserAgentEnabled(boolean) - Method in class io.vertx.ext.consul.ConsulClientOptions
Sets whether the Web Client should send a user agent header.
setUserAgentEnabled(boolean) - Method in class io.vertx.ext.web.client.WebClientOptions
Sets whether the Web Client should send a user agent header.
setUseReplicas(RedisReplicas) - Method in class io.vertx.redis.client.RedisOptions
Set whether or not to use replica nodes (only considered in Cluster mode).
setUserInfoParameters(JsonObject) - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
Set custom parameters to be sent during the userInfo resource request
setUserInfoPath(String) - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
Set the provider userInfo resource path
setUsername(String) - Method in class io.vertx.amqp.AmqpClientOptions
Sets the username.
setUsername(String) - Method in class io.vertx.core.net.ProxyOptions
Set proxy username.
setUsername(String) - Method in class io.vertx.ext.auth.authentication.UsernamePasswordCredentials
 
setUsername(String) - Method in class io.vertx.ext.auth.htdigest.HtdigestCredentials
 
setUserName(String) - Method in class io.vertx.ext.auth.webauthn.Authenticator
 
setUsername(String) - Method in class io.vertx.ext.auth.webauthn.WebAuthnCredentials
 
setUsername(String) - Method in class io.vertx.ext.mail.MailConfig
Set the username for the login.
setUserName(String) - Method in class io.vertx.micrometer.VertxInfluxDbOptions
Username used for authenticated connections
setUsername(String) - Method in class io.vertx.mqtt.MqttClientOptions
Set the username
setUsernameCredentialField(String) - Method in interface io.vertx.ext.auth.mongo.MongoAuth
Deprecated.
Set the name of the field to be used as property for the username in the method AuthenticationProvider.authenticate(JsonObject, io.vertx.core.Handler).
setUsernameCredentialField(String) - Method in class io.vertx.ext.auth.mongo.MongoAuthenticationOptions
The property name to be used to set the name of the field, where the username for the credentials is stored inside.
setUsernameCredentialField(String) - Method in class io.vertx.ext.auth.mongo.MongoAuthOptions
Deprecated.
The property name to be used to set the name of the field, where the username for the credentials is stored inside.
setUsernameCredentialField(String) - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
Deprecated.
setUsernameCredentialField(String) - Method in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
Deprecated.
setUsernameField(String) - Method in interface io.vertx.ext.auth.mongo.MongoAuth
Deprecated.
Set the name of the field to be used for the username.
setUsernameField(String) - Method in class io.vertx.ext.auth.mongo.MongoAuthenticationOptions
The property name to be used to set the name of the field, where the username is stored inside.
setUsernameField(String) - Method in class io.vertx.ext.auth.mongo.MongoAuthOptions
Deprecated.
The property name to be used to set the name of the field, where the username is stored inside.
setUsernameField(String) - Method in class io.vertx.ext.auth.mongo.MongoAuthorizationOptions
The property name to be used to set the name of the field, where the username is stored inside.
setUsernameField(String) - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
Deprecated.
setUsernameField(String) - Method in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
Deprecated.
setUsernameParam(String) - Method in interface io.vertx.ext.web.handler.FormLoginHandler
Set the name of the form param used to submit the username
setUsernameParam(String) - Method in class io.vertx.reactivex.ext.web.handler.FormLoginHandler
Set the name of the form param used to submit the username
setUsernameParam(String) - Method in class io.vertx.rxjava.ext.web.handler.FormLoginHandler
Set the name of the form param used to submit the username
setUserVerification(UserVerification) - Method in class io.vertx.ext.auth.webauthn.WebAuthnOptions
 
setUseStompFrame(boolean) - Method in class io.vertx.ext.stomp.StompClientOptions
Sets whether or not the connection is made using the STOMP command instead of the CONNECT command.
setUseWebSocket(boolean) - Method in class io.vertx.mqtt.MqttServerOptions
enable mqtt over websocket
SetUtils - Class in io.vertx.json.schema.common
 
SetUtils() - Constructor for class io.vertx.json.schema.common.SetUtils
 
setValidateIssuer(boolean) - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
 
setValidationFailureHandler(Handler<RoutingContext>) - Method in interface io.vertx.ext.web.api.contract.RouterFactory
Deprecated.
Router Factory won't manage the validation errors anymore. You must use Router.errorHandler(int, Handler) with 400 error
setValidationFailureHandler(Handler<RoutingContext>) - Method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Deprecated.
setValidationFailureHandler(Handler<RoutingContext>) - Method in interface io.vertx.reactivex.ext.web.api.contract.RouterFactory
Deprecated.
setValidationFailureHandler(Handler<RoutingContext>) - Method in class io.vertx.rxjava.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
Deprecated.
setValidationFailureHandler(Handler<RoutingContext>) - Method in interface io.vertx.rxjava.ext.web.api.contract.RouterFactory
Deprecated.
setValidationRule(ParameterValidationRule) - Method in exception io.vertx.ext.web.api.validation.ValidationException
Deprecated.
 
setValue(String) - Method in interface io.vertx.core.http.Cookie
Sets the value of this cookie
setValue(Buffer) - Method in class io.vertx.core.net.JksOptions
Set the key store as a buffer
setValue(Buffer) - Method in class io.vertx.core.net.KeyStoreOptions
 
setValue(Buffer) - Method in class io.vertx.core.net.KeyStoreOptionsBase
Set the key store as a buffer
setValue(Buffer) - Method in class io.vertx.core.net.PfxOptions
Set the key store as a buffer
setValue(Buffer) - Method in class io.vertx.ext.auth.KeyStoreOptions
 
setValue(String) - Method in class io.vertx.ext.consul.KeyValue
Set the value
setValue(String) - Method in class io.vertx.ext.consul.TxnKVOperation
Set the value
setValue(String) - Method in class io.vertx.ext.dropwizard.Match
Set the matched value.
setValue(String) - Method in class io.vertx.ext.shell.command.base.LocalMapPut
 
setValue(Object) - Method in interface io.vertx.ext.web.api.RequestParameter
Deprecated.
Set value
setValue(String) - Method in exception io.vertx.ext.web.api.validation.ValidationException
Deprecated.
 
setValue(String) - Method in class io.vertx.kafka.admin.ConfigEntry
Set the value or null.
setValue(String) - Method in class io.vertx.kafka.admin.ConfigSynonym
Set the value of this configuration, which may be null if the configuration is sensitive
setValue(String) - Method in class io.vertx.micrometer.Match
Set the matched value.
setValue(String) - Method in class io.vertx.reactivex.core.http.Cookie
Sets the value of this cookie
setValue(Object) - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
Deprecated.
setValue(String) - Method in class io.vertx.rxjava.core.http.Cookie
Sets the value of this cookie
setValue(Object) - Method in class io.vertx.rxjava.ext.web.api.RequestParameter
Deprecated.
setVariables(JsonObject) - Method in class io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions
Initial value of the variables area in the GraphiQL user interface.
setVec(List<Float>) - Method in class io.vertx.ext.consul.Coordinate
Set vector
setVerbose(boolean) - Method in class io.vertx.ext.shell.command.base.BusPublish
 
setVerbose(boolean) - Method in class io.vertx.ext.shell.command.base.BusTail
 
setVerifyHost(boolean) - Method in class io.vertx.core.http.HttpClientOptions
Set whether hostname verification is enabled
setVerifyHost(boolean) - Method in class io.vertx.ext.consul.ConsulClientOptions
Set whether hostname verification is enabled
setVerifyHost(boolean) - Method in class io.vertx.ext.web.client.WebClientOptions
 
setVerifyHost(boolean) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
 
setVersion(WebsocketVersion) - Method in class io.vertx.core.http.WebSocketConnectOptions
Set the WebSocket version.
setVersion(int) - Method in class io.vertx.ext.consul.Event
Set version
setVersion(int) - Method in class io.vertx.ext.web.sstore.AbstractSession
 
setVertsShellJsResource(Buffer) - Method in class io.vertx.ext.shell.term.HttpTermOptions
Set vertxshell.js resource to use.
setVirtualHost(String) - Method in class io.vertx.amqp.AmqpClientOptions
 
setVirtualHost(String) - Method in class io.vertx.ext.stomp.StompClientOptions
Sets the virtual host that will be used as "host" header value in the `CONNECT` frame.
setVirtualHost(String) - Method in class io.vertx.rabbitmq.RabbitMQOptions
Set the virtual host to use when connecting to the broker.
setWait(String) - Method in class io.vertx.ext.consul.BlockingQueryOptions
Specifying a maximum duration for the blocking request.
setWanAddress(String) - Method in class io.vertx.ext.consul.Node
Set node wan address
setWarningExceptionTime(long) - Method in class io.vertx.core.VertxOptions
Set the threshold value above this, the blocked warning contains a stack trace.
setWarningExceptionTimeUnit(TimeUnit) - Method in class io.vertx.core.VertxOptions
Set the time unit of warningExceptionTime.
setWebauthn(JsonObject) - Method in class io.vertx.ext.auth.webauthn.WebAuthnCredentials
 
setWebRoot(String) - Method in interface io.vertx.ext.web.handler.StaticHandler
Set the web root
setWebRoot(String) - Method in class io.vertx.reactivex.ext.web.handler.StaticHandler
Set the web root
setWebRoot(String) - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
Set the web root
setWebSocketAllowServerNoContext(boolean) - Method in class io.vertx.core.http.HttpServerOptions
Set whether the WebSocket server will accept the server_no_context_takeover parameter of the per-message deflate compression extension offered by the client.
setWebsocketBridge(boolean) - Method in class io.vertx.ext.stomp.StompServerOptions
Enables or disables the web socket bridge.
setWebSocketClosingTimeout(int) - Method in class io.vertx.core.http.HttpClientOptions
Set the amount of time a client WebSocket will wait until it closes the TCP connection after receiving a close frame.
setWebSocketClosingTimeout(int) - Method in class io.vertx.core.http.HttpServerOptions
Set the amount of time a server WebSocket will wait until it closes the TCP connection after sending a close frame.
setWebSocketCompressionAllowClientNoContext(boolean) - Method in class io.vertx.core.http.HttpClientOptions
Set whether the client_no_context_takeover parameter of the WebSocket per-message deflate compression extension will be offered.
setWebSocketCompressionAllowClientNoContext(boolean) - Method in class io.vertx.ext.consul.ConsulClientOptions
 
setWebSocketCompressionAllowClientNoContext(boolean) - Method in class io.vertx.ext.web.client.WebClientOptions
 
setWebSocketCompressionAllowClientNoContext(boolean) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
 
setWebSocketCompressionLevel(int) - Method in class io.vertx.core.http.HttpClientOptions
Set the WebSocket deflate compression level.
setWebSocketCompressionLevel(int) - Method in class io.vertx.core.http.HttpServerOptions
Set the WebSocket compression level.
setWebSocketCompressionLevel(int) - Method in class io.vertx.ext.consul.ConsulClientOptions
 
setWebSocketCompressionLevel(int) - Method in class io.vertx.ext.web.client.WebClientOptions
 
setWebSocketCompressionLevel(int) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
 
setWebSocketCompressionRequestServerNoContext(boolean) - Method in class io.vertx.core.http.HttpClientOptions
Set whether the server_no_context_takeover parameter of the WebSocket per-message deflate compression extension will be offered.
setWebSocketCompressionRequestServerNoContext(boolean) - Method in class io.vertx.ext.consul.ConsulClientOptions
 
setWebSocketCompressionRequestServerNoContext(boolean) - Method in class io.vertx.ext.web.client.WebClientOptions
 
setWebSocketCompressionRequestServerNoContext(boolean) - Method in class io.vertx.tracing.zipkin.HttpSenderOptions
 
setWebsocketPath(String) - Method in class io.vertx.ext.stomp.StompServerOptions
Sets the websocket path.
setWebSocketPreferredClientNoContext(boolean) - Method in class io.vertx.core.http.HttpServerOptions
Set whether the WebSocket server will accept the client_no_context_takeover parameter of the per-message deflate compression extension offered by the client.
setWebSocketSubProtocols(List<String>) - Method in class io.vertx.core.http.HttpServerOptions
Set the WebSocket list of sub-protocol supported by the server.
setWeight(short) - Method in class io.vertx.core.http.StreamPriority
Set the priority weight.
setWelcomeMessage(String) - Method in class io.vertx.ext.shell.ShellServerOptions
Set the shell welcome message, i.e the message displayed in the user console when he connects to the shell.
setWelcomeMessage(String) - Method in class io.vertx.ext.shell.ShellServiceOptions
 
setWhat(String) - Method in class io.vertx.ext.consul.TxnError
Set error message about why that operation failed.
setWidth(int) - Method in class io.vertx.core.cli.UsageMessageFormatter
 
setWillFlag(boolean) - Method in class io.vertx.mqtt.MqttClientOptions
Set if will information are provided on connection
setWillMessage(String) - Method in class io.vertx.mqtt.MqttClientOptions
Set the content of the will message
setWillQoS(int) - Method in class io.vertx.mqtt.MqttClientOptions
Set the QoS level for the will message
setWillRetain(boolean) - Method in class io.vertx.mqtt.MqttClientOptions
Set if the will message must be retained
setWillTopic(String) - Method in class io.vertx.mqtt.MqttClientOptions
Set the topic on which the will message will be published
setWindowSize(int) - Method in interface io.vertx.core.http.HttpConnection
Update the current connection wide window size to a new size.
setWindowSize(int) - Method in class io.vertx.reactivex.core.http.HttpConnection
Update the current connection wide window size to a new size.
setWindowSize(int) - Method in class io.vertx.rxjava.core.http.HttpConnection
Update the current connection wide window size to a new size.
setWithTransitive(boolean) - Method in class io.vertx.maven.resolver.ResolutionOptions
Sets whether or not the resolution of the dependency should include the transitive dependencies.
setWorker(boolean) - Method in class io.vertx.core.DeploymentOptions
Set whether the verticle(s) should be deployed as a worker verticle
setWorkerExecutor(WorkerExecutor) - Method in class io.vertx.camel.OutboundMapping
Sets the worker thread worker used to execute the blocking processing.
setWorkerPoolName(String) - Method in class io.vertx.core.DeploymentOptions
Set the worker pool name to use for this verticle.
setWorkerPoolSize(int) - Method in class io.vertx.core.DeploymentOptions
Set the maximum number of worker threads to be used by the Vert.x instance.
setWorkerPoolSize(int) - Method in class io.vertx.core.VertxOptions
Set the maximum number of worker threads to be used by the Vert.x instance.
setWrite(boolean) - Method in class io.vertx.core.file.OpenOptions
Set whether the file is to be opened for writing
setWriteOption(WriteOption) - Method in class io.vertx.ext.mongo.BulkWriteOptions
Set the write option
setWriteOption(WriteOption) - Method in class io.vertx.ext.mongo.UpdateOptions
Set the write option
setWritePos(long) - Method in interface io.vertx.core.file.AsyncFile
Sets the position from which data will be written when using the file as a WriteStream.
setWritePos(long) - Method in class io.vertx.reactivex.core.file.AsyncFile
Sets the position from which data will be written when using the file as a WriteStream.
setWritePos(long) - Method in class io.vertx.rxjava.core.file.AsyncFile
Sets the position from which data will be written when using the file as a WriteStream.
setWriteQueueMaxSize(int) - Method in interface io.vertx.amqp.AmqpSender
 
setWriteQueueMaxSize(int) - Method in interface io.vertx.core.file.AsyncFile
 
setWriteQueueMaxSize(int) - Method in interface io.vertx.core.http.HttpClientRequest
 
setWriteQueueMaxSize(int) - Method in interface io.vertx.core.http.HttpServerResponse
 
setWriteQueueMaxSize(int) - Method in interface io.vertx.core.http.ServerWebSocket
 
setWriteQueueMaxSize(int) - Method in interface io.vertx.core.http.WebSocket
 
setWriteQueueMaxSize(int) - Method in interface io.vertx.core.http.WebSocketBase
 
setWriteQueueMaxSize(int) - Method in interface io.vertx.core.net.NetSocket
 
setWriteQueueMaxSize(int) - Method in interface io.vertx.core.streams.Pump
Set the write queue max size to maxSize
setWriteQueueMaxSize(int) - Method in interface io.vertx.core.streams.WriteStream
Set the maximum size of the write queue to maxSize.
setWriteQueueMaxSize(int) - Method in interface io.vertx.ext.reactivestreams.ReactiveWriteStream
 
setWriteQueueMaxSize(int) - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
 
setWriteQueueMaxSize(int) - Method in class io.vertx.grpc.stub.GrpcWriteStream
 
setWriteQueueMaxSize(int) - Method in interface io.vertx.kafka.client.producer.KafkaProducer
 
setWriteQueueMaxSize(int) - Method in interface io.vertx.kafka.client.producer.KafkaWriteStream
 
setWriteQueueMaxSize(int) - Method in class io.vertx.reactivex.amqp.AmqpSender
 
setWriteQueueMaxSize(int) - Method in class io.vertx.reactivex.core.file.AsyncFile
 
setWriteQueueMaxSize(int) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
 
setWriteQueueMaxSize(int) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
 
setWriteQueueMaxSize(int) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
setWriteQueueMaxSize(int) - Method in class io.vertx.reactivex.core.http.WebSocket
 
setWriteQueueMaxSize(int) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
 
setWriteQueueMaxSize(int) - Method in class io.vertx.reactivex.core.net.NetSocket
 
setWriteQueueMaxSize(int) - Method in class io.vertx.reactivex.core.streams.Pump
Set the write queue max size to maxSize
setWriteQueueMaxSize(int) - Method in interface io.vertx.reactivex.core.streams.WriteStream
Set the maximum size of the write queue to maxSize.
setWriteQueueMaxSize(int) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
 
setWriteQueueMaxSize(int) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
 
setWriteQueueMaxSize(int) - Method in class io.vertx.rxjava.amqp.AmqpSender
 
setWriteQueueMaxSize(int) - Method in class io.vertx.rxjava.core.file.AsyncFile
 
setWriteQueueMaxSize(int) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
 
setWriteQueueMaxSize(int) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
 
setWriteQueueMaxSize(int) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
setWriteQueueMaxSize(int) - Method in class io.vertx.rxjava.core.http.WebSocket
 
setWriteQueueMaxSize(int) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
 
setWriteQueueMaxSize(int) - Method in class io.vertx.rxjava.core.net.NetSocket
 
setWriteQueueMaxSize(int) - Method in class io.vertx.rxjava.core.streams.Pump
Set the write queue max size to maxSize
setWriteQueueMaxSize(int) - Method in interface io.vertx.rxjava.core.streams.WriteStream
Set the maximum size of the write queue to maxSize.
setWriteQueueMaxSize(int) - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
 
setWriteQueueMaxSize(int) - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
 
setWriteSynchronizationMode(String) - Method in class io.vertx.spi.cluster.ignite.IgniteCacheOptions
Sets write synchronization mode.
setX(double) - Method in class io.vertx.mysqlclient.data.spatial.Point
 
setX(double) - Method in class io.vertx.pgclient.data.Point
 
setY(double) - Method in class io.vertx.mysqlclient.data.spatial.Point
 
setY(double) - Method in class io.vertx.pgclient.data.Point
 
setYears(int) - Method in class io.vertx.pgclient.data.Interval
 
Shareable - Interface in io.vertx.core.shareddata
An interface which allows you to put arbitrary objects into a LocalMap.
SharedData - Interface in io.vertx.core.shareddata
Shared data allows you to share data safely between different parts of your application in a safe way.
sharedData() - Method in interface io.vertx.core.Vertx
Get the shared data object.
SharedData - Class in io.vertx.reactivex.core.shareddata
Shared data allows you to share data safely between different parts of your application in a safe way.
SharedData(SharedData) - Constructor for class io.vertx.reactivex.core.shareddata.SharedData
 
SharedData(Object) - Constructor for class io.vertx.reactivex.core.shareddata.SharedData
 
sharedData() - Method in class io.vertx.reactivex.core.Vertx
Get the shared data object.
SharedData - Class in io.vertx.rxjava.core.shareddata
Shared data allows you to share data safely between different parts of your application in a safe way.
SharedData(SharedData) - Constructor for class io.vertx.rxjava.core.shareddata.SharedData
 
SharedData(Object) - Constructor for class io.vertx.rxjava.core.shareddata.SharedData
 
sharedData() - Method in class io.vertx.rxjava.core.Vertx
Get the shared data object.
Shell - Interface in io.vertx.ext.shell
An interactive session between a consumer and a shell.
Shell - Class in io.vertx.reactivex.ext.shell
An interactive session between a consumer and a shell.
Shell(Shell) - Constructor for class io.vertx.reactivex.ext.shell.Shell
 
Shell(Object) - Constructor for class io.vertx.reactivex.ext.shell.Shell
 
Shell - Class in io.vertx.rxjava.ext.shell
An interactive session between a consumer and a shell.
Shell(Shell) - Constructor for class io.vertx.rxjava.ext.shell.Shell
 
Shell(Object) - Constructor for class io.vertx.rxjava.ext.shell.Shell
 
shellHandler(Handler<Shell>) - Method in interface io.vertx.ext.shell.ShellServer
Called when a new shell is created.
shellHandler(Handler<Shell>) - Method in class io.vertx.reactivex.ext.shell.ShellServer
Called when a new shell is created.
shellHandler(Handler<Shell>) - Method in class io.vertx.rxjava.ext.shell.ShellServer
Called when a new shell is created.
ShellServer - Interface in io.vertx.ext.shell
The shell server.

A shell server is associated with a collection of term servers: the ShellServer.registerTermServer(TermServer) method registers a term server.

ShellServer - Class in io.vertx.reactivex.ext.shell
The shell server.

A shell server is associated with a collection of : the ShellServer.registerTermServer(io.vertx.reactivex.ext.shell.term.TermServer) method registers a term server.

ShellServer(ShellServer) - Constructor for class io.vertx.reactivex.ext.shell.ShellServer
 
ShellServer(Object) - Constructor for class io.vertx.reactivex.ext.shell.ShellServer
 
ShellServer - Class in io.vertx.rxjava.ext.shell
The shell server.

A shell server is associated with a collection of : the ShellServer.registerTermServer(io.vertx.rxjava.ext.shell.term.TermServer) method registers a term server.

ShellServer(ShellServer) - Constructor for class io.vertx.rxjava.ext.shell.ShellServer
 
ShellServer(Object) - Constructor for class io.vertx.rxjava.ext.shell.ShellServer
 
ShellServerOptions - Class in io.vertx.ext.shell
The configurations options for the shell server.
ShellServerOptions() - Constructor for class io.vertx.ext.shell.ShellServerOptions
 
ShellServerOptions(ShellServerOptions) - Constructor for class io.vertx.ext.shell.ShellServerOptions
 
ShellServerOptions(JsonObject) - Constructor for class io.vertx.ext.shell.ShellServerOptions
 
ShellServerOptionsConverter - Class in io.vertx.ext.shell
Converter and mapper for ShellServerOptions.
ShellServerOptionsConverter() - Constructor for class io.vertx.ext.shell.ShellServerOptionsConverter
 
ShellService - Interface in io.vertx.ext.shell
The shell service, provides a remotely accessible shell available via Telnet or SSH according to the ShellServiceOptions configuration.

The shell service will expose commands using CommandResolver on the classpath and the shared command registry for the Vert.x instance.

ShellService - Class in io.vertx.reactivex.ext.shell
The shell service, provides a remotely accessible shell available via Telnet or SSH according to the ShellServiceOptions configuration.

The shell service will expose commands using CommandResolver on the classpath and the shared command registry for the Vert.x instance.

ShellService(ShellService) - Constructor for class io.vertx.reactivex.ext.shell.ShellService
 
ShellService(Object) - Constructor for class io.vertx.reactivex.ext.shell.ShellService
 
ShellService - Class in io.vertx.rxjava.ext.shell
The shell service, provides a remotely accessible shell available via Telnet or SSH according to the ShellServiceOptions configuration.

The shell service will expose commands using CommandResolver on the classpath and the shared command registry for the Vert.x instance.

ShellService(ShellService) - Constructor for class io.vertx.rxjava.ext.shell.ShellService
 
ShellService(Object) - Constructor for class io.vertx.rxjava.ext.shell.ShellService
 
ShellServiceOptions - Class in io.vertx.ext.shell
The configurations options for the shell service, the shell connectors can be configured with TelnetTermOptions, SSHTermOptions and HttpTermOptions.
ShellServiceOptions() - Constructor for class io.vertx.ext.shell.ShellServiceOptions
 
ShellServiceOptions(ShellServiceOptions) - Constructor for class io.vertx.ext.shell.ShellServiceOptions
 
ShellServiceOptions(JsonObject) - Constructor for class io.vertx.ext.shell.ShellServiceOptions
 
ShellServiceOptionsConverter - Class in io.vertx.ext.shell
Converter and mapper for ShellServiceOptions.
ShellServiceOptionsConverter() - Constructor for class io.vertx.ext.shell.ShellServiceOptionsConverter
 
ShellVerticle - Class in io.vertx.ext.shell
 
ShellVerticle() - Constructor for class io.vertx.ext.shell.ShellVerticle
 
ShiroAuth - Interface in io.vertx.ext.auth.shiro
Deprecated.
ShiroAuth has been replaced by io.vertx.ext.auth.properties.PropertyFileAuthentication and io.vertx.ext.auth.ldap.LdapAuthentication
ShiroAuth - Class in io.vertx.reactivex.ext.auth.shiro
Factory interface for creating Apache Shiro based AuthenticationProvider instances.
ShiroAuth(ShiroAuth) - Constructor for class io.vertx.reactivex.ext.auth.shiro.ShiroAuth
 
ShiroAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.shiro.ShiroAuth
 
ShiroAuth - Class in io.vertx.rxjava.ext.auth.shiro
Factory interface for creating Apache Shiro based AuthenticationProvider instances.
ShiroAuth(ShiroAuth) - Constructor for class io.vertx.rxjava.ext.auth.shiro.ShiroAuth
 
ShiroAuth(Object) - Constructor for class io.vertx.rxjava.ext.auth.shiro.ShiroAuth
 
ShiroAuthOptions - Class in io.vertx.ext.auth.shiro
Deprecated.
ShiroAuth has been replaced by io.vertx.ext.auth.properties.PropertyFileAuthentication and io.vertx.ext.auth.ldap.LdapAuthentication
ShiroAuthOptions() - Constructor for class io.vertx.ext.auth.shiro.ShiroAuthOptions
Deprecated.
 
ShiroAuthOptions(ShiroAuthOptions) - Constructor for class io.vertx.ext.auth.shiro.ShiroAuthOptions
Deprecated.
 
ShiroAuthOptions(JsonObject) - Constructor for class io.vertx.ext.auth.shiro.ShiroAuthOptions
Deprecated.
 
ShiroAuthOptionsConverter - Class in io.vertx.ext.auth.shiro
Converter and mapper for ShiroAuthOptions.
ShiroAuthOptionsConverter() - Constructor for class io.vertx.ext.auth.shiro.ShiroAuthOptionsConverter
 
ShiroAuthRealmType - Enum in io.vertx.ext.auth.shiro
Deprecated.
ShiroAuth has been replaced by io.vertx.ext.auth.properties.PropertyFileAuthentication and io.vertx.ext.auth.ldap.LdapAuthentication
ShopifyAuth - Interface in io.vertx.ext.auth.oauth2.providers
Simplified factory to create an OAuth2Auth for Shopify.
ShopifyAuth - Class in io.vertx.reactivex.ext.auth.oauth2.providers
Simplified factory to create an for Shopify.
ShopifyAuth(ShopifyAuth) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.ShopifyAuth
 
ShopifyAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.ShopifyAuth
 
ShopifyAuth - Class in io.vertx.rxjava.ext.auth.oauth2.providers
Simplified factory to create an for Shopify.
ShopifyAuth(ShopifyAuth) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.providers.ShopifyAuth
 
ShopifyAuth(Object) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.providers.ShopifyAuth
 
shortName - Variable in class io.vertx.core.cli.Option
the option short name.
shortValue() - Method in class io.vertx.sqlclient.data.Numeric
 
shouldRecordContext - Variable in class io.vertx.json.schema.common.SchemaImpl
 
shutdown(Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.http.HttpConnection
Initiate a graceful connection shutdown, the connection is taken out of service and closed when all current requests are processed, otherwise after 30 seconds the connection will be closed.
shutdown() - Method in interface io.vertx.core.http.HttpConnection
Like HttpConnection.shutdown(Handler) but returns a Future of the asynchronous result
shutdown(long, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.http.HttpConnection
Like HttpConnection.shutdown(Handler) but with a specific timeout in milliseconds.
shutdown(long) - Method in interface io.vertx.core.http.HttpConnection
Like HttpConnection.shutdown(long, Handler) but returns a Future of the asynchronous result
shutdown() - Method in class io.vertx.grpc.VertxServer
 
shutdown(Handler<AsyncResult<Void>>) - Method in class io.vertx.grpc.VertxServer
 
shutdown(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.HttpConnection
Initiate a graceful connection shutdown, the connection is taken out of service and closed when all current requests are processed, otherwise after 30 seconds the connection will be closed.
shutdown() - Method in class io.vertx.reactivex.core.http.HttpConnection
Initiate a graceful connection shutdown, the connection is taken out of service and closed when all current requests are processed, otherwise after 30 seconds the connection will be closed.
shutdown(long, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.HttpConnection
shutdown(long) - Method in class io.vertx.reactivex.core.http.HttpConnection
SHUTDOWN - Static variable in class io.vertx.reactivex.redis.client.Command
 
shutdown(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command shutdown.
shutdown(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command shutdown.
SHUTDOWN - Static variable in interface io.vertx.redis.client.Command
 
shutdown(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command shutdown.
shutdown(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command shutdown.
shutdown(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.http.HttpConnection
Initiate a graceful connection shutdown, the connection is taken out of service and closed when all current requests are processed, otherwise after 30 seconds the connection will be closed.
shutdown() - Method in class io.vertx.rxjava.core.http.HttpConnection
Initiate a graceful connection shutdown, the connection is taken out of service and closed when all current requests are processed, otherwise after 30 seconds the connection will be closed.
shutdown(long, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.http.HttpConnection
shutdown(long) - Method in class io.vertx.rxjava.core.http.HttpConnection
SHUTDOWN - Static variable in class io.vertx.rxjava.redis.client.Command
 
shutdown(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command shutdown.
shutdown(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command shutdown.
shutdownHandler(Handler<Void>) - Method in interface io.vertx.core.http.HttpConnection
Set an handler called when a GOAWAY frame has been sent or received and all connections are closed.
shutdownHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.http.HttpConnection
Set an handler called when a frame has been sent or received and all connections are closed.
shutdownHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.http.HttpConnection
Set an handler called when a frame has been sent or received and all connections are closed.
shutdownNow() - Method in class io.vertx.grpc.VertxServer
 
SignalHandler - Interface in io.vertx.ext.shell.term
 
SignalHandler - Class in io.vertx.reactivex.ext.shell.term

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

SignalHandler(SignalHandler) - Constructor for class io.vertx.reactivex.ext.shell.term.SignalHandler
 
SignalHandler(Object) - Constructor for class io.vertx.reactivex.ext.shell.term.SignalHandler
 
SignalHandler - Class in io.vertx.rxjava.ext.shell.term

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

SignalHandler(SignalHandler) - Constructor for class io.vertx.rxjava.ext.shell.term.SignalHandler
 
SignalHandler(Object) - Constructor for class io.vertx.rxjava.ext.shell.term.SignalHandler
 
signatureAlgorithm() - Method in enum io.vertx.ext.mail.DKIMSignAlgorithm
Gets the Signature Algorithm, like: SHA256withRSA, SHA1withRSA.
SingleHelper - Class in io.vertx.reactivex.core
 
SingleHelper() - Constructor for class io.vertx.reactivex.core.SingleHelper
 
SingleHelper - Class in io.vertx.reactivex
 
SingleHelper() - Constructor for class io.vertx.reactivex.SingleHelper
 
SingleOnSubscribeAdapter<T> - Class in io.vertx.rx.java
 
SingleOnSubscribeAdapter(Consumer<Handler<AsyncResult<T>>>) - Constructor for class io.vertx.rx.java.SingleOnSubscribeAdapter
 
singleValued - Variable in class io.vertx.core.cli.Option
whether or not the option receives a single value.
SINTER - Static variable in class io.vertx.reactivex.redis.client.Command
 
sinter(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sinter.
sinter(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sinter.
SINTER - Static variable in interface io.vertx.redis.client.Command
 
sinter(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command sinter.
sinter(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command sinter.
SINTER - Static variable in class io.vertx.rxjava.redis.client.Command
 
sinter(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command sinter.
sinter(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command sinter.
SINTERSTORE - Static variable in class io.vertx.reactivex.redis.client.Command
 
sinterstore(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sinterstore.
sinterstore(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sinterstore.
SINTERSTORE - Static variable in interface io.vertx.redis.client.Command
 
sinterstore(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command sinterstore.
sinterstore(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command sinterstore.
SINTERSTORE - Static variable in class io.vertx.rxjava.redis.client.Command
 
sinterstore(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command sinterstore.
sinterstore(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command sinterstore.
SISMEMBER - Static variable in class io.vertx.reactivex.redis.client.Command
 
sismember(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sismember.
sismember(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sismember.
SISMEMBER - Static variable in interface io.vertx.redis.client.Command
 
sismember(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command sismember.
sismember(String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command sismember.
SISMEMBER - Static variable in class io.vertx.rxjava.redis.client.Command
 
sismember(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command sismember.
sismember(String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command sismember.
size() - Method in interface io.vertx.core.CompositeFuture
 
size() - Method in interface io.vertx.core.file.FileProps
The size of the file, in bytes
size() - Method in interface io.vertx.core.http.HttpServerFileUpload
The size of the upload may not be available until it is all read.
size() - Method in class io.vertx.core.json.JsonArray
Get the number of values in this JSON array
size() - Method in class io.vertx.core.json.JsonObject
Get the number of entries in the JSON object
size() - Method in interface io.vertx.core.MultiMap
Return the number of keys.
size(Handler<AsyncResult<Integer>>) - Method in interface io.vertx.core.shareddata.AsyncMap
Provide the number of entries in the map
size() - Method in interface io.vertx.core.shareddata.AsyncMap
Same as AsyncMap.size(Handler) but returns a Future of the asynchronous result
size() - Method in interface io.vertx.core.shareddata.LocalMap
Get the size of the map
size() - Method in class io.vertx.ext.mail.mailencoder.EncodedPart
 
size() - Method in interface io.vertx.ext.web.FileUpload
 
size(Handler<AsyncResult<Integer>>) - Method in interface io.vertx.ext.web.sstore.SessionStore
Get the number of sessions in the store.
size() - Method in interface io.vertx.ext.web.sstore.SessionStore
 
size() - Method in interface io.vertx.kafka.client.consumer.KafkaConsumerRecords
 
size() - Method in class io.vertx.reactivex.core.file.FileProps
The size of the file, in bytes
size() - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
The size of the upload may not be available until it is all read.
size() - Method in class io.vertx.reactivex.core.MultiMap
Return the number of keys.
size(Handler<AsyncResult<Integer>>) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
Provide the number of entries in the map
size() - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
Provide the number of entries in the map
size() - Method in class io.vertx.reactivex.core.shareddata.LocalMap
Get the size of the map
size() - Method in class io.vertx.reactivex.ext.web.FileUpload
 
size(Handler<AsyncResult<Integer>>) - Method in class io.vertx.reactivex.ext.web.sstore.SessionStore
Get the number of sessions in the store.
size() - Method in class io.vertx.reactivex.ext.web.sstore.SessionStore
Get the number of sessions in the store.
size() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumerRecords
 
size() - Method in class io.vertx.reactivex.redis.client.Response
Get this size of this multi response.
size() - Method in class io.vertx.reactivex.sqlclient.SqlResult
Get the number of rows retrieved in the SqlResult.
size() - Method in class io.vertx.reactivex.sqlclient.Tuple
 
size() - Method in interface io.vertx.redis.client.Response
Get this size of this multi response.
size() - Method in class io.vertx.rxjava.core.file.FileProps
The size of the file, in bytes
size() - Method in class io.vertx.rxjava.core.http.HttpServerFileUpload
The size of the upload may not be available until it is all read.
size() - Method in class io.vertx.rxjava.core.MultiMap
Return the number of keys.
size(Handler<AsyncResult<Integer>>) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
Provide the number of entries in the map
size() - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
Provide the number of entries in the map
size() - Method in class io.vertx.rxjava.core.shareddata.LocalMap
Get the size of the map
size() - Method in class io.vertx.rxjava.ext.web.FileUpload
 
size(Handler<AsyncResult<Integer>>) - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
Get the number of sessions in the store.
size() - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
Get the number of sessions in the store.
size() - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumerRecords
 
size() - Method in class io.vertx.rxjava.redis.client.Response
Get this size of this multi response.
size() - Method in class io.vertx.rxjava.sqlclient.SqlResult
Get the number of rows retrieved in the SqlResult.
size() - Method in class io.vertx.rxjava.sqlclient.Tuple
 
size() - Method in interface io.vertx.sqlclient.SqlResult
Get the number of rows retrieved in the SqlResult.
size() - Method in interface io.vertx.sqlclient.Tuple
 
skipCompressionForMediaTypes(Set<String>) - Method in interface io.vertx.ext.web.handler.StaticHandler
Skip compression if the media type of the file to send is in the provided mediaTypes set.
skipCompressionForMediaTypes(Set<String>) - Method in class io.vertx.reactivex.ext.web.handler.StaticHandler
Skip compression if the media type of the file to send is in the provided mediaTypes set.
skipCompressionForMediaTypes(Set<String>) - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
Skip compression if the media type of the file to send is in the provided mediaTypes set.
skipCompressionForSuffixes(Set<String>) - Method in interface io.vertx.ext.web.handler.StaticHandler
Skip compression if the suffix of the file to send is in the provided fileSuffixes set.
skipCompressionForSuffixes(Set<String>) - Method in class io.vertx.reactivex.ext.web.handler.StaticHandler
Skip compression if the suffix of the file to send is in the provided fileSuffixes set.
skipCompressionForSuffixes(Set<String>) - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
Skip compression if the suffix of the file to send is in the provided fileSuffixes set.
slave() - Method in interface io.vertx.ext.shell.term.Pty
 
slave() - Method in class io.vertx.reactivex.ext.shell.term.Pty
 
slave() - Method in class io.vertx.rxjava.ext.shell.term.Pty
 
SLAVEOF - Static variable in class io.vertx.reactivex.redis.client.Command
 
slaveof(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command slaveof.
slaveof(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command slaveof.
SLAVEOF - Static variable in interface io.vertx.redis.client.Command
 
slaveof(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command slaveof.
slaveof(String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command slaveof.
SLAVEOF - Static variable in class io.vertx.rxjava.redis.client.Command
 
slaveof(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command slaveof.
slaveof(String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command slaveof.
Sleep - Class in io.vertx.ext.shell.command.base
 
Sleep() - Constructor for class io.vertx.ext.shell.command.base.Sleep
 
SLF4JLogDelegate - Class in io.vertx.core.logging
 
SLF4JLogDelegate(Object) - Constructor for class io.vertx.core.logging.SLF4JLogDelegate
 
SLF4JLogDelegateFactory - Class in io.vertx.core.logging
 
SLF4JLogDelegateFactory() - Constructor for class io.vertx.core.logging.SLF4JLogDelegateFactory
 
slice() - Method in interface io.vertx.core.buffer.Buffer
Returns a slice of this buffer.
slice(int, int) - Method in interface io.vertx.core.buffer.Buffer
Returns a slice of this buffer.
slice() - Method in class io.vertx.reactivex.core.buffer.Buffer
Returns a slice of this buffer.
slice(int, int) - Method in class io.vertx.reactivex.core.buffer.Buffer
Returns a slice of this buffer.
slice() - Method in class io.vertx.rxjava.core.buffer.Buffer
Returns a slice of this buffer.
slice(int, int) - Method in class io.vertx.rxjava.core.buffer.Buffer
Returns a slice of this buffer.
SlimVaultClient - Class in io.vertx.config.vault.client
A very simple Vault client - does not intend to be complete.
SlimVaultClient(Vertx, JsonObject) - Constructor for class io.vertx.config.vault.client.SlimVaultClient
Creates an instance of SlimVaultClient.
SLOWLOG - Static variable in class io.vertx.reactivex.redis.client.Command
 
slowlog(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command slowlog.
slowlog(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command slowlog.
SLOWLOG - Static variable in interface io.vertx.redis.client.Command
 
slowlog(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command slowlog.
slowlog(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command slowlog.
SLOWLOG - Static variable in class io.vertx.rxjava.redis.client.Command
 
slowlog(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command slowlog.
slowlog(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command slowlog.
SMEMBERS - Static variable in class io.vertx.reactivex.redis.client.Command
 
smembers(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command smembers.
smembers(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command smembers.
SMEMBERS - Static variable in interface io.vertx.redis.client.Command
 
smembers(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command smembers.
smembers(String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command smembers.
SMEMBERS - Static variable in class io.vertx.rxjava.redis.client.Command
 
smembers(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command smembers.
smembers(String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command smembers.
SMOVE - Static variable in class io.vertx.reactivex.redis.client.Command
 
smove(String, String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command smove.
smove(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command smove.
SMOVE - Static variable in interface io.vertx.redis.client.Command
 
smove(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command smove.
smove(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command smove.
SMOVE - Static variable in class io.vertx.rxjava.redis.client.Command
 
smove(String, String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command smove.
smove(String, String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command smove.
socket() - Method in interface io.vertx.ext.eventbus.bridge.tcp.BridgeEvent
Get the SockJSSocket instance corresponding to the event
socket() - Method in interface io.vertx.ext.web.handler.sockjs.BridgeEvent
Get the SockJSSocket instance corresponding to the event
socket() - Method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.BridgeEvent
Get the SockJSSocket instance corresponding to the event
socket() - Method in class io.vertx.reactivex.ext.web.handler.sockjs.BridgeEvent
Get the SockJSSocket instance corresponding to the event
socket() - Method in class io.vertx.rxjava.ext.eventbus.bridge.tcp.BridgeEvent
Get the SockJSSocket instance corresponding to the event
socket() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.BridgeEvent
Get the SockJSSocket instance corresponding to the event
SocketAddress - Interface in io.vertx.core.net
The address of a socket, an inet socket address or a domain socket address.
SocketAddress - Class in io.vertx.reactivex.core.net
The address of a socket, an inet socket address or a domain socket address.
SocketAddress(SocketAddress) - Constructor for class io.vertx.reactivex.core.net.SocketAddress
 
SocketAddress(Object) - Constructor for class io.vertx.reactivex.core.net.SocketAddress
 
SocketAddress - Class in io.vertx.rxjava.core.net
The address of a socket, an inet socket address or a domain socket address.
SocketAddress(SocketAddress) - Constructor for class io.vertx.rxjava.core.net.SocketAddress
 
SocketAddress(Object) - Constructor for class io.vertx.rxjava.core.net.SocketAddress
 
socketHandler(Handler<SockJSSocket>) - Method in interface io.vertx.ext.web.handler.sockjs.SockJSHandler
Set a SockJS socket handler.
socketHandler(Handler<SockJSSocket>) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSHandler
Set a SockJS socket handler.
socketHandler(Handler<SockJSSocket>) - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSHandler
Set a SockJS socket handler.
SockJSBridgeOptions - Class in io.vertx.ext.web.handler.sockjs
Options for configuring the event bus bridge.
SockJSBridgeOptions(SockJSBridgeOptions) - Constructor for class io.vertx.ext.web.handler.sockjs.SockJSBridgeOptions
Copy constructor
SockJSBridgeOptions() - Constructor for class io.vertx.ext.web.handler.sockjs.SockJSBridgeOptions
Default constructor
SockJSBridgeOptions(JsonObject) - Constructor for class io.vertx.ext.web.handler.sockjs.SockJSBridgeOptions
Constructor from JSON
SockJSBridgeOptionsConverter - Class in io.vertx.ext.web.handler.sockjs
Converter and mapper for SockJSBridgeOptions.
SockJSBridgeOptionsConverter() - Constructor for class io.vertx.ext.web.handler.sockjs.SockJSBridgeOptionsConverter
 
SockJSHandler - Interface in io.vertx.ext.web.handler.sockjs
A handler that allows you to handle SockJS connections from clients.
SockJSHandler - Class in io.vertx.reactivex.ext.web.handler.sockjs
A handler that allows you to handle SockJS connections from clients.
SockJSHandler(SockJSHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.sockjs.SockJSHandler
 
SockJSHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.sockjs.SockJSHandler
 
SockJSHandler - Class in io.vertx.rxjava.ext.web.handler.sockjs
A handler that allows you to handle SockJS connections from clients.
SockJSHandler(SockJSHandler) - Constructor for class io.vertx.rxjava.ext.web.handler.sockjs.SockJSHandler
 
SockJSHandler(Object) - Constructor for class io.vertx.rxjava.ext.web.handler.sockjs.SockJSHandler
 
SockJSHandlerOptions - Class in io.vertx.ext.web.handler.sockjs
Options for configuring a SockJS handler
SockJSHandlerOptions(SockJSHandlerOptions) - Constructor for class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
Copy constructor.
SockJSHandlerOptions() - Constructor for class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
Default constructor.
SockJSHandlerOptions(JsonObject) - Constructor for class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
Constructor to create options from JSON.
SockjsServiceProxyGeneratorLoader - Class in io.vertx.serviceproxy.sockjs.generator
 
SockjsServiceProxyGeneratorLoader() - Constructor for class io.vertx.serviceproxy.sockjs.generator.SockjsServiceProxyGeneratorLoader
 
SockjsServiceProxyJSGenerator - Class in io.vertx.serviceproxy.sockjs.generator
 
SockjsServiceProxyTSGenerator - Class in io.vertx.serviceproxy.sockjs.generator
 
SockjsServiceProxyTSGenerator() - Constructor for class io.vertx.serviceproxy.sockjs.generator.SockjsServiceProxyTSGenerator
 
SockJSSocket - Interface in io.vertx.ext.web.handler.sockjs
You interact with SockJS clients through instances of SockJS socket.
SockJSSocket - Class in io.vertx.reactivex.ext.web.handler.sockjs
You interact with SockJS clients through instances of SockJS socket.
SockJSSocket(SockJSSocket) - Constructor for class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
 
SockJSSocket(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
 
SockJSSocket - Class in io.vertx.rxjava.ext.web.handler.sockjs
You interact with SockJS clients through instances of SockJS socket.
SockJSSocket(SockJSSocket) - Constructor for class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
 
SockJSSocket(Object) - Constructor for class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
 
SockJSTermHandler - Interface in io.vertx.ext.shell.term
 
SockJSTermHandler - Class in io.vertx.reactivex.ext.shell.term

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

SockJSTermHandler(SockJSTermHandler) - Constructor for class io.vertx.reactivex.ext.shell.term.SockJSTermHandler
 
SockJSTermHandler(Object) - Constructor for class io.vertx.reactivex.ext.shell.term.SockJSTermHandler
 
SockJSTermHandler - Class in io.vertx.rxjava.ext.shell.term

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

SockJSTermHandler(SockJSTermHandler) - Constructor for class io.vertx.rxjava.ext.shell.term.SockJSTermHandler
 
SockJSTermHandler(Object) - Constructor for class io.vertx.rxjava.ext.shell.term.SockJSTermHandler
 
solveAllSchemaReferences(Schema) - Method in class io.vertx.json.schema.common.SchemaRouterImpl
Deeply resolve all references of the provided schema
solveIfNeeded(JsonObject) - Method in interface io.vertx.ext.web.openapi.OpenAPIHolder
if obj contains $ref, it tries to solve it and return the resolved object, otherwise it returns obj
solveIfNeeded(JsonObject) - Method in class io.vertx.reactivex.ext.web.openapi.OpenAPIHolder
if obj contains $ref, it tries to solve it and return the resolved object, otherwise it returns obj
SORT - Static variable in class io.vertx.reactivex.redis.client.Command
 
sort(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sort.
sort(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sort.
SORT - Static variable in interface io.vertx.redis.client.Command
 
sort(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command sort.
sort(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command sort.
SORT - Static variable in class io.vertx.rxjava.redis.client.Command
 
sort(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command sort.
sort(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command sort.
SoundcloudAuth - Interface in io.vertx.ext.auth.oauth2.providers
Simplified factory to create an OAuth2Auth for SoundCloud.
SoundcloudAuth - Class in io.vertx.reactivex.ext.auth.oauth2.providers
Simplified factory to create an for SoundCloud.
SoundcloudAuth(SoundcloudAuth) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.SoundcloudAuth
 
SoundcloudAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.SoundcloudAuth
 
SoundcloudAuth - Class in io.vertx.rxjava.ext.auth.oauth2.providers
Simplified factory to create an for SoundCloud.
SoundcloudAuth(SoundcloudAuth) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.providers.SoundcloudAuth
 
SoundcloudAuth(Object) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.providers.SoundcloudAuth
 
SpanKind - Enum in io.vertx.core.spi.tracing
 
sparse(boolean) - Method in class io.vertx.ext.mongo.IndexOptions
Should the index only references documents with the specified field
SpecFeatureNotSupportedException - Exception in io.vertx.ext.web.api.validation
Deprecated.
You should use the new module vertx-web-openapi
SpecFeatureNotSupportedException(String) - Constructor for exception io.vertx.ext.web.api.validation.SpecFeatureNotSupportedException
Deprecated.
 
specificDurationUnits(Map<String, TimeUnit>) - Method in class io.vertx.ext.dropwizard.reporters.JmxReporter.Builder
Use specific TimeUnits for the duration of the metrics with these names.
specificRateUnits(Map<String, TimeUnit>) - Method in class io.vertx.ext.dropwizard.reporters.JmxReporter.Builder
Use specific TimeUnits for the rate of the metrics with these names.
specifySchema(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.mysqlclient.MySQLConnection
Send a INIT_DB command to change the default schema of the connection.
specifySchema(String) - Method in interface io.vertx.mysqlclient.MySQLConnection
Like MySQLConnection.specifySchema(String, Handler) but returns a Future of the asynchronous result
specifySchema(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.mysqlclient.MySQLConnection
Send a INIT_DB command to change the default schema of the connection.
specifySchema(String) - Method in class io.vertx.reactivex.mysqlclient.MySQLConnection
Send a INIT_DB command to change the default schema of the connection.
specifySchema(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.mysqlclient.MySQLConnection
Send a INIT_DB command to change the default schema of the connection.
specifySchema(String) - Method in class io.vertx.rxjava.mysqlclient.MySQLConnection
Send a INIT_DB command to change the default schema of the connection.
sphereVersion(Integer) - Method in class io.vertx.ext.mongo.IndexOptions
Sets the 2dsphere index version number.
SPOP - Static variable in class io.vertx.reactivex.redis.client.Command
 
spop(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command spop.
spop(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command spop.
SPOP - Static variable in interface io.vertx.redis.client.Command
 
spop(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command spop.
spop(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command spop.
SPOP - Static variable in class io.vertx.rxjava.redis.client.Command
 
spop(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command spop.
spop(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command spop.
SpringConfigServerStoreFactory - Class in io.vertx.config.spring
Factory to create instance of SpringConfigServerStore.
SpringConfigServerStoreFactory() - Constructor for class io.vertx.config.spring.SpringConfigServerStoreFactory
 
SqlAuthentication - Interface in io.vertx.ext.auth.sqlclient
Factory interface for creating AuthenticationProvider instances that use the Vert.x SQL client.
SqlAuthentication - Class in io.vertx.reactivex.ext.auth.sqlclient
Factory interface for creating AuthenticationProvider instances that use the Vert.x SQL client.
SqlAuthentication(SqlAuthentication) - Constructor for class io.vertx.reactivex.ext.auth.sqlclient.SqlAuthentication
 
SqlAuthentication(Object) - Constructor for class io.vertx.reactivex.ext.auth.sqlclient.SqlAuthentication
 
SqlAuthentication - Class in io.vertx.rxjava.ext.auth.sqlclient
Factory interface for creating AuthenticationProvider instances that use the Vert.x SQL client.
SqlAuthentication(SqlAuthentication) - Constructor for class io.vertx.rxjava.ext.auth.sqlclient.SqlAuthentication
 
SqlAuthentication(Object) - Constructor for class io.vertx.rxjava.ext.auth.sqlclient.SqlAuthentication
 
SqlAuthenticationOptions - Class in io.vertx.ext.auth.sqlclient
Options configuring JDBC authentication.
SqlAuthenticationOptions() - Constructor for class io.vertx.ext.auth.sqlclient.SqlAuthenticationOptions
 
SqlAuthenticationOptions(JsonObject) - Constructor for class io.vertx.ext.auth.sqlclient.SqlAuthenticationOptions
 
SqlAuthenticationOptionsConverter - Class in io.vertx.ext.auth.sqlclient
Converter and mapper for SqlAuthenticationOptions.
SqlAuthenticationOptionsConverter() - Constructor for class io.vertx.ext.auth.sqlclient.SqlAuthenticationOptionsConverter
 
SqlAuthorization - Interface in io.vertx.ext.auth.sqlclient
Factory interface for creating AuthorizationProvider instances that use the Vert.x SQL client.
SqlAuthorization - Class in io.vertx.reactivex.ext.auth.sqlclient
Factory interface for creating instances that use the Vert.x SQL client.
SqlAuthorization(SqlAuthorization) - Constructor for class io.vertx.reactivex.ext.auth.sqlclient.SqlAuthorization
 
SqlAuthorization(Object) - Constructor for class io.vertx.reactivex.ext.auth.sqlclient.SqlAuthorization
 
SqlAuthorization - Class in io.vertx.rxjava.ext.auth.sqlclient
Factory interface for creating instances that use the Vert.x SQL client.
SqlAuthorization(SqlAuthorization) - Constructor for class io.vertx.rxjava.ext.auth.sqlclient.SqlAuthorization
 
SqlAuthorization(Object) - Constructor for class io.vertx.rxjava.ext.auth.sqlclient.SqlAuthorization
 
SqlAuthorizationOptions - Class in io.vertx.ext.auth.sqlclient
Options configuring JDBC authentication.
SqlAuthorizationOptions() - Constructor for class io.vertx.ext.auth.sqlclient.SqlAuthorizationOptions
 
SqlAuthorizationOptions(JsonObject) - Constructor for class io.vertx.ext.auth.sqlclient.SqlAuthorizationOptions
 
SqlAuthorizationOptionsConverter - Class in io.vertx.ext.auth.sqlclient
Converter and mapper for SqlAuthorizationOptions.
SqlAuthorizationOptionsConverter() - Constructor for class io.vertx.ext.auth.sqlclient.SqlAuthorizationOptionsConverter
 
SQLClient - Interface in io.vertx.ext.sql
A common asynchronous client interface for interacting with SQL compliant database
SQLClient - Class in io.vertx.reactivex.ext.sql
A common asynchronous client interface for interacting with SQL compliant database

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

SQLClient(SQLClient) - Constructor for class io.vertx.reactivex.ext.sql.SQLClient
 
SQLClient(Object) - Constructor for class io.vertx.reactivex.ext.sql.SQLClient
 
SqlClient - Class in io.vertx.reactivex.sqlclient
Defines common SQL client operations with a database server.
SqlClient(SqlClient) - Constructor for class io.vertx.reactivex.sqlclient.SqlClient
 
SqlClient(Object) - Constructor for class io.vertx.reactivex.sqlclient.SqlClient
 
SQLClient - Class in io.vertx.rxjava.ext.sql
A common asynchronous client interface for interacting with SQL compliant database

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

SQLClient(SQLClient) - Constructor for class io.vertx.rxjava.ext.sql.SQLClient
 
SQLClient(Object) - Constructor for class io.vertx.rxjava.ext.sql.SQLClient
 
SqlClient - Class in io.vertx.rxjava.sqlclient
Defines common SQL client operations with a database server.
SqlClient(SqlClient) - Constructor for class io.vertx.rxjava.sqlclient.SqlClient
 
SqlClient(Object) - Constructor for class io.vertx.rxjava.sqlclient.SqlClient
 
SqlClient - Interface in io.vertx.sqlclient
Defines common SQL client operations with a database server.
SQLClientHelper - Class in io.vertx.reactivex.ext.sql
Utilities for generating observables with a SQLClient.
SQLClientHelper - Class in io.vertx.rxjava.ext.sql
Utilities for generating observables with a SQLClient.
SQLConnection - Interface in io.vertx.ext.sql
Represents a connection to a SQL database
SQLConnection - Class in io.vertx.reactivex.ext.sql
Represents a connection to a SQL database

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

SQLConnection(SQLConnection) - Constructor for class io.vertx.reactivex.ext.sql.SQLConnection
 
SQLConnection(Object) - Constructor for class io.vertx.reactivex.ext.sql.SQLConnection
 
SqlConnection - Class in io.vertx.reactivex.sqlclient
A connection to the database server.
SqlConnection(SqlConnection) - Constructor for class io.vertx.reactivex.sqlclient.SqlConnection
 
SqlConnection(Object) - Constructor for class io.vertx.reactivex.sqlclient.SqlConnection
 
SQLConnection - Class in io.vertx.rxjava.ext.sql
Represents a connection to a SQL database

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

SQLConnection(SQLConnection) - Constructor for class io.vertx.rxjava.ext.sql.SQLConnection
 
SQLConnection(Object) - Constructor for class io.vertx.rxjava.ext.sql.SQLConnection
 
SqlConnection - Class in io.vertx.rxjava.sqlclient
A connection to the database server.
SqlConnection(SqlConnection) - Constructor for class io.vertx.rxjava.sqlclient.SqlConnection
 
SqlConnection(Object) - Constructor for class io.vertx.rxjava.sqlclient.SqlConnection
 
SqlConnection - Interface in io.vertx.sqlclient
A connection to the database server.
SqlConnectOptions - Class in io.vertx.sqlclient
Connect options for configuring SqlConnection or Pool.
SqlConnectOptions() - Constructor for class io.vertx.sqlclient.SqlConnectOptions
 
SqlConnectOptions(JsonObject) - Constructor for class io.vertx.sqlclient.SqlConnectOptions
 
SqlConnectOptions(SqlConnectOptions) - Constructor for class io.vertx.sqlclient.SqlConnectOptions
 
SqlConnectOptionsConverter - Class in io.vertx.sqlclient
Converter and mapper for SqlConnectOptions.
SqlConnectOptionsConverter() - Constructor for class io.vertx.sqlclient.SqlConnectOptionsConverter
 
SQLOperations - Interface in io.vertx.ext.sql
Represents a SQL query interface to a database
SQLOperations - Interface in io.vertx.reactivex.ext.sql
Represents a SQL query interface to a database

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

SQLOperations - Interface in io.vertx.rxjava.ext.sql
Represents a SQL query interface to a database

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

SQLOptions - Class in io.vertx.ext.sql
Represents the options one can use to customize the unwrapped connection/statement/resultset types
SQLOptions() - Constructor for class io.vertx.ext.sql.SQLOptions
Default constructor
SQLOptions(SQLOptions) - Constructor for class io.vertx.ext.sql.SQLOptions
Copy constructor
SQLOptions(JsonObject) - Constructor for class io.vertx.ext.sql.SQLOptions
Constructor from JSON
SQLOptionsConverter - Class in io.vertx.ext.sql
Converter and mapper for SQLOptions.
SQLOptionsConverter() - Constructor for class io.vertx.ext.sql.SQLOptionsConverter
 
SqlOutParam - Interface in io.vertx.jdbcclient
Tag if a parameter is of type OUT or INOUT.
SqlOutParam - Class in io.vertx.reactivex.jdbcclient
Tag if a parameter is of type OUT or INOUT.
SqlOutParam(SqlOutParam) - Constructor for class io.vertx.reactivex.jdbcclient.SqlOutParam
 
SqlOutParam(Object) - Constructor for class io.vertx.reactivex.jdbcclient.SqlOutParam
 
SqlOutParam - Class in io.vertx.rxjava.jdbcclient
Tag if a parameter is of type OUT or INOUT.
SqlOutParam(SqlOutParam) - Constructor for class io.vertx.rxjava.jdbcclient.SqlOutParam
 
SqlOutParam(Object) - Constructor for class io.vertx.rxjava.jdbcclient.SqlOutParam
 
SqlResult<T> - Class in io.vertx.reactivex.sqlclient
An interface that represents the execution result of an operation on the database server.
SqlResult(SqlResult) - Constructor for class io.vertx.reactivex.sqlclient.SqlResult
 
SqlResult(Object, TypeArg<T>) - Constructor for class io.vertx.reactivex.sqlclient.SqlResult
 
SqlResult<T> - Class in io.vertx.rxjava.sqlclient
An interface that represents the execution result of an operation on the database server.
SqlResult(SqlResult) - Constructor for class io.vertx.rxjava.sqlclient.SqlResult
 
SqlResult(Object, TypeArg<T>) - Constructor for class io.vertx.rxjava.sqlclient.SqlResult
 
SqlResult<T> - Interface in io.vertx.sqlclient
An interface that represents the execution result of an operation on the database server.
SQLRowStream - Interface in io.vertx.ext.sql
A ReadStream of Rows from the underlying RDBMS.
SQLRowStream - Class in io.vertx.reactivex.ext.sql
A ReadStream of Rows from the underlying RDBMS.
SQLRowStream(SQLRowStream) - Constructor for class io.vertx.reactivex.ext.sql.SQLRowStream
 
SQLRowStream(Object) - Constructor for class io.vertx.reactivex.ext.sql.SQLRowStream
 
SQLRowStream - Class in io.vertx.rxjava.ext.sql
A ReadStream of Rows from the underlying RDBMS.
SQLRowStream(SQLRowStream) - Constructor for class io.vertx.rxjava.ext.sql.SQLRowStream
 
SQLRowStream(Object) - Constructor for class io.vertx.rxjava.ext.sql.SQLRowStream
 
SqlTemplate<I,R> - Class in io.vertx.reactivex.sqlclient.templates
An SQL template.
SqlTemplate(SqlTemplate) - Constructor for class io.vertx.reactivex.sqlclient.templates.SqlTemplate
 
SqlTemplate(Object, TypeArg<I>, TypeArg<R>) - Constructor for class io.vertx.reactivex.sqlclient.templates.SqlTemplate
 
SqlTemplate<I,R> - Interface in io.vertx.sqlclient.templates
An SQL template.
SqlUserUtil - Interface in io.vertx.ext.auth.sqlclient
Utility to create users/roles/permissions.
SqlUserUtil - Class in io.vertx.reactivex.ext.auth.sqlclient
Utility to create users/roles/permissions.
SqlUserUtil(SqlUserUtil) - Constructor for class io.vertx.reactivex.ext.auth.sqlclient.SqlUserUtil
 
SqlUserUtil(Object) - Constructor for class io.vertx.reactivex.ext.auth.sqlclient.SqlUserUtil
 
SqlUserUtil - Class in io.vertx.rxjava.ext.auth.sqlclient
Utility to create users/roles/permissions.
SqlUserUtil(SqlUserUtil) - Constructor for class io.vertx.rxjava.ext.auth.sqlclient.SqlUserUtil
 
SqlUserUtil(Object) - Constructor for class io.vertx.rxjava.ext.auth.sqlclient.SqlUserUtil
 
SRANDMEMBER - Static variable in class io.vertx.reactivex.redis.client.Command
 
srandmember(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command srandmember.
srandmember(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command srandmember.
SRANDMEMBER - Static variable in interface io.vertx.redis.client.Command
 
srandmember(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command srandmember.
srandmember(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command srandmember.
SRANDMEMBER - Static variable in class io.vertx.rxjava.redis.client.Command
 
srandmember(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command srandmember.
srandmember(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command srandmember.
SREM - Static variable in class io.vertx.reactivex.redis.client.Command
 
srem(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command srem.
srem(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command srem.
SREM - Static variable in interface io.vertx.redis.client.Command
 
srem(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command srem.
srem(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command srem.
SREM - Static variable in class io.vertx.rxjava.redis.client.Command
 
srem(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command srem.
srem(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command srem.
SrvRecord - Interface in io.vertx.core.dns
Represent a Service-Record (SRV) which was resolved for a domain.
SrvRecord - Class in io.vertx.reactivex.core.dns
Represent a Service-Record (SRV) which was resolved for a domain.
SrvRecord(SrvRecord) - Constructor for class io.vertx.reactivex.core.dns.SrvRecord
 
SrvRecord(Object) - Constructor for class io.vertx.reactivex.core.dns.SrvRecord
 
SrvRecord - Class in io.vertx.rxjava.core.dns
Represent a Service-Record (SRV) which was resolved for a domain.
SrvRecord(SrvRecord) - Constructor for class io.vertx.rxjava.core.dns.SrvRecord
 
SrvRecord(Object) - Constructor for class io.vertx.rxjava.core.dns.SrvRecord
 
SSCAN - Static variable in class io.vertx.reactivex.redis.client.Command
 
sscan(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sscan.
sscan(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sscan.
SSCAN - Static variable in interface io.vertx.redis.client.Command
 
sscan(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command sscan.
sscan(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command sscan.
SSCAN - Static variable in class io.vertx.rxjava.redis.client.Command
 
sscan(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command sscan.
sscan(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command sscan.
SSHTermOptions - Class in io.vertx.ext.shell.term
The SSH term configuration options.
SSHTermOptions() - Constructor for class io.vertx.ext.shell.term.SSHTermOptions
 
SSHTermOptions(SSHTermOptions) - Constructor for class io.vertx.ext.shell.term.SSHTermOptions
 
SSHTermOptions(JsonObject) - Constructor for class io.vertx.ext.shell.term.SSHTermOptions
 
SSHTermOptionsConverter - Class in io.vertx.ext.shell.term
Converter and mapper for SSHTermOptions.
SSHTermOptionsConverter() - Constructor for class io.vertx.ext.shell.term.SSHTermOptionsConverter
 
ssl(Boolean) - Method in interface io.vertx.ext.web.client.HttpRequest
 
ssl(Boolean) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
 
ssl(Boolean) - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
 
SSLEngineOptions - Class in io.vertx.core.net
The SSL engine implementation to use in a Vert.x server or client.
SSLEngineOptions() - Constructor for class io.vertx.core.net.SSLEngineOptions
 
SslMode - Enum in io.vertx.mysqlclient
This parameter specifies the desired security state of the connection to the server.
SslMode - Enum in io.vertx.pgclient
The different values for the sslmode parameter provide different levels of protection.
sslSession() - Method in interface io.vertx.core.http.HttpConnection
 
sslSession() - Method in interface io.vertx.core.http.HttpServerRequest
 
sslSession() - Method in interface io.vertx.core.http.ServerWebSocket
 
sslSession() - Method in interface io.vertx.core.http.WebSocketBase
 
sslSession() - Method in interface io.vertx.core.net.NetSocket
 
sslSession() - Method in interface io.vertx.ext.stomp.StompServerConnection
 
sslSession() - Method in interface io.vertx.mqtt.MqttEndpoint
 
sslSession() - Method in class io.vertx.reactivex.core.http.HttpConnection
 
sslSession() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
 
sslSession() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
sslSession() - Method in class io.vertx.reactivex.core.http.WebSocket
 
sslSession() - Method in class io.vertx.reactivex.core.net.NetSocket
 
sslSession() - Method in class io.vertx.reactivex.ext.stomp.StompServerConnection
 
sslSession() - Method in class io.vertx.rxjava.core.http.HttpConnection
 
sslSession() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
sslSession() - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
sslSession() - Method in class io.vertx.rxjava.core.http.WebSocket
 
sslSession() - Method in class io.vertx.rxjava.core.net.NetSocket
 
sslSession() - Method in class io.vertx.rxjava.ext.stomp.StompServerConnection
 
stackTrace() - Method in interface io.vertx.ext.unit.report.Failure
 
stackTrace() - Method in class io.vertx.reactivex.ext.unit.report.Failure
 
stackTrace() - Method in class io.vertx.rxjava.ext.unit.report.Failure
 
STANDARD_CONTRACT_ENDPOINT - Static variable in class io.vertx.ext.web.openapi.RouterBuilderOptions
Standard OpenAPI contract endpoint as defined by Microprofile OpenAPI spec
start() - Method in interface io.vertx.camel.CamelBridge
Starts the bridge.
start(Handler<AsyncResult<Void>>) - Method in interface io.vertx.camel.CamelBridge
Starts the bridge.
start(Promise<Void>) - Method in class io.vertx.core.AbstractVerticle
Start the verticle.
start() - Method in class io.vertx.core.AbstractVerticle
If your verticle does a simple, synchronous start-up then override this method and put your start-up code in here.
start() - Method in interface io.vertx.core.streams.Pump
Start the Pump.
start(Promise<Void>) - Method in interface io.vertx.core.Verticle
Start the verticle instance.
start() - Method in interface io.vertx.ext.consul.Watch
Start this Watch
start() - Method in class io.vertx.ext.dropwizard.reporters.JmxReporter
Starts the reporter.
start(long, TimeUnit, BiConsumer<String, Object>) - Method in class io.vertx.ext.dropwizard.ScheduledMetricsConsumer
 
start() - Method in interface io.vertx.ext.shell.ShellService
Start the shell service, this is an asynchronous start.
start(Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.shell.ShellService
Start the shell service, this is an asynchronous start.
start(Promise<Void>) - Method in class io.vertx.ext.shell.ShellVerticle
 
start(Promise<Void>) - Method in class io.vertx.ext.sync.SyncVerticle
Deprecated.
 
start() - Method in class io.vertx.ext.sync.SyncVerticle
Deprecated.
Override this method in your verticle
start() - Method in class io.vertx.grpc.VertxServer
 
start(Handler<AsyncResult<Void>>) - Method in class io.vertx.grpc.VertxServer
 
start(Promise<Void>) - Method in class io.vertx.lang.groovy.ScriptVerticle
Start the verticle instance.
start(Handler<AsyncResult<Void>>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Start the rabbitMQ client.
start() - Method in interface io.vertx.rabbitmq.RabbitMQClient
Like RabbitMQClient.start(Handler) but returns a Future of the asynchronous result
start(Handler<AsyncResult<Void>>) - Method in interface io.vertx.rabbitmq.RabbitMQPublisher
Start the rabbitMQ publisher.
start() - Method in interface io.vertx.rabbitmq.RabbitMQPublisher
Like RabbitMQPublisher.start(Handler) but returns a Future of the asynchronous result
start(Promise<Void>) - Method in class io.vertx.reactivex.core.AbstractVerticle
 
start() - Method in class io.vertx.reactivex.core.streams.Pump
Start the Pump.
start() - Method in class io.vertx.reactivex.ext.consul.Watch
Start this Watch
start(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.shell.ShellService
Start the shell service, this is an asynchronous start.
start() - Method in class io.vertx.reactivex.ext.shell.ShellService
Start the shell service, this is an asynchronous start.
start(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Start the rabbitMQ client.
start() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Start the rabbitMQ client.
start(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQPublisher
Start the rabbitMQ publisher.
start() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQPublisher
Start the rabbitMQ publisher.
start(Vertx, ServicePublisher, JsonObject, Promise<Void>) - Method in class io.vertx.reactivex.servicediscovery.spi.ServiceImporter
Starts the importer.
start(Promise<Void>) - Method in class io.vertx.rxjava.core.AbstractVerticle
 
start() - Method in class io.vertx.rxjava.core.streams.Pump
Start the Pump.
start() - Method in class io.vertx.rxjava.ext.consul.Watch
Start this Watch
start(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.shell.ShellService
Start the shell service, this is an asynchronous start.
start() - Method in class io.vertx.rxjava.ext.shell.ShellService
Start the shell service, this is an asynchronous start.
start(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Start the rabbitMQ client.
start() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Start the rabbitMQ client.
start(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQPublisher
Start the rabbitMQ publisher.
start() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQPublisher
Start the rabbitMQ publisher.
start(Vertx, ServicePublisher, JsonObject, Promise<Void>) - Method in class io.vertx.rxjava.servicediscovery.spi.ServiceImporter
Starts the importer.
start(Vertx, ServicePublisher, JsonObject, Promise<Void>) - Method in class io.vertx.servicediscovery.consul.ConsulServiceImporter
 
start(Vertx, ServicePublisher, JsonObject, Promise<Void>) - Method in class io.vertx.servicediscovery.docker.DockerLinksServiceImporter
 
start(Vertx, ServicePublisher, JsonObject, Promise<Void>) - Method in class io.vertx.servicediscovery.kubernetes.KubernetesServiceImporter
 
start(Vertx, ServicePublisher, JsonObject, Promise<Void>) - Method in interface io.vertx.servicediscovery.spi.ServiceImporter
Starts the importer.
startRecording() - Method in class io.vertx.json.schema.common.NoopValidatorContext
 
startRecording() - Method in class io.vertx.json.schema.common.RecordingValidatorContext
 
startRecording() - Method in class io.vertx.json.schema.common.RecursiveAnchorValidatorContextDecorator
 
startRecording() - Method in interface io.vertx.json.schema.common.ValidatorContext
 
StartTLSOptions - Enum in io.vertx.ext.mail
possible options for a secure connection using TLS
either DISABLED, OPTIONAL or REQUIRED
state() - Method in interface io.vertx.circuitbreaker.CircuitBreaker
 
state() - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
 
state() - Method in class io.vertx.rxjava.circuitbreaker.CircuitBreaker
 
stateChanged(LifecycleEvent) - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
 
StaticHandler - Interface in io.vertx.ext.web.handler
A handler for serving static resources from the file system or classpath.
StaticHandler - Class in io.vertx.reactivex.ext.web.handler
A handler for serving static resources from the file system or classpath.
StaticHandler(StaticHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.StaticHandler
 
StaticHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.StaticHandler
 
StaticHandler - Class in io.vertx.rxjava.ext.web.handler
A handler for serving static resources from the file system or classpath.
StaticHandler(StaticHandler) - Constructor for class io.vertx.rxjava.ext.web.handler.StaticHandler
 
StaticHandler(Object) - Constructor for class io.vertx.rxjava.ext.web.handler.StaticHandler
 
Status - Class in io.vertx.ext.healthchecks
Represents the outcome of a health check procedure.
Status() - Constructor for class io.vertx.ext.healthchecks.Status
Creates a new instance of Status with default values.
Status(Status) - Constructor for class io.vertx.ext.healthchecks.Status
Creates a new instance of Status by copying the given Status.
Status(JsonObject) - Constructor for class io.vertx.ext.healthchecks.Status
Creates a new instance of Status from the given JSON structure.
status() - Method in interface io.vertx.ext.shell.system.Job
 
status() - Method in interface io.vertx.ext.shell.system.Process
 
status(int) - Static method in interface io.vertx.ext.web.client.predicate.ResponsePredicate
Creates a predicate asserting that the status response code is equal to statusCode.
status(int, int) - Static method in interface io.vertx.ext.web.client.predicate.ResponsePredicate
Creates a predicate asserting that the status response code is in the [min,max[ range.
status() - Method in class io.vertx.reactivex.ext.shell.system.Job
 
status() - Method in class io.vertx.reactivex.ext.shell.system.Process
 
status(int) - Static method in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
Creates a predicate asserting that the status response code is equal to statusCode.
status(int, int) - Static method in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
Creates a predicate asserting that the status response code is in the [min,max[ range.
status() - Method in class io.vertx.rxjava.ext.shell.system.Job
 
status() - Method in class io.vertx.rxjava.ext.shell.system.Process
 
status(int) - Static method in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
Creates a predicate asserting that the status response code is equal to statusCode.
status(int, int) - Static method in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
Creates a predicate asserting that the status response code is in the [min,max[ range.
Status - Enum in io.vertx.servicediscovery
Service publication status.
statusCode() - Method in interface io.vertx.core.http.HttpClientResponse
 
statusCode() - Method in interface io.vertx.core.spi.observability.HttpResponse
 
statusCode() - Method in interface io.vertx.ext.auth.oauth2.OAuth2Response
Deprecated.
the returned status code from the HTTP layer.
statusCode() - Method in interface io.vertx.ext.web.client.HttpResponse
 
statusCode() - Method in interface io.vertx.ext.web.RoutingContext
If the context is being routed to failure handlers after a failure has been triggered by calling RoutingContext.fail(int) then this will return that status code.
statusCode() - Method in class io.vertx.reactivex.core.http.HttpClientResponse
 
statusCode() - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Response
Deprecated.
statusCode() - Method in class io.vertx.reactivex.ext.web.client.HttpResponse
 
statusCode() - Method in class io.vertx.reactivex.ext.web.RoutingContext
If the context is being routed to failure handlers after a failure has been triggered by calling RoutingContext.fail(int) then this will return that status code.
statusCode() - Method in class io.vertx.rxjava.core.http.HttpClientResponse
 
statusCode() - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Response
Deprecated.
statusCode() - Method in class io.vertx.rxjava.ext.web.client.HttpResponse
 
statusCode() - Method in class io.vertx.rxjava.ext.web.RoutingContext
If the context is being routed to failure handlers after a failure has been triggered by calling RoutingContext.fail(int) then this will return that status code.
StatusConverter - Class in io.vertx.ext.healthchecks
Converter and mapper for Status.
StatusConverter() - Constructor for class io.vertx.ext.healthchecks.StatusConverter
 
statusMessage() - Method in interface io.vertx.core.http.HttpClientResponse
 
statusMessage() - Method in interface io.vertx.ext.web.client.HttpResponse
 
statusMessage() - Method in class io.vertx.reactivex.core.http.HttpClientResponse
 
statusMessage() - Method in class io.vertx.reactivex.ext.web.client.HttpResponse
 
statusMessage() - Method in class io.vertx.rxjava.core.http.HttpClientResponse
 
statusMessage() - Method in class io.vertx.rxjava.ext.web.client.HttpResponse
 
statusUpdateHandler(Handler<ExecStatus>) - Method in interface io.vertx.ext.shell.system.Job
Set an handler called when the job terminates.
statusUpdateHandler(Handler<ExecStatus>) - Method in class io.vertx.reactivex.ext.shell.system.Job
Set an handler called when the job terminates.
statusUpdateHandler(Handler<ExecStatus>) - Method in class io.vertx.rxjava.ext.shell.system.Job
Set an handler called when the job terminates.
stdinHandler(Handler<String>) - Method in interface io.vertx.ext.shell.command.CommandProcess
 
stdinHandler(Handler<String>) - Method in interface io.vertx.ext.shell.term.Term
 
stdinHandler(Handler<String>) - Method in interface io.vertx.ext.shell.term.Tty
Set a stream handler on the standard input to read the data.
stdinHandler(Handler<String>) - Method in class io.vertx.reactivex.ext.shell.command.CommandProcess
 
stdinHandler(Handler<String>) - Method in class io.vertx.reactivex.ext.shell.term.Term
 
stdinHandler(Handler<String>) - Method in class io.vertx.reactivex.ext.shell.term.Tty
Set a stream handler on the standard input to read the data.
stdinHandler(Handler<String>) - Method in class io.vertx.rxjava.ext.shell.command.CommandProcess
 
stdinHandler(Handler<String>) - Method in class io.vertx.rxjava.ext.shell.term.Term
 
stdinHandler(Handler<String>) - Method in class io.vertx.rxjava.ext.shell.term.Tty
Set a stream handler on the standard input to read the data.
stdoutHandler(Handler<String>) - Method in interface io.vertx.ext.shell.term.Pty
Set the standard out handler of the pseudo terminal.
stdoutHandler(Handler<String>) - Method in class io.vertx.reactivex.ext.shell.term.Pty
Set the standard out handler of the pseudo terminal.
stdoutHandler(Handler<String>) - Method in class io.vertx.rxjava.ext.shell.term.Pty
Set the standard out handler of the pseudo terminal.
STOMP_FRAME_COMMAND - Static variable in class io.vertx.ext.stomp.Frame
Header used when a frame using an unknown command is received.
StompClient - Interface in io.vertx.ext.stomp
Defines a STOMP client.
StompClient - Class in io.vertx.reactivex.ext.stomp
Defines a STOMP client.
StompClient(StompClient) - Constructor for class io.vertx.reactivex.ext.stomp.StompClient
 
StompClient(Object) - Constructor for class io.vertx.reactivex.ext.stomp.StompClient
 
StompClient - Class in io.vertx.rxjava.ext.stomp
Defines a STOMP client.
StompClient(StompClient) - Constructor for class io.vertx.rxjava.ext.stomp.StompClient
 
StompClient(Object) - Constructor for class io.vertx.rxjava.ext.stomp.StompClient
 
StompClientConnection - Interface in io.vertx.ext.stomp
Once a connection to the STOMP server has been made, client receives a StompClientConnection, that let send and receive STOMP frames.
StompClientConnection - Class in io.vertx.reactivex.ext.stomp
Once a connection to the STOMP server has been made, client receives a StompClientConnection, that let send and receive STOMP frames.
StompClientConnection(StompClientConnection) - Constructor for class io.vertx.reactivex.ext.stomp.StompClientConnection
 
StompClientConnection(Object) - Constructor for class io.vertx.reactivex.ext.stomp.StompClientConnection
 
StompClientConnection - Class in io.vertx.rxjava.ext.stomp
Once a connection to the STOMP server has been made, client receives a StompClientConnection, that let send and receive STOMP frames.
StompClientConnection(StompClientConnection) - Constructor for class io.vertx.rxjava.ext.stomp.StompClientConnection
 
StompClientConnection(Object) - Constructor for class io.vertx.rxjava.ext.stomp.StompClientConnection
 
StompClientOptions - Class in io.vertx.ext.stomp
Options used to configure a STOMP client.
StompClientOptions() - Constructor for class io.vertx.ext.stomp.StompClientOptions
Default constructor.
StompClientOptions(StompClientOptions) - Constructor for class io.vertx.ext.stomp.StompClientOptions
Copy constructor.
StompClientOptions(JsonObject) - Constructor for class io.vertx.ext.stomp.StompClientOptions
Creates an instance from a JsonObject.
StompClientOptionsConverter - Class in io.vertx.ext.stomp
Converter and mapper for StompClientOptions.
StompClientOptionsConverter() - Constructor for class io.vertx.ext.stomp.StompClientOptionsConverter
 
stompHandler() - Method in interface io.vertx.ext.stomp.StompServer
 
stompHandler(Handler<ServerFrame>) - Method in interface io.vertx.ext.stomp.StompServerHandler
Configures the action to execute when a STOMP frame is received.
stompHandler() - Method in class io.vertx.reactivex.ext.stomp.StompServer
 
stompHandler(Handler<ServerFrame>) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
Configures the action to execute when a STOMP frame is received.
stompHandler() - Method in class io.vertx.rxjava.ext.stomp.StompServer
 
stompHandler(Handler<ServerFrame>) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
Configures the action to execute when a STOMP frame is received.
StompOptions - Interface in io.vertx.ext.stomp
Defines a couples of constants shared by client and server options.
StompServer - Interface in io.vertx.ext.stomp
Defines a STOMP server.
StompServer - Class in io.vertx.reactivex.ext.stomp
Defines a STOMP server.
StompServer(StompServer) - Constructor for class io.vertx.reactivex.ext.stomp.StompServer
 
StompServer(Object) - Constructor for class io.vertx.reactivex.ext.stomp.StompServer
 
StompServer - Class in io.vertx.rxjava.ext.stomp
Defines a STOMP server.
StompServer(StompServer) - Constructor for class io.vertx.rxjava.ext.stomp.StompServer
 
StompServer(Object) - Constructor for class io.vertx.rxjava.ext.stomp.StompServer
 
StompServerConnection - Interface in io.vertx.ext.stomp
Class representing a connection between a STOMP client a the server.
StompServerConnection - Class in io.vertx.reactivex.ext.stomp
Class representing a connection between a STOMP client a the server.
StompServerConnection(StompServerConnection) - Constructor for class io.vertx.reactivex.ext.stomp.StompServerConnection
 
StompServerConnection(Object) - Constructor for class io.vertx.reactivex.ext.stomp.StompServerConnection
 
StompServerConnection - Class in io.vertx.rxjava.ext.stomp
Class representing a connection between a STOMP client a the server.
StompServerConnection(StompServerConnection) - Constructor for class io.vertx.rxjava.ext.stomp.StompServerConnection
 
StompServerConnection(Object) - Constructor for class io.vertx.rxjava.ext.stomp.StompServerConnection
 
StompServerHandler - Interface in io.vertx.ext.stomp
STOMP server handler implements the behavior of the STOMP server when a specific event occurs.
StompServerHandler - Class in io.vertx.reactivex.ext.stomp
STOMP server handler implements the behavior of the STOMP server when a specific event occurs.
StompServerHandler(StompServerHandler) - Constructor for class io.vertx.reactivex.ext.stomp.StompServerHandler
 
StompServerHandler(Object) - Constructor for class io.vertx.reactivex.ext.stomp.StompServerHandler
 
StompServerHandler - Class in io.vertx.rxjava.ext.stomp
STOMP server handler implements the behavior of the STOMP server when a specific event occurs.
StompServerHandler(StompServerHandler) - Constructor for class io.vertx.rxjava.ext.stomp.StompServerHandler
 
StompServerHandler(Object) - Constructor for class io.vertx.rxjava.ext.stomp.StompServerHandler
 
StompServerOptions - Class in io.vertx.ext.stomp
STOMP Server options.
StompServerOptions() - Constructor for class io.vertx.ext.stomp.StompServerOptions
Default constructor.
StompServerOptions(StompServerOptions) - Constructor for class io.vertx.ext.stomp.StompServerOptions
Copy constructor.
StompServerOptions(JsonObject) - Constructor for class io.vertx.ext.stomp.StompServerOptions
Create an instance from a JsonObject.
StompServerOptionsConverter - Class in io.vertx.ext.stomp
Converter and mapper for StompServerOptions.
StompServerOptionsConverter() - Constructor for class io.vertx.ext.stomp.StompServerOptionsConverter
 
stop() - Method in interface io.vertx.camel.CamelBridge
Stops the bridge.
stop(Handler<AsyncResult<Void>>) - Method in interface io.vertx.camel.CamelBridge
Stops the bridge.
stop(Promise<Void>) - Method in class io.vertx.core.AbstractVerticle
Stop the verticle.
stop() - Method in class io.vertx.core.AbstractVerticle
If your verticle has simple synchronous clean-up tasks to complete then override this method and put your clean-up code in here.
stop() - Method in interface io.vertx.core.streams.Pump
Stop the Pump.
stop(Promise<Void>) - Method in interface io.vertx.core.Verticle
Stop the verticle instance.
stop() - Method in interface io.vertx.ext.consul.Watch
Stop the watch and release its resources
stop() - Method in class io.vertx.ext.dropwizard.reporters.JmxReporter
Stops the reporter.
stop() - Method in class io.vertx.ext.dropwizard.ScheduledMetricsConsumer
 
stop() - Method in interface io.vertx.ext.shell.ShellService
Stop the shell service, this is an asynchronous stop.
stop(Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.shell.ShellService
Stop the shell service, this is an asynchronous start.
stop(Promise<Void>) - Method in class io.vertx.ext.sync.SyncVerticle
Deprecated.
 
stop() - Method in class io.vertx.ext.sync.SyncVerticle
Deprecated.
Optionally override this method in your verticle if you have cleanup to do
stop(Promise<Void>) - Method in class io.vertx.lang.groovy.ScriptVerticle
Stop the verticle instance.
stop(String) - Static method in class io.vertx.micrometer.backends.BackendRegistries
Stop (unregister) the backend registry of the given name.
stop(Handler<AsyncResult<Void>>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Stop the rabbitMQ client.
stop() - Method in interface io.vertx.rabbitmq.RabbitMQClient
Like RabbitMQClient.stop(Handler) but returns a Future of the asynchronous result
stop(Handler<AsyncResult<Void>>) - Method in interface io.vertx.rabbitmq.RabbitMQPublisher
Stop the rabbitMQ publisher.
stop() - Method in interface io.vertx.rabbitmq.RabbitMQPublisher
Like RabbitMQPublisher.stop(Handler) but returns a Future of the asynchronous result
stop(Promise<Void>) - Method in class io.vertx.reactivex.core.AbstractVerticle
 
stop() - Method in class io.vertx.reactivex.core.streams.Pump
Stop the Pump.
stop() - Method in class io.vertx.reactivex.ext.consul.Watch
Stop the watch and release its resources
stop(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.shell.ShellService
Stop the shell service, this is an asynchronous start.
stop() - Method in class io.vertx.reactivex.ext.shell.ShellService
Stop the shell service, this is an asynchronous start.
stop(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Stop the rabbitMQ client.
stop() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Stop the rabbitMQ client.
stop(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQPublisher
Stop the rabbitMQ publisher.
stop() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQPublisher
Stop the rabbitMQ publisher.
stop(Promise<Void>) - Method in class io.vertx.rxjava.core.AbstractVerticle
 
stop() - Method in class io.vertx.rxjava.core.streams.Pump
Stop the Pump.
stop() - Method in class io.vertx.rxjava.ext.consul.Watch
Stop the watch and release its resources
stop(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.shell.ShellService
Stop the shell service, this is an asynchronous start.
stop() - Method in class io.vertx.rxjava.ext.shell.ShellService
Stop the shell service, this is an asynchronous start.
stop(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Stop the rabbitMQ client.
stop() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Stop the rabbitMQ client.
stop(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQPublisher
Stop the rabbitMQ publisher.
stop() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQPublisher
Stop the rabbitMQ publisher.
storageEngine(JsonObject) - Method in class io.vertx.ext.mongo.IndexOptions
Sets the storage engine options document for this index.
store(Record, Handler<AsyncResult<Record>>) - Method in class io.vertx.servicediscovery.backend.redis.RedisBackendService
 
store(Record, Handler<AsyncResult<Record>>) - Method in interface io.vertx.servicediscovery.spi.ServiceDiscoveryBackend
Stores a record.
STRALGO - Static variable in class io.vertx.reactivex.redis.client.Command
 
stralgo(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command stralgo.
stralgo(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command stralgo.
STRALGO - Static variable in interface io.vertx.redis.client.Command
 
stralgo(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command stralgo.
stralgo(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command stralgo.
STRALGO - Static variable in class io.vertx.rxjava.redis.client.Command
 
stralgo(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command stralgo.
stralgo(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command stralgo.
stream() - Method in class io.vertx.core.json.JsonArray
Get a Stream over the entries in the JSON array
stream() - Method in class io.vertx.core.json.JsonObject
Get a stream of the entries in the JSON object.
stream() - Method in interface io.vertx.redis.client.Response
Return a stream of responses based on the iterable of this object.
streamAdaptor() - Static method in class io.vertx.ext.sync.Sync
Deprecated.
Create an adaptor that converts a stream of events from a handler into a receiver which allows the events to be received synchronously.
streamAdaptor(Channel<T>) - Static method in class io.vertx.ext.sync.Sync
Deprecated.
Like Sync.streamAdaptor() but using the specified Quasar `Channel` instance.
StreamBase - Interface in io.vertx.core.streams
Base interface for a stream.
StreamBase - Interface in io.vertx.reactivex.core.streams
Base interface for a stream.
StreamBase - Interface in io.vertx.rxjava.core.streams
Base interface for a stream.
streamId() - Method in interface io.vertx.core.http.HttpClientRequest
 
streamId() - Method in interface io.vertx.core.http.HttpServerRequest
 
streamId() - Method in interface io.vertx.core.http.HttpServerResponse
 
streamId() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
 
streamId() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
 
streamId() - Method in class io.vertx.reactivex.core.http.HttpServerResponse
 
streamId() - Method in class io.vertx.rxjava.core.http.HttpClientRequest
 
streamId() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
streamId() - Method in class io.vertx.rxjava.core.http.HttpServerResponse
 
streamObserver() - Method in class io.vertx.grpc.stub.GrpcWriteStream
Low level control of the observer for advanced use cases.
streamPriority() - Method in interface io.vertx.core.http.HttpServerRequest
 
StreamPriority - Class in io.vertx.core.http
This class represents HTTP/2 stream priority defined in RFC 7540 clause 5.3
StreamPriority() - Constructor for class io.vertx.core.http.StreamPriority
 
StreamPriority(JsonObject) - Constructor for class io.vertx.core.http.StreamPriority
 
StreamPriority(StreamPriority) - Constructor for class io.vertx.core.http.StreamPriority
 
streamPriority() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
 
streamPriority() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
streamPriorityHandler(Handler<StreamPriority>) - Method in interface io.vertx.core.http.HttpClientResponse
Set an handler for stream priority changes.
streamPriorityHandler(Handler<StreamPriority>) - Method in interface io.vertx.core.http.HttpServerRequest
Set an handler for stream priority changes
streamPriorityHandler(Handler<StreamPriority>) - Method in class io.vertx.reactivex.core.http.HttpClientResponse
Set an handler for stream priority changes.
streamPriorityHandler(Handler<StreamPriority>) - Method in class io.vertx.reactivex.core.http.HttpServerRequest
Set an handler for stream priority changes
streamPriorityHandler(Handler<StreamPriority>) - Method in class io.vertx.rxjava.core.http.HttpClientResponse
Set an handler for stream priority changes.
streamPriorityHandler(Handler<StreamPriority>) - Method in class io.vertx.rxjava.core.http.HttpServerRequest
Set an handler for stream priority changes
StreamResetException - Exception in io.vertx.core.http
This exception signals a stream reset, it is used only for HTTP/2.
StreamResetException(long) - Constructor for exception io.vertx.core.http.StreamResetException
 
StreamResetException(long, Throwable) - Constructor for exception io.vertx.core.http.StreamResetException
 
streamToFileSystem(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.http.HttpServerFileUpload
Stream the content of this upload to the given file on storage.
streamToFileSystem(String) - Method in interface io.vertx.core.http.HttpServerFileUpload
Stream the content of this upload to the given file on storage.
streamToFileSystem(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
Stream the content of this upload to the given file on storage.
streamToFileSystem(String) - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
Stream the content of this upload to the given file on storage.
streamToFileSystem(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.http.HttpServerFileUpload
Stream the content of this upload to the given file on storage.
streamToFileSystem(String) - Method in class io.vertx.rxjava.core.http.HttpServerFileUpload
Stream the content of this upload to the given file on storage.
strictAsync(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.
strictAsync(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.
strictAsync(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.
string() - Static method in interface io.vertx.ext.web.codec.BodyCodec
 
string(String) - Static method in interface io.vertx.ext.web.codec.BodyCodec
A codec for strings using a specific encoding.
string() - Static method in class io.vertx.reactivex.ext.web.codec.BodyCodec
 
string(String) - Static method in class io.vertx.reactivex.ext.web.codec.BodyCodec
A codec for strings using a specific encoding.
string() - Static method in class io.vertx.rxjava.ext.web.codec.BodyCodec
 
string(String) - Static method in class io.vertx.rxjava.ext.web.codec.BodyCodec
A codec for strings using a specific encoding.
StringFormat - Enum in io.vertx.json.schema.draft7.dsl
 
StringKeyword - Class in io.vertx.json.schema.common.dsl
 
StringKeyword(String, Object) - Constructor for class io.vertx.json.schema.common.dsl.StringKeyword
 
stringSchema() - Static method in class io.vertx.json.schema.common.dsl.Schemas
 
StringSchemaBuilder - Class in io.vertx.json.schema.common.dsl
 
StringSchemaBuilder() - Constructor for class io.vertx.json.schema.common.dsl.StringSchemaBuilder
 
stringValue() - Method in interface io.vertx.core.parsetools.JsonEvent
 
stringValue() - Method in class io.vertx.reactivex.core.parsetools.JsonEvent
 
stringValue() - Method in class io.vertx.rxjava.core.parsetools.JsonEvent
 
StripeAuth - Interface in io.vertx.ext.auth.oauth2.providers
Simplified factory to create an OAuth2Auth for Stripe.
StripeAuth - Class in io.vertx.reactivex.ext.auth.oauth2.providers
Simplified factory to create an for Stripe.
StripeAuth(StripeAuth) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.StripeAuth
 
StripeAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.StripeAuth
 
StripeAuth - Class in io.vertx.rxjava.ext.auth.oauth2.providers
Simplified factory to create an for Stripe.
StripeAuth(StripeAuth) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.providers.StripeAuth
 
StripeAuth(Object) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.providers.StripeAuth
 
STRLEN - Static variable in class io.vertx.reactivex.redis.client.Command
 
strlen(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command strlen.
strlen(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command strlen.
STRLEN - Static variable in interface io.vertx.redis.client.Command
 
strlen(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command strlen.
strlen(String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command strlen.
STRLEN - Static variable in class io.vertx.rxjava.redis.client.Command
 
strlen(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command strlen.
strlen(String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command strlen.
StyledParameterProcessorFactory - Interface in io.vertx.ext.web.validation.builder
This interface is used to build complex parameter processors supported only in cookie & query.
subComponent() - Method in interface io.vertx.ext.web.MIMEHeader
Gets the parsed subcomponent part of the MIME.
subComponent() - Method in class io.vertx.reactivex.ext.web.MIMEHeader
Gets the parsed subcomponent part of the MIME.
subComponent() - Method in class io.vertx.rxjava.ext.web.MIMEHeader
Gets the parsed subcomponent part of the MIME.
subject() - Method in interface io.vertx.amqp.AmqpMessage
 
subject(String) - Method in interface io.vertx.amqp.AmqpMessageBuilder
 
subject() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
subject(String) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
subject() - Method in class io.vertx.rxjava.amqp.AmqpMessage
 
subject(String) - Method in class io.vertx.rxjava.amqp.AmqpMessageBuilder
 
submitted() - Method in interface io.vertx.core.spi.metrics.PoolMetrics
A new task has been submitted to access the resource.
subProtocol() - Method in interface io.vertx.core.http.WebSocketBase
Returns the WebSocket sub protocol selected by the WebSocket handshake.
subProtocol() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Returns the WebSocket sub protocol selected by the WebSocket handshake.
subProtocol() - Method in class io.vertx.reactivex.core.http.WebSocket
Returns the WebSocket sub protocol selected by the WebSocket handshake.
subProtocol() - Method in interface io.vertx.reactivex.core.http.WebSocketBase
Returns the WebSocket sub protocol selected by the WebSocket handshake.
subProtocol() - Method in class io.vertx.rxjava.core.http.ServerWebSocket
Returns the WebSocket sub protocol selected by the WebSocket handshake.
subProtocol() - Method in class io.vertx.rxjava.core.http.WebSocket
Returns the WebSocket sub protocol selected by the WebSocket handshake.
subProtocol() - Method in interface io.vertx.rxjava.core.http.WebSocketBase
Returns the WebSocket sub protocol selected by the WebSocket handshake.
subRef - Variable in class io.vertx.rx.java.ObservableOnSubscribeAdapter
 
subRouter(Router) - Method in interface io.vertx.ext.web.Route
Use a (sub) Router as a handler.
subRouter(Router) - Method in class io.vertx.reactivex.ext.web.Route
Use a (sub) Router as a handler.
subRouter(Router) - Method in class io.vertx.rxjava.ext.web.Route
Use a (sub) Router as a handler.
subscribe(StompServerConnection, Frame) - Method in interface io.vertx.ext.stomp.Destination
Handles a subscription request to the current Destination.
subscribe(String, Handler<Frame>) - Method in interface io.vertx.ext.stomp.StompClientConnection
Subscribes to the given destination.
subscribe(String, Handler<Frame>, Handler<AsyncResult<String>>) - Method in interface io.vertx.ext.stomp.StompClientConnection
Subscribes to the given destination.
subscribe(String, Map<String, String>, Handler<Frame>) - Method in interface io.vertx.ext.stomp.StompClientConnection
Subscribes to the given destination.
subscribe(String, Map<String, String>, Handler<Frame>, Handler<AsyncResult<String>>) - Method in interface io.vertx.ext.stomp.StompClientConnection
Subscribes to the given destination.
subscribe(String) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
Subscribe to the given topic to get dynamically assigned partitions.
subscribe(Set<String>) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
Subscribe to the given list of topics to get dynamically assigned partitions.
subscribe(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
Subscribe to the given topic to get dynamically assigned partitions.
subscribe(Set<String>, Handler<AsyncResult<Void>>) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
Subscribe to the given list of topics to get dynamically assigned partitions.
subscribe(Pattern) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
Subscribe to all topics matching specified pattern to get dynamically assigned partitions.
subscribe(Pattern, Handler<AsyncResult<Void>>) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
Subscribe to all topics matching specified pattern to get dynamically assigned partitions.
subscribe(Set<String>) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
Subscribe to the given list of topics to get dynamically assigned partitions.
subscribe(Set<String>, Handler<AsyncResult<Void>>) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
Subscribe to the given list of topics to get dynamically assigned partitions.
subscribe(Pattern, Handler<AsyncResult<Void>>) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
Subscribe to all topics matching specified pattern to get dynamically assigned partitions.
subscribe(Pattern) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
Subscribe to all topics matching specified pattern to get dynamically assigned partitions.
subscribe(String, int) - Method in interface io.vertx.mqtt.MqttClient
Subscribes to the topic with a specified QoS level
subscribe(String, int, Handler<AsyncResult<Integer>>) - Method in interface io.vertx.mqtt.MqttClient
Subscribes to the topic with a specified QoS level
subscribe(Map<String, Integer>) - Method in interface io.vertx.mqtt.MqttClient
Subscribes to the topics with related QoS levels
subscribe(Map<String, Integer>, Handler<AsyncResult<Integer>>) - Method in interface io.vertx.mqtt.MqttClient
Subscribes to the topic and adds a handler which will be called after the request is sent
subscribe(StompServerConnection, Frame) - Method in class io.vertx.reactivex.ext.stomp.Destination
Handles a subscription request to the current Destination.
subscribe(String, Handler<Frame>, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Subscribes to the given destination.
subscribe(String, Handler<Frame>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Subscribes to the given destination.
subscribe(String, Map<String, String>, Handler<Frame>, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Subscribes to the given destination.
subscribe(String, Map<String, String>, Handler<Frame>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Subscribes to the given destination.
subscribe(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Subscribe to the given topic to get dynamically assigned partitions.
subscribe(String) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Subscribe to the given topic to get dynamically assigned partitions.
subscribe(Set<String>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Subscribe to the given list of topics to get dynamically assigned partitions.
subscribe(Set<String>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Subscribe to the given list of topics to get dynamically assigned partitions.
subscribe(String, int, Handler<AsyncResult<Integer>>) - Method in class io.vertx.reactivex.mqtt.MqttClient
Subscribes to the topic with a specified QoS level
subscribe(String, int) - Method in class io.vertx.reactivex.mqtt.MqttClient
Subscribes to the topic with a specified QoS level
subscribe(Map<String, Integer>, Handler<AsyncResult<Integer>>) - Method in class io.vertx.reactivex.mqtt.MqttClient
Subscribes to the topic and adds a handler which will be called after the request is sent
subscribe(Map<String, Integer>) - Method in class io.vertx.reactivex.mqtt.MqttClient
Subscribes to the topic and adds a handler which will be called after the request is sent
SUBSCRIBE - Static variable in class io.vertx.reactivex.redis.client.Command
 
subscribe(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command subscribe.
subscribe(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command subscribe.
SUBSCRIBE - Static variable in interface io.vertx.redis.client.Command
 
subscribe(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command subscribe.
subscribe(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command subscribe.
subscribe(StompServerConnection, Frame) - Method in class io.vertx.rxjava.ext.stomp.Destination
Handles a subscription request to the current Destination.
subscribe(String, Handler<Frame>, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Subscribes to the given destination.
subscribe(String, Handler<Frame>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Subscribes to the given destination.
subscribe(String, Map<String, String>, Handler<Frame>, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Subscribes to the given destination.
subscribe(String, Map<String, String>, Handler<Frame>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Subscribes to the given destination.
subscribe(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Subscribe to the given topic to get dynamically assigned partitions.
subscribe(String) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Subscribe to the given topic to get dynamically assigned partitions.
subscribe(Set<String>, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Subscribe to the given list of topics to get dynamically assigned partitions.
subscribe(Set<String>) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Subscribe to the given list of topics to get dynamically assigned partitions.
subscribe(String, int, Handler<AsyncResult<Integer>>) - Method in class io.vertx.rxjava.mqtt.MqttClient
Subscribes to the topic with a specified QoS level
subscribe(String, int) - Method in class io.vertx.rxjava.mqtt.MqttClient
Subscribes to the topic with a specified QoS level
subscribe(Map<String, Integer>, Handler<AsyncResult<Integer>>) - Method in class io.vertx.rxjava.mqtt.MqttClient
Subscribes to the topic and adds a handler which will be called after the request is sent
subscribe(Map<String, Integer>) - Method in class io.vertx.rxjava.mqtt.MqttClient
Subscribes to the topic and adds a handler which will be called after the request is sent
SUBSCRIBE - Static variable in class io.vertx.rxjava.redis.client.Command
 
subscribe(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command subscribe.
subscribe(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command subscribe.
subscribeAcknowledge(int, List<MqttQoS>) - Method in interface io.vertx.mqtt.MqttEndpoint
Sends the SUBACK message to the remote MQTT client
subscribeAcknowledge(int, List<MqttQoS>) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
Sends the SUBACK message to the remote MQTT client
subscribeAcknowledge(int, List<MqttQoS>) - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
Sends the SUBACK message to the remote MQTT client
subscribeCompletionHandler(Handler<MqttSubAckMessage>) - Method in interface io.vertx.mqtt.MqttClient
Sets handler which will be called after SUBACK packet receiving
subscribeCompletionHandler(Handler<MqttSubAckMessage>) - Method in class io.vertx.reactivex.mqtt.MqttClient
Sets handler which will be called after SUBACK packet receiving
subscribeCompletionHandler(Handler<MqttSubAckMessage>) - Method in class io.vertx.rxjava.mqtt.MqttClient
Sets handler which will be called after SUBACK packet receiving
subscribeHandler(Handler<ServerFrame>) - Method in interface io.vertx.ext.stomp.StompServerHandler
Configures the action to execute when a SUBSCRIBE frame is received.
subscribeHandler(Handler<MqttSubscribeMessage>) - Method in interface io.vertx.mqtt.MqttEndpoint
Set a subscribe handler on the MQTT endpoint.
subscribeHandler(Handler<Void>) - Method in interface io.vertx.pgclient.pubsub.PgChannel
Set an handler called when the the channel get subscribed.
subscribeHandler(Handler<ServerFrame>) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
Configures the action to execute when a SUBSCRIBE frame is received.
subscribeHandler(Handler<MqttSubscribeMessage>) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
Set a subscribe handler on the MQTT endpoint.
subscribeHandler(Handler<Void>) - Method in class io.vertx.reactivex.pgclient.pubsub.PgChannel
Set an handler called when the the channel get subscribed.
subscribeHandler(Handler<ServerFrame>) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
Configures the action to execute when a SUBSCRIBE frame is received.
subscribeHandler(Handler<MqttSubscribeMessage>) - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
Set a subscribe handler on the MQTT endpoint.
subscribeHandler(Handler<Void>) - Method in class io.vertx.rxjava.pgclient.pubsub.PgChannel
Set an handler called when the the channel get subscribed.
subscriber(Vertx, PgConnectOptions) - Static method in interface io.vertx.pgclient.pubsub.PgSubscriber
Create a subscriber.
subscriber(Vertx, PgConnectOptions) - Static method in class io.vertx.reactivex.pgclient.pubsub.PgSubscriber
Create a subscriber.
subscriber(Vertx, PgConnectOptions) - Static method in class io.vertx.rxjava.pgclient.pubsub.PgSubscriber
Create a subscriber.
subscription() - Method in interface io.vertx.ext.stomp.Acknowledgement
 
SUBSCRIPTION - Static variable in class io.vertx.ext.stomp.Frame
 
subscription(Handler<AsyncResult<Set<String>>>) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
Get the current subscription.
subscription() - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
Like KafkaConsumer.subscription(Handler) but returns a Future of the asynchronous result
subscription(Handler<AsyncResult<Set<String>>>) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
Get the current subscription.
subscription() - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
Like KafkaReadStream.subscription(Handler) but returns a Future of the asynchronous result
subscription() - Method in class io.vertx.reactivex.ext.stomp.Acknowledgement
 
subscription(Handler<AsyncResult<Set<String>>>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Get the current subscription.
subscription() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Get the current subscription.
subscription() - Method in class io.vertx.rxjava.ext.stomp.Acknowledgement
 
subscription(Handler<AsyncResult<Set<String>>>) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Get the current subscription.
subscription() - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Get the current subscription.
subscriptionAutoAck(boolean) - Method in interface io.vertx.mqtt.MqttEndpoint
Enable/disable subscription/unsubscription requests auto acknowledge
subscriptionAutoAck(boolean) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
Enable/disable subscription/unsubscription requests auto acknowledge
subscriptionAutoAck(boolean) - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
Enable/disable subscription/unsubscription requests auto acknowledge
SUBSTR - Static variable in class io.vertx.reactivex.redis.client.Command
 
substr(String, String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command substr.
substr(String, String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command substr.
SUBSTR - Static variable in interface io.vertx.redis.client.Command
 
substr(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command substr.
substr(String, String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command substr.
SUBSTR - Static variable in class io.vertx.rxjava.redis.client.Command
 
substr(String, String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command substr.
substr(String, String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command substr.
subtag() - Method in interface io.vertx.ext.web.LanguageHeader
The subtag of the language as specified by rfc7231#section-3.1.3.1.
Equivalent to subtag(1)
subtag(int) - Method in interface io.vertx.ext.web.LanguageHeader
A subtag of this language header.
+ info: rfc7231#section-3.1.3.1
subtag() - Method in class io.vertx.reactivex.ext.web.LanguageHeader
The subtag of the language as specified by rfc7231#section-3.1.3.1.
Equivalent to
subtag(int) - Method in class io.vertx.reactivex.ext.web.LanguageHeader
A subtag of this language header.
+ info: rfc7231#section-3.1.3.1
subtag() - Method in class io.vertx.rxjava.ext.web.LanguageHeader
The subtag of the language as specified by rfc7231#section-3.1.3.1.
Equivalent to
subtag(int) - Method in class io.vertx.rxjava.ext.web.LanguageHeader
A subtag of this language header.
+ info: rfc7231#section-3.1.3.1
subtagCount() - Method in interface io.vertx.ext.web.LanguageHeader
 
subtagCount() - Method in class io.vertx.reactivex.ext.web.LanguageHeader
 
subtagCount() - Method in class io.vertx.rxjava.ext.web.LanguageHeader
 
succeeded() - Method in interface io.vertx.core.AsyncResult
Did it succeed?
succeeded(int) - Method in interface io.vertx.core.CompositeFuture
Returns true if a wrapped future is succeeded
succeeded() - Method in interface io.vertx.core.Future
Did it succeed?
succeeded() - Method in interface io.vertx.ext.consul.WatchResult
Did it succeed?
succeeded() - Method in interface io.vertx.ext.unit.report.TestResult
Did it succeed?
succeeded() - Method in interface io.vertx.ext.web.client.predicate.ResponsePredicateResult
Whether the result is a success or failure.
succeeded() - Method in interface io.vertx.ext.web.validation.RequestPredicateResult
Predicate succeeded
succeeded() - Method in class io.vertx.reactivex.ext.consul.WatchResult
Did it succeed?
succeeded() - Method in class io.vertx.reactivex.ext.unit.report.TestResult
Did it succeed?
succeeded() - Method in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicateResult
Whether the result is a success or failure.
succeeded() - Method in class io.vertx.reactivex.ext.web.validation.RequestPredicateResult
Predicate succeeded
succeeded() - Method in class io.vertx.rxjava.ext.consul.WatchResult
Did it succeed?
succeeded() - Method in class io.vertx.rxjava.ext.unit.report.TestResult
Did it succeed?
succeeded() - Method in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicateResult
Whether the result is a success or failure.
succeeded() - Method in class io.vertx.rxjava.ext.web.validation.RequestPredicateResult
Predicate succeeded
succeededFuture() - Static method in interface io.vertx.core.Future
Create a succeeded future with a null result
succeededFuture(T) - Static method in interface io.vertx.core.Future
Created a succeeded future with the specified result.
succeeding() - Method in class io.vertx.junit5.VertxTestContext
Deprecated.
Use VertxTestContext.succeedingThenComplete() or VertxTestContext.succeeding(Handler), for example succeeding(value -> checkpoint.flag()), succeeding(value -> { more testing code }), or succeeding(value -> {}).
succeeding(Handler<T>) - Method in class io.vertx.junit5.VertxTestContext
Create an asynchronous result handler that expects a success, and passes the value to another handler.
succeedingThenComplete() - Method in class io.vertx.junit5.VertxTestContext
Create an asynchronous result handler that expects a success to then complete the test context.
success() - Static method in interface io.vertx.ext.web.client.predicate.ResponsePredicateResult
 
success() - Static method in interface io.vertx.ext.web.validation.RequestPredicateResult
 
success() - Static method in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicateResult
 
success() - Static method in class io.vertx.reactivex.ext.web.validation.RequestPredicateResult
 
success() - Static method in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicateResult
 
success() - Static method in class io.vertx.rxjava.ext.web.validation.RequestPredicateResult
 
Summary - Annotation Type in io.vertx.core.cli.annotations
Annotates a CLI with summary.
SUNION - Static variable in class io.vertx.reactivex.redis.client.Command
 
sunion(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sunion.
sunion(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sunion.
SUNION - Static variable in interface io.vertx.redis.client.Command
 
sunion(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command sunion.
sunion(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command sunion.
SUNION - Static variable in class io.vertx.rxjava.redis.client.Command
 
sunion(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command sunion.
sunion(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command sunion.
SUNIONSTORE - Static variable in class io.vertx.reactivex.redis.client.Command
 
sunionstore(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sunionstore.
sunionstore(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sunionstore.
SUNIONSTORE - Static variable in interface io.vertx.redis.client.Command
 
sunionstore(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command sunionstore.
sunionstore(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command sunionstore.
SUNIONSTORE - Static variable in class io.vertx.rxjava.redis.client.Command
 
sunionstore(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command sunionstore.
sunionstore(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command sunionstore.
supportsParameter(ParameterContext, ExtensionContext) - Method in class io.vertx.junit5.VertxExtension
 
suspend() - Method in interface io.vertx.ext.shell.system.Job
Resume the job.
suspend() - Method in interface io.vertx.ext.shell.system.Process
Resume the process.
suspend(Handler<Void>) - Method in interface io.vertx.ext.shell.system.Process
Resume the process.
suspend() - Method in class io.vertx.reactivex.ext.shell.system.Job
Resume the job.
suspend() - Method in class io.vertx.reactivex.ext.shell.system.Process
Resume the process.
suspend(Handler<Void>) - Method in class io.vertx.reactivex.ext.shell.system.Process
Resume the process.
suspend() - Method in class io.vertx.rxjava.ext.shell.system.Job
Resume the job.
suspend() - Method in class io.vertx.rxjava.ext.shell.system.Process
Resume the process.
suspend(Handler<Void>) - Method in class io.vertx.rxjava.ext.shell.system.Process
Resume the process.
SuspendableRunnable - Interface in io.vertx.ext.sync
Deprecated.
This project will be removed with Quasar being effectively abandoned
suspendHandler(Handler<Void>) - Method in interface io.vertx.ext.shell.command.CommandProcess
Set a suspend handler, this handler is called when the command is suspended, for instance user press Ctrl-Z.
suspendHandler(SignalHandler) - Method in interface io.vertx.ext.shell.term.Term
Set a suspend signal handler on the term.
suspendHandler(Handler<Void>) - Method in class io.vertx.reactivex.ext.shell.command.CommandProcess
Set a suspend handler, this handler is called when the command is suspended, for instance user press Ctrl-Z.
suspendHandler(SignalHandler) - Method in class io.vertx.reactivex.ext.shell.term.Term
Set a suspend signal handler on the term.
suspendHandler(Handler<Void>) - Method in class io.vertx.rxjava.ext.shell.command.CommandProcess
Set a suspend handler, this handler is called when the command is suspended, for instance user press Ctrl-Z.
suspendHandler(SignalHandler) - Method in class io.vertx.rxjava.ext.shell.term.Term
Set a suspend signal handler on the term.
SWAPDB - Static variable in class io.vertx.reactivex.redis.client.Command
 
swapdb(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command swapdb.
swapdb(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command swapdb.
SWAPDB - Static variable in interface io.vertx.redis.client.Command
 
swapdb(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command swapdb.
swapdb(String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command swapdb.
SWAPDB - Static variable in class io.vertx.rxjava.redis.client.Command
 
swapdb(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command swapdb.
swapdb(String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command swapdb.
symlink(String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
Create a symbolic link on the file system from link to existing, asynchronously.
symlink(String, String) - Method in interface io.vertx.core.file.FileSystem
Like FileSystem.symlink(String, String, Handler) but returns a Future of the asynchronous result
symlink(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.file.FileSystem
Create a symbolic link on the file system from link to existing, asynchronously.
symlink(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
Create a symbolic link on the file system from link to existing, asynchronously.
symlink(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Create a symbolic link on the file system from link to existing, asynchronously.
symlink(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
Create a symbolic link on the file system from link to existing, asynchronously.
symlinkBlocking(String, String) - Method in interface io.vertx.core.file.FileSystem
symlinkBlocking(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
symlinkBlocking(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
Sync - Class in io.vertx.ext.sync
Deprecated.
This project will be removed with Quasar being effectively abandoned
Sync() - Constructor for class io.vertx.ext.sync.Sync
Deprecated.
 
SYNC - Static variable in class io.vertx.reactivex.redis.client.Command
 
sync(Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sync.
sync() - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command sync.
SYNC - Static variable in interface io.vertx.redis.client.Command
 
sync(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command sync.
sync() - Method in interface io.vertx.redis.client.RedisAPI
Redis command sync.
SYNC - Static variable in class io.vertx.rxjava.redis.client.Command
 
sync(Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command sync.
sync() - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command sync.
SyncValidator - Interface in io.vertx.json.schema.common
 
SyncVerticle - Class in io.vertx.ext.sync
Deprecated.
This project will be removed with Quasar being effectively abandoned
SyncVerticle() - Constructor for class io.vertx.ext.sync.SyncVerticle
Deprecated.
 
SYSTEM_PROPERTY_NAME - Static variable in interface io.vertx.ext.web.common.WebEnvironment
 
SYSTEM_PROPERTY_NAME - Static variable in class io.vertx.reactivex.ext.web.common.WebEnvironment
 
SYSTEM_PROPERTY_NAME - Static variable in class io.vertx.rxjava.ext.web.common.WebEnvironment
 
systemCodecID() - Method in interface io.vertx.core.eventbus.MessageCodec
Used to identify system codecs.
systemCodecID() - Method in class io.vertx.serviceproxy.ServiceExceptionMessageCodec
 
systemProperties - Variable in class io.vertx.core.spi.launcher.DefaultCommand
 

T

tag() - Method in interface io.vertx.ext.web.LanguageHeader
The tag of the language as specified by rfc7231#section-3.1.3.1.
Equivalent to subtag(0)
tag() - Method in class io.vertx.reactivex.ext.web.LanguageHeader
The tag of the language as specified by rfc7231#section-3.1.3.1.
Equivalent to
tag() - Method in class io.vertx.rxjava.ext.web.LanguageHeader
The tag of the language as specified by rfc7231#section-3.1.3.1.
Equivalent to
TagExtractor<T> - Interface in io.vertx.core.spi.tracing
This provides an utility for extracting request/response tags, potentially allocation-free.
target() - Method in interface io.vertx.core.dns.SrvRecord
Returns the name of the host for the service.
target() - Method in class io.vertx.reactivex.core.dns.SrvRecord
Returns the name of the host for the service.
target() - Method in class io.vertx.rxjava.core.dns.SrvRecord
Returns the name of the host for the service.
TcpEventBusBridge - Interface in io.vertx.ext.eventbus.bridge.tcp
TCP EventBus bridge for Vert.x
TcpEventBusBridge - Class in io.vertx.reactivex.ext.eventbus.bridge.tcp
TCP EventBus bridge for Vert.x

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

TcpEventBusBridge(TcpEventBusBridge) - Constructor for class io.vertx.reactivex.ext.eventbus.bridge.tcp.TcpEventBusBridge
 
TcpEventBusBridge(Object) - Constructor for class io.vertx.reactivex.ext.eventbus.bridge.tcp.TcpEventBusBridge
 
TcpEventBusBridge - Class in io.vertx.rxjava.ext.eventbus.bridge.tcp
TCP EventBus bridge for Vert.x

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

TcpEventBusBridge(TcpEventBusBridge) - Constructor for class io.vertx.rxjava.ext.eventbus.bridge.tcp.TcpEventBusBridge
 
TcpEventBusBridge(Object) - Constructor for class io.vertx.rxjava.ext.eventbus.bridge.tcp.TcpEventBusBridge
 
TCPMetrics<S> - Interface in io.vertx.core.spi.metrics
An SPI used internally by Vert.x to gather metrics on a net socket which serves as a base class for things like HttpServer and HttpClient, all of which serve TCP connections.

The thread model for the tcp metrics depends on the actual context thats created the client/server.

TCPSSLOptions - Class in io.vertx.core.net
Base class.
TCPSSLOptions() - Constructor for class io.vertx.core.net.TCPSSLOptions
Default constructor
TCPSSLOptions(TCPSSLOptions) - Constructor for class io.vertx.core.net.TCPSSLOptions
Copy constructor
TCPSSLOptions(JsonObject) - Constructor for class io.vertx.core.net.TCPSSLOptions
Create options from JSON
TCPSSLOptionsConverter - Class in io.vertx.core.net
Converter and mapper for TCPSSLOptions.
TCPSSLOptionsConverter() - Constructor for class io.vertx.core.net.TCPSSLOptionsConverter
 
tearDown() - Method in interface io.vertx.core.spi.launcher.Command
The command has been executed.
tearDown() - Method in class io.vertx.core.spi.launcher.DefaultCommand
 
TelnetTermOptions - Class in io.vertx.ext.shell.term
Telnet terminal options configuration, extends NetServerOptions.
TelnetTermOptions() - Constructor for class io.vertx.ext.shell.term.TelnetTermOptions
 
TelnetTermOptions(TelnetTermOptions) - Constructor for class io.vertx.ext.shell.term.TelnetTermOptions
 
TelnetTermOptions(JsonObject) - Constructor for class io.vertx.ext.shell.term.TelnetTermOptions
 
TelnetTermOptionsConverter - Class in io.vertx.ext.shell.term
Converter and mapper for TelnetTermOptions.
TelnetTermOptionsConverter() - Constructor for class io.vertx.ext.shell.term.TelnetTermOptionsConverter
 
TemplateEngine - Interface in io.vertx.ext.web.common.template
A template template uses a specific template and the data in a routing context to render a resource into a buffer.
TemplateEngine - Class in io.vertx.reactivex.ext.web.common.template
A template template uses a specific template and the data in a routing context to render a resource into a buffer.
TemplateEngine(TemplateEngine) - Constructor for class io.vertx.reactivex.ext.web.common.template.TemplateEngine
 
TemplateEngine(Object) - Constructor for class io.vertx.reactivex.ext.web.common.template.TemplateEngine
 
TemplateEngine - Class in io.vertx.rxjava.ext.web.common.template
A template template uses a specific template and the data in a routing context to render a resource into a buffer.
TemplateEngine(TemplateEngine) - Constructor for class io.vertx.rxjava.ext.web.common.template.TemplateEngine
 
TemplateEngine(Object) - Constructor for class io.vertx.rxjava.ext.web.common.template.TemplateEngine
 
TemplateHandler - Interface in io.vertx.ext.web.handler
A handler which renders responses using a template engine and where the template name is selected from the URI path.
TemplateHandler - Class in io.vertx.reactivex.ext.web.handler
A handler which renders responses using a template engine and where the template name is selected from the URI path.
TemplateHandler(TemplateHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.TemplateHandler
 
TemplateHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.TemplateHandler
 
TemplateHandler - Class in io.vertx.rxjava.ext.web.handler
A handler which renders responses using a template engine and where the template name is selected from the URI path.
TemplateHandler(TemplateHandler) - Constructor for class io.vertx.rxjava.ext.web.handler.TemplateHandler
 
TemplateHandler(Object) - Constructor for class io.vertx.rxjava.ext.web.handler.TemplateHandler
 
TemplateParameter - Annotation Type in io.vertx.sqlclient.templates.annotations
Annotate a Vert.x data object property for custom configuration when it is mapped to a template parameter.
TENANT - Static variable in interface io.vertx.ext.web.handler.MultiTenantHandler
The default key used to identify a tenant in the context data.
TENANT - Static variable in class io.vertx.reactivex.ext.web.handler.MultiTenantHandler
The default key used to identify a tenant in the context data.
TENANT - Static variable in class io.vertx.rxjava.ext.web.handler.MultiTenantHandler
The default key used to identify a tenant in the context data.
Term - Interface in io.vertx.ext.shell.term
The terminal.
Term - Class in io.vertx.reactivex.ext.shell.term
The terminal.
Term(Term) - Constructor for class io.vertx.reactivex.ext.shell.term.Term
 
Term(Object) - Constructor for class io.vertx.reactivex.ext.shell.term.Term
 
Term - Class in io.vertx.rxjava.ext.shell.term
The terminal.
Term(Term) - Constructor for class io.vertx.rxjava.ext.shell.term.Term
 
Term(Object) - Constructor for class io.vertx.rxjava.ext.shell.term.Term
 
termHandler(Handler<Term>) - Method in interface io.vertx.ext.shell.term.SockJSTermHandler
 
termHandler(Handler<Term>) - Method in interface io.vertx.ext.shell.term.TermServer
Set the term handler that will receive incoming client connections.
termHandler(Handler<Term>) - Method in class io.vertx.reactivex.ext.shell.term.SockJSTermHandler
 
termHandler(Handler<Term>) - Method in class io.vertx.reactivex.ext.shell.term.TermServer
Set the term handler that will receive incoming client connections.
termHandler(Handler<Term>) - Method in class io.vertx.rxjava.ext.shell.term.SockJSTermHandler
 
termHandler(Handler<Term>) - Method in class io.vertx.rxjava.ext.shell.term.TermServer
Set the term handler that will receive incoming client connections.
terminate() - Method in interface io.vertx.ext.shell.system.Job
Terminate the job.
terminate() - Method in interface io.vertx.ext.shell.system.Process
Terminate the process.
terminate(Handler<Void>) - Method in interface io.vertx.ext.shell.system.Process
Terminate the process.
terminate() - Method in class io.vertx.reactivex.ext.shell.system.Job
Terminate the job.
terminate() - Method in class io.vertx.reactivex.ext.shell.system.Process
Terminate the process.
terminate(Handler<Void>) - Method in class io.vertx.reactivex.ext.shell.system.Process
Terminate the process.
terminate() - Method in class io.vertx.rxjava.ext.shell.system.Job
Terminate the job.
terminate() - Method in class io.vertx.rxjava.ext.shell.system.Process
Terminate the process.
terminate(Handler<Void>) - Method in class io.vertx.rxjava.ext.shell.system.Process
Terminate the process.
terminatedHandler(Handler<Integer>) - Method in interface io.vertx.ext.shell.system.Process
Set an handler for being notified when the process terminates.
terminatedHandler(Handler<Integer>) - Method in class io.vertx.reactivex.ext.shell.system.Process
Set an handler for being notified when the process terminates.
terminatedHandler(Handler<Integer>) - Method in class io.vertx.rxjava.ext.shell.system.Process
Set an handler for being notified when the process terminates.
TermServer - Interface in io.vertx.ext.shell.term
A server for terminal based applications.
TermServer - Class in io.vertx.reactivex.ext.shell.term
A server for terminal based applications.
TermServer(TermServer) - Constructor for class io.vertx.reactivex.ext.shell.term.TermServer
 
TermServer(Object) - Constructor for class io.vertx.reactivex.ext.shell.term.TermServer
 
TermServer - Class in io.vertx.rxjava.ext.shell.term
A server for terminal based applications.
TermServer(TermServer) - Constructor for class io.vertx.rxjava.ext.shell.term.TermServer
 
TermServer(Object) - Constructor for class io.vertx.rxjava.ext.shell.term.TermServer
 
test(String, Handler<TestContext>) - Method in interface io.vertx.ext.unit.TestSuite
Add a new test case to the suite.
test(String, int, Handler<TestContext>) - Method in interface io.vertx.ext.unit.TestSuite
Add a new test case to the suite.
Test - Class in io.vertx.kotlin.core
 
Test() - Constructor for class io.vertx.kotlin.core.Test
 
test(String, Handler<TestContext>) - Method in class io.vertx.reactivex.ext.unit.TestSuite
Add a new test case to the suite.
test(String, int, Handler<TestContext>) - Method in class io.vertx.reactivex.ext.unit.TestSuite
Add a new test case to the suite.
test(String, Handler<TestContext>) - Method in class io.vertx.rxjava.ext.unit.TestSuite
Add a new test case to the suite.
test(String, int, Handler<TestContext>) - Method in class io.vertx.rxjava.ext.unit.TestSuite
Add a new test case to the suite.
TestCase - Interface in io.vertx.ext.unit
A test case object can be used to create a single test.
TestCase - Class in io.vertx.reactivex.ext.unit
A test case object can be used to create a single test.
TestCase(TestCase) - Constructor for class io.vertx.reactivex.ext.unit.TestCase
 
TestCase(Object) - Constructor for class io.vertx.reactivex.ext.unit.TestCase
 
TestCase - Class in io.vertx.rxjava.ext.unit
A test case object can be used to create a single test.
TestCase(TestCase) - Constructor for class io.vertx.rxjava.ext.unit.TestCase
 
TestCase(Object) - Constructor for class io.vertx.rxjava.ext.unit.TestCase
 
TestCaseReport - Interface in io.vertx.ext.unit.report
Report the execution of a test case.
TestCaseReport - Class in io.vertx.reactivex.ext.unit.report
Report the execution of a test case.
TestCaseReport(TestCaseReport) - Constructor for class io.vertx.reactivex.ext.unit.report.TestCaseReport
 
TestCaseReport(Object) - Constructor for class io.vertx.reactivex.ext.unit.report.TestCaseReport
 
TestCaseReport - Class in io.vertx.rxjava.ext.unit.report
Report the execution of a test case.
TestCaseReport(TestCaseReport) - Constructor for class io.vertx.rxjava.ext.unit.report.TestCaseReport
 
TestCaseReport(Object) - Constructor for class io.vertx.rxjava.ext.unit.report.TestCaseReport
 
TestCompletion - Interface in io.vertx.ext.unit
This object provides callback-ability for the end of a test suite, the completion succeeds when all tests pass otherwise it fails.
TestCompletion - Class in io.vertx.reactivex.ext.unit
This object provides callback-ability for the end of a test suite, the completion succeeds when all tests pass otherwise it fails.
TestCompletion(TestCompletion) - Constructor for class io.vertx.reactivex.ext.unit.TestCompletion
 
TestCompletion(Object) - Constructor for class io.vertx.reactivex.ext.unit.TestCompletion
 
TestCompletion - Class in io.vertx.rxjava.ext.unit
This object provides callback-ability for the end of a test suite, the completion succeeds when all tests pass otherwise it fails.
TestCompletion(TestCompletion) - Constructor for class io.vertx.rxjava.ext.unit.TestCompletion
 
TestCompletion(Object) - Constructor for class io.vertx.rxjava.ext.unit.TestCompletion
 
TestContext - Interface in io.vertx.ext.unit
The test context is used for performing test assertions and manage the completion of the test.
TestContext - Class in io.vertx.reactivex.ext.unit
The test context is used for performing test assertions and manage the completion of the test.
TestContext(TestContext) - Constructor for class io.vertx.reactivex.ext.unit.TestContext
 
TestContext(Object) - Constructor for class io.vertx.reactivex.ext.unit.TestContext
 
TestContext - Class in io.vertx.rxjava.ext.unit
The test context is used for performing test assertions and manage the completion of the test.
TestContext(TestContext) - Constructor for class io.vertx.rxjava.ext.unit.TestContext
 
TestContext(Object) - Constructor for class io.vertx.rxjava.ext.unit.TestContext
 
testName(FrameworkMethod) - Method in class io.vertx.ext.unit.junit.VertxUnitRunnerWithParameters
 
TestOptions - Class in io.vertx.ext.unit
Test execution options: the timeout in milliseconds, the default value is 2 minutes the useEventLoop configures the event loop usage true always runs with an event loop false never runs with an event loop null uses an event loop if there is one (provided by Vertx.currentContext()) otherwise run without the reporters is an array of reporter configurations
TestOptions() - Constructor for class io.vertx.ext.unit.TestOptions
Create a new empty options, with the default time out and no reporters.
TestOptions(TestOptions) - Constructor for class io.vertx.ext.unit.TestOptions
Copy constructor.
TestOptions(JsonObject) - Constructor for class io.vertx.ext.unit.TestOptions
Create a new options from the specified json.
TestOptionsConverter - Class in io.vertx.ext.unit
Converter and mapper for TestOptions.
TestOptionsConverter() - Constructor for class io.vertx.ext.unit.TestOptionsConverter
 
TestResult - Interface in io.vertx.ext.unit.report
The result of a test.
TestResult - Class in io.vertx.reactivex.ext.unit.report
The result of a test.
TestResult(TestResult) - Constructor for class io.vertx.reactivex.ext.unit.report.TestResult
 
TestResult(Object) - Constructor for class io.vertx.reactivex.ext.unit.report.TestResult
 
TestResult - Class in io.vertx.rxjava.ext.unit.report
The result of a test.
TestResult(TestResult) - Constructor for class io.vertx.rxjava.ext.unit.report.TestResult
 
TestResult(Object) - Constructor for class io.vertx.rxjava.ext.unit.report.TestResult
 
TestSuite - Interface in io.vertx.ext.unit
A named suite of test cases that are executed altogether.
TestSuite - Class in io.vertx.reactivex.ext.unit
A named suite of test cases that are executed altogether.
TestSuite(TestSuite) - Constructor for class io.vertx.reactivex.ext.unit.TestSuite
 
TestSuite(Object) - Constructor for class io.vertx.reactivex.ext.unit.TestSuite
 
TestSuite - Class in io.vertx.rxjava.ext.unit
A named suite of test cases that are executed altogether.
TestSuite(TestSuite) - Constructor for class io.vertx.rxjava.ext.unit.TestSuite
 
TestSuite(Object) - Constructor for class io.vertx.rxjava.ext.unit.TestSuite
 
TestSuiteReport - Interface in io.vertx.ext.unit.report
The test suite reports is basically a stream of events reporting the test suite execution.
TestSuiteReport - Class in io.vertx.reactivex.ext.unit.report
The test suite reports is basically a stream of events reporting the test suite execution.
TestSuiteReport(TestSuiteReport) - Constructor for class io.vertx.reactivex.ext.unit.report.TestSuiteReport
 
TestSuiteReport(Object) - Constructor for class io.vertx.reactivex.ext.unit.report.TestSuiteReport
 
TestSuiteReport - Class in io.vertx.rxjava.ext.unit.report
The test suite reports is basically a stream of events reporting the test suite execution.
TestSuiteReport(TestSuiteReport) - Constructor for class io.vertx.rxjava.ext.unit.report.TestSuiteReport
 
TestSuiteReport(Object) - Constructor for class io.vertx.rxjava.ext.unit.report.TestSuiteReport
 
TEXT_HTML - Static variable in interface io.vertx.core.http.HttpHeaders
text/html header value
TEXT_HTML - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
text/html header value
TEXT_HTML - Static variable in class io.vertx.rxjava.core.http.HttpHeaders
text/html header value
textData() - Method in interface io.vertx.core.http.WebSocketFrame
 
textData() - Method in class io.vertx.reactivex.core.http.WebSocketFrame
 
textData() - Method in class io.vertx.rxjava.core.http.WebSocketFrame
 
textFileUpload(String, String, String, String) - Method in interface io.vertx.ext.web.multipart.MultipartForm
Add a text file upload form data part.
textFileUpload(String, String, Buffer, String) - Method in interface io.vertx.ext.web.multipart.MultipartForm
Add a text file upload form data part.
textFileUpload(String, String, String, String) - Method in class io.vertx.reactivex.ext.web.multipart.MultipartForm
Add a text file upload form data part.
textFileUpload(String, String, Buffer, String) - Method in class io.vertx.reactivex.ext.web.multipart.MultipartForm
Add a text file upload form data part.
textFileUpload(String, String, String, String) - Method in class io.vertx.rxjava.ext.web.multipart.MultipartForm
Add a text file upload form data part.
textFileUpload(String, String, Buffer, String) - Method in class io.vertx.rxjava.ext.web.multipart.MultipartForm
Add a text file upload form data part.
textFrame(String, boolean) - Static method in interface io.vertx.core.http.WebSocketFrame
Create a text WebSocket frame.
textFrame(String, boolean) - Static method in class io.vertx.reactivex.core.http.WebSocketFrame
Create a text WebSocket frame.
textFrame(String, boolean) - Static method in class io.vertx.rxjava.core.http.WebSocketFrame
Create a text WebSocket frame.
textHandlerID() - Method in interface io.vertx.core.http.WebSocketBase
When a WebSocket is created it automatically registers an event handler with the eventbus, the ID of that handler is given by textHandlerID.
textHandlerID() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
When a WebSocket is created it automatically registers an event handler with the eventbus, the ID of that handler is given by textHandlerID.
textHandlerID() - Method in class io.vertx.reactivex.core.http.WebSocket
When a WebSocket is created it automatically registers an event handler with the eventbus, the ID of that handler is given by textHandlerID.
textHandlerID() - Method in interface io.vertx.reactivex.core.http.WebSocketBase
When a WebSocket is created it automatically registers an event handler with the eventbus, the ID of that handler is given by textHandlerID.
textHandlerID() - Method in class io.vertx.rxjava.core.http.ServerWebSocket
When a WebSocket is created it automatically registers an event handler with the eventbus, the ID of that handler is given by textHandlerID.
textHandlerID() - Method in class io.vertx.rxjava.core.http.WebSocket
When a WebSocket is created it automatically registers an event handler with the eventbus, the ID of that handler is given by textHandlerID.
textHandlerID() - Method in interface io.vertx.rxjava.core.http.WebSocketBase
When a WebSocket is created it automatically registers an event handler with the eventbus, the ID of that handler is given by textHandlerID.
textMessageHandler(Handler<String>) - Method in interface io.vertx.core.http.WebSocketBase
Set a text message handler on the connection.
textMessageHandler(Handler<String>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Set a text message handler on the connection.
textMessageHandler(Handler<String>) - Method in class io.vertx.reactivex.core.http.WebSocket
Set a text message handler on the connection.
textMessageHandler(Handler<String>) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
Set a text message handler on the connection.
textMessageHandler(Handler<String>) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
Set a text message handler on the connection.
textMessageHandler(Handler<String>) - Method in class io.vertx.rxjava.core.http.WebSocket
Set a text message handler on the connection.
textMessageHandler(Handler<String>) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
Set a text message handler on the connection.
textPlain(StringSchemaBuilder) - Static method in interface io.vertx.ext.web.validation.builder.Bodies
Create a text/plain body processor
textVersion(Integer) - Method in class io.vertx.ext.mongo.IndexOptions
Set the text index version number.
ThroughputMeter - Class in io.vertx.ext.dropwizard
A throughput metric, wraps a Meter object to provide a one second instant throughput value returned by ThroughputMeter.getValue().
ThroughputMeter() - Constructor for class io.vertx.ext.dropwizard.ThroughputMeter
 
ThroughputTimer - Class in io.vertx.ext.dropwizard
A throughput metric, wraps a Meter object to provide a one second instant throughput value returned by ThroughputTimer.getValue().
ThroughputTimer() - Constructor for class io.vertx.ext.dropwizard.ThroughputTimer
 
ThymeleafTemplateEngine - Interface in io.vertx.ext.web.templ.thymeleaf
A template engine that uses the Thymeleaf library.
ThymeleafTemplateEngine - Class in io.vertx.reactivex.ext.web.templ.thymeleaf
A template engine that uses the Thymeleaf library.
ThymeleafTemplateEngine(ThymeleafTemplateEngine) - Constructor for class io.vertx.reactivex.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
 
ThymeleafTemplateEngine(Object) - Constructor for class io.vertx.reactivex.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
 
ThymeleafTemplateEngine - Class in io.vertx.rxjava.ext.web.templ.thymeleaf
A template engine that uses the Thymeleaf library.
ThymeleafTemplateEngine(ThymeleafTemplateEngine) - Constructor for class io.vertx.rxjava.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
 
ThymeleafTemplateEngine(Object) - Constructor for class io.vertx.rxjava.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
 
TIME - Static variable in class io.vertx.json.schema.common.RegularExpressions
 
TIME - Static variable in class io.vertx.reactivex.redis.client.Command
 
time(Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command time.
time() - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command time.
TIME - Static variable in interface io.vertx.redis.client.Command
 
time(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command time.
time() - Method in interface io.vertx.redis.client.RedisAPI
Redis command time.
TIME - Static variable in class io.vertx.rxjava.redis.client.Command
 
time(Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command time.
time() - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command time.
Timeout - Class in io.vertx.ext.unit.junit
A rule for configuring the tests timeout.
Timeout(long, TimeUnit) - Constructor for class io.vertx.ext.unit.junit.Timeout
 
timeout(long) - Method in interface io.vertx.ext.web.client.HttpRequest
Configures the amount of time in milliseconds after which if the request does not return any data within the timeout period an TimeoutException fails the request.
timeout() - Method in interface io.vertx.ext.web.Session
 
timeout() - Method in class io.vertx.ext.web.sstore.AbstractSession
 
Timeout - Annotation Type in io.vertx.junit5
Specify how long VertxTestContext.awaitCompletion(long, TimeUnit) waits before timing out.
timeout(long) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Configures the amount of time in milliseconds after which if the request does not return any data within the timeout period an TimeoutException fails the request.
timeout() - Method in class io.vertx.reactivex.ext.web.Session
 
timeout(long) - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
Configures the amount of time in milliseconds after which if the request does not return any data within the timeout period an TimeoutException fails the request.
timeout() - Method in class io.vertx.rxjava.ext.web.Session
 
TimeoutException - Exception in io.vertx.circuitbreaker
Exception reported when the monitored operation timed out.
TimeoutHandler - Interface in io.vertx.ext.web.handler
Handler that will timeout requests if the response has not been written after a certain time.
TimeoutHandler - Class in io.vertx.reactivex.ext.web.handler
Handler that will timeout requests if the response has not been written after a certain time.
TimeoutHandler(TimeoutHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.TimeoutHandler
 
TimeoutHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.TimeoutHandler
 
TimeoutHandler - Class in io.vertx.rxjava.ext.web.handler
Handler that will timeout requests if the response has not been written after a certain time.
TimeoutHandler(TimeoutHandler) - Constructor for class io.vertx.rxjava.ext.web.handler.TimeoutHandler
 
TimeoutHandler(Object) - Constructor for class io.vertx.rxjava.ext.web.handler.TimeoutHandler
 
timeoutOnConnect() - Method in class io.vertx.mqtt.MqttServerOptions
 
TimeoutStream - Interface in io.vertx.core
A timeout stream is triggered by a timer, the Handler will be call when the timer is fired, it can be once or several times depending on the nature of the timer related to this stream.
TimeoutStream - Class in io.vertx.reactivex.core
A timeout stream is triggered by a timer, the Handler will be call when the timer is fired, it can be once or several times depending on the nature of the timer related to this stream.
TimeoutStream(TimeoutStream) - Constructor for class io.vertx.reactivex.core.TimeoutStream
 
TimeoutStream(Object) - Constructor for class io.vertx.reactivex.core.TimeoutStream
 
TimeoutStream - Class in io.vertx.rxjava.core
A timeout stream is triggered by a timer, the Handler will be call when the timer is fired, it can be once or several times depending on the nature of the timer related to this stream.
TimeoutStream(TimeoutStream) - Constructor for class io.vertx.rxjava.core.TimeoutStream
 
TimeoutStream(Object) - Constructor for class io.vertx.rxjava.core.TimeoutStream
 
timerStream(long) - Method in interface io.vertx.core.Vertx
Returns a one-shot timer as a read stream.
timerStream(long) - Method in class io.vertx.reactivex.core.Vertx
Returns a one-shot timer as a read stream.
timerStream(long) - Method in class io.vertx.rxjava.core.Vertx
Returns a one-shot timer as a read stream.
TIMESTAMP(long) - Static method in class io.vertx.kafka.admin.OffsetSpec
 
timestamp() - Method in interface io.vertx.kafka.client.consumer.KafkaConsumerRecord
 
timestamp() - Method in interface io.vertx.kafka.client.producer.KafkaProducerRecord
 
timestamp() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumerRecord
 
timestamp() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord
 
timestamp() - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumerRecord
 
timestamp() - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducerRecord
 
timestampType() - Method in interface io.vertx.kafka.client.consumer.KafkaConsumerRecord
 
timestampType() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumerRecord
 
timestampType() - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumerRecord
 
to(WriteStream<T>) - Method in interface io.vertx.core.streams.Pipe
Same as Pipe.to(WriteStream, Handler) but returns a Future of the asynchronous result
to(WriteStream<T>, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.streams.Pipe
Start to pipe the elements to the destination WriteStream.
to(WriteStream<T>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.streams.Pipe
Start to pipe the elements to the destination WriteStream.
to(WriteStream<T>) - Method in class io.vertx.reactivex.core.streams.Pipe
Start to pipe the elements to the destination WriteStream.
to(WriteStream<T>, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.streams.Pipe
Start to pipe the elements to the destination WriteStream.
to(WriteStream<T>) - Method in class io.vertx.rxjava.core.streams.Pipe
Start to pipe the elements to the destination WriteStream.
toBackground() - Method in interface io.vertx.ext.shell.system.Job
Send the job to background.
toBackground() - Method in interface io.vertx.ext.shell.system.Process
Set the process in background.
toBackground(Handler<Void>) - Method in interface io.vertx.ext.shell.system.Process
Set the process in background.
toBackground() - Method in class io.vertx.reactivex.ext.shell.system.Job
Send the job to background.
toBackground() - Method in class io.vertx.reactivex.ext.shell.system.Process
Set the process in background.
toBackground(Handler<Void>) - Method in class io.vertx.reactivex.ext.shell.system.Process
Set the process in background.
toBackground() - Method in class io.vertx.rxjava.ext.shell.system.Job
Send the job to background.
toBackground() - Method in class io.vertx.rxjava.ext.shell.system.Process
Set the process in background.
toBackground(Handler<Void>) - Method in class io.vertx.rxjava.ext.shell.system.Process
Set the process in background.
toBigInteger() - Method in class io.vertx.reactivex.redis.client.Response
Get this response as a BigInteger.
toBigInteger() - Method in interface io.vertx.redis.client.Response
Get this response as a BigInteger.
toBigInteger() - Method in class io.vertx.rxjava.redis.client.Response
Get this response as a BigInteger.
toBoolean() - Method in class io.vertx.reactivex.redis.client.Response
Get this response as a Boolean.
toBoolean() - Method in interface io.vertx.redis.client.Response
Get this response as a Boolean.
toBoolean() - Method in class io.vertx.rxjava.redis.client.Response
Get this response as a Boolean.
toBuffer(JsonObject) - Static method in class io.vertx.config.spi.utils.JsonObjectHelper
Deprecated.
toBuffer(Object, boolean) - Method in class io.vertx.core.json.jackson.DatabindCodec
 
toBuffer(Object, boolean) - Method in class io.vertx.core.json.jackson.JacksonCodec
 
toBuffer() - Method in class io.vertx.core.json.JsonArray
Encode this JSON object as buffer.
toBuffer() - Method in class io.vertx.core.json.JsonObject
Encode this JSON object as buffer.
toBuffer(Object, boolean) - Method in interface io.vertx.core.spi.json.JsonCodec
toBuffer(Object) - Method in interface io.vertx.core.spi.json.JsonCodec
Like JsonCodec.toString(Object) but with a json Buffer
toBuffer(boolean) - Method in class io.vertx.ext.stomp.Frame
Creates a buffer for the current frame.
toBuffer() - Method in class io.vertx.ext.stomp.Frame
This method does not enforce the trailing line option.
toBuffer() - Method in class io.vertx.reactivex.redis.client.Response
Get this response as Buffer.
toBuffer() - Method in interface io.vertx.redis.client.Response
Get this response as Buffer.
toBuffer() - Method in class io.vertx.rxjava.redis.client.Response
Get this response as Buffer.
toByte() - Method in class io.vertx.reactivex.redis.client.Response
Get this response as a Byte.
toByte() - Method in interface io.vertx.redis.client.Response
Get this response as a Byte.
toByte() - Method in class io.vertx.rxjava.redis.client.Response
Get this response as a Byte.
toBytes() - Method in class io.vertx.reactivex.redis.client.Response
Get this response as a byte[].
toBytes() - Method in interface io.vertx.redis.client.Response
Get this response as a byte[].
toBytes() - Method in class io.vertx.rxjava.redis.client.Response
Get this response as a byte[].
toCamel(String) - Method in class io.vertx.camel.OutboundMapping
toCamel(Endpoint) - Method in class io.vertx.camel.OutboundMapping
toCategory() - Method in enum io.vertx.micrometer.MetricsDomain
 
toCompletable(Consumer<Handler<AsyncResult<Void>>>) - Static method in class io.vertx.reactivex.CompletableHelper
Returns a Completable that, when subscribed, uses the provided handler to adapt a callback-based asynchronous method.
toCompletionStage() - Method in interface io.vertx.core.Future
Bridges this Vert.x future to a CompletionStage instance.
toDouble() - Method in class io.vertx.reactivex.redis.client.Response
Get this response as a Double.
toDouble() - Method in interface io.vertx.redis.client.Response
Get this response as a Double.
toDouble() - Method in class io.vertx.rxjava.redis.client.Response
Get this response as a Double.
toFailure(String, Throwable) - Static method in exception io.vertx.config.vault.client.VaultException
 
toFailure(String, int, String) - Static method in exception io.vertx.config.vault.client.VaultException
 
toFailure(String) - Static method in exception io.vertx.config.vault.client.VaultException
 
toFloat() - Method in class io.vertx.reactivex.redis.client.Response
Get this response as a Float.
toFloat() - Method in interface io.vertx.redis.client.Response
Get this response as a Float.
toFloat() - Method in class io.vertx.rxjava.redis.client.Response
Get this response as a Float.
toFlowable() - Method in class io.vertx.reactivex.amqp.AmqpReceiver
 
toFlowable() - Method in class io.vertx.reactivex.cassandra.CassandraRowStream
 
toFlowable() - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
 
toFlowable() - Method in class io.vertx.reactivex.core.eventbus.MessageConsumer
 
toFlowable() - Method in class io.vertx.reactivex.core.file.AsyncFile
 
toFlowable() - Method in class io.vertx.reactivex.core.http.HttpClientResponse
 
toFlowable() - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
 
toFlowable() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
 
toFlowable() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
toFlowable() - Method in class io.vertx.reactivex.core.http.WebSocket
 
toFlowable() - Method in class io.vertx.reactivex.core.net.NetSocket
 
toFlowable() - Method in class io.vertx.reactivex.core.parsetools.JsonParser
 
toFlowable() - Method in class io.vertx.reactivex.core.parsetools.RecordParser
 
toFlowable() - Method in interface io.vertx.reactivex.core.streams.ReadStream
 
toFlowable() - Method in class io.vertx.reactivex.core.TimeoutStream
 
toFlowable() - Method in class io.vertx.reactivex.ext.sql.SQLRowStream
 
toFlowable() - Method in class io.vertx.reactivex.ext.unit.report.TestSuiteReport
 
toFlowable() - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
 
toFlowable(ReadStream<T>, Function<T, U>) - Static method in class io.vertx.reactivex.FlowableHelper
Like FlowableHelper.toFlowable(ReadStream) but with a mapping function
toFlowable(ReadStream<T>) - Static method in class io.vertx.reactivex.FlowableHelper
Adapts a Vert.x ReadStream to an RxJava Flowable.
toFlowable(ReadStream<T>, long) - Static method in class io.vertx.reactivex.FlowableHelper
Adapts a Vert.x ReadStream to an RxJava Flowable.
toFlowable() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
 
toFlowable() - Method in class io.vertx.reactivex.pgclient.pubsub.PgChannel
 
toFlowable() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQConsumer
 
toFlowable() - Method in class io.vertx.reactivex.redis.client.RedisConnection
 
toFlowable() - Method in class io.vertx.reactivex.sqlclient.RowStream
 
toForeground() - Method in interface io.vertx.ext.shell.system.Job
Send the job to foreground.
toForeground() - Method in interface io.vertx.ext.shell.system.Process
Set the process in foreground.
toForeground(Handler<Void>) - Method in interface io.vertx.ext.shell.system.Process
Set the process in foreground.
toForeground() - Method in class io.vertx.reactivex.ext.shell.system.Job
Send the job to foreground.
toForeground() - Method in class io.vertx.reactivex.ext.shell.system.Process
Set the process in foreground.
toForeground(Handler<Void>) - Method in class io.vertx.reactivex.ext.shell.system.Process
Set the process in foreground.
toForeground() - Method in class io.vertx.rxjava.ext.shell.system.Job
Send the job to foreground.
toForeground() - Method in class io.vertx.rxjava.ext.shell.system.Process
Set the process in foreground.
toForeground(Handler<Void>) - Method in class io.vertx.rxjava.ext.shell.system.Process
Set the process in foreground.
toFuture(Completable) - Static method in class io.vertx.reactivex.CompletableHelper
Adapts an RxJava2 Completable<T> to a Vert.x .
toFuture(Maybe<T>) - Static method in class io.vertx.reactivex.MaybeHelper
Adapts an RxJava2 Maybe<T> to a Vert.x Future.
toFuture(Maybe<T>, Function<T, U>) - Static method in class io.vertx.reactivex.MaybeHelper
Like MaybeHelper.toFuture(Maybe) but with an adapter of the result.
toFuture(Single<T>) - Static method in class io.vertx.reactivex.SingleHelper
Adapts an RxJava2 Single<T> to a Vert.x Future.
toFuture(Single<T>, Function<T, U>) - Static method in class io.vertx.reactivex.SingleHelper
Like SingleHelper.toFuture(Single) but with an adapter of the result.
toFuture(Observer<T>) - Static method in class io.vertx.rx.java.RxHelper
Adapt a Subscriber as a Handler<AsyncResult<T>>;.
toFuture(Action1<T>) - Static method in class io.vertx.rx.java.RxHelper
Adapt an item callback as a Handler<AsyncResult<T>>.
toFuture(Action1<T>, Action1<Throwable>) - Static method in class io.vertx.rx.java.RxHelper
Adapt an item callback and an error callback as a Handler<AsyncResult<T>>.
toFuture(Action1<T>, Action1<Throwable>, Action0) - Static method in class io.vertx.rx.java.RxHelper
Adapt an item callback and an error callback as a Handler<AsyncResult<T>>.
toHandler() - Method in class io.vertx.rx.java.ObservableFuture
 
toHandler() - Method in class io.vertx.rx.java.ObservableHandler
 
toHandler(Observer<T>) - Static method in class io.vertx.rx.java.RxHelper
Adapt a Subscriber as a Handler<T>;.

When the event handler completes, the observer will complete immediatly after the event is received, as a single event is expected.

toHandler(Observer<T>, boolean) - Static method in class io.vertx.rx.java.RxHelper
Adapt a Subscriber as a Handler<T>;.

When parameter is false and the event handler completes, the observer will complete immediatly after the event is received, as a single event is expected.

toHandler(Action1<T>) - Static method in class io.vertx.rx.java.RxHelper
Adapt an item callback as a Handler<T>.
toHttpAuthorization() - Method in interface io.vertx.ext.auth.authentication.Credentials
Encodes this credential as an HTTP Authorization https://tools.ietf.org/html/rfc7235.
toHttpAuthorization() - Method in class io.vertx.ext.auth.authentication.TokenCredentials
 
toHttpAuthorization() - Method in class io.vertx.ext.auth.authentication.UsernamePasswordCredentials
 
toHttpAuthorization() - Method in class io.vertx.ext.auth.htdigest.HtdigestCredentials
 
toIgniteConfig(Vertx, IgniteOptions) - Static method in class io.vertx.spi.cluster.ignite.util.ConfigHelper
 
toInt() - Method in enum io.vertx.core.eventbus.ReplyFailure
 
toInteger() - Method in class io.vertx.reactivex.redis.client.Response
Get this response as a Integer.
toInteger() - Method in interface io.vertx.redis.client.Response
Get this response as a Integer.
toInteger() - Method in class io.vertx.rxjava.redis.client.Response
Get this response as a Integer.
toJson() - Method in class io.vertx.amqp.AmqpClientOptions
 
toJson(AmqpClientOptions, JsonObject) - Static method in class io.vertx.amqp.AmqpClientOptionsConverter
 
toJson(AmqpClientOptions, Map<String, Object>) - Static method in class io.vertx.amqp.AmqpClientOptionsConverter
 
toJson() - Method in class io.vertx.amqp.AmqpReceiverOptions
 
toJson(AmqpReceiverOptions, JsonObject) - Static method in class io.vertx.amqp.AmqpReceiverOptionsConverter
 
toJson(AmqpReceiverOptions, Map<String, Object>) - Static method in class io.vertx.amqp.AmqpReceiverOptionsConverter
 
toJson() - Method in class io.vertx.amqp.AmqpSenderOptions
 
toJson(AmqpSenderOptions, JsonObject) - Static method in class io.vertx.amqp.AmqpSenderOptionsConverter
 
toJson(AmqpSenderOptions, Map<String, Object>) - Static method in class io.vertx.amqp.AmqpSenderOptionsConverter
 
toJson() - Method in class io.vertx.cassandra.CassandraClientOptions
 
toJson(CassandraClientOptions, JsonObject) - Static method in class io.vertx.cassandra.CassandraClientOptionsConverter
 
toJson(CassandraClientOptions, Map<String, Object>) - Static method in class io.vertx.cassandra.CassandraClientOptionsConverter
 
toJson() - Method in class io.vertx.circuitbreaker.CircuitBreakerOptions
 
toJson(CircuitBreakerOptions, JsonObject) - Static method in class io.vertx.circuitbreaker.CircuitBreakerOptionsConverter
 
toJson(CircuitBreakerOptions, Map<String, Object>) - Static method in class io.vertx.circuitbreaker.CircuitBreakerOptionsConverter
 
toJson() - Method in class io.vertx.config.ConfigChange
 
toJson() - Method in class io.vertx.config.ConfigRetrieverOptions
 
toJson(ConfigRetrieverOptions, JsonObject) - Static method in class io.vertx.config.ConfigRetrieverOptionsConverter
 
toJson(ConfigRetrieverOptions, Map<String, Object>) - Static method in class io.vertx.config.ConfigRetrieverOptionsConverter
 
toJson() - Method in class io.vertx.config.ConfigStoreOptions
 
toJson() - Method in interface io.vertx.core.buffer.Buffer
Returns a Json representation of the Buffer.
toJson() - Method in class io.vertx.core.cli.Argument
Exports this Argument to its corresponding JSON representation.
toJson() - Method in class io.vertx.core.cli.Option
Gets the json representation of this Option.
toJson() - Method in class io.vertx.core.DeploymentOptions
Convert this to JSON
toJson() - Method in class io.vertx.core.dns.AddressResolverOptions
 
toJson() - Method in class io.vertx.core.dns.DnsClientOptions
 
toJson(DnsClientOptions, JsonObject) - Static method in class io.vertx.core.dns.DnsClientOptionsConverter
 
toJson(DnsClientOptions, Map<String, Object>) - Static method in class io.vertx.core.dns.DnsClientOptionsConverter
 
toJson() - Method in class io.vertx.core.eventbus.DeliveryOptions
Convert to JSON.
toJson() - Method in class io.vertx.core.eventbus.EventBusOptions
Builds a JSON object representing the current EventBusOptions.
toJson() - Method in class io.vertx.core.file.FileSystemOptions
Builds a JSON object representing the current FileSystemOptions.
toJson() - Method in class io.vertx.core.http.GoAway
 
toJson() - Method in class io.vertx.core.http.Http2Settings
 
toJson() - Method in class io.vertx.core.http.HttpClientOptions
Convert to JSON
toJson() - Method in class io.vertx.core.http.HttpMethod
 
toJson() - Method in class io.vertx.core.http.HttpServerOptions
Convert to JSON
toJson() - Method in class io.vertx.core.http.RequestOptions
 
toJson(RequestOptions, JsonObject) - Static method in class io.vertx.core.http.RequestOptionsConverter
 
toJson(RequestOptions, Map<String, Object>) - Static method in class io.vertx.core.http.RequestOptionsConverter
 
toJson() - Method in class io.vertx.core.http.StreamPriority
 
toJson() - Method in class io.vertx.core.http.WebSocketConnectOptions
 
toJson(WebSocketConnectOptions, JsonObject) - Static method in class io.vertx.core.http.WebSocketConnectOptionsConverter
 
toJson(WebSocketConnectOptions, Map<String, Object>) - Static method in class io.vertx.core.http.WebSocketConnectOptionsConverter
 
toJson() - Method in class io.vertx.core.metrics.MetricsOptions
 
toJson() - Method in class io.vertx.core.net.ClientOptionsBase
Convert to JSON
toJson() - Method in class io.vertx.core.net.JdkSSLEngineOptions
 
toJson() - Method in class io.vertx.core.net.JksOptions
Convert to JSON
toJson(JksOptions, JsonObject) - Static method in class io.vertx.core.net.JksOptionsConverter
 
toJson(JksOptions, Map<String, Object>) - Static method in class io.vertx.core.net.JksOptionsConverter
 
toJson() - Method in class io.vertx.core.net.KeyStoreOptions
Convert to JSON
toJson(KeyStoreOptions, JsonObject) - Static method in class io.vertx.core.net.KeyStoreOptionsConverter
 
toJson(KeyStoreOptions, Map<String, Object>) - Static method in class io.vertx.core.net.KeyStoreOptionsConverter
 
toJson() - Method in class io.vertx.core.net.NetServerOptions
Convert to JSON
toJson() - Method in class io.vertx.core.net.NetworkOptions
Convert to JSON
toJson() - Method in class io.vertx.core.net.OpenSSLEngineOptions
 
toJson() - Method in class io.vertx.core.net.PemKeyCertOptions
Convert to JSON
toJson() - Method in class io.vertx.core.net.PemTrustOptions
Convert to JSON
toJson() - Method in class io.vertx.core.net.PfxOptions
Convert to JSON
toJson() - Method in class io.vertx.core.net.ProxyOptions
Convert to JSON
toJson() - Method in class io.vertx.core.net.TCPSSLOptions
Convert to JSON
toJson() - Method in class io.vertx.core.tracing.TracingOptions
 
toJson() - Method in class io.vertx.core.VertxOptions
 
toJson() - Method in class io.vertx.db2client.DB2ConnectOptions
 
toJson(DB2ConnectOptions, JsonObject) - Static method in class io.vertx.db2client.DB2ConnectOptionsConverter
 
toJson(DB2ConnectOptions, Map<String, Object>) - Static method in class io.vertx.db2client.DB2ConnectOptionsConverter
 
toJson() - Method in interface io.vertx.ext.auth.authentication.Credentials
Simple interop to downcast back to JSON for backwards compatibility.
toJson() - Method in class io.vertx.ext.auth.authentication.TokenCredentials
 
toJson() - Method in class io.vertx.ext.auth.authentication.UsernamePasswordCredentials
 
toJson() - Method in class io.vertx.ext.auth.htdigest.HtdigestCredentials
 
toJson(HtpasswdAuthOptions, JsonObject) - Static method in class io.vertx.ext.auth.htpasswd.HtpasswdAuthOptionsConverter
 
toJson(HtpasswdAuthOptions, Map<String, Object>) - Static method in class io.vertx.ext.auth.htpasswd.HtpasswdAuthOptionsConverter
 
toJson(JDBCAuthenticationOptions, JsonObject) - Static method in class io.vertx.ext.auth.jdbc.JDBCAuthenticationOptionsConverter
 
toJson(JDBCAuthenticationOptions, Map<String, Object>) - Static method in class io.vertx.ext.auth.jdbc.JDBCAuthenticationOptionsConverter
 
toJson(JDBCAuthOptions, JsonObject) - Static method in class io.vertx.ext.auth.jdbc.JDBCAuthOptionsConverter
 
toJson(JDBCAuthOptions, Map<String, Object>) - Static method in class io.vertx.ext.auth.jdbc.JDBCAuthOptionsConverter
 
toJson(JDBCAuthorizationOptions, JsonObject) - Static method in class io.vertx.ext.auth.jdbc.JDBCAuthorizationOptionsConverter
 
toJson(JDBCAuthorizationOptions, Map<String, Object>) - Static method in class io.vertx.ext.auth.jdbc.JDBCAuthorizationOptionsConverter
 
toJson(JWTAuthOptions, JsonObject) - Static method in class io.vertx.ext.auth.jwt.JWTAuthOptionsConverter
 
toJson(JWTAuthOptions, Map<String, Object>) - Static method in class io.vertx.ext.auth.jwt.JWTAuthOptionsConverter
 
toJson() - Method in class io.vertx.ext.auth.JWTOptions
 
toJson(JWTOptions, JsonObject) - Static method in class io.vertx.ext.auth.JWTOptionsConverter
 
toJson(JWTOptions, Map<String, Object>) - Static method in class io.vertx.ext.auth.JWTOptionsConverter
 
toJson(KeyStoreOptions, JsonObject) - Static method in class io.vertx.ext.auth.KeyStoreOptionsConverter
 
toJson(KeyStoreOptions, Map<String, Object>) - Static method in class io.vertx.ext.auth.KeyStoreOptionsConverter
 
toJson(LdapAuthenticationOptions, JsonObject) - Static method in class io.vertx.ext.auth.ldap.LdapAuthenticationOptionsConverter
 
toJson(LdapAuthenticationOptions, Map<String, Object>) - Static method in class io.vertx.ext.auth.ldap.LdapAuthenticationOptionsConverter
 
toJson(MongoAuthenticationOptions, JsonObject) - Static method in class io.vertx.ext.auth.mongo.MongoAuthenticationOptionsConverter
 
toJson(MongoAuthenticationOptions, Map<String, Object>) - Static method in class io.vertx.ext.auth.mongo.MongoAuthenticationOptionsConverter
 
toJson(MongoAuthOptions, JsonObject) - Static method in class io.vertx.ext.auth.mongo.MongoAuthOptionsConverter
 
toJson(MongoAuthOptions, Map<String, Object>) - Static method in class io.vertx.ext.auth.mongo.MongoAuthOptionsConverter
 
toJson(MongoAuthorizationOptions, JsonObject) - Static method in class io.vertx.ext.auth.mongo.MongoAuthorizationOptionsConverter
 
toJson(MongoAuthorizationOptions, Map<String, Object>) - Static method in class io.vertx.ext.auth.mongo.MongoAuthorizationOptionsConverter
 
toJson() - Method in class io.vertx.ext.auth.oauth2.Oauth2Credentials
 
toJson() - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
 
toJson(OAuth2Options, JsonObject) - Static method in class io.vertx.ext.auth.oauth2.OAuth2OptionsConverter
 
toJson(OAuth2Options, Map<String, Object>) - Static method in class io.vertx.ext.auth.oauth2.OAuth2OptionsConverter
 
toJson() - Method in class io.vertx.ext.auth.PubSecKeyOptions
 
toJson(PubSecKeyOptions, JsonObject) - Static method in class io.vertx.ext.auth.PubSecKeyOptionsConverter
 
toJson(PubSecKeyOptions, Map<String, Object>) - Static method in class io.vertx.ext.auth.PubSecKeyOptionsConverter
 
toJson(ShiroAuthOptions, JsonObject) - Static method in class io.vertx.ext.auth.shiro.ShiroAuthOptionsConverter
 
toJson(ShiroAuthOptions, Map<String, Object>) - Static method in class io.vertx.ext.auth.shiro.ShiroAuthOptionsConverter
 
toJson() - Method in class io.vertx.ext.auth.sqlclient.SqlAuthenticationOptions
 
toJson(SqlAuthenticationOptions, JsonObject) - Static method in class io.vertx.ext.auth.sqlclient.SqlAuthenticationOptionsConverter
 
toJson(SqlAuthenticationOptions, Map<String, Object>) - Static method in class io.vertx.ext.auth.sqlclient.SqlAuthenticationOptionsConverter
 
toJson() - Method in class io.vertx.ext.auth.sqlclient.SqlAuthorizationOptions
 
toJson(SqlAuthorizationOptions, JsonObject) - Static method in class io.vertx.ext.auth.sqlclient.SqlAuthorizationOptionsConverter
 
toJson(SqlAuthorizationOptions, Map<String, Object>) - Static method in class io.vertx.ext.auth.sqlclient.SqlAuthorizationOptionsConverter
 
toJson() - Method in class io.vertx.ext.auth.webauthn.Authenticator
 
toJson(Authenticator, JsonObject) - Static method in class io.vertx.ext.auth.webauthn.AuthenticatorConverter
 
toJson(Authenticator, Map<String, Object>) - Static method in class io.vertx.ext.auth.webauthn.AuthenticatorConverter
 
toJson() - Method in class io.vertx.ext.auth.webauthn.RelyingParty
 
toJson(RelyingParty, JsonObject) - Static method in class io.vertx.ext.auth.webauthn.RelyingPartyConverter
 
toJson(RelyingParty, Map<String, Object>) - Static method in class io.vertx.ext.auth.webauthn.RelyingPartyConverter
 
toJson() - Method in class io.vertx.ext.auth.webauthn.WebAuthnCredentials
 
toJson(WebAuthnCredentials, JsonObject) - Static method in class io.vertx.ext.auth.webauthn.WebAuthnCredentialsConverter
 
toJson(WebAuthnCredentials, Map<String, Object>) - Static method in class io.vertx.ext.auth.webauthn.WebAuthnCredentialsConverter
 
toJson() - Method in class io.vertx.ext.auth.webauthn.WebAuthnOptions
 
toJson(WebAuthnOptions, JsonObject) - Static method in class io.vertx.ext.auth.webauthn.WebAuthnOptionsConverter
 
toJson(WebAuthnOptions, Map<String, Object>) - Static method in class io.vertx.ext.auth.webauthn.WebAuthnOptionsConverter
 
toJson() - Method in class io.vertx.ext.bridge.BridgeOptions
Serializes the current BridgeOptions to JSON.
toJson(BridgeOptions, JsonObject) - Static method in class io.vertx.ext.bridge.BridgeOptionsConverter
 
toJson(BridgeOptions, Map<String, Object>) - Static method in class io.vertx.ext.bridge.BridgeOptionsConverter
 
toJson() - Method in class io.vertx.ext.bridge.PermittedOptions
Serializes the current instance of PermittedOptions to JSON.
toJson(PermittedOptions, JsonObject) - Static method in class io.vertx.ext.bridge.PermittedOptionsConverter
 
toJson(PermittedOptions, Map<String, Object>) - Static method in class io.vertx.ext.bridge.PermittedOptionsConverter
 
toJson() - Method in class io.vertx.ext.consul.AclToken
Convert to JSON
toJson() - Method in class io.vertx.ext.consul.BlockingQueryOptions
Convert to JSON
toJson(BlockingQueryOptions, JsonObject) - Static method in class io.vertx.ext.consul.BlockingQueryOptionsConverter
 
toJson(BlockingQueryOptions, Map<String, Object>) - Static method in class io.vertx.ext.consul.BlockingQueryOptionsConverter
 
toJson() - Method in class io.vertx.ext.consul.Check
Convert to JSON
toJson(Check, JsonObject) - Static method in class io.vertx.ext.consul.CheckConverter
 
toJson(Check, Map<String, Object>) - Static method in class io.vertx.ext.consul.CheckConverter
 
toJson() - Method in class io.vertx.ext.consul.CheckList
Convert to JSON
toJson(CheckList, JsonObject) - Static method in class io.vertx.ext.consul.CheckListConverter
 
toJson(CheckList, Map<String, Object>) - Static method in class io.vertx.ext.consul.CheckListConverter
 
toJson() - Method in class io.vertx.ext.consul.CheckOptions
Convert to JSON
toJson(CheckOptions, JsonObject) - Static method in class io.vertx.ext.consul.CheckOptionsConverter
 
toJson(CheckOptions, Map<String, Object>) - Static method in class io.vertx.ext.consul.CheckOptionsConverter
 
toJson() - Method in class io.vertx.ext.consul.CheckQueryOptions
Convert to JSON
toJson(CheckQueryOptions, JsonObject) - Static method in class io.vertx.ext.consul.CheckQueryOptionsConverter
 
toJson(CheckQueryOptions, Map<String, Object>) - Static method in class io.vertx.ext.consul.CheckQueryOptionsConverter
 
toJson() - Method in class io.vertx.ext.consul.ConsulClientOptions
Convert to JSON
toJson(ConsulClientOptions, JsonObject) - Static method in class io.vertx.ext.consul.ConsulClientOptionsConverter
 
toJson(ConsulClientOptions, Map<String, Object>) - Static method in class io.vertx.ext.consul.ConsulClientOptionsConverter
 
toJson() - Method in class io.vertx.ext.consul.Coordinate
Convert to JSON
toJson(Coordinate, JsonObject) - Static method in class io.vertx.ext.consul.CoordinateConverter
 
toJson(Coordinate, Map<String, Object>) - Static method in class io.vertx.ext.consul.CoordinateConverter
 
toJson() - Method in class io.vertx.ext.consul.CoordinateList
Convert to JSON
toJson(CoordinateList, JsonObject) - Static method in class io.vertx.ext.consul.CoordinateListConverter
 
toJson(CoordinateList, Map<String, Object>) - Static method in class io.vertx.ext.consul.CoordinateListConverter
 
toJson() - Method in class io.vertx.ext.consul.DcCoordinates
Convert to JSON
toJson(DcCoordinates, JsonObject) - Static method in class io.vertx.ext.consul.DcCoordinatesConverter
 
toJson(DcCoordinates, Map<String, Object>) - Static method in class io.vertx.ext.consul.DcCoordinatesConverter
 
toJson() - Method in class io.vertx.ext.consul.Event
Convert to JSON
toJson(Event, JsonObject) - Static method in class io.vertx.ext.consul.EventConverter
 
toJson(Event, Map<String, Object>) - Static method in class io.vertx.ext.consul.EventConverter
 
toJson() - Method in class io.vertx.ext.consul.EventList
Convert to JSON
toJson(EventList, JsonObject) - Static method in class io.vertx.ext.consul.EventListConverter
 
toJson(EventList, Map<String, Object>) - Static method in class io.vertx.ext.consul.EventListConverter
 
toJson() - Method in class io.vertx.ext.consul.EventListOptions
Convert to JSON
toJson(EventListOptions, JsonObject) - Static method in class io.vertx.ext.consul.EventListOptionsConverter
 
toJson(EventListOptions, Map<String, Object>) - Static method in class io.vertx.ext.consul.EventListOptionsConverter
 
toJson() - Method in class io.vertx.ext.consul.EventOptions
Convert to JSON
toJson(EventOptions, JsonObject) - Static method in class io.vertx.ext.consul.EventOptionsConverter
 
toJson(EventOptions, Map<String, Object>) - Static method in class io.vertx.ext.consul.EventOptionsConverter
 
toJson() - Method in class io.vertx.ext.consul.KeyValue
Convert to JSON
toJson(KeyValue, JsonObject) - Static method in class io.vertx.ext.consul.KeyValueConverter
 
toJson(KeyValue, Map<String, Object>) - Static method in class io.vertx.ext.consul.KeyValueConverter
 
toJson() - Method in class io.vertx.ext.consul.KeyValueList
Convert to JSON
toJson(KeyValueList, JsonObject) - Static method in class io.vertx.ext.consul.KeyValueListConverter
 
toJson(KeyValueList, Map<String, Object>) - Static method in class io.vertx.ext.consul.KeyValueListConverter
 
toJson() - Method in class io.vertx.ext.consul.KeyValueOptions
Convert to JSON
toJson() - Method in class io.vertx.ext.consul.MaintenanceOptions
Convert to JSON
toJson() - Method in class io.vertx.ext.consul.Node
Convert to JSON
toJson(Node, JsonObject) - Static method in class io.vertx.ext.consul.NodeConverter
 
toJson(Node, Map<String, Object>) - Static method in class io.vertx.ext.consul.NodeConverter
 
toJson() - Method in class io.vertx.ext.consul.NodeList
Convert to JSON
toJson(NodeList, JsonObject) - Static method in class io.vertx.ext.consul.NodeListConverter
 
toJson(NodeList, Map<String, Object>) - Static method in class io.vertx.ext.consul.NodeListConverter
 
toJson() - Method in class io.vertx.ext.consul.NodeQueryOptions
Convert to JSON
toJson(NodeQueryOptions, JsonObject) - Static method in class io.vertx.ext.consul.NodeQueryOptionsConverter
 
toJson(NodeQueryOptions, Map<String, Object>) - Static method in class io.vertx.ext.consul.NodeQueryOptionsConverter
 
toJson() - Method in class io.vertx.ext.consul.PreparedQueryDefinition
Convert to JSON
toJson() - Method in class io.vertx.ext.consul.PreparedQueryExecuteOptions
Convert to JSON
toJson(PreparedQueryExecuteOptions, JsonObject) - Static method in class io.vertx.ext.consul.PreparedQueryExecuteOptionsConverter
 
toJson(PreparedQueryExecuteOptions, Map<String, Object>) - Static method in class io.vertx.ext.consul.PreparedQueryExecuteOptionsConverter
 
toJson() - Method in class io.vertx.ext.consul.PreparedQueryExecuteResponse
Convert to JSON
toJson(PreparedQueryExecuteResponse, JsonObject) - Static method in class io.vertx.ext.consul.PreparedQueryExecuteResponseConverter
 
toJson(PreparedQueryExecuteResponse, Map<String, Object>) - Static method in class io.vertx.ext.consul.PreparedQueryExecuteResponseConverter
 
toJson() - Method in class io.vertx.ext.consul.Service
Convert to JSON
toJson() - Method in class io.vertx.ext.consul.ServiceEntry
Convert to JSON
toJson(ServiceEntry, JsonObject) - Static method in class io.vertx.ext.consul.ServiceEntryConverter
 
toJson(ServiceEntry, Map<String, Object>) - Static method in class io.vertx.ext.consul.ServiceEntryConverter
 
toJson() - Method in class io.vertx.ext.consul.ServiceEntryList
Convert to JSON
toJson(ServiceEntryList, JsonObject) - Static method in class io.vertx.ext.consul.ServiceEntryListConverter
 
toJson(ServiceEntryList, Map<String, Object>) - Static method in class io.vertx.ext.consul.ServiceEntryListConverter
 
toJson() - Method in class io.vertx.ext.consul.ServiceList
Convert to JSON
toJson(ServiceList, JsonObject) - Static method in class io.vertx.ext.consul.ServiceListConverter
 
toJson(ServiceList, Map<String, Object>) - Static method in class io.vertx.ext.consul.ServiceListConverter
 
toJson() - Method in class io.vertx.ext.consul.ServiceOptions
Convert to JSON
toJson(ServiceOptions, JsonObject) - Static method in class io.vertx.ext.consul.ServiceOptionsConverter
 
toJson(ServiceOptions, Map<String, Object>) - Static method in class io.vertx.ext.consul.ServiceOptionsConverter
 
toJson() - Method in class io.vertx.ext.consul.ServiceQueryOptions
Convert to JSON
toJson(ServiceQueryOptions, JsonObject) - Static method in class io.vertx.ext.consul.ServiceQueryOptionsConverter
 
toJson(ServiceQueryOptions, Map<String, Object>) - Static method in class io.vertx.ext.consul.ServiceQueryOptionsConverter
 
toJson() - Method in class io.vertx.ext.consul.Session
Convert to JSON
toJson(Session, JsonObject) - Static method in class io.vertx.ext.consul.SessionConverter
 
toJson(Session, Map<String, Object>) - Static method in class io.vertx.ext.consul.SessionConverter
 
toJson() - Method in class io.vertx.ext.consul.SessionList
Convert to JSON
toJson(SessionList, JsonObject) - Static method in class io.vertx.ext.consul.SessionListConverter
 
toJson(SessionList, Map<String, Object>) - Static method in class io.vertx.ext.consul.SessionListConverter
 
toJson() - Method in class io.vertx.ext.consul.SessionOptions
Convert to JSON
toJson() - Method in class io.vertx.ext.consul.TxnError
Convert to JSON
toJson(TxnError, JsonObject) - Static method in class io.vertx.ext.consul.TxnErrorConverter
 
toJson(TxnError, Map<String, Object>) - Static method in class io.vertx.ext.consul.TxnErrorConverter
 
toJson() - Method in class io.vertx.ext.consul.TxnKVOperation
Convert to JSON
toJson(TxnKVOperation, JsonObject) - Static method in class io.vertx.ext.consul.TxnKVOperationConverter
 
toJson(TxnKVOperation, Map<String, Object>) - Static method in class io.vertx.ext.consul.TxnKVOperationConverter
 
toJson() - Method in class io.vertx.ext.consul.TxnRequest
Convert to JSON
toJson() - Method in class io.vertx.ext.consul.TxnResponse
Convert to JSON
toJson() - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
 
toJson(DropwizardMetricsOptions, JsonObject) - Static method in class io.vertx.ext.dropwizard.DropwizardMetricsOptionsConverter
 
toJson(DropwizardMetricsOptions, Map<String, Object>) - Static method in class io.vertx.ext.dropwizard.DropwizardMetricsOptionsConverter
 
toJson() - Method in class io.vertx.ext.dropwizard.Match
 
toJson(Match, JsonObject) - Static method in class io.vertx.ext.dropwizard.MatchConverter
 
toJson(Match, Map<String, Object>) - Static method in class io.vertx.ext.dropwizard.MatchConverter
 
toJson() - Method in class io.vertx.ext.healthchecks.CheckResult
Get a JSON version of this result, it computes the overall outcome.
toJson() - Method in class io.vertx.ext.healthchecks.Status
Builds the JSON representation of the current Status instance.
toJson(Status, JsonObject) - Static method in class io.vertx.ext.healthchecks.StatusConverter
 
toJson(Status, Map<String, Object>) - Static method in class io.vertx.ext.healthchecks.StatusConverter
 
toJson() - Method in class io.vertx.ext.mail.DKIMSignOptions
Converts to JsonObject
toJson(DKIMSignOptions, JsonObject) - Static method in class io.vertx.ext.mail.DKIMSignOptionsConverter
 
toJson(DKIMSignOptions, Map<String, Object>) - Static method in class io.vertx.ext.mail.DKIMSignOptionsConverter
 
toJson() - Method in interface io.vertx.ext.mail.MailAttachment
convert this object to JSON representation
toJson() - Method in class io.vertx.ext.mail.MailConfig
convert config object to Json representation
toJson() - Method in class io.vertx.ext.mail.MailMessage
convert the mail message to Json representation
toJson() - Method in class io.vertx.ext.mail.MailResult
 
toJson() - Method in class io.vertx.ext.mongo.AggregateOptions
Convert to JSON
toJson(AggregateOptions, JsonObject) - Static method in class io.vertx.ext.mongo.AggregateOptionsConverter
 
toJson(AggregateOptions, Map<String, Object>) - Static method in class io.vertx.ext.mongo.AggregateOptionsConverter
 
toJson() - Method in class io.vertx.ext.mongo.BulkOperation
Generate a json from this object
toJson() - Method in class io.vertx.ext.mongo.BulkWriteOptions
 
toJson() - Method in class io.vertx.ext.mongo.FindOptions
Convert to JSON
toJson(FindOptions, JsonObject) - Static method in class io.vertx.ext.mongo.FindOptionsConverter
 
toJson(FindOptions, Map<String, Object>) - Static method in class io.vertx.ext.mongo.FindOptionsConverter
 
toJson() - Method in class io.vertx.ext.mongo.GridFsDownloadOptions
Convert to JSON
toJson() - Method in class io.vertx.ext.mongo.GridFsUploadOptions
Convert to JSON
toJson() - Method in class io.vertx.ext.mongo.IndexModel
Convert to JSON
toJson(IndexModel, JsonObject) - Static method in class io.vertx.ext.mongo.IndexModelConverter
 
toJson(IndexModel, Map<String, Object>) - Static method in class io.vertx.ext.mongo.IndexModelConverter
 
toJson() - Method in class io.vertx.ext.mongo.IndexOptions
Convert to JSON
toJson() - Method in class io.vertx.ext.mongo.MongoClientBulkWriteResult
Convert to JSON
toJson() - Method in class io.vertx.ext.mongo.MongoClientDeleteResult
Convert to JSON
toJson() - Method in class io.vertx.ext.mongo.MongoClientUpdateResult
Convert to JSON
toJson() - Method in class io.vertx.ext.mongo.UpdateOptions
 
toJson(ShellServerOptions, JsonObject) - Static method in class io.vertx.ext.shell.ShellServerOptionsConverter
 
toJson(ShellServerOptions, Map<String, Object>) - Static method in class io.vertx.ext.shell.ShellServerOptionsConverter
 
toJson(ShellServiceOptions, JsonObject) - Static method in class io.vertx.ext.shell.ShellServiceOptionsConverter
 
toJson(ShellServiceOptions, Map<String, Object>) - Static method in class io.vertx.ext.shell.ShellServiceOptionsConverter
 
toJson(HttpTermOptions, JsonObject) - Static method in class io.vertx.ext.shell.term.HttpTermOptionsConverter
 
toJson(HttpTermOptions, Map<String, Object>) - Static method in class io.vertx.ext.shell.term.HttpTermOptionsConverter
 
toJson(SSHTermOptions, JsonObject) - Static method in class io.vertx.ext.shell.term.SSHTermOptionsConverter
 
toJson(SSHTermOptions, Map<String, Object>) - Static method in class io.vertx.ext.shell.term.SSHTermOptionsConverter
 
toJson(TelnetTermOptions, JsonObject) - Static method in class io.vertx.ext.shell.term.TelnetTermOptionsConverter
 
toJson(TelnetTermOptions, Map<String, Object>) - Static method in class io.vertx.ext.shell.term.TelnetTermOptionsConverter
 
toJson() - Method in class io.vertx.ext.sql.ResultSet
Convert to JSON
toJson(ResultSet, JsonObject) - Static method in class io.vertx.ext.sql.ResultSetConverter
 
toJson(ResultSet, Map<String, Object>) - Static method in class io.vertx.ext.sql.ResultSetConverter
 
toJson(SQLOptions, JsonObject) - Static method in class io.vertx.ext.sql.SQLOptionsConverter
 
toJson(SQLOptions, Map<String, Object>) - Static method in class io.vertx.ext.sql.SQLOptionsConverter
 
toJson() - Method in class io.vertx.ext.sql.UpdateResult
Convert to JSON
toJson(UpdateResult, JsonObject) - Static method in class io.vertx.ext.sql.UpdateResultConverter
 
toJson(UpdateResult, Map<String, Object>) - Static method in class io.vertx.ext.sql.UpdateResultConverter
 
toJson() - Method in class io.vertx.ext.stomp.BridgeOptions
 
toJson() - Method in class io.vertx.ext.stomp.Frame
 
toJson(Frame, JsonObject) - Static method in class io.vertx.ext.stomp.FrameConverter
 
toJson(Frame, Map<String, Object>) - Static method in class io.vertx.ext.stomp.FrameConverter
 
toJson() - Method in class io.vertx.ext.stomp.StompClientOptions
 
toJson(StompClientOptions, JsonObject) - Static method in class io.vertx.ext.stomp.StompClientOptionsConverter
 
toJson(StompClientOptions, Map<String, Object>) - Static method in class io.vertx.ext.stomp.StompClientOptionsConverter
 
toJson() - Method in class io.vertx.ext.stomp.StompServerOptions
 
toJson(StompServerOptions, JsonObject) - Static method in class io.vertx.ext.stomp.StompServerOptionsConverter
 
toJson(StompServerOptions, Map<String, Object>) - Static method in class io.vertx.ext.stomp.StompServerOptionsConverter
 
toJson() - Method in class io.vertx.ext.unit.report.ReportingOptions
 
toJson(ReportingOptions, JsonObject) - Static method in class io.vertx.ext.unit.report.ReportingOptionsConverter
 
toJson(ReportingOptions, Map<String, Object>) - Static method in class io.vertx.ext.unit.report.ReportingOptionsConverter
 
toJson() - Method in class io.vertx.ext.unit.report.ReportOptions
 
toJson(ReportOptions, JsonObject) - Static method in class io.vertx.ext.unit.report.ReportOptionsConverter
 
toJson(ReportOptions, Map<String, Object>) - Static method in class io.vertx.ext.unit.report.ReportOptionsConverter
 
toJson() - Method in class io.vertx.ext.unit.TestOptions
 
toJson(TestOptions, JsonObject) - Static method in class io.vertx.ext.unit.TestOptionsConverter
 
toJson(TestOptions, Map<String, Object>) - Static method in class io.vertx.ext.unit.TestOptionsConverter
 
toJson() - Method in class io.vertx.ext.web.api.contract.RouterFactoryOptions
Deprecated.
 
toJson() - Method in class io.vertx.ext.web.api.OperationRequest
Deprecated.
 
toJson() - Method in class io.vertx.ext.web.api.OperationResponse
Deprecated.
 
toJson() - Method in interface io.vertx.ext.web.api.RequestParameter
Deprecated.
Converts deeply this RequestParameter in a Json representation
toJson() - Method in interface io.vertx.ext.web.api.RequestParameters
Deprecated.
This method converts RequestParameters in an unique JsonObject with 6 fields: cookie, path, query, header, form, body
cookie, path, query, header, form are JsonObject where keys are param names and values are param values, while body depends on body's shape and may not exist
toJson() - Method in class io.vertx.ext.web.api.service.ServiceRequest
 
toJson() - Method in class io.vertx.ext.web.api.service.ServiceResponse
 
toJson() - Method in class io.vertx.ext.web.client.WebClientOptions
Convert to JSON
toJson(WebClientOptions, JsonObject) - Static method in class io.vertx.ext.web.client.WebClientOptionsConverter
 
toJson(WebClientOptions, Map<String, Object>) - Static method in class io.vertx.ext.web.client.WebClientOptionsConverter
 
toJson() - Method in class io.vertx.ext.web.handler.graphql.ApolloWSOptions
 
toJson(ApolloWSOptions, JsonObject) - Static method in class io.vertx.ext.web.handler.graphql.ApolloWSOptionsConverter
 
toJson(ApolloWSOptions, Map<String, Object>) - Static method in class io.vertx.ext.web.handler.graphql.ApolloWSOptionsConverter
 
toJson() - Method in class io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions
 
toJson(GraphiQLHandlerOptions, JsonObject) - Static method in class io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptionsConverter
 
toJson(GraphiQLHandlerOptions, Map<String, Object>) - Static method in class io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptionsConverter
 
toJson() - Method in class io.vertx.ext.web.handler.graphql.GraphQLHandlerOptions
 
toJson(GraphQLHandlerOptions, JsonObject) - Static method in class io.vertx.ext.web.handler.graphql.GraphQLHandlerOptionsConverter
 
toJson(GraphQLHandlerOptions, Map<String, Object>) - Static method in class io.vertx.ext.web.handler.graphql.GraphQLHandlerOptionsConverter
 
toJson() - Method in class io.vertx.ext.web.handler.sockjs.SockJSBridgeOptions
 
toJson(SockJSBridgeOptions, JsonObject) - Static method in class io.vertx.ext.web.handler.sockjs.SockJSBridgeOptionsConverter
 
toJson(SockJSBridgeOptions, Map<String, Object>) - Static method in class io.vertx.ext.web.handler.sockjs.SockJSBridgeOptionsConverter
 
toJson() - Method in class io.vertx.ext.web.Http2PushMapping
 
toJson(Http2PushMapping, JsonObject) - Static method in class io.vertx.ext.web.Http2PushMappingConverter
 
toJson(Http2PushMapping, Map<String, Object>) - Static method in class io.vertx.ext.web.Http2PushMappingConverter
 
toJson() - Method in class io.vertx.ext.web.openapi.OpenAPILoaderOptions
 
toJson(OpenAPILoaderOptions, JsonObject) - Static method in class io.vertx.ext.web.openapi.OpenAPILoaderOptionsConverter
 
toJson(OpenAPILoaderOptions, Map<String, Object>) - Static method in class io.vertx.ext.web.openapi.OpenAPILoaderOptionsConverter
 
toJson() - Method in class io.vertx.ext.web.openapi.RouterBuilderOptions
 
toJson() - Method in exception io.vertx.ext.web.validation.BadRequestException
Returns a Json representation of the exception
toJson() - Method in exception io.vertx.ext.web.validation.BodyProcessorException
 
toJson() - Method in exception io.vertx.ext.web.validation.ParameterProcessorException
 
toJson() - Method in interface io.vertx.ext.web.validation.RequestParameters
This method converts RequestParameters in an unique JsonObject with 6 fields: cookie, path, query, header, form, body
cookie, path, query, header, form are JsonObject where keys are param names and values are param values, while body depends on body's shape and may not exist
toJson() - Method in class io.vertx.jdbcclient.JDBCConnectOptions
 
toJson(JDBCConnectOptions, JsonObject) - Static method in class io.vertx.jdbcclient.JDBCConnectOptionsConverter
 
toJson(JDBCConnectOptions, Map<String, Object>) - Static method in class io.vertx.jdbcclient.JDBCConnectOptionsConverter
 
toJson() - Method in class io.vertx.json.schema.common.dsl.ArraySchemaBuilder
 
toJson() - Method in class io.vertx.json.schema.common.dsl.ObjectSchemaBuilder
 
toJson() - Method in class io.vertx.json.schema.common.dsl.SchemaBuilder
 
toJson() - Method in class io.vertx.json.schema.common.dsl.TupleSchemaBuilder
 
toJson() - Method in class io.vertx.json.schema.SchemaRouterOptions
 
toJson(SchemaRouterOptions, JsonObject) - Static method in class io.vertx.json.schema.SchemaRouterOptionsConverter
 
toJson(SchemaRouterOptions, Map<String, Object>) - Static method in class io.vertx.json.schema.SchemaRouterOptionsConverter
 
toJson() - Method in class io.vertx.kafka.admin.ClusterDescription
Convert object to JSON representation
toJson(ClusterDescription, JsonObject) - Static method in class io.vertx.kafka.admin.ClusterDescriptionConverter
 
toJson(ClusterDescription, Map<String, Object>) - Static method in class io.vertx.kafka.admin.ClusterDescriptionConverter
 
toJson() - Method in class io.vertx.kafka.admin.Config
Convert object to JSON representation
toJson(Config, JsonObject) - Static method in class io.vertx.kafka.admin.ConfigConverter
 
toJson(Config, Map<String, Object>) - Static method in class io.vertx.kafka.admin.ConfigConverter
 
toJson() - Method in class io.vertx.kafka.admin.ConfigEntry
Convert object to JSON representation
toJson(ConfigEntry, JsonObject) - Static method in class io.vertx.kafka.admin.ConfigEntryConverter
 
toJson(ConfigEntry, Map<String, Object>) - Static method in class io.vertx.kafka.admin.ConfigEntryConverter
 
toJson() - Method in class io.vertx.kafka.admin.ConfigSynonym
Convert object to JSON representation
toJson(ConfigSynonym, JsonObject) - Static method in class io.vertx.kafka.admin.ConfigSynonymConverter
 
toJson(ConfigSynonym, Map<String, Object>) - Static method in class io.vertx.kafka.admin.ConfigSynonymConverter
 
toJson() - Method in class io.vertx.kafka.admin.ConsumerGroupDescription
Convert object to JSON representation
toJson(ConsumerGroupDescription, JsonObject) - Static method in class io.vertx.kafka.admin.ConsumerGroupDescriptionConverter
 
toJson(ConsumerGroupDescription, Map<String, Object>) - Static method in class io.vertx.kafka.admin.ConsumerGroupDescriptionConverter
 
toJson() - Method in class io.vertx.kafka.admin.ConsumerGroupListing
Convert object to JSON representation
toJson(ConsumerGroupListing, JsonObject) - Static method in class io.vertx.kafka.admin.ConsumerGroupListingConverter
 
toJson(ConsumerGroupListing, Map<String, Object>) - Static method in class io.vertx.kafka.admin.ConsumerGroupListingConverter
 
toJson() - Method in class io.vertx.kafka.admin.ListConsumerGroupOffsetsOptions
Convert object to JSON representation
toJson(ListConsumerGroupOffsetsOptions, JsonObject) - Static method in class io.vertx.kafka.admin.ListConsumerGroupOffsetsOptionsConverter
 
toJson(ListConsumerGroupOffsetsOptions, Map<String, Object>) - Static method in class io.vertx.kafka.admin.ListConsumerGroupOffsetsOptionsConverter
 
toJson() - Method in class io.vertx.kafka.admin.ListOffsetsResultInfo
Convert object to JSON representation
toJson(ListOffsetsResultInfo, JsonObject) - Static method in class io.vertx.kafka.admin.ListOffsetsResultInfoConverter
 
toJson(ListOffsetsResultInfo, Map<String, Object>) - Static method in class io.vertx.kafka.admin.ListOffsetsResultInfoConverter
 
toJson() - Method in class io.vertx.kafka.admin.MemberAssignment
Convert object to JSON representation
toJson(MemberAssignment, JsonObject) - Static method in class io.vertx.kafka.admin.MemberAssignmentConverter
 
toJson(MemberAssignment, Map<String, Object>) - Static method in class io.vertx.kafka.admin.MemberAssignmentConverter
 
toJson() - Method in class io.vertx.kafka.admin.MemberDescription
Convert object to JSON representation
toJson(MemberDescription, JsonObject) - Static method in class io.vertx.kafka.admin.MemberDescriptionConverter
 
toJson(MemberDescription, Map<String, Object>) - Static method in class io.vertx.kafka.admin.MemberDescriptionConverter
 
toJson() - Method in class io.vertx.kafka.admin.NewTopic
Convert object to JSON representation
toJson(NewTopic, JsonObject) - Static method in class io.vertx.kafka.admin.NewTopicConverter
 
toJson(NewTopic, Map<String, Object>) - Static method in class io.vertx.kafka.admin.NewTopicConverter
 
toJson() - Method in class io.vertx.kafka.admin.OffsetSpec
Convert object to JSON representation
toJson(OffsetSpec, JsonObject) - Static method in class io.vertx.kafka.admin.OffsetSpecConverter
 
toJson(OffsetSpec, Map<String, Object>) - Static method in class io.vertx.kafka.admin.OffsetSpecConverter
 
toJson() - Method in class io.vertx.kafka.admin.TopicDescription
Convert object to JSON representation
toJson(TopicDescription, JsonObject) - Static method in class io.vertx.kafka.admin.TopicDescriptionConverter
 
toJson(TopicDescription, Map<String, Object>) - Static method in class io.vertx.kafka.admin.TopicDescriptionConverter
 
toJson() - Method in class io.vertx.kafka.client.common.ConfigResource
Convert object to JSON representation
toJson(ConfigResource, JsonObject) - Static method in class io.vertx.kafka.client.common.ConfigResourceConverter
 
toJson(ConfigResource, Map<String, Object>) - Static method in class io.vertx.kafka.client.common.ConfigResourceConverter
 
toJson() - Method in class io.vertx.kafka.client.common.KafkaClientOptions
 
toJson(KafkaClientOptions, JsonObject) - Static method in class io.vertx.kafka.client.common.KafkaClientOptionsConverter
 
toJson(KafkaClientOptions, Map<String, Object>) - Static method in class io.vertx.kafka.client.common.KafkaClientOptionsConverter
 
toJson() - Method in class io.vertx.kafka.client.common.Node
Convert object to JSON representation
toJson() - Method in class io.vertx.kafka.client.common.PartitionInfo
Convert object to JSON representation
toJson(PartitionInfo, JsonObject) - Static method in class io.vertx.kafka.client.common.PartitionInfoConverter
 
toJson(PartitionInfo, Map<String, Object>) - Static method in class io.vertx.kafka.client.common.PartitionInfoConverter
 
toJson() - Method in class io.vertx.kafka.client.common.TopicPartition
Convert object to JSON representation
toJson() - Method in class io.vertx.kafka.client.common.TopicPartitionInfo
Convert object to JSON representation
toJson(TopicPartitionInfo, JsonObject) - Static method in class io.vertx.kafka.client.common.TopicPartitionInfoConverter
 
toJson(TopicPartitionInfo, Map<String, Object>) - Static method in class io.vertx.kafka.client.common.TopicPartitionInfoConverter
 
toJson() - Method in class io.vertx.kafka.client.consumer.OffsetAndMetadata
Convert object to JSON representation
toJson() - Method in class io.vertx.kafka.client.consumer.OffsetAndTimestamp
Convert object to JSON representation
toJson() - Method in class io.vertx.kafka.client.producer.RecordMetadata
Convert object to JSON representation
toJson() - Method in class io.vertx.micrometer.MetricsNaming
 
toJson(MetricsNaming, JsonObject) - Static method in class io.vertx.micrometer.MetricsNamingConverter
 
toJson(MetricsNaming, Map<String, Object>) - Static method in class io.vertx.micrometer.MetricsNamingConverter
 
toJson() - Method in class io.vertx.micrometer.MicrometerMetricsOptions
 
toJson(MicrometerMetricsOptions, JsonObject) - Static method in class io.vertx.micrometer.MicrometerMetricsOptionsConverter
 
toJson(MicrometerMetricsOptions, Map<String, Object>) - Static method in class io.vertx.micrometer.MicrometerMetricsOptionsConverter
 
toJson() - Method in class io.vertx.micrometer.VertxInfluxDbOptions
 
toJson(VertxInfluxDbOptions, JsonObject) - Static method in class io.vertx.micrometer.VertxInfluxDbOptionsConverter
 
toJson(VertxInfluxDbOptions, Map<String, Object>) - Static method in class io.vertx.micrometer.VertxInfluxDbOptionsConverter
 
toJson() - Method in class io.vertx.micrometer.VertxJmxMetricsOptions
 
toJson(VertxJmxMetricsOptions, JsonObject) - Static method in class io.vertx.micrometer.VertxJmxMetricsOptionsConverter
 
toJson(VertxJmxMetricsOptions, Map<String, Object>) - Static method in class io.vertx.micrometer.VertxJmxMetricsOptionsConverter
 
toJson() - Method in class io.vertx.micrometer.VertxPrometheusOptions
 
toJson(VertxPrometheusOptions, JsonObject) - Static method in class io.vertx.micrometer.VertxPrometheusOptionsConverter
 
toJson(VertxPrometheusOptions, Map<String, Object>) - Static method in class io.vertx.micrometer.VertxPrometheusOptionsConverter
 
toJson() - Method in class io.vertx.mqtt.MqttAuth
Convert instance in JSON
toJson(MqttClientOptions, JsonObject) - Static method in class io.vertx.mqtt.MqttClientOptionsConverter
 
toJson(MqttClientOptions, Map<String, Object>) - Static method in class io.vertx.mqtt.MqttClientOptionsConverter
 
toJson() - Method in class io.vertx.mqtt.MqttWill
Convert instance in JSON
toJson() - Method in class io.vertx.mysqlclient.MySQLAuthOptions
 
toJson(MySQLAuthOptions, JsonObject) - Static method in class io.vertx.mysqlclient.MySQLAuthOptionsConverter
 
toJson(MySQLAuthOptions, Map<String, Object>) - Static method in class io.vertx.mysqlclient.MySQLAuthOptionsConverter
 
toJson() - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
toJson(MySQLConnectOptions, JsonObject) - Static method in class io.vertx.mysqlclient.MySQLConnectOptionsConverter
 
toJson(MySQLConnectOptions, Map<String, Object>) - Static method in class io.vertx.mysqlclient.MySQLConnectOptionsConverter
 
toJson() - Method in class io.vertx.pgclient.PgConnectOptions
 
toJson(PgConnectOptions, JsonObject) - Static method in class io.vertx.pgclient.PgConnectOptionsConverter
 
toJson(PgConnectOptions, Map<String, Object>) - Static method in class io.vertx.pgclient.PgConnectOptionsConverter
 
toJson() - Method in class io.vertx.pgclient.PgNotification
 
toJson(PgNotification, JsonObject) - Static method in class io.vertx.pgclient.PgNotificationConverter
 
toJson(PgNotification, Map<String, Object>) - Static method in class io.vertx.pgclient.PgNotificationConverter
 
toJson(QueueOptions, JsonObject) - Static method in class io.vertx.rabbitmq.QueueOptionsConverter
 
toJson(QueueOptions, Map<String, Object>) - Static method in class io.vertx.rabbitmq.QueueOptionsConverter
 
toJson() - Method in class io.vertx.rabbitmq.RabbitMQConfirmation
 
toJson(RabbitMQConfirmation, JsonObject) - Static method in class io.vertx.rabbitmq.RabbitMQConfirmationConverter
 
toJson(RabbitMQConfirmation, Map<String, Object>) - Static method in class io.vertx.rabbitmq.RabbitMQConfirmationConverter
 
toJson(RabbitMQOptions, JsonObject) - Static method in class io.vertx.rabbitmq.RabbitMQOptionsConverter
 
toJson(RabbitMQOptions, Map<String, Object>) - Static method in class io.vertx.rabbitmq.RabbitMQOptionsConverter
 
toJson() - Method in class io.vertx.rabbitmq.RabbitMQPublisherConfirmation
 
toJson(RabbitMQPublisherConfirmation, JsonObject) - Static method in class io.vertx.rabbitmq.RabbitMQPublisherConfirmationConverter
 
toJson(RabbitMQPublisherConfirmation, Map<String, Object>) - Static method in class io.vertx.rabbitmq.RabbitMQPublisherConfirmationConverter
 
toJson(RabbitMQPublisherOptions, JsonObject) - Static method in class io.vertx.rabbitmq.RabbitMQPublisherOptionsConverter
 
toJson(RabbitMQPublisherOptions, Map<String, Object>) - Static method in class io.vertx.rabbitmq.RabbitMQPublisherOptionsConverter
 
toJson() - Method in class io.vertx.reactivex.core.buffer.Buffer
Returns a Json representation of the Buffer.
toJson() - Method in class io.vertx.reactivex.ext.mail.MailAttachment
convert this object to JSON representation
toJson() - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
Deprecated.
toJson() - Method in class io.vertx.reactivex.ext.web.api.RequestParameters
Deprecated.
toJson() - Method in class io.vertx.reactivex.ext.web.validation.RequestParameters
This method converts RequestParameters in an unique JsonObject with 6 fields: cookie, path, query, header, form, body
cookie, path, query, header, form are JsonObject where keys are param names and values are param values, while body depends on body's shape and may not exist
toJson() - Method in class io.vertx.reactivex.sqlclient.Row
Return a JSON object representation of the row.
toJson() - Method in class io.vertx.redis.client.RedisOptions
Converts this object to JSON notation.
toJson(RedisOptions, JsonObject) - Static method in class io.vertx.redis.client.RedisOptionsConverter
 
toJson(RedisOptions, Map<String, Object>) - Static method in class io.vertx.redis.client.RedisOptionsConverter
 
toJson() - Method in class io.vertx.rxjava.core.buffer.Buffer
Returns a Json representation of the Buffer.
toJson() - Method in class io.vertx.rxjava.ext.mail.MailAttachment
convert this object to JSON representation
toJson() - Method in class io.vertx.rxjava.ext.web.api.RequestParameter
Deprecated.
toJson() - Method in class io.vertx.rxjava.ext.web.api.RequestParameters
Deprecated.
toJson() - Method in class io.vertx.rxjava.ext.web.validation.RequestParameters
This method converts RequestParameters in an unique JsonObject with 6 fields: cookie, path, query, header, form, body
cookie, path, query, header, form are JsonObject where keys are param names and values are param values, while body depends on body's shape and may not exist
toJson() - Method in class io.vertx.rxjava.sqlclient.Row
Return a JSON object representation of the row.
toJson() - Method in class io.vertx.servicediscovery.Record
 
toJson(Record, JsonObject) - Static method in class io.vertx.servicediscovery.RecordConverter
 
toJson(Record, Map<String, Object>) - Static method in class io.vertx.servicediscovery.RecordConverter
 
toJson() - Method in class io.vertx.servicediscovery.ServiceDiscoveryOptions
Builds the JSON representation for the current ServiceDiscoveryOptions.
toJson(ServiceDiscoveryOptions, JsonObject) - Static method in class io.vertx.servicediscovery.ServiceDiscoveryOptionsConverter
 
toJson(ServiceDiscoveryOptions, Map<String, Object>) - Static method in class io.vertx.servicediscovery.ServiceDiscoveryOptionsConverter
 
toJson() - Method in class io.vertx.servicediscovery.types.HttpLocation
 
toJson(HttpLocation, JsonObject) - Static method in class io.vertx.servicediscovery.types.HttpLocationConverter
 
toJson(HttpLocation, Map<String, Object>) - Static method in class io.vertx.servicediscovery.types.HttpLocationConverter
 
toJson() - Method in class io.vertx.spi.cluster.ignite.IgniteCacheOptions
Convert to JSON
toJson(IgniteCacheOptions, JsonObject) - Static method in class io.vertx.spi.cluster.ignite.IgniteCacheOptionsConverter
 
toJson(IgniteCacheOptions, Map<String, Object>) - Static method in class io.vertx.spi.cluster.ignite.IgniteCacheOptionsConverter
 
toJson() - Method in class io.vertx.spi.cluster.ignite.IgniteDiscoveryOptions
Convert to JSON
toJson(IgniteDiscoveryOptions, JsonObject) - Static method in class io.vertx.spi.cluster.ignite.IgniteDiscoveryOptionsConverter
 
toJson(IgniteDiscoveryOptions, Map<String, Object>) - Static method in class io.vertx.spi.cluster.ignite.IgniteDiscoveryOptionsConverter
 
toJson() - Method in class io.vertx.spi.cluster.ignite.IgniteMetricExporterOptions
Convert to JSON
toJson(IgniteMetricExporterOptions, JsonObject) - Static method in class io.vertx.spi.cluster.ignite.IgniteMetricExporterOptionsConverter
 
toJson(IgniteMetricExporterOptions, Map<String, Object>) - Static method in class io.vertx.spi.cluster.ignite.IgniteMetricExporterOptionsConverter
 
toJson() - Method in class io.vertx.spi.cluster.ignite.IgniteOptions
Convert to JSON
toJson(IgniteOptions, JsonObject) - Static method in class io.vertx.spi.cluster.ignite.IgniteOptionsConverter
 
toJson(IgniteOptions, Map<String, Object>) - Static method in class io.vertx.spi.cluster.ignite.IgniteOptionsConverter
 
toJson() - Method in class io.vertx.spi.cluster.ignite.IgniteSslOptions
Convert to JSON
toJson(IgniteSslOptions, JsonObject) - Static method in class io.vertx.spi.cluster.ignite.IgniteSslOptionsConverter
 
toJson(IgniteSslOptions, Map<String, Object>) - Static method in class io.vertx.spi.cluster.ignite.IgniteSslOptionsConverter
 
toJson() - Method in class io.vertx.sqlclient.PoolOptions
 
toJson(PoolOptions, JsonObject) - Static method in class io.vertx.sqlclient.PoolOptionsConverter
 
toJson(PoolOptions, Map<String, Object>) - Static method in class io.vertx.sqlclient.PoolOptionsConverter
 
toJson() - Method in interface io.vertx.sqlclient.Row
Return a JSON object representation of the row.
toJson() - Method in class io.vertx.sqlclient.SqlConnectOptions
 
toJson(SqlConnectOptions, JsonObject) - Static method in class io.vertx.sqlclient.SqlConnectOptionsConverter
 
toJson(SqlConnectOptions, Map<String, Object>) - Static method in class io.vertx.sqlclient.SqlConnectOptionsConverter
 
toJsonArray() - Method in interface io.vertx.core.buffer.Buffer
Returns a Json array representation of the Buffer.
toJsonArray() - Method in class io.vertx.reactivex.core.buffer.Buffer
Returns a Json array representation of the Buffer.
toJsonArray() - Method in class io.vertx.rxjava.core.buffer.Buffer
Returns a Json array representation of the Buffer.
toJsonObject() - Method in interface io.vertx.core.buffer.Buffer
Returns a Json object representation of the Buffer.
toJsonObject() - Method in class io.vertx.reactivex.core.buffer.Buffer
Returns a Json object representation of the Buffer.
toJsonObject() - Method in class io.vertx.rxjava.core.buffer.Buffer
Returns a Json object representation of the Buffer.
TOKEN_HEADER - Static variable in class io.vertx.config.vault.client.SlimVaultClient
 
TokenCredentials - Class in io.vertx.ext.auth.authentication
Credentials used by any AuthenticationProvider that requires Tokens, such as OAuth2 or JWT to perform its authentication
TokenCredentials() - Constructor for class io.vertx.ext.auth.authentication.TokenCredentials
 
TokenCredentials(String) - Constructor for class io.vertx.ext.auth.authentication.TokenCredentials
 
TokenCredentials(JsonObject) - Constructor for class io.vertx.ext.auth.authentication.TokenCredentials
 
TokenCredentialsConverter - Class in io.vertx.ext.auth.authentication
Converter and mapper for TokenCredentials.
TokenCredentialsConverter() - Constructor for class io.vertx.ext.auth.authentication.TokenCredentialsConverter
 
tokenize(String) - Static method in interface io.vertx.ext.shell.cli.CliToken
Tokenize the string argument and return a list of tokens.
tokenize(String) - Static method in class io.vertx.reactivex.ext.shell.cli.CliToken
Tokenize the string argument and return a list of tokens.
tokenize(String) - Static method in class io.vertx.rxjava.ext.shell.cli.CliToken
Tokenize the string argument and return a list of tokens.
TokenRequest - Class in io.vertx.config.vault.client
The token request structure.
TokenRequest() - Constructor for class io.vertx.config.vault.client.TokenRequest
 
TokenRequest(JsonObject) - Constructor for class io.vertx.config.vault.client.TokenRequest
 
tokenType() - Method in interface io.vertx.ext.auth.oauth2.AccessToken
Deprecated.
 
tokenType() - Method in class io.vertx.reactivex.ext.auth.oauth2.AccessToken
 
tokenType() - Method in class io.vertx.rxjava.ext.auth.oauth2.AccessToken
 
toLong() - Method in class io.vertx.reactivex.redis.client.Response
Get this response as a Long.
toLong() - Method in interface io.vertx.redis.client.Response
Get this response as a Long.
toLong() - Method in class io.vertx.rxjava.redis.client.Response
Get this response as a Long.
toMaybe(Consumer<Handler<AsyncResult<T>>>) - Static method in class io.vertx.reactivex.MaybeHelper
Returns a Maybe that, when subscribed, uses the provided handler to adapt a callback-based asynchronous method.
toMicrometerConfig() - Method in class io.vertx.micrometer.VertxInfluxDbOptions
Convert these options to a Micrometer's InfluxConfig object
toMicrometerConfig() - Method in class io.vertx.micrometer.VertxJmxMetricsOptions
Convert these options to a Micrometer's JmxConfig object
toNetSocket(Handler<AsyncResult<NetSocket>>) - Method in interface io.vertx.core.http.HttpServerRequest
Establish a TCP tunnel with the client.
toNetSocket() - Method in interface io.vertx.core.http.HttpServerRequest
Like HttpServerRequest.toNetSocket(Handler) but returns a Future of the asynchronous result
toNetSocket(Handler<AsyncResult<NetSocket>>) - Method in class io.vertx.reactivex.core.http.HttpServerRequest
Establish a TCP tunnel with the client.
toNetSocket() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
Establish a TCP tunnel with the client.
toNetSocket(Handler<AsyncResult<NetSocket>>) - Method in class io.vertx.rxjava.core.http.HttpServerRequest
Establish a TCP tunnel with the client.
toNetSocket() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
Establish a TCP tunnel with the client.
toNetty() - Method in class io.vertx.core.http.HttpMethod
 
toNumber() - Method in class io.vertx.reactivex.redis.client.Response
Get this response as a Number.
toNumber() - Method in interface io.vertx.redis.client.Response
Get this response as a Number.
toNumber() - Method in class io.vertx.rxjava.redis.client.Response
Get this response as a Number.
toObservable() - Method in class io.vertx.reactivex.amqp.AmqpReceiver
 
toObservable() - Method in class io.vertx.reactivex.cassandra.CassandraRowStream
 
toObservable() - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
 
toObservable() - Method in class io.vertx.reactivex.core.eventbus.MessageConsumer
 
toObservable() - Method in class io.vertx.reactivex.core.file.AsyncFile
 
toObservable() - Method in class io.vertx.reactivex.core.http.HttpClientResponse
 
toObservable() - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
 
toObservable() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
 
toObservable() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
toObservable() - Method in class io.vertx.reactivex.core.http.WebSocket
 
toObservable() - Method in class io.vertx.reactivex.core.net.NetSocket
 
toObservable() - Method in class io.vertx.reactivex.core.parsetools.JsonParser
 
toObservable() - Method in class io.vertx.reactivex.core.parsetools.RecordParser
 
toObservable() - Method in interface io.vertx.reactivex.core.streams.ReadStream
 
toObservable() - Method in class io.vertx.reactivex.core.TimeoutStream
 
toObservable() - Method in class io.vertx.reactivex.ext.sql.SQLRowStream
 
toObservable() - Method in class io.vertx.reactivex.ext.unit.report.TestSuiteReport
 
toObservable() - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
 
toObservable() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
 
toObservable(ReadStream<T>) - Static method in class io.vertx.reactivex.ObservableHelper
Adapts a Vert.x to an RxJava .
toObservable(ReadStream<T>, Function<T, U>) - Static method in class io.vertx.reactivex.ObservableHelper
Like ObservableHelper.toObservable(ReadStream) but with a mapping function
toObservable() - Method in class io.vertx.reactivex.pgclient.pubsub.PgChannel
 
toObservable() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQConsumer
 
toObservable() - Method in class io.vertx.reactivex.redis.client.RedisConnection
 
toObservable() - Method in class io.vertx.reactivex.sqlclient.RowStream
 
toObservable(ReadStream<T>) - Static method in class io.vertx.rx.java.RxHelper
Adapts a Vert.x io.vertx.core.streams.ReadStream to an RxJava Observable.
toObservable(ReadStream<T>, int) - Static method in class io.vertx.rx.java.RxHelper
Adapts a Vert.x io.vertx.core.streams.ReadStream to an RxJava Observable.
toObservable(ReadStream<T>, Function<T, R>) - Static method in class io.vertx.rx.java.RxHelper
Like RxHelper.toObservable(ReadStream) but with a function that adapts the items.
toObservable(ReadStream<T>, Function<T, R>, int) - Static method in class io.vertx.rx.java.RxHelper
Like RxHelper.toObservable(ReadStream, int) but with a function that adapts the items.
toObservable() - Method in class io.vertx.rxjava.amqp.AmqpReceiver
 
toObservable() - Method in class io.vertx.rxjava.cassandra.CassandraRowStream
 
toObservable() - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
 
toObservable() - Method in class io.vertx.rxjava.core.eventbus.MessageConsumer
 
toObservable() - Method in class io.vertx.rxjava.core.file.AsyncFile
 
toObservable() - Method in class io.vertx.rxjava.core.http.HttpClientResponse
 
toObservable() - Method in class io.vertx.rxjava.core.http.HttpServerFileUpload
 
toObservable() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
toObservable() - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
toObservable() - Method in class io.vertx.rxjava.core.http.WebSocket
 
toObservable() - Method in class io.vertx.rxjava.core.net.NetSocket
 
toObservable() - Method in class io.vertx.rxjava.core.parsetools.JsonParser
 
toObservable() - Method in class io.vertx.rxjava.core.parsetools.RecordParser
 
toObservable() - Method in interface io.vertx.rxjava.core.streams.ReadStream
 
toObservable() - Method in class io.vertx.rxjava.core.TimeoutStream
 
toObservable() - Method in class io.vertx.rxjava.ext.sql.SQLRowStream
 
toObservable() - Method in class io.vertx.rxjava.ext.unit.report.TestSuiteReport
 
toObservable() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
 
toObservable() - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
 
toObservable() - Method in class io.vertx.rxjava.pgclient.pubsub.PgChannel
 
toObservable() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQConsumer
 
toObservable() - Method in class io.vertx.rxjava.redis.client.RedisConnection
 
toObservable() - Method in class io.vertx.rxjava.sqlclient.RowStream
 
toObserver() - Method in class io.vertx.reactivex.amqp.AmqpSender
 
toObserver(Handler<AsyncResult<T>>) - Static method in class io.vertx.reactivex.CompletableHelper
Adapts an Vert.x Handler<AsyncResult<T>> to an RxJava2 SingleObserver.
toObserver() - Method in class io.vertx.reactivex.core.file.AsyncFile
 
toObserver() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
 
toObserver() - Method in class io.vertx.reactivex.core.http.HttpServerResponse
 
toObserver() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
toObserver() - Method in class io.vertx.reactivex.core.http.WebSocket
 
toObserver() - Method in class io.vertx.reactivex.core.net.NetSocket
 
toObserver() - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
 
toObserver() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
 
toObserver(Handler<AsyncResult<T>>) - Static method in class io.vertx.reactivex.MaybeHelper
Adapts an Vert.x Handler<AsyncResult<T>> to an RxJava2 MaybeObserver.
toObserver(WriteStream<T>) - Static method in class io.vertx.reactivex.RxHelper
Adapts a Vert.x WriteStream to an RxJava Observer.
toObserver(WriteStream<T>, Function<R, T>) - Static method in class io.vertx.reactivex.RxHelper
Like RxHelper.toObserver(WriteStream), except the provided mapping function is applied to each Observable item.
toObserver(Handler<AsyncResult<T>>) - Static method in class io.vertx.reactivex.SingleHelper
Adapts an Vert.x Handler<AsyncResult<T>> to an RxJava2 SingleObserver.
toPayload() - Method in class io.vertx.config.vault.client.TokenRequest
 
topic(Vertx, String) - Static method in interface io.vertx.ext.stomp.Destination
 
topic() - Method in interface io.vertx.kafka.client.consumer.KafkaConsumerRecord
 
topic() - Method in interface io.vertx.kafka.client.producer.KafkaProducerRecord
 
topic(Vertx, String) - Static method in class io.vertx.reactivex.ext.stomp.Destination
 
topic() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumerRecord
 
topic() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord
 
topic(Vertx, String) - Static method in class io.vertx.rxjava.ext.stomp.Destination
 
topic() - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumerRecord
 
topic() - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducerRecord
 
TopicDescription - Class in io.vertx.kafka.admin
A detailed description of a single topic in the cluster
TopicDescription() - Constructor for class io.vertx.kafka.admin.TopicDescription
Constructor
TopicDescription(boolean, String, List<TopicPartitionInfo>) - Constructor for class io.vertx.kafka.admin.TopicDescription
Constructor
TopicDescription(JsonObject) - Constructor for class io.vertx.kafka.admin.TopicDescription
Constructor (from JSON representation)
TopicDescriptionConverter - Class in io.vertx.kafka.admin
Converter and mapper for TopicDescription.
TopicDescriptionConverter() - Constructor for class io.vertx.kafka.admin.TopicDescriptionConverter
 
topicName() - Method in interface io.vertx.mqtt.messages.MqttPublishMessage
 
topicName() - Method in interface io.vertx.mqtt.MqttTopicSubscription
 
topicName() - Method in class io.vertx.reactivex.mqtt.messages.MqttPublishMessage
 
topicName() - Method in class io.vertx.reactivex.mqtt.MqttTopicSubscription
 
topicName() - Method in class io.vertx.rxjava.mqtt.messages.MqttPublishMessage
 
topicName() - Method in class io.vertx.rxjava.mqtt.MqttTopicSubscription
 
TopicPartition - Class in io.vertx.kafka.client.common
Represent information related to a partition for a topic
TopicPartition() - Constructor for class io.vertx.kafka.client.common.TopicPartition
Constructor
TopicPartition(String, int) - Constructor for class io.vertx.kafka.client.common.TopicPartition
Constructor
TopicPartition(JsonObject) - Constructor for class io.vertx.kafka.client.common.TopicPartition
Constructor (from JSON representation)
TopicPartition(TopicPartition) - Constructor for class io.vertx.kafka.client.common.TopicPartition
Constructor (copy)
TopicPartitionInfo - Class in io.vertx.kafka.client.common
A class containing leadership, replicas and ISR information for a topic partition.
TopicPartitionInfo() - Constructor for class io.vertx.kafka.client.common.TopicPartitionInfo
Constructor
TopicPartitionInfo(List<Node>, Node, int, List<Node>) - Constructor for class io.vertx.kafka.client.common.TopicPartitionInfo
Constructor
TopicPartitionInfo(JsonObject) - Constructor for class io.vertx.kafka.client.common.TopicPartitionInfo
Constructor (from JSON representation)
TopicPartitionInfoConverter - Class in io.vertx.kafka.client.common
Converter and mapper for TopicPartitionInfo.
TopicPartitionInfoConverter() - Constructor for class io.vertx.kafka.client.common.TopicPartitionInfoConverter
 
topicPartitions(List<TopicPartition>) - Method in class io.vertx.kafka.admin.ListConsumerGroupOffsetsOptions
Set the topic partitions to list as part of the result.
topicPartitions() - Method in class io.vertx.kafka.admin.ListConsumerGroupOffsetsOptions
Returns a list of topic partitions to add as part of the result.
topics() - Method in interface io.vertx.mqtt.messages.MqttUnsubscribeMessage
 
topics() - Method in class io.vertx.reactivex.mqtt.messages.MqttUnsubscribeMessage
 
topics() - Method in class io.vertx.rxjava.mqtt.messages.MqttUnsubscribeMessage
 
topicSubscriptions() - Method in interface io.vertx.mqtt.messages.MqttSubscribeMessage
 
topicSubscriptions() - Method in class io.vertx.reactivex.mqtt.messages.MqttSubscribeMessage
 
topicSubscriptions() - Method in class io.vertx.rxjava.mqtt.messages.MqttSubscribeMessage
 
toPointer() - Method in class io.vertx.json.schema.common.SchemaURNId
 
toReadStream(Flowable<T>) - Static method in class io.vertx.reactivex.FlowableHelper
Adapts an RxJava Flowable to a Vert.x io.vertx.core.streams.ReadStream.
toReadStream(Observable<T>) - Static method in class io.vertx.reactivex.ObservableHelper
Adapts an RxJava Observable to a Vert.x io.vertx.core.streams.ReadStream.
toReadStream(Observable<T>) - Static method in class io.vertx.rx.java.RxHelper
Adapts an RxJava Observable to a Vert.x io.vertx.core.streams.ReadStream.
toSchemaRouterOptions() - Method in class io.vertx.ext.web.openapi.OpenAPILoaderOptions
 
toShort() - Method in class io.vertx.reactivex.redis.client.Response
Get this response as a Short.
toShort() - Method in interface io.vertx.redis.client.Response
Get this response as a Short.
toShort() - Method in class io.vertx.rxjava.redis.client.Response
Get this response as a Short.
toSingle(Consumer<Handler<AsyncResult<T>>>) - Static method in class io.vertx.reactivex.SingleHelper
Returns a Single that, when subscribed, uses the provided handler to adapt a callback-based asynchronous method.
toSslContextFactoryConfig(Vertx, IgniteSslOptions) - Static method in class io.vertx.spi.cluster.ignite.util.ConfigHelper
 
toString() - Method in class io.vertx.config.vault.client.Auth
 
toString() - Method in interface io.vertx.core.buffer.Buffer
Returns a String representation of the Buffer with the UTF-8 encoding
toString(String) - Method in interface io.vertx.core.buffer.Buffer
Returns a String representation of the Buffer with the encoding specified by enc
toString(Charset) - Method in interface io.vertx.core.buffer.Buffer
Returns a String representation of the Buffer with the encoding specified by enc
toString() - Method in enum io.vertx.core.dns.DnsResponseCode
Returns a formatted error message for this DnsResponseCode.
toString() - Method in exception io.vertx.core.eventbus.ReplyException
 
toString() - Method in class io.vertx.core.file.FileSystemOptions
 
toString() - Method in enum io.vertx.core.http.CookieSameSite
 
toString() - Method in class io.vertx.core.http.Http2Settings
 
toString() - Method in class io.vertx.core.http.HttpMethod
 
toString() - Method in class io.vertx.core.http.StreamPriority
 
toString(Object, boolean) - Method in class io.vertx.core.json.jackson.DatabindCodec
 
toString(Object, boolean) - Method in class io.vertx.core.json.jackson.JacksonCodec
 
toString() - Method in class io.vertx.core.json.JsonArray
 
toString() - Method in class io.vertx.core.json.JsonObject
 
toString() - Method in interface io.vertx.core.json.pointer.JsonPointer
Build a string representation of the JSON Pointer
toString() - Method in class io.vertx.core.metrics.MetricsOptions
 
toString() - Method in class io.vertx.core.spi.cluster.NodeInfo
 
toString() - Method in class io.vertx.core.spi.cluster.RegistrationInfo
 
toString() - Method in class io.vertx.core.spi.cluster.RegistrationUpdateEvent
 
toString(Object) - Method in interface io.vertx.core.spi.json.JsonCodec
Encode the specified object to a string.
toString(Object, boolean) - Method in interface io.vertx.core.spi.json.JsonCodec
Encode the specified object to a string.
toString() - Method in class io.vertx.core.tracing.TracingOptions
 
toString() - Method in class io.vertx.core.VertxOptions
 
toString() - Method in class io.vertx.ext.auth.authentication.TokenCredentials
 
toString() - Method in class io.vertx.ext.auth.authentication.UsernamePasswordCredentials
 
toString() - Method in class io.vertx.ext.auth.HashString
 
toString() - Method in class io.vertx.ext.auth.htdigest.HtdigestCredentials
 
toString() - Method in class io.vertx.ext.auth.oauth2.Oauth2Credentials
 
toString() - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
 
toString() - Method in enum io.vertx.ext.auth.webauthn.Attestation
 
toString() - Method in class io.vertx.ext.auth.webauthn.Authenticator
 
toString() - Method in enum io.vertx.ext.auth.webauthn.AuthenticatorAttachment
 
toString() - Method in enum io.vertx.ext.auth.webauthn.AuthenticatorTransport
 
toString() - Method in class io.vertx.ext.auth.webauthn.RelyingParty
 
toString() - Method in enum io.vertx.ext.auth.webauthn.UserVerification
 
toString() - Method in class io.vertx.ext.auth.webauthn.WebAuthnOptions
 
toString() - Method in class io.vertx.ext.mail.mailencoder.EmailAddress
get a representation of the address (this is mostly for testing)
toString() - Method in class io.vertx.ext.mail.MailResult
 
toString() - Method in class io.vertx.ext.mongo.IndexModel
 
toString() - Method in class io.vertx.ext.stomp.Frame.Heartbeat
 
toString() - Method in class io.vertx.ext.stomp.Frame
 
toString() - Method in exception io.vertx.ext.web.api.validation.ValidationException
Deprecated.
 
toString() - Method in class io.vertx.json.schema.common.SchemaURNId
 
toString() - Method in exception io.vertx.json.schema.SchemaException
 
toString() - Method in exception io.vertx.json.schema.ValidationException
 
toString() - Method in class io.vertx.kafka.admin.ClusterDescription
 
toString() - Method in class io.vertx.kafka.admin.Config
 
toString() - Method in class io.vertx.kafka.admin.ConfigEntry
 
toString() - Method in class io.vertx.kafka.admin.ConfigSynonym
 
toString() - Method in class io.vertx.kafka.admin.ConsumerGroupDescription
 
toString() - Method in class io.vertx.kafka.admin.ConsumerGroupListing
 
toString() - Method in class io.vertx.kafka.admin.ListConsumerGroupOffsetsOptions
 
toString() - Method in class io.vertx.kafka.admin.ListOffsetsResultInfo
 
toString() - Method in class io.vertx.kafka.admin.MemberAssignment
 
toString() - Method in class io.vertx.kafka.admin.MemberDescription
 
toString() - Method in class io.vertx.kafka.admin.NewTopic
 
toString() - Method in class io.vertx.kafka.admin.OffsetSpec
 
toString() - Method in class io.vertx.kafka.admin.TopicDescription
 
toString() - Method in class io.vertx.kafka.client.common.ConfigResource
 
toString() - Method in class io.vertx.kafka.client.common.Node
 
toString() - Method in class io.vertx.kafka.client.common.PartitionInfo
 
toString() - Method in class io.vertx.kafka.client.common.TopicPartition
 
toString() - Method in class io.vertx.kafka.client.common.TopicPartitionInfo
 
toString() - Method in class io.vertx.kafka.client.consumer.OffsetAndMetadata
 
toString() - Method in class io.vertx.kafka.client.consumer.OffsetAndTimestamp
 
toString() - Method in enum io.vertx.micrometer.Label
 
toString() - Method in class io.vertx.mqtt.MqttClientOptions
 
toString() - Method in class io.vertx.pgclient.data.Box
 
toString() - Method in class io.vertx.pgclient.data.Circle
 
toString() - Method in class io.vertx.pgclient.data.Interval
 
toString() - Method in class io.vertx.pgclient.data.Line
 
toString() - Method in class io.vertx.pgclient.data.LineSegment
 
toString() - Method in class io.vertx.pgclient.data.Path
 
toString() - Method in class io.vertx.pgclient.data.Point
 
toString() - Method in class io.vertx.pgclient.data.Polygon
 
toString() - Method in class io.vertx.reactivex.amqp.AmqpClient
 
toString() - Method in class io.vertx.reactivex.amqp.AmqpConnection
 
toString() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
toString() - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
toString() - Method in class io.vertx.reactivex.amqp.AmqpReceiver
 
toString() - Method in class io.vertx.reactivex.amqp.AmqpSender
 
toString() - Method in class io.vertx.reactivex.cassandra.CassandraClient
 
toString() - Method in class io.vertx.reactivex.cassandra.CassandraRowStream
 
toString() - Method in class io.vertx.reactivex.cassandra.ResultSet
 
toString() - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
 
toString() - Method in class io.vertx.reactivex.circuitbreaker.HystrixMetricHandler
 
toString() - Method in class io.vertx.reactivex.config.ConfigRetriever
 
toString() - Method in class io.vertx.reactivex.core.buffer.Buffer
Returns a String representation of the Buffer with the UTF-8encoding
toString(String) - Method in class io.vertx.reactivex.core.buffer.Buffer
Returns a String representation of the Buffer with the encoding specified by enc
toString(Charset) - Method in class io.vertx.reactivex.core.buffer.Buffer
Returns a String representation of the Buffer with the encoding specified by enc
toString() - Method in class io.vertx.reactivex.core.cli.CLI
 
toString() - Method in class io.vertx.reactivex.core.cli.CommandLine
 
toString() - Method in class io.vertx.reactivex.core.Context
 
toString() - Method in class io.vertx.reactivex.core.datagram.DatagramPacket
 
toString() - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
 
toString() - Method in class io.vertx.reactivex.core.dns.DnsClient
 
toString() - Method in class io.vertx.reactivex.core.dns.MxRecord
 
toString() - Method in class io.vertx.reactivex.core.dns.SrvRecord
 
toString() - Method in class io.vertx.reactivex.core.eventbus.DeliveryContext
 
toString() - Method in class io.vertx.reactivex.core.eventbus.EventBus
 
toString() - Method in class io.vertx.reactivex.core.eventbus.Message
 
toString() - Method in class io.vertx.reactivex.core.eventbus.MessageConsumer
 
toString() - Method in class io.vertx.reactivex.core.eventbus.MessageProducer
 
toString() - Method in class io.vertx.reactivex.core.file.AsyncFile
 
toString() - Method in class io.vertx.reactivex.core.file.FileProps
 
toString() - Method in class io.vertx.reactivex.core.file.FileSystem
 
toString() - Method in class io.vertx.reactivex.core.file.FileSystemProps
 
toString() - Method in class io.vertx.reactivex.core.http.Cookie
 
toString() - Method in class io.vertx.reactivex.core.http.HttpClient
 
toString() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
 
toString() - Method in class io.vertx.reactivex.core.http.HttpClientResponse
 
toString() - Method in class io.vertx.reactivex.core.http.HttpConnection
 
toString() - Method in class io.vertx.reactivex.core.http.HttpFrame
 
toString() - Method in class io.vertx.reactivex.core.http.HttpHeaders
 
toString() - Method in class io.vertx.reactivex.core.http.HttpServer
 
toString() - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
 
toString() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
 
toString() - Method in class io.vertx.reactivex.core.http.HttpServerResponse
 
toString() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
toString() - Method in class io.vertx.reactivex.core.http.WebSocket
 
toString() - Method in class io.vertx.reactivex.core.http.WebSocketFrame
 
toString() - Method in class io.vertx.reactivex.core.json.pointer.JsonPointer
Build a string representation of the JSON Pointer
toString() - Method in class io.vertx.reactivex.core.json.pointer.JsonPointerIterator
 
toString() - Method in class io.vertx.reactivex.core.MultiMap
 
toString() - Method in class io.vertx.reactivex.core.net.NetClient
 
toString() - Method in class io.vertx.reactivex.core.net.NetServer
 
toString() - Method in class io.vertx.reactivex.core.net.NetSocket
 
toString() - Method in class io.vertx.reactivex.core.net.SelfSignedCertificate
 
toString() - Method in class io.vertx.reactivex.core.net.SocketAddress
 
toString() - Method in class io.vertx.reactivex.core.parsetools.JsonEvent
 
toString() - Method in class io.vertx.reactivex.core.parsetools.JsonParser
 
toString() - Method in class io.vertx.reactivex.core.parsetools.RecordParser
 
toString() - Method in class io.vertx.reactivex.core.Promise
 
toString() - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
 
toString() - Method in class io.vertx.reactivex.core.shareddata.Counter
 
toString() - Method in class io.vertx.reactivex.core.shareddata.LocalMap
 
toString() - Method in class io.vertx.reactivex.core.shareddata.Lock
 
toString() - Method in class io.vertx.reactivex.core.shareddata.SharedData
 
toString() - Method in class io.vertx.reactivex.core.streams.Pipe
 
toString() - Method in class io.vertx.reactivex.core.streams.Pump
 
toString() - Method in class io.vertx.reactivex.core.TimeoutStream
 
toString() - Method in class io.vertx.reactivex.core.Vertx
 
toString() - Method in class io.vertx.reactivex.core.WorkerExecutor
 
toString() - Method in class io.vertx.reactivex.db2client.DB2Connection
 
toString() - Method in class io.vertx.reactivex.db2client.DB2Pool
 
toString() - Method in class io.vertx.reactivex.ext.auth.authentication.AuthenticationProvider
 
toString() - Method in class io.vertx.reactivex.ext.auth.authorization.AndAuthorization
 
toString() - Method in class io.vertx.reactivex.ext.auth.authorization.Authorization
 
toString() - Method in class io.vertx.reactivex.ext.auth.authorization.AuthorizationContext
 
toString() - Method in class io.vertx.reactivex.ext.auth.authorization.AuthorizationProvider
 
toString() - Method in class io.vertx.reactivex.ext.auth.authorization.Authorizations
 
toString() - Method in class io.vertx.reactivex.ext.auth.authorization.NotAuthorization
 
toString() - Method in class io.vertx.reactivex.ext.auth.authorization.OrAuthorization
 
toString() - Method in class io.vertx.reactivex.ext.auth.authorization.PermissionBasedAuthorization
 
toString() - Method in class io.vertx.reactivex.ext.auth.authorization.RoleBasedAuthorization
 
toString() - Method in class io.vertx.reactivex.ext.auth.authorization.WildcardPermissionBasedAuthorization
 
toString() - Method in class io.vertx.reactivex.ext.auth.AuthProvider
 
toString() - Method in class io.vertx.reactivex.ext.auth.ChainAuth
 
toString() - Method in class io.vertx.reactivex.ext.auth.HashingAlgorithm
 
toString() - Method in class io.vertx.reactivex.ext.auth.HashingStrategy
 
toString() - Method in class io.vertx.reactivex.ext.auth.htdigest.HtdigestAuth
 
toString() - Method in class io.vertx.reactivex.ext.auth.htpasswd.HtpasswdAuth
 
toString() - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuth
 
toString() - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuthentication
 
toString() - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuthorization
 
toString() - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCHashStrategy
 
toString() - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCUserUtil
 
toString() - Method in class io.vertx.reactivex.ext.auth.jwt.authorization.JWTAuthorization
 
toString() - Method in class io.vertx.reactivex.ext.auth.jwt.authorization.MicroProfileAuthorization
 
toString() - Method in class io.vertx.reactivex.ext.auth.jwt.JWTAuth
 
toString() - Method in class io.vertx.reactivex.ext.auth.ldap.LdapAuthentication
 
toString() - Method in class io.vertx.reactivex.ext.auth.mongo.HashStrategy
 
toString() - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
 
toString() - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuthentication
 
toString() - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuthorization
 
toString() - Method in class io.vertx.reactivex.ext.auth.mongo.MongoUserUtil
 
toString() - Method in class io.vertx.reactivex.ext.auth.oauth2.AccessToken
 
toString() - Method in class io.vertx.reactivex.ext.auth.oauth2.authorization.KeycloakAuthorization
 
toString() - Method in class io.vertx.reactivex.ext.auth.oauth2.authorization.ScopeAuthorization
 
toString() - Method in class io.vertx.reactivex.ext.auth.oauth2.KeycloakHelper
 
toString() - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
 
toString() - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2RBAC
 
toString() - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Response
 
toString() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.AmazonCognitoAuth
 
toString() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.AzureADAuth
 
toString() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.BoxAuth
 
toString() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.CloudFoundryAuth
 
toString() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.DropboxAuth
 
toString() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.FacebookAuth
 
toString() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.FoursquareAuth
 
toString() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.GithubAuth
 
toString() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.GitLabAuth
 
toString() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.GoogleAuth
 
toString() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.HerokuAuth
 
toString() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.IBMCloudAuth
 
toString() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.InstagramAuth
 
toString() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.KeycloakAuth
 
toString() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.LinkedInAuth
 
toString() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.LiveAuth
 
toString() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.MailchimpAuth
 
toString() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.OpenIDConnectAuth
 
toString() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.SalesforceAuth
 
toString() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.ShopifyAuth
 
toString() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.SoundcloudAuth
 
toString() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.StripeAuth
 
toString() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.TwitterAuth
 
toString() - Method in class io.vertx.reactivex.ext.auth.oauth2.rbac.KeycloakRBAC
 
toString() - Method in class io.vertx.reactivex.ext.auth.oauth2.rbac.MicroProfileRBAC
 
toString() - Method in class io.vertx.reactivex.ext.auth.properties.PropertyFileAuthentication
 
toString() - Method in class io.vertx.reactivex.ext.auth.properties.PropertyFileAuthorization
 
toString() - Method in class io.vertx.reactivex.ext.auth.shiro.ShiroAuth
 
toString() - Method in class io.vertx.reactivex.ext.auth.sqlclient.SqlAuthentication
 
toString() - Method in class io.vertx.reactivex.ext.auth.sqlclient.SqlAuthorization
 
toString() - Method in class io.vertx.reactivex.ext.auth.sqlclient.SqlUserUtil
 
toString() - Method in class io.vertx.reactivex.ext.auth.User
 
toString() - Method in class io.vertx.reactivex.ext.auth.VertxContextPRNG
 
toString() - Method in class io.vertx.reactivex.ext.auth.webauthn.MetaDataService
 
toString() - Method in class io.vertx.reactivex.ext.auth.webauthn.WebAuthn
 
toString() - Method in class io.vertx.reactivex.ext.bridge.BaseBridgeEvent
 
toString() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
 
toString() - Method in class io.vertx.reactivex.ext.consul.Watch
 
toString() - Method in class io.vertx.reactivex.ext.consul.WatchResult
 
toString() - Method in class io.vertx.reactivex.ext.dropwizard.MetricsService
 
toString() - Method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.BridgeEvent
 
toString() - Method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.TcpEventBusBridge
 
toString() - Method in class io.vertx.reactivex.ext.healthchecks.HealthCheckHandler
 
toString() - Method in class io.vertx.reactivex.ext.healthchecks.HealthChecks
 
toString() - Method in class io.vertx.reactivex.ext.jdbc.JDBCClient
 
toString() - Method in class io.vertx.reactivex.ext.mail.MailAttachment
 
toString() - Method in class io.vertx.reactivex.ext.mail.MailClient
 
toString() - Method in class io.vertx.reactivex.ext.mongo.MongoClient
 
toString() - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
 
toString() - Method in class io.vertx.reactivex.ext.shell.cli.CliToken
 
toString() - Method in class io.vertx.reactivex.ext.shell.cli.Completion
 
toString() - Method in class io.vertx.reactivex.ext.shell.command.Command
 
toString() - Method in class io.vertx.reactivex.ext.shell.command.CommandBuilder
 
toString() - Method in class io.vertx.reactivex.ext.shell.command.CommandProcess
 
toString() - Method in class io.vertx.reactivex.ext.shell.command.CommandRegistry
 
toString() - Method in class io.vertx.reactivex.ext.shell.command.CommandResolver
 
toString() - Method in class io.vertx.reactivex.ext.shell.session.Session
 
toString() - Method in class io.vertx.reactivex.ext.shell.Shell
 
toString() - Method in class io.vertx.reactivex.ext.shell.ShellServer
 
toString() - Method in class io.vertx.reactivex.ext.shell.ShellService
 
toString() - Method in class io.vertx.reactivex.ext.shell.system.Job
 
toString() - Method in class io.vertx.reactivex.ext.shell.system.JobController
 
toString() - Method in class io.vertx.reactivex.ext.shell.system.Process
 
toString() - Method in class io.vertx.reactivex.ext.shell.term.Pty
 
toString() - Method in class io.vertx.reactivex.ext.shell.term.SignalHandler
 
toString() - Method in class io.vertx.reactivex.ext.shell.term.SockJSTermHandler
 
toString() - Method in class io.vertx.reactivex.ext.shell.term.Term
 
toString() - Method in class io.vertx.reactivex.ext.shell.term.TermServer
 
toString() - Method in class io.vertx.reactivex.ext.shell.term.Tty
 
toString() - Method in class io.vertx.reactivex.ext.sql.SQLClient
 
toString() - Method in class io.vertx.reactivex.ext.sql.SQLConnection
 
toString() - Method in class io.vertx.reactivex.ext.sql.SQLRowStream
 
toString() - Method in class io.vertx.reactivex.ext.stomp.Acknowledgement
 
toString() - Method in class io.vertx.reactivex.ext.stomp.Destination
 
toString() - Method in class io.vertx.reactivex.ext.stomp.DestinationFactory
 
toString() - Method in class io.vertx.reactivex.ext.stomp.Frames
 
toString() - Method in class io.vertx.reactivex.ext.stomp.ServerFrame
 
toString() - Method in class io.vertx.reactivex.ext.stomp.StompClient
 
toString() - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
 
toString() - Method in class io.vertx.reactivex.ext.stomp.StompServer
 
toString() - Method in class io.vertx.reactivex.ext.stomp.StompServerConnection
 
toString() - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
 
toString() - Method in class io.vertx.reactivex.ext.unit.Async
 
toString() - Method in class io.vertx.reactivex.ext.unit.collect.EventBusCollector
 
toString() - Method in class io.vertx.reactivex.ext.unit.Completion
 
toString() - Method in class io.vertx.reactivex.ext.unit.report.Failure
 
toString() - Method in class io.vertx.reactivex.ext.unit.report.TestCaseReport
 
toString() - Method in class io.vertx.reactivex.ext.unit.report.TestResult
 
toString() - Method in class io.vertx.reactivex.ext.unit.report.TestSuiteReport
 
toString() - Method in class io.vertx.reactivex.ext.unit.TestCase
 
toString() - Method in class io.vertx.reactivex.ext.unit.TestCompletion
 
toString() - Method in class io.vertx.reactivex.ext.unit.TestContext
 
toString() - Method in class io.vertx.reactivex.ext.unit.TestSuite
 
toString() - Method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RequestValidationHandler
 
toString() - Method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
 
toString() - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
 
toString() - Method in class io.vertx.reactivex.ext.web.api.RequestParameters
 
toString() - Method in class io.vertx.reactivex.ext.web.api.validation.ContainerDeserializer
 
toString() - Method in class io.vertx.reactivex.ext.web.api.validation.CustomValidator
 
toString() - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
 
toString() - Method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
 
toString() - Method in class io.vertx.reactivex.ext.web.api.validation.ParameterValidationRule
 
toString() - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
 
toString() - Method in class io.vertx.reactivex.ext.web.client.HttpResponse
 
toString() - Method in class io.vertx.reactivex.ext.web.client.predicate.ErrorConverter
 
toString() - Method in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
 
toString() - Method in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicateResult
 
toString() - Method in class io.vertx.reactivex.ext.web.client.WebClient
 
toString() - Method in class io.vertx.reactivex.ext.web.client.WebClientSession
 
toString() - Method in class io.vertx.reactivex.ext.web.codec.BodyCodec
 
toString() - Method in class io.vertx.reactivex.ext.web.common.template.TemplateEngine
 
toString() - Method in class io.vertx.reactivex.ext.web.common.WebEnvironment
 
toString() - Method in class io.vertx.reactivex.ext.web.FileUpload
 
toString() - Method in class io.vertx.reactivex.ext.web.handler.AuthorizationHandler
 
toString() - Method in class io.vertx.reactivex.ext.web.handler.BasicAuthHandler
 
toString() - Method in class io.vertx.reactivex.ext.web.handler.BodyHandler
 
toString() - Method in class io.vertx.reactivex.ext.web.handler.ChainAuthHandler
 
toString() - Method in class io.vertx.reactivex.ext.web.handler.CorsHandler
 
toString() - Method in class io.vertx.reactivex.ext.web.handler.CSPHandler
 
toString() - Method in class io.vertx.reactivex.ext.web.handler.CSRFHandler
 
toString() - Method in class io.vertx.reactivex.ext.web.handler.DigestAuthHandler
 
toString() - Method in class io.vertx.reactivex.ext.web.handler.ErrorHandler
 
toString() - Method in class io.vertx.reactivex.ext.web.handler.FaviconHandler
 
toString() - Method in class io.vertx.reactivex.ext.web.handler.FormLoginHandler
 
toString() - Method in class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSConnectionInitEvent
 
toString() - Method in class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler
 
toString() - Method in class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSMessage
 
toString() - Method in class io.vertx.reactivex.ext.web.handler.graphql.dataloader.VertxBatchLoader
 
toString() - Method in class io.vertx.reactivex.ext.web.handler.graphql.dataloader.VertxMappedBatchLoader
 
toString() - Method in class io.vertx.reactivex.ext.web.handler.graphql.GraphiQLHandler
 
toString() - Method in class io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler
 
toString() - Method in class io.vertx.reactivex.ext.web.handler.graphql.schema.VertxDataFetcher
 
toString() - Method in class io.vertx.reactivex.ext.web.handler.graphql.schema.VertxPropertyDataFetcher
 
toString() - Method in class io.vertx.reactivex.ext.web.handler.graphql.UploadScalar
 
toString() - Method in class io.vertx.reactivex.ext.web.handler.HSTSHandler
 
toString() - Method in class io.vertx.reactivex.ext.web.handler.JWTAuthHandler
 
toString() - Method in class io.vertx.reactivex.ext.web.handler.LoggerHandler
 
toString() - Method in class io.vertx.reactivex.ext.web.handler.MethodOverrideHandler
 
toString() - Method in class io.vertx.reactivex.ext.web.handler.MultiTenantHandler
 
toString() - Method in class io.vertx.reactivex.ext.web.handler.OAuth2AuthHandler
 
toString() - Method in class io.vertx.reactivex.ext.web.handler.RedirectAuthHandler
 
toString() - Method in class io.vertx.reactivex.ext.web.handler.ResponseContentTypeHandler
 
toString() - Method in class io.vertx.reactivex.ext.web.handler.ResponseTimeHandler
 
toString() - Method in class io.vertx.reactivex.ext.web.handler.SessionHandler
 
toString() - Method in class io.vertx.reactivex.ext.web.handler.sockjs.BridgeEvent
 
toString() - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSHandler
 
toString() - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
 
toString() - Method in class io.vertx.reactivex.ext.web.handler.StaticHandler
 
toString() - Method in class io.vertx.reactivex.ext.web.handler.TemplateHandler
 
toString() - Method in class io.vertx.reactivex.ext.web.handler.TimeoutHandler
 
toString() - Method in class io.vertx.reactivex.ext.web.handler.WebAuthnHandler
 
toString() - Method in class io.vertx.reactivex.ext.web.handler.XFrameHandler
 
toString() - Method in class io.vertx.reactivex.ext.web.LanguageHeader
 
toString() - Method in class io.vertx.reactivex.ext.web.MIMEHeader
 
toString() - Method in class io.vertx.reactivex.ext.web.multipart.FormDataPart
 
toString() - Method in class io.vertx.reactivex.ext.web.multipart.MultipartForm
 
toString() - Method in class io.vertx.reactivex.ext.web.openapi.OpenAPIHolder
 
toString() - Method in class io.vertx.reactivex.ext.web.openapi.Operation
 
toString() - Method in class io.vertx.reactivex.ext.web.openapi.RouterBuilder
 
toString() - Method in class io.vertx.reactivex.ext.web.ParsedHeaderValues
 
toString() - Method in class io.vertx.reactivex.ext.web.Route
 
toString() - Method in class io.vertx.reactivex.ext.web.Router
 
toString() - Method in class io.vertx.reactivex.ext.web.RoutingContext
 
toString() - Method in class io.vertx.reactivex.ext.web.Session
 
toString() - Method in class io.vertx.reactivex.ext.web.sstore.ClusteredSessionStore
 
toString() - Method in class io.vertx.reactivex.ext.web.sstore.LocalSessionStore
 
toString() - Method in class io.vertx.reactivex.ext.web.sstore.SessionStore
 
toString() - Method in class io.vertx.reactivex.ext.web.templ.freemarker.FreeMarkerTemplateEngine
 
toString() - Method in class io.vertx.reactivex.ext.web.templ.handlebars.HandlebarsTemplateEngine
 
toString() - Method in class io.vertx.reactivex.ext.web.templ.jade.JadeTemplateEngine
 
toString() - Method in class io.vertx.reactivex.ext.web.templ.mvel.MVELTemplateEngine
 
toString() - Method in class io.vertx.reactivex.ext.web.templ.pebble.PebbleTemplateEngine
 
toString() - Method in class io.vertx.reactivex.ext.web.templ.rocker.RockerTemplateEngine
 
toString() - Method in class io.vertx.reactivex.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
 
toString() - Method in class io.vertx.reactivex.ext.web.validation.RequestParameter
 
toString() - Method in class io.vertx.reactivex.ext.web.validation.RequestParameters
 
toString() - Method in class io.vertx.reactivex.ext.web.validation.RequestPredicate
 
toString() - Method in class io.vertx.reactivex.ext.web.validation.RequestPredicateResult
 
toString() - Method in class io.vertx.reactivex.ext.web.validation.ValidationHandler
 
toString() - Method in class io.vertx.reactivex.jdbcclient.JDBCPool
 
toString() - Method in class io.vertx.reactivex.jdbcclient.SqlOutParam
 
toString() - Method in class io.vertx.reactivex.json.schema.Schema
 
toString() - Method in class io.vertx.reactivex.json.schema.SchemaParser
 
toString() - Method in class io.vertx.reactivex.json.schema.SchemaRouter
 
toString() - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
 
toString() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
 
toString() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumerRecord
 
toString() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumerRecords
 
toString() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaHeader
 
toString() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
 
toString() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord
 
toString() - Method in class io.vertx.reactivex.micrometer.MetricsService
 
toString() - Method in class io.vertx.reactivex.micrometer.PrometheusScrapingHandler
 
toString() - Method in class io.vertx.reactivex.mqtt.messages.MqttConnAckMessage
 
toString() - Method in class io.vertx.reactivex.mqtt.messages.MqttPublishMessage
 
toString() - Method in class io.vertx.reactivex.mqtt.messages.MqttSubAckMessage
 
toString() - Method in class io.vertx.reactivex.mqtt.messages.MqttSubscribeMessage
 
toString() - Method in class io.vertx.reactivex.mqtt.messages.MqttUnsubscribeMessage
 
toString() - Method in class io.vertx.reactivex.mqtt.MqttClient
 
toString() - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
 
toString() - Method in class io.vertx.reactivex.mqtt.MqttServer
 
toString() - Method in class io.vertx.reactivex.mqtt.MqttTopicSubscription
 
toString() - Method in class io.vertx.reactivex.mysqlclient.MySQLClient
 
toString() - Method in class io.vertx.reactivex.mysqlclient.MySQLConnection
 
toString() - Method in class io.vertx.reactivex.mysqlclient.MySQLPool
 
toString() - Method in class io.vertx.reactivex.pgclient.PgConnection
 
toString() - Method in class io.vertx.reactivex.pgclient.PgPool
 
toString() - Method in class io.vertx.reactivex.pgclient.pubsub.PgChannel
 
toString() - Method in class io.vertx.reactivex.pgclient.pubsub.PgSubscriber
 
toString() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
 
toString() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQConsumer
 
toString() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQMessage
 
toString() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQPublisher
 
toString() - Method in class io.vertx.reactivex.redis.client.Command
 
toString() - Method in class io.vertx.reactivex.redis.client.Redis
 
toString() - Method in class io.vertx.reactivex.redis.client.RedisAPI
 
toString() - Method in class io.vertx.reactivex.redis.client.RedisConnection
 
toString() - Method in class io.vertx.reactivex.redis.client.Request
 
toString() - Method in class io.vertx.reactivex.redis.client.Response
Get this response as a String.
toString(Charset) - Method in class io.vertx.reactivex.redis.client.Response
Get this response as a String encoded with the given charset.
toString() - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
 
toString() - Method in class io.vertx.reactivex.servicediscovery.ServiceReference
 
toString() - Method in class io.vertx.reactivex.servicediscovery.spi.ServiceExporter
 
toString() - Method in class io.vertx.reactivex.servicediscovery.spi.ServiceImporter
 
toString() - Method in class io.vertx.reactivex.servicediscovery.spi.ServicePublisher
 
toString() - Method in class io.vertx.reactivex.servicediscovery.types.EventBusService
 
toString() - Method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
 
toString() - Method in class io.vertx.reactivex.servicediscovery.types.JDBCDataSource
 
toString() - Method in class io.vertx.reactivex.servicediscovery.types.MessageSource
 
toString() - Method in class io.vertx.reactivex.servicediscovery.types.MongoDataSource
 
toString() - Method in class io.vertx.reactivex.servicediscovery.types.RedisDataSource
 
toString() - Method in class io.vertx.reactivex.sqlclient.Cursor
 
toString() - Method in class io.vertx.reactivex.sqlclient.desc.ColumnDescriptor
 
toString() - Method in class io.vertx.reactivex.sqlclient.Pool
 
toString() - Method in class io.vertx.reactivex.sqlclient.PreparedQuery
 
toString() - Method in class io.vertx.reactivex.sqlclient.PreparedStatement
 
toString() - Method in class io.vertx.reactivex.sqlclient.PropertyKind
 
toString() - Method in class io.vertx.reactivex.sqlclient.Query
 
toString() - Method in class io.vertx.reactivex.sqlclient.Row
 
toString() - Method in class io.vertx.reactivex.sqlclient.RowIterator
 
toString() - Method in class io.vertx.reactivex.sqlclient.RowSet
 
toString() - Method in class io.vertx.reactivex.sqlclient.RowStream
 
toString() - Method in class io.vertx.reactivex.sqlclient.spi.DatabaseMetadata
 
toString() - Method in class io.vertx.reactivex.sqlclient.SqlClient
 
toString() - Method in class io.vertx.reactivex.sqlclient.SqlConnection
 
toString() - Method in class io.vertx.reactivex.sqlclient.SqlResult
 
toString() - Method in class io.vertx.reactivex.sqlclient.templates.RowMapper
 
toString() - Method in class io.vertx.reactivex.sqlclient.templates.SqlTemplate
 
toString() - Method in class io.vertx.reactivex.sqlclient.templates.TupleMapper
 
toString() - Method in class io.vertx.reactivex.sqlclient.Transaction
 
toString() - Method in class io.vertx.reactivex.sqlclient.Tuple
 
toString() - Method in interface io.vertx.redis.client.Response
Get this response as a String.
toString(Charset) - Method in interface io.vertx.redis.client.Response
Get this response as a String encoded with the given charset.
toString() - Method in class io.vertx.rxjava.amqp.AmqpClient
 
toString() - Method in class io.vertx.rxjava.amqp.AmqpConnection
 
toString() - Method in class io.vertx.rxjava.amqp.AmqpMessage
 
toString() - Method in class io.vertx.rxjava.amqp.AmqpMessageBuilder
 
toString() - Method in class io.vertx.rxjava.amqp.AmqpReceiver
 
toString() - Method in class io.vertx.rxjava.amqp.AmqpSender
 
toString() - Method in class io.vertx.rxjava.cassandra.CassandraClient
 
toString() - Method in class io.vertx.rxjava.cassandra.CassandraRowStream
 
toString() - Method in class io.vertx.rxjava.cassandra.ResultSet
 
toString() - Method in class io.vertx.rxjava.circuitbreaker.CircuitBreaker
 
toString() - Method in class io.vertx.rxjava.circuitbreaker.HystrixMetricHandler
 
toString() - Method in class io.vertx.rxjava.config.ConfigRetriever
 
toString() - Method in class io.vertx.rxjava.core.buffer.Buffer
Returns a String representation of the Buffer with the UTF-8encoding
toString(String) - Method in class io.vertx.rxjava.core.buffer.Buffer
Returns a String representation of the Buffer with the encoding specified by enc
toString(Charset) - Method in class io.vertx.rxjava.core.buffer.Buffer
Returns a String representation of the Buffer with the encoding specified by enc
toString() - Method in class io.vertx.rxjava.core.cli.CLI
 
toString() - Method in class io.vertx.rxjava.core.cli.CommandLine
 
toString() - Method in class io.vertx.rxjava.core.Context
 
toString() - Method in class io.vertx.rxjava.core.datagram.DatagramPacket
 
toString() - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
 
toString() - Method in class io.vertx.rxjava.core.dns.DnsClient
 
toString() - Method in class io.vertx.rxjava.core.dns.MxRecord
 
toString() - Method in class io.vertx.rxjava.core.dns.SrvRecord
 
toString() - Method in class io.vertx.rxjava.core.eventbus.DeliveryContext
 
toString() - Method in class io.vertx.rxjava.core.eventbus.EventBus
 
toString() - Method in class io.vertx.rxjava.core.eventbus.Message
 
toString() - Method in class io.vertx.rxjava.core.eventbus.MessageConsumer
 
toString() - Method in class io.vertx.rxjava.core.eventbus.MessageProducer
 
toString() - Method in class io.vertx.rxjava.core.file.AsyncFile
 
toString() - Method in class io.vertx.rxjava.core.file.FileProps
 
toString() - Method in class io.vertx.rxjava.core.file.FileSystem
 
toString() - Method in class io.vertx.rxjava.core.file.FileSystemProps
 
toString() - Method in class io.vertx.rxjava.core.http.Cookie
 
toString() - Method in class io.vertx.rxjava.core.http.HttpClient
 
toString() - Method in class io.vertx.rxjava.core.http.HttpClientRequest
 
toString() - Method in class io.vertx.rxjava.core.http.HttpClientResponse
 
toString() - Method in class io.vertx.rxjava.core.http.HttpConnection
 
toString() - Method in class io.vertx.rxjava.core.http.HttpFrame
 
toString() - Method in class io.vertx.rxjava.core.http.HttpHeaders
 
toString() - Method in class io.vertx.rxjava.core.http.HttpServer
 
toString() - Method in class io.vertx.rxjava.core.http.HttpServerFileUpload
 
toString() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
toString() - Method in class io.vertx.rxjava.core.http.HttpServerResponse
 
toString() - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
toString() - Method in class io.vertx.rxjava.core.http.WebSocket
 
toString() - Method in class io.vertx.rxjava.core.http.WebSocketFrame
 
toString() - Method in class io.vertx.rxjava.core.json.pointer.JsonPointer
Build a string representation of the JSON Pointer
toString() - Method in class io.vertx.rxjava.core.json.pointer.JsonPointerIterator
 
toString() - Method in class io.vertx.rxjava.core.MultiMap
 
toString() - Method in class io.vertx.rxjava.core.net.NetClient
 
toString() - Method in class io.vertx.rxjava.core.net.NetServer
 
toString() - Method in class io.vertx.rxjava.core.net.NetSocket
 
toString() - Method in class io.vertx.rxjava.core.net.SelfSignedCertificate
 
toString() - Method in class io.vertx.rxjava.core.net.SocketAddress
 
toString() - Method in class io.vertx.rxjava.core.parsetools.JsonEvent
 
toString() - Method in class io.vertx.rxjava.core.parsetools.JsonParser
 
toString() - Method in class io.vertx.rxjava.core.parsetools.RecordParser
 
toString() - Method in class io.vertx.rxjava.core.Promise
 
toString() - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
 
toString() - Method in class io.vertx.rxjava.core.shareddata.Counter
 
toString() - Method in class io.vertx.rxjava.core.shareddata.LocalMap
 
toString() - Method in class io.vertx.rxjava.core.shareddata.Lock
 
toString() - Method in class io.vertx.rxjava.core.shareddata.SharedData
 
toString() - Method in class io.vertx.rxjava.core.streams.Pipe
 
toString() - Method in class io.vertx.rxjava.core.streams.Pump
 
toString() - Method in class io.vertx.rxjava.core.TimeoutStream
 
toString() - Method in class io.vertx.rxjava.core.Vertx
 
toString() - Method in class io.vertx.rxjava.core.WorkerExecutor
 
toString() - Method in class io.vertx.rxjava.db2client.DB2Connection
 
toString() - Method in class io.vertx.rxjava.db2client.DB2Pool
 
toString() - Method in class io.vertx.rxjava.ext.auth.authentication.AuthenticationProvider
 
toString() - Method in class io.vertx.rxjava.ext.auth.authorization.AndAuthorization
 
toString() - Method in class io.vertx.rxjava.ext.auth.authorization.Authorization
 
toString() - Method in class io.vertx.rxjava.ext.auth.authorization.AuthorizationContext
 
toString() - Method in class io.vertx.rxjava.ext.auth.authorization.AuthorizationProvider
 
toString() - Method in class io.vertx.rxjava.ext.auth.authorization.Authorizations
 
toString() - Method in class io.vertx.rxjava.ext.auth.authorization.NotAuthorization
 
toString() - Method in class io.vertx.rxjava.ext.auth.authorization.OrAuthorization
 
toString() - Method in class io.vertx.rxjava.ext.auth.authorization.PermissionBasedAuthorization
 
toString() - Method in class io.vertx.rxjava.ext.auth.authorization.RoleBasedAuthorization
 
toString() - Method in class io.vertx.rxjava.ext.auth.authorization.WildcardPermissionBasedAuthorization
 
toString() - Method in class io.vertx.rxjava.ext.auth.AuthProvider
 
toString() - Method in class io.vertx.rxjava.ext.auth.ChainAuth
 
toString() - Method in class io.vertx.rxjava.ext.auth.HashingAlgorithm
 
toString() - Method in class io.vertx.rxjava.ext.auth.HashingStrategy
 
toString() - Method in class io.vertx.rxjava.ext.auth.htdigest.HtdigestAuth
 
toString() - Method in class io.vertx.rxjava.ext.auth.htpasswd.HtpasswdAuth
 
toString() - Method in class io.vertx.rxjava.ext.auth.jdbc.JDBCAuth
 
toString() - Method in class io.vertx.rxjava.ext.auth.jdbc.JDBCAuthentication
 
toString() - Method in class io.vertx.rxjava.ext.auth.jdbc.JDBCAuthorization
 
toString() - Method in class io.vertx.rxjava.ext.auth.jdbc.JDBCHashStrategy
 
toString() - Method in class io.vertx.rxjava.ext.auth.jdbc.JDBCUserUtil
 
toString() - Method in class io.vertx.rxjava.ext.auth.jwt.authorization.JWTAuthorization
 
toString() - Method in class io.vertx.rxjava.ext.auth.jwt.authorization.MicroProfileAuthorization
 
toString() - Method in class io.vertx.rxjava.ext.auth.jwt.JWTAuth
 
toString() - Method in class io.vertx.rxjava.ext.auth.ldap.LdapAuthentication
 
toString() - Method in class io.vertx.rxjava.ext.auth.mongo.HashStrategy
 
toString() - Method in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
 
toString() - Method in class io.vertx.rxjava.ext.auth.mongo.MongoAuthentication
 
toString() - Method in class io.vertx.rxjava.ext.auth.mongo.MongoAuthorization
 
toString() - Method in class io.vertx.rxjava.ext.auth.mongo.MongoUserUtil
 
toString() - Method in class io.vertx.rxjava.ext.auth.oauth2.AccessToken
 
toString() - Method in class io.vertx.rxjava.ext.auth.oauth2.authorization.KeycloakAuthorization
 
toString() - Method in class io.vertx.rxjava.ext.auth.oauth2.authorization.ScopeAuthorization
 
toString() - Method in class io.vertx.rxjava.ext.auth.oauth2.KeycloakHelper
 
toString() - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
 
toString() - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2RBAC
 
toString() - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Response
 
toString() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.AmazonCognitoAuth
 
toString() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.AzureADAuth
 
toString() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.BoxAuth
 
toString() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.CloudFoundryAuth
 
toString() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.DropboxAuth
 
toString() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.FacebookAuth
 
toString() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.FoursquareAuth
 
toString() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.GithubAuth
 
toString() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.GitLabAuth
 
toString() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.GoogleAuth
 
toString() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.HerokuAuth
 
toString() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.IBMCloudAuth
 
toString() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.InstagramAuth
 
toString() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.KeycloakAuth
 
toString() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.LinkedInAuth
 
toString() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.LiveAuth
 
toString() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.MailchimpAuth
 
toString() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.OpenIDConnectAuth
 
toString() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.SalesforceAuth
 
toString() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.ShopifyAuth
 
toString() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.SoundcloudAuth
 
toString() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.StripeAuth
 
toString() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.TwitterAuth
 
toString() - Method in class io.vertx.rxjava.ext.auth.oauth2.rbac.KeycloakRBAC
 
toString() - Method in class io.vertx.rxjava.ext.auth.oauth2.rbac.MicroProfileRBAC
 
toString() - Method in class io.vertx.rxjava.ext.auth.properties.PropertyFileAuthentication
 
toString() - Method in class io.vertx.rxjava.ext.auth.properties.PropertyFileAuthorization
 
toString() - Method in class io.vertx.rxjava.ext.auth.shiro.ShiroAuth
 
toString() - Method in class io.vertx.rxjava.ext.auth.sqlclient.SqlAuthentication
 
toString() - Method in class io.vertx.rxjava.ext.auth.sqlclient.SqlAuthorization
 
toString() - Method in class io.vertx.rxjava.ext.auth.sqlclient.SqlUserUtil
 
toString() - Method in class io.vertx.rxjava.ext.auth.User
 
toString() - Method in class io.vertx.rxjava.ext.auth.VertxContextPRNG
 
toString() - Method in class io.vertx.rxjava.ext.auth.webauthn.MetaDataService
 
toString() - Method in class io.vertx.rxjava.ext.auth.webauthn.WebAuthn
 
toString() - Method in class io.vertx.rxjava.ext.bridge.BaseBridgeEvent
 
toString() - Method in class io.vertx.rxjava.ext.consul.ConsulClient
 
toString() - Method in class io.vertx.rxjava.ext.consul.Watch
 
toString() - Method in class io.vertx.rxjava.ext.consul.WatchResult
 
toString() - Method in class io.vertx.rxjava.ext.dropwizard.MetricsService
 
toString() - Method in class io.vertx.rxjava.ext.eventbus.bridge.tcp.BridgeEvent
 
toString() - Method in class io.vertx.rxjava.ext.eventbus.bridge.tcp.TcpEventBusBridge
 
toString() - Method in class io.vertx.rxjava.ext.healthchecks.HealthCheckHandler
 
toString() - Method in class io.vertx.rxjava.ext.healthchecks.HealthChecks
 
toString() - Method in class io.vertx.rxjava.ext.jdbc.JDBCClient
 
toString() - Method in class io.vertx.rxjava.ext.mail.MailAttachment
 
toString() - Method in class io.vertx.rxjava.ext.mail.MailClient
 
toString() - Method in class io.vertx.rxjava.ext.mongo.MongoClient
 
toString() - Method in class io.vertx.rxjava.ext.mongo.MongoGridFsClient
 
toString() - Method in class io.vertx.rxjava.ext.shell.cli.CliToken
 
toString() - Method in class io.vertx.rxjava.ext.shell.cli.Completion
 
toString() - Method in class io.vertx.rxjava.ext.shell.command.Command
 
toString() - Method in class io.vertx.rxjava.ext.shell.command.CommandBuilder
 
toString() - Method in class io.vertx.rxjava.ext.shell.command.CommandProcess
 
toString() - Method in class io.vertx.rxjava.ext.shell.command.CommandRegistry
 
toString() - Method in class io.vertx.rxjava.ext.shell.command.CommandResolver
 
toString() - Method in class io.vertx.rxjava.ext.shell.session.Session
 
toString() - Method in class io.vertx.rxjava.ext.shell.Shell
 
toString() - Method in class io.vertx.rxjava.ext.shell.ShellServer
 
toString() - Method in class io.vertx.rxjava.ext.shell.ShellService
 
toString() - Method in class io.vertx.rxjava.ext.shell.system.Job
 
toString() - Method in class io.vertx.rxjava.ext.shell.system.JobController
 
toString() - Method in class io.vertx.rxjava.ext.shell.system.Process
 
toString() - Method in class io.vertx.rxjava.ext.shell.term.Pty
 
toString() - Method in class io.vertx.rxjava.ext.shell.term.SignalHandler
 
toString() - Method in class io.vertx.rxjava.ext.shell.term.SockJSTermHandler
 
toString() - Method in class io.vertx.rxjava.ext.shell.term.Term
 
toString() - Method in class io.vertx.rxjava.ext.shell.term.TermServer
 
toString() - Method in class io.vertx.rxjava.ext.shell.term.Tty
 
toString() - Method in class io.vertx.rxjava.ext.sql.SQLClient
 
toString() - Method in class io.vertx.rxjava.ext.sql.SQLConnection
 
toString() - Method in class io.vertx.rxjava.ext.sql.SQLRowStream
 
toString() - Method in class io.vertx.rxjava.ext.stomp.Acknowledgement
 
toString() - Method in class io.vertx.rxjava.ext.stomp.Destination
 
toString() - Method in class io.vertx.rxjava.ext.stomp.DestinationFactory
 
toString() - Method in class io.vertx.rxjava.ext.stomp.Frames
 
toString() - Method in class io.vertx.rxjava.ext.stomp.ServerFrame
 
toString() - Method in class io.vertx.rxjava.ext.stomp.StompClient
 
toString() - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
 
toString() - Method in class io.vertx.rxjava.ext.stomp.StompServer
 
toString() - Method in class io.vertx.rxjava.ext.stomp.StompServerConnection
 
toString() - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
 
toString() - Method in class io.vertx.rxjava.ext.unit.Async
 
toString() - Method in class io.vertx.rxjava.ext.unit.collect.EventBusCollector
 
toString() - Method in class io.vertx.rxjava.ext.unit.Completion
 
toString() - Method in class io.vertx.rxjava.ext.unit.report.Failure
 
toString() - Method in class io.vertx.rxjava.ext.unit.report.TestCaseReport
 
toString() - Method in class io.vertx.rxjava.ext.unit.report.TestResult
 
toString() - Method in class io.vertx.rxjava.ext.unit.report.TestSuiteReport
 
toString() - Method in class io.vertx.rxjava.ext.unit.TestCase
 
toString() - Method in class io.vertx.rxjava.ext.unit.TestCompletion
 
toString() - Method in class io.vertx.rxjava.ext.unit.TestContext
 
toString() - Method in class io.vertx.rxjava.ext.unit.TestSuite
 
toString() - Method in class io.vertx.rxjava.ext.web.api.contract.openapi3.OpenAPI3RequestValidationHandler
 
toString() - Method in class io.vertx.rxjava.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
 
toString() - Method in class io.vertx.rxjava.ext.web.api.RequestParameter
 
toString() - Method in class io.vertx.rxjava.ext.web.api.RequestParameters
 
toString() - Method in class io.vertx.rxjava.ext.web.api.validation.ContainerDeserializer
 
toString() - Method in class io.vertx.rxjava.ext.web.api.validation.CustomValidator
 
toString() - Method in class io.vertx.rxjava.ext.web.api.validation.HTTPRequestValidationHandler
 
toString() - Method in class io.vertx.rxjava.ext.web.api.validation.ParameterTypeValidator
 
toString() - Method in class io.vertx.rxjava.ext.web.api.validation.ParameterValidationRule
 
toString() - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
 
toString() - Method in class io.vertx.rxjava.ext.web.client.HttpResponse
 
toString() - Method in class io.vertx.rxjava.ext.web.client.predicate.ErrorConverter
 
toString() - Method in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
 
toString() - Method in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicateResult
 
toString() - Method in class io.vertx.rxjava.ext.web.client.WebClient
 
toString() - Method in class io.vertx.rxjava.ext.web.client.WebClientSession
 
toString() - Method in class io.vertx.rxjava.ext.web.codec.BodyCodec
 
toString() - Method in class io.vertx.rxjava.ext.web.common.template.TemplateEngine
 
toString() - Method in class io.vertx.rxjava.ext.web.common.WebEnvironment
 
toString() - Method in class io.vertx.rxjava.ext.web.FileUpload
 
toString() - Method in class io.vertx.rxjava.ext.web.handler.AuthorizationHandler
 
toString() - Method in class io.vertx.rxjava.ext.web.handler.BasicAuthHandler
 
toString() - Method in class io.vertx.rxjava.ext.web.handler.BodyHandler
 
toString() - Method in class io.vertx.rxjava.ext.web.handler.ChainAuthHandler
 
toString() - Method in class io.vertx.rxjava.ext.web.handler.CorsHandler
 
toString() - Method in class io.vertx.rxjava.ext.web.handler.CSPHandler
 
toString() - Method in class io.vertx.rxjava.ext.web.handler.CSRFHandler
 
toString() - Method in class io.vertx.rxjava.ext.web.handler.DigestAuthHandler
 
toString() - Method in class io.vertx.rxjava.ext.web.handler.ErrorHandler
 
toString() - Method in class io.vertx.rxjava.ext.web.handler.FaviconHandler
 
toString() - Method in class io.vertx.rxjava.ext.web.handler.FormLoginHandler
 
toString() - Method in class io.vertx.rxjava.ext.web.handler.graphql.ApolloWSConnectionInitEvent
 
toString() - Method in class io.vertx.rxjava.ext.web.handler.graphql.ApolloWSHandler
 
toString() - Method in class io.vertx.rxjava.ext.web.handler.graphql.ApolloWSMessage
 
toString() - Method in class io.vertx.rxjava.ext.web.handler.graphql.dataloader.VertxBatchLoader
 
toString() - Method in class io.vertx.rxjava.ext.web.handler.graphql.dataloader.VertxMappedBatchLoader
 
toString() - Method in class io.vertx.rxjava.ext.web.handler.graphql.GraphiQLHandler
 
toString() - Method in class io.vertx.rxjava.ext.web.handler.graphql.GraphQLHandler
 
toString() - Method in class io.vertx.rxjava.ext.web.handler.graphql.schema.VertxDataFetcher
 
toString() - Method in class io.vertx.rxjava.ext.web.handler.graphql.schema.VertxPropertyDataFetcher
 
toString() - Method in class io.vertx.rxjava.ext.web.handler.graphql.UploadScalar
 
toString() - Method in class io.vertx.rxjava.ext.web.handler.HSTSHandler
 
toString() - Method in class io.vertx.rxjava.ext.web.handler.JWTAuthHandler
 
toString() - Method in class io.vertx.rxjava.ext.web.handler.LoggerHandler
 
toString() - Method in class io.vertx.rxjava.ext.web.handler.MethodOverrideHandler
 
toString() - Method in class io.vertx.rxjava.ext.web.handler.MultiTenantHandler
 
toString() - Method in class io.vertx.rxjava.ext.web.handler.OAuth2AuthHandler
 
toString() - Method in class io.vertx.rxjava.ext.web.handler.RedirectAuthHandler
 
toString() - Method in class io.vertx.rxjava.ext.web.handler.ResponseContentTypeHandler
 
toString() - Method in class io.vertx.rxjava.ext.web.handler.ResponseTimeHandler
 
toString() - Method in class io.vertx.rxjava.ext.web.handler.SessionHandler
 
toString() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.BridgeEvent
 
toString() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSHandler
 
toString() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
 
toString() - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
 
toString() - Method in class io.vertx.rxjava.ext.web.handler.TemplateHandler
 
toString() - Method in class io.vertx.rxjava.ext.web.handler.TimeoutHandler
 
toString() - Method in class io.vertx.rxjava.ext.web.handler.WebAuthnHandler
 
toString() - Method in class io.vertx.rxjava.ext.web.handler.XFrameHandler
 
toString() - Method in class io.vertx.rxjava.ext.web.LanguageHeader
 
toString() - Method in class io.vertx.rxjava.ext.web.MIMEHeader
 
toString() - Method in class io.vertx.rxjava.ext.web.multipart.FormDataPart
 
toString() - Method in class io.vertx.rxjava.ext.web.multipart.MultipartForm
 
toString() - Method in class io.vertx.rxjava.ext.web.ParsedHeaderValues
 
toString() - Method in class io.vertx.rxjava.ext.web.Route
 
toString() - Method in class io.vertx.rxjava.ext.web.Router
 
toString() - Method in class io.vertx.rxjava.ext.web.RoutingContext
 
toString() - Method in class io.vertx.rxjava.ext.web.Session
 
toString() - Method in class io.vertx.rxjava.ext.web.sstore.ClusteredSessionStore
 
toString() - Method in class io.vertx.rxjava.ext.web.sstore.LocalSessionStore
 
toString() - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
 
toString() - Method in class io.vertx.rxjava.ext.web.templ.freemarker.FreeMarkerTemplateEngine
 
toString() - Method in class io.vertx.rxjava.ext.web.templ.handlebars.HandlebarsTemplateEngine
 
toString() - Method in class io.vertx.rxjava.ext.web.templ.jade.JadeTemplateEngine
 
toString() - Method in class io.vertx.rxjava.ext.web.templ.mvel.MVELTemplateEngine
 
toString() - Method in class io.vertx.rxjava.ext.web.templ.pebble.PebbleTemplateEngine
 
toString() - Method in class io.vertx.rxjava.ext.web.templ.rocker.RockerTemplateEngine
 
toString() - Method in class io.vertx.rxjava.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
 
toString() - Method in class io.vertx.rxjava.ext.web.validation.RequestParameter
 
toString() - Method in class io.vertx.rxjava.ext.web.validation.RequestParameters
 
toString() - Method in class io.vertx.rxjava.ext.web.validation.RequestPredicate
 
toString() - Method in class io.vertx.rxjava.ext.web.validation.RequestPredicateResult
 
toString() - Method in class io.vertx.rxjava.ext.web.validation.ValidationHandler
 
toString() - Method in class io.vertx.rxjava.jdbcclient.JDBCPool
 
toString() - Method in class io.vertx.rxjava.jdbcclient.SqlOutParam
 
toString() - Method in class io.vertx.rxjava.json.schema.Schema
 
toString() - Method in class io.vertx.rxjava.json.schema.SchemaParser
 
toString() - Method in class io.vertx.rxjava.json.schema.SchemaRouter
 
toString() - Method in class io.vertx.rxjava.kafka.admin.KafkaAdminClient
 
toString() - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
 
toString() - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumerRecord
 
toString() - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumerRecords
 
toString() - Method in class io.vertx.rxjava.kafka.client.producer.KafkaHeader
 
toString() - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
 
toString() - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducerRecord
 
toString() - Method in class io.vertx.rxjava.micrometer.MetricsService
 
toString() - Method in class io.vertx.rxjava.micrometer.PrometheusScrapingHandler
 
toString() - Method in class io.vertx.rxjava.mqtt.messages.MqttConnAckMessage
 
toString() - Method in class io.vertx.rxjava.mqtt.messages.MqttPublishMessage
 
toString() - Method in class io.vertx.rxjava.mqtt.messages.MqttSubAckMessage
 
toString() - Method in class io.vertx.rxjava.mqtt.messages.MqttSubscribeMessage
 
toString() - Method in class io.vertx.rxjava.mqtt.messages.MqttUnsubscribeMessage
 
toString() - Method in class io.vertx.rxjava.mqtt.MqttClient
 
toString() - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
 
toString() - Method in class io.vertx.rxjava.mqtt.MqttServer
 
toString() - Method in class io.vertx.rxjava.mqtt.MqttTopicSubscription
 
toString() - Method in class io.vertx.rxjava.mysqlclient.MySQLClient
 
toString() - Method in class io.vertx.rxjava.mysqlclient.MySQLConnection
 
toString() - Method in class io.vertx.rxjava.mysqlclient.MySQLPool
 
toString() - Method in class io.vertx.rxjava.pgclient.PgConnection
 
toString() - Method in class io.vertx.rxjava.pgclient.PgPool
 
toString() - Method in class io.vertx.rxjava.pgclient.pubsub.PgChannel
 
toString() - Method in class io.vertx.rxjava.pgclient.pubsub.PgSubscriber
 
toString() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
 
toString() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQConsumer
 
toString() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQMessage
 
toString() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQPublisher
 
toString() - Method in class io.vertx.rxjava.redis.client.Command
 
toString() - Method in class io.vertx.rxjava.redis.client.Redis
 
toString() - Method in class io.vertx.rxjava.redis.client.RedisAPI
 
toString() - Method in class io.vertx.rxjava.redis.client.RedisConnection
 
toString() - Method in class io.vertx.rxjava.redis.client.Request
 
toString() - Method in class io.vertx.rxjava.redis.client.Response
Get this response as a String.
toString(Charset) - Method in class io.vertx.rxjava.redis.client.Response
Get this response as a String encoded with the given charset.
toString() - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
 
toString() - Method in class io.vertx.rxjava.servicediscovery.ServiceReference
 
toString() - Method in class io.vertx.rxjava.servicediscovery.spi.ServiceExporter
 
toString() - Method in class io.vertx.rxjava.servicediscovery.spi.ServiceImporter
 
toString() - Method in class io.vertx.rxjava.servicediscovery.spi.ServicePublisher
 
toString() - Method in class io.vertx.rxjava.servicediscovery.types.EventBusService
 
toString() - Method in class io.vertx.rxjava.servicediscovery.types.HttpEndpoint
 
toString() - Method in class io.vertx.rxjava.servicediscovery.types.JDBCDataSource
 
toString() - Method in class io.vertx.rxjava.servicediscovery.types.MessageSource
 
toString() - Method in class io.vertx.rxjava.servicediscovery.types.MongoDataSource
 
toString() - Method in class io.vertx.rxjava.servicediscovery.types.RedisDataSource
 
toString() - Method in class io.vertx.rxjava.sqlclient.Cursor
 
toString() - Method in class io.vertx.rxjava.sqlclient.desc.ColumnDescriptor
 
toString() - Method in class io.vertx.rxjava.sqlclient.Pool
 
toString() - Method in class io.vertx.rxjava.sqlclient.PreparedQuery
 
toString() - Method in class io.vertx.rxjava.sqlclient.PreparedStatement
 
toString() - Method in class io.vertx.rxjava.sqlclient.PropertyKind
 
toString() - Method in class io.vertx.rxjava.sqlclient.Query
 
toString() - Method in class io.vertx.rxjava.sqlclient.Row
 
toString() - Method in class io.vertx.rxjava.sqlclient.RowIterator
 
toString() - Method in class io.vertx.rxjava.sqlclient.RowSet
 
toString() - Method in class io.vertx.rxjava.sqlclient.RowStream
 
toString() - Method in class io.vertx.rxjava.sqlclient.spi.DatabaseMetadata
 
toString() - Method in class io.vertx.rxjava.sqlclient.SqlClient
 
toString() - Method in class io.vertx.rxjava.sqlclient.SqlConnection
 
toString() - Method in class io.vertx.rxjava.sqlclient.SqlResult
 
toString() - Method in class io.vertx.rxjava.sqlclient.Transaction
 
toString() - Method in class io.vertx.rxjava.sqlclient.Tuple
 
toString() - Method in class io.vertx.servicediscovery.Record
 
toString() - Method in class io.vertx.sqlclient.data.Numeric
 
toSubscriber() - Method in class io.vertx.reactivex.amqp.AmqpSender
 
toSubscriber() - Method in class io.vertx.reactivex.core.file.AsyncFile
 
toSubscriber() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
 
toSubscriber() - Method in class io.vertx.reactivex.core.http.HttpServerResponse
 
toSubscriber() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
toSubscriber() - Method in class io.vertx.reactivex.core.http.WebSocket
 
toSubscriber() - Method in class io.vertx.reactivex.core.net.NetSocket
 
toSubscriber() - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
 
toSubscriber() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
 
toSubscriber(WriteStream<T>) - Static method in class io.vertx.reactivex.RxHelper
Adapts a Vert.x WriteStream to an RxJava Subscriber.
toSubscriber(WriteStream<T>, Function<R, T>) - Static method in class io.vertx.reactivex.RxHelper
Like RxHelper.toSubscriber(WriteStream), except the provided mapping function is applied to each Flowable item.
toSubscriber(Handler<AsyncResult<T>>) - Static method in class io.vertx.rx.java.RxHelper
Adapts a Vert.x Handler<AsyncResult<T>> to an RxJava Subscriber.
toSubscriber(WriteStream<T>) - Static method in class io.vertx.rx.java.RxHelper
Adapts a Vert.x WriteStream to an RxJava Subscriber.
toSubscriber(WriteStream<T>, Function<R, T>) - Static method in class io.vertx.rx.java.RxHelper
Like RxHelper.toSubscriber(WriteStream), except the provided mapping function is applied to each Observable item.
toSubscriber() - Method in class io.vertx.rxjava.amqp.AmqpSender
 
toSubscriber() - Method in class io.vertx.rxjava.core.file.AsyncFile
 
toSubscriber() - Method in class io.vertx.rxjava.core.http.HttpClientRequest
 
toSubscriber() - Method in class io.vertx.rxjava.core.http.HttpServerResponse
 
toSubscriber() - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
toSubscriber() - Method in class io.vertx.rxjava.core.http.WebSocket
 
toSubscriber() - Method in class io.vertx.rxjava.core.net.NetSocket
 
toSubscriber() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
 
toSubscriber() - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
 
totalSpace() - Method in interface io.vertx.core.file.FileSystemProps
 
totalSpace() - Method in class io.vertx.reactivex.core.file.FileSystemProps
 
totalSpace() - Method in class io.vertx.rxjava.core.file.FileSystemProps
 
TOUCH - Static variable in class io.vertx.reactivex.redis.client.Command
 
touch(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command touch.
touch(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command touch.
TOUCH - Static variable in interface io.vertx.redis.client.Command
 
touch(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command touch.
touch(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command touch.
TOUCH - Static variable in class io.vertx.rxjava.redis.client.Command
 
touch(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command touch.
touch(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command touch.
toURI() - Method in interface io.vertx.core.json.pointer.JsonPointer
Build a URI representation of the JSON Pointer
toURI() - Method in class io.vertx.json.schema.common.SchemaURNId
 
toURI() - Method in class io.vertx.reactivex.core.json.pointer.JsonPointer
Build a URI representation of the JSON Pointer
toURI() - Method in class io.vertx.rxjava.core.json.pointer.JsonPointer
Build a URI representation of the JSON Pointer
toUUID(String) - Static method in class io.vertx.ext.auth.webauthn.Authenticator
 
toVertx(String) - Method in class io.vertx.camel.InboundMapping
toWebSocket(Handler<AsyncResult<ServerWebSocket>>) - Method in interface io.vertx.core.http.HttpServerRequest
Upgrade the connection of the current request to a WebSocket.
toWebSocket() - Method in interface io.vertx.core.http.HttpServerRequest
Like HttpServerRequest.toWebSocket(Handler) but returns a Future of the asynchronous result
toWebSocket(Handler<AsyncResult<ServerWebSocket>>) - Method in class io.vertx.reactivex.core.http.HttpServerRequest
Upgrade the connection of the current request to a WebSocket.
toWebSocket() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
Upgrade the connection of the current request to a WebSocket.
toWebSocket(Handler<AsyncResult<ServerWebSocket>>) - Method in class io.vertx.rxjava.core.http.HttpServerRequest
Upgrade the connection of the current request to a WebSocket.
toWebSocket() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
Upgrade the connection of the current request to a WebSocket.
TRACE - Static variable in class io.vertx.core.http.HttpMethod
The RFC 2616 TRACE method, this instance is interned and uniquely used.
trace(Object) - Method in class io.vertx.core.logging.JULLogDelegate
 
trace(Object, Object...) - Method in class io.vertx.core.logging.JULLogDelegate
 
trace(Object, Throwable) - Method in class io.vertx.core.logging.JULLogDelegate
 
trace(Object, Throwable, Object...) - Method in class io.vertx.core.logging.JULLogDelegate
 
trace(Object) - Method in class io.vertx.core.logging.Log4j2LogDelegate
 
trace(Object, Object...) - Method in class io.vertx.core.logging.Log4j2LogDelegate
 
trace(Object, Throwable) - Method in class io.vertx.core.logging.Log4j2LogDelegate
 
trace(Object, Throwable, Object...) - Method in class io.vertx.core.logging.Log4j2LogDelegate
 
trace(Object) - Method in class io.vertx.core.logging.Logger
Deprecated.
see https://github.com/eclipse-vertx/vert.x/issues/2774
trace(Object, Throwable) - Method in class io.vertx.core.logging.Logger
Deprecated.
see https://github.com/eclipse-vertx/vert.x/issues/2774
trace(Object, Object...) - Method in class io.vertx.core.logging.Logger
Deprecated.
see https://github.com/eclipse-vertx/vert.x/issues/2774
trace(Object, Throwable, Object...) - Method in class io.vertx.core.logging.Logger
Deprecated.
see https://github.com/eclipse-vertx/vert.x/issues/2774
trace(Object) - Method in class io.vertx.core.logging.SLF4JLogDelegate
 
trace(Object, Object...) - Method in class io.vertx.core.logging.SLF4JLogDelegate
 
trace(Object, Throwable) - Method in class io.vertx.core.logging.SLF4JLogDelegate
 
trace(Object, Throwable, Object...) - Method in class io.vertx.core.logging.SLF4JLogDelegate
 
trace(Object) - Method in interface io.vertx.core.spi.logging.LogDelegate
 
trace(Object, Object...) - Method in interface io.vertx.core.spi.logging.LogDelegate
 
trace(Object, Throwable) - Method in interface io.vertx.core.spi.logging.LogDelegate
 
trace(Object, Throwable, Object...) - Method in interface io.vertx.core.spi.logging.LogDelegate
 
trace() - Method in interface io.vertx.ext.web.Router
Add a route that matches any HTTP TRACE request
trace(String) - Method in interface io.vertx.ext.web.Router
Add a route that matches a HTTP TRACE request and the specified path
trace() - Method in class io.vertx.reactivex.ext.web.Router
Add a route that matches any HTTP TRACE request
trace(String) - Method in class io.vertx.reactivex.ext.web.Router
Add a route that matches a HTTP TRACE request and the specified path
trace() - Method in class io.vertx.rxjava.ext.web.Router
Add a route that matches any HTTP TRACE request
trace(String) - Method in class io.vertx.rxjava.ext.web.Router
Add a route that matches a HTTP TRACE request and the specified path
tracedQuery(Object, JsonPointerIterator) - Method in interface io.vertx.core.json.pointer.JsonPointer
Query objectToQuery tracing each element walked during the query, including the first and the result (if any).
The first element of the list is objectToQuery and the last is the result, or the element before the first null was encountered
tracedQuery(Object, JsonPointerIterator) - Method in class io.vertx.reactivex.core.json.pointer.JsonPointer
Query objectToQuery tracing each element walked during the query, including the first and the result (if any).
The first element of the list is objectToQuery and the last is the result, or the element before the first null was encountered
tracedQuery(Object, JsonPointerIterator) - Method in class io.vertx.rxjava.core.json.pointer.JsonPointer
Query objectToQuery tracing each element walked during the query, including the first and the result (if any).
The first element of the list is objectToQuery and the last is the result, or the element before the first null was encountered
tracer(TracingOptions) - Method in interface io.vertx.core.spi.VertxTracerFactory
Create a new VertxTracer object.

No specific thread and context can be expected when this method is called.

tracer(TracingOptions) - Method in class io.vertx.tracing.opentracing.OpenTracingTracerFactory
 
tracer(TracingOptions) - Method in class io.vertx.tracing.zipkin.ZipkinTracerFactory
 
TraceTags - Enum in io.vertx.kafka.client.common.tracing
Tags for Kafka Tracing
traceWithRegex(String) - Method in interface io.vertx.ext.web.Router
Add a route that matches a HTTP TRACE request and the specified path regex
traceWithRegex(String) - Method in class io.vertx.reactivex.ext.web.Router
Add a route that matches a HTTP TRACE request and the specified path regex
traceWithRegex(String) - Method in class io.vertx.rxjava.ext.web.Router
Add a route that matches a HTTP TRACE request and the specified path regex
TracingOptions - Class in io.vertx.core.tracing
Vert.x tracing base configuration, this class can be extended by provider implementations to configure those specific implementations.
TracingOptions() - Constructor for class io.vertx.core.tracing.TracingOptions
Default constructor
TracingOptions(TracingOptions) - Constructor for class io.vertx.core.tracing.TracingOptions
Copy constructor
TracingOptions(JsonObject) - Constructor for class io.vertx.core.tracing.TracingOptions
Create an instance from a JsonObject
TracingOptionsConverter - Class in io.vertx.core.tracing
Converter and mapper for TracingOptions.
TracingOptionsConverter() - Constructor for class io.vertx.core.tracing.TracingOptionsConverter
 
TracingPolicy - Enum in io.vertx.core.tracing
Policy controlling the behavior across boundaries.
trailers() - Method in interface io.vertx.core.http.HttpClientResponse
 
trailers() - Method in interface io.vertx.core.http.HttpServerResponse
 
trailers() - Method in interface io.vertx.ext.web.client.HttpResponse
 
trailers() - Method in class io.vertx.reactivex.core.http.HttpClientResponse
 
trailers() - Method in class io.vertx.reactivex.core.http.HttpServerResponse
 
trailers() - Method in class io.vertx.reactivex.ext.web.client.HttpResponse
 
trailers() - Method in class io.vertx.rxjava.core.http.HttpClientResponse
 
trailers() - Method in class io.vertx.rxjava.core.http.HttpServerResponse
 
trailers() - Method in class io.vertx.rxjava.ext.web.client.HttpResponse
 
transaction(TxnRequest, Handler<AsyncResult<TxnResponse>>) - Method in interface io.vertx.ext.consul.ConsulClient
Manages multiple operations inside a single, atomic transaction.
transaction(TxnRequest) - Method in interface io.vertx.ext.consul.ConsulClient
Like ConsulClient.transaction(TxnRequest, Handler) but returns a Future of the asynchronous result.
TRANSACTION - Static variable in class io.vertx.ext.stomp.Frame
 
transaction(TxnRequest, Handler<AsyncResult<TxnResponse>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Manages multiple operations inside a single, atomic transaction.
transaction(TxnRequest) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Manages multiple operations inside a single, atomic transaction.
Transaction - Class in io.vertx.reactivex.sqlclient
A transaction.
Transaction(Transaction) - Constructor for class io.vertx.reactivex.sqlclient.Transaction
 
Transaction(Object) - Constructor for class io.vertx.reactivex.sqlclient.Transaction
 
transaction(TxnRequest, Handler<AsyncResult<TxnResponse>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Manages multiple operations inside a single, atomic transaction.
transaction(TxnRequest) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Manages multiple operations inside a single, atomic transaction.
Transaction - Class in io.vertx.rxjava.sqlclient
A transaction.
Transaction(Transaction) - Constructor for class io.vertx.rxjava.sqlclient.Transaction
 
Transaction(Object) - Constructor for class io.vertx.rxjava.sqlclient.Transaction
 
Transaction - Interface in io.vertx.sqlclient
A transaction.
TransactionIsolation - Enum in io.vertx.ext.sql
Represents a Transaction Isolation Level
TransactionRollbackException - Class in io.vertx.sqlclient
A transaction that allows to control the transaction and receive events.
TRANSFER_ENCODING - Static variable in interface io.vertx.core.http.HttpHeaders
Transfer-Encoding header name
TRANSFER_ENCODING - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Transfer-Encoding header name
TRANSFER_ENCODING - Static variable in class io.vertx.rxjava.core.http.HttpHeaders
Transfer-Encoding header name
transform(S) - Method in interface io.vertx.core.eventbus.MessageCodec
If a message is sent locally across the event bus, this method is called to transform the message from the sent type S to the received type R
transform(Function<AsyncResult<T>, Future<U>>) - Method in interface io.vertx.core.Future
Transform this future with a mapper functions.
transform(ServiceException) - Method in class io.vertx.serviceproxy.ServiceExceptionMessageCodec
 
Transport - Enum in io.vertx.ext.web.handler.sockjs
The available SockJS transports
traverse(File) - Static method in class io.vertx.config.spi.utils.FileSet
List all the files from a directory (recursive)
TriConsumer<T,U,V> - Interface in io.vertx.ext.web.handler.graphql
Like BiConsumer but accepts three arguments.
triggerUpdateIsSync() - Method in class io.vertx.json.schema.common.BaseMutableStateValidator
 
triggerUpdateIsSync() - Method in interface io.vertx.json.schema.common.MutableStateValidator
Manually trigger the sync state update
triggerUpdateIsSync() - Method in class io.vertx.json.schema.common.SchemaImpl
 
TrueSchema - Class in io.vertx.json.schema.common
 
TrueSchema(MutableStateValidator) - Constructor for class io.vertx.json.schema.common.TrueSchema
 
truncate(String, long, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
Truncate the file represented by path to length len in bytes, asynchronously.
truncate(String, long) - Method in interface io.vertx.core.file.FileSystem
Like FileSystem.truncate(String, long, Handler) but returns a Future of the asynchronous result
truncate(String, long, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.file.FileSystem
Truncate the file represented by path to length len in bytes, asynchronously.
truncate(String, long) - Method in class io.vertx.reactivex.core.file.FileSystem
Truncate the file represented by path to length len in bytes, asynchronously.
truncate(String, long, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Truncate the file represented by path to length len in bytes, asynchronously.
truncate(String, long) - Method in class io.vertx.rxjava.core.file.FileSystem
Truncate the file represented by path to length len in bytes, asynchronously.
truncateBlocking(String, long) - Method in interface io.vertx.core.file.FileSystem
truncateBlocking(String, long) - Method in class io.vertx.reactivex.core.file.FileSystem
truncateBlocking(String, long) - Method in class io.vertx.rxjava.core.file.FileSystem
trustManagerMapper(Vertx) - Method in class io.vertx.core.net.KeyStoreOptionsBase
 
trustManagerMapper(Vertx) - Method in class io.vertx.core.net.PemTrustOptions
 
trustManagerMapper(Vertx) - Method in interface io.vertx.core.net.TrustOptions
Returns a function that maps SNI server names to a TrustManagerFactory instance.
trustOptions() - Method in interface io.vertx.core.net.SelfSignedCertificate
Provides the TrustOptions X.509 certificate file in PEM format corresponding to the SelfSignedCertificate.certificatePath()
TrustOptions - Interface in io.vertx.core.net
Certification authority configuration options.
trustOptions() - Method in class io.vertx.reactivex.core.net.SelfSignedCertificate
Provides the TrustOptions X.509 certificate file in PEM format corresponding to the SelfSignedCertificate.certificatePath()
trustOptions() - Method in class io.vertx.rxjava.core.net.SelfSignedCertificate
Provides the TrustOptions X.509 certificate file in PEM format corresponding to the SelfSignedCertificate.certificatePath()
tryComplete(T) - Method in interface io.vertx.core.Promise
Like Promise.complete(Object) but returns false when the promise is already completed instead of throwing an IllegalStateException, it returns true otherwise.
tryComplete() - Method in interface io.vertx.core.Promise
Calls tryComplete(null).
tryComplete(T) - Method in class io.vertx.reactivex.core.Promise
Like Promise.complete(T) but returns false when the promise is already completed instead of throwing an IllegalStateException, it returns true otherwise.
tryComplete() - Method in class io.vertx.reactivex.core.Promise
Calls tryComplete(null).
tryComplete(Boolean) - Method in class io.vertx.reactivex.ext.bridge.BaseBridgeEvent
Like Promise.complete(T) but returns false when the promise is already completed instead of throwing an IllegalStateException, it returns true otherwise.
tryComplete(Boolean) - Method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.BridgeEvent
Like Promise.complete(T) but returns false when the promise is already completed instead of throwing an IllegalStateException, it returns true otherwise.
tryComplete(Object) - Method in class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSConnectionInitEvent
Like Promise.complete(T) but returns false when the promise is already completed instead of throwing an IllegalStateException, it returns true otherwise.
tryComplete(Boolean) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.BridgeEvent
Like Promise.complete(T) but returns false when the promise is already completed instead of throwing an IllegalStateException, it returns true otherwise.
tryComplete(T) - Method in class io.vertx.rxjava.core.Promise
Like Promise.complete(T) but returns false when the promise is already completed instead of throwing an IllegalStateException, it returns true otherwise.
tryComplete() - Method in class io.vertx.rxjava.core.Promise
Calls tryComplete(null).
tryComplete(Boolean) - Method in class io.vertx.rxjava.ext.bridge.BaseBridgeEvent
Like Promise.complete(T) but returns false when the promise is already completed instead of throwing an IllegalStateException, it returns true otherwise.
tryComplete(Boolean) - Method in class io.vertx.rxjava.ext.eventbus.bridge.tcp.BridgeEvent
Like Promise.complete(T) but returns false when the promise is already completed instead of throwing an IllegalStateException, it returns true otherwise.
tryComplete(Object) - Method in class io.vertx.rxjava.ext.web.handler.graphql.ApolloWSConnectionInitEvent
Like Promise.complete(T) but returns false when the promise is already completed instead of throwing an IllegalStateException, it returns true otherwise.
tryComplete(Boolean) - Method in class io.vertx.rxjava.ext.web.handler.sockjs.BridgeEvent
Like Promise.complete(T) but returns false when the promise is already completed instead of throwing an IllegalStateException, it returns true otherwise.
tryFail(Throwable) - Method in interface io.vertx.core.Promise
Like Promise.fail(Throwable) but returns false when the promise is already completed instead of throwing an IllegalStateException, it returns true otherwise.
tryFail(String) - Method in interface io.vertx.core.Promise
Calls Promise.fail(Throwable) with the message.
tryFail(Throwable) - Method in class io.vertx.reactivex.core.Promise
Like Promise.fail(java.lang.Throwable) but returns false when the promise is already completed instead of throwing an IllegalStateException, it returns true otherwise.
tryFail(String) - Method in class io.vertx.reactivex.core.Promise
Calls Promise.fail(java.lang.Throwable) with the message.
tryFail(Throwable) - Method in class io.vertx.rxjava.core.Promise
Like Promise.fail(java.lang.Throwable) but returns false when the promise is already completed instead of throwing an IllegalStateException, it returns true otherwise.
tryFail(String) - Method in class io.vertx.rxjava.core.Promise
Calls Promise.fail(java.lang.Throwable) with the message.
ttl() - Method in interface io.vertx.amqp.AmqpMessage
 
ttl(long) - Method in interface io.vertx.amqp.AmqpMessageBuilder
 
ttl() - Method in class io.vertx.reactivex.amqp.AmqpMessage
 
ttl(long) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
TTL - Static variable in class io.vertx.reactivex.redis.client.Command
 
ttl(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ttl.
ttl(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command ttl.
TTL - Static variable in interface io.vertx.redis.client.Command
 
ttl(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ttl.
ttl(String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command ttl.
ttl() - Method in class io.vertx.rxjava.amqp.AmqpMessage
 
ttl(long) - Method in class io.vertx.rxjava.amqp.AmqpMessageBuilder
 
TTL - Static variable in class io.vertx.rxjava.redis.client.Command
 
ttl(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command ttl.
ttl(String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command ttl.
Tty - Interface in io.vertx.ext.shell.term
Provide interactions with the Shell TTY.
Tty - Class in io.vertx.reactivex.ext.shell.term
Provide interactions with the Shell TTY.
Tty(Tty) - Constructor for class io.vertx.reactivex.ext.shell.term.Tty
 
Tty(Object) - Constructor for class io.vertx.reactivex.ext.shell.term.Tty
 
Tty - Class in io.vertx.rxjava.ext.shell.term
Provide interactions with the Shell TTY.
Tty(Tty) - Constructor for class io.vertx.rxjava.ext.shell.term.Tty
 
Tty(Object) - Constructor for class io.vertx.rxjava.ext.shell.term.Tty
 
Tuple - Class in io.vertx.reactivex.sqlclient
A general purpose tuple.
Tuple(Tuple) - Constructor for class io.vertx.reactivex.sqlclient.Tuple
 
Tuple(Object) - Constructor for class io.vertx.reactivex.sqlclient.Tuple
 
tuple() - Static method in class io.vertx.reactivex.sqlclient.Tuple
 
tuple(List<Object>) - Static method in class io.vertx.reactivex.sqlclient.Tuple
Create a tuple with the provided elements list.
Tuple - Class in io.vertx.rxjava.sqlclient
A general purpose tuple.
Tuple(Tuple) - Constructor for class io.vertx.rxjava.sqlclient.Tuple
 
Tuple(Object) - Constructor for class io.vertx.rxjava.sqlclient.Tuple
 
tuple() - Static method in class io.vertx.rxjava.sqlclient.Tuple
 
tuple(List<Object>) - Static method in class io.vertx.rxjava.sqlclient.Tuple
Create a tuple with the provided elements list.
Tuple - Interface in io.vertx.sqlclient
A general purpose tuple.
tuple() - Static method in interface io.vertx.sqlclient.Tuple
 
tuple(List<Object>) - Static method in interface io.vertx.sqlclient.Tuple
Create a tuple with the provided elements list.
TupleMapper<T> - Class in io.vertx.reactivex.sqlclient.templates
Map an arbitrary T object to a .
TupleMapper(TupleMapper) - Constructor for class io.vertx.reactivex.sqlclient.templates.TupleMapper
 
TupleMapper(Object, TypeArg<T>) - Constructor for class io.vertx.reactivex.sqlclient.templates.TupleMapper
 
TupleMapper<T> - Interface in io.vertx.sqlclient.templates
Map an arbitrary T object to a Tuple.
TupleParserFactory - Interface in io.vertx.ext.web.validation.builder
This interface is used to create ValueParser able to parse serialized object structures.
tupleSchema() - Static method in class io.vertx.json.schema.common.dsl.Schemas
 
TupleSchemaBuilder - Class in io.vertx.json.schema.common.dsl
 
TwitterAuth - Interface in io.vertx.ext.auth.oauth2.providers
Simplified factory to create an OAuth2Auth for Twitter.
TwitterAuth - Class in io.vertx.reactivex.ext.auth.oauth2.providers
Simplified factory to create an for Twitter.
TwitterAuth(TwitterAuth) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.TwitterAuth
 
TwitterAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.TwitterAuth
 
TwitterAuth - Class in io.vertx.rxjava.ext.auth.oauth2.providers
Simplified factory to create an for Twitter.
TwitterAuth(TwitterAuth) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.providers.TwitterAuth
 
TwitterAuth(Object) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.providers.TwitterAuth
 
txCompletableTransformer(SQLConnection) - Static method in class io.vertx.reactivex.ext.sql.SQLClientHelper
Creates a CompletableTransformer decorating a Completable with transaction management for a given SQLConnection.
txCompletableTransformer(SQLConnection) - Static method in class io.vertx.rxjava.ext.sql.SQLClientHelper
Creates a Completable.Transformer decorating a Completable with transaction management for a given SQLConnection.
txFlowableTransformer(SQLConnection) - Static method in class io.vertx.reactivex.ext.sql.SQLClientHelper
Creates a FlowableTransformer decorating a Flowable with transaction management for a given SQLConnection.
txMaybeTransformer(SQLConnection) - Static method in class io.vertx.reactivex.ext.sql.SQLClientHelper
Creates a MaybeTransformer decorating a Maybe with transaction management for a given SQLConnection.
TxnError - Class in io.vertx.ext.consul
Holds information describing which operations failed if the transaction was rolled back.
TxnError() - Constructor for class io.vertx.ext.consul.TxnError
Default constructor
TxnError(JsonObject) - Constructor for class io.vertx.ext.consul.TxnError
Constructor from JSON
TxnErrorConverter - Class in io.vertx.ext.consul
Converter and mapper for TxnError.
TxnErrorConverter() - Constructor for class io.vertx.ext.consul.TxnErrorConverter
 
TxnKVOperation - Class in io.vertx.ext.consul
Holds operation to apply to the key/value store inside a transaction
TxnKVOperation() - Constructor for class io.vertx.ext.consul.TxnKVOperation
Default constructor
TxnKVOperation(JsonObject) - Constructor for class io.vertx.ext.consul.TxnKVOperation
Constructor from JSON
TxnKVOperationConverter - Class in io.vertx.ext.consul
Converter and mapper for TxnKVOperation.
TxnKVOperationConverter() - Constructor for class io.vertx.ext.consul.TxnKVOperationConverter
 
TxnKVVerb - Enum in io.vertx.ext.consul
Holds type of KV operation in transaction
TxnOperation - Interface in io.vertx.ext.consul
Represents operation in transaction.
TxnOperationType - Enum in io.vertx.ext.consul
Represents the type of operation in a transaction.
TxnRequest - Class in io.vertx.ext.consul
Holds list of operations in transaction
TxnRequest() - Constructor for class io.vertx.ext.consul.TxnRequest
Default constructor
TxnRequest(JsonObject) - Constructor for class io.vertx.ext.consul.TxnRequest
Constructor from JSON
TxnResponse - Class in io.vertx.ext.consul
Holds results of transaction
TxnResponse() - Constructor for class io.vertx.ext.consul.TxnResponse
Default constructor
TxnResponse(JsonObject) - Constructor for class io.vertx.ext.consul.TxnResponse
Constructor from JSON
TxnResult - Interface in io.vertx.ext.consul
Represents result of operation.
txObservableTransformer(SQLConnection) - Static method in class io.vertx.reactivex.ext.sql.SQLClientHelper
Creates a ObservableTransformer decorating an Observable with transaction management for a given SQLConnection.
txObservableTransformer(SQLConnection) - Static method in class io.vertx.rxjava.ext.sql.SQLClientHelper
Creates a Observable.Transformer decorating an Observable with transaction management for a given SQLConnection.
txSingleTransformer(SQLConnection) - Static method in class io.vertx.reactivex.ext.sql.SQLClientHelper
Creates a SingleTransformer decorating a Single with transaction management for a given SQLConnection.
txSingleTransformer(SQLConnection) - Static method in class io.vertx.rxjava.ext.sql.SQLClientHelper
Creates a Single.Transformer decorating a Single with transaction management for a given SQLConnection.
type - Variable in class io.vertx.core.cli.TypedArgument
The type of the argument.
type - Variable in class io.vertx.core.cli.TypedOption
The type of the option.
type() - Method in interface io.vertx.core.http.HttpFrame
 
type() - Method in interface io.vertx.core.http.WebSocketFrame
 
type() - Method in interface io.vertx.core.parsetools.JsonEvent
 
type() - Method in interface io.vertx.ext.bridge.BaseBridgeEvent
 
type - Variable in class io.vertx.ext.shell.command.base.BusPublish
 
type() - Method in interface io.vertx.ext.shell.term.Tty
 
type() - Method in exception io.vertx.ext.web.api.contract.RouterFactoryException
Deprecated.
 
type() - Method in exception io.vertx.ext.web.api.validation.ValidationException
Deprecated.
 
type() - Method in interface io.vertx.ext.web.handler.graphql.ApolloWSMessage
 
type() - Method in exception io.vertx.ext.web.openapi.RouterBuilderException
 
type() - Method in interface io.vertx.jdbcclient.SqlOutParam
Get the output type
type(SchemaType...) - Static method in class io.vertx.json.schema.common.dsl.Keywords
 
type - Variable in class io.vertx.json.schema.common.dsl.SchemaBuilder
 
type(SchemaType) - Method in class io.vertx.json.schema.common.dsl.SchemaBuilder
 
type() - Method in class io.vertx.junit5.rxjava.VertxParameterProvider
 
type() - Method in class io.vertx.junit5.rxjava2.VertxParameterProvider
 
type() - Method in interface io.vertx.junit5.VertxExtensionParameterProvider
The parameter type.
type() - Method in class io.vertx.junit5.VertxParameterProvider
 
type() - Method in class io.vertx.junit5.VertxTestContextParameterProvider
 
type() - Method in class io.vertx.reactivex.core.http.HttpFrame
 
type() - Method in class io.vertx.reactivex.core.http.WebSocketFrame
 
type() - Method in class io.vertx.reactivex.core.parsetools.JsonEvent
 
type() - Method in class io.vertx.reactivex.ext.bridge.BaseBridgeEvent
 
type() - Method in class io.vertx.reactivex.ext.shell.term.Tty
 
type() - Method in class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSMessage
 
type() - Method in class io.vertx.reactivex.jdbcclient.SqlOutParam
Get the output type
TYPE - Static variable in class io.vertx.reactivex.redis.client.Command
 
type(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command type.
type(String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command type.
type() - Method in class io.vertx.reactivex.redis.client.Response
The response return type.
TYPE - Static variable in class io.vertx.reactivex.servicediscovery.types.EventBusService
Name of the type.
TYPE - Static variable in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
 
TYPE - Static variable in class io.vertx.reactivex.servicediscovery.types.JDBCDataSource
 
TYPE - Static variable in class io.vertx.reactivex.servicediscovery.types.MessageSource
 
TYPE - Static variable in class io.vertx.reactivex.servicediscovery.types.MongoDataSource
 
TYPE - Static variable in class io.vertx.reactivex.servicediscovery.types.RedisDataSource
 
TYPE - Static variable in interface io.vertx.redis.client.Command
 
type(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command type.
type(String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command type.
type() - Method in interface io.vertx.redis.client.Response
The response return type.
type() - Method in class io.vertx.rxjava.core.http.HttpFrame
 
type() - Method in class io.vertx.rxjava.core.http.WebSocketFrame
 
type() - Method in class io.vertx.rxjava.core.parsetools.JsonEvent
 
type() - Method in class io.vertx.rxjava.ext.bridge.BaseBridgeEvent
 
type() - Method in class io.vertx.rxjava.ext.shell.term.Tty
 
type() - Method in class io.vertx.rxjava.ext.web.handler.graphql.ApolloWSMessage
 
type() - Method in class io.vertx.rxjava.jdbcclient.SqlOutParam
Get the output type
TYPE - Static variable in class io.vertx.rxjava.redis.client.Command
 
type(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command type.
type(String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command type.
type() - Method in class io.vertx.rxjava.redis.client.Response
The response return type.
TYPE - Static variable in class io.vertx.rxjava.servicediscovery.types.EventBusService
Name of the type.
TYPE - Static variable in class io.vertx.rxjava.servicediscovery.types.HttpEndpoint
 
TYPE - Static variable in class io.vertx.rxjava.servicediscovery.types.JDBCDataSource
 
TYPE - Static variable in class io.vertx.rxjava.servicediscovery.types.MessageSource
 
TYPE - Static variable in class io.vertx.rxjava.servicediscovery.types.MongoDataSource
 
TYPE - Static variable in class io.vertx.rxjava.servicediscovery.types.RedisDataSource
 
TYPE - Static variable in interface io.vertx.servicediscovery.types.EventBusService
Name of the type.
TYPE - Static variable in interface io.vertx.servicediscovery.types.HttpEndpoint
 
TYPE - Static variable in interface io.vertx.servicediscovery.types.JDBCDataSource
 
TYPE - Static variable in interface io.vertx.servicediscovery.types.MessageSource
 
TYPE - Static variable in interface io.vertx.servicediscovery.types.MongoDataSource
 
TYPE - Static variable in interface io.vertx.servicediscovery.types.RedisDataSource
 
type() - Method in interface io.vertx.sqlclient.PropertyKind
 
TypedArgument<T> - Class in io.vertx.core.cli
An implementation of Argument for java specifying the type of object received by the argument.
TypedArgument(TypedArgument<T>) - Constructor for class io.vertx.core.cli.TypedArgument
Creates a new instance of TypedArgument by copying the state of another TypedArgument.
TypedArgument() - Constructor for class io.vertx.core.cli.TypedArgument
Creates an empty instance of TypedArgument.
TypedOption<T> - Class in io.vertx.core.cli
An implementation of Option for java specifying the type of object received by the option.
TypedOption() - Constructor for class io.vertx.core.cli.TypedOption
Creates an empty instance of TypedOption.
TypedOption(TypedOption<T>) - Constructor for class io.vertx.core.cli.TypedOption
Creates an instance of TypedOption by copying the state of another TypedOption
types() - Method in interface io.vertx.sqlclient.Tuple
 
TypeValidatorFactory - Class in io.vertx.json.schema.draft7
 
TypeValidatorFactory() - Constructor for class io.vertx.json.schema.draft7.TypeValidatorFactory
 
TypeValidatorFactory - Class in io.vertx.json.schema.openapi3
 
TypeValidatorFactory() - Constructor for class io.vertx.json.schema.openapi3.TypeValidatorFactory
 

U

unallocatedSpace() - Method in interface io.vertx.core.file.FileSystemProps
 
unallocatedSpace() - Method in class io.vertx.reactivex.core.file.FileSystemProps
 
unallocatedSpace() - Method in class io.vertx.rxjava.core.file.FileSystemProps
 
UNCHECKOUT - Static variable in class io.vertx.core.http.HttpMethod
The RFC 3253 UNCHECKOUT method, this instance is interned and uniquely used.
undeploy(String) - Method in interface io.vertx.core.Vertx
Undeploy a verticle deployment.
undeploy(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.Vertx
Like Vertx.undeploy(String) but the completionHandler will be notified when the undeployment is complete.
undeploy(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.Vertx
Like #undeploy(String) but the completionHandler will be notified when the undeployment is complete.
undeploy(String) - Method in class io.vertx.reactivex.core.Vertx
Like #undeploy(String) but the completionHandler will be notified when the undeployment is complete.
undeploy(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.Vertx
Like #undeploy(String) but the completionHandler will be notified when the undeployment is complete.
undeploy(String) - Method in class io.vertx.rxjava.core.Vertx
Like #undeploy(String) but the completionHandler will be notified when the undeployment is complete.
UnevaluatedItemsValidatorFactory - Class in io.vertx.json.schema.draft201909
 
UnevaluatedItemsValidatorFactory() - Constructor for class io.vertx.json.schema.draft201909.UnevaluatedItemsValidatorFactory
 
UnevaluatedPropertiesValidatorFactory - Class in io.vertx.json.schema.draft201909
 
UnevaluatedPropertiesValidatorFactory() - Constructor for class io.vertx.json.schema.draft201909.UnevaluatedPropertiesValidatorFactory
 
unique(boolean) - Method in class io.vertx.ext.mongo.IndexOptions
Should the index should be unique.
uniqueItems() - Static method in class io.vertx.json.schema.common.dsl.Keywords
 
UniqueItemsValidatorFactory - Class in io.vertx.json.schema.common
 
UniqueItemsValidatorFactory() - Constructor for class io.vertx.json.schema.common.UniqueItemsValidatorFactory
 
UNKNOWN - Static variable in class io.vertx.reactivex.servicediscovery.types.EventBusService
Unknown type.
UNKNOWN - Static variable in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
Unknown type.
UNKNOWN - Static variable in class io.vertx.reactivex.servicediscovery.types.JDBCDataSource
Unknown type.
UNKNOWN - Static variable in class io.vertx.reactivex.servicediscovery.types.MessageSource
Unknown type.
UNKNOWN - Static variable in class io.vertx.reactivex.servicediscovery.types.MongoDataSource
Unknown type.
UNKNOWN - Static variable in class io.vertx.reactivex.servicediscovery.types.RedisDataSource
Unknown type.
UNKNOWN - Static variable in class io.vertx.rxjava.servicediscovery.types.EventBusService
Unknown type.
UNKNOWN - Static variable in class io.vertx.rxjava.servicediscovery.types.HttpEndpoint
Unknown type.
UNKNOWN - Static variable in class io.vertx.rxjava.servicediscovery.types.JDBCDataSource
Unknown type.
UNKNOWN - Static variable in class io.vertx.rxjava.servicediscovery.types.MessageSource
Unknown type.
UNKNOWN - Static variable in class io.vertx.rxjava.servicediscovery.types.MongoDataSource
Unknown type.
UNKNOWN - Static variable in class io.vertx.rxjava.servicediscovery.types.RedisDataSource
Unknown type.
UNKNOWN - Static variable in interface io.vertx.servicediscovery.spi.ServiceType
Unknown type.
unlink(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
Unlinks the link on the file system represented by the path link, asynchronously.
unlink(String) - Method in interface io.vertx.core.file.FileSystem
Like FileSystem.unlink(String, Handler) but returns a Future of the asynchronous result
unlink(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.file.FileSystem
Unlinks the link on the file system represented by the path link, asynchronously.
unlink(String) - Method in class io.vertx.reactivex.core.file.FileSystem
Unlinks the link on the file system represented by the path link, asynchronously.
UNLINK - Static variable in class io.vertx.reactivex.redis.client.Command
 
unlink(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command unlink.
unlink(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command unlink.
UNLINK - Static variable in interface io.vertx.redis.client.Command
 
unlink(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command unlink.
unlink(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command unlink.
unlink(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Unlinks the link on the file system represented by the path link, asynchronously.
unlink(String) - Method in class io.vertx.rxjava.core.file.FileSystem
Unlinks the link on the file system represented by the path link, asynchronously.
UNLINK - Static variable in class io.vertx.rxjava.redis.client.Command
 
unlink(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command unlink.
unlink(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command unlink.
unlinkBlocking(String) - Method in interface io.vertx.core.file.FileSystem
unlinkBlocking(String) - Method in class io.vertx.reactivex.core.file.FileSystem
unlinkBlocking(String) - Method in class io.vertx.rxjava.core.file.FileSystem
unlistenMulticastGroup(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.datagram.DatagramSocket
Leaves a multicast group and stops listening for packets send to it.
unlistenMulticastGroup(String) - Method in interface io.vertx.core.datagram.DatagramSocket
Like DatagramSocket.unlistenMulticastGroup(String, Handler) but returns a Future of the asynchronous result
unlistenMulticastGroup(String, String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.datagram.DatagramSocket
Leaves a multicast group and stops listening for packets send to it on the given network interface.
unlistenMulticastGroup(String, String, String) - Method in interface io.vertx.core.datagram.DatagramSocket
Like DatagramSocket.unlistenMulticastGroup(String, String, String, Handler) but returns a Future of the asynchronous result
unlistenMulticastGroup(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Leaves a multicast group and stops listening for packets send to it.
unlistenMulticastGroup(String) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Leaves a multicast group and stops listening for packets send to it.
unlistenMulticastGroup(String, String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Leaves a multicast group and stops listening for packets send to it on the given network interface.
unlistenMulticastGroup(String, String, String) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
Leaves a multicast group and stops listening for packets send to it on the given network interface.
unlistenMulticastGroup(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Leaves a multicast group and stops listening for packets send to it.
unlistenMulticastGroup(String) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Leaves a multicast group and stops listening for packets send to it.
unlistenMulticastGroup(String, String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Leaves a multicast group and stops listening for packets send to it on the given network interface.
unlistenMulticastGroup(String, String, String) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
Leaves a multicast group and stops listening for packets send to it on the given network interface.
UNLOCK - Static variable in class io.vertx.core.http.HttpMethod
The RFC 2518/4918 UNLOCK method, this instance is interned and uniquely used.
unmarshaller(Class<T>) - Static method in class io.vertx.reactivex.core.FlowableHelper
 
unmarshaller(TypeReference<T>) - Static method in class io.vertx.reactivex.core.FlowableHelper
 
unmarshaller(Class<T>, ObjectCodec) - Static method in class io.vertx.reactivex.core.FlowableHelper
 
unmarshaller(TypeReference<T>, ObjectCodec) - Static method in class io.vertx.reactivex.core.FlowableHelper
 
unmarshaller(Class<T>) - Static method in class io.vertx.reactivex.core.MaybeHelper
 
unmarshaller(TypeReference<T>) - Static method in class io.vertx.reactivex.core.MaybeHelper
 
unmarshaller(Class<T>, ObjectCodec) - Static method in class io.vertx.reactivex.core.MaybeHelper
 
unmarshaller(TypeReference<T>, ObjectCodec) - Static method in class io.vertx.reactivex.core.MaybeHelper
 
unmarshaller(Class<T>) - Static method in class io.vertx.reactivex.core.ObservableHelper
 
unmarshaller(TypeReference<T>) - Static method in class io.vertx.reactivex.core.ObservableHelper
 
unmarshaller(Class<T>, ObjectCodec) - Static method in class io.vertx.reactivex.core.ObservableHelper
 
unmarshaller(TypeReference<T>, ObjectCodec) - Static method in class io.vertx.reactivex.core.ObservableHelper
 
unmarshaller(Class<T>) - Static method in class io.vertx.reactivex.core.SingleHelper
 
unmarshaller(TypeReference<T>) - Static method in class io.vertx.reactivex.core.SingleHelper
 
unmarshaller(Class<T>, ObjectCodec) - Static method in class io.vertx.reactivex.core.SingleHelper
 
unmarshaller(TypeReference<T>, ObjectCodec) - Static method in class io.vertx.reactivex.core.SingleHelper
 
unmarshaller(Class<T>) - Static method in class io.vertx.reactivex.FlowableHelper
 
unmarshaller(TypeReference<T>) - Static method in class io.vertx.reactivex.FlowableHelper
 
unmarshaller(Class<T>, ObjectCodec) - Static method in class io.vertx.reactivex.FlowableHelper
 
unmarshaller(TypeReference<T>, ObjectCodec) - Static method in class io.vertx.reactivex.FlowableHelper
 
unmarshaller(Class<T>) - Static method in class io.vertx.reactivex.MaybeHelper
 
unmarshaller(TypeReference<T>) - Static method in class io.vertx.reactivex.MaybeHelper
 
unmarshaller(Class<T>, ObjectCodec) - Static method in class io.vertx.reactivex.MaybeHelper
 
unmarshaller(TypeReference<T>, ObjectCodec) - Static method in class io.vertx.reactivex.MaybeHelper
 
unmarshaller(Class<T>) - Static method in class io.vertx.reactivex.ObservableHelper
 
unmarshaller(TypeReference<T>) - Static method in class io.vertx.reactivex.ObservableHelper
 
unmarshaller(Class<T>, ObjectCodec) - Static method in class io.vertx.reactivex.ObservableHelper
 
unmarshaller(TypeReference<T>, ObjectCodec) - Static method in class io.vertx.reactivex.ObservableHelper
 
unmarshaller(Class<T>) - Static method in class io.vertx.reactivex.SingleHelper
 
unmarshaller(TypeReference<T>) - Static method in class io.vertx.reactivex.SingleHelper
 
unmarshaller(Class<T>, ObjectCodec) - Static method in class io.vertx.reactivex.SingleHelper
 
unmarshaller(TypeReference<T>, ObjectCodec) - Static method in class io.vertx.reactivex.SingleHelper
 
unmarshaller(Class<T>, ObjectCodec) - Static method in class io.vertx.rx.java.RxHelper
Returns a unmarshaller for the specified java type as a Observable.Operator instance given the the provided ObjectMapper

The marshaller can be used with the Observable.lift(rx.Observable.Operator) method to transform a Observable<Buffer> into a Observable<T>.

The unmarshaller buffers the content until onComplete is called, then unmarshalling happens.

Note that the returned observable will emit at most a single object.

unmarshaller(Class<T>) - Static method in class io.vertx.rx.java.RxHelper
Returns a json unmarshaller for the specified java type as a Observable.Operator instance.

The marshaller can be used with the Observable.lift(rx.Observable.Operator) method to transform a Observable<Buffer> into a Observable<T>.

The unmarshaller buffers the content until onComplete is called, then unmarshalling happens.

Note that the returned observable will emit at most a single object.

unmarshaller(TypeReference<T>) - Static method in class io.vertx.rx.java.RxHelper
Returns a json unmarshaller for the specified java type as a Observable.Operator instance.

The marshaller can be used with the Observable.lift(rx.Observable.Operator) method to transform a Observable<Buffer> into a Observable<T>.

The unmarshaller buffers the content until onComplete is called, then unmarshalling happens.

Note that the returned observable will emit at most a single object.

unmarshaller(TypeReference<T>, ObjectCodec) - Static method in class io.vertx.rx.java.RxHelper
Returns a unmarshaller for the specified java type as a Observable.Operator instance given the the provided ObjectMapper

The marshaller can be used with the Observable.lift(rx.Observable.Operator) method to transform a Observable<Buffer> into a Observable<T>.

The unmarshaller buffers the content until onComplete is called, then unmarshalling happens.

Note that the returned observable will emit at most a single object.

unmarshaller(Class<T>) - Static method in class io.vertx.rxjava.core.RxHelper
Returns a json unmarshaller for the specified java type as a Observable.Operator instance.

The marshaller can be used with the Observable.lift(rx.Observable.Operator) method to transform a Observable<Buffer> into a Observable<T>.

The unmarshaller buffers the content until onComplete is called, then unmarshalling happens.

Note that the returned observable will emit at most a single object.

UnmarshallerOperator<T,B> - Class in io.vertx.rx.java
An operator
UnmarshallerOperator(Class<T>) - Constructor for class io.vertx.rx.java.UnmarshallerOperator
 
UnmarshallerOperator(Class<T>, ObjectCodec) - Constructor for class io.vertx.rx.java.UnmarshallerOperator
 
UnmarshallerOperator(TypeReference<T>) - Constructor for class io.vertx.rx.java.UnmarshallerOperator
 
UnmarshallerOperator(TypeReference<T>, ObjectCodec) - Constructor for class io.vertx.rx.java.UnmarshallerOperator
 
unpublish(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
Un-publishes a record.
unpublish(String) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
Un-publishes a record.
unpublish(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.servicediscovery.spi.ServicePublisher
Un-publishes a record.
unpublish(String) - Method in class io.vertx.reactivex.servicediscovery.spi.ServicePublisher
Un-publishes a record.
unpublish(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
Un-publishes a record.
unpublish(String) - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
Un-publishes a record.
unpublish(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.servicediscovery.spi.ServicePublisher
Un-publishes a record.
unpublish(String) - Method in class io.vertx.rxjava.servicediscovery.spi.ServicePublisher
Un-publishes a record.
unpublish(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.servicediscovery.ServiceDiscovery
Un-publishes a record.
unpublish(String) - Method in interface io.vertx.servicediscovery.ServiceDiscovery
Like ServiceDiscovery.unpublish(String, Handler) but returns a Future of the asynchronous result
unpublish(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.servicediscovery.spi.ServicePublisher
Un-publishes a record.
unpublish(String) - Method in interface io.vertx.servicediscovery.spi.ServicePublisher
Like ServicePublisher.unpublish(String, Handler) but returns a future of the result
unregister() - Method in interface io.vertx.core.eventbus.MessageConsumer
Unregisters the handler which created this registration
unregister(Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.eventbus.MessageConsumer
Unregisters the handler which created this registration
unregister(String) - Method in interface io.vertx.ext.healthchecks.HealthCheckHandler
Unregisters a procedure.
unregister(String) - Method in interface io.vertx.ext.healthchecks.HealthChecks
Unregisters a procedure.
unregister(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.eventbus.MessageConsumer
Unregisters the handler which created this registration
unregister() - Method in class io.vertx.reactivex.core.eventbus.MessageConsumer
Unregisters the handler which created this registration
unregister(String) - Method in class io.vertx.reactivex.ext.healthchecks.HealthCheckHandler
Unregisters a procedure.
unregister(String) - Method in class io.vertx.reactivex.ext.healthchecks.HealthChecks
Unregisters a procedure.
unregister(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.eventbus.MessageConsumer
Unregisters the handler which created this registration
unregister() - Method in class io.vertx.rxjava.core.eventbus.MessageConsumer
Unregisters the handler which created this registration
unregister(String) - Method in class io.vertx.rxjava.ext.healthchecks.HealthCheckHandler
Unregisters a procedure.
unregister(String) - Method in class io.vertx.rxjava.ext.healthchecks.HealthChecks
Unregisters a procedure.
unregister(ServicePublisher, Promise<Void>) - Method in class io.vertx.servicediscovery.consul.ImportedConsulService
Unregisters the service and completes the given future when done, if not null
unregister(MessageConsumer<JsonObject>) - Method in class io.vertx.serviceproxy.ServiceBinder
Unregisters a published service.
unregisterCodec(String) - Method in interface io.vertx.core.eventbus.EventBus
Unregister a message codec.
unregisterCodec(String) - Method in class io.vertx.reactivex.core.eventbus.EventBus
Unregister a message codec.
unregisterCodec(String) - Method in class io.vertx.rxjava.core.eventbus.EventBus
Unregister a message codec.
unregisterCommand(String) - Method in interface io.vertx.ext.shell.command.CommandRegistry
Like CommandRegistry.unregisterCommand(String, Handler), without a completion handler.
unregisterCommand(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.shell.command.CommandRegistry
Unregister a command.
unregisterCommand(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.shell.command.CommandRegistry
Unregister a command.
unregisterCommand(String) - Method in class io.vertx.reactivex.ext.shell.command.CommandRegistry
Unregister a command.
unregisterCommand(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.shell.command.CommandRegistry
Unregister a command.
unregisterCommand(String) - Method in class io.vertx.rxjava.ext.shell.command.CommandRegistry
Unregister a command.
unregisterDefaultCodec(Class) - Method in interface io.vertx.core.eventbus.EventBus
Unregister a default message codec.
unregisterService(MessageConsumer<JsonObject>) - Static method in class io.vertx.serviceproxy.ProxyHelper
Deprecated.
Unregisters a published service.
unregisterVerticleFactory(VerticleFactory) - Method in interface io.vertx.core.Vertx
Unregister a VerticleFactory
unregisterVerticleFactory(VerticleFactory) - Method in class io.vertx.reactivex.core.Vertx
Unregister a VerticleFactory
unregisterVerticleFactory(VerticleFactory) - Method in class io.vertx.rxjava.core.Vertx
Unregister a VerticleFactory
unsatisfiedCheckpointCallSites() - Method in class io.vertx.junit5.VertxTestContext
Gives the call sites of all unsatisfied checkpoints.
unsubscribe(StompServerConnection, Frame) - Method in interface io.vertx.ext.stomp.Destination
Handles a un-subscription request to the current Destination.
unsubscribe(String) - Method in interface io.vertx.ext.stomp.StompClientConnection
Un-subscribes from the given destination.
unsubscribe(String, Handler<AsyncResult<Frame>>) - Method in interface io.vertx.ext.stomp.StompClientConnection
Un-subscribes from the given destination.
unsubscribe(String, Map<String, String>) - Method in interface io.vertx.ext.stomp.StompClientConnection
Un-subscribes from the given destination.
unsubscribe(String, Map<String, String>, Handler<AsyncResult<Frame>>) - Method in interface io.vertx.ext.stomp.StompClientConnection
Un-subscribes from the given destination.
unsubscribe() - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
Unsubscribe from topics currently subscribed with subscribe.
unsubscribe(Handler<AsyncResult<Void>>) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
Unsubscribe from topics currently subscribed with subscribe.
unsubscribe() - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
Unsubscribe from topics currently subscribed with subscribe.
unsubscribe(Handler<AsyncResult<Void>>) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
Unsubscribe from topics currently subscribed with subscribe.
unsubscribe(String) - Method in interface io.vertx.mqtt.MqttClient
Unsubscribe from receiving messages on given topic
unsubscribe(String, Handler<AsyncResult<Integer>>) - Method in interface io.vertx.mqtt.MqttClient
Unsubscribe from receiving messages on given topic
unsubscribe(StompServerConnection, Frame) - Method in class io.vertx.reactivex.ext.stomp.Destination
Handles a un-subscription request to the current Destination.
unsubscribe(String, Handler<AsyncResult<Frame>>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Un-subscribes from the given destination.
unsubscribe(String) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Un-subscribes from the given destination.
unsubscribe(String, Map<String, String>, Handler<AsyncResult<Frame>>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Un-subscribes from the given destination.
unsubscribe(String, Map<String, String>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Un-subscribes from the given destination.
unsubscribe(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Unsubscribe from topics currently subscribed with subscribe.
unsubscribe() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
Unsubscribe from topics currently subscribed with subscribe.
unsubscribe(String, Handler<AsyncResult<Integer>>) - Method in class io.vertx.reactivex.mqtt.MqttClient
Unsubscribe from receiving messages on given topic
unsubscribe(String) - Method in class io.vertx.reactivex.mqtt.MqttClient
Unsubscribe from receiving messages on given topic
UNSUBSCRIBE - Static variable in class io.vertx.reactivex.redis.client.Command
 
unsubscribe(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command unsubscribe.
unsubscribe(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command unsubscribe.
UNSUBSCRIBE - Static variable in interface io.vertx.redis.client.Command
 
unsubscribe(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command unsubscribe.
unsubscribe(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command unsubscribe.
unsubscribe() - Method in class io.vertx.rx.java.ContextScheduler.ContextWorker
 
unsubscribe(StompServerConnection, Frame) - Method in class io.vertx.rxjava.ext.stomp.Destination
Handles a un-subscription request to the current Destination.
unsubscribe(String, Handler<AsyncResult<Frame>>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Un-subscribes from the given destination.
unsubscribe(String) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Un-subscribes from the given destination.
unsubscribe(String, Map<String, String>, Handler<AsyncResult<Frame>>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Un-subscribes from the given destination.
unsubscribe(String, Map<String, String>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Un-subscribes from the given destination.
unsubscribe(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Unsubscribe from topics currently subscribed with subscribe.
unsubscribe() - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
Unsubscribe from topics currently subscribed with subscribe.
unsubscribe(String, Handler<AsyncResult<Integer>>) - Method in class io.vertx.rxjava.mqtt.MqttClient
Unsubscribe from receiving messages on given topic
unsubscribe(String) - Method in class io.vertx.rxjava.mqtt.MqttClient
Unsubscribe from receiving messages on given topic
UNSUBSCRIBE - Static variable in class io.vertx.rxjava.redis.client.Command
 
unsubscribe(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command unsubscribe.
unsubscribe(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command unsubscribe.
unsubscribeAcknowledge(int) - Method in interface io.vertx.mqtt.MqttEndpoint
Sends the UNSUBACK message to the remote MQTT client
unsubscribeAcknowledge(int) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
Sends the UNSUBACK message to the remote MQTT client
unsubscribeAcknowledge(int) - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
Sends the UNSUBACK message to the remote MQTT client
unsubscribeCompletionHandler(Handler<Integer>) - Method in interface io.vertx.mqtt.MqttClient
Sets handler which will be called after UNSUBACK packet receiving
unsubscribeCompletionHandler(Handler<Integer>) - Method in class io.vertx.reactivex.mqtt.MqttClient
Sets handler which will be called after UNSUBACK packet receiving
unsubscribeCompletionHandler(Handler<Integer>) - Method in class io.vertx.rxjava.mqtt.MqttClient
Sets handler which will be called after UNSUBACK packet receiving
unsubscribeConnection(StompServerConnection) - Method in interface io.vertx.ext.stomp.Destination
Removes all subscriptions of the given connection
unsubscribeConnection(StompServerConnection) - Method in class io.vertx.reactivex.ext.stomp.Destination
Removes all subscriptions of the given connection
unsubscribeConnection(StompServerConnection) - Method in class io.vertx.rxjava.ext.stomp.Destination
Removes all subscriptions of the given connection
unsubscribeHandler(Handler<ServerFrame>) - Method in interface io.vertx.ext.stomp.StompServerHandler
Configures the action to execute when a UNSUBSCRIBE frame is received.
unsubscribeHandler(Handler<MqttUnsubscribeMessage>) - Method in interface io.vertx.mqtt.MqttEndpoint
Set a unsubscribe handler on the MQTT endpoint.
unsubscribeHandler(Handler<ServerFrame>) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
Configures the action to execute when a UNSUBSCRIBE frame is received.
unsubscribeHandler(Handler<MqttUnsubscribeMessage>) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
Set a unsubscribe handler on the MQTT endpoint.
unsubscribeHandler(Handler<ServerFrame>) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
Configures the action to execute when a UNSUBSCRIBE frame is received.
unsubscribeHandler(Handler<MqttUnsubscribeMessage>) - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
Set a unsubscribe handler on the MQTT endpoint.
UNWATCH - Static variable in class io.vertx.reactivex.redis.client.Command
 
unwatch(Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command unwatch.
unwatch() - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command unwatch.
UNWATCH - Static variable in interface io.vertx.redis.client.Command
 
unwatch(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command unwatch.
unwatch() - Method in interface io.vertx.redis.client.RedisAPI
Redis command unwatch.
UNWATCH - Static variable in class io.vertx.rxjava.redis.client.Command
 
unwatch(Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command unwatch.
unwatch() - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command unwatch.
unwrap() - Method in interface io.vertx.amqp.AmqpMessage
 
unwrap() - Method in class io.vertx.core.logging.JULLogDelegate
 
unwrap() - Method in class io.vertx.core.logging.Log4j2LogDelegate
 
unwrap() - Method in class io.vertx.core.logging.SLF4JLogDelegate
 
unwrap() - Method in interface io.vertx.core.spi.logging.LogDelegate
 
unwrap(AsyncMap) - Static method in interface io.vertx.ext.cluster.infinispan.InfinispanAsyncMap
Unwraps a generic AsyncMap to an InfinispanAsyncMap.
unwrap() - Method in interface io.vertx.ext.sql.SQLConnection
Return the underlying Connection object if available.
unwrap() - Method in interface io.vertx.ext.web.common.template.TemplateEngine
Returns the underlying engine, so further configurations or customizations may be applied.
unwrap() - Method in class io.vertx.json.schema.common.RecursiveAnchorValidatorContextDecorator
 
unwrap(ValidatorContext) - Static method in class io.vertx.json.schema.common.RecursiveAnchorValidatorContextDecorator
 
unwrap() - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
 
unwrap() - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
 
unwrap() - Method in interface io.vertx.kafka.client.producer.KafkaProducer
 
unwrap() - Method in interface io.vertx.kafka.client.producer.KafkaWriteStream
 
unwrap(Class<?>) - Static method in class io.vertx.lang.reactivex.Helper
Unwrap the type used in RxJava.
unwrap(Class<?>) - Static method in class io.vertx.lang.rxjava.Helper
Unwrap the type used in RxJava.
unwrap() - Method in class io.vertx.reactivex.ext.web.common.template.TemplateEngine
Returns the underlying engine, so further configurations or customizations may be applied.
unwrap(B) - Method in class io.vertx.rx.java.UnmarshallerOperator
 
unwrap() - Method in class io.vertx.rxjava.ext.web.common.template.TemplateEngine
Returns the underlying engine, so further configurations or customizations may be applied.
UPDATE - Static variable in class io.vertx.core.http.HttpMethod
The RFC 3253 UPDATE method, this instance is interned and uniquely used.
update(long, TimeUnit) - Method in class io.vertx.ext.dropwizard.ThroughputTimer
 
update(String, Handler<AsyncResult<UpdateResult>>) - Method in interface io.vertx.ext.sql.SQLClient
Executes the given SQL statement which may be an INSERT, UPDATE, or DELETE statement.
update(String, Handler<AsyncResult<UpdateResult>>) - Method in interface io.vertx.ext.sql.SQLConnection
Executes the given SQL statement which may be an INSERT, UPDATE, or DELETE statement.
update(String, Handler<AsyncResult<UpdateResult>>) - Method in interface io.vertx.ext.sql.SQLOperations
Executes the given SQL statement which may be an INSERT, UPDATE, or DELETE statement.
update(String, Handler<AsyncResult<UpdateResult>>) - Method in class io.vertx.reactivex.ext.sql.SQLClient
Executes the given SQL statement which may be an INSERT, UPDATE, or DELETE statement.
update(String) - Method in class io.vertx.reactivex.ext.sql.SQLClient
Executes the given SQL statement which may be an INSERT, UPDATE, or DELETE statement.
update(String, Handler<AsyncResult<UpdateResult>>) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Executes the given SQL statement which may be an INSERT, UPDATE, or DELETE statement.
update(String) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Executes the given SQL statement which may be an INSERT, UPDATE, or DELETE statement.
update(String, Handler<AsyncResult<UpdateResult>>) - Method in interface io.vertx.reactivex.ext.sql.SQLOperations
Executes the given SQL statement which may be an INSERT, UPDATE, or DELETE statement.
update(String) - Method in interface io.vertx.reactivex.ext.sql.SQLOperations
Executes the given SQL statement which may be an INSERT, UPDATE, or DELETE statement.
update(Record, Handler<AsyncResult<Record>>) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
Updates the given record.
update(Record) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
Updates the given record.
update(Record, Handler<AsyncResult<Record>>) - Method in class io.vertx.reactivex.servicediscovery.spi.ServicePublisher
Updates an existing record.
update(Record) - Method in class io.vertx.reactivex.servicediscovery.spi.ServicePublisher
Updates an existing record.
update(String, Handler<AsyncResult<UpdateResult>>) - Method in class io.vertx.rxjava.ext.sql.SQLClient
Executes the given SQL statement which may be an INSERT, UPDATE, or DELETE statement.
update(String) - Method in class io.vertx.rxjava.ext.sql.SQLClient
Executes the given SQL statement which may be an INSERT, UPDATE, or DELETE statement.
update(String, Handler<AsyncResult<UpdateResult>>) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Executes the given SQL statement which may be an INSERT, UPDATE, or DELETE statement.
update(String) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Executes the given SQL statement which may be an INSERT, UPDATE, or DELETE statement.
update(String, Handler<AsyncResult<UpdateResult>>) - Method in interface io.vertx.rxjava.ext.sql.SQLOperations
Executes the given SQL statement which may be an INSERT, UPDATE, or DELETE statement.
update(String) - Method in interface io.vertx.rxjava.ext.sql.SQLOperations
Executes the given SQL statement which may be an INSERT, UPDATE, or DELETE statement.
update(Record, Handler<AsyncResult<Record>>) - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
Updates the given record.
update(Record) - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
Updates the given record.
update(Record, Handler<AsyncResult<Record>>) - Method in class io.vertx.rxjava.servicediscovery.spi.ServicePublisher
Updates an existing record.
update(Record) - Method in class io.vertx.rxjava.servicediscovery.spi.ServicePublisher
Updates an existing record.
update(Record, Handler<AsyncResult<Void>>) - Method in class io.vertx.servicediscovery.backend.redis.RedisBackendService
 
update(Record, Handler<AsyncResult<Record>>) - Method in interface io.vertx.servicediscovery.ServiceDiscovery
Updates the given record.
update(Record) - Method in interface io.vertx.servicediscovery.ServiceDiscovery
Like ServiceDiscovery.update(Record, Handler) but returns a Future of the asynchronous result
update(Record, Handler<AsyncResult<Void>>) - Method in interface io.vertx.servicediscovery.spi.ServiceDiscoveryBackend
Updates a record
update(Record, Handler<AsyncResult<Record>>) - Method in interface io.vertx.servicediscovery.spi.ServicePublisher
Updates an existing record.
update(Record) - Method in interface io.vertx.servicediscovery.spi.ServicePublisher
Like ServicePublisher.update(Record, Handler) but returns a future of the result
updateAclToken(AclToken, Handler<AsyncResult<String>>) - Method in interface io.vertx.ext.consul.ConsulClient
Update Acl token
updateAclToken(AclToken) - Method in interface io.vertx.ext.consul.ConsulClient
Like ConsulClient.updateAclToken(AclToken, Handler) but returns a Future of the asynchronous result.
updateAclToken(AclToken, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Update Acl token
updateAclToken(AclToken) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Update Acl token
updateAclToken(AclToken, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Update Acl token
updateAclToken(AclToken) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Update Acl token
updateCheck(String, CheckStatus, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.consul.ConsulClient
Set status of the check to given status.
updateCheck(String, CheckStatus) - Method in interface io.vertx.ext.consul.ConsulClient
Like ConsulClient.updateCheck(String, CheckStatus, Handler) but returns a Future of the asynchronous result.
updateCheck(String, CheckStatus, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Set status of the check to given status.
updateCheck(String, CheckStatus) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Set status of the check to given status.
updateCheck(String, CheckStatus, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Set status of the check to given status.
updateCheck(String, CheckStatus) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Set status of the check to given status.
updateCheckWithNote(String, CheckStatus, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.consul.ConsulClient
Set status of the check to given status.
updateCheckWithNote(String, CheckStatus, String) - Method in interface io.vertx.ext.consul.ConsulClient
Like ConsulClient.updateCheckWithNote(String, CheckStatus, String, Handler) but returns a Future of the asynchronous result.
updateCheckWithNote(String, CheckStatus, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Set status of the check to given status.
updateCheckWithNote(String, CheckStatus, String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Set status of the check to given status.
updateCheckWithNote(String, CheckStatus, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Set status of the check to given status.
updateCheckWithNote(String, CheckStatus, String) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Set status of the check to given status.
updateCollection(String, JsonObject, JsonObject, Handler<AsyncResult<MongoClientUpdateResult>>) - Method in interface io.vertx.ext.mongo.MongoClient
Update matching documents in the specified collection and return the handler with MongoClientUpdateResult result
updateCollection(String, JsonObject, JsonObject) - Method in interface io.vertx.ext.mongo.MongoClient
 
updateCollection(String, JsonObject, JsonObject, Handler<AsyncResult<MongoClientUpdateResult>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Update matching documents in the specified collection and return the handler with MongoClientUpdateResult result
updateCollection(String, JsonObject, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Update matching documents in the specified collection and return the handler with MongoClientUpdateResult result
updateCollection(String, JsonObject, JsonObject, Handler<AsyncResult<MongoClientUpdateResult>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Update matching documents in the specified collection and return the handler with MongoClientUpdateResult result
updateCollection(String, JsonObject, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Update matching documents in the specified collection and return the handler with MongoClientUpdateResult result
updateCollectionWithOptions(String, JsonObject, JsonObject, UpdateOptions, Handler<AsyncResult<MongoClientUpdateResult>>) - Method in interface io.vertx.ext.mongo.MongoClient
Update matching documents in the specified collection, specifying options and return the handler with MongoClientUpdateResult result
updateCollectionWithOptions(String, JsonObject, JsonObject, UpdateOptions) - Method in interface io.vertx.ext.mongo.MongoClient
 
updateCollectionWithOptions(String, JsonObject, JsonObject, UpdateOptions, Handler<AsyncResult<MongoClientUpdateResult>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Update matching documents in the specified collection, specifying options and return the handler with MongoClientUpdateResult result
updateCollectionWithOptions(String, JsonObject, JsonObject, UpdateOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
Update matching documents in the specified collection, specifying options and return the handler with MongoClientUpdateResult result
updateCollectionWithOptions(String, JsonObject, JsonObject, UpdateOptions, Handler<AsyncResult<MongoClientUpdateResult>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Update matching documents in the specified collection, specifying options and return the handler with MongoClientUpdateResult result
updateCollectionWithOptions(String, JsonObject, JsonObject, UpdateOptions) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
Update matching documents in the specified collection, specifying options and return the handler with MongoClientUpdateResult result
UpdateOptions - Class in io.vertx.ext.mongo
Options for configuring updates.
UpdateOptions() - Constructor for class io.vertx.ext.mongo.UpdateOptions
Default constructor
UpdateOptions(boolean) - Constructor for class io.vertx.ext.mongo.UpdateOptions
Constructor specify upsert
UpdateOptions(boolean, boolean) - Constructor for class io.vertx.ext.mongo.UpdateOptions
Constructor specify upsert and multi
UpdateOptions(UpdateOptions) - Constructor for class io.vertx.ext.mongo.UpdateOptions
Copy constructor
UpdateOptions(JsonObject) - Constructor for class io.vertx.ext.mongo.UpdateOptions
Constructor from JSON
updatePreparedQuery(PreparedQueryDefinition, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.consul.ConsulClient
 
updatePreparedQuery(PreparedQueryDefinition) - Method in interface io.vertx.ext.consul.ConsulClient
Like ConsulClient.updatePreparedQuery(PreparedQueryDefinition, Handler) but returns a Future of the asynchronous result.
updatePreparedQuery(PreparedQueryDefinition, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
 
updatePreparedQuery(PreparedQueryDefinition) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
 
updatePreparedQuery(PreparedQueryDefinition, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
 
updatePreparedQuery(PreparedQueryDefinition) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
 
UpdateResult - Class in io.vertx.ext.sql
Represents the result of an update/insert/delete operation on the database.
UpdateResult() - Constructor for class io.vertx.ext.sql.UpdateResult
Default constructor
UpdateResult(UpdateResult) - Constructor for class io.vertx.ext.sql.UpdateResult
Copy constructor
UpdateResult(JsonObject) - Constructor for class io.vertx.ext.sql.UpdateResult
Constructor from JSON
UpdateResult(int, JsonArray) - Constructor for class io.vertx.ext.sql.UpdateResult
Constructor
UpdateResultConverter - Class in io.vertx.ext.sql
Converter and mapper for UpdateResult.
UpdateResultConverter() - Constructor for class io.vertx.ext.sql.UpdateResultConverter
 
updateSettings(Http2Settings) - Method in interface io.vertx.core.http.HttpConnection
Send to the remote endpoint an update of the server settings.
updateSettings(Http2Settings, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.http.HttpConnection
Send to the remote endpoint an update of this endpoint settings

The completionHandler will be notified when the remote endpoint has acknowledged the settings.

updateSettings(Http2Settings, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.HttpConnection
Send to the remote endpoint an update of this endpoint settings

The completionHandler will be notified when the remote endpoint has acknowledged the settings.

updateSettings(Http2Settings) - Method in class io.vertx.reactivex.core.http.HttpConnection
Send to the remote endpoint an update of this endpoint settings

The completionHandler will be notified when the remote endpoint has acknowledged the settings.

updateSettings(Http2Settings, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.http.HttpConnection
Send to the remote endpoint an update of this endpoint settings

The completionHandler will be notified when the remote endpoint has acknowledged the settings.

updateSettings(Http2Settings) - Method in class io.vertx.rxjava.core.http.HttpConnection
Send to the remote endpoint an update of this endpoint settings

The completionHandler will be notified when the remote endpoint has acknowledged the settings.

updateWithParams(String, JsonArray, Handler<AsyncResult<UpdateResult>>) - Method in interface io.vertx.ext.sql.SQLClient
Executes the given prepared statement which may be an INSERT, UPDATE, or DELETE statement with the given parameters
updateWithParams(String, JsonArray, Handler<AsyncResult<UpdateResult>>) - Method in interface io.vertx.ext.sql.SQLConnection
Executes the given prepared statement which may be an INSERT, UPDATE, or DELETE statement with the given parameters
updateWithParams(String, JsonArray, Handler<AsyncResult<UpdateResult>>) - Method in interface io.vertx.ext.sql.SQLOperations
Executes the given prepared statement which may be an INSERT, UPDATE, or DELETE statement with the given parameters
updateWithParams(String, JsonArray, Handler<AsyncResult<UpdateResult>>) - Method in class io.vertx.reactivex.ext.sql.SQLClient
Executes the given prepared statement which may be an INSERT, UPDATE, or DELETE statement with the given parameters
updateWithParams(String, JsonArray) - Method in class io.vertx.reactivex.ext.sql.SQLClient
Executes the given prepared statement which may be an INSERT, UPDATE, or DELETE statement with the given parameters
updateWithParams(String, JsonArray, Handler<AsyncResult<UpdateResult>>) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Executes the given prepared statement which may be an INSERT, UPDATE, or DELETE statement with the given parameters
updateWithParams(String, JsonArray) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
Executes the given prepared statement which may be an INSERT, UPDATE, or DELETE statement with the given parameters
updateWithParams(String, JsonArray, Handler<AsyncResult<UpdateResult>>) - Method in interface io.vertx.reactivex.ext.sql.SQLOperations
Executes the given prepared statement which may be an INSERT, UPDATE, or DELETE statement with the given parameters
updateWithParams(String, JsonArray) - Method in interface io.vertx.reactivex.ext.sql.SQLOperations
Executes the given prepared statement which may be an INSERT, UPDATE, or DELETE statement with the given parameters
updateWithParams(String, JsonArray, Handler<AsyncResult<UpdateResult>>) - Method in class io.vertx.rxjava.ext.sql.SQLClient
Executes the given prepared statement which may be an INSERT, UPDATE, or DELETE statement with the given parameters
updateWithParams(String, JsonArray) - Method in class io.vertx.rxjava.ext.sql.SQLClient
Executes the given prepared statement which may be an INSERT, UPDATE, or DELETE statement with the given parameters
updateWithParams(String, JsonArray, Handler<AsyncResult<UpdateResult>>) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Executes the given prepared statement which may be an INSERT, UPDATE, or DELETE statement with the given parameters
updateWithParams(String, JsonArray) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Executes the given prepared statement which may be an INSERT, UPDATE, or DELETE statement with the given parameters
updateWithParams(String, JsonArray, Handler<AsyncResult<UpdateResult>>) - Method in interface io.vertx.rxjava.ext.sql.SQLOperations
Executes the given prepared statement which may be an INSERT, UPDATE, or DELETE statement with the given parameters
updateWithParams(String, JsonArray) - Method in interface io.vertx.rxjava.ext.sql.SQLOperations
Executes the given prepared statement which may be an INSERT, UPDATE, or DELETE statement with the given parameters
UPGRADE - Static variable in interface io.vertx.core.http.HttpHeaders
Upgrade header value
UPGRADE - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Upgrade header value
UPGRADE - Static variable in class io.vertx.rxjava.core.http.HttpHeaders
Upgrade header value
UpgradeRejectedException - Exception in io.vertx.core.http
 
UpgradeRejectedException(String, int) - Constructor for exception io.vertx.core.http.UpgradeRejectedException
 
upgradeToSsl(Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.net.NetSocket
Upgrade channel to use SSL/TLS.
upgradeToSsl() - Method in interface io.vertx.core.net.NetSocket
Like NetSocket.upgradeToSsl(Handler) but returns a Future of the asynchronous result
upgradeToSsl(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.net.NetSocket
Upgrade channel to use SSL/TLS.
upgradeToSsl(String) - Method in interface io.vertx.core.net.NetSocket
Like NetSocket.upgradeToSsl(String, Handler) but returns a Future of the asynchronous result
upgradeToSsl(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.net.NetSocket
Upgrade channel to use SSL/TLS.
upgradeToSsl() - Method in class io.vertx.reactivex.core.net.NetSocket
Upgrade channel to use SSL/TLS.
upgradeToSsl(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.net.NetSocket
Upgrade channel to use SSL/TLS.
upgradeToSsl(String) - Method in class io.vertx.reactivex.core.net.NetSocket
Upgrade channel to use SSL/TLS.
upgradeToSsl(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.net.NetSocket
Upgrade channel to use SSL/TLS.
upgradeToSsl() - Method in class io.vertx.rxjava.core.net.NetSocket
Upgrade channel to use SSL/TLS.
upgradeToSsl(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.net.NetSocket
Upgrade channel to use SSL/TLS.
upgradeToSsl(String) - Method in class io.vertx.rxjava.core.net.NetSocket
Upgrade channel to use SSL/TLS.
uploadByFileName(ReadStream<Buffer>, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.ext.mongo.MongoGridFsClient
 
uploadByFileName(ReadStream<Buffer>, String) - Method in interface io.vertx.ext.mongo.MongoGridFsClient
Like MongoGridFsClient.uploadByFileName(ReadStream, String, Handler) but returns a Future of the asynchronous result
uploadByFileName(ReadStream<Buffer>, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
 
uploadByFileName(ReadStream<Buffer>, String) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
 
uploadByFileName(Flowable<Buffer>, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
 
uploadByFileName(Flowable<Buffer>, String) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
 
uploadByFileName(ReadStream<Buffer>, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.ext.mongo.MongoGridFsClient
 
uploadByFileName(ReadStream<Buffer>, String) - Method in class io.vertx.rxjava.ext.mongo.MongoGridFsClient
 
uploadByFileName(Observable<Buffer>, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.ext.mongo.MongoGridFsClient
 
uploadByFileName(Observable<Buffer>, String) - Method in class io.vertx.rxjava.ext.mongo.MongoGridFsClient
 
uploadByFileNameWithOptions(ReadStream<Buffer>, String, GridFsUploadOptions, Handler<AsyncResult<String>>) - Method in interface io.vertx.ext.mongo.MongoGridFsClient
 
uploadByFileNameWithOptions(ReadStream<Buffer>, String, GridFsUploadOptions) - Method in interface io.vertx.ext.mongo.MongoGridFsClient
uploadByFileNameWithOptions(ReadStream<Buffer>, String, GridFsUploadOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
 
uploadByFileNameWithOptions(ReadStream<Buffer>, String, GridFsUploadOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
 
uploadByFileNameWithOptions(Flowable<Buffer>, String, GridFsUploadOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
 
uploadByFileNameWithOptions(Flowable<Buffer>, String, GridFsUploadOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
 
uploadByFileNameWithOptions(ReadStream<Buffer>, String, GridFsUploadOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.ext.mongo.MongoGridFsClient
 
uploadByFileNameWithOptions(ReadStream<Buffer>, String, GridFsUploadOptions) - Method in class io.vertx.rxjava.ext.mongo.MongoGridFsClient
 
uploadByFileNameWithOptions(Observable<Buffer>, String, GridFsUploadOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.ext.mongo.MongoGridFsClient
 
uploadByFileNameWithOptions(Observable<Buffer>, String, GridFsUploadOptions) - Method in class io.vertx.rxjava.ext.mongo.MongoGridFsClient
 
uploadedFileName() - Method in interface io.vertx.ext.web.FileUpload
 
uploadedFileName() - Method in class io.vertx.reactivex.ext.web.FileUpload
 
uploadedFileName() - Method in class io.vertx.rxjava.ext.web.FileUpload
 
uploadFile(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.ext.mongo.MongoGridFsClient
Upload a file to gridfs
uploadFile(String) - Method in interface io.vertx.ext.mongo.MongoGridFsClient
Like MongoGridFsClient.uploadFile(String, Handler) but returns a Future of the asynchronous result
uploadFile(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
Upload a file to gridfs
uploadFile(String) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
Upload a file to gridfs
uploadFile(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.ext.mongo.MongoGridFsClient
Upload a file to gridfs
uploadFile(String) - Method in class io.vertx.rxjava.ext.mongo.MongoGridFsClient
Upload a file to gridfs
uploadFileWithOptions(String, GridFsUploadOptions, Handler<AsyncResult<String>>) - Method in interface io.vertx.ext.mongo.MongoGridFsClient
Upload a file to gridfs with options
uploadFileWithOptions(String, GridFsUploadOptions) - Method in interface io.vertx.ext.mongo.MongoGridFsClient
Like MongoGridFsClient.uploadFileWithOptions(String, GridFsUploadOptions, Handler) but returns a Future of the asynchronous result
uploadFileWithOptions(String, GridFsUploadOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
Upload a file to gridfs with options
uploadFileWithOptions(String, GridFsUploadOptions) - Method in class io.vertx.reactivex.ext.mongo.MongoGridFsClient
Upload a file to gridfs with options
uploadFileWithOptions(String, GridFsUploadOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.ext.mongo.MongoGridFsClient
Upload a file to gridfs with options
uploadFileWithOptions(String, GridFsUploadOptions) - Method in class io.vertx.rxjava.ext.mongo.MongoGridFsClient
Upload a file to gridfs with options
uploadHandler(Handler<HttpServerFileUpload>) - Method in interface io.vertx.core.http.HttpServerRequest
Set an upload handler.
uploadHandler(Handler<HttpServerFileUpload>) - Method in class io.vertx.reactivex.core.http.HttpServerRequest
Set an upload handler.
uploadHandler(Handler<HttpServerFileUpload>) - Method in class io.vertx.rxjava.core.http.HttpServerRequest
Set an upload handler.
UploadScalar - Interface in io.vertx.ext.web.handler.graphql
 
UploadScalar - Class in io.vertx.reactivex.ext.web.handler.graphql
 
UploadScalar(UploadScalar) - Constructor for class io.vertx.reactivex.ext.web.handler.graphql.UploadScalar
 
UploadScalar(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.graphql.UploadScalar
 
UploadScalar - Class in io.vertx.rxjava.ext.web.handler.graphql
 
UploadScalar(UploadScalar) - Constructor for class io.vertx.rxjava.ext.web.handler.graphql.UploadScalar
 
UploadScalar(Object) - Constructor for class io.vertx.rxjava.ext.web.handler.graphql.UploadScalar
 
UPSERTED_ID - Static variable in class io.vertx.ext.mongo.MongoClientUpdateResult
Constant to be used when storing and retrieving Json for documents upserted id.
UPSERTS - Static variable in class io.vertx.ext.mongo.MongoClientBulkWriteResult
Constant to be used when storing and retrieving Json for upsert information.
uri() - Method in interface io.vertx.core.http.HttpServerRequest
 
uri() - Method in interface io.vertx.core.http.ServerWebSocket
 
uri() - Method in interface io.vertx.core.spi.observability.HttpRequest
 
uri(String) - Method in interface io.vertx.ext.web.client.HttpRequest
Configure the request to use a new request URI value.
uri() - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
Return the URI corresponding to the last request for this socket or the websocket handshake
URI - Static variable in class io.vertx.json.schema.common.RegularExpressions
 
uri() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
 
uri() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
uri(String) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Configure the request to use a new request URI value.
uri() - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
Return the URI corresponding to the last request for this socket or the websocket handshake
uri() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
uri() - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
uri(String) - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
Configure the request to use a new request URI value.
uri() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
Return the URI corresponding to the last request for this socket or the websocket handshake
URI_REFERENCE_VALIDATOR - Static variable in class io.vertx.json.schema.common.BaseFormatValidatorFactory
 
URI_TEMPLATE - Static variable in class io.vertx.json.schema.common.RegularExpressions
 
URI_VALIDATOR - Static variable in class io.vertx.json.schema.common.BaseFormatValidatorFactory
 
URIUtils - Class in io.vertx.json.schema.common
 
URIUtils() - Constructor for class io.vertx.json.schema.common.URIUtils
 
usableSpace() - Method in interface io.vertx.core.file.FileSystemProps
 
usableSpace() - Method in class io.vertx.reactivex.core.file.FileSystemProps
 
usableSpace() - Method in class io.vertx.rxjava.core.file.FileSystemProps
 
usage(StringBuilder) - Method in interface io.vertx.core.cli.CLI
Generates the usage / help of the current CLI.
usage(StringBuilder, String) - Method in interface io.vertx.core.cli.CLI
Generates the usage / help of the current CLI.
usage(StringBuilder, CLI) - Method in class io.vertx.core.cli.UsageMessageFormatter
Computes the usage of the given CLI.
usage(StringBuilder, String, CLI) - Method in class io.vertx.core.cli.UsageMessageFormatter
Computes the usage of the given CLI.
UsageMessageFormatter - Class in io.vertx.core.cli
Usage message formatter.
UsageMessageFormatter() - Constructor for class io.vertx.core.cli.UsageMessageFormatter
 
useNormalisedPath(boolean) - Method in interface io.vertx.ext.web.Route
Deprecated.
useNormalisedPath(boolean) - Method in class io.vertx.reactivex.ext.web.Route
Deprecated.
useNormalisedPath(boolean) - Method in class io.vertx.rxjava.ext.web.Route
Deprecated.
useNormalizedPath(boolean) - Method in interface io.vertx.ext.web.Route
If true then the normalized request path will be used when routing (e.g.
useNormalizedPath(boolean) - Method in class io.vertx.reactivex.ext.web.Route
If true then the normalized request path will be used when routing (e.g.
useNormalizedPath(boolean) - Method in class io.vertx.rxjava.ext.web.Route
If true then the normalized request path will be used when routing (e.g.
usePlaintext() - Method in class io.vertx.grpc.VertxChannelBuilder
 
usePublish() - Method in class io.vertx.camel.InboundMapping
Sets whether or not publish is used instead of send, when a message is sent on the event bus.
user() - Method in interface io.vertx.ext.auth.authorization.AuthorizationContext
Get the authenticated user
User - Interface in io.vertx.ext.auth
Represents an authenticates User and contains operations to authorise the user.
user() - Method in interface io.vertx.ext.web.RoutingContext
Get the authenticated user (if any).
user() - Method in class io.vertx.reactivex.ext.auth.authorization.AuthorizationContext
Get the authenticated user
User - Class in io.vertx.reactivex.ext.auth
Represents an authenticates User and contains operations to authorise the user.
User(User) - Constructor for class io.vertx.reactivex.ext.auth.User
 
User(Object) - Constructor for class io.vertx.reactivex.ext.auth.User
 
user() - Method in class io.vertx.reactivex.ext.web.RoutingContext
Get the authenticated user (if any).
user() - Method in class io.vertx.rxjava.ext.auth.authorization.AuthorizationContext
Get the authenticated user
User - Class in io.vertx.rxjava.ext.auth
Represents an authenticates User and contains operations to authorise the user.
User(User) - Constructor for class io.vertx.rxjava.ext.auth.User
 
User(Object) - Constructor for class io.vertx.rxjava.ext.auth.User
 
user() - Method in class io.vertx.rxjava.ext.web.RoutingContext
Get the authenticated user (if any).
USER_AGENT - Static variable in interface io.vertx.core.http.HttpHeaders
User-Agent header name
USER_AGENT - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
User-Agent header name
USER_AGENT - Static variable in class io.vertx.rxjava.core.http.HttpHeaders
User-Agent header name
userAgent(String) - Method in class io.vertx.grpc.VertxChannelBuilder
 
userInfo(Handler<AsyncResult<JsonObject>>) - Method in interface io.vertx.ext.auth.oauth2.AccessToken
Deprecated.
Load the user info as per OIDC spec.
userInfo() - Method in interface io.vertx.ext.auth.oauth2.AccessToken
Deprecated.
Load the user info as per OIDC spec.
userInfo(User, Handler<AsyncResult<JsonObject>>) - Method in interface io.vertx.ext.auth.oauth2.OAuth2Auth
Retrieve profile information and other attributes for a logged-in end-user.
userInfo(User) - Method in interface io.vertx.ext.auth.oauth2.OAuth2Auth
Retrieve profile information and other attributes for a logged-in end-user.
userInfo(Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.reactivex.ext.auth.oauth2.AccessToken
Load the user info as per OIDC spec.
userInfo() - Method in class io.vertx.reactivex.ext.auth.oauth2.AccessToken
Load the user info as per OIDC spec.
userInfo(User, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
Retrieve profile information and other attributes for a logged-in end-user.
userInfo(User) - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
Retrieve profile information and other attributes for a logged-in end-user.
userInfo(Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.rxjava.ext.auth.oauth2.AccessToken
Load the user info as per OIDC spec.
userInfo() - Method in class io.vertx.rxjava.ext.auth.oauth2.AccessToken
Load the user info as per OIDC spec.
userInfo(User, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
Retrieve profile information and other attributes for a logged-in end-user.
userInfo(User) - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
Retrieve profile information and other attributes for a logged-in end-user.
UsernamePasswordCredentials - Class in io.vertx.ext.auth.authentication
Credentials used by any AuthenticationProvider that requires tokens, for example JWT, Oauth2, OpenId Connect
UsernamePasswordCredentials() - Constructor for class io.vertx.ext.auth.authentication.UsernamePasswordCredentials
 
UsernamePasswordCredentials(String, String) - Constructor for class io.vertx.ext.auth.authentication.UsernamePasswordCredentials
 
UsernamePasswordCredentials(JsonObject) - Constructor for class io.vertx.ext.auth.authentication.UsernamePasswordCredentials
 
UsernamePasswordCredentialsConverter - Class in io.vertx.ext.auth.authentication
Converter and mapper for UsernamePasswordCredentials.
UsernamePasswordCredentialsConverter() - Constructor for class io.vertx.ext.auth.authentication.UsernamePasswordCredentialsConverter
 
UserVerification - Enum in io.vertx.ext.auth.webauthn
UserVerificationRequirement https://www.w3.org/TR/webauthn/#enumdef-userverificationrequirement
useSsl(Handler<ClientOptionsBase>) - Method in class io.vertx.grpc.VertxChannelBuilder
 
useSsl(Handler<HttpServerOptions>) - Method in class io.vertx.grpc.VertxServerBuilder
 
useTransportSecurity() - Method in class io.vertx.grpc.VertxChannelBuilder
 
useTransportSecurity(File, File) - Method in class io.vertx.grpc.VertxServerBuilder
 
useTransportSecurity(InputStream, InputStream) - Method in class io.vertx.grpc.VertxServerBuilder
 
usingConnectionCompletable(SQLClient, Function<SQLConnection, Completable>) - Static method in class io.vertx.reactivex.ext.sql.SQLClientHelper
Generates a Completable from SQLConnection operations.
usingConnectionCompletable(SQLClient, Function<SQLConnection, Completable>) - Static method in class io.vertx.rxjava.ext.sql.SQLClientHelper
Generates a Completable from SQLConnection operations.
usingConnectionFlowable(SQLClient, Function<SQLConnection, Flowable<T>>) - Static method in class io.vertx.reactivex.ext.sql.SQLClientHelper
Generates a Flowable from SQLConnection operations.
usingConnectionMaybe(SQLClient, Function<SQLConnection, Maybe<T>>) - Static method in class io.vertx.reactivex.ext.sql.SQLClientHelper
Generates a Maybe from SQLConnection operations.
usingConnectionObservable(SQLClient, Function<SQLConnection, Observable<T>>) - Static method in class io.vertx.reactivex.ext.sql.SQLClientHelper
Generates a Observable from SQLConnection operations.
usingConnectionObservable(SQLClient, Function<SQLConnection, Observable<T>>) - Static method in class io.vertx.rxjava.ext.sql.SQLClientHelper
Generates a Observable from SQLConnection operations.
usingConnectionSingle(SQLClient, Function<SQLConnection, Single<T>>) - Static method in class io.vertx.reactivex.ext.sql.SQLClientHelper
Generates a Single from SQLConnection operations.
usingConnectionSingle(SQLClient, Function<SQLConnection, Single<T>>) - Static method in class io.vertx.rxjava.ext.sql.SQLClientHelper
Generates a Single from SQLConnection operations.
UTF_8 - Static variable in interface io.vertx.ext.stomp.StompOptions
UTF-8 encoding name.
Utils - Class in io.vertx.ext.mail.mailencoder
 
utils - Variable in class io.vertx.serviceproxy.generator.ServiceProxyHandlerGen
 
UUID_VALIDATOR - Static variable in class io.vertx.json.schema.common.BaseFormatValidatorFactory
 

V

v3Names() - Static method in class io.vertx.micrometer.MetricsNaming
 
v4Names() - Static method in class io.vertx.micrometer.MetricsNaming
 
validate() - Method in class io.vertx.ext.auth.oauth2.OAuth2Options
 
validate() - Method in class io.vertx.ext.stomp.Frame
Checks the validity of the frame.
validate(RoutingContext) - Method in interface io.vertx.ext.web.api.validation.CustomValidator
Deprecated.
This function have to be synchronous.
validate(RoutingContext) - Method in class io.vertx.reactivex.ext.web.api.validation.CustomValidator
Deprecated.
validate(RoutingContext) - Method in class io.vertx.rxjava.ext.web.api.validation.CustomValidator
Deprecated.
validateArrayParam(List<String>) - Method in interface io.vertx.ext.web.api.validation.ParameterValidationRule
Deprecated.
This function will be called when there is a List that need to be validated.
validateArrayParam(List<String>) - Method in class io.vertx.reactivex.ext.web.api.validation.ParameterValidationRule
Deprecated.
validateArrayParam(List<String>) - Method in class io.vertx.rxjava.ext.web.api.validation.ParameterValidationRule
Deprecated.
validateAsync(ValidatorContext, Object) - Method in interface io.vertx.json.schema.common.AsyncValidator
Return a Future that succeed when the validation succeed, while fail with a ValidationException when validation fails
validateAsync(Object) - Method in class io.vertx.json.schema.common.FalseSchema
 
validateAsync(ValidatorContext, Object) - Method in class io.vertx.json.schema.common.FalseSchema
 
validateAsync(ValidatorContext, Object) - Method in class io.vertx.json.schema.common.RecursiveRefSchema
 
validateAsync(ValidatorContext, Object) - Method in class io.vertx.json.schema.common.RefSchema
 
validateAsync(Object) - Method in class io.vertx.json.schema.common.SchemaImpl
 
validateAsync(ValidatorContext, Object) - Method in class io.vertx.json.schema.common.SchemaImpl
 
validateAsync(Object) - Method in class io.vertx.json.schema.common.TrueSchema
 
validateAsync(ValidatorContext, Object) - Method in class io.vertx.json.schema.common.TrueSchema
 
validateAsync(Object) - Method in interface io.vertx.json.schema.Schema
Validate the json performing an asynchronous validation.
validateAsync(Object) - Method in class io.vertx.reactivex.json.schema.Schema
Validate the json performing an asynchronous validation.
validateAsync(Object) - Method in class io.vertx.rxjava.json.schema.Schema
Validate the json performing an asynchronous validation.
validateConstructor(List<Throwable>) - Method in class io.vertx.ext.unit.junit.VertxUnitRunnerWithParameters
 
validateFields(List<Throwable>) - Method in class io.vertx.ext.unit.junit.VertxUnitRunnerWithParameters
 
validatePublicVoidNoArgMethods(Class<? extends Annotation>, boolean, List<Throwable>) - Method in class io.vertx.ext.unit.junit.VertxUnitRunner
 
validateSingleParam(String) - Method in interface io.vertx.ext.web.api.validation.ParameterValidationRule
Deprecated.
This function will be called when there is only a string as parameter.
validateSingleParam(String) - Method in class io.vertx.reactivex.ext.web.api.validation.ParameterValidationRule
Deprecated.
validateSingleParam(String) - Method in class io.vertx.rxjava.ext.web.api.validation.ParameterValidationRule
Deprecated.
validateSync(ValidatorContext, Object) - Method in class io.vertx.json.schema.common.ConstValidatorFactory.ConstValidator
 
validateSync(ValidatorContext, Object) - Method in class io.vertx.json.schema.common.EnumValidatorFactory.EnumValidator
 
validateSync(ValidatorContext, Object) - Method in class io.vertx.json.schema.common.ExclusiveMaximumValidator
 
validateSync(ValidatorContext, Object) - Method in class io.vertx.json.schema.common.ExclusiveMinimumValidator
 
validateSync(Object) - Method in class io.vertx.json.schema.common.FalseSchema
 
validateSync(ValidatorContext, Object) - Method in class io.vertx.json.schema.common.FalseSchema
 
validateSync(ValidatorContext, Object) - Method in class io.vertx.json.schema.common.MaximumValidator
 
validateSync(ValidatorContext, Object) - Method in class io.vertx.json.schema.common.MaxItemsValidatorFactory.MaxItemsValidator
 
validateSync(ValidatorContext, Object) - Method in class io.vertx.json.schema.common.MaxLengthValidatorFactory.MaxLengthValidator
 
validateSync(ValidatorContext, Object) - Method in class io.vertx.json.schema.common.MaxPropertiesValidatorFactory.MaxPropertiesValidator
 
validateSync(ValidatorContext, Object) - Method in class io.vertx.json.schema.common.MinimumValidator
 
validateSync(ValidatorContext, Object) - Method in class io.vertx.json.schema.common.MinItemsValidatorFactory.MinItemsValidator
 
validateSync(ValidatorContext, Object) - Method in class io.vertx.json.schema.common.MinLengthValidatorFactory.MinLengthValidator
 
validateSync(ValidatorContext, Object) - Method in class io.vertx.json.schema.common.MinPropertiesValidatorFactory.MinPropertiesValidator
 
validateSync(ValidatorContext, Object) - Method in class io.vertx.json.schema.common.PatternValidatorFactory.PatternValidator
 
validateSync(ValidatorContext, Object) - Method in class io.vertx.json.schema.common.RecursiveRefSchema
 
validateSync(ValidatorContext, Object) - Method in class io.vertx.json.schema.common.RefSchema
 
validateSync(ValidatorContext, Object) - Method in class io.vertx.json.schema.common.RequiredValidatorFactory.RequiredValidator
 
validateSync(Object) - Method in class io.vertx.json.schema.common.SchemaImpl
 
validateSync(ValidatorContext, Object) - Method in class io.vertx.json.schema.common.SchemaImpl
 
validateSync(ValidatorContext, Object) - Method in interface io.vertx.json.schema.common.SyncValidator
Validate the provided value
validateSync(Object) - Method in class io.vertx.json.schema.common.TrueSchema
 
validateSync(ValidatorContext, Object) - Method in class io.vertx.json.schema.common.TrueSchema
 
validateSync(Object) - Method in interface io.vertx.json.schema.Schema
Validate the json performing a synchronous validation.
validateSync(Object) - Method in class io.vertx.reactivex.json.schema.Schema
Validate the json performing a synchronous validation.
validateSync(Object) - Method in class io.vertx.rxjava.json.schema.Schema
Validate the json performing a synchronous validation.
validateSyncAsAsync(ValidatorContext, Object) - Method in class io.vertx.json.schema.common.BaseMutableStateValidator
 
validateTestMethod(FrameworkMethod) - Method in class io.vertx.ext.unit.junit.VertxUnitRunner
 
VALIDATION_POLICY - Static variable in class io.vertx.ext.httpservicefactory.HttpServiceFactory
 
ValidationException - Exception in io.vertx.ext.web.api.validation
Deprecated.
You should use the new module vertx-web-openapi
ValidationException(String, ValidationException.ErrorType, Throwable) - Constructor for exception io.vertx.ext.web.api.validation.ValidationException
Deprecated.
 
ValidationException(String, ValidationException.ErrorType) - Constructor for exception io.vertx.ext.web.api.validation.ValidationException
Deprecated.
 
ValidationException(ValidationException.ErrorType) - Constructor for exception io.vertx.ext.web.api.validation.ValidationException
Deprecated.
 
ValidationException(String) - Constructor for exception io.vertx.ext.web.api.validation.ValidationException
Deprecated.
 
ValidationException - Exception in io.vertx.json.schema
This is the main class for every Validation flow related errors
ValidationException(String, String, Object) - Constructor for exception io.vertx.json.schema.ValidationException
 
ValidationException(String, Throwable, String, Object) - Constructor for exception io.vertx.json.schema.ValidationException
 
ValidationException.ErrorType - Enum in io.vertx.ext.web.api.validation
Deprecated.
All errors type.
ValidationException.ValidationExceptionFactory - Class in io.vertx.ext.web.api.validation
Deprecated.
 
ValidationExceptionFactory() - Constructor for class io.vertx.ext.web.api.validation.ValidationException.ValidationExceptionFactory
Deprecated.
 
ValidationHandler - Interface in io.vertx.ext.web.api.validation
Deprecated.
You should use the new module vertx-web-openapi
ValidationHandler - Interface in io.vertx.ext.web.validation
This is the entry point of this module.
ValidationHandler - Interface in io.vertx.reactivex.ext.web.api.validation
Base interface for validation.
ValidationHandler - Class in io.vertx.reactivex.ext.web.validation
This is the entry point of this module.
ValidationHandler(ValidationHandler) - Constructor for class io.vertx.reactivex.ext.web.validation.ValidationHandler
 
ValidationHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.validation.ValidationHandler
 
ValidationHandler - Interface in io.vertx.rxjava.ext.web.api.validation
Base interface for validation.
ValidationHandler - Class in io.vertx.rxjava.ext.web.validation
This is the entry point of this module.
ValidationHandler(ValidationHandler) - Constructor for class io.vertx.rxjava.ext.web.validation.ValidationHandler
 
ValidationHandler(Object) - Constructor for class io.vertx.rxjava.ext.web.validation.ValidationHandler
 
ValidationHandlerBuilder - Interface in io.vertx.ext.web.validation.builder
Builder for a ValidationHandler.
validationMethod() - Method in enum io.vertx.ext.web.api.validation.ParameterType
Deprecated.
 
ValidationPolicy - Enum in io.vertx.ext.httpservicefactory
 
validationRule() - Method in exception io.vertx.ext.web.api.validation.ValidationException
Deprecated.
 
Validator - Interface in io.vertx.json.schema.common
 
ValidatorContext - Interface in io.vertx.json.schema.common
Validator context is an interface used to process contextual keywords (like unevaluatedProperties, unevaluatedItems)
validatorFactories - Variable in class io.vertx.json.schema.common.BaseSchemaParser
 
ValidatorFactory - Interface in io.vertx.json.schema.common
Factory for Validator.
ValidatorPriority - Enum in io.vertx.json.schema.common
 
value() - Method in interface io.vertx.core.parsetools.JsonEvent
 
value(T, int) - Method in interface io.vertx.core.spi.tracing.TagExtractor
Returns the value of the tag extracted from obj at the specified index.
value() - Method in interface io.vertx.ext.shell.cli.CliToken
 
value() - Method in exception io.vertx.ext.web.api.validation.ValidationException
Deprecated.
 
value() - Method in interface io.vertx.ext.web.multipart.FormDataPart
 
value() - Method in interface io.vertx.ext.web.ParsedHeaderValue
Holds the unparsed value of the header.
For the most part, this is the content before the semi-colon (";")
value() - Method in interface io.vertx.ext.web.Session
The short representation of the session to be added to the session cookie.
value() - Method in interface io.vertx.jdbcclient.SqlOutParam
Get the input value
value() - Method in interface io.vertx.kafka.client.consumer.KafkaConsumerRecord
 
value() - Method in interface io.vertx.kafka.client.producer.KafkaHeader
 
value() - Method in interface io.vertx.kafka.client.producer.KafkaProducerRecord
 
value - Variable in enum io.vertx.mysqlclient.MySQLAuthenticationPlugin
 
value - Variable in enum io.vertx.mysqlclient.SslMode
 
value - Variable in enum io.vertx.pgclient.SslMode
 
value() - Method in class io.vertx.reactivex.core.parsetools.JsonEvent
 
value() - Method in class io.vertx.reactivex.ext.shell.cli.CliToken
 
value() - Method in class io.vertx.reactivex.ext.web.LanguageHeader
Holds the unparsed value of the header.
For the most part, this is the content before the semi-colon (";")
value() - Method in class io.vertx.reactivex.ext.web.MIMEHeader
Holds the unparsed value of the header.
For the most part, this is the content before the semi-colon (";")
value() - Method in class io.vertx.reactivex.ext.web.multipart.FormDataPart
 
value() - Method in interface io.vertx.reactivex.ext.web.ParsedHeaderValue
Holds the unparsed value of the header.
For the most part, this is the content before the semi-colon (";")
value() - Method in class io.vertx.reactivex.ext.web.Session
The short representation of the session to be added to the session cookie.
value() - Method in class io.vertx.reactivex.jdbcclient.SqlOutParam
Get the input value
value() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumerRecord
 
value() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaHeader
 
value() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord
 
value() - Method in class io.vertx.reactivex.sqlclient.RowSet
Get the execution result value, the execution result type may vary such as a rowSet or even a String.
value() - Method in class io.vertx.reactivex.sqlclient.SqlResult
Get the execution result value, the execution result type may vary such as a rowSet or even a String.
value() - Method in class io.vertx.rxjava.core.parsetools.JsonEvent
 
value() - Method in class io.vertx.rxjava.ext.shell.cli.CliToken
 
value() - Method in class io.vertx.rxjava.ext.web.LanguageHeader
Holds the unparsed value of the header.
For the most part, this is the content before the semi-colon (";")
value() - Method in class io.vertx.rxjava.ext.web.MIMEHeader
Holds the unparsed value of the header.
For the most part, this is the content before the semi-colon (";")
value() - Method in class io.vertx.rxjava.ext.web.multipart.FormDataPart
 
value() - Method in interface io.vertx.rxjava.ext.web.ParsedHeaderValue
Holds the unparsed value of the header.
For the most part, this is the content before the semi-colon (";")
value() - Method in class io.vertx.rxjava.ext.web.Session
The short representation of the session to be added to the session cookie.
value() - Method in class io.vertx.rxjava.jdbcclient.SqlOutParam
Get the input value
value() - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumerRecord
 
value() - Method in class io.vertx.rxjava.kafka.client.producer.KafkaHeader
 
value() - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducerRecord
 
value() - Method in class io.vertx.rxjava.sqlclient.RowSet
Get the execution result value, the execution result type may vary such as a rowSet or even a String.
value() - Method in class io.vertx.rxjava.sqlclient.SqlResult
Get the execution result value, the execution result type may vary such as a rowSet or even a String.
value() - Method in interface io.vertx.sqlclient.SqlResult
Get the execution result value, the execution result type may vary such as a rowSet or even a string.
VALUE_OF - Static variable in class io.vertx.core.cli.converters.ValueOfBasedConverter
 
valueOf(String) - Static method in enum io.vertx.circuitbreaker.CircuitBreakerState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.core.dns.DnsResponseCode
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum io.vertx.core.dns.DnsResponseCode
Returns the DnsResponseCode that corresponds with the given responseCode.
valueOf(String) - Static method in enum io.vertx.core.eventbus.ReplyFailure
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.core.http.ClientAuth
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.core.http.CookieSameSite
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class io.vertx.core.http.HttpMethod
Lookup the HttpMethod value for the specified value.
valueOf(String) - Static method in enum io.vertx.core.http.HttpVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.core.http.WebSocketFrameType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.core.http.WebsocketVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.core.net.ProxyType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.core.parsetools.JsonEventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.core.spi.tracing.SpanKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.core.tracing.TracingPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.ext.auth.mongo.HashAlgorithm
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.ext.auth.mongo.HashSaltStyle
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.ext.auth.oauth2.OAuth2FlowType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.ext.auth.shiro.ShiroAuthRealmType
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.ext.auth.webauthn.Attestation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.ext.auth.webauthn.AuthenticatorAttachment
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.ext.auth.webauthn.AuthenticatorTransport
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.ext.auth.webauthn.PublicKeyCredential
Returns the enum constant of this type with the specified name.
valueOf(int) - Static method in enum io.vertx.ext.auth.webauthn.PublicKeyCredential
 
valueOf(String) - Static method in enum io.vertx.ext.auth.webauthn.UserVerification
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.ext.bridge.BridgeEventType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.ext.consul.AclTokenType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.ext.consul.CheckStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.ext.consul.HealthState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.ext.consul.SessionBehavior
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.ext.consul.TxnKVVerb
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.ext.consul.TxnOperationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.ext.dropwizard.MatchType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.ext.httpservicefactory.ValidationPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.ext.mail.CanonicalizationAlgorithm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.ext.mail.DKIMSignAlgorithm
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.ext.mail.LoginOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.ext.mail.StartTLSOptions
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.ext.mongo.BulkOperationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.ext.mongo.WriteOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.ext.shell.command.base.ObjectType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.ext.shell.system.ExecStatus
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.ext.sql.FetchDirection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.ext.sql.ResultSetConcurrency
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.ext.sql.ResultSetType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.ext.sql.TransactionIsolation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.ext.stomp.Command
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.ext.web.AllowForwardHeaders
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.ext.web.api.contract.RouterFactoryException.ErrorType
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.ext.web.api.validation.ContainerSerializationStyle
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.ext.web.api.validation.ParameterLocation
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.ext.web.api.validation.ParameterType
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.ext.web.api.validation.ValidationException.ErrorType
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.ext.web.handler.graphql.ApolloWSMessageType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.ext.web.handler.LoggerFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.ext.web.handler.sockjs.Transport
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.ext.web.openapi.ErrorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.ext.web.openapi.RouteNamingStrategy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.ext.web.validation.BodyProcessorException.BodyProcessorErrorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.ext.web.validation.ParameterProcessorException.ParameterProcessorErrorType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.json.schema.common.dsl.SchemaType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.json.schema.common.JsonSchemaType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.json.schema.common.ValidatorPriority
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.json.schema.draft7.dsl.StringFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.kafka.client.common.tracing.TraceTags
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.micrometer.backends.NoopBackendRegistry
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.micrometer.Label
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.micrometer.MatchType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.micrometer.MetricsDomain
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.mysqlclient.MySQLAuthenticationPlugin
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.mysqlclient.MySQLSetOption
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.mysqlclient.SslMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.pgclient.SslMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.redis.client.RedisClientType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.redis.client.RedisReplicas
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.redis.client.RedisRole
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.redis.client.ResponseType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum io.vertx.servicediscovery.Status
Returns the enum constant of this type with the specified name.
ValueOfBasedConverter<T> - Class in io.vertx.core.cli.converters
This 'default' converter tries to create objects using a static 'valueOf' method taking a single String argument.
values() - Static method in enum io.vertx.circuitbreaker.CircuitBreakerState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.core.dns.DnsResponseCode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.core.eventbus.ReplyFailure
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.core.http.ClientAuth
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.core.http.CookieSameSite
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in class io.vertx.core.http.HttpMethod
 
values() - Static method in enum io.vertx.core.http.HttpVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.core.http.WebSocketFrameType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.core.http.WebsocketVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.core.net.ProxyType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.core.parsetools.JsonEventType
Returns an array containing the constants of this enum type, in the order they are declared.
values(Handler<AsyncResult<List<V>>>) - Method in interface io.vertx.core.shareddata.AsyncMap
Get the values of the map, asynchronously.
values() - Method in interface io.vertx.core.shareddata.AsyncMap
Same as AsyncMap.values(Handler) but returns a Future of the asynchronous result
values() - Method in interface io.vertx.core.shareddata.LocalMap
 
values() - Static method in enum io.vertx.core.spi.tracing.SpanKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.core.tracing.TracingPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.ext.auth.mongo.HashAlgorithm
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.ext.auth.mongo.HashSaltStyle
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.ext.auth.oauth2.OAuth2FlowType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.ext.auth.shiro.ShiroAuthRealmType
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.ext.auth.webauthn.Attestation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.ext.auth.webauthn.AuthenticatorAttachment
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.ext.auth.webauthn.AuthenticatorTransport
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.ext.auth.webauthn.PublicKeyCredential
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.ext.auth.webauthn.UserVerification
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.ext.bridge.BridgeEventType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.ext.consul.AclTokenType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.ext.consul.CheckStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.ext.consul.HealthState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.ext.consul.SessionBehavior
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.ext.consul.TxnKVVerb
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.ext.consul.TxnOperationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.ext.dropwizard.MatchType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxHistogramMBean
 
values() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxTimerMBean
 
values() - Static method in enum io.vertx.ext.httpservicefactory.ValidationPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.ext.mail.CanonicalizationAlgorithm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.ext.mail.DKIMSignAlgorithm
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.ext.mail.LoginOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.ext.mail.StartTLSOptions
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.ext.mongo.BulkOperationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.ext.mongo.WriteOption
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.ext.shell.command.base.ObjectType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.ext.shell.system.ExecStatus
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.ext.sql.FetchDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.ext.sql.ResultSetConcurrency
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.ext.sql.ResultSetType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.ext.sql.TransactionIsolation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.ext.stomp.Command
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.ext.web.AllowForwardHeaders
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.ext.web.api.contract.RouterFactoryException.ErrorType
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.ext.web.api.validation.ContainerSerializationStyle
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.ext.web.api.validation.ParameterLocation
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.ext.web.api.validation.ParameterType
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.ext.web.api.validation.ValidationException.ErrorType
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.ext.web.handler.graphql.ApolloWSMessageType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.ext.web.handler.LoggerFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.ext.web.handler.sockjs.Transport
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.ext.web.openapi.ErrorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.ext.web.openapi.RouteNamingStrategy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.ext.web.validation.BodyProcessorException.BodyProcessorErrorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.ext.web.validation.ParameterProcessorException.ParameterProcessorErrorType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.json.schema.common.dsl.SchemaType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.json.schema.common.JsonSchemaType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.json.schema.common.ValidatorPriority
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.json.schema.draft7.dsl.StringFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.kafka.client.common.tracing.TraceTags
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.micrometer.backends.NoopBackendRegistry
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.micrometer.Label
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.micrometer.MatchType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.micrometer.MetricsDomain
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.mysqlclient.MySQLAuthenticationPlugin
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.mysqlclient.MySQLSetOption
Returns an array containing the constants of this enum type, in the order they are declared.
VALUES - Static variable in enum io.vertx.mysqlclient.SslMode
 
values() - Static method in enum io.vertx.mysqlclient.SslMode
Returns an array containing the constants of this enum type, in the order they are declared.
VALUES - Static variable in enum io.vertx.pgclient.SslMode
 
values() - Static method in enum io.vertx.pgclient.SslMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.redis.client.RedisClientType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.redis.client.RedisReplicas
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.redis.client.RedisRole
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.redis.client.ResponseType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum io.vertx.servicediscovery.Status
Returns an array containing the constants of this enum type, in the order they are declared.
valueStream() - Method in interface io.vertx.ext.cluster.infinispan.InfinispanAsyncMap
Get the values of the map as a ReadStream.
variableConsumer(BiConsumer<RoutingContext, AuthorizationContext>) - Method in interface io.vertx.ext.web.handler.AuthorizationHandler
Provide a simple handler to extract needed variables.
variables() - Method in interface io.vertx.ext.auth.authorization.AuthorizationContext
 
variables() - Method in class io.vertx.reactivex.ext.auth.authorization.AuthorizationContext
 
variables() - Method in class io.vertx.rxjava.ext.auth.authorization.AuthorizationContext
 
VARY - Static variable in interface io.vertx.core.http.HttpHeaders
Vary header name
VARY - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Vary header name
VARY - Static variable in class io.vertx.rxjava.core.http.HttpHeaders
Vary header name
VaultConfigStore - Class in io.vertx.config.vault
An implementation of ConfigStore for Vault (https://www.vaultproject.io/).
VaultConfigStore(Vertx, JsonObject) - Constructor for class io.vertx.config.vault.VaultConfigStore
Creates an instance of VaultConfigStore.
VaultConfigStoreFactory - Class in io.vertx.config.vault
Implementation of ConfigStoreFactory to create VaultConfigStore.
VaultConfigStoreFactory() - Constructor for class io.vertx.config.vault.VaultConfigStoreFactory
 
VaultException - Exception in io.vertx.config.vault.client
Exception used when an interaction with Vault failed.
VaultException(String) - Constructor for exception io.vertx.config.vault.client.VaultException
 
VaultException(String, int) - Constructor for exception io.vertx.config.vault.client.VaultException
 
VaultException(String, Throwable) - Constructor for exception io.vertx.config.vault.client.VaultException
 
verbose - Variable in class io.vertx.ext.shell.command.base.BusPublish
 
verify(Authorization) - Method in interface io.vertx.ext.auth.authorization.Authorization
this method verifies whether or not the authorization implies the specified authorization.
verify(String, String) - Method in interface io.vertx.ext.auth.HashingStrategy
Time constant password check.
verify(Handler<Void>) - Method in interface io.vertx.ext.unit.TestContext
Execute the provided handler, which may contain assertions, possibly from any third-party assertion framework.
verify(VertxTestContext.ExecutionBlock) - Method in class io.vertx.junit5.VertxTestContext
Allow verifications and assertions to be made.
verify(Authorization) - Method in class io.vertx.reactivex.ext.auth.authorization.Authorization
this method verifies whether or not the authorization implies the specified authorization.
verify(String, String) - Method in class io.vertx.reactivex.ext.auth.HashingStrategy
Time constant password check.
verify(Handler<Void>) - Method in class io.vertx.reactivex.ext.unit.TestContext
Execute the provided handler, which may contain assertions, possibly from any third-party assertion framework.
verify(Authorization) - Method in class io.vertx.rxjava.ext.auth.authorization.Authorization
this method verifies whether or not the authorization implies the specified authorization.
verify(String, String) - Method in class io.vertx.rxjava.ext.auth.HashingStrategy
Time constant password check.
verify(Handler<Void>) - Method in class io.vertx.rxjava.ext.unit.TestContext
Execute the provided handler, which may contain assertions, possibly from any third-party assertion framework.
verifySignature(InputStream, InputStream, PGPPublicKey) - Static method in class io.vertx.ext.httpservicefactory.PGPHelper
Verify a PGP signature.
version() - Method in interface io.vertx.core.http.HttpClientRequest
 
version() - Method in interface io.vertx.core.http.HttpClientResponse
 
version() - Method in interface io.vertx.core.http.HttpServerRequest
 
version(Integer) - Method in class io.vertx.ext.mongo.IndexOptions
Sets the index version number.
VERSION - Static variable in class io.vertx.ext.stomp.Frame
 
version() - Method in interface io.vertx.ext.stomp.StompClientConnection
 
version() - Method in interface io.vertx.ext.web.client.HttpResponse
 
version() - Method in class io.vertx.ext.web.sstore.AbstractSession
 
version() - Method in class io.vertx.maven.MavenCoords
 
version() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
 
version() - Method in class io.vertx.reactivex.core.http.HttpClientResponse
 
version() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
 
version() - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
 
version() - Method in class io.vertx.reactivex.ext.web.client.HttpResponse
 
version() - Method in class io.vertx.rxjava.core.http.HttpClientRequest
 
version() - Method in class io.vertx.rxjava.core.http.HttpClientResponse
 
version() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
 
version() - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
 
version() - Method in class io.vertx.rxjava.ext.web.client.HttpResponse
 
VERSION_CONTROL - Static variable in class io.vertx.core.http.HttpMethod
The RFC 3253 VERSION_CONTROL method, this instance is interned and uniquely used.
Verticle - Interface in io.vertx.core
A verticle is a piece of code that can be deployed by Vert.x.
VerticleDeploy - Class in io.vertx.ext.shell.command.base
 
VerticleDeploy() - Constructor for class io.vertx.ext.shell.command.base.VerticleDeploy
 
verticleFactories() - Method in interface io.vertx.core.Vertx
Return the Set of currently registered verticle factories.
VerticleFactories - Class in io.vertx.ext.shell.command.base
 
VerticleFactories() - Constructor for class io.vertx.ext.shell.command.base.VerticleFactories
 
verticleFactories() - Method in class io.vertx.reactivex.core.Vertx
Return the Set of currently registered verticle factories.
verticleFactories() - Method in class io.vertx.rxjava.core.Vertx
Return the Set of currently registered verticle factories.
VerticleFactory - Interface in io.vertx.core.spi
Has responsibility for creating verticle instances.
VerticleLs - Class in io.vertx.ext.shell.command.base
 
VerticleLs() - Constructor for class io.vertx.ext.shell.command.base.VerticleLs
 
VerticleUndeploy - Class in io.vertx.ext.shell.command.base
 
VerticleUndeploy() - Constructor for class io.vertx.ext.shell.command.base.VerticleUndeploy
 
vertx - Variable in class io.vertx.core.AbstractVerticle
Reference to the Vert.x instance that deployed this verticle
Vertx - Interface in io.vertx.core
The entry point into the Vert.x Core API.
vertx() - Static method in interface io.vertx.core.Vertx
Creates a non clustered instance using default options.
vertx(VertxOptions) - Static method in interface io.vertx.core.Vertx
Creates a non clustered instance using the specified options
vertx() - Method in interface io.vertx.ext.shell.cli.Completion
 
vertx() - Method in interface io.vertx.ext.shell.command.CommandProcess
 
vertx() - Method in interface io.vertx.ext.stomp.StompClient
 
vertx() - Method in interface io.vertx.ext.stomp.StompServer
 
vertx() - Method in class io.vertx.ext.unit.junit.RunTestOnContext
Retrieves the current Vert.x instance, this value varies according to the test life cycle.
vertx() - Method in interface io.vertx.ext.web.RoutingContext
 
vertx - Variable in class io.vertx.reactivex.core.AbstractVerticle
 
Vertx - Class in io.vertx.reactivex.core
The entry point into the Vert.x Core API.
Vertx(Vertx) - Constructor for class io.vertx.reactivex.core.Vertx
 
Vertx(Object) - Constructor for class io.vertx.reactivex.core.Vertx
 
vertx() - Static method in class io.vertx.reactivex.core.Vertx
Creates a non clustered instance using default options.
vertx(VertxOptions) - Static method in class io.vertx.reactivex.core.Vertx
Creates a non clustered instance using the specified options
vertx() - Method in class io.vertx.reactivex.ext.shell.cli.Completion
 
vertx() - Method in class io.vertx.reactivex.ext.shell.command.CommandProcess
 
vertx() - Method in class io.vertx.reactivex.ext.stomp.StompClient
 
vertx() - Method in class io.vertx.reactivex.ext.stomp.StompServer
 
vertx() - Method in class io.vertx.reactivex.ext.web.RoutingContext
 
vertx - Variable in class io.vertx.rxjava.core.AbstractVerticle
 
Vertx - Class in io.vertx.rxjava.core
The entry point into the Vert.x Core API.
Vertx(Vertx) - Constructor for class io.vertx.rxjava.core.Vertx
 
Vertx(Object) - Constructor for class io.vertx.rxjava.core.Vertx
 
vertx() - Static method in class io.vertx.rxjava.core.Vertx
Creates a non clustered instance using default options.
vertx(VertxOptions) - Static method in class io.vertx.rxjava.core.Vertx
Creates a non clustered instance using the specified options
vertx() - Method in class io.vertx.rxjava.ext.shell.cli.Completion
 
vertx() - Method in class io.vertx.rxjava.ext.shell.command.CommandProcess
 
vertx() - Method in class io.vertx.rxjava.ext.stomp.StompClient
 
vertx() - Method in class io.vertx.rxjava.ext.stomp.StompServer
 
vertx() - Method in class io.vertx.rxjava.ext.web.RoutingContext
 
vertx - Variable in class io.vertx.servicediscovery.types.AbstractServiceReference
 
VERTX_INSTANCE_KEY - Static variable in class io.vertx.junit5.VertxExtension
Key for all Vertx instances, including what shims like RxJava should use.
VertxBatchLoader<K,V> - Interface in io.vertx.ext.web.handler.graphql.dataloader
A BatchLoaderWithContext that works well with Vert.x callback and Future based APIs.
VertxBatchLoader<K,V> - Class in io.vertx.reactivex.ext.web.handler.graphql.dataloader
A that works well with Vert.x callback and based APIs.
VertxBatchLoader(VertxBatchLoader) - Constructor for class io.vertx.reactivex.ext.web.handler.graphql.dataloader.VertxBatchLoader
 
VertxBatchLoader(Object, TypeArg<K>, TypeArg<V>) - Constructor for class io.vertx.reactivex.ext.web.handler.graphql.dataloader.VertxBatchLoader
 
VertxBatchLoader<K,V> - Class in io.vertx.rxjava.ext.web.handler.graphql.dataloader
A that works well with Vert.x callback and based APIs.
VertxBatchLoader(VertxBatchLoader) - Constructor for class io.vertx.rxjava.ext.web.handler.graphql.dataloader.VertxBatchLoader
 
VertxBatchLoader(Object, TypeArg<K>, TypeArg<V>) - Constructor for class io.vertx.rxjava.ext.web.handler.graphql.dataloader.VertxBatchLoader
 
VertxChannelBuilder - Class in io.vertx.grpc
 
VertxContextPRNG - Interface in io.vertx.ext.auth
A secure non blocking random number generator isolated to the current context.
VertxContextPRNG - Class in io.vertx.reactivex.ext.auth
A secure non blocking random number generator isolated to the current context.
VertxContextPRNG(VertxContextPRNG) - Constructor for class io.vertx.reactivex.ext.auth.VertxContextPRNG
 
VertxContextPRNG(Object) - Constructor for class io.vertx.reactivex.ext.auth.VertxContextPRNG
 
VertxContextPRNG - Class in io.vertx.rxjava.ext.auth
A secure non blocking random number generator isolated to the current context.
VertxContextPRNG(VertxContextPRNG) - Constructor for class io.vertx.rxjava.ext.auth.VertxContextPRNG
 
VertxContextPRNG(Object) - Constructor for class io.vertx.rxjava.ext.auth.VertxContextPRNG
 
vertxCreated(Vertx) - Method in interface io.vertx.core.spi.metrics.VertxMetrics
Callback to signal when the Vertx instance is fully initialized.
VertxDataFetcher<T> - Interface in io.vertx.ext.web.handler.graphql.schema
A DataFetcher that works well with Vert.x callback and Future based APIs.
VertxDataFetcher<T> - Class in io.vertx.reactivex.ext.web.handler.graphql.schema
A that works well with Vert.x callback and based APIs.
VertxDataFetcher(VertxDataFetcher) - Constructor for class io.vertx.reactivex.ext.web.handler.graphql.schema.VertxDataFetcher
 
VertxDataFetcher(Object, TypeArg<T>) - Constructor for class io.vertx.reactivex.ext.web.handler.graphql.schema.VertxDataFetcher
 
VertxDataFetcher<T> - Class in io.vertx.rxjava.ext.web.handler.graphql.schema
A that works well with Vert.x callback and based APIs.
VertxDataFetcher(VertxDataFetcher) - Constructor for class io.vertx.rxjava.ext.web.handler.graphql.schema.VertxDataFetcher
 
VertxDataFetcher(Object, TypeArg<T>) - Constructor for class io.vertx.rxjava.ext.web.handler.graphql.schema.VertxDataFetcher
 
VertxException - Exception in io.vertx.core
 
VertxException(String) - Constructor for exception io.vertx.core.VertxException
Create an instance given a message
VertxException(String, Throwable) - Constructor for exception io.vertx.core.VertxException
Create an instance given a message and a cause
VertxException(Throwable) - Constructor for exception io.vertx.core.VertxException
Create an instance given a cause
VertxException(String, boolean) - Constructor for exception io.vertx.core.VertxException
Create an instance given a message
VertxException(String, Throwable, boolean) - Constructor for exception io.vertx.core.VertxException
Create an instance given a message
VertxException(Throwable, boolean) - Constructor for exception io.vertx.core.VertxException
Create an instance given a message
VertxExtension - Class in io.vertx.junit5
JUnit 5 Vert.x extension that allows parameter injection as well as an automatic lifecycle on the VertxTestContext instance.
VertxExtension() - Constructor for class io.vertx.junit5.VertxExtension
 
VertxExtensionModule - Class in io.vertx.lang.groovy
Extension module for integrating Vert.x common types with Groovy.
VertxExtensionModule() - Constructor for class io.vertx.lang.groovy.VertxExtensionModule
 
VertxExtensionParameterProvider<T> - Interface in io.vertx.junit5
A VertxExtension test method parameter provider service provider interface.
VertxInfluxDbOptions - Class in io.vertx.micrometer
Vert.x InfluxDb micrometer configuration.
VertxInfluxDbOptions() - Constructor for class io.vertx.micrometer.VertxInfluxDbOptions
Create default options for InfluxDB reporting.
VertxInfluxDbOptions(VertxInfluxDbOptions) - Constructor for class io.vertx.micrometer.VertxInfluxDbOptions
Creates new options object for InfluxDB reporting, which is a copy of other.
VertxInfluxDbOptions(JsonObject) - Constructor for class io.vertx.micrometer.VertxInfluxDbOptions
Creates new options object for InfluxDB reporting from json input.
VertxInfluxDbOptionsConverter - Class in io.vertx.micrometer
Converter and mapper for VertxInfluxDbOptions.
VertxInfluxDbOptionsConverter() - Constructor for class io.vertx.micrometer.VertxInfluxDbOptionsConverter
 
VertxJmxMetricsOptions - Class in io.vertx.micrometer
Options for Prometheus metrics backend.
VertxJmxMetricsOptions() - Constructor for class io.vertx.micrometer.VertxJmxMetricsOptions
Default constructor
VertxJmxMetricsOptions(VertxJmxMetricsOptions) - Constructor for class io.vertx.micrometer.VertxJmxMetricsOptions
Copy constructor
VertxJmxMetricsOptions(JsonObject) - Constructor for class io.vertx.micrometer.VertxJmxMetricsOptions
Create an instance from a JsonObject
VertxJmxMetricsOptionsConverter - Class in io.vertx.micrometer
Converter and mapper for VertxJmxMetricsOptions.
VertxJmxMetricsOptionsConverter() - Constructor for class io.vertx.micrometer.VertxJmxMetricsOptionsConverter
 
VertxLoggerFormatter - Class in io.vertx.core.logging
 
VertxLoggerFormatter() - Constructor for class io.vertx.core.logging.VertxLoggerFormatter
 
VertxMappedBatchLoader<K,V> - Interface in io.vertx.ext.web.handler.graphql.dataloader
A MappedBatchLoaderWithContext that works well with Vert.x callback and Future based APIs.
VertxMappedBatchLoader<K,V> - Class in io.vertx.reactivex.ext.web.handler.graphql.dataloader
A that works well with Vert.x callback and based APIs.
VertxMappedBatchLoader(VertxMappedBatchLoader) - Constructor for class io.vertx.reactivex.ext.web.handler.graphql.dataloader.VertxMappedBatchLoader
 
VertxMappedBatchLoader(Object, TypeArg<K>, TypeArg<V>) - Constructor for class io.vertx.reactivex.ext.web.handler.graphql.dataloader.VertxMappedBatchLoader
 
VertxMappedBatchLoader<K,V> - Class in io.vertx.rxjava.ext.web.handler.graphql.dataloader
A that works well with Vert.x callback and based APIs.
VertxMappedBatchLoader(VertxMappedBatchLoader) - Constructor for class io.vertx.rxjava.ext.web.handler.graphql.dataloader.VertxMappedBatchLoader
 
VertxMappedBatchLoader(Object, TypeArg<K>, TypeArg<V>) - Constructor for class io.vertx.rxjava.ext.web.handler.graphql.dataloader.VertxMappedBatchLoader
 
VertxMetrics - Interface in io.vertx.core.spi.metrics
The main Vert.x metrics SPI which Vert.x will use internally.
VertxMetricsFactory - Interface in io.vertx.core.spi
A factory for the plugable metrics SPI.
VertxOptions - Class in io.vertx.core
Instances of this class are used to configure Vertx instances.
VertxOptions() - Constructor for class io.vertx.core.VertxOptions
Default constructor
VertxOptions(VertxOptions) - Constructor for class io.vertx.core.VertxOptions
Copy constructor
VertxOptions(JsonObject) - Constructor for class io.vertx.core.VertxOptions
Create an instance from a JsonObject
VertxOptionsConverter - Class in io.vertx.core
Converter and mapper for VertxOptions.
VertxOptionsConverter() - Constructor for class io.vertx.core.VertxOptionsConverter
 
VertxParameterProvider - Class in io.vertx.junit5.rxjava
RxJava Vertx context parameter provider.
VertxParameterProvider() - Constructor for class io.vertx.junit5.rxjava.VertxParameterProvider
 
VertxParameterProvider - Class in io.vertx.junit5.rxjava2
RxJava 2 Vertx parameter provider.
VertxParameterProvider() - Constructor for class io.vertx.junit5.rxjava2.VertxParameterProvider
 
VertxParameterProvider - Class in io.vertx.junit5
 
VertxParameterProvider() - Constructor for class io.vertx.junit5.VertxParameterProvider
 
VertxPrometheusOptions - Class in io.vertx.micrometer
Options for Prometheus metrics backend.
VertxPrometheusOptions() - Constructor for class io.vertx.micrometer.VertxPrometheusOptions
Default constructor
VertxPrometheusOptions(VertxPrometheusOptions) - Constructor for class io.vertx.micrometer.VertxPrometheusOptions
Copy constructor
VertxPrometheusOptions(JsonObject) - Constructor for class io.vertx.micrometer.VertxPrometheusOptions
Create an instance from a JsonObject
VertxPrometheusOptionsConverter - Class in io.vertx.micrometer
Converter and mapper for VertxPrometheusOptions.
VertxPrometheusOptionsConverter() - Constructor for class io.vertx.micrometer.VertxPrometheusOptionsConverter
 
VertxPropertyDataFetcher - Interface in io.vertx.ext.web.handler.graphql.schema
Extends PropertyDataFetcher so that properties can be read from a JsonObject.
VertxPropertyDataFetcher - Class in io.vertx.reactivex.ext.web.handler.graphql.schema
Extends so that properties can be read from a .
VertxPropertyDataFetcher(VertxPropertyDataFetcher) - Constructor for class io.vertx.reactivex.ext.web.handler.graphql.schema.VertxPropertyDataFetcher
 
VertxPropertyDataFetcher(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.graphql.schema.VertxPropertyDataFetcher
 
VertxPropertyDataFetcher - Class in io.vertx.rxjava.ext.web.handler.graphql.schema
Extends so that properties can be read from a .
VertxPropertyDataFetcher(VertxPropertyDataFetcher) - Constructor for class io.vertx.rxjava.ext.web.handler.graphql.schema.VertxPropertyDataFetcher
 
VertxPropertyDataFetcher(Object) - Constructor for class io.vertx.rxjava.ext.web.handler.graphql.schema.VertxPropertyDataFetcher
 
VertxSender - Class in io.vertx.tracing.zipkin
An HTTP sender using Vert.x HttpClient, only JSON encoding is supported.
VertxSender(HttpSenderOptions) - Constructor for class io.vertx.tracing.zipkin.VertxSender
 
VertxSerdes - Class in io.vertx.kafka.client.serialization
 
VertxSerdes() - Constructor for class io.vertx.kafka.client.serialization.VertxSerdes
 
VertxSerdes.BufferSerde - Class in io.vertx.kafka.client.serialization
 
VertxSerdes.JsonArraySerde - Class in io.vertx.kafka.client.serialization
 
VertxSerdes.JsonObjectSerde - Class in io.vertx.kafka.client.serialization
 
VertxServer - Class in io.vertx.grpc
 
VertxServerBuilder - Class in io.vertx.grpc
 
VertxServiceProvider - Interface in io.vertx.core.spi
Entry point for loading Vert.x SPI implementations.
VertxTestContext - Class in io.vertx.junit5
A test context to wait on the outcomes of asynchronous operations.
VertxTestContext() - Constructor for class io.vertx.junit5.VertxTestContext
 
VertxTestContext.ExecutionBlock - Interface in io.vertx.junit5
Interface for an executable block of assertion code.
VertxTestContextParameterProvider - Class in io.vertx.junit5
Vert.x test context parameter provider holder class.
VertxTestContextParameterProvider() - Constructor for class io.vertx.junit5.VertxTestContextParameterProvider
 
VertxThreadFactory - Interface in io.vertx.core.spi
 
VertxTracer<I,O> - Interface in io.vertx.core.spi.tracing
The tracer SPI used by Vert.x components to report activities.
VertxTracerFactory - Interface in io.vertx.core.spi
A factory for the plug-able tracing SPI.
VertxUnitRunner - Class in io.vertx.ext.unit.junit
A JUnit runner for writing asynchronous tests.
VertxUnitRunner(Class<?>) - Constructor for class io.vertx.ext.unit.junit.VertxUnitRunner
 
VertxUnitRunnerWithParameters - Class in io.vertx.ext.unit.junit
 
VertxUnitRunnerWithParameters(TestWithParameters) - Constructor for class io.vertx.ext.unit.junit.VertxUnitRunnerWithParameters
 
VertxUnitRunnerWithParametersFactory - Class in io.vertx.ext.unit.junit
A ParametersRunnerFactory for a VertxUnitRunner for enabling Vert.x Unit parameterized tests.
VertxUnitRunnerWithParametersFactory() - Constructor for class io.vertx.ext.unit.junit.VertxUnitRunnerWithParametersFactory
 
virtualHost(String) - Method in interface io.vertx.ext.web.client.HttpRequest
Configure the request to use a virtual host value.
virtualHost(String) - Method in interface io.vertx.ext.web.Route
Add a virtual host filter for this route.
virtualHost(String) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Configure the request to use a virtual host value.
virtualHost(String) - Method in class io.vertx.reactivex.ext.web.Route
Add a virtual host filter for this route.
virtualHost(String) - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
Configure the request to use a virtual host value.
virtualHost(String) - Method in class io.vertx.rxjava.ext.web.Route
Add a virtual host filter for this route.

W

WAIT - Static variable in class io.vertx.reactivex.redis.client.Command
 
wait(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command wait.
wait(String, String) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command wait.
WAIT - Static variable in interface io.vertx.redis.client.Command
 
wait(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command wait.
wait(String, String) - Method in interface io.vertx.redis.client.RedisAPI
Redis command wait.
WAIT - Static variable in class io.vertx.rxjava.redis.client.Command
 
wait(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command wait.
wait(String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command wait.
waitForConfirms(Handler<AsyncResult<Void>>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Wait until all messages published since the last call have been either ack'd or nack'd by the broker.
waitForConfirms() - Method in interface io.vertx.rabbitmq.RabbitMQClient
Like RabbitMQClient.waitForConfirms(Handler) but returns a Future of the asynchronous result
waitForConfirms(long, Handler<AsyncResult<Void>>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Wait until all messages published since the last call have been either ack'd or nack'd by the broker; or until timeout elapses.
waitForConfirms(long) - Method in interface io.vertx.rabbitmq.RabbitMQClient
Like RabbitMQClient.waitForConfirms(long, Handler) but returns a Future of the asynchronous result
waitForConfirms(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Wait until all messages published since the last call have been either ack'd or nack'd by the broker.
waitForConfirms() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Wait until all messages published since the last call have been either ack'd or nack'd by the broker.
waitForConfirms(long, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Wait until all messages published since the last call have been either ack'd or nack'd by the broker; or until timeout elapses.
waitForConfirms(long) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
Wait until all messages published since the last call have been either ack'd or nack'd by the broker; or until timeout elapses.
waitForConfirms(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Wait until all messages published since the last call have been either ack'd or nack'd by the broker.
waitForConfirms() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Wait until all messages published since the last call have been either ack'd or nack'd by the broker.
waitForConfirms(long, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Wait until all messages published since the last call have been either ack'd or nack'd by the broker; or until timeout elapses.
waitForConfirms(long) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
Wait until all messages published since the last call have been either ack'd or nack'd by the broker; or until timeout elapses.
wantsUpdatesFor(String) - Method in interface io.vertx.core.spi.cluster.NodeSelector
Invoked by the ClusterManager to determine if the node selector wants updates for the given address.
warn(Object) - Method in class io.vertx.core.logging.JULLogDelegate
 
warn(Object, Object...) - Method in class io.vertx.core.logging.JULLogDelegate
 
warn(Object, Throwable) - Method in class io.vertx.core.logging.JULLogDelegate
 
warn(Object, Throwable, Object...) - Method in class io.vertx.core.logging.JULLogDelegate
 
warn(Object) - Method in class io.vertx.core.logging.Log4j2LogDelegate
 
warn(Object, Object...) - Method in class io.vertx.core.logging.Log4j2LogDelegate
 
warn(Object, Throwable) - Method in class io.vertx.core.logging.Log4j2LogDelegate
 
warn(Object, Throwable, Object...) - Method in class io.vertx.core.logging.Log4j2LogDelegate
 
warn(Object) - Method in class io.vertx.core.logging.Logger
Deprecated.
see https://github.com/eclipse-vertx/vert.x/issues/2774
warn(Object, Throwable) - Method in class io.vertx.core.logging.Logger
Deprecated.
see https://github.com/eclipse-vertx/vert.x/issues/2774
warn(Object, Object...) - Method in class io.vertx.core.logging.Logger
Deprecated.
see https://github.com/eclipse-vertx/vert.x/issues/2774
warn(Object, Throwable, Object...) - Method in class io.vertx.core.logging.Logger
Deprecated.
see https://github.com/eclipse-vertx/vert.x/issues/2774
warn(Object) - Method in class io.vertx.core.logging.SLF4JLogDelegate
 
warn(Object, Object...) - Method in class io.vertx.core.logging.SLF4JLogDelegate
 
warn(Object, Throwable) - Method in class io.vertx.core.logging.SLF4JLogDelegate
 
warn(Object, Throwable, Object...) - Method in class io.vertx.core.logging.SLF4JLogDelegate
 
warn(Object) - Method in interface io.vertx.core.spi.logging.LogDelegate
 
warn(Object, Object...) - Method in interface io.vertx.core.spi.logging.LogDelegate
 
warn(Object, Throwable) - Method in interface io.vertx.core.spi.logging.LogDelegate
 
warn(Object, Throwable, Object...) - Method in interface io.vertx.core.spi.logging.LogDelegate
 
warnCheck(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.consul.ConsulClient
Set status of the check to "warning".
warnCheck(String) - Method in interface io.vertx.ext.consul.ConsulClient
Like ConsulClient.warnCheck(String, Handler) but returns a Future of the asynchronous result.
warnCheck(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Set status of the check to "warning".
warnCheck(String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Set status of the check to "warning".
warnCheck(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Set status of the check to "warning".
warnCheck(String) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Set status of the check to "warning".
warnCheckWithNote(String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.consul.ConsulClient
Set status of the check to "warning".
warnCheckWithNote(String, String) - Method in interface io.vertx.ext.consul.ConsulClient
Like ConsulClient.warnCheckWithNote(String, String, Handler) but returns a Future of the asynchronous result.
warnCheckWithNote(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Set status of the check to "warning".
warnCheckWithNote(String, String) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
Set status of the check to "warning".
warnCheckWithNote(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Set status of the check to "warning".
warnCheckWithNote(String, String) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
Set status of the check to "warning".
wasApplied() - Method in interface io.vertx.cassandra.ResultSet
 
wasApplied() - Method in class io.vertx.reactivex.cassandra.ResultSet
 
wasApplied() - Method in class io.vertx.rxjava.cassandra.ResultSet
 
Watch<T> - Interface in io.vertx.ext.consul
Watches are a way of specifying a view of data (e.g.
Watch<T> - Class in io.vertx.reactivex.ext.consul
Watches are a way of specifying a view of data (e.g.
Watch(Watch) - Constructor for class io.vertx.reactivex.ext.consul.Watch
 
Watch(Object, TypeArg<T>) - Constructor for class io.vertx.reactivex.ext.consul.Watch
 
WATCH - Static variable in class io.vertx.reactivex.redis.client.Command
 
watch(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command watch.
watch(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command watch.
WATCH - Static variable in interface io.vertx.redis.client.Command
 
watch(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command watch.
watch(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command watch.
Watch<T> - Class in io.vertx.rxjava.ext.consul
Watches are a way of specifying a view of data (e.g.
Watch(Watch) - Constructor for class io.vertx.rxjava.ext.consul.Watch
 
Watch(Object, TypeArg<T>) - Constructor for class io.vertx.rxjava.ext.consul.Watch
 
WATCH - Static variable in class io.vertx.rxjava.redis.client.Command
 
watch(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command watch.
watch(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command watch.
WatchResult<T> - Interface in io.vertx.ext.consul
 
WatchResult<T> - Class in io.vertx.reactivex.ext.consul
 
WatchResult(WatchResult) - Constructor for class io.vertx.reactivex.ext.consul.WatchResult
 
WatchResult(Object, TypeArg<T>) - Constructor for class io.vertx.reactivex.ext.consul.WatchResult
 
WatchResult<T> - Class in io.vertx.rxjava.ext.consul
 
WatchResult(WatchResult) - Constructor for class io.vertx.rxjava.ext.consul.WatchResult
 
WatchResult(Object, TypeArg<T>) - Constructor for class io.vertx.rxjava.ext.consul.WatchResult
 
WebApiProxyGenLoader - Class in io.vertx.ext.web.api.service.generator
 
WebApiProxyGenLoader() - Constructor for class io.vertx.ext.web.api.service.generator.WebApiProxyGenLoader
 
WebApiProxyHandlerGen - Class in io.vertx.ext.web.api.service.generator
 
WebApiProxyHandlerGen(GeneratorUtils) - Constructor for class io.vertx.ext.web.api.service.generator.WebApiProxyHandlerGen
 
WebApiProxyMethodInfo - Class in io.vertx.ext.web.api.service.generator.model
 
WebApiProxyMethodInfo(Set<ClassTypeInfo>, String, TypeInfo, Text, boolean, boolean, List<ParamInfo>, String, Doc, boolean, boolean, List<TypeParamInfo.Method>, boolean, boolean, boolean, Text) - Constructor for class io.vertx.ext.web.api.service.generator.model.WebApiProxyMethodInfo
 
WebApiProxyMethodInfo(ProxyMethodInfo) - Constructor for class io.vertx.ext.web.api.service.generator.model.WebApiProxyMethodInfo
 
WebApiProxyModel - Class in io.vertx.ext.web.api.service.generator.model
 
WebApiProxyModel(ProcessingEnvironment, TypeMirrorFactory, TypeElement) - Constructor for class io.vertx.ext.web.api.service.generator.model.WebApiProxyModel
 
WebApiProxyModelProvider - Class in io.vertx.ext.web.api.service.generator.model
 
WebApiProxyModelProvider() - Constructor for class io.vertx.ext.web.api.service.generator.model.WebApiProxyModelProvider
 
WebApiServiceGen - Annotation Type in io.vertx.ext.web.api.service
Declares a Java interface type to be processed for generating a Java web api service that can be connected to the original API via Vert.x event bus.
WebAuthn - Interface in io.vertx.ext.auth.webauthn
Factory interface for creating WebAuthN based AuthenticationProvider instances.
WebAuthn - Class in io.vertx.reactivex.ext.auth.webauthn
Factory interface for creating WebAuthN based AuthenticationProvider instances.
WebAuthn(WebAuthn) - Constructor for class io.vertx.reactivex.ext.auth.webauthn.WebAuthn
 
WebAuthn(Object) - Constructor for class io.vertx.reactivex.ext.auth.webauthn.WebAuthn
 
WebAuthn - Class in io.vertx.rxjava.ext.auth.webauthn
Factory interface for creating WebAuthN based AuthenticationProvider instances.
WebAuthn(WebAuthn) - Constructor for class io.vertx.rxjava.ext.auth.webauthn.WebAuthn
 
WebAuthn(Object) - Constructor for class io.vertx.rxjava.ext.auth.webauthn.WebAuthn
 
WebAuthnCredentials - Class in io.vertx.ext.auth.webauthn
 
WebAuthnCredentials() - Constructor for class io.vertx.ext.auth.webauthn.WebAuthnCredentials
 
WebAuthnCredentials(JsonObject) - Constructor for class io.vertx.ext.auth.webauthn.WebAuthnCredentials
 
WebAuthnCredentialsConverter - Class in io.vertx.ext.auth.webauthn
Converter and mapper for WebAuthnCredentials.
WebAuthnCredentialsConverter() - Constructor for class io.vertx.ext.auth.webauthn.WebAuthnCredentialsConverter
 
WebAuthnHandler - Interface in io.vertx.ext.web.handler
An auth handler that provides FIDO2 WebAuthN Relay Party support.
WebAuthnHandler - Class in io.vertx.reactivex.ext.web.handler
An auth handler that provides FIDO2 WebAuthN Relay Party support.
WebAuthnHandler(WebAuthnHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.WebAuthnHandler
 
WebAuthnHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.WebAuthnHandler
 
WebAuthnHandler - Class in io.vertx.rxjava.ext.web.handler
An auth handler that provides FIDO2 WebAuthN Relay Party support.
WebAuthnHandler(WebAuthnHandler) - Constructor for class io.vertx.rxjava.ext.web.handler.WebAuthnHandler
 
WebAuthnHandler(Object) - Constructor for class io.vertx.rxjava.ext.web.handler.WebAuthnHandler
 
WebAuthnOptions - Class in io.vertx.ext.auth.webauthn
Configuration for the webauthn object
WebAuthnOptions() - Constructor for class io.vertx.ext.auth.webauthn.WebAuthnOptions
 
WebAuthnOptions(JsonObject) - Constructor for class io.vertx.ext.auth.webauthn.WebAuthnOptions
 
WebAuthnOptionsConverter - Class in io.vertx.ext.auth.webauthn
Converter and mapper for WebAuthnOptions.
WebAuthnOptionsConverter() - Constructor for class io.vertx.ext.auth.webauthn.WebAuthnOptionsConverter
 
WebClient - Interface in io.vertx.ext.web.client
An asynchronous HTTP / HTTP/2 client called WebClient.
WebClient - Class in io.vertx.reactivex.ext.web.client
An asynchronous HTTP / HTTP/2 client called WebClient.
WebClient(WebClient) - Constructor for class io.vertx.reactivex.ext.web.client.WebClient
 
WebClient(Object) - Constructor for class io.vertx.reactivex.ext.web.client.WebClient
 
WebClient - Class in io.vertx.rxjava.ext.web.client
An asynchronous HTTP / HTTP/2 client called WebClient.
WebClient(WebClient) - Constructor for class io.vertx.rxjava.ext.web.client.WebClient
 
WebClient(Object) - Constructor for class io.vertx.rxjava.ext.web.client.WebClient
 
WebClientOptions - Class in io.vertx.ext.web.client
 
WebClientOptions() - Constructor for class io.vertx.ext.web.client.WebClientOptions
 
WebClientOptions(WebClientOptions) - Constructor for class io.vertx.ext.web.client.WebClientOptions
Copy constructor.
WebClientOptions(HttpClientOptions) - Constructor for class io.vertx.ext.web.client.WebClientOptions
Copy constructor using HttpClientOptions.
WebClientOptions(JsonObject) - Constructor for class io.vertx.ext.web.client.WebClientOptions
Creates a new instance from JSON.
WebClientOptionsConverter - Class in io.vertx.ext.web.client
Converter and mapper for WebClientOptions.
WebClientOptionsConverter() - Constructor for class io.vertx.ext.web.client.WebClientOptionsConverter
 
WebClientSession - Interface in io.vertx.ext.web.client
An asynchronous sessions aware HTTP / HTTP/2 client called WebClientSession.
WebClientSession - Class in io.vertx.reactivex.ext.web.client
An asynchronous sessions aware HTTP / HTTP/2 client called WebClientSession.
WebClientSession(WebClientSession) - Constructor for class io.vertx.reactivex.ext.web.client.WebClientSession
 
WebClientSession(Object) - Constructor for class io.vertx.reactivex.ext.web.client.WebClientSession
 
WebClientSession - Class in io.vertx.rxjava.ext.web.client
An asynchronous sessions aware HTTP / HTTP/2 client called WebClientSession.
WebClientSession(WebClientSession) - Constructor for class io.vertx.rxjava.ext.web.client.WebClientSession
 
WebClientSession(Object) - Constructor for class io.vertx.rxjava.ext.web.client.WebClientSession
 
WebEnvironment - Interface in io.vertx.ext.web.common
Utility API to verify which environment is the web application running.
WebEnvironment - Class in io.vertx.reactivex.ext.web.common
Utility API to verify which environment is the web application running.
WebEnvironment(WebEnvironment) - Constructor for class io.vertx.reactivex.ext.web.common.WebEnvironment
 
WebEnvironment(Object) - Constructor for class io.vertx.reactivex.ext.web.common.WebEnvironment
 
WebEnvironment - Class in io.vertx.rxjava.ext.web.common
Utility API to verify which environment is the web application running.
WebEnvironment(WebEnvironment) - Constructor for class io.vertx.rxjava.ext.web.common.WebEnvironment
 
WebEnvironment(Object) - Constructor for class io.vertx.rxjava.ext.web.common.WebEnvironment
 
webSession() - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
 
webSession() - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
 
webSession() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
 
webSocket(int, String, String, Handler<AsyncResult<WebSocket>>) - Method in interface io.vertx.core.http.HttpClient
Connect a WebSocket to the specified port, host and relative request URI
webSocket(int, String, String) - Method in interface io.vertx.core.http.HttpClient
Like HttpClient.webSocket(int, String, String, Handler) but returns a Future of the asynchronous result
webSocket(String, String, Handler<AsyncResult<WebSocket>>) - Method in interface io.vertx.core.http.HttpClient
Connect a WebSocket to the host and relative request URI and default port
webSocket(String, String) - Method in interface io.vertx.core.http.HttpClient
Like HttpClient.webSocket(String, String, Handler) but returns a Future of the asynchronous result
webSocket(String, Handler<AsyncResult<WebSocket>>) - Method in interface io.vertx.core.http.HttpClient
Connect a WebSocket at the relative request URI using the default host and port
webSocket(String) - Method in interface io.vertx.core.http.HttpClient
Like HttpClient.webSocket(String, Handler) but returns a Future of the asynchronous result
webSocket(WebSocketConnectOptions, Handler<AsyncResult<WebSocket>>) - Method in interface io.vertx.core.http.HttpClient
Connect a WebSocket with the specified options.
webSocket(WebSocketConnectOptions) - Method in interface io.vertx.core.http.HttpClient
Like HttpClient.webSocket(WebSocketConnectOptions, Handler) but returns a Future of the asynchronous result
WEBSOCKET - Static variable in interface io.vertx.core.http.HttpHeaders
WebSocket header value
WebSocket - Interface in io.vertx.core.http
Represents a client-side WebSocket.
webSocket(int, String, String, Handler<AsyncResult<WebSocket>>) - Method in class io.vertx.reactivex.core.http.HttpClient
Connect a WebSocket to the specified port, host and relative request URI
webSocket(int, String, String) - Method in class io.vertx.reactivex.core.http.HttpClient
Connect a WebSocket to the specified port, host and relative request URI
webSocket(String, String, Handler<AsyncResult<WebSocket>>) - Method in class io.vertx.reactivex.core.http.HttpClient
Connect a WebSocket to the host and relative request URI and default port
webSocket(String, String) - Method in class io.vertx.reactivex.core.http.HttpClient
Connect a WebSocket to the host and relative request URI and default port
webSocket(String, Handler<AsyncResult<WebSocket>>) - Method in class io.vertx.reactivex.core.http.HttpClient
Connect a WebSocket at the relative request URI using the default host and port
webSocket(String) - Method in class io.vertx.reactivex.core.http.HttpClient
Connect a WebSocket at the relative request URI using the default host and port
webSocket(WebSocketConnectOptions, Handler<AsyncResult<WebSocket>>) - Method in class io.vertx.reactivex.core.http.HttpClient
Connect a WebSocket with the specified options.
webSocket(WebSocketConnectOptions) - Method in class io.vertx.reactivex.core.http.HttpClient
Connect a WebSocket with the specified options.
WEBSOCKET - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
WebSocket header value
WebSocket - Class in io.vertx.reactivex.core.http
Represents a client-side WebSocket.
WebSocket(WebSocket) - Constructor for class io.vertx.reactivex.core.http.WebSocket
 
WebSocket(Object) - Constructor for class io.vertx.reactivex.core.http.WebSocket
 
webSocket(int, String, String, Handler<AsyncResult<WebSocket>>) - Method in class io.vertx.rxjava.core.http.HttpClient
Connect a WebSocket to the specified port, host and relative request URI
webSocket(int, String, String) - Method in class io.vertx.rxjava.core.http.HttpClient
Connect a WebSocket to the specified port, host and relative request URI
webSocket(String, String, Handler<AsyncResult<WebSocket>>) - Method in class io.vertx.rxjava.core.http.HttpClient
Connect a WebSocket to the host and relative request URI and default port
webSocket(String, String) - Method in class io.vertx.rxjava.core.http.HttpClient
Connect a WebSocket to the host and relative request URI and default port
webSocket(String, Handler<AsyncResult<WebSocket>>) - Method in class io.vertx.rxjava.core.http.HttpClient
Connect a WebSocket at the relative request URI using the default host and port
webSocket(String) - Method in class io.vertx.rxjava.core.http.HttpClient
Connect a WebSocket at the relative request URI using the default host and port
webSocket(WebSocketConnectOptions, Handler<AsyncResult<WebSocket>>) - Method in class io.vertx.rxjava.core.http.HttpClient
Connect a WebSocket with the specified options.
webSocket(WebSocketConnectOptions) - Method in class io.vertx.rxjava.core.http.HttpClient
Connect a WebSocket with the specified options.
WEBSOCKET - Static variable in class io.vertx.rxjava.core.http.HttpHeaders
WebSocket header value
WebSocket - Class in io.vertx.rxjava.core.http
Represents a client-side WebSocket.
WebSocket(WebSocket) - Constructor for class io.vertx.rxjava.core.http.WebSocket
 
WebSocket(Object) - Constructor for class io.vertx.rxjava.core.http.WebSocket
 
webSocketAbs(String, MultiMap, WebsocketVersion, List<String>, Handler<AsyncResult<WebSocket>>) - Method in interface io.vertx.core.http.HttpClient
Connect a WebSocket with the specified absolute url, with the specified headers, using the specified version of WebSockets, and the specified WebSocket sub protocols.
webSocketAbs(String, MultiMap, WebsocketVersion, List<String>) - Method in interface io.vertx.core.http.HttpClient
Like HttpClient.webSocketAbs(String, MultiMap, WebsocketVersion, List, Handler) but returns a Future of the asynchronous result
webSocketAbs(String, MultiMap, WebsocketVersion, List<String>, Handler<AsyncResult<WebSocket>>) - Method in class io.vertx.reactivex.core.http.HttpClient
Connect a WebSocket with the specified absolute url, with the specified headers, using the specified version of WebSockets, and the specified WebSocket sub protocols.
webSocketAbs(String, MultiMap, WebsocketVersion, List<String>) - Method in class io.vertx.reactivex.core.http.HttpClient
Connect a WebSocket with the specified absolute url, with the specified headers, using the specified version of WebSockets, and the specified WebSocket sub protocols.
webSocketAbs(String, MultiMap, WebsocketVersion, List<String>, Handler<AsyncResult<WebSocket>>) - Method in class io.vertx.rxjava.core.http.HttpClient
Connect a WebSocket with the specified absolute url, with the specified headers, using the specified version of WebSockets, and the specified WebSocket sub protocols.
webSocketAbs(String, MultiMap, WebsocketVersion, List<String>) - Method in class io.vertx.rxjava.core.http.HttpClient
Connect a WebSocket with the specified absolute url, with the specified headers, using the specified version of WebSockets, and the specified WebSocket sub protocols.
WebSocketBase - Interface in io.vertx.core.http
Base WebSocket implementation.
WebSocketBase - Interface in io.vertx.reactivex.core.http
Base WebSocket implementation.
WebSocketBase - Interface in io.vertx.rxjava.core.http
Base WebSocket implementation.
WebSocketConnectOptions - Class in io.vertx.core.http
Options describing how an HttpClient connect a WebSocket.
WebSocketConnectOptions() - Constructor for class io.vertx.core.http.WebSocketConnectOptions
 
WebSocketConnectOptions(WebSocketConnectOptions) - Constructor for class io.vertx.core.http.WebSocketConnectOptions
 
WebSocketConnectOptions(JsonObject) - Constructor for class io.vertx.core.http.WebSocketConnectOptions
 
WebSocketConnectOptionsConverter - Class in io.vertx.core.http
Converter and mapper for WebSocketConnectOptions.
WebSocketConnectOptionsConverter() - Constructor for class io.vertx.core.http.WebSocketConnectOptionsConverter
 
WebSocketFrame - Interface in io.vertx.core.http
A WebSocket frame that represents either text or binary data.
WebSocketFrame - Class in io.vertx.reactivex.core.http
A WebSocket frame that represents either text or binary data.
WebSocketFrame(WebSocketFrame) - Constructor for class io.vertx.reactivex.core.http.WebSocketFrame
 
WebSocketFrame(Object) - Constructor for class io.vertx.reactivex.core.http.WebSocketFrame
 
WebSocketFrame - Class in io.vertx.rxjava.core.http
A WebSocket frame that represents either text or binary data.
WebSocketFrame(WebSocketFrame) - Constructor for class io.vertx.rxjava.core.http.WebSocketFrame
 
WebSocketFrame(Object) - Constructor for class io.vertx.rxjava.core.http.WebSocketFrame
 
WebSocketFrameType - Enum in io.vertx.core.http
List of all frame types.
webSocketHandler(Handler<ServerWebSocket>) - Method in interface io.vertx.core.http.HttpServer
Set the WebSocket handler for the server to wsHandler.
webSocketHandler() - Method in interface io.vertx.core.http.HttpServer
 
webSocketHandler() - Method in interface io.vertx.ext.stomp.StompServer
Gets the Handler able to manage web socket connections.
webSocketHandler(Handler<ServerWebSocket>) - Method in class io.vertx.reactivex.core.http.HttpServer
Set the WebSocket handler for the server to wsHandler.
webSocketHandler() - Method in class io.vertx.reactivex.ext.stomp.StompServer
Gets the able to manage web socket connections.
webSocketHandler(Handler<ServerWebSocket>) - Method in class io.vertx.rxjava.core.http.HttpServer
Set the WebSocket handler for the server to wsHandler.
webSocketHandler() - Method in class io.vertx.rxjava.ext.stomp.StompServer
Gets the able to manage web socket connections.
webSocketStream() - Method in interface io.vertx.core.http.HttpServer
Return the WebSocket stream for the server.
webSocketStream() - Method in class io.vertx.reactivex.core.http.HttpServer
Return the WebSocket stream for the server.
webSocketStream() - Method in class io.vertx.rxjava.core.http.HttpServer
Return the WebSocket stream for the server.
WebsocketVersion - Enum in io.vertx.core.http
Represents the WebSocket version
webUser() - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
 
webUser() - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
 
webUser() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
 
weight() - Method in interface io.vertx.core.dns.SrvRecord
Returns the weight of this service record.
weight() - Method in interface io.vertx.ext.web.ParsedHeaderValue
Holds the weight specified in the "q" parameter of the header.
If the parameter is not specified, 1.0 is assumed according to rfc7231
weight() - Method in class io.vertx.reactivex.core.dns.SrvRecord
Returns the weight of this service record.
weight() - Method in class io.vertx.reactivex.ext.web.LanguageHeader
Holds the weight specified in the "q" parameter of the header.
If the parameter is not specified, 1.0 is assumed according to rfc7231
weight() - Method in class io.vertx.reactivex.ext.web.MIMEHeader
Holds the weight specified in the "q" parameter of the header.
If the parameter is not specified, 1.0 is assumed according to rfc7231
weight() - Method in interface io.vertx.reactivex.ext.web.ParsedHeaderValue
Holds the weight specified in the "q" parameter of the header.
If the parameter is not specified, 1.0 is assumed according to rfc7231
weight() - Method in class io.vertx.rxjava.core.dns.SrvRecord
Returns the weight of this service record.
weight() - Method in class io.vertx.rxjava.ext.web.LanguageHeader
Holds the weight specified in the "q" parameter of the header.
If the parameter is not specified, 1.0 is assumed according to rfc7231
weight() - Method in class io.vertx.rxjava.ext.web.MIMEHeader
Holds the weight specified in the "q" parameter of the header.
If the parameter is not specified, 1.0 is assumed according to rfc7231
weight() - Method in interface io.vertx.rxjava.ext.web.ParsedHeaderValue
Holds the weight specified in the "q" parameter of the header.
If the parameter is not specified, 1.0 is assumed according to rfc7231
weightedOrder() - Method in interface io.vertx.ext.web.ParsedHeaderValue
An integer that represents the absolute order position of this header
weightedOrder() - Method in class io.vertx.reactivex.ext.web.LanguageHeader
An integer that represents the absolute order position of this header
weightedOrder() - Method in class io.vertx.reactivex.ext.web.MIMEHeader
An integer that represents the absolute order position of this header
weightedOrder() - Method in interface io.vertx.reactivex.ext.web.ParsedHeaderValue
An integer that represents the absolute order position of this header
weightedOrder() - Method in class io.vertx.rxjava.ext.web.LanguageHeader
An integer that represents the absolute order position of this header
weightedOrder() - Method in class io.vertx.rxjava.ext.web.MIMEHeader
An integer that represents the absolute order position of this header
weightedOrder() - Method in interface io.vertx.rxjava.ext.web.ParsedHeaderValue
An integer that represents the absolute order position of this header
weights(JsonObject) - Method in class io.vertx.ext.mongo.IndexOptions
Sets the weighting object for use with a text index.
width() - Method in interface io.vertx.ext.shell.term.Tty
 
width() - Method in class io.vertx.reactivex.ext.shell.term.Tty
 
width() - Method in class io.vertx.rxjava.ext.shell.term.Tty
 
WildcardPermissionBasedAuthorization - Interface in io.vertx.ext.auth.authorization
Represents a wildcard permission (ie: 'manage:order:*' '*:orders', '*', etc.) Note that it can optionally be assigned to a specific resource
WildcardPermissionBasedAuthorization - Class in io.vertx.reactivex.ext.auth.authorization
Represents a wildcard permission (ie: 'manage:order:*' '*:orders', '*', etc.) Note that it can optionally be assigned to a specific resource

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

WildcardPermissionBasedAuthorization(WildcardPermissionBasedAuthorization) - Constructor for class io.vertx.reactivex.ext.auth.authorization.WildcardPermissionBasedAuthorization
 
WildcardPermissionBasedAuthorization(Object) - Constructor for class io.vertx.reactivex.ext.auth.authorization.WildcardPermissionBasedAuthorization
 
WildcardPermissionBasedAuthorization - Class in io.vertx.rxjava.ext.auth.authorization
Represents a wildcard permission (ie: 'manage:order:*' '*:orders', '*', etc.) Note that it can optionally be assigned to a specific resource

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

WildcardPermissionBasedAuthorization(WildcardPermissionBasedAuthorization) - Constructor for class io.vertx.rxjava.ext.auth.authorization.WildcardPermissionBasedAuthorization
 
WildcardPermissionBasedAuthorization(Object) - Constructor for class io.vertx.rxjava.ext.auth.authorization.WildcardPermissionBasedAuthorization
 
will() - Method in interface io.vertx.mqtt.MqttEndpoint
 
will() - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
 
will() - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
 
with(K) - Method in class io.vertx.json.schema.common.dsl.SchemaBuilder
 
with(K...) - Method in class io.vertx.json.schema.common.dsl.SchemaBuilder
 
withAfterClasses(Statement) - Method in class io.vertx.ext.unit.junit.VertxUnitRunner
 
withAfters(FrameworkMethod, Object, Statement) - Method in class io.vertx.ext.unit.junit.VertxUnitRunner
 
withBeforeClasses(Statement) - Method in class io.vertx.ext.unit.junit.VertxUnitRunner
 
withBefores(FrameworkMethod, Object, Statement) - Method in class io.vertx.ext.unit.junit.VertxUnitRunner
 
withBody(String) - Method in interface io.vertx.amqp.AmqpMessageBuilder
 
withBody(String) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
withBody(String) - Method in class io.vertx.rxjava.amqp.AmqpMessageBuilder
 
withBodyType(Class) - Method in class io.vertx.camel.InboundMapping
Sets the type of the body of the event bus message.
withBooleanAsBody(boolean) - Method in interface io.vertx.amqp.AmqpMessageBuilder
 
withBooleanAsBody(boolean) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
withBooleanAsBody(boolean) - Method in class io.vertx.rxjava.amqp.AmqpMessageBuilder
 
withBufferAsBody(Buffer) - Method in interface io.vertx.amqp.AmqpMessageBuilder
 
withBufferAsBody(Buffer) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
withBufferAsBody(Buffer) - Method in class io.vertx.rxjava.amqp.AmqpMessageBuilder
 
withByteAsBody(byte) - Method in interface io.vertx.amqp.AmqpMessageBuilder
 
withByteAsBody(byte) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
withByteAsBody(byte) - Method in class io.vertx.rxjava.amqp.AmqpMessageBuilder
 
withCharAsBody(char) - Method in interface io.vertx.amqp.AmqpMessageBuilder
 
withCharAsBody(char) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
withCharAsBody(char) - Method in class io.vertx.rxjava.amqp.AmqpMessageBuilder
 
withConnection(Function<SqlConnection, Future<T>>, Handler<AsyncResult<T>>) - Method in class io.vertx.reactivex.sqlclient.Pool
Get a connection from the pool and execute the given function.
withConnection(Function<SqlConnection, Future<T>>) - Method in class io.vertx.reactivex.sqlclient.Pool
Get a connection from the pool and execute the given function.
withConnection(Function<SqlConnection, Maybe<T>>, Handler<AsyncResult<T>>) - Method in class io.vertx.reactivex.sqlclient.Pool
Get a connection from the pool and execute the given function.
withConnection(Function<SqlConnection, Maybe<T>>) - Method in class io.vertx.reactivex.sqlclient.Pool
Get a connection from the pool and execute the given function.
withConnection(Function<SqlConnection, Future<T>>, Handler<AsyncResult<T>>) - Method in class io.vertx.rxjava.sqlclient.Pool
Get a connection from the pool and execute the given function.
withConnection(Function<SqlConnection, Future<T>>) - Method in class io.vertx.rxjava.sqlclient.Pool
Get a connection from the pool and execute the given function.
withConnection(Function<SqlConnection, Future<T>>, Handler<AsyncResult<T>>) - Method in interface io.vertx.sqlclient.Pool
Get a connection from the pool and execute the given function.
withConnection(Function<SqlConnection, Future<T>>) - Method in interface io.vertx.sqlclient.Pool
Like Pool.withTransaction(Function, Handler) but returns a Future of the asynchronous result
withDoubleAsBody(double) - Method in interface io.vertx.amqp.AmqpMessageBuilder
 
withDoubleAsBody(double) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
withDoubleAsBody(double) - Method in class io.vertx.rxjava.amqp.AmqpMessageBuilder
 
withFloatAsBody(float) - Method in interface io.vertx.amqp.AmqpMessageBuilder
 
withFloatAsBody(float) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
withFloatAsBody(float) - Method in class io.vertx.rxjava.amqp.AmqpMessageBuilder
 
withInstantAsBody(Instant) - Method in interface io.vertx.amqp.AmqpMessageBuilder
 
withInstantAsBody(Instant) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
withInstantAsBody(Instant) - Method in class io.vertx.rxjava.amqp.AmqpMessageBuilder
 
withIntegerAsBody(int) - Method in interface io.vertx.amqp.AmqpMessageBuilder
 
withIntegerAsBody(int) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
withIntegerAsBody(int) - Method in class io.vertx.rxjava.amqp.AmqpMessageBuilder
 
withJsonArrayAsBody(JsonArray) - Method in interface io.vertx.amqp.AmqpMessageBuilder
 
withJsonArrayAsBody(JsonArray) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
withJsonArrayAsBody(JsonArray) - Method in class io.vertx.rxjava.amqp.AmqpMessageBuilder
 
withJsonObjectAsBody(JsonObject) - Method in interface io.vertx.amqp.AmqpMessageBuilder
 
withJsonObjectAsBody(JsonObject) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
withJsonObjectAsBody(JsonObject) - Method in class io.vertx.rxjava.amqp.AmqpMessageBuilder
 
withKeyword(String, Object) - Method in class io.vertx.json.schema.common.dsl.SchemaBuilder
 
withListAsBody(List) - Method in interface io.vertx.amqp.AmqpMessageBuilder
 
withLongAsBody(long) - Method in interface io.vertx.amqp.AmqpMessageBuilder
 
withLongAsBody(long) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
withLongAsBody(long) - Method in class io.vertx.rxjava.amqp.AmqpMessageBuilder
 
withMapAsBody(Map) - Method in interface io.vertx.amqp.AmqpMessageBuilder
 
withoutHeadersCopy() - Method in class io.vertx.camel.InboundMapping
Fluent version of InboundMapping.setHeadersCopy(boolean) to disable the headers copy (so the parameter is false).
withoutHeadersCopy() - Method in class io.vertx.camel.OutboundMapping
Fluent version of OutboundMapping.setHeadersCopy(boolean) to disable the headers copy.
withPotentialTimeout(FrameworkMethod, Object, Statement) - Method in class io.vertx.ext.unit.junit.VertxUnitRunner
 
withScope(String) - Method in interface io.vertx.ext.web.handler.OAuth2AuthHandler
scopes to be requested while requesting a token.
withScope(String) - Method in class io.vertx.reactivex.ext.web.handler.OAuth2AuthHandler
scopes to be requested while requesting a token.
withScope(String) - Method in class io.vertx.rxjava.ext.web.handler.OAuth2AuthHandler
scopes to be requested while requesting a token.
withScopeDelimiter(String) - Method in class io.vertx.ext.auth.JWTOptions
Deprecated.
use the authorization api AuthorizationProvider
withShortAsBody(short) - Method in interface io.vertx.amqp.AmqpMessageBuilder
 
withShortAsBody(short) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
withShortAsBody(short) - Method in class io.vertx.rxjava.amqp.AmqpMessageBuilder
 
withStringFormatValidator(String, Predicate<String>) - Method in class io.vertx.json.schema.common.BaseSchemaParser
 
withStringFormatValidator(String, Predicate<String>) - Method in interface io.vertx.json.schema.SchemaParser
Add a custom format validator
withStringFormatValidator(String, Predicate<String>) - Method in class io.vertx.reactivex.json.schema.SchemaParser
Add a custom format validator
withStringFormatValidator(String, Predicate<String>) - Method in class io.vertx.rxjava.json.schema.SchemaParser
Add a custom format validator
withSymbolAsBody(String) - Method in interface io.vertx.amqp.AmqpMessageBuilder
 
withSymbolAsBody(String) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
withSymbolAsBody(String) - Method in class io.vertx.rxjava.amqp.AmqpMessageBuilder
 
withTransaction(Function<SqlConnection, Future<T>>, Handler<AsyncResult<T>>) - Method in class io.vertx.reactivex.sqlclient.Pool
Execute the given function within a transaction.
withTransaction(Function<SqlConnection, Future<T>>) - Method in class io.vertx.reactivex.sqlclient.Pool
Execute the given function within a transaction.
withTransaction(Function<SqlConnection, Maybe<T>>, Handler<AsyncResult<T>>) - Method in class io.vertx.reactivex.sqlclient.Pool
Execute the given function within a transaction.
withTransaction(Function<SqlConnection, Maybe<T>>) - Method in class io.vertx.reactivex.sqlclient.Pool
Execute the given function within a transaction.
withTransaction(Function<SqlConnection, Future<T>>, Handler<AsyncResult<T>>) - Method in class io.vertx.rxjava.sqlclient.Pool
Execute the given function within a transaction.
withTransaction(Function<SqlConnection, Future<T>>) - Method in class io.vertx.rxjava.sqlclient.Pool
Execute the given function within a transaction.
withTransaction(Function<SqlConnection, Future<T>>, Handler<AsyncResult<T>>) - Method in interface io.vertx.sqlclient.Pool
Execute the given function within a transaction.
withTransaction(Function<SqlConnection, Future<T>>) - Method in interface io.vertx.sqlclient.Pool
Like Pool.withTransaction(Function, Handler) but returns a Future of the asynchronous result
withUuidAsBody(UUID) - Method in interface io.vertx.amqp.AmqpMessageBuilder
 
withUuidAsBody(UUID) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
withUuidAsBody(UUID) - Method in class io.vertx.rxjava.amqp.AmqpMessageBuilder
 
withValidatorFactory(ValidatorFactory) - Method in class io.vertx.json.schema.common.BaseSchemaParser
 
withValidatorFactory(ValidatorFactory) - Method in interface io.vertx.json.schema.SchemaParser
Add a ValidatorFactory to this schema parser to support custom keywords
withValidatorFactory(ValidatorFactory) - Method in class io.vertx.reactivex.json.schema.SchemaParser
Add a to this schema parser to support custom keywords
withValidatorFactory(ValidatorFactory) - Method in class io.vertx.rxjava.json.schema.SchemaParser
Add a to this schema parser to support custom keywords
WorkerExecutor - Interface in io.vertx.core
An executor for executing blocking code in Vert.x .
WorkerExecutor - Class in io.vertx.reactivex.core
An executor for executing blocking code in Vert.x .
WorkerExecutor(WorkerExecutor) - Constructor for class io.vertx.reactivex.core.WorkerExecutor
 
WorkerExecutor(Object) - Constructor for class io.vertx.reactivex.core.WorkerExecutor
 
WorkerExecutor - Class in io.vertx.rxjava.core
An executor for executing blocking code in Vert.x .
WorkerExecutor(WorkerExecutor) - Constructor for class io.vertx.rxjava.core.WorkerExecutor
 
WorkerExecutor(Object) - Constructor for class io.vertx.rxjava.core.WorkerExecutor
 
wrap(X509KeyManager) - Static method in interface io.vertx.core.net.KeyCertOptions
Returns a KeyCertOptions from the provided X509KeyManager
wrap(TrustManager) - Static method in interface io.vertx.core.net.TrustOptions
Returns a TrustOptions from the provided TrustManager
wrap(HttpClient) - Static method in interface io.vertx.ext.web.client.WebClient
Wrap an httpClient with a web client and default options.
wrap(HttpClient, WebClientOptions) - Static method in interface io.vertx.ext.web.client.WebClient
Wrap an httpClient with a web client and default options.
wrap(Vertx, ServerInterceptor) - Static method in class io.vertx.grpc.BlockingServerInterceptor
 
wrap(ValidatorContext, JsonPointer) - Static method in class io.vertx.json.schema.common.RecursiveAnchorValidatorContextDecorator
 
wrap(HttpClient) - Static method in class io.vertx.reactivex.ext.web.client.WebClient
Wrap an httpClient with a web client and default options.
wrap(HttpClient, WebClientOptions) - Static method in class io.vertx.reactivex.ext.web.client.WebClient
Wrap an httpClient with a web client and default options.
wrap(List<T>) - Static method in class io.vertx.reactivex.sqlclient.Tuple
Wrap the provided list with a tuple.
wrap(Object[]) - Static method in class io.vertx.reactivex.sqlclient.Tuple
Wrap the provided array with a tuple.
wrap(HttpClient) - Static method in class io.vertx.rxjava.ext.web.client.WebClient
Wrap an httpClient with a web client and default options.
wrap(HttpClient, WebClientOptions) - Static method in class io.vertx.rxjava.ext.web.client.WebClient
Wrap an httpClient with a web client and default options.
wrap(List<T>) - Static method in class io.vertx.rxjava.sqlclient.Tuple
Wrap the provided list with a tuple.
wrap(Object[]) - Static method in class io.vertx.rxjava.sqlclient.Tuple
Wrap the provided array with a tuple.
wrap(List<T>) - Static method in interface io.vertx.sqlclient.Tuple
Wrap the provided list with a tuple.
wrap(Object[]) - Static method in interface io.vertx.sqlclient.Tuple
Wrap the provided array with a tuple.
write(String, JsonObject, Handler<AsyncResult<Secret>>) - Method in class io.vertx.config.vault.client.SlimVaultClient
Write a secret to `path`.
write(T, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.eventbus.MessageProducer
Write a message to the event-bus, either sending or publishing.
write(T) - Method in interface io.vertx.core.eventbus.MessageProducer
Like MessageProducer.write(Object, Handler) but returns a Future of the asynchronous result
write(Buffer, long, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.AsyncFile
Write a Buffer to the file at position position in the file, asynchronously.
write(Buffer, long) - Method in interface io.vertx.core.file.AsyncFile
Like AsyncFile.write(Buffer, long, Handler) but returns a Future of the asynchronous result
write(String) - Method in interface io.vertx.core.http.HttpClientRequest
Write a String to the request body, encoded as UTF-8.
write(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.http.HttpClientRequest
Same as HttpClientRequest.write(String) but with an handler called when the operation completes
write(String, String) - Method in interface io.vertx.core.http.HttpClientRequest
Write a String to the request body, encoded using the encoding enc.
write(String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.http.HttpClientRequest
Same as HttpClientRequest.write(String,String) but with an handler called when the operation completes
write(String, String) - Method in interface io.vertx.core.http.HttpServerResponse
Write a String to the response body, encoded using the encoding enc.
write(String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.http.HttpServerResponse
Same as HttpServerResponse.write(String, String) but with an handler called when the operation completes
write(String) - Method in interface io.vertx.core.http.HttpServerResponse
Write a String to the response body, encoded in UTF-8.
write(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.http.HttpServerResponse
Same as HttpServerResponse.write(String) but with an handler called when the operation completes
write(Object, JsonPointerIterator, Object, boolean) - Method in interface io.vertx.core.json.pointer.JsonPointer
Write newElement in objectToWrite using this pointer.
write(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.net.NetSocket
Same as NetSocket.write(String) but with an handler called when the operation completes
write(String) - Method in interface io.vertx.core.net.NetSocket
Write a String to the connection, encoded in UTF-8.
write(String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.net.NetSocket
Same as NetSocket.write(String, String) but with an handler called when the operation completes
write(String, String) - Method in interface io.vertx.core.net.NetSocket
Write a String to the connection, encoded using the encoding enc.
write(Buffer, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.net.NetSocket
Like WriteStream.write(Object) but with an handler called when the message has been written or failed to be written.
write(Buffer) - Method in interface io.vertx.core.parsetools.JsonParser
Handle a Buffer, pretty much like calling Handler.handle(Object).
write(T) - Method in interface io.vertx.core.streams.WriteStream
Write some data to the stream.
write(T, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.streams.WriteStream
Same as #write(T) but with an handler called when the operation completes
write(T) - Method in interface io.vertx.ext.reactivestreams.ReactiveWriteStream
 
write(T, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.reactivestreams.ReactiveWriteStream
 
write(String) - Method in interface io.vertx.ext.shell.command.CommandProcess
Write some text to the standard output.
write(String) - Method in interface io.vertx.ext.shell.term.Pty
Write data to the slave standard input of the pseudo terminal.
write(String) - Method in interface io.vertx.ext.shell.term.Term
 
write(String) - Method in interface io.vertx.ext.shell.term.Tty
Write data to the standard output.
write(Frame) - Method in interface io.vertx.ext.stomp.StompServerConnection
Writes the given frame to the socket.
write(Buffer) - Method in interface io.vertx.ext.stomp.StompServerConnection
Writes the given buffer to the socket.
write(Buffer) - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
 
write(String) - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
Write a String to the socket, encoded in UTF-8.
write(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
 
write(Buffer, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
 
write(T) - Method in class io.vertx.grpc.stub.GrpcWriteStream
 
write(T, Handler<AsyncResult<Void>>) - Method in class io.vertx.grpc.stub.GrpcWriteStream
 
write(AmqpMessage, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.amqp.AmqpSender
Same as but with an handler called when the operation completes
write(AmqpMessage) - Method in class io.vertx.reactivex.amqp.AmqpSender
Same as but with an handler called when the operation completes
write(T, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.eventbus.MessageProducer
Write a message to the event-bus, either sending or publishing.
write(T) - Method in class io.vertx.reactivex.core.eventbus.MessageProducer
Write a message to the event-bus, either sending or publishing.
write(Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.file.AsyncFile
Same as but with an handler called when the operation completes
write(Buffer) - Method in class io.vertx.reactivex.core.file.AsyncFile
Same as but with an handler called when the operation completes
write(Buffer, long, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.file.AsyncFile
Write a Buffer to the file at position position in the file, asynchronously.
write(Buffer, long) - Method in class io.vertx.reactivex.core.file.AsyncFile
Write a Buffer to the file at position position in the file, asynchronously.
write(Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Same as but with an handler called when the operation completes
write(Buffer) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Same as but with an handler called when the operation completes
write(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
write(String) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
write(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
write(String, String) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
write(Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Same as but with an handler called when the operation completes
write(Buffer) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Same as but with an handler called when the operation completes
write(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
write(String, String) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
write(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
write(String) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
write(Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Same as but with an handler called when the operation completes
write(Buffer) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Same as but with an handler called when the operation completes
write(Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.WebSocket
Same as but with an handler called when the operation completes
write(Buffer) - Method in class io.vertx.reactivex.core.http.WebSocket
Same as but with an handler called when the operation completes
write(Buffer, Handler<AsyncResult<Void>>) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
Same as but with an handler called when the operation completes
write(Buffer) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
Same as but with an handler called when the operation completes
write(Object, JsonPointerIterator, Object, boolean) - Method in class io.vertx.reactivex.core.json.pointer.JsonPointer
Write newElement in objectToWrite using this pointer.
write(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.net.NetSocket
write(String) - Method in class io.vertx.reactivex.core.net.NetSocket
write(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.net.NetSocket
write(String, String) - Method in class io.vertx.reactivex.core.net.NetSocket
write(Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.net.NetSocket
Like WriteStream.write(T, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the message has been written or failed to be written.
write(Buffer) - Method in class io.vertx.reactivex.core.net.NetSocket
Like WriteStream.write(T, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the message has been written or failed to be written.
write(Buffer) - Method in class io.vertx.reactivex.core.parsetools.JsonParser
Handle a Buffer, pretty much like calling Handler.
write(T, Handler<AsyncResult<Void>>) - Method in interface io.vertx.reactivex.core.streams.WriteStream
Same as but with an handler called when the operation completes
write(T) - Method in interface io.vertx.reactivex.core.streams.WriteStream
Same as but with an handler called when the operation completes
write(String) - Method in class io.vertx.reactivex.ext.shell.command.CommandProcess
Write some text to the standard output.
write(String) - Method in class io.vertx.reactivex.ext.shell.term.Pty
Write data to the slave standard input of the pseudo terminal.
write(String) - Method in class io.vertx.reactivex.ext.shell.term.Term
 
write(String) - Method in class io.vertx.reactivex.ext.shell.term.Tty
Write data to the standard output.
write(Frame) - Method in class io.vertx.reactivex.ext.stomp.StompServerConnection
Writes the given frame to the socket.
write(Buffer) - Method in class io.vertx.reactivex.ext.stomp.StompServerConnection
Writes the given buffer to the socket.
write(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
 
write(String) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
 
write(Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
 
write(Buffer) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
 
write(KafkaProducerRecord<K, V>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
Same as but with an handler called when the operation completes
write(KafkaProducerRecord<K, V>) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
Same as but with an handler called when the operation completes
write(AmqpMessage, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.amqp.AmqpSender
Same as but with an handler called when the operation completes
write(AmqpMessage) - Method in class io.vertx.rxjava.amqp.AmqpSender
Same as but with an handler called when the operation completes
write(T, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.eventbus.MessageProducer
Write a message to the event-bus, either sending or publishing.
write(T) - Method in class io.vertx.rxjava.core.eventbus.MessageProducer
Write a message to the event-bus, either sending or publishing.
write(Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.AsyncFile
Same as but with an handler called when the operation completes
write(Buffer) - Method in class io.vertx.rxjava.core.file.AsyncFile
Same as but with an handler called when the operation completes
write(Buffer, long, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.AsyncFile
Write a Buffer to the file at position position in the file, asynchronously.
write(Buffer, long) - Method in class io.vertx.rxjava.core.file.AsyncFile
Write a Buffer to the file at position position in the file, asynchronously.
write(Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
Same as but with an handler called when the operation completes
write(Buffer) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
Same as but with an handler called when the operation completes
write(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
write(String) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
write(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
write(String, String) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
write(Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Same as but with an handler called when the operation completes
write(Buffer) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Same as but with an handler called when the operation completes
write(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
write(String, String) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
write(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
write(String) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
write(Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
Same as but with an handler called when the operation completes
write(Buffer) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
Same as but with an handler called when the operation completes
write(Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.http.WebSocket
Same as but with an handler called when the operation completes
write(Buffer) - Method in class io.vertx.rxjava.core.http.WebSocket
Same as but with an handler called when the operation completes
write(Buffer, Handler<AsyncResult<Void>>) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
Same as but with an handler called when the operation completes
write(Buffer) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
Same as but with an handler called when the operation completes
write(Object, JsonPointerIterator, Object, boolean) - Method in class io.vertx.rxjava.core.json.pointer.JsonPointer
Write newElement in objectToWrite using this pointer.
write(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.net.NetSocket
write(String) - Method in class io.vertx.rxjava.core.net.NetSocket
write(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.net.NetSocket
write(String, String) - Method in class io.vertx.rxjava.core.net.NetSocket
write(Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.net.NetSocket
Like WriteStream.write(T, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the message has been written or failed to be written.
write(Buffer) - Method in class io.vertx.rxjava.core.net.NetSocket
Like WriteStream.write(T, io.vertx.core.Handler<io.vertx.core.AsyncResult<java.lang.Void>>) but with an handler called when the message has been written or failed to be written.
write(Buffer) - Method in class io.vertx.rxjava.core.parsetools.JsonParser
Handle a Buffer, pretty much like calling Handler.
write(T, Handler<AsyncResult<Void>>) - Method in interface io.vertx.rxjava.core.streams.WriteStream
Same as but with an handler called when the operation completes
write(T) - Method in interface io.vertx.rxjava.core.streams.WriteStream
Same as but with an handler called when the operation completes
write(String) - Method in class io.vertx.rxjava.ext.shell.command.CommandProcess
Write some text to the standard output.
write(String) - Method in class io.vertx.rxjava.ext.shell.term.Pty
Write data to the slave standard input of the pseudo terminal.
write(String) - Method in class io.vertx.rxjava.ext.shell.term.Term
 
write(String) - Method in class io.vertx.rxjava.ext.shell.term.Tty
Write data to the standard output.
write(Frame) - Method in class io.vertx.rxjava.ext.stomp.StompServerConnection
Writes the given frame to the socket.
write(Buffer) - Method in class io.vertx.rxjava.ext.stomp.StompServerConnection
Writes the given buffer to the socket.
write(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
 
write(String) - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
 
write(Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
 
write(Buffer) - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
 
write(KafkaProducerRecord<K, V>, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
Same as but with an handler called when the operation completes
write(KafkaProducerRecord<K, V>) - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
Same as but with an handler called when the operation completes
WRITE_OPTION - Static variable in class io.vertx.ext.mongo.BulkWriteOptions
Field name for the writeOption value in json representation
writeArrayElement(Object, int, Object) - Method in interface io.vertx.core.json.pointer.JsonPointerIterator
Write array element at specified index
writeArrayElement(Object, int, Object) - Method in class io.vertx.reactivex.core.json.pointer.JsonPointerIterator
Write array element at specified index
writeArrayElement(Object, int, Object) - Method in class io.vertx.rxjava.core.json.pointer.JsonPointerIterator
Write array element at specified index
writeBinaryMessage(Buffer, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.http.ServerWebSocket
 
writeBinaryMessage(Buffer, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.http.WebSocket
 
writeBinaryMessage(Buffer) - Method in interface io.vertx.core.http.WebSocketBase
Writes a (potentially large) piece of binary data to the connection.
writeBinaryMessage(Buffer, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.http.WebSocketBase
Same as WebSocketBase.writeBinaryMessage(Buffer) but with an handler called when the operation completes
writeBinaryMessage(Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
writeBinaryMessage(Buffer) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
writeBinaryMessage(Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.WebSocket
 
writeBinaryMessage(Buffer) - Method in class io.vertx.reactivex.core.http.WebSocket
 
writeBinaryMessage(Buffer, Handler<AsyncResult<Void>>) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
writeBinaryMessage(Buffer) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
writeBinaryMessage(Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
writeBinaryMessage(Buffer) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
writeBinaryMessage(Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.http.WebSocket
 
writeBinaryMessage(Buffer) - Method in class io.vertx.rxjava.core.http.WebSocket
 
writeBinaryMessage(Buffer, Handler<AsyncResult<Void>>) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
writeBinaryMessage(Buffer) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
writeContinue() - Method in interface io.vertx.core.http.HttpServerResponse
Used to write an interim 100 Continue response to signify that the client should send the rest of the request.
writeContinue() - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Used to write an interim 100 Continue response to signify that the client should send the rest of the request.
writeContinue() - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Used to write an interim 100 Continue response to signify that the client should send the rest of the request.
writeCustomFrame(int, int, Buffer) - Method in interface io.vertx.core.http.HttpClientRequest
Write an HTTP/2 frame to the request, allowing to extend the HTTP/2 protocol.
writeCustomFrame(HttpFrame) - Method in interface io.vertx.core.http.HttpClientRequest
writeCustomFrame(int, int, Buffer) - Method in interface io.vertx.core.http.HttpServerResponse
Write an HTTP/2 frame to the response, allowing to extend the HTTP/2 protocol.
writeCustomFrame(HttpFrame) - Method in interface io.vertx.core.http.HttpServerResponse
writeCustomFrame(int, int, Buffer) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
Write an HTTP/2 frame to the request, allowing to extend the HTTP/2 protocol.
writeCustomFrame(HttpFrame) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
writeCustomFrame(int, int, Buffer) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
Write an HTTP/2 frame to the response, allowing to extend the HTTP/2 protocol.
writeCustomFrame(HttpFrame) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
writeCustomFrame(int, int, Buffer) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
Write an HTTP/2 frame to the request, allowing to extend the HTTP/2 protocol.
writeCustomFrame(HttpFrame) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
writeCustomFrame(int, int, Buffer) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
Write an HTTP/2 frame to the response, allowing to extend the HTTP/2 protocol.
writeCustomFrame(HttpFrame) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
writeFile(String, Buffer, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
Creates the file, and writes the specified Buffer data to the file represented by the path path, asynchronously.
writeFile(String, Buffer) - Method in interface io.vertx.core.file.FileSystem
Like FileSystem.writeFile(String, Buffer, Handler) but returns a Future of the asynchronous result
writeFile(String, Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.file.FileSystem
Creates the file, and writes the specified Buffer data to the file represented by the path path, asynchronously.
writeFile(String, Buffer) - Method in class io.vertx.reactivex.core.file.FileSystem
Creates the file, and writes the specified Buffer data to the file represented by the path path, asynchronously.
writeFile(String, Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
Creates the file, and writes the specified Buffer data to the file represented by the path path, asynchronously.
writeFile(String, Buffer) - Method in class io.vertx.rxjava.core.file.FileSystem
Creates the file, and writes the specified Buffer data to the file represented by the path path, asynchronously.
writeFileBlocking(String, Buffer) - Method in interface io.vertx.core.file.FileSystem
writeFileBlocking(String, Buffer) - Method in class io.vertx.reactivex.core.file.FileSystem
writeFileBlocking(String, Buffer) - Method in class io.vertx.rxjava.core.file.FileSystem
writeFinalBinaryFrame(Buffer, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.http.ServerWebSocket
 
writeFinalBinaryFrame(Buffer, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.http.WebSocket
 
writeFinalBinaryFrame(Buffer) - Method in interface io.vertx.core.http.WebSocketBase
Write a final WebSocket binary frame to the connection
writeFinalBinaryFrame(Buffer, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.http.WebSocketBase
Same as WebSocketBase.writeFinalBinaryFrame(Buffer, Handler) but with an handler called when the operation completes
writeFinalBinaryFrame(Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
writeFinalBinaryFrame(Buffer) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
writeFinalBinaryFrame(Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.WebSocket
 
writeFinalBinaryFrame(Buffer) - Method in class io.vertx.reactivex.core.http.WebSocket
 
writeFinalBinaryFrame(Buffer, Handler<AsyncResult<Void>>) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
writeFinalBinaryFrame(Buffer) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
writeFinalBinaryFrame(Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
writeFinalBinaryFrame(Buffer) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
writeFinalBinaryFrame(Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.http.WebSocket
 
writeFinalBinaryFrame(Buffer) - Method in class io.vertx.rxjava.core.http.WebSocket
 
writeFinalBinaryFrame(Buffer, Handler<AsyncResult<Void>>) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
writeFinalBinaryFrame(Buffer) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
writeFinalTextFrame(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.http.ServerWebSocket
 
writeFinalTextFrame(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.http.WebSocket
 
writeFinalTextFrame(String) - Method in interface io.vertx.core.http.WebSocketBase
Write a final WebSocket text frame to the connection
writeFinalTextFrame(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.http.WebSocketBase
Same as WebSocketBase.writeFinalTextFrame(String, Handler) but with an handler called when the operation completes
writeFinalTextFrame(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
writeFinalTextFrame(String) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
writeFinalTextFrame(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.WebSocket
 
writeFinalTextFrame(String) - Method in class io.vertx.reactivex.core.http.WebSocket
 
writeFinalTextFrame(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
writeFinalTextFrame(String) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
writeFinalTextFrame(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
writeFinalTextFrame(String) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
writeFinalTextFrame(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.http.WebSocket
 
writeFinalTextFrame(String) - Method in class io.vertx.rxjava.core.http.WebSocket
 
writeFinalTextFrame(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
writeFinalTextFrame(String) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
writeFrame(WebSocketFrame, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.http.ServerWebSocket
 
writeFrame(WebSocketFrame, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.http.WebSocket
 
writeFrame(WebSocketFrame) - Method in interface io.vertx.core.http.WebSocketBase
Write a WebSocket frame to the connection
writeFrame(WebSocketFrame, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.http.WebSocketBase
Same as WebSocketBase.writeFrame(WebSocketFrame) but with an handler called when the operation completes
writeFrame(WebSocketFrame, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
writeFrame(WebSocketFrame) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
writeFrame(WebSocketFrame, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.WebSocket
 
writeFrame(WebSocketFrame) - Method in class io.vertx.reactivex.core.http.WebSocket
 
writeFrame(WebSocketFrame, Handler<AsyncResult<Void>>) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
writeFrame(WebSocketFrame) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
writeFrame(WebSocketFrame, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
writeFrame(WebSocketFrame) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
writeFrame(WebSocketFrame, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.http.WebSocket
 
writeFrame(WebSocketFrame) - Method in class io.vertx.rxjava.core.http.WebSocket
 
writeFrame(WebSocketFrame, Handler<AsyncResult<Void>>) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
writeFrame(WebSocketFrame) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
writeHandlerID() - Method in interface io.vertx.core.net.NetSocket
When a NetSocket is created it automatically registers an event handler with the event bus, the ID of that handler is given by writeHandlerID.
writeHandlerID() - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
When a SockJSSocket is created it can register an event handler with the event bus, the ID of that handler is given by writeHandlerID.
writeHandlerID() - Method in class io.vertx.reactivex.core.net.NetSocket
When a NetSocket is created it automatically registers an event handler with the event bus, the ID of that handler is given by writeHandlerID.
writeHandlerID() - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
When a SockJSSocket is created it can register an event handler with the event bus, the ID of that handler is given by writeHandlerID.
writeHandlerID() - Method in class io.vertx.rxjava.core.net.NetSocket
When a NetSocket is created it automatically registers an event handler with the event bus, the ID of that handler is given by writeHandlerID.
writeHandlerID() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
When a SockJSSocket is created it can register an event handler with the event bus, the ID of that handler is given by writeHandlerID.
writeImport(PrintWriter, String) - Method in class io.vertx.serviceproxy.generator.GeneratorUtils
 
writeJson(Object, Object) - Method in interface io.vertx.core.json.pointer.JsonPointer
Write newElement in jsonElement using this pointer.
writeJson(Object, Object, boolean) - Method in interface io.vertx.core.json.pointer.JsonPointer
Write newElement in jsonElement using this pointer.
writeJson(Object, Object) - Method in class io.vertx.reactivex.core.json.pointer.JsonPointer
Write newElement in jsonElement using this pointer.
writeJson(Object, Object, boolean) - Method in class io.vertx.reactivex.core.json.pointer.JsonPointer
Write newElement in jsonElement using this pointer.
writeJson(Object, Object) - Method in class io.vertx.rxjava.core.json.pointer.JsonPointer
Write newElement in jsonElement using this pointer.
writeJson(Object, Object, boolean) - Method in class io.vertx.rxjava.core.json.pointer.JsonPointer
Write newElement in jsonElement using this pointer.
writeObjectParameter(Object, String, Object) - Method in interface io.vertx.core.json.pointer.JsonPointerIterator
Write object parameter at specified key
writeObjectParameter(Object, String, Object) - Method in class io.vertx.reactivex.core.json.pointer.JsonPointerIterator
Write object parameter at specified key
writeObjectParameter(Object, String, Object) - Method in class io.vertx.rxjava.core.json.pointer.JsonPointerIterator
Write object parameter at specified key
WriteOption - Enum in io.vertx.ext.mongo
Enum representing the mongoDB Java Driver's WriteConcern
writePing(Buffer, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.http.WebSocketBase
Writes a ping frame to the connection.
writePing(Buffer) - Method in interface io.vertx.core.http.WebSocketBase
Like WebSocketBase.writePing(Buffer, Handler) but with an handler called when the message has been written or failed to be written.
writePing(Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Writes a ping frame to the connection.
writePing(Buffer) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Writes a ping frame to the connection.
writePing(Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.WebSocket
Writes a ping frame to the connection.
writePing(Buffer) - Method in class io.vertx.reactivex.core.http.WebSocket
Writes a ping frame to the connection.
writePing(Buffer, Handler<AsyncResult<Void>>) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
Writes a ping frame to the connection.
writePing(Buffer) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
Writes a ping frame to the connection.
writePing(Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
Writes a ping frame to the connection.
writePing(Buffer) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
Writes a ping frame to the connection.
writePing(Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.http.WebSocket
Writes a ping frame to the connection.
writePing(Buffer) - Method in class io.vertx.rxjava.core.http.WebSocket
Writes a ping frame to the connection.
writePing(Buffer, Handler<AsyncResult<Void>>) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
Writes a ping frame to the connection.
writePing(Buffer) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
Writes a ping frame to the connection.
writePong(Buffer, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.http.WebSocketBase
Writes a pong frame to the connection.
writePong(Buffer) - Method in interface io.vertx.core.http.WebSocketBase
Like WebSocketBase.writePong(Buffer, Handler) but with an handler called when the message has been written or failed to be written.
writePong(Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Writes a pong frame to the connection.
writePong(Buffer) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
Writes a pong frame to the connection.
writePong(Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.WebSocket
Writes a pong frame to the connection.
writePong(Buffer) - Method in class io.vertx.reactivex.core.http.WebSocket
Writes a pong frame to the connection.
writePong(Buffer, Handler<AsyncResult<Void>>) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
Writes a pong frame to the connection.
writePong(Buffer) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
Writes a pong frame to the connection.
writePong(Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
Writes a pong frame to the connection.
writePong(Buffer) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
Writes a pong frame to the connection.
writePong(Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.http.WebSocket
Writes a pong frame to the connection.
writePong(Buffer) - Method in class io.vertx.rxjava.core.http.WebSocket
Writes a pong frame to the connection.
writePong(Buffer, Handler<AsyncResult<Void>>) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
Writes a pong frame to the connection.
writePong(Buffer) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
Writes a pong frame to the connection.
writeQueueFull() - Method in interface io.vertx.core.streams.WriteStream
This will return true if there are more bytes in the write queue than the value set using WriteStream.setWriteQueueMaxSize(int)
writeQueueFull() - Method in class io.vertx.grpc.stub.GrpcWriteStream
 
writeQueueFull() - Method in class io.vertx.reactivex.amqp.AmqpSender
This will return true if there are more bytes in the write queue than the value set using AmqpSender.setWriteQueueMaxSize(int)
writeQueueFull() - Method in class io.vertx.reactivex.core.file.AsyncFile
This will return true if there are more bytes in the write queue than the value set using AsyncFile.setWriteQueueMaxSize(int)
writeQueueFull() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
This will return true if there are more bytes in the write queue than the value set using HttpClientRequest.setWriteQueueMaxSize(int)
writeQueueFull() - Method in class io.vertx.reactivex.core.http.HttpServerResponse
This will return true if there are more bytes in the write queue than the value set using HttpServerResponse.setWriteQueueMaxSize(int)
writeQueueFull() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
This will return true if there are more bytes in the write queue than the value set using ServerWebSocket.setWriteQueueMaxSize(int)
writeQueueFull() - Method in class io.vertx.reactivex.core.http.WebSocket
This will return true if there are more bytes in the write queue than the value set using WebSocket.setWriteQueueMaxSize(int)
writeQueueFull() - Method in interface io.vertx.reactivex.core.http.WebSocketBase
This will return true if there are more bytes in the write queue than the value set using WebSocketBase.setWriteQueueMaxSize(int)
writeQueueFull() - Method in class io.vertx.reactivex.core.net.NetSocket
This will return true if there are more bytes in the write queue than the value set using NetSocket.setWriteQueueMaxSize(int)
writeQueueFull() - Method in interface io.vertx.reactivex.core.streams.WriteStream
This will return true if there are more bytes in the write queue than the value set using WriteStream.setWriteQueueMaxSize(int)
writeQueueFull() - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
This will return true if there are more bytes in the write queue than the value set using SockJSSocket.setWriteQueueMaxSize(int)
writeQueueFull() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
This will return true if there are more bytes in the write queue than the value set using KafkaProducer.setWriteQueueMaxSize(int)
writeQueueFull() - Method in class io.vertx.rxjava.amqp.AmqpSender
This will return true if there are more bytes in the write queue than the value set using AmqpSender.setWriteQueueMaxSize(int)
writeQueueFull() - Method in class io.vertx.rxjava.core.file.AsyncFile
This will return true if there are more bytes in the write queue than the value set using AsyncFile.setWriteQueueMaxSize(int)
writeQueueFull() - Method in class io.vertx.rxjava.core.http.HttpClientRequest
This will return true if there are more bytes in the write queue than the value set using HttpClientRequest.setWriteQueueMaxSize(int)
writeQueueFull() - Method in class io.vertx.rxjava.core.http.HttpServerResponse
This will return true if there are more bytes in the write queue than the value set using HttpServerResponse.setWriteQueueMaxSize(int)
writeQueueFull() - Method in class io.vertx.rxjava.core.http.ServerWebSocket
This will return true if there are more bytes in the write queue than the value set using ServerWebSocket.setWriteQueueMaxSize(int)
writeQueueFull() - Method in class io.vertx.rxjava.core.http.WebSocket
This will return true if there are more bytes in the write queue than the value set using WebSocket.setWriteQueueMaxSize(int)
writeQueueFull() - Method in interface io.vertx.rxjava.core.http.WebSocketBase
This will return true if there are more bytes in the write queue than the value set using WebSocketBase.setWriteQueueMaxSize(int)
writeQueueFull() - Method in class io.vertx.rxjava.core.net.NetSocket
This will return true if there are more bytes in the write queue than the value set using NetSocket.setWriteQueueMaxSize(int)
writeQueueFull() - Method in interface io.vertx.rxjava.core.streams.WriteStream
This will return true if there are more bytes in the write queue than the value set using WriteStream.setWriteQueueMaxSize(int)
writeQueueFull() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
This will return true if there are more bytes in the write queue than the value set using SockJSSocket.setWriteQueueMaxSize(int)
writeQueueFull() - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
This will return true if there are more bytes in the write queue than the value set using KafkaProducer.setWriteQueueMaxSize(int)
WriteStream<T> - Interface in io.vertx.core.streams
Represents a stream of data that can be written to.
writeStream(Vertx) - Static method in interface io.vertx.ext.reactivestreams.ReactiveWriteStream
Create a reactive write stream
WriteStream<T> - Interface in io.vertx.reactivex.core.streams
Represents a stream of data that can be written to.
WriteStream<T> - Interface in io.vertx.rxjava.core.streams
Represents a stream of data that can be written to.
WriteStreamObserver<R> - Interface in io.vertx.reactivex
A WriteStream to Observer adapter.
WriteStreamSubscriber<R> - Interface in io.vertx.reactivex
A WriteStream to Subscriber adapter.
WriteStreamSubscriber<R> - Class in io.vertx.rx.java
A WriteStream to Subscriber adapter.
WriteStreamSubscriber() - Constructor for class io.vertx.rx.java.WriteStreamSubscriber
 
writeTextMessage(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.http.ServerWebSocket
 
writeTextMessage(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.http.WebSocket
 
writeTextMessage(String) - Method in interface io.vertx.core.http.WebSocketBase
Writes a (potentially large) piece of text data to the connection.
writeTextMessage(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.http.WebSocketBase
Same as WebSocketBase.writeTextMessage(String) but with an handler called when the operation completes
writeTextMessage(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
writeTextMessage(String) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
 
writeTextMessage(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.WebSocket
 
writeTextMessage(String) - Method in class io.vertx.reactivex.core.http.WebSocket
 
writeTextMessage(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
writeTextMessage(String) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
writeTextMessage(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
writeTextMessage(String) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
 
writeTextMessage(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.http.WebSocket
 
writeTextMessage(String) - Method in class io.vertx.rxjava.core.http.WebSocket
 
writeTextMessage(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
writeTextMessage(String) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
writeToBuffer(Buffer) - Method in class io.vertx.core.json.JsonArray
 
writeToBuffer(Buffer) - Method in class io.vertx.core.json.JsonObject
 
writeToBuffer(Buffer) - Method in class io.vertx.core.spi.cluster.NodeInfo
 
writeToBuffer(Buffer) - Method in class io.vertx.core.spi.cluster.RegistrationInfo
 
writeToBuffer(Buffer) - Method in class io.vertx.ext.auth.AbstractUser
Deprecated.
 
writeToBuffer(Buffer) - Method in class io.vertx.reactivex.core.buffer.Buffer
 
writeToBuffer(Buffer) - Method in class io.vertx.rxjava.core.buffer.Buffer
 
writingFrameHandler(Handler<Frame>) - Method in interface io.vertx.ext.stomp.StompClient
Configures a writing handler that gets notified when a STOMP frame is written on the wire.
writingFrameHandler(Handler<Frame>) - Method in interface io.vertx.ext.stomp.StompClientConnection
Configures a handler notified when a frame is going to be written on the wire.
writingFrameHandler(Handler<ServerFrame>) - Method in interface io.vertx.ext.stomp.StompServer
Configures the handler that is invoked every time a frame is going to be written to the "wire".
writingFrameHandler(Handler<Frame>) - Method in class io.vertx.reactivex.ext.stomp.StompClient
Configures a writing handler that gets notified when a STOMP frame is written on the wire.
writingFrameHandler(Handler<Frame>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
Configures a handler notified when a frame is going to be written on the wire.
writingFrameHandler(Handler<ServerFrame>) - Method in class io.vertx.reactivex.ext.stomp.StompServer
Configures the handler that is invoked every time a frame is going to be written to the "wire".
writingFrameHandler(Handler<Frame>) - Method in class io.vertx.rxjava.ext.stomp.StompClient
Configures a writing handler that gets notified when a STOMP frame is written on the wire.
writingFrameHandler(Handler<Frame>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
Configures a handler notified when a frame is going to be written on the wire.
writingFrameHandler(Handler<ServerFrame>) - Method in class io.vertx.rxjava.ext.stomp.StompServer
Configures the handler that is invoked every time a frame is going to be written to the "wire".

X

x - Variable in class io.vertx.pgclient.data.Point
 
XACK - Static variable in class io.vertx.reactivex.redis.client.Command
 
xack(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command xack.
xack(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command xack.
XACK - Static variable in interface io.vertx.redis.client.Command
 
xack(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command xack.
xack(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command xack.
XACK - Static variable in class io.vertx.rxjava.redis.client.Command
 
xack(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command xack.
xack(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command xack.
XADD - Static variable in class io.vertx.reactivex.redis.client.Command
 
xadd(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command xadd.
xadd(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command xadd.
XADD - Static variable in interface io.vertx.redis.client.Command
 
xadd(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command xadd.
xadd(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command xadd.
XADD - Static variable in class io.vertx.rxjava.redis.client.Command
 
xadd(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command xadd.
xadd(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command xadd.
XCLAIM - Static variable in class io.vertx.reactivex.redis.client.Command
 
xclaim(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command xclaim.
xclaim(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command xclaim.
XCLAIM - Static variable in interface io.vertx.redis.client.Command
 
xclaim(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command xclaim.
xclaim(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command xclaim.
XCLAIM - Static variable in class io.vertx.rxjava.redis.client.Command
 
xclaim(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command xclaim.
xclaim(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command xclaim.
XDEL - Static variable in class io.vertx.reactivex.redis.client.Command
 
xdel(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command xdel.
xdel(List<String>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
Redis command xdel.
XDEL - Static variable in interface io.vertx.redis.client.Command
 
xdel(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command xdel.
xdel(List<String>) - Method in interface io.vertx.redis.client.RedisAPI
Redis command xdel.
XDEL - Static variable in class io.vertx.rxjava.redis.client.Command
 
xdel(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command xdel.
xdel(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
Redis command xdel.
XFrameHandler - Interface in io.vertx.ext.web.handler
The X-Frame-Options HTTP response header can be used to indicate whether or not a browser should be allowed to render a page in a <frame>, <iframe>, <embed> or <object>.
XFrameHandler - Class in io.vertx.reactivex.ext.web.handler
The X-Frame-Options HTTP response header can be used to indicate whether or not a browser should be allowed to render a page in a ,