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

A - Static variable in class io.vertx.core.dns.impl.decoder.RecordDecoder
Decodes A resource records into IPv4 addresses.
AAAA - Static variable in class io.vertx.core.dns.impl.decoder.RecordDecoder
Decodes AAAA resource records into IPv6 addresses.
ABNUOWRM - Static variable in class io.vertx.db2client.impl.drda.CodePoint
Abnormal End of Unit of Work Condition codepoint constant.
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 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 class io.vertx.kafka.client.producer.impl.KafkaProducerImpl
 
abortTransaction() - Method in class io.vertx.kafka.client.producer.impl.KafkaProducerImpl
 
abortTransaction(Handler<AsyncResult<Void>>) - Method in class io.vertx.kafka.client.producer.impl.KafkaWriteStreamImpl
 
abortTransaction() - Method in class io.vertx.kafka.client.producer.impl.KafkaWriteStreamImpl
 
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 class io.vertx.core.http.impl.Http1xServerRequest
 
absoluteURI() - Method in class io.vertx.core.http.impl.Http2ServerRequest
 
absoluteURI() - Method in class io.vertx.core.http.impl.HttpClientPush
 
absoluteURI() - Method in class io.vertx.core.http.impl.HttpClientRequestBase
 
absoluteURI - Variable in class io.vertx.core.http.impl.HttpRequestHead
 
absoluteURI() - Method in class io.vertx.core.http.impl.HttpRequestHead
 
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
 
AbstractJDBCAction<T> - Class in io.vertx.ext.jdbc.impl.actions
 
AbstractJDBCAction(SQLOptions) - Constructor for class io.vertx.ext.jdbc.impl.actions.AbstractJDBCAction
 
AbstractJDBCAction(JDBCStatementHelper, SQLOptions) - Constructor for class io.vertx.ext.jdbc.impl.actions.AbstractJDBCAction
 
AbstractJsonCodec<O,A> - Class in io.vertx.ext.mongo.impl.codec.json
 
AbstractJsonCodec() - Constructor for class io.vertx.ext.mongo.impl.codec.json.AbstractJsonCodec
 
AbstractMDHash - Class in io.vertx.ext.auth.impl.hash
Abstract implementation of hashing algorithms based on java.security.MessageDigest.
AbstractMetrics - Class in io.vertx.micrometer.impl
Abstract class for metrics container.
AbstractRxGenerator - Class in io.vertx.lang.rx
 
AbstractRxGenerator(String) - Constructor for class io.vertx.lang.rx.AbstractRxGenerator
 
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
 
abstractSuperTypes - Variable in class io.vertx.codegen.ClassModel
 
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 class io.vertx.core.http.impl.ServerWebSocketImpl
 
accept() - Method in interface io.vertx.core.http.ServerWebSocket
Accept the WebSocket and terminate the WebSocket handshake.
accept() - Method in class io.vertx.core.net.impl.NetServerImpl
 
accept(Object, Throwable) - Method in class io.vertx.ext.cluster.infinispan.impl.SubsOpSerializer
 
accept(T, U, V) - Method in interface io.vertx.ext.web.handler.graphql.TriConsumer
Execute with the provided arguments.
accept() - Method in class io.vertx.ext.web.impl.ParsableHeaderValuesContainer
 
accept() - Method in class io.vertx.ext.web.impl.ServerWebSocketWrapper
 
accept() - Method in interface io.vertx.ext.web.ParsedHeaderValues
 
accept(T) - Method in interface io.vertx.junit5.ParameterClosingConsumer
 
accept() - Method in class io.vertx.mqtt.impl.MqttEndpointImpl
 
accept(boolean) - Method in class io.vertx.mqtt.impl.MqttEndpointImpl
 
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() - Method in interface io.vertx.proton.streams.Delivery
Accepts (and settles) this message delivery.
accept() - Method in class io.vertx.proton.streams.impl.DeliveryImpl
 
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
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 class io.vertx.ext.web.impl.ParsableHeaderValuesContainer
 
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.amqp.impl.AmqpMessageImpl
 
accepted(ProtonDelivery, boolean) - Static method in interface io.vertx.proton.ProtonHelper
Accept the given delivery by applying Accepted disposition state, and optionally settling.
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 class io.vertx.ext.web.impl.ParsableHeaderValuesContainer
 
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 class io.vertx.ext.web.impl.ParsableHeaderValuesContainer
 
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.core.cli.impl.DefaultCommandLine
 
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.
ACCEPTOR_EVENT_LOOP_GROUP - Static variable in class io.vertx.core.net.impl.transport.Transport
 
acceptsOptions(SqlConnectOptions) - Method in class io.vertx.db2client.spi.DB2Driver
 
acceptsOptions(SqlConnectOptions) - Method in class io.vertx.mssqlclient.spi.MSSQLDriver
 
acceptsOptions(SqlConnectOptions) - Method in class io.vertx.mysqlclient.spi.MySQLDriver
 
acceptsOptions(SqlConnectOptions) - Method in class io.vertx.pgclient.spi.PgDriver
 
acceptsOptions(SqlConnectOptions) - Method in interface io.vertx.sqlclient.spi.Driver
 
acceptValue() - Method in class io.vertx.core.cli.Option
 
ACCESS_CONTROL_ALLOW_CREDENTIALS - Static variable in interface io.vertx.core.http.HttpHeaders
Access-Control-Allow-Credentials header name
ACCESS_CONTROL_ALLOW_CREDENTIALS - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Access-Control-Allow-Credentials header name
ACCESS_CONTROL_ALLOW_CREDENTIALS - Static variable in class io.vertx.rxjava.core.http.HttpHeaders
Access-Control-Allow-Credentials header name
ACCESS_CONTROL_ALLOW_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() - Method in class io.vertx.ext.auth.oauth2.impl.AccessTokenImpl
 
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.
AccessTokenImpl - Class in io.vertx.ext.auth.oauth2.impl
 
AccessTokenImpl() - Constructor for class io.vertx.ext.auth.oauth2.impl.AccessTokenImpl
 
AccessTokenImpl(JsonObject, OAuth2Auth) - Constructor for class io.vertx.ext.auth.oauth2.impl.AccessTokenImpl
 
ACCRDBRM - Static variable in class io.vertx.db2client.impl.drda.CodePoint
Access to RDB Completed.
ACCSECRD - Static variable in class io.vertx.db2client.impl.drda.CodePoint
Access Security Reply Data.
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 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 - 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.
acquire(ContextInternal, String, long) - Method in class io.vertx.core.shareddata.impl.LocalAsyncLocks
 
acquire(Handler<AsyncResult<Connection>>) - Method in class io.vertx.sqlclient.impl.pool.ConnectionPool
 
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.
actual() - Method in class io.vertx.redis.client.impl.PooledRedisConnection
 
actualConnection() - Method in class io.vertx.pgclient.impl.pubsub.PgSubscriberImpl
 
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 class io.vertx.core.net.impl.TCPServerBase
 
actualPort() - Method in interface io.vertx.core.net.NetServer
The actual port the server is listening on.
actualPort() - Method in class io.vertx.mqtt.impl.MqttServerImpl
 
actualPort() - Method in interface io.vertx.mqtt.MqttServer
The actual port the server is listening on.
actualPort() - Method in class io.vertx.proton.impl.ProtonServerImpl
 
actualPort() - Method in interface io.vertx.proton.ProtonServer
Gets the actual port being listened 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.
adaptHandler(Handler<Set<TopicPartition>>) - Static method in class io.vertx.kafka.client.common.impl.Helper
 
add(String, String) - Method in class io.vertx.core.http.impl.headers.HeadersAdaptor
 
add(String, Iterable<String>) - Method in class io.vertx.core.http.impl.headers.HeadersAdaptor
 
add(CharSequence, CharSequence) - Method in class io.vertx.core.http.impl.headers.HeadersAdaptor
 
add(CharSequence, Iterable<CharSequence>) - Method in class io.vertx.core.http.impl.headers.HeadersAdaptor
 
add(CharSequence, CharSequence) - Method in class io.vertx.core.http.impl.headers.HeadersMultiMap
 
add(CharSequence, Object) - Method in class io.vertx.core.http.impl.headers.HeadersMultiMap
 
add(String, Object) - Method in class io.vertx.core.http.impl.headers.HeadersMultiMap
 
add(String, String) - Method in class io.vertx.core.http.impl.headers.HeadersMultiMap
 
add(CharSequence, Iterable) - Method in class io.vertx.core.http.impl.headers.HeadersMultiMap
 
add(String, Iterable) - Method in class io.vertx.core.http.impl.headers.HeadersMultiMap
 
add(String, String) - Method in class io.vertx.core.http.impl.headers.Http2HeadersAdaptor
 
add(String, Iterable<String>) - Method in class io.vertx.core.http.impl.headers.Http2HeadersAdaptor
 
add(CharSequence, CharSequence) - Method in class io.vertx.core.http.impl.headers.Http2HeadersAdaptor
 
add(CharSequence, Iterable<CharSequence>) - Method in class io.vertx.core.http.impl.headers.Http2HeadersAdaptor
 
add(Closeable) - Method in class io.vertx.core.impl.CloseHooks
Add a close hook, notified when the CloseHooks.run(Handler) method is called.
add(E) - Method in class io.vertx.core.impl.ConcurrentHashSet
 
add(T) - Method in class io.vertx.core.impl.utils.ConcurrentCyclicSequence
Copy the current sequence, add element at the tail of this sequence and returns it.
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(String, Authorization) - Method in class io.vertx.ext.auth.authorization.impl.AuthorizationsImpl
 
add(String, Set<Authorization>) - Method in class io.vertx.ext.auth.authorization.impl.AuthorizationsImpl
 
add(AuthenticationProvider) - Method in interface io.vertx.ext.auth.ChainAuth
Appends a auth provider to the chain.
add(AuthenticationProvider) - Method in class io.vertx.ext.auth.impl.ChainAuthImpl
 
add(HashingAlgorithm) - Method in class io.vertx.ext.auth.impl.HashingStrategyImpl
 
add(String, Procedure) - Method in interface io.vertx.ext.healthchecks.impl.CompositeProcedure
 
add(O, String, Object) - Method in class io.vertx.ext.mongo.impl.codec.json.AbstractJsonCodec
 
add(A, Object) - Method in class io.vertx.ext.mongo.impl.codec.json.AbstractJsonCodec
 
add(JsonObject, String, Object) - Method in class io.vertx.ext.mongo.impl.codec.json.JsonObjectCodec
 
add(JsonArray, Object) - Method in class io.vertx.ext.mongo.impl.codec.json.JsonObjectCodec
 
add(AuthenticationHandler) - Method in interface io.vertx.ext.web.handler.ChainAuthHandler
Appends a auth provider to the chain.
add(AuthenticationHandler) - Method in class io.vertx.ext.web.handler.impl.ChainAuthHandlerImpl
 
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(Response) - Method in class io.vertx.redis.client.impl.types.AttributeType
 
add(Response) - Method in interface io.vertx.redis.client.impl.types.Multi
Adds a reply to the current response as it gets parsed from the wire.
add(Response) - Method in class io.vertx.redis.client.impl.types.MultiType
 
add(Response) - Method in class io.vertx.redis.client.impl.types.PushType
 
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(MultiMap) - Method in class io.vertx.core.http.impl.headers.HeadersAdaptor
 
addAll(Map<String, String>) - Method in class io.vertx.core.http.impl.headers.HeadersAdaptor
 
addAll(MultiMap) - Method in class io.vertx.core.http.impl.headers.HeadersMultiMap
 
addAll(Map<String, String>) - Method in class io.vertx.core.http.impl.headers.HeadersMultiMap
 
addAll(MultiMap) - Method in class io.vertx.core.http.impl.headers.Http2HeadersAdaptor
 
addAll(Map<String, String>) - Method in class io.vertx.core.http.impl.headers.Http2HeadersAdaptor
 
addAll(Collection<? extends E>) - Method in class io.vertx.core.impl.ConcurrentHashSet
 
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(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) - Method in class io.vertx.core.shareddata.impl.AsynchronousCounter
 
addAndGet(long) - Method in class io.vertx.ext.cluster.infinispan.impl.InfinispanCounter
 
addAndGet(long, Handler<AsyncResult<Long>>) - Method in class io.vertx.ext.cluster.infinispan.impl.InfinispanCounter
 
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.core.cli.impl.DefaultCLI
 
addArgument(List<String>, String) - Static method in class io.vertx.core.impl.launcher.commands.ExecUtils
Adds an argument to the given list.
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.core.cli.impl.DefaultCLI
 
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.
addArgumentValue(String) - Method in class io.vertx.core.cli.impl.DefaultCommandLine
Adds an argument value.
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 class io.vertx.ext.web.handler.impl.AuthHandlerImpl
Deprecated.
 
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 class io.vertx.ext.web.handler.impl.AuthHandlerImpl
Deprecated.
 
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 class io.vertx.ext.auth.authorization.impl.AndAuthorizationImpl
 
addAuthorization(Authorization) - Method in class io.vertx.ext.auth.authorization.impl.OrAuthorizationImpl
 
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.ext.web.handler.impl.AuthorizationHandlerImpl
 
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 class io.vertx.ext.web.impl.RoutingContextDecorator
 
addBodyEndHandler(Handler<Void>) - Method in class io.vertx.ext.web.impl.RoutingContextImpl
 
addBodyEndHandler(Handler<Void>) - Method in class io.vertx.ext.web.impl.RoutingContextWrapper
 
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.
addBodyFileRule(String) - Method in class io.vertx.ext.web.api.validation.impl.BaseValidationHandler
 
addBodyProcessorGenerator(BodyProcessorGenerator) - Method in class io.vertx.ext.web.openapi.impl.OpenAPI3ValidationHandlerGenerator
 
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
addChild(Deployment) - Method in interface io.vertx.core.impl.Deployment
 
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
 
addCloseHook(Closeable) - Method in interface io.vertx.core.impl.ContextInternal
Add a close hook.
addCloseHook(Closeable) - Method in class io.vertx.core.impl.VertxImpl
 
addCloseHook(Closeable) - Method in interface io.vertx.core.impl.VertxInternal
 
addCommand(Command) - Method in class io.vertx.core.impl.launcher.VertxCommandLauncher.CommandRegistration
 
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.
addConnectionString(String) - Method in class io.vertx.redis.client.RedisOptions
Adds a connection string (endpoint) to use while connecting to the redis server.
addCookie(Cookie) - Method in interface io.vertx.core.http.HttpServerResponse
Add a cookie.
addCookie(Cookie) - Method in class io.vertx.core.http.impl.Http1xServerResponse
 
addCookie(Cookie) - Method in class io.vertx.core.http.impl.Http2ServerResponse
 
addCookie(Cookie) - Method in class io.vertx.ext.web.impl.RoutingContextDecorator
 
addCookie(Cookie) - Method in class io.vertx.ext.web.impl.RoutingContextImpl
 
addCookie(Cookie) - Method in class io.vertx.ext.web.impl.RoutingContextWrapper
 
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.
addCookieParamRule(ParameterValidationRule) - Method in class io.vertx.ext.web.api.validation.impl.BaseValidationHandler
 
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.mail.MailConfig
 
addCrlPath(String) - Method in class io.vertx.ext.web.client.WebClientOptions
 
addCrlPath(String) - Method in class io.vertx.mqtt.MqttClientOptions
 
addCrlPath(String) - Method in class io.vertx.mqtt.MqttServerOptions
 
addCrlPath(String) - Method in class io.vertx.mssqlclient.MSSQLConnectOptions
 
addCrlPath(String) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
addCrlPath(String) - Method in class io.vertx.pgclient.PgConnectOptions
 
addCrlPath(String) - Method in class io.vertx.proton.ProtonClientOptions
 
addCrlPath(String) - Method in class io.vertx.proton.ProtonServerOptions
 
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.mail.MailConfig
 
addCrlValue(Buffer) - Method in class io.vertx.ext.web.client.WebClientOptions
 
addCrlValue(Buffer) - Method in class io.vertx.mqtt.MqttClientOptions
 
addCrlValue(Buffer) - Method in class io.vertx.mqtt.MqttServerOptions
 
addCrlValue(Buffer) - Method in class io.vertx.mssqlclient.MSSQLConnectOptions
 
addCrlValue(Buffer) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
addCrlValue(Buffer) - Method in class io.vertx.pgclient.PgConnectOptions
 
addCrlValue(Buffer) - Method in class io.vertx.proton.ProtonClientOptions
 
addCrlValue(Buffer) - Method in class io.vertx.proton.ProtonServerOptions
 
addCustomValidator(CustomValidator) - Method in class io.vertx.ext.web.api.validation.impl.BaseValidationHandler
 
addCustomValidatorFunction(CustomValidator) - Method in interface io.vertx.ext.web.api.validation.HTTPRequestValidationHandler
Deprecated.
Add a custom validator.
addCustomValidatorFunction(CustomValidator) - Method in class io.vertx.ext.web.api.validation.impl.HTTPRequestValidationHandlerImpl
 
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.
addDataObjectDeserializer(Element, TypeMirror, MapperInfo) - Method in class io.vertx.codegen.type.TypeMirrorFactory
 
addDataObjectSerializer(Element, TypeMirror, MapperInfo) - Method in class io.vertx.codegen.type.TypeMirrorFactory
 
addDataToAHAInfo(String, JsonObject) - Method in class io.vertx.core.impl.HAManager
 
addDefaultHandler(Handler<RoutingContext>) - Method in class io.vertx.ext.web.handler.impl.MultiTenantHandlerImpl
 
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.ext.web.handler.impl.CSPHandlerImpl
 
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.mail.MailConfig
 
addEnabledCipherSuite(String) - Method in class io.vertx.ext.web.client.WebClientOptions
 
addEnabledCipherSuite(String) - Method in class io.vertx.mqtt.MqttClientOptions
 
addEnabledCipherSuite(String) - Method in class io.vertx.mqtt.MqttServerOptions
 
addEnabledCipherSuite(String) - Method in class io.vertx.mssqlclient.MSSQLConnectOptions
 
addEnabledCipherSuite(String) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
addEnabledCipherSuite(String) - Method in class io.vertx.pgclient.PgConnectOptions
 
addEnabledCipherSuite(String) - Method in class io.vertx.proton.ProtonClientOptions
 
addEnabledCipherSuite(String) - Method in class io.vertx.proton.ProtonServerOptions
 
addEnabledSaslMechanism(String) - Method in class io.vertx.amqp.AmqpClientOptions
 
addEnabledSaslMechanism(String) - Method in class io.vertx.proton.ProtonClientOptions
Adds a mechanism name that the client may use during SASL negotiation.
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.mail.MailConfig
 
addEnabledSecureTransportProtocol(String) - Method in class io.vertx.ext.web.client.WebClientOptions
 
addEnabledSecureTransportProtocol(String) - Method in class io.vertx.mqtt.MqttClientOptions
 
addEnabledSecureTransportProtocol(String) - Method in class io.vertx.mqtt.MqttServerOptions
 
addEnabledSecureTransportProtocol(String) - Method in class io.vertx.mssqlclient.MSSQLConnectOptions
 
addEnabledSecureTransportProtocol(String) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
addEnabledSecureTransportProtocol(String) - Method in class io.vertx.pgclient.PgConnectOptions
 
addEnabledSecureTransportProtocol(String) - Method in class io.vertx.proton.ProtonClientOptions
 
addEnabledSecureTransportProtocol(String) - Method in class io.vertx.proton.ProtonServerOptions
 
addEndHandler(Handler<AsyncResult<Void>>) - Method in class io.vertx.ext.web.impl.RoutingContextDecorator
 
addEndHandler(Handler<AsyncResult<Void>>) - Method in class io.vertx.ext.web.impl.RoutingContextImpl
 
addEndHandler(Handler<AsyncResult<Void>>) - Method in class io.vertx.ext.web.impl.RoutingContextWrapper
 
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<Void>) - Method in class io.vertx.proton.impl.ProtonConnectionImpl
 
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
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.ext.web.api.validation.impl.HTTPRequestValidationHandlerImpl
 
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 class io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl
 
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.
addField(String, ParameterTypeValidator, boolean) - Method in class io.vertx.ext.web.api.validation.impl.ObjectTypeValidator
 
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.ext.web.api.validation.impl.HTTPRequestValidationHandlerImpl
 
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.
addFormParamRule(ParameterValidationRule) - Method in class io.vertx.ext.web.api.validation.impl.BaseValidationHandler
 
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.ext.web.api.validation.impl.HTTPRequestValidationHandlerImpl
 
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.ext.web.api.validation.impl.HTTPRequestValidationHandlerImpl
 
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.ext.web.api.validation.impl.HTTPRequestValidationHandlerImpl
 
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.ext.web.api.validation.impl.HTTPRequestValidationHandlerImpl
 
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 class io.vertx.ext.web.api.contract.impl.BaseRouterFactory
 
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.
addHandler(Handler<C>) - Method in class io.vertx.core.net.impl.VertxHandler
Set an handler to be called when the connection is set on this handler.
addHandlerByOperationId(String, Handler<RoutingContext>) - Method in class io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl
 
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 class io.vertx.ext.mail.impl.MailAttachmentImpl
 
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(CharSequence, CharSequence) - Method in class io.vertx.ext.web.client.impl.WebClientSessionAware
 
addHeader(String, String) - Method in class io.vertx.ext.web.client.impl.WebClientSessionAware
 
addHeader(CharSequence, Iterable<CharSequence>) - Method in class io.vertx.ext.web.client.impl.WebClientSessionAware
 
addHeader(String, Iterable<String>) - Method in class io.vertx.ext.web.client.impl.WebClientSessionAware
 
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, Buffer) - Method in class io.vertx.kafka.client.producer.impl.KafkaProducerRecordImpl
 
addHeader(String, String) - Method in class io.vertx.kafka.client.producer.impl.KafkaProducerRecordImpl
 
addHeader(KafkaHeader) - Method in class io.vertx.kafka.client.producer.impl.KafkaProducerRecordImpl
 
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.ext.web.api.validation.impl.HTTPRequestValidationHandlerImpl
 
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.
addHeaderParamRule(ParameterValidationRule) - Method in class io.vertx.ext.web.api.validation.impl.BaseValidationHandler
 
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.ext.web.api.validation.impl.HTTPRequestValidationHandlerImpl
 
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.ext.web.api.validation.impl.HTTPRequestValidationHandlerImpl
 
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 class io.vertx.kafka.client.producer.impl.KafkaProducerRecordImpl
 
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 class io.vertx.ext.web.impl.RoutingContextDecorator
 
addHeadersEndHandler(Handler<Void>) - Method in class io.vertx.ext.web.impl.RoutingContextImpl
 
addHeadersEndHandler(Handler<Void>) - Method in class io.vertx.ext.web.impl.RoutingContextWrapper
 
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.core.eventbus.impl.EventBusImpl
 
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
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.web.handler.sockjs.SockJSBridgeOptions
 
addInt(CharSequence, int) - Method in class io.vertx.core.http.impl.headers.HeadersMultiMap
 
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(Handler<HttpContext<?>>) - Method in class io.vertx.ext.web.client.impl.WebClientBase
 
addInterceptor(Handler<HttpContext<?>>) - Method in interface io.vertx.ext.web.client.impl.WebClientInternal
Add interceptor in the chain.
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
 
additionalPropertiesParser - Variable in class io.vertx.ext.web.validation.impl.parser.ObjectParser
 
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.ext.web.api.validation.impl.HTTPRequestValidationHandlerImpl
 
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(JWK) - Method in class io.vertx.ext.auth.impl.jose.JWT
Adds a JSON Web Key (rfc7517) to the crypto map.
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.
addListener(Listener<T>) - Method in class io.vertx.core.impl.future.FailedFuture
 
addListener(Listener<T>) - Method in interface io.vertx.core.impl.future.FutureInternal
Add a listener to the future result.
addListener(Listener<T>) - Method in class io.vertx.core.impl.future.SucceededFuture
 
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.
addMasterOnlyCommand(Command) - Static method in class io.vertx.redis.client.impl.RedisClusterClient
 
addMasterOnlyCommand(Command) - Static method in class io.vertx.redis.client.impl.RedisClusterConnection
 
addMultipartFileRule(String, String) - Method in class io.vertx.ext.web.api.validation.impl.BaseValidationHandler
 
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.ext.web.api.validation.impl.HTTPRequestValidationHandlerImpl
 
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.
addOption(String) - Method in class io.vertx.codegen.Compiler
 
addOption(Option) - Method in interface io.vertx.core.cli.CLI
Adds an option.
addOption(Option) - Method in class io.vertx.core.cli.impl.DefaultCLI
 
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.core.cli.impl.DefaultCLI
 
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.ext.web.handler.impl.CorsHandlerImpl
 
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.ext.web.handler.impl.CorsHandlerImpl
 
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.core.eventbus.impl.EventBusImpl
 
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
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.web.handler.sockjs.SockJSBridgeOptions
 
addParameterProcessorGenerator(ParameterProcessorGenerator) - Method in class io.vertx.ext.web.openapi.impl.OpenAPI3ValidationHandlerGenerator
 
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.ext.web.api.validation.impl.HTTPRequestValidationHandlerImpl
 
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.
addPathParamRule(ParameterValidationRule) - Method in class io.vertx.ext.web.api.validation.impl.BaseValidationHandler
 
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.ext.web.api.validation.impl.HTTPRequestValidationHandlerImpl
 
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.ext.web.api.validation.impl.HTTPRequestValidationHandlerImpl
 
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
 
addPredicate(Function<RoutingContext, RequestPredicateResult>) - Method in class io.vertx.ext.web.openapi.impl.GeneratorContext
 
addProperty(String, String) - Method in class io.vertx.db2client.DB2ConnectOptions
 
addProperty(String, String) - Method in class io.vertx.mssqlclient.MSSQLConnectOptions
 
addProperty(String, String) - Method in class io.vertx.mysqlclient.MySQLAuthOptions
Add a property for this client, which will be sent to server at the re-authentication.
addProperty(String, String) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
 
addProperty(String, String) - Method in class io.vertx.pgclient.PgConnectOptions
 
addProperty(PropertyKind<V>, V) - Method in interface io.vertx.sqlclient.impl.QueryResultHandler
 
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, ParameterType, boolean) - Method in class io.vertx.ext.web.api.validation.impl.HTTPRequestValidationHandlerImpl
 
addQueryParam(String, String) - Method in interface io.vertx.ext.web.client.HttpRequest
Add a query parameter to the request.
addQueryParam(String, String) - Method in class io.vertx.ext.web.client.impl.HttpRequestImpl
 
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.
addQueryParamRule(ParameterValidationRule) - Method in class io.vertx.ext.web.api.validation.impl.BaseValidationHandler
 
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.ext.web.api.validation.impl.HTTPRequestValidationHandlerImpl
 
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.ext.web.api.validation.impl.HTTPRequestValidationHandlerImpl
 
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.ext.web.api.validation.impl.HTTPRequestValidationHandlerImpl
 
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.ext.web.api.validation.impl.HTTPRequestValidationHandlerImpl
 
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.
addRawValue(Option, String) - Method in class io.vertx.core.cli.impl.DefaultCommandLine
 
addReducer(Command, Function<List<Response>, Response>) - Static method in class io.vertx.redis.client.impl.RedisClusterClient
 
addReducer(Command, Function<List<Response>, Response>) - Static method in class io.vertx.redis.client.impl.RedisClusterConnection
 
addRegistration(String, HandlerRegistration<T>, boolean, boolean, Promise<Void>) - Method in class io.vertx.core.eventbus.impl.EventBusImpl
 
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
 
addReporter(Reporter) - Method in class io.vertx.ext.unit.impl.TestCompletionImpl
 
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(String) - Method in class io.vertx.amqp.impl.AmqpMessageBuilderImpl
 
address() - Method in class io.vertx.amqp.impl.AmqpMessageImpl
 
address() - Method in class io.vertx.amqp.impl.AmqpReceiverImpl
 
address() - Method in class io.vertx.amqp.impl.AmqpSenderImpl
 
address - Variable in class io.vertx.core.eventbus.impl.HandlerRegistration
 
address() - Method in class io.vertx.core.eventbus.impl.MessageConsumerImpl
 
address - Variable in class io.vertx.core.eventbus.impl.MessageImpl
 
address() - Method in class io.vertx.core.eventbus.impl.MessageImpl
 
address() - Method in class io.vertx.core.eventbus.impl.MessageProducerImpl
 
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() - 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.
AddressResolver - Class in io.vertx.core.impl
 
AddressResolver(Vertx, AddressResolverOptions) - Constructor for class io.vertx.core.impl.AddressResolver
 
addressResolver() - Method in class io.vertx.core.impl.VertxImpl
 
addressResolver() - Method in interface io.vertx.core.impl.VertxInternal
 
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
 
addRootCrl(String) - Method in class io.vertx.ext.auth.webauthn.WebAuthnOptions
 
addRule(ParameterValidationRule, ParameterLocation) - Method in class io.vertx.ext.web.api.validation.impl.BaseValidationHandler
 
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) - Method in class io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl
 
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) - Method in class io.vertx.ext.web.api.contract.openapi3.impl.OpenAPI3RouterFactoryImpl
 
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(CharSequence, short) - Method in class io.vertx.core.http.impl.headers.HeadersMultiMap
 
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.
addShutdownHook(Vertx, Logger, Runnable) - Static method in class io.vertx.core.impl.launcher.commands.BareCommand
Registers a shutdown hook closing the given vert.x instance when the JVM is terminating.
addSignedHeader(String) - Method in class io.vertx.ext.mail.DKIMSignOptions
Adds the signed header
addStatement(JsonObject) - Method in class io.vertx.ext.auth.webauthn.impl.metadata.MetaDataServiceImpl
 
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 class io.vertx.ext.web.handler.impl.MultiTenantHandlerImpl
 
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.
addToMapIfAbsent(MultiMap, CharSequence, CharSequence) - Static method in class io.vertx.ext.web.impl.Utils
 
addTransport(AuthenticatorTransport) - Method in class io.vertx.ext.auth.webauthn.WebAuthnOptions
 
addTransportFilter(ServerTransportFilter) - Method in class io.vertx.grpc.VertxServerBuilder
 
addUnSupportedCommand(Command, String) - Static method in class io.vertx.redis.client.impl.RedisClusterClient
 
addUnSupportedCommand(Command, String) - Static method in class io.vertx.redis.client.impl.RedisClusterConnection
 
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 class io.vertx.sqlclient.impl.ArrayTuple
 
addValue(Object) - Method in class io.vertx.sqlclient.impl.ListTuple
 
addValue(Object) - Method in class io.vertx.sqlclient.templates.impl.JsonTuple
 
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.
addWorker(EventLoop) - Method in class io.vertx.core.net.impl.VertxEventLoopGroup
 
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.ext.web.api.validation.impl.HTTPRequestValidationHandlerImpl
 
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.
adjustDdmLength(int, int) - Method in class io.vertx.db2client.impl.drda.DRDAResponse
 
adjustLengths(int) - Method in class io.vertx.db2client.impl.drda.DRDAResponse
 
adjustLocation(String) - Method in class io.vertx.ext.web.common.template.CachingTemplateEngine
 
affectedRows() - Method in class io.vertx.mysqlclient.impl.protocol.Packets.OkPacket
 
after(Handler<TestContext>) - Method in class io.vertx.ext.unit.impl.TestSuiteImpl
 
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.impl.launcher.commands.RunCommand
 
afterConfigParsed(JsonObject) - Method in interface io.vertx.core.impl.launcher.VertxLifecycleHooks
Hook for sub-classes of the Launcher class before the vertx instance is started.
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 class io.vertx.ext.unit.impl.TestSuiteImpl
 
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.impl.launcher.commands.BareCommand
Hook called after starting vert.x.
afterStartingVertx(Vertx) - Method in interface io.vertx.core.impl.launcher.VertxLifecycleHooks
Hook for sub-classes of the Launcher class after the vertx instance is started.
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.impl.launcher.commands.RunCommand
 
afterStoppingVertx() - Method in interface io.vertx.core.impl.launcher.VertxLifecycleHooks
Hook for sub classes of the Launcher class called after the Vertx instance has been terminated.
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
AGENT - Static variable in class io.vertx.db2client.impl.drda.CodePoint
Agent codepoint constant.
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 class io.vertx.ext.mongo.impl.MongoClientImpl
 
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.
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 class io.vertx.ext.mongo.impl.MongoClientImpl
 
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.
AgroalCPDataSourceProvider - Class in io.vertx.ext.jdbc.spi.impl
 
AgroalCPDataSourceProvider() - Constructor for class io.vertx.ext.jdbc.spi.impl.AgroalCPDataSourceProvider
 
AgroalCPDataSourceProvider - Class in io.vertx.jdbcclient.impl
 
AgroalCPDataSourceProvider(JDBCConnectOptions, PoolOptions) - Constructor for class io.vertx.jdbcclient.impl.AgroalCPDataSourceProvider
 
ALG_SIGN_ED25519_EDDSA_SHA256_RAW - Static variable in class io.vertx.ext.auth.webauthn.impl.metadata.MetaData
 
ALG_SIGN_RSASSA_PKCSV15_SHA1_RAW - Static variable in class io.vertx.ext.auth.webauthn.impl.metadata.MetaData
 
ALG_SIGN_RSASSA_PKCSV15_SHA256_RAW - Static variable in class io.vertx.ext.auth.webauthn.impl.metadata.MetaData
 
ALG_SIGN_RSASSA_PKCSV15_SHA384_RAW - Static variable in class io.vertx.ext.auth.webauthn.impl.metadata.MetaData
 
ALG_SIGN_RSASSA_PKCSV15_SHA512_RAW - Static variable in class io.vertx.ext.auth.webauthn.impl.metadata.MetaData
 
ALG_SIGN_RSASSA_PSS_SHA256_DER - Static variable in class io.vertx.ext.auth.webauthn.impl.metadata.MetaData
 
ALG_SIGN_RSASSA_PSS_SHA256_RAW - Static variable in class io.vertx.ext.auth.webauthn.impl.metadata.MetaData
 
ALG_SIGN_RSASSA_PSS_SHA384_RAW - Static variable in class io.vertx.ext.auth.webauthn.impl.metadata.MetaData
 
ALG_SIGN_RSASSA_PSS_SHA512_RAW - Static variable in class io.vertx.ext.auth.webauthn.impl.metadata.MetaData
 
ALG_SIGN_SECP256K1_ECDSA_SHA256_DER - Static variable in class io.vertx.ext.auth.webauthn.impl.metadata.MetaData
 
ALG_SIGN_SECP256K1_ECDSA_SHA256_RAW - Static variable in class io.vertx.ext.auth.webauthn.impl.metadata.MetaData
 
ALG_SIGN_SECP256R1_ECDSA_SHA256_DER - Static variable in class io.vertx.ext.auth.webauthn.impl.metadata.MetaData
 
ALG_SIGN_SECP256R1_ECDSA_SHA256_RAW - Static variable in class io.vertx.ext.auth.webauthn.impl.metadata.MetaData
A mapping of ALG_SIGN hex values (as unsigned shorts) to COSE curve values.
ALG_SIGN_SECP384R1_ECDSA_SHA384_RAW - Static variable in class io.vertx.ext.auth.webauthn.impl.metadata.MetaData
 
ALG_SIGN_SECP521R1_ECDSA_SHA512_RAW - Static variable in class io.vertx.ext.auth.webauthn.impl.metadata.MetaData
 
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(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(Future<?>...) - Static method in class io.vertx.core.impl.future.CompositeFutureImpl
 
all() - Static method in interface io.vertx.ext.auth.ChainAuth
Create a Chainable Auth Provider auth provider that will resolve if all auth providers are successful.
all() - Static method in interface io.vertx.ext.web.handler.ChainAuthHandler
Create a chain authentication handler that will assert that all handlers pass the verification.
all(Handler<AsyncResult<List<Row>>>) - Method in class io.vertx.reactivex.cassandra.ResultSet
all() - Method in class io.vertx.reactivex.cassandra.ResultSet
all() - Static method in class io.vertx.reactivex.ext.auth.ChainAuth
Create a Chainable Auth Provider auth provider that will resolve if all auth providers are successful.
all() - Static method in class io.vertx.reactivex.ext.web.handler.ChainAuthHandler
Create a chain authentication handler that will assert that all handlers pass the verification.
all(Handler<AsyncResult<List<Row>>>) - Method in class io.vertx.rxjava.cassandra.ResultSet
all() - Method in class io.vertx.rxjava.cassandra.ResultSet
all() - Static method in class io.vertx.rxjava.ext.auth.ChainAuth
Create a Chainable Auth Provider auth provider that will resolve if all auth providers are successful.
all() - Static method in class io.vertx.rxjava.ext.web.handler.ChainAuthHandler
Create a chain authentication handler that will assert that all handlers pass the verification.
all() - Static method in class io.vertx.servicediscovery.impl.ServiceTypes
 
allArgs - Variable in class io.vertx.core.cli.impl.DefaultCommandLine
 
allArguments() - Method in interface io.vertx.core.cli.CommandLine
 
allArguments() - Method in class io.vertx.core.cli.impl.DefaultCommandLine
 
allArguments() - Method in class io.vertx.reactivex.core.cli.CommandLine
 
allArguments() - Method in class io.vertx.rxjava.core.cli.CommandLine
 
allocateCharBuffer() - Method in class io.vertx.db2client.impl.drda.Cursor
 
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.ext.web.handler.impl.CorsHandlerImpl
 
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.ext.web.handler.impl.CorsHandlerImpl
 
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.ext.web.handler.impl.CorsHandlerImpl
 
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.ext.web.handler.impl.CorsHandlerImpl
 
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.ext.web.handler.impl.CorsHandlerImpl
 
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.
allowEmbeddedKey(boolean) - Method in class io.vertx.ext.auth.impl.jose.JWT
Enable/Disable support for embedded keys.
allowEmptyValue() - Method in class io.vertx.ext.web.api.validation.impl.ParameterValidationRuleImpl
 
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 class io.vertx.ext.web.impl.RouterImpl
 
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.
allRowsReceivedFromServer() - Method in class io.vertx.db2client.impl.drda.Cursor
Return true if all rows are received from the server.
alpnName() - Method in enum io.vertx.core.http.HttpVersion
 
ALREADY_CLOSED - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
alterConfigs(Map<ConfigResource, Config>, Handler<AsyncResult<Void>>) - Method in class io.vertx.kafka.admin.impl.KafkaAdminClientImpl
 
alterConfigs(Map<ConfigResource, Config>) - Method in class io.vertx.kafka.admin.impl.KafkaAdminClientImpl
 
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 class io.vertx.kafka.admin.impl.KafkaAdminClientImpl
 
alterConsumerGroupOffsets(String, Map<TopicPartition, OffsetAndMetadata>) - Method in class io.vertx.kafka.admin.impl.KafkaAdminClientImpl
 
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
ALTMETADATA_TOKEN - Static variable in class io.vertx.mssqlclient.impl.protocol.token.DataPacketStreamTokenType
 
ALTROW_TOKEN - Static variable in class io.vertx.mssqlclient.impl.protocol.token.DataPacketStreamTokenType
 
AM_NO_FACTORY_FOR_IMPLEMENTATION - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
AM_NO_SUCH_CONGLOMERATE_DROP - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
AM_NO_SUCH_CONGLOMERATE_TYPE - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
AM_NO_SUCH_SORT - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
AM_RECORD_NOT_FOUND - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
AM_SCAN_NOT_POSITIONED - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
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
 
AMBIGIOUS_PROTOCOL - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
AMBIGUOUS_COLUMN_NAME - Static variable in class io.vertx.db2client.impl.drda.SqlCode
 
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
 
AmqpClientImpl - Class in io.vertx.amqp.impl
 
AmqpClientImpl(Vertx, AmqpClientOptions, boolean) - Constructor for class io.vertx.amqp.impl.AmqpClientImpl
 
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
 
AmqpConnectionImpl - Class in io.vertx.amqp.impl
 
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
 
AmqpMessageBuilderImpl - Class in io.vertx.amqp.impl
 
AmqpMessageBuilderImpl() - Constructor for class io.vertx.amqp.impl.AmqpMessageBuilderImpl
 
AmqpMessageBuilderImpl(AmqpMessage) - Constructor for class io.vertx.amqp.impl.AmqpMessageBuilderImpl
 
AmqpMessageBuilderImpl(Message) - Constructor for class io.vertx.amqp.impl.AmqpMessageBuilderImpl
 
AmqpMessageImpl - Class in io.vertx.amqp.impl
 
AmqpMessageImpl(Message, ProtonDelivery, AmqpConnectionImpl) - Constructor for class io.vertx.amqp.impl.AmqpMessageImpl
 
AmqpMessageImpl(Message) - Constructor for class io.vertx.amqp.impl.AmqpMessageImpl
 
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
 
AmqpReceiverImpl - Class in io.vertx.amqp.impl
 
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
 
AmqpSenderImpl - Class in io.vertx.amqp.impl
 
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
 
AmqpSubscription(Subscriber<? super Delivery>) - Constructor for class io.vertx.proton.streams.impl.ProtonPublisherImpl.AmqpSubscription
 
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
 
AndAuthorizationConverter - Class in io.vertx.ext.auth.authorization.impl
 
AndAuthorizationConverter() - Constructor for class io.vertx.ext.auth.authorization.impl.AndAuthorizationConverter
 
AndAuthorizationImpl - Class in io.vertx.ext.auth.authorization.impl
 
AndAuthorizationImpl() - Constructor for class io.vertx.ext.auth.authorization.impl.AndAuthorizationImpl
 
AndroidKeyAttestation - Class in io.vertx.ext.auth.webauthn.impl.attestation
Implementation of the "android-key" attestation check.
AndroidKeyAttestation() - Constructor for class io.vertx.ext.auth.webauthn.impl.attestation.AndroidKeyAttestation
 
AndroidSafetynetAttestation - Class in io.vertx.ext.auth.webauthn.impl.attestation
Implementation of the "android-safetynet" attestation check.
AndroidSafetynetAttestation() - Constructor for class io.vertx.ext.auth.webauthn.impl.attestation.AndroidSafetynetAttestation
 
annotations - Variable in class io.vertx.codegen.ClassModel
 
annotations() - Method in class io.vertx.codegen.Generator
 
annotations() - Method in class io.vertx.codegen.generators.dataobjecthelper.DataObjectHelperGen
 
annotations() - Method in class io.vertx.ext.web.api.service.generator.WebApiProxyHandlerGen
 
annotations() - Method in class io.vertx.lang.rx.AbstractRxGenerator
 
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
 
AnnotationValueInfo - Class in io.vertx.codegen.type
 
AnnotationValueInfo(String) - Constructor for class io.vertx.codegen.type.AnnotationValueInfo
 
AnnotationValueInfo(String, Map<String, Object>) - Constructor for class io.vertx.codegen.type.AnnotationValueInfo
 
annotationValueInfoFactory - Variable in class io.vertx.codegen.ClassModel
 
AnnotationValueInfoFactory - Class in io.vertx.codegen.type
 
AnnotationValueInfoFactory(TypeMirrorFactory) - Constructor for class io.vertx.codegen.type.AnnotationValueInfoFactory
 
ANONYMOUS_RELAY - Static variable in class io.vertx.proton.impl.ProtonConnectionImpl
 
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(Future<?>...) - Static method in class io.vertx.core.impl.future.CompositeFutureImpl
 
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 variable in class io.vertx.ext.auth.webauthn.impl.ASN1
 
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.
anyJavaTypeMethods - Variable in class io.vertx.codegen.ClassModel
 
anyOf(SchemaBuilder...) - Static method in class io.vertx.json.schema.common.dsl.Schemas
 
anyOfGroup(int, RegexBuilder...) - Method in class io.vertx.ext.web.openapi.impl.RegexBuilder
 
anyOfGroup(int, Stream<RegexBuilder>) - Method in class io.vertx.ext.web.openapi.impl.RegexBuilder
 
AnyOfOneOfSingleParameterParser - Class in io.vertx.ext.web.openapi.impl
 
AnyOfOneOfSingleParameterParser(String, List<ValueParser<String>>) - Constructor for class io.vertx.ext.web.openapi.impl.AnyOfOneOfSingleParameterParser
 
AnyOfTypeValidator - Class in io.vertx.ext.web.api.validation.impl
 
AnyOfTypeValidator(List<ParameterTypeValidator>) - Constructor for class io.vertx.ext.web.api.validation.impl.AnyOfTypeValidator
 
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
 
ApiTypeInfo - Class in io.vertx.codegen.type
A special subclass for ClassKind.API kinds.
ApiTypeInfo(String, boolean, List<TypeParamInfo.Class>, TypeInfo, ModuleInfo, boolean, boolean, DataObjectInfo) - Constructor for class io.vertx.codegen.type.ApiTypeInfo
 
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
 
ApolloWSHandlerImpl - Class in io.vertx.ext.web.handler.graphql.impl
 
ApolloWSHandlerImpl(GraphQL, ApolloWSOptions) - Constructor for class io.vertx.ext.web.handler.graphql.impl.ApolloWSHandlerImpl
 
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
 
ApolloWSMessageImpl - Class in io.vertx.ext.web.handler.graphql.impl
 
ApolloWSMessageImpl(ServerWebSocket, ApolloWSMessageType, JsonObject) - Constructor for class io.vertx.ext.web.handler.graphql.impl.ApolloWSMessageImpl
 
ApolloWSMessageImpl(ServerWebSocket, ApolloWSMessageType, JsonObject, Object) - Constructor for class io.vertx.ext.web.handler.graphql.impl.ApolloWSMessageImpl
 
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(CharSequence) - Method in class io.vertx.codegen.writer.CodeWriter
 
append(CharSequence, int, int) - Method in class io.vertx.codegen.writer.CodeWriter
 
append(char) - Method in class io.vertx.codegen.writer.CodeWriter
 
append(String) - Method in class io.vertx.core.json.pointer.impl.JsonPointerImpl
 
append(int) - Method in class io.vertx.core.json.pointer.impl.JsonPointerImpl
 
append(List<String>) - Method in class io.vertx.core.json.pointer.impl.JsonPointerImpl
 
append(JsonPointer) - Method in class io.vertx.core.json.pointer.impl.JsonPointerImpl
 
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.ext.web.api.contract.openapi3.impl.RegexBuilder
 
append(String) - Method in class io.vertx.ext.web.openapi.impl.RegexBuilder
 
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 class io.vertx.core.json.pointer.impl.JsonPointerIteratorImpl
 
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.core.buffer.impl.BufferImpl
 
appendBuffer(Buffer, int, int) - Method in class io.vertx.core.buffer.impl.BufferImpl
 
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.core.buffer.impl.BufferImpl
 
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.core.buffer.impl.BufferImpl
 
appendBytes(byte[], int, int) - Method in class io.vertx.core.buffer.impl.BufferImpl
 
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.core.buffer.impl.BufferImpl
 
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.core.buffer.impl.BufferImpl
 
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.core.buffer.impl.BufferImpl
 
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.core.buffer.impl.BufferImpl
 
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.core.buffer.impl.BufferImpl
 
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.core.buffer.impl.BufferImpl
 
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.core.buffer.impl.BufferImpl
 
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.core.buffer.impl.BufferImpl
 
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.
appendQueryPlaceholder(StringBuilder, int, int) - Method in class io.vertx.mssqlclient.impl.MSSQLConnectionImpl
 
appendQueryPlaceholder(StringBuilder, int, int) - Method in class io.vertx.mssqlclient.impl.MSSQLPoolImpl
 
appendQueryPlaceholder(StringBuilder, int, int) - Method in class io.vertx.pgclient.impl.PgConnectionImpl
 
appendQueryPlaceholder(StringBuilder, int, int) - Method in class io.vertx.pgclient.impl.PgPoolImpl
 
appendQueryPlaceholder(StringBuilder, int, int) - Method in class io.vertx.sqlclient.impl.SqlClientBase
 
appendQueryPlaceholder(StringBuilder, int, int) - Method in interface io.vertx.sqlclient.impl.SqlClientInternal
Append a parameter placeholder in the query.
appendShort(short) - Method in interface io.vertx.core.buffer.Buffer
Appends the specified short to the end of the Buffer.The buffer will expand as necessary to accommodate any bytes written.
appendShort(short) - Method in class io.vertx.core.buffer.impl.BufferImpl
 
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.core.buffer.impl.BufferImpl
 
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.core.buffer.impl.BufferImpl
 
appendString(String) - Method in class io.vertx.core.buffer.impl.BufferImpl
 
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.
appendToMapIfAbsent(MultiMap, CharSequence, CharSequence, CharSequence) - Static method in class io.vertx.ext.web.impl.Utils
 
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.core.buffer.impl.BufferImpl
 
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.core.buffer.impl.BufferImpl
 
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.core.buffer.impl.BufferImpl
 
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.core.buffer.impl.BufferImpl
 
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.core.buffer.impl.BufferImpl
 
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.
AppleAttestation - Class in io.vertx.ext.auth.webauthn.impl.attestation
Implementation of the Apple attestation check.
AppleAttestation() - Constructor for class io.vertx.ext.auth.webauthn.impl.attestation.AppleAttestation
 
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 class io.vertx.core.net.impl.NetSocketImpl
 
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(JsonObject) - Method in class io.vertx.amqp.impl.AmqpMessageBuilderImpl
 
applicationProperties() - Method in class io.vertx.amqp.impl.AmqpMessageImpl
 
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
 
applicationProtocol() - Method in class io.vertx.core.net.impl.ChannelProvider
 
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 class io.vertx.ext.web.client.impl.predicate.ErrorConverterImpl
 
apply(HttpResponse<Void>) - Method in class io.vertx.ext.web.client.impl.predicate.ResponsePredicateImpl
 
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(Completable) - Method in class io.vertx.reactivex.ext.sql.impl.InTransactionCompletable
 
apply(Flowable<T>) - Method in class io.vertx.reactivex.ext.sql.impl.InTransactionFlowable
 
apply(Maybe<T>) - Method in class io.vertx.reactivex.ext.sql.impl.InTransactionMaybe
 
apply(Observable<T>) - Method in class io.vertx.reactivex.ext.sql.impl.InTransactionObservable
 
apply(Single<T>) - Method in class io.vertx.reactivex.ext.sql.impl.InTransactionSingle
 
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(Flowable<B>) - Method in class io.vertx.reactivex.impl.FlowableUnmarshaller
 
apply(Maybe<B>) - Method in class io.vertx.reactivex.impl.MaybeUnmarshaller
 
apply(Observable<B>) - Method in class io.vertx.reactivex.impl.ObservableUnmarshaller
 
apply(Single<B>) - Method in class io.vertx.reactivex.impl.SingleUnmarshaller
 
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.
 
apply(Integer) - Method in class io.vertx.sqlclient.templates.impl.SqlTemplate
 
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
 
applyIdLengthLimit(String) - Static method in class io.vertx.pgclient.impl.pubsub.PgSubscriberImpl
 
applyStatementOptions(Statement) - Method in class io.vertx.ext.jdbc.impl.actions.AbstractJDBCAction
 
applySystemProperties() - Method in class io.vertx.core.spi.launcher.DefaultCommand
Sets the system properties specified by the user command line.
APR1 - Class in io.vertx.ext.auth.htpasswd.impl.hash
Implementation of the APR1 Hashing algorithm
APR1() - Constructor for class io.vertx.ext.auth.htpasswd.impl.hash.APR1
 
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(long) - Method in class io.vertx.redis.client.impl.RequestImpl
 
arg(boolean) - Method in class io.vertx.redis.client.impl.RequestImpl
 
arg(byte[]) - Method in class io.vertx.redis.client.impl.RequestImpl
 
arg(Buffer) - Method in class io.vertx.redis.client.impl.RequestImpl
 
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 - Class in io.vertx.core.impl
 
Args(String[]) - Constructor for class io.vertx.core.impl.Args
 
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 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.
ARGUMENT_MAY_NOT_BE_NULL - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
ArgumentConverter - Class in io.vertx.core.cli
Converter and mapper for Argument.
ArgumentConverter() - Constructor for class io.vertx.core.cli.ArgumentConverter
 
Arguments - Class in io.vertx.core.impl
Helper class to perform extended checks on arguments analogous to Objects.requireNonNull(Object, String).
Arguments() - Constructor for class io.vertx.core.impl.Arguments
 
argumentValues - Variable in class io.vertx.core.cli.impl.DefaultCommandLine
 
array() - Method in class io.vertx.proton.impl.ProtonReadableBufferImpl
 
arrayEventMode() - Method in class io.vertx.core.parsetools.impl.JsonParserImpl
 
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
 
arrayOffset() - Method in class io.vertx.proton.impl.ProtonReadableBufferImpl
 
ArrayParser - Class in io.vertx.ext.web.validation.impl.parser
 
ArrayParser(ValueParser<String>) - Constructor for class io.vertx.ext.web.validation.impl.parser.ArrayParser
 
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
 
ArrayTuple - Class in io.vertx.sqlclient.impl
 
ArrayTuple(int) - Constructor for class io.vertx.sqlclient.impl.ArrayTuple
 
ArrayTuple(Collection<?>) - Constructor for class io.vertx.sqlclient.impl.ArrayTuple
 
ArrayTuple(Tuple) - Constructor for class io.vertx.sqlclient.impl.ArrayTuple
 
ArrayTypeInfo - Class in io.vertx.codegen.type
 
ArrayTypeInfo(TypeInfo, boolean) - Constructor for class io.vertx.codegen.type.ArrayTypeInfo
 
ArrayTypeValidator - Class in io.vertx.ext.web.api.validation.impl
 
ArrayTypeValidator(ParameterTypeValidator, ContainerDeserializer, boolean, Integer, Integer) - Constructor for class io.vertx.ext.web.api.validation.impl.ArrayTypeValidator
 
ArrayTypeValidator.ArrayTypeValidatorFactory - Class in io.vertx.ext.web.api.validation.impl
 
ArrayTypeValidatorFactory() - Constructor for class io.vertx.ext.web.api.validation.impl.ArrayTypeValidator.ArrayTypeValidatorFactory
 
arrayValue() - Method in class io.vertx.core.parsetools.impl.JsonEventImpl
 
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 class io.vertx.core.parsetools.impl.JsonParserImpl
 
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.ext.web.client.impl.HttpRequestImpl
 
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.
asEventLoopContext(ContextInternal) - Static method in interface io.vertx.sqlclient.impl.ConnectionFactory
 
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.
asList(ResultSet) - Method in class io.vertx.ext.jdbc.impl.actions.JDBCStatementHelper
 
asList(T) - Static method in class io.vertx.ext.mail.impl.Utils
 
asMessageHandler() - Method in interface io.vertx.ext.unit.collect.EventBusCollector
 
asMessageHandler() - Method in class io.vertx.ext.unit.collect.impl.EventBusCollectorImpl
 
ASN1 - Class in io.vertx.ext.auth.webauthn.impl
 
ASN1() - Constructor for class io.vertx.ext.auth.webauthn.impl.ASN1
 
ASN1.ASN - Class in io.vertx.ext.auth.webauthn.impl
 
ASN1.ASNLength - Class in io.vertx.ext.auth.webauthn.impl
 
ASN1.ASNTag - Class in io.vertx.ext.auth.webauthn.impl
 
asReadStream(Flowable<R>, Function<R, J>) - Static method in class io.vertx.reactivex.impl.ReadStreamSubscriber
 
asReadStream(Observable<R>, Function<R, J>) - Static method in class io.vertx.reactivex.impl.ReadStreamSubscriber
 
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 class io.vertx.ext.unit.impl.TestContextImpl
 
assertEquals(Object, Object, String) - Method in class io.vertx.ext.unit.impl.TestContextImpl
 
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 class io.vertx.ext.unit.impl.TestContextImpl
 
assertFalse(boolean, String) - Method in class io.vertx.ext.unit.impl.TestContextImpl
 
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 class io.vertx.ext.unit.impl.TestContextImpl
 
assertInRange(double, double, double, String) - Method in class io.vertx.ext.unit.impl.TestContextImpl
 
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, String) - Method in class io.vertx.ext.unit.impl.TestContextImpl
 
assertNotEquals(Object, Object) - Method in class io.vertx.ext.unit.impl.TestContextImpl
 
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 class io.vertx.ext.unit.impl.TestContextImpl
 
assertNotNull(Object, String) - Method in class io.vertx.ext.unit.impl.TestContextImpl
 
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 class io.vertx.ext.unit.impl.TestContextImpl
 
assertNull(Object, String) - Method in class io.vertx.ext.unit.impl.TestContextImpl
 
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, String) - Method in class io.vertx.ext.unit.impl.TestContextImpl
 
assertTrue(boolean) - Method in class io.vertx.ext.unit.impl.TestContextImpl
 
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 class io.vertx.kafka.client.consumer.impl.KafkaConsumerImpl
 
assign(Set<TopicPartition>) - Method in class io.vertx.kafka.client.consumer.impl.KafkaConsumerImpl
 
assign(TopicPartition, Handler<AsyncResult<Void>>) - Method in class io.vertx.kafka.client.consumer.impl.KafkaConsumerImpl
 
assign(Set<TopicPartition>, Handler<AsyncResult<Void>>) - Method in class io.vertx.kafka.client.consumer.impl.KafkaConsumerImpl
 
assign(Set<TopicPartition>) - Method in class io.vertx.kafka.client.consumer.impl.KafkaReadStreamImpl
 
assign(Set<TopicPartition>, Handler<AsyncResult<Void>>) - Method in class io.vertx.kafka.client.consumer.impl.KafkaReadStreamImpl
 
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 class io.vertx.kafka.client.consumer.impl.KafkaConsumerImpl
 
assignment() - Method in class io.vertx.kafka.client.consumer.impl.KafkaConsumerImpl
 
assignment(Handler<AsyncResult<Set<TopicPartition>>>) - Method in class io.vertx.kafka.client.consumer.impl.KafkaReadStreamImpl
 
assignment() - Method in class io.vertx.kafka.client.consumer.impl.KafkaReadStreamImpl
 
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 class io.vertx.kafka.client.consumer.impl.KafkaConsumerImpl
 
asStream() - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
 
asStream() - Method in class io.vertx.kafka.client.producer.impl.KafkaProducerImpl
 
asStream() - Method in interface io.vertx.kafka.client.producer.KafkaProducer
 
Async - Interface in io.vertx.ext.unit
An asynchronous exit point for a test.

async() - Method in class io.vertx.ext.unit.impl.TestContextImpl
 
async(int) - Method in class io.vertx.ext.unit.impl.TestContextImpl
 
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 class io.vertx.ext.unit.impl.TestContextImpl
 
asyncAssertFailure(Handler<Throwable>) - Method in class io.vertx.ext.unit.impl.TestContextImpl
 
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 class io.vertx.ext.unit.impl.TestContextImpl
 
asyncAssertSuccess(Handler<T>) - Method in class io.vertx.ext.unit.impl.TestContextImpl
 
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
 
AsyncFileImpl - Class in io.vertx.core.file.impl
This class is optimised for performance when used on the same event loop that is was passed to the handler with.
AsynchronousCounter - Class in io.vertx.core.shareddata.impl
 
AsynchronousCounter(VertxInternal) - Constructor for class io.vertx.core.shareddata.impl.AsynchronousCounter
 
AsynchronousCounter(VertxInternal, AtomicLong) - Constructor for class io.vertx.core.shareddata.impl.AsynchronousCounter
 
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
 
AsyncResolveConnectHelper - Class in io.vertx.core.net.impl
 
AsyncResolveConnectHelper() - Constructor for class io.vertx.core.net.impl.AsyncResolveConnectHelper
 
AsyncResult<T> - Interface in io.vertx.core
Encapsulates the result of an asynchronous operation.
AsyncResultCompletable - Class in io.vertx.reactivex.impl
 
AsyncResultCompletable(Consumer<Handler<AsyncResult<Void>>>) - Constructor for class io.vertx.reactivex.impl.AsyncResultCompletable
 
AsyncResultMaybe<T> - Class in io.vertx.reactivex.impl
 
AsyncResultMaybe(Consumer<Handler<AsyncResult<T>>>) - Constructor for class io.vertx.reactivex.impl.AsyncResultMaybe
 
AsyncResultSingle<T> - Class in io.vertx.reactivex.impl
 
AsyncResultSingle(Consumer<Handler<AsyncResult<T>>>) - Constructor for class io.vertx.reactivex.impl.AsyncResultSingle
 
AsyncValidator - Interface in io.vertx.json.schema.common
 
atomicGroup(RegexBuilder) - Method in class io.vertx.ext.web.api.contract.openapi3.impl.RegexBuilder
 
atomicGroup(RegexBuilder) - Method in class io.vertx.ext.web.openapi.impl.RegexBuilder
 
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.
attachments() - Method in class io.vertx.proton.impl.ProtonConnectionImpl
 
attachments() - Method in class io.vertx.proton.impl.ProtonDeliveryImpl
 
attachments() - Method in class io.vertx.proton.impl.ProtonSessionImpl
 
attachments() - Method in interface io.vertx.proton.ProtonConnection
Retrieves the attachments record, upon which application items can be set/retrieved.
attachments() - Method in interface io.vertx.proton.ProtonDelivery
Retrieves the attachments record, upon which application items can be set/retrieved.
attachments() - Method in interface io.vertx.proton.ProtonLink
Retrieves the attachments record, upon which application items can be set/retrieved.
attachments() - Method in interface io.vertx.proton.ProtonSession
Retrieves the attachments record, upon which application items can be set/retrieved.
Attestation - Enum in io.vertx.ext.auth.webauthn
AttestationConveyancePreference https://www.w3.org/TR/webauthn/#attestation-convey
Attestation - Interface in io.vertx.ext.auth.webauthn.impl.attestation
 
ATTESTATION_ATTCA - Static variable in class io.vertx.ext.auth.webauthn.impl.metadata.MetaData
 
ATTESTATION_BASIC_FULL - Static variable in class io.vertx.ext.auth.webauthn.impl.metadata.MetaData
A map of ATTESTATION hex values (as unsigned shorts).
ATTESTATION_BASIC_SURROGATE - Static variable in class io.vertx.ext.auth.webauthn.impl.metadata.MetaData
 
ATTESTATION_DATA - Static variable in class io.vertx.ext.auth.webauthn.impl.AuthData
 
ATTESTATION_ECDAA - Static variable in class io.vertx.ext.auth.webauthn.impl.metadata.MetaData
 
AttestationException - Exception in io.vertx.ext.auth.webauthn.impl.attestation
 
AttestationException(String) - Constructor for exception io.vertx.ext.auth.webauthn.impl.attestation.AttestationException
 
AttestationException(Throwable) - Constructor for exception io.vertx.ext.auth.webauthn.impl.attestation.AttestationException
 
attribute(String, String) - Method in class io.vertx.ext.web.multipart.impl.MultipartFormImpl
 
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 class io.vertx.ext.auth.impl.UserImpl
 
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
AttributeType - Class in io.vertx.redis.client.impl.types
A Redis MULTI response can represent a List/Set/Map type.
Auth - Class in io.vertx.config.vault.client
Represents Auth result.
Auth() - Constructor for class io.vertx.config.vault.client.Auth
 
auth() - Method in class io.vertx.mqtt.impl.MqttEndpointImpl
 
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_CANNOT_SET_READ_WRITE - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
AUTH_DATABASE_CONNECTION_REFUSED - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
AUTH_DATABASE_CREATE_EXCEPTION - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
AUTH_DATABASE_CREATE_MISSING_PERMISSION - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
AUTH_DDL_WITH_READ_ONLY_CONNECTION - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
AUTH_DECRYPT_NOT_DB_OWNER - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
AUTH_DUPLICATE_USERS - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
AUTH_EMPTY_CREDENTIALS - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
AUTH_ENCRYPT_ALREADY_BOOTED - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
AUTH_ENCRYPT_NOT_DB_OWNER - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
AUTH_GRANT_REVOKE_NOT_ALLOWED - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
AUTH_HARD_UPGRADE_NOT_DB_OWNER - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
AUTH_INTERNAL_BAD_UUID - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
AUTH_INVALID_AUTHORIZATION_PROPERTY - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
AUTH_INVALID_USER_NAME - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
AUTH_NO_ACCESS_NOT_OWNER - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
AUTH_NO_COLUMN_PERMISSION - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
AUTH_NO_COLUMN_PERMISSION_FOR_GRANT - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
AUTH_NO_GENERIC_PERMISSION - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
AUTH_NO_GENERIC_PERMISSION_FOR_GRANT - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
AUTH_NO_OBJECT_PERMISSION - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
AUTH_NO_TABLE_PERMISSION - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
AUTH_NO_TABLE_PERMISSION_FOR_GRANT - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
AUTH_NOT_DATABASE_OWNER - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
AUTH_NOT_OWNER - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
AUTH_PUBLIC_ILLEGAL_AUTHORIZATION_ID - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
AUTH_REPLICATION_NOT_DB_OWNER - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
AUTH_ROLE_DBO_ONLY - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
AUTH_ROLE_GRANT_CIRCULARITY - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
AUTH_SET_CONNECTION_READ_ONLY_IN_ACTIVE_XACT - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
AUTH_SHUTDOWN_MISSING_PERMISSION - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
AUTH_SHUTDOWN_NOT_DB_OWNER - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
AUTH_USER_IN_READ_AND_WRITE_LISTS - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
AUTH_WRITE_WITH_READ_ONLY_CONNECTION - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
AuthData - Class in io.vertx.ext.auth.webauthn.impl
FIDO2 Authenticator Data This class decodes the buffer into a parsable object
AuthData(byte[]) - Constructor for class io.vertx.ext.auth.webauthn.impl.AuthData
 
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.ext.auth.htdigest.impl.HtdigestAuthImpl
 
authenticate(Credentials, Handler<AsyncResult<User>>) - Method in class io.vertx.ext.auth.htdigest.impl.HtdigestAuthImpl
 
authenticate(JsonObject, Handler<AsyncResult<User>>) - Method in class io.vertx.ext.auth.htpasswd.impl.HtpasswdAuthImpl
 
authenticate(Credentials, Handler<AsyncResult<User>>) - Method in class io.vertx.ext.auth.htpasswd.impl.HtpasswdAuthImpl
 
authenticate(Credentials, Handler<AsyncResult<User>>) - Method in class io.vertx.ext.auth.impl.ChainAuthImpl
 
authenticate(JsonObject, Handler<AsyncResult<User>>) - Method in class io.vertx.ext.auth.impl.ChainAuthImpl
 
authenticate(JsonObject, Handler<AsyncResult<User>>) - Method in class io.vertx.ext.auth.jwt.impl.JWTAuthProviderImpl
 
authenticate(Credentials, Handler<AsyncResult<User>>) - Method in class io.vertx.ext.auth.jwt.impl.JWTAuthProviderImpl
 
authenticate(JsonObject, Handler<AsyncResult<User>>) - Method in class io.vertx.ext.auth.oauth2.impl.OAuth2AuthProviderImpl
 
authenticate(Credentials, Handler<AsyncResult<User>>) - Method in class io.vertx.ext.auth.oauth2.impl.OAuth2AuthProviderImpl
 
authenticate(JsonObject, Handler<AsyncResult<User>>) - Method in class io.vertx.ext.auth.properties.impl.PropertyFileAuthenticationImpl
 
authenticate(Credentials, Handler<AsyncResult<User>>) - Method in class io.vertx.ext.auth.properties.impl.PropertyFileAuthenticationImpl
 
authenticate(JsonObject, Handler<AsyncResult<User>>) - Method in class io.vertx.ext.auth.webauthn.impl.WebAuthnImpl
 
authenticate(Credentials, Handler<AsyncResult<User>>) - Method in class io.vertx.ext.auth.webauthn.impl.WebAuthnImpl
 
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 class io.vertx.ext.web.handler.impl.ChainAuthHandlerImpl
 
authenticateHeader(RoutingContext) - Method in class io.vertx.ext.web.handler.impl.DigestAuthHandlerImpl
 
authenticateHeader(RoutingContext) - Method in class io.vertx.ext.web.handler.impl.HTTPAuthorizationHandler
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.ext.web.client.impl.HttpRequestImpl
 
authentication(Credentials) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
Configure the request to perform HTTP Authentication.
authentication(Credentials) - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
Configure the request to perform HTTP Authentication.
AUTHENTICATION_NOT_IMPLEMENTED - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
AUTHENTICATION_SCHEME_ERROR - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
AUTHENTICATION_TYPE_CLEARTEXT_PASSWORD - Static variable in class io.vertx.pgclient.impl.codec.PgProtocolConstants
 
AUTHENTICATION_TYPE_GSS - Static variable in class io.vertx.pgclient.impl.codec.PgProtocolConstants
 
AUTHENTICATION_TYPE_GSS_CONTINUE - Static variable in class io.vertx.pgclient.impl.codec.PgProtocolConstants
 
AUTHENTICATION_TYPE_KERBEROS_V5 - Static variable in class io.vertx.pgclient.impl.codec.PgProtocolConstants
 
AUTHENTICATION_TYPE_MD5_PASSWORD - Static variable in class io.vertx.pgclient.impl.codec.PgProtocolConstants
 
AUTHENTICATION_TYPE_OK - Static variable in class io.vertx.pgclient.impl.codec.PgProtocolConstants
 
AUTHENTICATION_TYPE_SASL - Static variable in class io.vertx.pgclient.impl.codec.PgProtocolConstants
 
AUTHENTICATION_TYPE_SASL_CONTINUE - Static variable in class io.vertx.pgclient.impl.codec.PgProtocolConstants
 
AUTHENTICATION_TYPE_SASL_FINAL - Static variable in class io.vertx.pgclient.impl.codec.PgProtocolConstants
 
AUTHENTICATION_TYPE_SCM_CREDENTIAL - Static variable in class io.vertx.pgclient.impl.codec.PgProtocolConstants
 
AUTHENTICATION_TYPE_SSPI - Static variable in class io.vertx.pgclient.impl.codec.PgProtocolConstants
 
AuthenticationCommandBase<R> - Class in io.vertx.db2client.impl.command
 
AuthenticationCommandBase(String, String, String, Map<String, String>) - Constructor for class io.vertx.db2client.impl.command.AuthenticationCommandBase
 
AuthenticationCommandBase<R> - Class in io.vertx.mysqlclient.impl.command
 
AuthenticationCommandBase(String, String, String, MySQLCollation, Buffer, Map<String, String>) - Constructor for class io.vertx.mysqlclient.impl.command.AuthenticationCommandBase
 
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.
AuthenticationHandlerImpl<T extends AuthenticationProvider> - Class in io.vertx.ext.web.handler.impl
 
AuthenticationHandlerImpl(T) - Constructor for class io.vertx.ext.web.handler.impl.AuthenticationHandlerImpl
 
AuthenticationHandlerImpl(T, String) - Constructor for class io.vertx.ext.web.handler.impl.AuthenticationHandlerImpl
 
authenticationPlugin() - Method in class io.vertx.mysqlclient.impl.command.InitialHandshakeCommand
 
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 class io.vertx.ext.auth.webauthn.impl.WebAuthnImpl
 
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 class io.vertx.ext.auth.webauthn.impl.WebAuthnImpl
 
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.
AuthHandlerImpl - Class in io.vertx.ext.web.handler.impl
Deprecated.
AuthHandlerImpl(AuthenticationProvider) - Constructor for class io.vertx.ext.web.handler.impl.AuthHandlerImpl
Deprecated.
 
AuthHandlerImpl(AuthenticationProvider, String) - Constructor for class io.vertx.ext.web.handler.impl.AuthHandlerImpl
Deprecated.
 
AuthOperation - Interface in io.vertx.ext.mail.impl.sasl
 
AuthOperationFactory - Class in io.vertx.ext.mail.impl.sasl
 
AuthOperationFactory(PRNG) - Constructor for class io.vertx.ext.mail.impl.sasl.AuthOperationFactory
 
AuthOptions - Interface in io.vertx.ext.auth
Deprecated.
do not use this interface to create a provider, use the provider specific factory.
authorities - Variable in class io.vertx.ext.web.handler.impl.AuthHandlerImpl
Deprecated.
 
authority() - Method in class io.vertx.core.http.impl.HttpClientRequestBase
 
authority - Variable in class io.vertx.core.http.impl.HttpRequestHead
 
AUTHORIZATION - Static variable in interface io.vertx.core.http.HttpHeaders
Authorization header name
Authorization - Interface in io.vertx.ext.auth.authorization
Interface representing any kind of authorization such as: Role based authorization Permission based authorization Logical authorization (AND, OR, NOT) Time based authorization (ie: allow access the last 5 days of the month, from 8am till 10am, etc.) Context based authorization (ie: allow access if the ip address is 'xxx.xxx.xxx.xxx') Custom based authorization (ie: based on a script or hard-coded code specific to an application) etc.
AUTHORIZATION - Static variable in class io.vertx.reactivex.core.http.HttpHeaders
Authorization header name
Authorization - Class in io.vertx.reactivex.ext.auth.authorization
Interface representing any kind of authorization such as: Role based authorization Permission based authorization Logical authorization (AND, OR, NOT) Time based authorization (ie: allow access the last 5 days of the month, from 8am till 10am, etc.) Context based authorization (ie: allow access if the ip address is 'xxx.xxx.xxx.xxx') Custom based authorization (ie: based on a script or hard-coded code specific to an application) etc.
Authorization(Authorization) - Constructor for class io.vertx.reactivex.ext.auth.authorization.Authorization
 
Authorization(Object) - Constructor for class io.vertx.reactivex.ext.auth.authorization.Authorization
 
AUTHORIZATION - Static variable in class io.vertx.rxjava.core.http.HttpHeaders
Authorization header name
Authorization - Class in io.vertx.rxjava.ext.auth.authorization
Interface representing any kind of authorization such as: Role based authorization Permission based authorization Logical authorization (AND, OR, NOT) Time based authorization (ie: allow access the last 5 days of the month, from 8am till 10am, etc.) Context based authorization (ie: allow access if the ip address is 'xxx.xxx.xxx.xxx') Custom based authorization (ie: based on a script or hard-coded code specific to an application) etc.
Authorization(Authorization) - Constructor for class io.vertx.rxjava.ext.auth.authorization.Authorization
 
Authorization(Object) - Constructor for class io.vertx.rxjava.ext.auth.authorization.Authorization
 
AUTHORIZATION_SPEC_PREFIX - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
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
 
AuthorizationContextImpl - Class in io.vertx.ext.auth.authorization.impl
 
AuthorizationContextImpl(User) - Constructor for class io.vertx.ext.auth.authorization.impl.AuthorizationContextImpl
 
AuthorizationContextImpl(User, MultiMap) - Constructor for class io.vertx.ext.auth.authorization.impl.AuthorizationContextImpl
 
AuthorizationConverter - Class in io.vertx.ext.auth.authorization.impl
 
AuthorizationConverter() - Constructor for class io.vertx.ext.auth.authorization.impl.AuthorizationConverter
 
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
 
AuthorizationHandlerImpl - Class in io.vertx.ext.web.handler.impl
Implementation of the AuthorizationHandler
AuthorizationHandlerImpl(Authorization) - Constructor for class io.vertx.ext.web.handler.impl.AuthorizationHandlerImpl
 
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 class io.vertx.ext.auth.impl.UserImpl
 
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.
AuthorizationsImpl - Class in io.vertx.ext.auth.authorization.impl
 
AuthorizationsImpl() - Constructor for class io.vertx.ext.auth.authorization.impl.AuthorizationsImpl
 
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 class io.vertx.ext.web.handler.impl.AuthHandlerImpl
Deprecated.
 
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 class io.vertx.ext.auth.oauth2.impl.OAuth2API
The client sends the end-user's browser to this endpoint to request their authentication and consent.
authorizeURL(JsonObject) - Method in class io.vertx.ext.auth.oauth2.impl.OAuth2AuthProviderImpl
 
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 - Variable in class io.vertx.ext.web.handler.impl.AuthenticationHandlerImpl
 
authProvider - Variable in class io.vertx.ext.web.handler.impl.AuthHandlerImpl
Deprecated.
 
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.
AuthProviderInternal - Interface in io.vertx.ext.auth.impl
Deprecated.
this was used internally to detect if a provider takes a username + password for authn. Just rely on the provider authn method to resolve this.
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.
AUTO_INCREMENT_FLAG - Static variable in class io.vertx.mysqlclient.impl.protocol.ColumnDefinition.ColumnDefinitionFlags
 
autoCommit() - Method in class io.vertx.sqlclient.impl.command.QueryCommandBase
 
autoKeepAlive(boolean) - Method in class io.vertx.mqtt.impl.MqttEndpointImpl
 
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)
available() - Method in class io.vertx.sqlclient.impl.pool.ConnectionPool
 
availableAlgorithms() - Method in class io.vertx.ext.auth.impl.jose.JWT
 
availableProcessors() - Static method in class io.vertx.core.impl.cpu.CpuCoreSensor
Returns the number of processors available to this process.
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.ext.unit.impl.CompletionImpl
 
await(long) - Method in class io.vertx.ext.unit.impl.CompletionImpl
 
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.
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 class io.vertx.ext.unit.impl.CompletionImpl
 
awaitSuccess(long) - Method in class io.vertx.ext.unit.impl.CompletionImpl
 
awaitSuccess() - Method in class io.vertx.ext.unit.impl.TestCaseImpl
 
awaitSuccess(long, TimeUnit) - Method in class io.vertx.ext.unit.impl.TestCaseImpl
 
awaitSuccess(Vertx, long, TimeUnit) - Method in class io.vertx.ext.unit.impl.TestCaseImpl
 
awaitSuccess(Vertx) - Method in class io.vertx.ext.unit.impl.TestCaseImpl
 
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.core.net.impl.VertxEventLoopGroup
 
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 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.
BACKUP_BLOCKING_OPERATIONS_IN_PROGRESS - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
BACKUP_FILE_IO_ERROR - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
BACKUP_OPERATIONS_NOT_ALLOWED - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
BAD_AUTO_GEN_KEY_VALUE - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
BAD_CREDENTIALS_DB_NAME - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
BAD_NATIVE_AUTH_SPEC - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
BAD_PASSWORD_LIFETIME - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
BAD_PROPERTY_VALUE - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
BAD_SCALE_VALUE - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
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
 
BareCommand - Class in io.vertx.core.impl.launcher.commands
Command to create a bare instance of vert.x.
BareCommand() - Constructor for class io.vertx.core.impl.launcher.commands.BareCommand
 
BareCommandFactory - Class in io.vertx.core.impl.launcher.commands
Factory to create the bare command.
BareCommandFactory() - Constructor for class io.vertx.core.impl.launcher.commands.BareCommandFactory
Creates a new instance of BareCommandFactory.
base64(String) - Static method in class io.vertx.ext.mail.impl.sasl.CryptUtils
 
base64(byte[]) - Static method in class io.vertx.ext.mail.impl.sasl.CryptUtils
 
base64(byte[]) - Static method in class io.vertx.ext.mail.mailencoder.Utils
 
BASE64 - Static variable in class io.vertx.ext.web.api.validation.impl.RegularExpressions
 
BASE64 - Static variable in class io.vertx.json.schema.common.RegularExpressions
 
BASE64_DECODER - Static variable in class io.vertx.core.json.impl.JsonUtil
 
BASE64_ENCODER - Static variable in class io.vertx.core.json.impl.JsonUtil
 
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
 
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
 
baseDir() - Method in class io.vertx.ext.web.common.template.impl.TemplateHolder
 
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
 
baseName() - Method in class io.vertx.micrometer.impl.AbstractMetrics
 
baseName() - Method in interface io.vertx.micrometer.impl.MicrometerMetrics
 
BaseRedisClient - Class in io.vertx.redis.client.impl
 
BaseRedisClient(Vertx, RedisOptions) - Constructor for class io.vertx.redis.client.impl.BaseRedisClient
 
BaseRouterFactory<Specification> - Class in io.vertx.ext.web.api.contract.impl
 
BaseRouterFactory(Vertx, Specification, RouterFactoryOptions) - Constructor for class io.vertx.ext.web.api.contract.impl.BaseRouterFactory
 
BaseRouterFactory(Vertx, Specification) - Constructor for class io.vertx.ext.web.api.contract.impl.BaseRouterFactory
 
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
 
BaseValidationHandler - Class in io.vertx.ext.web.api.validation.impl
 
BaseValidationHandler() - Constructor for class io.vertx.ext.web.api.validation.impl.BaseValidationHandler
 
basic - Variable in enum io.vertx.codegen.type.ClassKind
 
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
 
BasicAuthHandlerImpl - Class in io.vertx.ext.web.handler.impl
 
BasicAuthHandlerImpl(AuthenticationProvider, String) - Constructor for class io.vertx.ext.web.handler.impl.BasicAuthHandlerImpl
 
basicConstraintsCA() - Method in class io.vertx.ext.auth.impl.CertificateHelper.CertInfo
 
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 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 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 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 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 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 class io.vertx.ext.jdbc.impl.JDBCConnectionImpl
 
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>) - Method in class io.vertx.redis.client.impl.BaseRedisClient
 
batch(List<Request>) - Method in class io.vertx.redis.client.impl.PooledRedisConnection
 
batch(List<Request>) - Method in class io.vertx.redis.client.impl.RedisClusterConnection
 
batch(List<Request>) - Method in class io.vertx.redis.client.impl.RedisSentinelConnection
 
batch(List<Request>) - Method in class io.vertx.redis.client.impl.RedisStandaloneConnection
 
batch(List<Request>, Handler<AsyncResult<List<Response>>>) - Method in interface io.vertx.redis.client.Redis
Sends a list of commands in a single IO operation, this prevents any inter twinning to happen from other client users.
batch(List<Request>) - Method in interface io.vertx.redis.client.Redis
Sends a list of commands in a single IO operation, this prevents any inter twinning to happen from other client users.
batch(List<Request>, Handler<AsyncResult<List<Response>>>) - Method in interface io.vertx.redis.client.RedisConnection
Sends a list of commands in a single IO operation, this prevents any inter twinning to happen from other client users.
batch(List<Request>) - Method in interface io.vertx.redis.client.RedisConnection
Sends a list of commands in a single IO operation, this prevents any inter twinning to happen from other client users.
batch(List<String>, Handler<AsyncResult<List<Integer>>>) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Batch simple SQL strings and execute the batch where the async result contains a array of Integers.
batch(List<String>) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
Batch simple SQL strings and execute the batch where the async result contains a array of Integers.
batch(List<Request>, Handler<AsyncResult<List<Response>>>) - Method in class io.vertx.rxjava.redis.client.Redis
Sends a list of commands in a single IO operation, this prevents any inter twinning to happen from other client users.
batch(List<Request>) - Method in class io.vertx.rxjava.redis.client.Redis
Sends a list of commands in a single IO operation, this prevents any inter twinning to happen from other client users.
batch(List<Request>, Handler<AsyncResult<List<Response>>>) - Method in class io.vertx.rxjava.redis.client.RedisConnection
Sends a list of commands in a single IO operation, this prevents any inter twinning to happen from other client users.
batch(List<Request>) - Method in class io.vertx.rxjava.redis.client.RedisConnection
Sends a list of commands in a single IO operation, this prevents any inter twinning to happen from other client users.
batch - Variable in class io.vertx.sqlclient.impl.command.ExtendedQueryCommand
 
BATCH_CHAIN_BREAKING_EXCEPTION - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
BATCH_NON_ATOMIC_FAILURE - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
batchCallableWithParams(String, List<JsonArray>, List<JsonArray>, Handler<AsyncResult<List<Integer>>>) - Method in class io.vertx.ext.jdbc.impl.JDBCConnectionImpl
 
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 class io.vertx.kafka.client.consumer.impl.KafkaConsumerImpl
 
batchHandler(Handler<ConsumerRecords<K, V>>) - Method in class io.vertx.kafka.client.consumer.impl.KafkaReadStreamImpl
 
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 class io.vertx.ext.jdbc.impl.JDBCConnectionImpl
 
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 class io.vertx.ext.unit.impl.TestSuiteImpl
 
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.impl.launcher.commands.RunCommand
 
beforeDeployingVerticle(DeploymentOptions) - Method in interface io.vertx.core.impl.launcher.VertxLifecycleHooks
Hook for sub classes of the Launcher class before the verticle is deployed.
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 class io.vertx.ext.unit.impl.TestSuiteImpl
 
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.
beforeFields(O, BiConsumer<String, Object>) - Method in class io.vertx.ext.mongo.impl.codec.json.AbstractJsonCodec
 
beforeFields(JsonObject, BiConsumer<String, Object>) - Method in class io.vertx.ext.mongo.impl.codec.json.JsonObjectCodec
 
beforeStartingVertx(VertxOptions) - Method in class io.vertx.core.impl.launcher.commands.BareCommand
Hook called before starting vert.x.
beforeStartingVertx(VertxOptions) - Method in interface io.vertx.core.impl.launcher.VertxLifecycleHooks
Hook for sub-classes of the Launcher class before the vertx instance is started.
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.impl.launcher.commands.RunCommand
 
beforeStoppingVertx(Vertx) - Method in interface io.vertx.core.impl.launcher.VertxLifecycleHooks
Hook for sub classes of the Launcher class called before the Vertx instance is terminated.
beforeStoppingVertx(Vertx) - Method in class io.vertx.core.Launcher
 
beforeTestExecution(ExtensionContext) - Method in class io.vertx.junit5.VertxExtension
 
begin(T) - Method in interface io.vertx.core.spi.metrics.PoolMetrics
The submitted task start to use the resource.
begin(Handler<AsyncResult<Transaction>>) - Method in class io.vertx.reactivex.sqlclient.SqlConnection
Begin a transaction and returns a Transaction for controlling and tracking this transaction.
begin() - Method in class io.vertx.reactivex.sqlclient.SqlConnection
Begin a transaction and returns a Transaction for controlling and tracking this transaction.
begin(Handler<AsyncResult<Transaction>>) - Method in class io.vertx.rxjava.sqlclient.SqlConnection
Begin a transaction and returns a Transaction for controlling and tracking this transaction.
begin() - Method in class io.vertx.rxjava.sqlclient.SqlConnection
Begin a transaction and returns a Transaction for controlling and tracking this transaction.
begin() - Method in class io.vertx.sqlclient.impl.SqlConnectionImpl
 
begin(Handler<AsyncResult<Transaction>>) - Method in class io.vertx.sqlclient.impl.SqlConnectionImpl
 
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
beginDispatch() - Method in interface io.vertx.core.impl.ContextInternal
Begin the execution of a task on this context.
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 class io.vertx.kafka.client.consumer.impl.KafkaConsumerImpl
 
beginningOffsets(Set<TopicPartition>) - Method in class io.vertx.kafka.client.consumer.impl.KafkaConsumerImpl
 
beginningOffsets(TopicPartition, Handler<AsyncResult<Long>>) - Method in class io.vertx.kafka.client.consumer.impl.KafkaConsumerImpl
 
beginningOffsets(TopicPartition) - Method in class io.vertx.kafka.client.consumer.impl.KafkaConsumerImpl
 
beginningOffsets(Set<TopicPartition>, Handler<AsyncResult<Map<TopicPartition, Long>>>) - Method in class io.vertx.kafka.client.consumer.impl.KafkaReadStreamImpl
 
beginningOffsets(Set<TopicPartition>) - Method in class io.vertx.kafka.client.consumer.impl.KafkaReadStreamImpl
 
beginningOffsets(TopicPartition, Handler<AsyncResult<Long>>) - Method in class io.vertx.kafka.client.consumer.impl.KafkaReadStreamImpl
 
beginningOffsets(TopicPartition) - Method in class io.vertx.kafka.client.consumer.impl.KafkaReadStreamImpl
 
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 class io.vertx.ext.unit.impl.TestResultImpl
 
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 class io.vertx.kafka.client.producer.impl.KafkaProducerImpl
 
beginTransaction() - Method in class io.vertx.kafka.client.producer.impl.KafkaProducerImpl
 
beginTransaction(Handler<AsyncResult<Void>>) - Method in class io.vertx.kafka.client.producer.impl.KafkaWriteStreamImpl
 
beginTransaction() - Method in class io.vertx.kafka.client.producer.impl.KafkaWriteStreamImpl
 
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 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.
BIGBINARYTYPE_ID - Static variable in class io.vertx.mssqlclient.impl.protocol.datatype.MSSQLDataTypeId
 
BIGCHARTYPE_ID - Static variable in class io.vertx.mssqlclient.impl.protocol.datatype.MSSQLDataTypeId
 
bigDecimalToPackedDecimalBytes(ByteBuf, int, BigDecimal, int, int) - Static method in class io.vertx.db2client.impl.drda.Decimal
Write a Java java.math.BigDecimal to packed decimal bytes.
bigDecimalValue() - Method in class io.vertx.sqlclient.data.Numeric
 
BIGINT - Static variable in class io.vertx.db2client.impl.drda.ClientTypes
 
bigIntegerValue() - Method in class io.vertx.sqlclient.data.Numeric
 
BIGVARBINTYPE_ID - Static variable in class io.vertx.mssqlclient.impl.protocol.datatype.MSSQLDataTypeId
 
BIGVARCHRTYPE_ID - Static variable in class io.vertx.mssqlclient.impl.protocol.datatype.MSSQLDataTypeId
 
BINARY - Static variable in class io.vertx.db2client.impl.drda.ClientTypes
 
binary(int) - Method in class io.vertx.ext.auth.webauthn.impl.ASN1.ASN
 
BINARY_FIELD - Static variable in class io.vertx.ext.mongo.impl.codec.json.JsonObjectCodec
 
BINARY_FLAG - Static variable in class io.vertx.mysqlclient.impl.protocol.ColumnDefinition.ColumnDefinitionFlags
 
binaryData() - Method in class io.vertx.core.http.impl.ws.WebSocketFrameImpl
 
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 class io.vertx.ext.web.multipart.impl.MultipartFormImpl
 
binaryFileUpload(String, String, Buffer, String) - Method in class io.vertx.ext.web.multipart.impl.MultipartFormImpl
 
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 class io.vertx.core.http.impl.ws.WebSocketFrameImpl
 
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 class io.vertx.core.http.impl.WebSocketImplBase
 
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.ext.web.impl.ServerWebSocketWrapper
 
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 class io.vertx.core.http.impl.WebSocketImplBase
 
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.ext.web.impl.ServerWebSocketWrapper
 
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.
binaryName() - Method in class io.vertx.core.impl.verticle.CustomJavaFileObject
 
binaryType - Variable in enum io.vertx.mysqlclient.impl.datatype.DataType
 
BINARYTYPE_ID - Static variable in class io.vertx.mssqlclient.impl.protocol.datatype.MSSQLDataTypeId
 
binaryValue() - Method in class io.vertx.core.parsetools.impl.JsonEventImpl
 
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.
BINCMP_FLAG - Static variable in class io.vertx.mysqlclient.impl.protocol.ColumnDefinition.ColumnDefinitionFlags
 
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 class io.vertx.servicediscovery.impl.DiscoveryImpl
 
bindings() - Method in interface io.vertx.servicediscovery.ServiceDiscovery
 
BIT - Static variable in class io.vertx.db2client.impl.drda.ClientTypes
 
BIT_1_DATA_TYPE - Static variable in class io.vertx.mssqlclient.impl.protocol.datatype.BitNDataType
 
BIT_STRING - Static variable in class io.vertx.ext.auth.webauthn.impl.ASN1
 
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.
BitNDataType - Class in io.vertx.mssqlclient.impl.protocol.datatype
BITNTYPE, the only valid lengths are 0x01 for non-null instances and 0x00 for NULL instances.
BitNDataType(int, Class<?>, int) - Constructor for class io.vertx.mssqlclient.impl.protocol.datatype.BitNDataType
 
BITNTYPE_ID - Static variable in class io.vertx.mssqlclient.impl.protocol.datatype.MSSQLDataTypeId
 
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.
BITTYPE - Static variable in class io.vertx.mssqlclient.impl.protocol.datatype.FixedLenDataType
 
BITTYPE_ID - Static variable in class io.vertx.mssqlclient.impl.protocol.datatype.MSSQLDataTypeId
 
BLOB - Static variable in class io.vertx.db2client.impl.drda.ClientTypes
 
BLOB_ACCESSED_AFTER_COMMIT - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
BLOB_BAD_POSITION - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
BLOB_FLAG - Static variable in class io.vertx.mysqlclient.impl.protocol.ColumnDefinition.ColumnDefinitionFlags
 
BLOB_INVALID_OFFSET - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
BLOB_LENGTH_TOO_LONG - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
BLOB_NONPOSITIVE_LENGTH - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
BLOB_NULL_PATTERN_OR_SEARCH_STR - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
BLOB_POSITION_TOO_LARGE - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
BLOB_TOO_LARGE_FOR_CLIENT - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
BLOB_UNABLE_TO_READ_PATTERN - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
BlockedThreadChecker - Class in io.vertx.core.impl
 
blockedThreadChecker() - Method in class io.vertx.core.impl.VertxImpl
 
blockedThreadChecker() - Method in interface io.vertx.core.impl.VertxInternal
 
BlockedThreadChecker.Task - Interface in io.vertx.core.impl
A checked task.
BlockingAction() - Constructor for class io.vertx.core.file.impl.FileSystemImpl.BlockingAction
 
blockingHandler(Handler<RoutingContext>) - Method in class io.vertx.ext.web.impl.RouteImpl
 
blockingHandler(Handler<RoutingContext>, boolean) - Method in class io.vertx.ext.web.impl.RouteImpl
 
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.
BlockingHandlerDecorator - Class in io.vertx.ext.web.impl
Wraps a handler that would normally block and turn it into a non-blocking handler.
BlockingHandlerDecorator(Handler<RoutingContext>, boolean) - Constructor for class io.vertx.ext.web.impl.BlockingHandlerDecorator
 
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, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.core.datagram.impl.DatagramSocketImpl
 
blockMulticastGroup(String, String, String) - Method in class io.vertx.core.datagram.impl.DatagramSocketImpl
 
blockMulticastGroup(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.core.datagram.impl.DatagramSocketImpl
 
blockMulticastGroup(String, String) - Method in class io.vertx.core.datagram.impl.DatagramSocketImpl
 
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.
BMP_STRING - Static variable in class io.vertx.ext.auth.webauthn.impl.ASN1
 
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 class io.vertx.core.eventbus.impl.clustered.ClusteredMessage
 
body() - Method in class io.vertx.core.eventbus.impl.MessageImpl
 
body() - Method in class io.vertx.core.eventbus.impl.OutboundDeliveryContext
 
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 class io.vertx.core.http.impl.Http1xServerRequest
 
body() - Method in class io.vertx.core.http.impl.Http2ServerRequest
 
body() - Method in class io.vertx.core.http.impl.HttpClientResponseImpl
 
body() - Method in class io.vertx.ext.auth.impl.http.SimpleHttpResponse
 
body() - Method in class io.vertx.ext.auth.oauth2.impl.OAuth2Response
 
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() - Method in class io.vertx.ext.web.api.impl.RequestParametersImpl
 
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() - Method in class io.vertx.ext.web.client.impl.HttpContext
 
body() - Method in class io.vertx.ext.web.client.impl.HttpResponseImpl
 
body(BodyProcessorFactory) - Method in class io.vertx.ext.web.validation.builder.impl.ValidationHandlerBuilderImpl
 
body(BodyProcessor) - Method in class io.vertx.ext.web.validation.builder.impl.ValidationHandlerBuilderImpl
 
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 class io.vertx.ext.web.validation.impl.RequestParametersImpl
 
body() - Method in interface io.vertx.ext.web.validation.RequestParameters
Return request body when parsed.
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_HANDLER - Static variable in interface io.vertx.ext.web.impl.RoutingContextInternal
 
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.amqp.impl.AmqpMessageImpl
 
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.amqp.impl.AmqpMessageImpl
 
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.ext.web.client.impl.HttpResponseImpl
 
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.amqp.impl.AmqpMessageImpl
 
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.amqp.impl.AmqpMessageImpl
 
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.amqp.impl.AmqpMessageImpl
 
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.amqp.impl.AmqpMessageImpl
 
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.amqp.impl.AmqpMessageImpl
 
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 class io.vertx.amqp.impl.AmqpMessageImpl
 
bodyAsJsonArray() - Method in interface io.vertx.ext.web.client.HttpResponse
 
bodyAsJsonArray() - Method in class io.vertx.ext.web.client.impl.HttpResponseImpl
 
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 class io.vertx.amqp.impl.AmqpMessageImpl
 
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.amqp.impl.AmqpMessageImpl
 
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.amqp.impl.AmqpMessageImpl
 
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
 
bodyAsMap() - Method in class io.vertx.amqp.impl.AmqpMessageImpl
 
bodyAsShort() - Method in interface io.vertx.amqp.AmqpMessage
 
bodyAsShort() - Method in class io.vertx.amqp.impl.AmqpMessageImpl
 
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 class io.vertx.amqp.impl.AmqpMessageImpl
 
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.amqp.impl.AmqpMessageImpl
 
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.amqp.impl.AmqpMessageImpl
 
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.amqp.impl.AmqpMessageImpl
 
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
 
BodyCodecImpl<T> - Class in io.vertx.ext.web.codec.impl
 
BodyCodecImpl(Function<Buffer, T>) - Constructor for class io.vertx.ext.web.codec.impl.BodyCodecImpl
 
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.core.http.impl.Http1xServerResponse
 
bodyEndHandler(Handler<Void>) - Method in class io.vertx.core.http.impl.Http2ServerResponse
 
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 class io.vertx.ext.web.openapi.impl.OpenAPI3RouterBuilderImpl
 
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
 
BodyHandlerImpl - Class in io.vertx.ext.web.handler.impl
 
BodyHandlerImpl() - Constructor for class io.vertx.ext.web.handler.impl.BodyHandlerImpl
 
BodyHandlerImpl(boolean) - Constructor for class io.vertx.ext.web.handler.impl.BodyHandlerImpl
 
BodyHandlerImpl(String) - Constructor for class io.vertx.ext.web.handler.impl.BodyHandlerImpl
 
BodyProcessor - Interface in io.vertx.ext.web.validation.impl.body
Entry point for managing request bodies
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.
BodyProcessorGenerator - Interface in io.vertx.ext.web.openapi.impl
 
BodyReadStream<T> - Class in io.vertx.core.eventbus.impl
A body stream that transform a ReadStream<Message<T>> into a ReadStream<T>.
BodyReadStream(ReadStream<Message<T>>) - Constructor for class io.vertx.core.eventbus.impl.BodyReadStream
 
bodyRequired - Variable in class io.vertx.ext.web.api.validation.impl.BaseValidationHandler
 
bodyStream() - Method in class io.vertx.core.eventbus.impl.MessageConsumerImpl
 
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
 
BOOLEAN - Static variable in class io.vertx.codegen.type.PrimitiveTypeInfo
 
BOOLEAN - Static variable in class io.vertx.db2client.impl.drda.ClientTypes
 
BOOLEAN - Static variable in class io.vertx.ext.auth.webauthn.impl.ASN1
 
BOOLEAN_MESSAGE_CODEC - Static variable in class io.vertx.core.eventbus.impl.CodecManager
 
BOOLEAN_PARSER - Static variable in interface io.vertx.ext.web.validation.impl.parser.ValueParser
 
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
 
BooleanMessageCodec - Class in io.vertx.core.eventbus.impl.codecs
 
BooleanMessageCodec() - Constructor for class io.vertx.core.eventbus.impl.codecs.BooleanMessageCodec
 
booleanSchema() - Static method in class io.vertx.json.schema.common.dsl.Schemas
 
BooleanSchemaBuilder - Class in io.vertx.json.schema.common.dsl
 
BooleanType - Class in io.vertx.redis.client.impl.types
 
BooleanTypeValidator - Class in io.vertx.ext.web.api.validation.impl
 
BooleanTypeValidator(Boolean) - Constructor for class io.vertx.ext.web.api.validation.impl.BooleanTypeValidator
 
booleanValue() - Method in class io.vertx.core.parsetools.impl.JsonEventImpl
 
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
 
BOOT_DATABASE_FAILED - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
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(AuthorizationProvider, SockJSBridgeOptions, Handler<BridgeEvent>) - Method in class io.vertx.ext.web.handler.sockjs.impl.SockJSHandlerImpl
 
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.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.
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.
BTREE_ABORT_THROUGH_TRACE - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
BTREE_CANT_CREATE_CONTAINER - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
BTREE_CONTAINER_NOT_FOUND - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
BTREE_IS_CLOSED - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
BTREE_NO_SPACE_FOR_KEY - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
BTREE_PROPERTY_NOT_FOUND - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
BTREE_ROW_NOT_FOUND_DURING_UNDO - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
BTREE_SCAN_INTERNAL_ERROR - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
BTREE_SCAN_NOT_POSITIONED - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
BTREE_UNIMPLEMENTED_FEATURE - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
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(int) - Static method in class io.vertx.core.buffer.impl.BufferImpl
 
buffer() - Static method in class io.vertx.core.buffer.impl.BufferImpl
 
buffer(String) - Static method in class io.vertx.core.buffer.impl.BufferImpl
 
buffer(String, String) - Static method in class io.vertx.core.buffer.impl.BufferImpl
 
buffer(byte[]) - Static method in class io.vertx.core.buffer.impl.BufferImpl
 
buffer(ByteBuf) - Static method in class io.vertx.core.buffer.impl.BufferImpl
 
buffer() - Method in class io.vertx.core.net.impl.PartialPooledByteBufAllocator
 
buffer(int) - Method in class io.vertx.core.net.impl.PartialPooledByteBufAllocator
 
buffer(int, int) - Method in class io.vertx.core.net.impl.PartialPooledByteBufAllocator
 
buffer() - Static method in interface io.vertx.ext.web.codec.BodyCodec
 
BUFFER - Static variable in class io.vertx.ext.web.codec.impl.BodyCodecImpl
 
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_MESSAGE_CODEC - Static variable in class io.vertx.core.eventbus.impl.CodecManager
 
BUFFER_SIZE - Static variable in class io.vertx.reactivex.impl.ReadStreamSubscriber
 
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
 
BufferImpl - Class in io.vertx.core.buffer.impl
This buffer implementation ignores the wrapped ByteBuf reader index, assuming that the first logical byte of this buffer maps to the first logical byte of the wrapped buffer.
BufferImpl() - Constructor for class io.vertx.core.buffer.impl.BufferImpl
 
BufferingSubscriber<T> - Class in io.vertx.ext.mongo.impl
 
BufferMessageCodec - Class in io.vertx.core.eventbus.impl.codecs
 
BufferMessageCodec() - Constructor for class io.vertx.core.eventbus.impl.codecs.BufferMessageCodec
 
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
 
BufferUtils - Class in io.vertx.mysqlclient.impl.util
 
BufferUtils() - Constructor for class io.vertx.mysqlclient.impl.util.BufferUtils
 
build() - Method in interface io.vertx.amqp.AmqpMessageBuilder
 
build() - Method in class io.vertx.amqp.impl.AmqpMessageBuilderImpl
 
build(EventBus, String, String, Function<RoutingContext, JsonObject>) - Static method in class io.vertx.ext.web.api.contract.impl.RouteToEBServiceHandler
 
build(EventBus, String, String, JsonObject, Function<RoutingContext, JsonObject>) - Static method in class io.vertx.ext.web.api.contract.impl.RouteToEBServiceHandler
 
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 class io.vertx.ext.web.validation.builder.impl.ValidationHandlerBuilderImpl
 
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.
buildACCRDB(String, boolean, byte[], String) - Method in class io.vertx.db2client.impl.drda.DRDAConnectRequest
 
buildACCSEC(int, String, byte[]) - Method in class io.vertx.db2client.impl.drda.DRDAConnectRequest
 
buildCLSQRY(Section, String, long) - Method in class io.vertx.db2client.impl.drda.DRDAQueryRequest
 
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
 
buildEXCSAT(String, int, int, int, int, int, int, int, int, int, int) - Method in class io.vertx.db2client.impl.drda.DRDAConnectRequest
 
buildNumber() - Method in class io.vertx.mssqlclient.impl.protocol.client.prelogin.VersionOptionToken
 
buildRDBCMM() - Method in class io.vertx.db2client.impl.drda.DRDAConnectRequest
RDB Commit Unit of Work (RDBCMM) Command commits all work performed for the current unit of work.
buildSECCHK(int, String, String, String, byte[], byte[]) - Method in class io.vertx.db2client.impl.drda.DRDAConnectRequest
 
buildSQLATTRcommandData(String) - Method in class io.vertx.db2client.impl.drda.DRDAQueryRequest
 
buildSQLSTTcommandData(String) - Method in class io.vertx.db2client.impl.drda.DRDAQueryRequest
 
buildWhenArgumentsLengthNotMatched(int, int) - Static method in class io.vertx.sqlclient.impl.ErrorMessageFactory
 
buildWhenArgumentsTypeNotMatched(Class, int, Object) - Static method in class io.vertx.sqlclient.impl.ErrorMessageFactory
 
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
BulkType - Class in io.vertx.redis.client.impl.types
 
bulkWrite(String, List<BulkOperation>, Handler<AsyncResult<MongoClientBulkWriteResult>>) - Method in class io.vertx.ext.mongo.impl.MongoClientImpl
 
bulkWrite(String, List<BulkOperation>) - Method in class io.vertx.ext.mongo.impl.MongoClientImpl
 
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 class io.vertx.ext.mongo.impl.MongoClientImpl
 
bulkWriteWithOptions(String, List<BulkOperation>, BulkWriteOptions) - Method in class io.vertx.ext.mongo.impl.MongoClientImpl
 
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.
bus - Variable in class io.vertx.core.eventbus.impl.HandlerRegistration
 
bus - Variable in class io.vertx.core.eventbus.impl.MessageImpl
 
BYTE - Static variable in class io.vertx.codegen.type.PrimitiveTypeInfo
 
BYTE_ARRAY_MESSAGE_CODEC - Static variable in class io.vertx.core.eventbus.impl.CodecManager
 
BYTE_MESSAGE_CODEC - Static variable in class io.vertx.core.eventbus.impl.CodecManager
 
ByteArrayMessageCodec - Class in io.vertx.core.eventbus.impl.codecs
 
ByteArrayMessageCodec() - Constructor for class io.vertx.core.eventbus.impl.codecs.ByteArrayMessageCodec
 
byteBuf() - Method in class io.vertx.core.buffer.impl.BufferImpl
 
byteBuffer() - Method in class io.vertx.proton.impl.ProtonReadableBufferImpl
 
ByteMessageCodec - Class in io.vertx.core.eventbus.impl.codecs
 
ByteMessageCodec() - Constructor for class io.vertx.core.eventbus.impl.codecs.ByteMessageCodec
 
BYTES - Static variable in class io.vertx.db2client.impl.drda.Cursor
 
bytes2String(byte[], int, int) - Method in class io.vertx.db2client.impl.drda.NetSqlca
 
bytesRead() - Method in interface io.vertx.core.http.HttpServerRequest
 
bytesRead() - Method in class io.vertx.core.http.impl.Http1xServerRequest
 
bytesRead() - Method in class io.vertx.core.http.impl.Http2ServerRequest
 
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() - Method in class io.vertx.core.http.impl.Http1xServerResponse
 
bytesWritten() - Method in class io.vertx.core.http.impl.Http2ServerResponse
 
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

C3P0DataSourceProvider - Class in io.vertx.ext.jdbc.spi.impl
 
C3P0DataSourceProvider() - Constructor for class io.vertx.ext.jdbc.spi.impl.C3P0DataSourceProvider
 
cache(K, V) - Method in class io.vertx.sqlclient.impl.cache.LruCache
 
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_BASE_PROP_NAME - Static variable in class io.vertx.core.file.impl.FileResolver
 
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.
 
cachePreparedStatements - Variable in class io.vertx.sqlclient.impl.SqlConnectionFactoryBase
 
CacheReturn - Annotation Type in io.vertx.codegen.annotations
Declares that the value returned by a method will always be the same.
CachingSha2Authenticator - Class in io.vertx.mysqlclient.impl.util
 
CachingSha2Authenticator() - Constructor for class io.vertx.mysqlclient.impl.util.CachingSha2Authenticator
 
CachingTemplateEngine<T> - Class in io.vertx.ext.web.common.template
 
CachingTemplateEngine(Vertx, String) - Constructor for class io.vertx.ext.web.common.template.CachingTemplateEngine
 
calculateColumnOffsetsForRow() - Method in class io.vertx.db2client.impl.drda.Cursor
 
calculateColumnOffsetsForRow_(int, boolean) - Method in class io.vertx.db2client.impl.drda.Cursor
Calculate the column offsets for a row.
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
 
calculateNewCapacity(int, int) - Method in class io.vertx.core.net.impl.PartialPooledByteBufAllocator
 
CALENDAR_IS_NULL - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
call(String, Handler<AsyncResult<ResultSet>>) - Method in class io.vertx.ext.jdbc.impl.JDBCConnectionImpl
 
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(Completable) - Method in class io.vertx.rxjava.ext.sql.impl.InTransactionCompletable
 
call(Observable<T>) - Method in class io.vertx.rxjava.ext.sql.impl.InTransactionObservable
 
call(Single<T>) - Method in class io.vertx.rxjava.ext.sql.impl.InTransactionSingle
 
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.
CallbackBatchLoaderImpl<K,V> - Class in io.vertx.ext.web.handler.graphql.dataloader.impl
 
CallbackBatchLoaderImpl(TriConsumer<List<K>, BatchLoaderEnvironment, Promise<List<V>>>, Function<BatchLoaderEnvironment, Context>) - Constructor for class io.vertx.ext.web.handler.graphql.dataloader.impl.CallbackBatchLoaderImpl
 
CallbackDataFetcherImpl<T> - Class in io.vertx.ext.web.handler.graphql.schema.impl
 
CallbackDataFetcherImpl(BiConsumer<DataFetchingEnvironment, Promise<T>>, Function<DataFetchingEnvironment, Context>) - Constructor for class io.vertx.ext.web.handler.graphql.schema.impl.CallbackDataFetcherImpl
 
CallbackMappedBatchLoaderImpl<K,V> - Class in io.vertx.ext.web.handler.graphql.dataloader.impl
 
CallbackMappedBatchLoaderImpl(TriConsumer<Set<K>, BatchLoaderEnvironment, Promise<Map<K, V>>>, Function<BatchLoaderEnvironment, Context>) - Constructor for class io.vertx.ext.web.handler.graphql.dataloader.impl.CallbackMappedBatchLoaderImpl
 
callCompletionHandlerAsync(Handler<AsyncResult<Void>>) - Method in class io.vertx.core.eventbus.impl.EventBusImpl
 
callValidator(String) - Method in class io.vertx.ext.web.api.validation.impl.ParameterValidationRuleImpl
 
callValidator(List<String>) - Method in class io.vertx.ext.web.api.validation.impl.ParameterValidationRuleImpl
 
callWithParams(String, JsonArray, JsonArray, Handler<AsyncResult<ResultSet>>) - Method in class io.vertx.ext.jdbc.impl.JDBCConnectionImpl
 
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.
CamelCase - Class in io.vertx.codegen.format
Camel case, for instance FooBar.
CamelCase() - Constructor for class io.vertx.codegen.format.CamelCase
 
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 class io.vertx.ext.web.impl.FileUploadImpl
 
cancel() - Method in class io.vertx.proton.streams.impl.ProtonPublisherImpl.AmqpSubscription
 
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.
CANCEL_NOT_SUPPORTED_BY_SERVER - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
cancelRequest(Handler<AsyncResult<Void>>) - Method in class io.vertx.pgclient.impl.PgConnectionImpl
 
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 class io.vertx.core.impl.VertxImpl
 
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
 
canConvert(Object, int) - Static method in class io.vertx.db2client.impl.drda.ClientTypes
 
canGenerate(String, JsonObject) - Method in interface io.vertx.ext.web.openapi.impl.BodyProcessorGenerator
 
canGenerate(JsonObject, JsonObject, ParameterLocation, String) - Method in class io.vertx.ext.web.openapi.impl.DeepObjectParameterProcessorGenerator
 
canGenerate(JsonObject, JsonObject, ParameterLocation, String) - Method in class io.vertx.ext.web.openapi.impl.DefaultParameterProcessorGenerator
 
canGenerate(JsonObject, JsonObject, ParameterLocation, String) - Method in class io.vertx.ext.web.openapi.impl.ExplodedArrayParameterProcessorGenerator
 
canGenerate(JsonObject, JsonObject, ParameterLocation, String) - Method in class io.vertx.ext.web.openapi.impl.ExplodedMatrixArrayParameterProcessorGenerator
 
canGenerate(JsonObject, JsonObject, ParameterLocation, String) - Method in class io.vertx.ext.web.openapi.impl.ExplodedObjectParameterProcessorGenerator
 
canGenerate(JsonObject, JsonObject, ParameterLocation, String) - Method in class io.vertx.ext.web.openapi.impl.ExplodedSimpleObjectParameterProcessorGenerator
 
canGenerate(String, JsonObject) - Method in class io.vertx.ext.web.openapi.impl.JsonBodyProcessorGenerator
 
canGenerate(JsonObject, JsonObject, ParameterLocation, String) - Method in class io.vertx.ext.web.openapi.impl.JsonParameterProcessorGenerator
 
canGenerate(String, JsonObject) - Method in class io.vertx.ext.web.openapi.impl.MultipartFormBodyProcessorGenerator
 
canGenerate(String, JsonObject) - Method in class io.vertx.ext.web.openapi.impl.NoopBodyProcessorGenerator
 
canGenerate(JsonObject, JsonObject, ParameterLocation, String) - Method in interface io.vertx.ext.web.openapi.impl.ParameterProcessorGenerator
 
canGenerate(String, JsonObject) - Method in class io.vertx.ext.web.openapi.impl.UrlEncodedFormBodyProcessorGenerator
 
CANNOT_AUTOCOMMIT_XA - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
CANNOT_BATCH_QUERIES - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
CANNOT_CLOSE_ACTIVE_CONNECTION - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
CANNOT_CLOSE_ACTIVE_XA_CONNECTION - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
CANNOT_COMMIT_XA - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
CANNOT_CONNECT_TO_DB_IN_SLAVE_MODE - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
CANNOT_ENCRYPT_LOG_ARCHIVED_DATABASE - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
CANNOT_ENCRYPT_READONLY_DATABASE - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
CANNOT_HOLD_CURSOR_XA - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
CANNOT_ROLLBACK_XA - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
CANNOT_START_SLAVE_ALREADY_BOOTED - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
cannotFindParameterProcessorGenerator(JsonPointer, JsonObject) - Static method in exception io.vertx.ext.web.openapi.RouterBuilderException
 
CanonicalizationAlgorithm - Enum in io.vertx.ext.mail
Canonicalization Algorithm for DKIM.
canProcess(String) - Method in interface io.vertx.ext.web.validation.impl.body.BodyProcessor
 
canProcess(String) - Method in class io.vertx.ext.web.validation.impl.body.FormBodyProcessorImpl
 
canProcess(String) - Method in class io.vertx.ext.web.validation.impl.body.JsonBodyProcessorImpl
 
canProcess(String) - Method in class io.vertx.ext.web.validation.impl.body.TextPlainBodyProcessorImpl
 
CANT_CONVERT_UNICODE_TO_EBCDIC - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
CANT_CONVERT_UNICODE_TO_UTF8 - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
CANT_DROP_DBO - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
CANT_USE_EXEC_QUERY_FOR_UPDATE - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
canUseProxyProtocol(boolean) - Static method in class io.vertx.core.net.impl.HAProxyMessageCompletionHandler
 
CapabilitiesFlag - Class in io.vertx.mysqlclient.impl.protocol
Values for the capabilities flag bitmask used by Client/Server Protocol.
CapabilitiesFlag() - Constructor for class io.vertx.mysqlclient.impl.protocol.CapabilitiesFlag
 
capacity() - Method in class io.vertx.core.net.impl.clientconnection.Pool
 
capacity() - Method in class io.vertx.proton.impl.ProtonReadableBufferImpl
 
Case - Class in io.vertx.codegen.format
 
Case() - Constructor for class io.vertx.codegen.format.Case
 
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.
CASESEN - Static variable in class io.vertx.mssqlclient.impl.codec.ColumnData.Flags
 
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
 
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.mssqlclient.MSSQLConnection
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.
catalog() - Method in class io.vertx.mysqlclient.impl.protocol.ColumnDefinition
 
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 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 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 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 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 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 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 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 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>>)
category - Variable in class io.vertx.micrometer.impl.AbstractMetrics
 
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 class io.vertx.core.impl.CloseFuture
 
cause(int) - Method in class io.vertx.core.impl.future.CompositeFutureImpl
 
cause() - Method in class io.vertx.core.impl.future.FailedFuture
 
cause() - Method in class io.vertx.core.impl.future.SucceededFuture
 
cause() - Method in class io.vertx.ext.unit.impl.FailureImpl
 
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
 
CBOR - Class in io.vertx.ext.auth.webauthn.impl
 
CBOR() - Constructor for class io.vertx.ext.auth.webauthn.impl.CBOR
 
cborParser(String) - Static method in class io.vertx.ext.auth.webauthn.impl.CBOR
 
cborParser(byte[]) - Static method in class io.vertx.ext.auth.webauthn.impl.CBOR
 
cborParser(Buffer) - Static method in class io.vertx.ext.auth.webauthn.impl.CBOR
 
ccsid_ - Variable in class io.vertx.db2client.impl.drda.Cursor
 
CCSID_EBCDIC - Static variable in class io.vertx.db2client.impl.drda.CCSIDConstants
 
CCSID_UTF8 - Static variable in class io.vertx.db2client.impl.drda.CCSIDConstants
 
CCSIDConstants - Class in io.vertx.db2client.impl.drda
 
CCSIDDBC - Static variable in class io.vertx.db2client.impl.drda.CodePoint
CCSID for Double-Byte Characters codepoint constant.
CCSIDMBC - Static variable in class io.vertx.db2client.impl.drda.CodePoint
CCSID for Mixed-Byte Characters codepoint constant.
CCSIDSBC - Static variable in class io.vertx.db2client.impl.drda.CodePoint
CCSID for Single-Byte Characters codepoint constant.
CCSIDXML - Static variable in class io.vertx.db2client.impl.drda.CodePoint
 
CertificateHelper - Class in io.vertx.ext.auth.impl
 
CertificateHelper.CertInfo - Class in io.vertx.ext.auth.impl
 
certificatePath() - Method in class io.vertx.core.net.impl.SelfSignedCertificateImpl
 
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 .
CertInfo - Class in io.vertx.ext.auth.webauthn.impl.attestation.tpm
 
CertInfo(byte[]) - Constructor for class io.vertx.ext.auth.webauthn.impl.attestation.tpm.CertInfo
 
CertInfo(Buffer) - Constructor for class io.vertx.ext.auth.webauthn.impl.attestation.tpm.CertInfo
 
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
 
ChainAuthHandlerImpl - Class in io.vertx.ext.web.handler.impl
 
ChainAuthHandlerImpl(boolean) - Constructor for class io.vertx.ext.web.handler.impl.ChainAuthHandlerImpl
 
ChainAuthImpl - Class in io.vertx.ext.auth.impl
 
ChainAuthImpl(boolean) - Constructor for class io.vertx.ext.auth.impl.ChainAuthImpl
 
CHANGE_MIRROR - Static variable in class io.vertx.mssqlclient.impl.protocol.EnvChange
 
changeUser(MySQLAuthOptions, Handler<AsyncResult<Void>>) - Method in class io.vertx.mysqlclient.impl.MySQLConnectionImpl
 
changeUser(MySQLAuthOptions) - Method in class io.vertx.mysqlclient.impl.MySQLConnectionImpl
 
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.
ChangeUserCommand - Class in io.vertx.mysqlclient.impl.command
 
ChangeUserCommand(String, String, String, MySQLCollation, Buffer, Map<String, String>) - Constructor for class io.vertx.mysqlclient.impl.command.ChangeUserCommand
 
channel() - Method in class io.vertx.core.http.impl.Http2UpgradedClientConnection
 
channel() - Method in interface io.vertx.core.http.impl.HttpClientConnection
 
channel() - Method in interface io.vertx.core.http.impl.HttpServerConnection
 
channel() - Method in class io.vertx.core.net.impl.ConnectionBase
 
channel(String) - Method in class io.vertx.pgclient.impl.pubsub.PgSubscriberImpl
 
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.
channelActive(ChannelHandlerContext) - Method in class io.vertx.pgclient.impl.InitiateSslHandler
 
channelFactory(boolean) - Method in class io.vertx.core.net.impl.transport.Transport
 
channelFuture() - Method in class io.vertx.core.net.impl.ConnectionBase
 
channelHandlerContext() - Method in class io.vertx.core.http.impl.Http2UpgradedClientConnection
 
channelHandlerContext() - Method in interface io.vertx.core.http.impl.HttpClientConnection
 
channelHandlerContext() - Method in interface io.vertx.core.http.impl.HttpServerConnection
 
channelHandlerContext() - Method in class io.vertx.core.http.impl.WebSocketImplBase
 
channelHandlerContext() - Method in interface io.vertx.core.http.impl.WebSocketInternal
 
channelHandlerContext() - Method in class io.vertx.core.net.impl.ConnectionBase
 
channelHandlerContext() - Method in interface io.vertx.core.net.impl.NetSocketInternal
Returns the ChannelHandlerContext of the last handler (named handler) of the pipeline that delivers message to the application with the NetSocket.handler(Handler) and NetSocketInternal.messageHandler(Handler).
channelInactive(ChannelHandlerContext) - Method in class io.vertx.core.net.impl.VertxHandler
 
channelInactive(ChannelHandlerContext) - Method in class io.vertx.mysqlclient.impl.codec.MySQLCodec
 
channelInactive(ChannelHandlerContext) - Method in class io.vertx.pgclient.impl.codec.PgCodec
 
channelInactive(ChannelHandlerContext) - Method in class io.vertx.pgclient.impl.InitiateSslHandler
 
ChannelProvider - Class in io.vertx.core.net.impl
The logic for connecting to an host, this implementations performs a connection to the host after resolving its internet address.
ChannelProvider(Bootstrap, SSLHelper, ContextInternal) - Constructor for class io.vertx.core.net.impl.ChannelProvider
 
channelRead(ChannelHandlerContext, Object) - Method in class io.vertx.core.http.impl.cgbystrom.FlashPolicyHandler
 
channelRead(ChannelHandlerContext, Object) - Method in class io.vertx.core.http.impl.Http1xOrH2CHandler
 
channelRead(ChannelHandlerContext, Object) - Method in class io.vertx.core.http.impl.Http1xUpgradeToH2CHandler
 
channelRead(ChannelHandlerContext, Object) - Method in class io.vertx.core.net.impl.VertxHandler
 
channelRead(ChannelHandlerContext, Object) - Method in class io.vertx.pgclient.impl.InitiateSslHandler
 
channelReadComplete(ChannelHandlerContext) - Method in class io.vertx.core.net.impl.VertxHandler
 
channelWritabilityChanged(ChannelHandlerContext) - Method in class io.vertx.core.net.impl.VertxHandler
 
CHAR - Static variable in class io.vertx.codegen.type.PrimitiveTypeInfo
 
CHAR - Static variable in class io.vertx.db2client.impl.drda.ClientTypes
 
CHAR_MESSAGE_CODEC - Static variable in class io.vertx.core.eventbus.impl.CodecManager
 
CHARACTER_CONVERTER_NOT_AVAILABLE - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
CharacterConverter - Class in io.vertx.core.cli.converters
A converter for character.
charactersClass(RegexBuilder) - Method in class io.vertx.ext.web.api.contract.openapi3.impl.RegexBuilder
 
charactersClass(String...) - Method in class io.vertx.ext.web.api.contract.openapi3.impl.RegexBuilder
 
charactersClass(RegexBuilder) - Method in class io.vertx.ext.web.openapi.impl.RegexBuilder
 
charactersClass(String...) - Method in class io.vertx.ext.web.openapi.impl.RegexBuilder
 
characterSet() - Method in class io.vertx.mysqlclient.impl.protocol.ColumnDefinition
 
CharMessageCodec - Class in io.vertx.core.eventbus.impl.codecs
 
CharMessageCodec() - Constructor for class io.vertx.core.eventbus.impl.codecs.CharMessageCodec
 
charset() - Method in interface io.vertx.core.http.HttpServerFileUpload
 
charSet() - Method in interface io.vertx.ext.web.FileUpload
 
charSet() - Method in class io.vertx.ext.web.impl.FileUploadImpl
 
CHARSET - Static variable in class io.vertx.mssqlclient.impl.protocol.EnvChange
 
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
 
charset_ - Variable in class io.vertx.db2client.impl.drda.Cursor
 
charsetEncoding() - Method in class io.vertx.mysqlclient.impl.command.InitialHandshakeCommand
 
CHARTYPE_ID - Static variable in class io.vertx.mssqlclient.impl.protocol.datatype.MSSQLDataTypeId
 
chctx - Variable in class io.vertx.core.net.impl.ConnectionBase
 
check(Handler<CheckResult>) - Method in interface io.vertx.ext.healthchecks.impl.Procedure
 
checkClientTrusted(X509Certificate[], String) - Method in class io.vertx.core.net.impl.TrustAllTrustManager
 
Checker - Class in io.vertx.core.shareddata.impl
 
Checker() - Constructor for class io.vertx.core.shareddata.impl.Checker
 
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
 
checkInvariants() - Method in class io.vertx.core.net.impl.clientconnection.Pool
Sanity check of pool invariants.
checkIsolationNotDefined() - Method in class io.vertx.core.DeploymentOptions
Throw IllegalArgumentException when loader isolation configuration has been defined.
checkMethod(MethodInfo) - Method in class io.vertx.codegen.ClassModel
 
checkMethod(MethodInfo) - Method in class io.vertx.serviceproxy.generator.model.ProxyModel
 
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.codegen.ClassModel
 
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.
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.codegen.ClassModel
 
checkReturnType(ExecutableElement, TypeInfo, boolean) - Method in class io.vertx.serviceproxy.generator.model.ProxyModel
 
checkServerFinalMessage(ByteBuf) - Method in class io.vertx.pgclient.impl.util.ScramAuthentication
 
checkServerTrusted(X509Certificate[], String) - Method in class io.vertx.core.net.impl.TrustAllTrustManager
 
checkStarted() - Method in class io.vertx.core.eventbus.impl.EventBusImpl
 
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() - Method in class io.vertx.ext.healthchecks.impl.HealthChecksImpl
 
checkStatus(Handler<AsyncResult<CheckResult>>) - Method in class io.vertx.ext.healthchecks.impl.HealthChecksImpl
 
checkStatus(String) - Method in class io.vertx.ext.healthchecks.impl.HealthChecksImpl
 
checkStatus(String, Handler<AsyncResult<CheckResult>>) - Method in class io.vertx.ext.healthchecks.impl.HealthChecksImpl
 
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 class io.vertx.kafka.client.consumer.impl.KafkaConsumerRecordImpl
Deprecated.
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
 
checkValidity(List<X509Certificate>, List<X509CRL>) - Static method in class io.vertx.ext.auth.impl.CertificateHelper
 
checkValidity(List<X509Certificate>, boolean, List<X509CRL>) - Static method in class io.vertx.ext.auth.impl.CertificateHelper
 
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.core.file.impl.FileSystemImpl
 
chmod(String, String) - Method in class io.vertx.core.file.impl.FileSystemImpl
 
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.core.file.impl.FileSystemImpl
 
chmodBlocking(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
chmodBlocking(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
chmodInternal(String, String, String) - Method in class io.vertx.core.file.impl.FileSystemImpl
 
chmodInternal(String, String, String) - Method in class io.vertx.core.file.impl.WindowsFileSystem
 
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.core.file.impl.FileSystemImpl
 
chmodRecursive(String, String, String) - Method in class io.vertx.core.file.impl.FileSystemImpl
 
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.core.file.impl.FileSystemImpl
 
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.core.file.impl.FileSystemImpl
 
chown(String, String, String) - Method in class io.vertx.core.file.impl.FileSystemImpl
 
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.core.file.impl.FileSystemImpl
 
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
chownInternal(String, String, String) - Method in class io.vertx.core.file.impl.FileSystemImpl
 
chownInternal(String, String, String) - Method in class io.vertx.core.file.impl.WindowsFileSystem
 
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
chunkHandler(Handler<Buffer>) - Method in interface io.vertx.core.http.impl.HttpClientStream
 
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
 
CircuitBreakerImpl - Class in io.vertx.circuitbreaker.impl
 
CircuitBreakerImpl(String, Vertx, CircuitBreakerOptions) - Constructor for class io.vertx.circuitbreaker.impl.CircuitBreakerImpl
 
CircuitBreakerImpl.RollingCounter - Class in io.vertx.circuitbreaker.impl
 
CircuitBreakerMetrics - Class in io.vertx.circuitbreaker.impl
Circuit breaker metrics.
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 class io.vertx.ext.auth.oauth2.authorization.impl.ScopeAuthorizationImpl
 
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.
CLASS - Static variable in interface io.vertx.codegen.ModelProvider
 
Class(String, int, String) - Constructor for class io.vertx.codegen.TypeParamInfo.Class
 
classBlock(RunNotifier) - Method in class io.vertx.ext.unit.junit.VertxUnitRunnerWithParameters
 
classHeader(PrintWriter) - Method in class io.vertx.serviceproxy.generator.GeneratorUtils
 
ClassKind - Enum in io.vertx.codegen.type
 
classLoader() - Method in interface io.vertx.core.impl.ContextInternal
 
ClassLoaderUtils - Class in io.vertx.servicediscovery.utils
 
ClassLoaderUtils() - Constructor for class io.vertx.servicediscovery.utils.ClassLoaderUtils
 
ClassModel - Class in io.vertx.codegen
A processed source.
ClassModel(ProcessingEnvironment, TypeMirrorFactory, TypeElement) - Constructor for class io.vertx.codegen.ClassModel
 
className - Variable in class io.vertx.codegen.CodeGen.Converter
 
className(ProxyModel) - Method in class io.vertx.ext.web.api.service.generator.WebApiProxyHandlerGen
 
className(ProxyModel) - Method in class io.vertx.serviceproxy.generator.ServiceProxyHandlerGen
 
classpath - Variable in class io.vertx.core.impl.launcher.commands.ClasspathHandler
 
ClasspathHandler - Class in io.vertx.core.impl.launcher.commands
Command using the classpath option should extends this class as it manages the interaction with the custom classloader.
ClasspathHandler() - Constructor for class io.vertx.core.impl.launcher.commands.ClasspathHandler
 
ClassTypeInfo - Class in io.vertx.codegen.type
 
ClassTypeInfo(ClassKind, String, ModuleInfo, boolean, List<TypeParamInfo.Class>, DataObjectInfo) - Constructor for class io.vertx.codegen.type.ClassTypeInfo
 
clear() - Method in class io.vertx.core.http.impl.headers.HeadersAdaptor
 
clear() - Method in class io.vertx.core.http.impl.headers.HeadersMultiMap
 
clear() - Method in class io.vertx.core.http.impl.headers.Http2HeadersAdaptor
 
clear() - Method in class io.vertx.core.impl.ConcurrentHashSet
 
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 class io.vertx.core.shareddata.impl.LocalAsyncMapImpl
 
clear() - Method in class io.vertx.core.shareddata.impl.SharedDataImpl.WrappedAsyncMap
 
clear() - Method in interface io.vertx.core.shareddata.LocalMap
Clear all entries in the map
clear() - Method in class io.vertx.core.streams.impl.InboundBuffer
Clear the buffer synchronously.
clear(String) - Method in interface io.vertx.ext.auth.authorization.Authorizations
 
clear() - Method in interface io.vertx.ext.auth.authorization.Authorizations
 
clear(String) - Method in class io.vertx.ext.auth.authorization.impl.AuthorizationsImpl
 
clear() - Method in class io.vertx.ext.auth.authorization.impl.AuthorizationsImpl
 
clear() - Method in class io.vertx.ext.auth.webauthn.impl.metadata.MetaData
 
clear() - Method in class io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl
 
clear() - Method in class io.vertx.ext.web.impl.ConcurrentLRUCache
 
clear() - Method in class io.vertx.ext.web.impl.RouterImpl
 
clear() - Method in interface io.vertx.ext.web.Router
Remove all the routes from this router
clear(Handler<AsyncResult<Void>>) - Method in class io.vertx.ext.web.sstore.impl.ClusteredSessionStoreImpl
 
clear(Handler<AsyncResult<Void>>) - Method in class io.vertx.ext.web.sstore.impl.LocalSessionStoreImpl
 
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.proton.impl.ProtonDeliveryImpl
 
clear() - Method in class io.vertx.proton.impl.ProtonReadableBufferImpl
 
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 class io.vertx.sqlclient.impl.ArrayTuple
 
clear() - Method in class io.vertx.sqlclient.impl.ListTuple
 
clear() - Method in class io.vertx.sqlclient.templates.impl.JsonTuple
 
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.
clearLobData_() - Method in class io.vertx.db2client.impl.drda.Cursor
 
clearUser() - Method in class io.vertx.ext.web.impl.RoutingContextDecorator
 
clearUser() - Method in class io.vertx.ext.web.impl.RoutingContextImpl
 
clearUser() - Method in class io.vertx.ext.web.impl.RoutingContextWrapper
 
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 - Variable in class io.vertx.core.cli.impl.DefaultCommandLine
 
cli() - Method in class io.vertx.core.cli.impl.DefaultCommandLine
 
cli - Variable in class io.vertx.core.impl.launcher.VertxCommandLauncher.CommandRegistration
 
cli() - Method in class io.vertx.core.spi.launcher.ExecutionContext
 
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 - Variable in class io.vertx.core.http.impl.HttpClientRequestBase
 
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.
client - Variable in class io.vertx.sqlclient.templates.impl.SqlTemplateImpl
 
CLIENT_CAN_HANDLE_EXPIRED_PASSWORDS - Static variable in class io.vertx.mysqlclient.impl.protocol.CapabilitiesFlag
 
CLIENT_COMPRESS - Static variable in class io.vertx.mysqlclient.impl.protocol.CapabilitiesFlag
 
CLIENT_CONNECT_ATTRS - Static variable in class io.vertx.mysqlclient.impl.protocol.CapabilitiesFlag
 
CLIENT_CONNECT_WITH_DB - Static variable in class io.vertx.mysqlclient.impl.protocol.CapabilitiesFlag
 
CLIENT_DEPRECATE_EOF - Static variable in class io.vertx.mysqlclient.impl.protocol.CapabilitiesFlag
 
CLIENT_FOUND_ROWS - Static variable in class io.vertx.mysqlclient.impl.protocol.CapabilitiesFlag
 
CLIENT_IGNORE_SIGPIPE - Static variable in class io.vertx.mysqlclient.impl.protocol.CapabilitiesFlag
 
CLIENT_IGNORE_SPACE - Static variable in class io.vertx.mysqlclient.impl.protocol.CapabilitiesFlag
 
CLIENT_INTERACTIVE - Static variable in class io.vertx.mysqlclient.impl.protocol.CapabilitiesFlag
 
CLIENT_LENGTH_OUTSIDE_RANGE_FOR_DATATYPE - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
CLIENT_LOCAL_FILES - Static variable in class io.vertx.mysqlclient.impl.protocol.CapabilitiesFlag
 
CLIENT_LONG_FLAG - Static variable in class io.vertx.mysqlclient.impl.protocol.CapabilitiesFlag
 
CLIENT_LONG_PASSWORD - Static variable in class io.vertx.mysqlclient.impl.protocol.CapabilitiesFlag
 
CLIENT_MULTI_RESULTS - Static variable in class io.vertx.mysqlclient.impl.protocol.CapabilitiesFlag
 
CLIENT_MULTI_STATEMENTS - Static variable in class io.vertx.mysqlclient.impl.protocol.CapabilitiesFlag
 
CLIENT_NO_SCHEMA - Static variable in class io.vertx.mysqlclient.impl.protocol.CapabilitiesFlag
 
CLIENT_ODBC - Static variable in class io.vertx.mysqlclient.impl.protocol.CapabilitiesFlag
 
CLIENT_OPTIONAL_RESULTSET_METADATA - Static variable in class io.vertx.mysqlclient.impl.protocol.CapabilitiesFlag
 
CLIENT_PLUGIN_AUTH - Static variable in class io.vertx.mysqlclient.impl.protocol.CapabilitiesFlag
 
CLIENT_PLUGIN_AUTH_LENENC_CLIENT_DATA - Static variable in class io.vertx.mysqlclient.impl.protocol.CapabilitiesFlag
 
CLIENT_PROTOCOL_41 - Static variable in class io.vertx.mysqlclient.impl.protocol.CapabilitiesFlag
 
CLIENT_PS_MULTI_RESULTS - Static variable in class io.vertx.mysqlclient.impl.protocol.CapabilitiesFlag
 
CLIENT_REMEMBER_OPTIONS - Static variable in class io.vertx.mysqlclient.impl.protocol.CapabilitiesFlag
 
CLIENT_RESERVED - Static variable in class io.vertx.mysqlclient.impl.protocol.CapabilitiesFlag
Deprecated.
CLIENT_SECURE_CONNECTION - Static variable in class io.vertx.mysqlclient.impl.protocol.CapabilitiesFlag
 
CLIENT_SESSION_TRACK - Static variable in class io.vertx.mysqlclient.impl.protocol.CapabilitiesFlag
 
CLIENT_SSL - Static variable in class io.vertx.mysqlclient.impl.protocol.CapabilitiesFlag
 
CLIENT_SUPPORTED_CAPABILITIES_FLAGS - Static variable in class io.vertx.mysqlclient.impl.protocol.CapabilitiesFlag
 
CLIENT_TRANSACTIONS - Static variable in class io.vertx.mysqlclient.impl.protocol.CapabilitiesFlag
 
CLIENT_VERIFY_SERVER_CERT - Static variable in class io.vertx.mysqlclient.impl.protocol.CapabilitiesFlag
Deprecated.
ClientAuth - Enum in io.vertx.core.http
Configures the engine to require/request client authentication.
ClientCalls - Class in io.vertx.grpc.stub
 
clientCloseFuture - Variable in class io.vertx.sqlclient.impl.SqlConnectionFactoryBase
 
clientId() - Method in class io.vertx.mqtt.impl.MqttClientImpl
 
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 class io.vertx.mqtt.impl.MqttEndpointImpl
 
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
 
clientParamtertype_ - Variable in class io.vertx.db2client.impl.drda.ColumnMetaData
 
ClientPhase - Enum in io.vertx.ext.web.client.impl
 
clientRequest() - Method in class io.vertx.ext.web.client.impl.HttpContext
 
clientResponse() - Method in class io.vertx.ext.web.client.impl.HttpContext
 
ClientTypes - Class in io.vertx.db2client.impl.drda
Information about DB2 data types.
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 - 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
 
CLOB - Static variable in class io.vertx.db2client.impl.drda.ClientTypes
 
clone() - Method in class io.vertx.db2client.impl.drda.Typdef
 
clone() - Method in interface io.vertx.ext.auth.AuthOptions
Deprecated.
 
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(Handler<AsyncResult<Void>>) - Method in class io.vertx.amqp.impl.AmqpClientImpl
 
close() - Method in class io.vertx.amqp.impl.AmqpClientImpl
 
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.amqp.impl.AmqpConnectionImpl
 
close() - Method in class io.vertx.amqp.impl.AmqpConnectionImpl
 
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.amqp.impl.AmqpReceiverImpl
 
close() - Method in class io.vertx.amqp.impl.AmqpReceiverImpl
 
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.amqp.impl.AmqpSenderImpl
 
close() - Method in class io.vertx.amqp.impl.AmqpSenderImpl
 
close() - Method in interface io.vertx.circuitbreaker.CircuitBreaker
Closes the circuit breaker.
close() - Method in class io.vertx.circuitbreaker.impl.CircuitBreakerImpl
 
close() - Method in class io.vertx.circuitbreaker.impl.CircuitBreakerMetrics
 
close() - Method in interface io.vertx.config.ConfigRetriever
Closes the retriever.
close() - Method in class io.vertx.config.impl.ConfigRetrieverImpl
 
close() - Method in class io.vertx.config.impl.spi.DirectoryConfigStore
 
close() - Method in class io.vertx.config.impl.spi.EnvVariablesConfigStore
 
close() - Method in class io.vertx.config.impl.spi.EventBusConfigStore
 
close() - Method in class io.vertx.config.impl.spi.FileConfigStore
 
close() - Method in class io.vertx.config.impl.spi.HttpConfigStore
 
close() - Method in class io.vertx.config.impl.spi.JsonConfigStore
 
close() - Method in class io.vertx.config.impl.spi.SystemPropertiesConfigStore
 
close() - Method in class io.vertx.config.kubernetes.ConfigMapStore
 
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(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(Handler<AsyncResult<Void>>) - Method in class io.vertx.core.datagram.impl.DatagramSocketImpl
 
close() - Method in class io.vertx.core.datagram.impl.DatagramSocketImpl
 
close(Promise<Void>) - Method in class io.vertx.core.eventbus.impl.clustered.ClusteredEventBus
 
close(Promise<Void>) - Method in class io.vertx.core.eventbus.impl.EventBusImpl
 
close(Promise<Void>) - Method in interface io.vertx.core.eventbus.impl.EventBusInternal
Close the event bus and release any resources held.
close(Promise<Void>) - Method in class io.vertx.core.eventbus.impl.HandlerRegistration
 
close() - Method in class io.vertx.core.eventbus.impl.MessageProducerImpl
 
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.core.eventbus.impl.MessageProducerImpl
 
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() - Method in class io.vertx.core.file.impl.AsyncFileImpl
 
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.core.file.impl.AsyncFileImpl
 
close() - Method in class io.vertx.core.file.impl.FileResolver
Close this file resolver, this is a blocking operation.
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 class io.vertx.core.http.impl.Http1xClientConnection
 
close() - Method in class io.vertx.core.http.impl.Http1xServerResponse
 
close() - Method in class io.vertx.core.http.impl.Http2ServerResponse
 
close() - Method in class io.vertx.core.http.impl.Http2UpgradedClientConnection
 
close(Promise<Void>) - Method in class io.vertx.core.http.impl.HttpClientImpl
 
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.core.http.impl.HttpClientImpl
 
close() - Method in class io.vertx.core.http.impl.HttpClientImpl
 
close(HttpClientConnection) - Method in class io.vertx.core.http.impl.HttpConnectionProvider
 
close() - Method in class io.vertx.core.http.impl.HttpServerImpl
 
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.core.http.impl.HttpServerImpl
 
close(Promise<Void>) - Method in class io.vertx.core.http.impl.HttpServerImpl
 
close(short, String) - Method in class io.vertx.core.http.impl.ServerWebSocketImpl
 
close() - Method in class io.vertx.core.http.impl.WebSocketImplBase
 
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.core.http.impl.WebSocketImplBase
 
close(short) - Method in class io.vertx.core.http.impl.WebSocketImplBase
 
close(short, Handler<AsyncResult<Void>>) - Method in class io.vertx.core.http.impl.WebSocketImplBase
 
close(short, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.core.http.impl.WebSocketImplBase
 
close(short, String) - Method in class io.vertx.core.http.impl.WebSocketImplBase
 
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<Void>) - Method in class io.vertx.core.impl.AddressResolver
 
close() - Method in class io.vertx.core.impl.BlockedThreadChecker
 
close(Promise<Void>) - Method in class io.vertx.core.impl.CloseFuture
Called by client
close() - Method in class io.vertx.core.impl.IsolatingClassLoader
 
close() - Method in class io.vertx.core.impl.launcher.commands.Watcher
Stops watching.
close(Handler<Void>) - Method in class io.vertx.core.impl.resolver.DefaultResolverProvider
 
close(Handler<Void>) - Method in class io.vertx.core.impl.resolver.DnsResolverProvider
 
close() - Method in class io.vertx.core.impl.VertxImpl
 
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.core.impl.VertxImpl
 
close() - Method in class io.vertx.core.net.impl.clientconnection.ConnectionManager
 
close(C) - Method in interface io.vertx.core.net.impl.clientconnection.ConnectionProvider
Close a connection.
close() - Method in class io.vertx.core.net.impl.clientconnection.Endpoint
Close the endpoint, this will close all connections, this method is called by the ConnectionManager when it is closed.
close() - Method in class io.vertx.core.net.impl.ConnectionBase
Close the connection
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.core.net.impl.ConnectionBase
Close the connection and notifies the handler
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.core.net.impl.NetClientImpl
 
close() - Method in class io.vertx.core.net.impl.NetClientImpl
 
close(Promise<Void>) - Method in class io.vertx.core.net.impl.NetClientImpl
 
close() - Method in class io.vertx.core.net.impl.NetServerImpl
 
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.core.net.impl.NetServerImpl
 
close(Promise<Void>) - Method in class io.vertx.core.net.impl.NetServerImpl
 
close(Promise<Void>) - Method in class io.vertx.core.net.impl.TCPServerBase
 
close() - Method in class io.vertx.core.net.impl.TCPServerBase
 
close(ChannelHandlerContext, ChannelPromise) - Method in class io.vertx.core.net.impl.VertxHandler
 
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 class io.vertx.core.streams.impl.PipeImpl
 
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 class io.vertx.ext.cluster.infinispan.impl.SubsCacheHelper
 
close(Promise<Void>) - Method in class io.vertx.ext.jdbc.impl.JDBCClientImpl
 
close() - Method in class io.vertx.ext.jdbc.impl.JDBCClientImpl
 
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.ext.jdbc.impl.JDBCClientImpl
 
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.ext.jdbc.impl.JDBCConnectionImpl
 
close() - Method in class io.vertx.ext.jdbc.impl.JDBCConnectionImpl
 
close(DataSource) - Method in interface io.vertx.ext.jdbc.spi.DataSourceProvider
 
close(DataSource) - Method in class io.vertx.ext.jdbc.spi.impl.AgroalCPDataSourceProvider
 
close(DataSource) - Method in class io.vertx.ext.jdbc.spi.impl.C3P0DataSourceProvider
 
close(DataSource) - Method in class io.vertx.ext.jdbc.spi.impl.HikariCPDataSourceProvider
 
close() - Method in class io.vertx.ext.mail.impl.MailClientImpl
 
close() - Method in interface io.vertx.ext.mail.MailClient
close the MailClient
close(Promise<Void>) - Method in class io.vertx.ext.mongo.impl.MongoClientImpl
 
close() - Method in class io.vertx.ext.mongo.impl.MongoClientImpl
 
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.ext.mongo.impl.MongoClientImpl
 
close() - Method in class io.vertx.ext.mongo.impl.MongoGridFsClientImpl
 
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 class io.vertx.ext.sql.impl.RowStreamWrapper
 
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.ext.sql.impl.RowStreamWrapper
 
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 class io.vertx.ext.web.client.impl.WebClientBase
 
close() - Method in interface io.vertx.ext.web.client.WebClient
Close the client.
close() - Method in class io.vertx.ext.web.handler.sockjs.impl.SockJSSocketBase
 
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 class io.vertx.ext.web.impl.ServerWebSocketWrapper
 
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.ext.web.impl.ServerWebSocketWrapper
 
close(short) - Method in class io.vertx.ext.web.impl.ServerWebSocketWrapper
 
close(short, Handler<AsyncResult<Void>>) - Method in class io.vertx.ext.web.impl.ServerWebSocketWrapper
 
close(short, String) - Method in class io.vertx.ext.web.impl.ServerWebSocketWrapper
 
close(short, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.ext.web.impl.ServerWebSocketWrapper
 
close() - Method in class io.vertx.ext.web.sstore.impl.ClusteredSessionStoreImpl
 
close() - Method in class io.vertx.ext.web.sstore.impl.LocalSessionStoreImpl
 
close() - Method in interface io.vertx.ext.web.sstore.SessionStore
Close the store
close(DataSource) - Method in class io.vertx.jdbcclient.impl.AgroalCPDataSourceProvider
 
close(Connection.Holder, Promise<Void>) - Method in class io.vertx.jdbcclient.impl.ConnectionImpl
 
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.jdbcclient.impl.JDBCPoolImpl
 
close() - Method in class io.vertx.jdbcclient.impl.JDBCPoolImpl
 
close() - Method in class io.vertx.junit5.ScopedObject
 
close() - Method in class io.vertx.kafka.admin.impl.KafkaAdminClientImpl
 
close(long) - Method in class io.vertx.kafka.admin.impl.KafkaAdminClientImpl
 
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.kafka.admin.impl.KafkaAdminClientImpl
 
close(long, Handler<AsyncResult<Void>>) - Method in class io.vertx.kafka.admin.impl.KafkaAdminClientImpl
 
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 class io.vertx.kafka.client.common.impl.CloseHandler
 
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.kafka.client.common.impl.CloseHandler
 
close(long, Handler<AsyncResult<Void>>) - Method in class io.vertx.kafka.client.common.impl.CloseHandler
 
close() - Method in class io.vertx.kafka.client.consumer.impl.KafkaConsumerImpl
 
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.kafka.client.consumer.impl.KafkaConsumerImpl
 
close() - Method in class io.vertx.kafka.client.consumer.impl.KafkaReadStreamImpl
 
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.kafka.client.consumer.impl.KafkaReadStreamImpl
 
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(long) - Method in class io.vertx.kafka.client.producer.impl.KafkaProducerImpl
 
close() - Method in class io.vertx.kafka.client.producer.impl.KafkaProducerImpl
 
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.kafka.client.producer.impl.KafkaProducerImpl
 
close(long, Handler<AsyncResult<Void>>) - Method in class io.vertx.kafka.client.producer.impl.KafkaProducerImpl
 
close() - Method in class io.vertx.kafka.client.producer.impl.KafkaWriteStreamImpl
 
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.kafka.client.producer.impl.KafkaWriteStreamImpl
 
close(long) - Method in class io.vertx.kafka.client.producer.impl.KafkaWriteStreamImpl
 
close(long, Handler<AsyncResult<Void>>) - Method in class io.vertx.kafka.client.producer.impl.KafkaWriteStreamImpl
 
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 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 class io.vertx.micrometer.impl.VertxMetricsImpl
 
close() - Method in class io.vertx.mqtt.impl.MqttEndpointImpl
 
close() - Method in class io.vertx.mqtt.impl.MqttServerImpl
 
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.mqtt.impl.MqttServerImpl
 
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 class io.vertx.pgclient.impl.pubsub.PgSubscriberImpl
 
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.pgclient.impl.pubsub.PgSubscriberImpl
 
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() - Method in class io.vertx.proton.impl.ProtonConnectionImpl
 
close() - Method in class io.vertx.proton.impl.ProtonServerImpl
 
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.proton.impl.ProtonServerImpl
 
close() - Method in class io.vertx.proton.impl.ProtonSessionImpl
 
close() - Method in interface io.vertx.proton.ProtonConnection
Closes the AMQP connection, i.e.
close() - Method in interface io.vertx.proton.ProtonLink
Closes the AMQP link, i.e.
close() - Method in interface io.vertx.proton.ProtonServer
Closes the server and any currently open connections.
close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.proton.ProtonServer
Closes the server and any currently open connections, notifying the given handler when complete.
close() - Method in interface io.vertx.proton.ProtonSession
Closed the AMQP session, i.e.
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 class io.vertx.redis.client.impl.BaseRedisClient
 
close() - Method in class io.vertx.redis.client.impl.PooledRedisConnection
 
close() - Method in class io.vertx.redis.client.impl.RedisAPIImpl
 
close() - Method in class io.vertx.redis.client.impl.RedisClusterConnection
 
close() - Method in class io.vertx.redis.client.impl.RedisSentinelConnection
 
close() - Method in class io.vertx.redis.client.impl.RedisStandaloneConnection
 
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() - Method in class io.vertx.servicediscovery.impl.DiscoveryImpl
 
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(Connection.Holder, Promise<Void>) - Method in interface io.vertx.sqlclient.impl.Connection
 
close(Promise<Void>) - Method in interface io.vertx.sqlclient.impl.ConnectionFactory
 
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.sqlclient.impl.CursorImpl
 
close() - Method in class io.vertx.sqlclient.impl.CursorImpl
 
close() - Method in class io.vertx.sqlclient.impl.pool.ConnectionPool
 
close(Promise<Void>) - Method in class io.vertx.sqlclient.impl.pool.ConnectionPool
 
close(Promise<Void>) - Method in class io.vertx.sqlclient.impl.PoolBase
 
close() - Method in class io.vertx.sqlclient.impl.PoolBase
 
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.sqlclient.impl.PoolBase
 
close() - Method in class io.vertx.sqlclient.impl.RowStreamImpl
 
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.sqlclient.impl.RowStreamImpl
 
close(Connection.Holder, Promise<Void>) - Method in class io.vertx.sqlclient.impl.SocketConnectionBase
 
close(Promise<Void>) - Method in class io.vertx.sqlclient.impl.SqlConnectionFactoryBase
 
close() - Method in class io.vertx.sqlclient.impl.SqlConnectionImpl
 
close(Handler<AsyncResult<Void>>) - Method in class io.vertx.sqlclient.impl.SqlConnectionImpl
 
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_REQUEST - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
Closeable - Interface in io.vertx.core
A closeable resource.
CloseableIteratorCollectionStream<I,O> - Class in io.vertx.ext.cluster.infinispan.impl
 
CloseableIteratorCollectionStream(Context, Supplier<CloseableIteratorCollection<I>>, Function<I, O>) - Constructor for class io.vertx.ext.cluster.infinispan.impl.CloseableIteratorCollectionStream
 
closeAfterSessionExpired() - Method in class io.vertx.ext.web.handler.sockjs.impl.SockJSSocketBase
 
closeAll(Handler<AsyncResult<Void>>) - Method in class io.vertx.core.net.impl.TCPServerBase
Internal method that closes all servers when Vert.x is closing
CloseConnectionCommand - Class in io.vertx.sqlclient.impl.command
 
CloseCursorCommand - Class in io.vertx.sqlclient.impl.command
 
CloseCursorCommand(String, PreparedStatement) - Constructor for class io.vertx.sqlclient.impl.command.CloseCursorCommand
 
closed() - Method in interface io.vertx.core.http.HttpServerResponse
 
closed() - Method in class io.vertx.core.http.impl.Http1xServerResponse
 
closed() - Method in class io.vertx.core.http.impl.Http2ServerResponse
 
closed() - Method in class io.vertx.pgclient.impl.pubsub.PgSubscriberImpl
 
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
 
CLOSED_EXCEPTION - Static variable in class io.vertx.core.net.impl.ConnectionBase
An exception used to signal a closed connection to an exception handler.
CloseFuture - Class in io.vertx.core.impl
An helper class for managing close operations.
CloseFuture() - Constructor for class io.vertx.core.impl.CloseFuture
 
CloseFuture(Closeable) - Constructor for class io.vertx.core.impl.CloseFuture
 
closeFuture() - Method in class io.vertx.core.net.impl.ConnectionBase
 
closeFuture() - Method in class io.vertx.sqlclient.impl.PoolBase
 
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 class io.vertx.circuitbreaker.impl.CircuitBreakerImpl
 
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 class io.vertx.core.http.impl.Http1xServerResponse
 
closeHandler(Handler<Void>) - Method in class io.vertx.core.http.impl.Http2ServerResponse
 
closeHandler(Handler<Void>) - Method in class io.vertx.core.http.impl.Http2UpgradedClientConnection
 
closeHandler(Handler<Void>) - Method in interface io.vertx.core.http.impl.HttpClientStream
 
closeHandler(Handler<Void>) - Method in class io.vertx.core.http.impl.WebSocketImplBase
 
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 class io.vertx.core.net.impl.ConnectionBase
 
closeHandler(Handler<Void>) - Method in class io.vertx.core.net.impl.NetSocketImpl
 
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 class io.vertx.db2client.impl.DB2SocketConnection
 
closeHandler(Handler<Void>) - Method in class io.vertx.ext.web.impl.ServerWebSocketWrapper
 
CloseHandler - Class in io.vertx.kafka.client.common.impl
An helper class for managing automatic clean-up in verticles.
CloseHandler(BiConsumer<Long, Handler<AsyncResult<Void>>>) - Constructor for class io.vertx.kafka.client.common.impl.CloseHandler
 
closeHandler(Handler<Void>) - Method in class io.vertx.mqtt.impl.MqttClientImpl
closeHandler(Handler<Void>) - Method in class io.vertx.mqtt.impl.MqttEndpointImpl
 
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.mssqlclient.MSSQLConnection
Set an handler called when the connection is closed.
closeHandler(Handler<Void>) - Method in interface io.vertx.mysqlclient.MySQLConnection
Set an handler called when the connection is closed.
closeHandler(Handler<Void>) - Method in class io.vertx.pgclient.impl.pubsub.PgSubscriberImpl
 
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<AsyncResult<ProtonConnection>>) - Method in class io.vertx.proton.impl.ProtonConnectionImpl
 
closeHandler(Handler<AsyncResult<ProtonSession>>) - Method in class io.vertx.proton.impl.ProtonSessionImpl
 
closeHandler(Handler<AsyncResult<ProtonConnection>>) - Method in interface io.vertx.proton.ProtonConnection
Sets a handler for when an AMQP Close frame is received from the remote peer.
closeHandler(Handler<AsyncResult<T>>) - Method in interface io.vertx.proton.ProtonLink
Sets a handler for when an AMQP Detach frame with closed=true is received from the remote peer.
closeHandler(Handler<AsyncResult<ProtonSession>>) - Method in interface io.vertx.proton.ProtonSession
Sets a handler for when an AMQP End frame is received from the remote peer.
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 class io.vertx.sqlclient.impl.SqlConnectionImpl
 
closeHandler(Handler<Void>) - Method in interface io.vertx.sqlclient.SqlConnection
Set an handler called when the connection is closed.
CloseHooks - Class in io.vertx.core.impl
 
closeIdle() - Method in class io.vertx.core.net.impl.clientconnection.Pool
Close all connections returning false when ConnectionProvider.isValid(C) is called.
closeReason() - Method in class io.vertx.core.http.impl.WebSocketImplBase
 
closeReason() - Method in class io.vertx.core.http.impl.ws.WebSocketFrameImpl
 
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.ext.web.impl.ServerWebSocketWrapper
 
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
 
CloseStatementCommand - Class in io.vertx.sqlclient.impl.command
 
CloseStatementCommand(PreparedStatement) - Constructor for class io.vertx.sqlclient.impl.command.CloseStatementCommand
 
closeStatusCode() - Method in class io.vertx.core.http.impl.WebSocketImplBase
 
closeStatusCode() - Method in class io.vertx.core.http.impl.ws.WebSocketFrameImpl
 
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.ext.web.impl.ServerWebSocketWrapper
 
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
 
CLOUDSCAPE_SYSTEM_SHUTDOWN - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
cluster - Variable in class io.vertx.core.impl.launcher.commands.RunCommand
 
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
 
ClusteredEventBus - Class in io.vertx.core.eventbus.impl.clustered
An event bus implementation that clusters with other Vert.x nodes
ClusteredEventBus(VertxInternal, VertxOptions, ClusterManager, NodeSelector) - Constructor for class io.vertx.core.eventbus.impl.clustered.ClusteredEventBus
 
ClusteredHandlerHolder<T> - Class in io.vertx.core.eventbus.impl.clustered
 
ClusteredHandlerHolder(HandlerRegistration<T>, boolean, boolean, ContextInternal, long) - Constructor for class io.vertx.core.eventbus.impl.clustered.ClusteredHandlerHolder
 
ClusteredMessage<U,V> - Class in io.vertx.core.eventbus.impl.clustered
 
ClusteredMessage(EventBusImpl) - Constructor for class io.vertx.core.eventbus.impl.clustered.ClusteredMessage
 
ClusteredMessage(String, String, MultiMap, U, MessageCodec<U, V>, boolean, EventBusImpl) - Constructor for class io.vertx.core.eventbus.impl.clustered.ClusteredMessage
 
ClusteredMessage(ClusteredMessage<U, V>) - Constructor for class io.vertx.core.eventbus.impl.clustered.ClusteredMessage
 
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
 
ClusteredSessionStoreImpl - Class in io.vertx.ext.web.sstore.impl
 
ClusteredSessionStoreImpl() - Constructor for class io.vertx.ext.web.sstore.impl.ClusteredSessionStoreImpl
 
clusteredVertx(Handler<AsyncResult<Vertx>>) - Method in class io.vertx.core.impl.VertxBuilder
Build and return the clustered vertx instance
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.
ClusterHealthCheckImpl - Class in io.vertx.ext.cluster.infinispan.impl
 
ClusterHealthCheckImpl(Vertx, boolean) - Constructor for class io.vertx.ext.cluster.infinispan.impl.ClusterHealthCheckImpl
 
clusterHost - Variable in class io.vertx.core.impl.launcher.commands.BareCommand
 
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
 
clusterManager() - Method in class io.vertx.core.impl.VertxBuilder
 
clusterManager(ClusterManager) - Method in class io.vertx.core.impl.VertxBuilder
Set the cluster manager to use.
ClusterManager - Interface in io.vertx.core.spi.cluster
A cluster provider for Vert.x must implement this interface.
clusterNodeSelector() - Method in class io.vertx.core.impl.VertxBuilder
 
clusterNodeSelector(NodeSelector) - Method in class io.vertx.core.impl.VertxBuilder
Set the cluster node selector to use.
clusterPort - Variable in class io.vertx.core.impl.launcher.commands.BareCommand
 
clusterPublicHost - Variable in class io.vertx.core.impl.launcher.commands.BareCommand
 
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
 
clusterPublicPort - Variable in class io.vertx.core.impl.launcher.commands.BareCommand
 
ClusterSerializable - Interface in io.vertx.core.shareddata.impl
Objects implementing this interface will be write to and read from a Buffer when respectively stored and read from an AsyncMap.
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
 
cmd - Variable in class io.vertx.sqlclient.impl.command.CommandResponse
 
CMDCHKRM - Static variable in class io.vertx.db2client.impl.drda.CodePoint
Command Check codepoint constant.
CMDNSPRM - Static variable in class io.vertx.db2client.impl.drda.CodePoint
Command Not Supported codepoint constant.
CMNAPPC - Static variable in class io.vertx.db2client.impl.drda.CodePoint
Describes the communications manager that supports conversational protocols by using System Network Architecture Logical Unit 6.2 (SNA LU 6.2) local communications facilities.
CMNTCPIP - Static variable in class io.vertx.db2client.impl.drda.CodePoint
TCP/IP Communication Manager codepoint constant.
code(String) - Method in class io.vertx.codegen.writer.CodeWriter
Print the specified string with an indent prefix.
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 class io.vertx.mqtt.messages.impl.MqttConnAckMessageImpl
 
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() - Method in class io.vertx.core.eventbus.impl.MessageImpl
 
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
 
CodecManager - Class in io.vertx.core.eventbus.impl
 
CodecManager() - Constructor for class io.vertx.core.eventbus.impl.CodecManager
 
codecManager - Variable in class io.vertx.core.eventbus.impl.EventBusImpl
 
CodeGen - Class in io.vertx.codegen
 
CodeGen(ProcessingEnvironment) - Constructor for class io.vertx.codegen.CodeGen
 
CodeGen.Converter - Class in io.vertx.codegen
 
CodeGenProcessor - Class in io.vertx.codegen
 
CodeGenProcessor() - Constructor for class io.vertx.codegen.CodeGenProcessor
 
codeln(String) - Method in class io.vertx.codegen.writer.CodeWriter
Print the specified line with an indent prefix and end with a new line char.
CodePoint - Class in io.vertx.db2client.impl.drda
 
CodeWriter - Class in io.vertx.codegen.writer
Class to simplify code write that maintains indentation status
CodeWriter(Writer) - Constructor for class io.vertx.codegen.writer.CodeWriter
 
CODPNT - Static variable in class io.vertx.db2client.impl.drda.CodePoint
The codepoint for codepoint
COLINFO_TOKEN - Static variable in class io.vertx.mssqlclient.impl.protocol.token.DataPacketStreamTokenType
 
collation() - Method in class io.vertx.mssqlclient.impl.protocol.datatype.TextWithCollationDataType
 
collation() - Method in class io.vertx.mysqlclient.impl.command.AuthenticationCommandBase
 
collationId() - Method in enum io.vertx.mysqlclient.impl.MySQLCollation
Get the collation Id of this collation
COLLATOR_NOT_FOUND_FOR_LOCALE - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
collectedTypes - Variable in class io.vertx.codegen.ClassModel
 
collectImports(Collection<ClassTypeInfo>) - Method in class io.vertx.codegen.MethodInfo
 
collectImports(Collection<ClassTypeInfo>) - Method in class io.vertx.codegen.type.ArrayTypeInfo
 
collectImports(Collection<ClassTypeInfo>) - Method in class io.vertx.codegen.type.ClassTypeInfo
 
collectImports(Collection<ClassTypeInfo>) - Method in class io.vertx.codegen.type.ParameterizedTypeInfo
 
collectImports(Collection<ClassTypeInfo>) - Method in class io.vertx.codegen.type.TypeInfo
Collect the import fqcn needed by this type.
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 class io.vertx.sqlclient.templates.impl.SqlTemplateImpl
 
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.
collection - Variable in enum io.vertx.codegen.type.ClassKind
 
collector() - Method in class io.vertx.sqlclient.impl.command.QueryCommandBase
 
COLMETADATA_TOKEN - Static variable in class io.vertx.mssqlclient.impl.protocol.token.DataPacketStreamTokenType
 
colName() - Method in class io.vertx.mssqlclient.impl.codec.ColumnData
 
column(String) - Method in class io.vertx.ext.sql.impl.RowStreamWrapper
 
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.
COLUMN_DOES_NOT_EXIST - Static variable in class io.vertx.db2client.impl.drda.SqlCode
 
COLUMN_NOT_FOUND - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
COLUMN_NOT_FROM_BASE_TABLE - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
ColumnData - Class in io.vertx.mssqlclient.impl.codec
 
ColumnData(long, int, MSSQLDataType, String) - Constructor for class io.vertx.mssqlclient.impl.codec.ColumnData
 
ColumnData.Flags - Class in io.vertx.mssqlclient.impl.codec
 
columnDataComputedLength_ - Variable in class io.vertx.db2client.impl.drda.Cursor
 
columnDataIsNullCache_ - Variable in class io.vertx.db2client.impl.drda.Cursor
 
columnDataLengthCache_ - Variable in class io.vertx.db2client.impl.drda.Cursor
 
columnDataPosition_ - Variable in class io.vertx.db2client.impl.drda.Cursor
 
columnDataPositionCache_ - Variable in class io.vertx.db2client.impl.drda.Cursor
 
ColumnDefinition - Class in io.vertx.mysqlclient.impl.protocol
 
ColumnDefinition(String, String, String, String, String, String, int, long, DataType, int, byte) - Constructor for class io.vertx.mysqlclient.impl.protocol.ColumnDefinition
 
ColumnDefinition.ColumnDefinitionFlags - Class in io.vertx.mysqlclient.impl.protocol
 
ColumnDefinition.ColumnType - Class in io.vertx.mysqlclient.impl.protocol
 
ColumnDefinitionFlags() - Constructor for class io.vertx.mysqlclient.impl.protocol.ColumnDefinition.ColumnDefinitionFlags
 
columnDefinitions() - Method in class io.vertx.mysqlclient.impl.MySQLRowDesc
 
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
 
columnDescriptor() - Method in class io.vertx.sqlclient.impl.RowDesc
 
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 class io.vertx.sqlclient.impl.SqlResultBase
 
columnDescriptors() - Method in interface io.vertx.sqlclient.SqlResult
Get the column descriptors in the SqlResult.
columnIndex(String) - Method in class io.vertx.sqlclient.impl.RowDesc
 
columnLength() - Method in class io.vertx.mysqlclient.impl.protocol.ColumnDefinition
 
ColumnMetaData - Class in io.vertx.db2client.impl.drda
 
ColumnMetaData() - Constructor for class io.vertx.db2client.impl.drda.ColumnMetaData
 
columnNames() - Method in class io.vertx.sqlclient.impl.RowDesc
 
columns() - Method in class io.vertx.ext.sql.impl.RowStreamWrapper
 
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.
columns_ - Variable in class io.vertx.db2client.impl.drda.ColumnMetaData
 
columns_ - Variable in class io.vertx.db2client.impl.drda.Cursor
 
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 class io.vertx.sqlclient.impl.SqlResultBase
 
columnsNames() - Method in interface io.vertx.sqlclient.SqlResult
Get the names of columns in the SqlResult.
ColumnType() - Constructor for class io.vertx.mysqlclient.impl.protocol.ColumnDefinition.ColumnType
 
COM_CHANGE_USER - Static variable in class io.vertx.mysqlclient.impl.protocol.CommandType
 
COM_DEBUG - Static variable in class io.vertx.mysqlclient.impl.protocol.CommandType
 
COM_FIELD_LIST - Static variable in class io.vertx.mysqlclient.impl.protocol.CommandType
Deprecated.
COM_INIT_DB - Static variable in class io.vertx.mysqlclient.impl.protocol.CommandType
 
COM_PING - Static variable in class io.vertx.mysqlclient.impl.protocol.CommandType
 
COM_PROCESS_INFO - Static variable in class io.vertx.mysqlclient.impl.protocol.CommandType
Deprecated.
COM_PROCESS_KILL - Static variable in class io.vertx.mysqlclient.impl.protocol.CommandType
Deprecated.
COM_QUERY - Static variable in class io.vertx.mysqlclient.impl.protocol.CommandType
 
COM_QUIT - Static variable in class io.vertx.mysqlclient.impl.protocol.CommandType
 
COM_REFRESH - Static variable in class io.vertx.mysqlclient.impl.protocol.CommandType
Deprecated.
COM_RESET_CONNECTION - Static variable in class io.vertx.mysqlclient.impl.protocol.CommandType
 
COM_SET_OPTION - Static variable in class io.vertx.mysqlclient.impl.protocol.CommandType
 
COM_STATISTICS - Static variable in class io.vertx.mysqlclient.impl.protocol.CommandType
 
COM_STMT_CLOSE - Static variable in class io.vertx.mysqlclient.impl.protocol.CommandType
 
COM_STMT_EXECUTE - Static variable in class io.vertx.mysqlclient.impl.protocol.CommandType
 
COM_STMT_FETCH - Static variable in class io.vertx.mysqlclient.impl.protocol.CommandType
 
COM_STMT_PREPARE - Static variable in class io.vertx.mysqlclient.impl.protocol.CommandType
 
COM_STMT_RESET - Static variable in class io.vertx.mysqlclient.impl.protocol.CommandType
 
COM_STMT_SEND_LONG_DATA - Static variable in class io.vertx.mysqlclient.impl.protocol.CommandType
 
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 - 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() - Method in class io.vertx.redis.client.impl.RequestImpl
 
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.
CommandBase<R> - Class in io.vertx.sqlclient.impl.command
 
CommandBase() - Constructor for class io.vertx.sqlclient.impl.command.CommandBase
 
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
 
commandByName - Variable in class io.vertx.core.impl.launcher.VertxCommandLauncher
the list of commands.
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.
CommandImpl - Class in io.vertx.redis.client.impl
Implementation of the command metadata
CommandImpl(String, int, int, int, int, boolean, boolean, boolean, boolean) - Constructor for class io.vertx.redis.client.impl.CommandImpl
 
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 - 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
 
CommandLineUtils - Class in io.vertx.core.impl.launcher
Utilities method to analyse original command line.
CommandLineUtils() - Constructor for class io.vertx.core.impl.launcher.CommandLineUtils
 
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
 
CommandRegistration(CommandFactory) - Constructor for class io.vertx.core.impl.launcher.VertxCommandLauncher.CommandRegistration
 
CommandRegistration(CommandFactory, CLI) - Constructor for class io.vertx.core.impl.launcher.VertxCommandLauncher.CommandRegistration
 
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 - 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
 
CommandResponse<R> - Class in io.vertx.sqlclient.impl.command
 
CommandResponse(AsyncResult<R>) - Constructor for class io.vertx.sqlclient.impl.command.CommandResponse
 
commands() - Method in class io.vertx.reactivex.ext.shell.command.CommandResolver
 
commands() - Method in class io.vertx.rxjava.ext.shell.command.CommandResolver
 
CommandScheduler - Interface in io.vertx.sqlclient.impl.command
 
CommandType - Class in io.vertx.mysqlclient.impl.protocol
 
CommandType() - Constructor for class io.vertx.mysqlclient.impl.protocol.CommandType
 
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 class io.vertx.ext.jdbc.impl.JDBCConnectionImpl
 
commit(Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.sql.SQLConnection
Commits all changes made since the previous commit/rollback.
commit() - Method in class io.vertx.kafka.client.consumer.impl.KafkaConsumerImpl
 
commit(Handler<AsyncResult<Void>>) - Method in class io.vertx.kafka.client.consumer.impl.KafkaConsumerImpl
 
commit(Map<TopicPartition, OffsetAndMetadata>) - Method in class io.vertx.kafka.client.consumer.impl.KafkaConsumerImpl
 
commit(Map<TopicPartition, OffsetAndMetadata>, Handler<AsyncResult<Map<TopicPartition, OffsetAndMetadata>>>) - Method in class io.vertx.kafka.client.consumer.impl.KafkaConsumerImpl
 
commit() - Method in class io.vertx.kafka.client.consumer.impl.KafkaReadStreamImpl
 
commit(Handler<AsyncResult<Map<TopicPartition, OffsetAndMetadata>>>) - Method in class io.vertx.kafka.client.consumer.impl.KafkaReadStreamImpl
 
commit(Map<TopicPartition, OffsetAndMetadata>) - Method in class io.vertx.kafka.client.consumer.impl.KafkaReadStreamImpl
 
commit(Map<TopicPartition, OffsetAndMetadata>, Handler<AsyncResult<Map<TopicPartition, OffsetAndMetadata>>>) - Method in class io.vertx.kafka.client.consumer.impl.KafkaReadStreamImpl
 
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 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 class io.vertx.kafka.client.consumer.impl.KafkaConsumerImpl
 
committed(TopicPartition) - Method in class io.vertx.kafka.client.consumer.impl.KafkaConsumerImpl
 
committed(TopicPartition, Handler<AsyncResult<OffsetAndMetadata>>) - Method in class io.vertx.kafka.client.consumer.impl.KafkaReadStreamImpl
 
committed(TopicPartition) - Method in class io.vertx.kafka.client.consumer.impl.KafkaReadStreamImpl
 
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 class io.vertx.kafka.client.producer.impl.KafkaProducerImpl
 
commitTransaction() - Method in class io.vertx.kafka.client.producer.impl.KafkaProducerImpl
 
commitTransaction(Handler<AsyncResult<Void>>) - Method in class io.vertx.kafka.client.producer.impl.KafkaWriteStreamImpl
 
commitTransaction() - Method in class io.vertx.kafka.client.producer.impl.KafkaWriteStreamImpl
 
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.
CommonCodec - Class in io.vertx.sqlclient.impl.codec
 
CommonCodec() - Constructor for class io.vertx.sqlclient.impl.codec.CommonCodec
 
COMMUNICATION_ERROR - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
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) - Method in class io.vertx.core.shareddata.impl.AsynchronousCounter
 
compareAndSet(long, long) - Method in class io.vertx.ext.cluster.infinispan.impl.InfinispanCounter
 
compareAndSet(long, long, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.ext.cluster.infinispan.impl.InfinispanCounter
 
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.
compareTo(MethodInfo) - Method in class io.vertx.codegen.MethodInfo
 
compareTo(MxRecord) - Method in class io.vertx.core.dns.impl.MxRecordImpl
 
compareTo(SrvRecord) - Method in class io.vertx.core.dns.impl.SrvRecordImpl
 
compareTo(ParameterParser) - Method in class io.vertx.ext.web.openapi.impl.AnyOfOneOfSingleParameterParser
 
compareTo(ParameterParser) - Method in class io.vertx.ext.web.openapi.impl.FlagParameterParser
 
compareTo(ParameterParser) - Method in class io.vertx.ext.web.validation.impl.parameter.DeepObjectValueParameterParser
 
compareTo(ParameterParser) - Method in class io.vertx.ext.web.validation.impl.parameter.ExplodedArrayValueParameterParser
 
compareTo(ParameterParser) - Method in class io.vertx.ext.web.validation.impl.parameter.ExplodedObjectValueParameterParser
 
compareTo(ParameterParser) - Method in class io.vertx.ext.web.validation.impl.parameter.ExplodedTupleValueParameterParser
 
compareTo(ParameterProcessorImpl) - Method in class io.vertx.ext.web.validation.impl.parameter.ParameterProcessorImpl
 
compareTo(ParameterParser) - Method in class io.vertx.ext.web.validation.impl.parameter.SingleValueParameterParser
 
compareTo(ProtonSaslMechanism) - Method in class io.vertx.proton.sasl.impl.ProtonSaslMechanismImpl
 
ComparisonUtils - Class in io.vertx.json.schema.common
 
ComparisonUtils() - Constructor for class io.vertx.json.schema.common.ComparisonUtils
 
compile(Class...) - Method in class io.vertx.codegen.Compiler
 
compile(List<Class>) - Method in class io.vertx.codegen.Compiler
 
compile(File...) - Method in class io.vertx.codegen.Compiler
 
Compiler - Class in io.vertx.codegen
 
Compiler(Processor) - Constructor for class io.vertx.codegen.Compiler
 
Compiler(Processor, DiagnosticListener<JavaFileObject>) - Constructor for class io.vertx.codegen.Compiler
 
Compiler() - Constructor for class io.vertx.codegen.Compiler
 
CompilingClassLoader - Class in io.vertx.core.impl.verticle
Classloader for dynamic .java source file compilation and loading.
CompilingClassLoader(ClassLoader, String) - Constructor for class io.vertx.core.impl.verticle.CompilingClassLoader
 
completable - Variable in class io.vertx.ext.unit.impl.CompletionImpl
 
CompletableHelper - Class in io.vertx.reactivex
 
CompletableHelper() - Constructor for class io.vertx.reactivex.CompletableHelper
 
complete(CircuitBreakerMetrics.Operation) - Method in class io.vertx.circuitbreaker.impl.CircuitBreakerMetrics
 
complete(T) - Method in interface io.vertx.core.Promise
Set the result.
complete() - Method in interface io.vertx.core.Promise
Calls complete(null)
complete(NetSqlca, int...) - Static method in class io.vertx.db2client.impl.drda.NetSqlca
Checks the SQL code of the SQLCA.
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() - Method in class io.vertx.redis.client.impl.types.AttributeType
 
complete() - Method in interface io.vertx.redis.client.impl.types.Multi
Signals that we received all required replies.
complete() - Method in class io.vertx.redis.client.impl.types.MultiType
 
complete() - Method in class io.vertx.redis.client.impl.types.PushType
 
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.
complete(AsyncResult<R>) - Method in class io.vertx.sqlclient.impl.command.CommandBase
 
complete() - Method in class io.vertx.sqlclient.impl.RowDecoder
 
completeCommand() - Method in class io.vertx.db2client.impl.drda.DRDARequest
Signal the completion of a DSS Layer A object.
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
completeExecute(NetSqlca) - Method in class io.vertx.db2client.impl.drda.DRDAQueryResponse
 
completeNow() - Method in class io.vertx.junit5.VertxTestContext
Complete the test context immediately, making the corresponding test pass.
completeOpenQuery(NetSqlca) - Method in class io.vertx.db2client.impl.drda.DRDAQueryResponse
 
completing() - Method in class io.vertx.junit5.VertxTestContext
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 class io.vertx.core.eventbus.impl.MessageConsumerImpl
 
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<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.
CompletionImpl<T> - Class in io.vertx.ext.unit.impl
 
CompletionImpl() - Constructor for class io.vertx.ext.unit.impl.CompletionImpl
 
CompletionSubscriber<T> - Class in io.vertx.ext.mongo.impl
 
CompletionSubscriber(Promise<Void>) - Constructor for class io.vertx.ext.mongo.impl.CompletionSubscriber
 
component() - Method in class io.vertx.ext.web.impl.ParsableMIMEValue
 
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.
compose(Function<Void, Future<U>>, Function<Throwable, Future<U>>) - Method in class io.vertx.core.impl.CloseFuture
 
composite(String) - Static method in interface io.vertx.codegen.type.TypeNameTranslator
 
compositeBuffer() - Method in class io.vertx.core.net.impl.PartialPooledByteBufAllocator
 
compositeBuffer(int) - Method in class io.vertx.core.net.impl.PartialPooledByteBufAllocator
 
compositeDirectBuffer() - Method in class io.vertx.core.net.impl.PartialPooledByteBufAllocator
 
compositeDirectBuffer(int) - Method in class io.vertx.core.net.impl.PartialPooledByteBufAllocator
 
CompositeFuture - Interface in io.vertx.core
The composite future wraps a list of futures, it is useful when several futures needs to be coordinated.
CompositeFutureImpl - Class in io.vertx.core.impl.future
 
compositeHeapBuffer() - Method in class io.vertx.core.net.impl.PartialPooledByteBufAllocator
 
compositeHeapBuffer(int) - Method in class io.vertx.core.net.impl.PartialPooledByteBufAllocator
 
CompositeProcedure - Interface in io.vertx.ext.healthchecks.impl
 
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).
computeBigDecimalPrecision(BigDecimal) - Static method in class io.vertx.db2client.impl.drda.Decimal
 
COMPUTED - Static variable in class io.vertx.mssqlclient.impl.codec.ColumnData.Flags
 
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.
computeUsage(StringBuilder, String) - Method in class io.vertx.core.cli.UsageMessageFormatter
 
computeUsageLine(StringBuilder, String, CLI) - Method in class io.vertx.core.cli.UsageMessageFormatter
 
concrete - Variable in class io.vertx.codegen.ClassModel
 
concreteSuperType - Variable in class io.vertx.codegen.ClassModel
 
concurrency() - Method in class io.vertx.core.http.impl.Http1xClientConnection
 
concurrency() - Method in class io.vertx.core.http.impl.Http2UpgradedClientConnection
 
concurrency() - Method in interface io.vertx.core.http.impl.HttpClientConnection
 
concurrency() - Method in class io.vertx.core.net.impl.clientconnection.ConnectResult
 
concurrencyChangeHandler(Handler<Long>) - Method in class io.vertx.core.http.impl.Http1xClientConnection
 
concurrencyChangeHandler(Handler<Long>) - Method in class io.vertx.core.http.impl.Http2UpgradedClientConnection
 
concurrencyChangeHandler(Handler<Long>) - Method in interface io.vertx.core.http.impl.HttpClientConnection
Set a handler called when the connection concurrency changes.
ConcurrentCyclicSequence<T> - Class in io.vertx.core.impl.utils
A concurrent cyclic sequence of elements that can be used for round robin.
ConcurrentCyclicSequence() - Constructor for class io.vertx.core.impl.utils.ConcurrentCyclicSequence
Create a new empty sequence.
ConcurrentCyclicSequence(T...) - Constructor for class io.vertx.core.impl.utils.ConcurrentCyclicSequence
Create a new empty sequence.
ConcurrentHashSet<E> - Class in io.vertx.core.impl
 
ConcurrentHashSet(int) - Constructor for class io.vertx.core.impl.ConcurrentHashSet
 
ConcurrentHashSet() - Constructor for class io.vertx.core.impl.ConcurrentHashSet
 
ConcurrentLRUCache<K,V> - Class in io.vertx.ext.web.impl
Concurrent LRU cache.
ConcurrentLRUCache(int) - Constructor for class io.vertx.ext.web.impl.ConcurrentLRUCache
 
ConcurrentLRUCache(int, int) - Constructor for class io.vertx.ext.web.impl.ConcurrentLRUCache
 
ConcurrentLRUCache(Map<? extends K, ? extends V>, int) - Constructor for class io.vertx.ext.web.impl.ConcurrentLRUCache
 
ConcurrentLRUCache(int, float, int) - Constructor for class io.vertx.ext.web.impl.ConcurrentLRUCache
 
ConcurrentLRUCache(int, float, int, int) - Constructor for class io.vertx.ext.web.impl.ConcurrentLRUCache
 
condition(Symbol, String) - Static method in interface io.vertx.proton.ProtonHelper
Create an ErrorCondition with the given error condition value and error description string.
condition(String, String) - Static method in interface io.vertx.proton.ProtonHelper
Create an ErrorCondition with the given error condition value (which will be converted to the required Symbol type) and error description string.
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() - Method in interface io.vertx.core.impl.Deployment
 
config - Variable in class io.vertx.core.impl.launcher.commands.RunCommand
 
config() - Method in class io.vertx.core.impl.VertxBuilder
 
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
 
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
 
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
 
ConfigRetrieverImpl - Class in io.vertx.config.impl
Implementation of the ConfigRetriever.
ConfigRetrieverImpl(Vertx, ConfigRetrieverOptions) - Constructor for class io.vertx.config.impl.ConfigRetrieverImpl
 
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.config.impl.ConfigRetrieverImpl
 
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
 
ConfigurationProvider - Class in io.vertx.config.impl
A configuration provider retrieve the configuration from a store and transform it to Json.
ConfigurationProvider(ConfigStore, ConfigProcessor, JsonObject, boolean) - Constructor for class io.vertx.config.impl.ConfigurationProvider
 
configure(ChannelHandlerContext, boolean) - Method in class io.vertx.core.http.impl.Http1xOrH2CHandler
 
configure(DatagramChannel, DatagramSocketOptions) - Method in class io.vertx.core.net.impl.transport.Transport
 
configure(ClientOptionsBase, boolean, Bootstrap) - Method in class io.vertx.core.net.impl.transport.Transport
 
configure(NetServerOptions, boolean, ServerBootstrap) - Method in class io.vertx.core.net.impl.transport.Transport
 
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
 
configureEngine(SSLEngine, String) - Method in class io.vertx.core.net.impl.SSLHelper
 
configureFromSystemProperties(Object, String) - Static method in class io.vertx.core.impl.launcher.commands.BareCommand
This is used as workaround to retain the existing behavior of the Vert.x CLI and won't be executed in other situation.
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.
configureNetClientOptions(NetClientOptions) - Method in class io.vertx.db2client.impl.DB2ConnectionFactory
 
configureNetClientOptions(NetClientOptions) - Method in class io.vertx.mysqlclient.impl.MySQLConnectionFactory
 
configureNetClientOptions(NetClientOptions) - Method in class io.vertx.sqlclient.impl.SqlConnectionFactoryBase
Apply the configuration to the NetClientOptions for connecting to the database.
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.
CONFLICTING_BOOT_ATTRIBUTES - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
CONFLICTING_CREATE_ATTRIBUTES - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
CONFLICTING_RESTORE_ATTRIBUTES - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
CONGLOMERATE_TEMPLATE_CREATE_ERROR - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
conn - Variable in class io.vertx.core.http.impl.WebSocketImplBase
 
conn - Variable in class io.vertx.sqlclient.impl.SqlConnectionBase
 
CONN_INTERRUPT - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
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<AmqpConnection>>) - Method in class io.vertx.amqp.impl.AmqpClientImpl
 
connect() - Method in class io.vertx.amqp.impl.AmqpClientImpl
 
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(SocketAddress) - Method in class io.vertx.core.http.impl.HttpClientImpl
Connect to a server.
connect(SocketAddress, SocketAddress) - Method in class io.vertx.core.http.impl.HttpClientImpl
Connect to a server.
connect() - Method in class io.vertx.core.http.impl.HttpClientRequestImpl
 
connect(Handler<AsyncResult<HttpClientResponse>>) - Method in class io.vertx.core.http.impl.HttpClientRequestImpl
 
connect(ConnectionListener<HttpClientConnection>, ContextInternal, Handler<AsyncResult<ConnectResult<HttpClientConnection>>>) - Method in class io.vertx.core.http.impl.HttpConnectionProvider
 
connect(SocketAddress, SocketAddress, String, boolean) - Method in class io.vertx.core.net.impl.ChannelProvider
 
connect(ConnectionListener<C>, ContextInternal, Handler<AsyncResult<ConnectResult<C>>>) - Method in interface io.vertx.core.net.impl.clientconnection.ConnectionProvider
Connect to the server.
connect(int, String) - Method in class io.vertx.core.net.impl.NetClientImpl
 
connect(int, String, String) - Method in class io.vertx.core.net.impl.NetClientImpl
 
connect(SocketAddress) - Method in class io.vertx.core.net.impl.NetClientImpl
 
connect(SocketAddress, String) - Method in class io.vertx.core.net.impl.NetClientImpl
 
connect(ContextInternal, SocketAddress, String) - Method in class io.vertx.core.net.impl.NetClientImpl
 
connect(int, String, Handler<AsyncResult<NetSocket>>) - Method in class io.vertx.core.net.impl.NetClientImpl
 
connect(int, String, String, Handler<AsyncResult<NetSocket>>) - Method in class io.vertx.core.net.impl.NetClientImpl
 
connect(SocketAddress, String, Handler<AsyncResult<NetSocket>>) - Method in class io.vertx.core.net.impl.NetClientImpl
 
connect(SocketAddress, Handler<AsyncResult<NetSocket>>) - Method in class io.vertx.core.net.impl.NetClientImpl
 
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(Vertx, DB2ConnectOptions) - Static method in class io.vertx.db2client.impl.DB2ConnectionImpl
 
connect() - Method in class io.vertx.ext.web.impl.RouterImpl
 
connect(String) - Method in class io.vertx.ext.web.impl.RouterImpl
 
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) - Method in class io.vertx.mqtt.impl.MqttClientImpl
 
connect(int, String, Handler<AsyncResult<MqttConnAckMessage>>) - Method in class io.vertx.mqtt.impl.MqttClientImpl
connect(int, String, String) - Method in class io.vertx.mqtt.impl.MqttClientImpl
 
connect(int, String, String, Handler<AsyncResult<MqttConnAckMessage>>) - Method in class io.vertx.mqtt.impl.MqttClientImpl
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, MSSQLConnectOptions) - Static method in class io.vertx.mssqlclient.impl.MSSQLConnectionImpl
 
connect(Vertx, MSSQLConnectOptions, Handler<AsyncResult<MSSQLConnection>>) - Static method in interface io.vertx.mssqlclient.MSSQLConnection
Create a connection to SQL Server with the given connectOptions.
connect(Vertx, MSSQLConnectOptions) - Static method in interface io.vertx.mssqlclient.MSSQLConnection
Like MSSQLConnection.connect(Vertx, MSSQLConnectOptions, Handler) but returns a Future of the asynchronous result
connect(ContextInternal, MySQLConnectOptions) - Static method in class io.vertx.mysqlclient.impl.MySQLConnectionImpl
 
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(ContextInternal, PgConnectOptions) - Static method in class io.vertx.pgclient.impl.PgConnectionImpl
 
connect(Handler<AsyncResult<Void>>) - Method in class io.vertx.pgclient.impl.pubsub.PgSubscriberImpl
 
connect() - Method in class io.vertx.pgclient.impl.pubsub.PgSubscriberImpl
 
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(String, int, Handler<AsyncResult<ProtonConnection>>) - Method in class io.vertx.proton.impl.ProtonClientImpl
 
connect(String, int, String, String, Handler<AsyncResult<ProtonConnection>>) - Method in class io.vertx.proton.impl.ProtonClientImpl
 
connect(ProtonClientOptions, String, int, Handler<AsyncResult<ProtonConnection>>) - Method in class io.vertx.proton.impl.ProtonClientImpl
 
connect(ProtonClientOptions, String, int, String, String, Handler<AsyncResult<ProtonConnection>>) - Method in class io.vertx.proton.impl.ProtonClientImpl
 
connect(String, int, Handler<AsyncResult<ProtonConnection>>) - Method in interface io.vertx.proton.ProtonClient
Connect to the given host and port, without credentials.
connect(String, int, String, String, Handler<AsyncResult<ProtonConnection>>) - Method in interface io.vertx.proton.ProtonClient
Connect to the given host and port, with credentials (if required by server peer).
connect(ProtonClientOptions, String, int, Handler<AsyncResult<ProtonConnection>>) - Method in interface io.vertx.proton.ProtonClient
Connect to the given host and port, without credentials.
connect(ProtonClientOptions, String, int, String, String, Handler<AsyncResult<ProtonConnection>>) - Method in interface io.vertx.proton.ProtonClient
Connect to the given host and port, with credentials (if required by server peer).
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() - Method in class io.vertx.redis.client.impl.RedisClient
 
connect() - Method in class io.vertx.redis.client.impl.RedisClusterClient
 
connect() - Method in class io.vertx.redis.client.impl.RedisSentinelClient
 
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.
connect(Promise<Connection>) - Method in interface io.vertx.sqlclient.impl.ConnectionFactory
Connect to the database and returns a connection.
connect(Promise<Connection>) - Method in class io.vertx.sqlclient.impl.SqlConnectionFactoryBase
 
CONNECT_PASSWORD_ISNULL - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
CONNECT_PASSWORD_LENGTH_OUT_OF_RANGE - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
CONNECT_REQUIRED_PROPERTY_NOT_SET - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
CONNECT_SOCKET_EXCEPTION - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
CONNECT_UNABLE_TO_CONNECT_TO_SERVER - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
CONNECT_UNABLE_TO_OPEN_SOCKET_STREAM - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
CONNECT_USERID_ISNULL - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
CONNECT_USERID_LENGTH_OUT_OF_RANGE - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
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() - Method in class io.vertx.core.net.impl.NetServerImpl
 
connectHandler(Handler<NetSocket>) - Method in class io.vertx.core.net.impl.NetServerImpl
 
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() - Method in class io.vertx.proton.impl.ProtonServerImpl
 
connectHandler(Handler<ProtonConnection>) - Method in class io.vertx.proton.impl.ProtonServerImpl
 
connectHandler(Handler<ProtonConnection>) - Method in interface io.vertx.proton.ProtonServer
The handler called when a new client connection is accepted.
connectHandler() - Method in interface io.vertx.proton.ProtonServer
Returns the current connectHandler.
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 class io.vertx.amqp.impl.AmqpReceiverImpl
 
connection() - Method in class io.vertx.amqp.impl.AmqpSenderImpl
 
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 class io.vertx.core.http.impl.Http1xServerRequest
 
connection() - Method in class io.vertx.core.http.impl.Http2ServerRequest
 
connection() - Method in class io.vertx.core.http.impl.HttpClientRequestImpl
 
connection() - Method in interface io.vertx.core.http.impl.HttpClientStream
 
connection() - Method in class io.vertx.core.http.impl.WebSocketImplBase
 
connection() - Method in interface io.vertx.core.http.impl.WebSocketInternal
 
connection() - Method in class io.vertx.core.net.impl.clientconnection.ConnectResult
 
connection() - Method in class io.vertx.db2client.impl.command.InitialHandshakeCommand
 
connection() - Method in class io.vertx.mysqlclient.impl.command.InitialHandshakeCommand
 
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
 
connection() - Method in class io.vertx.sqlclient.impl.command.InitCommand
 
Connection - Interface in io.vertx.sqlclient.impl
 
Connection.Holder - Interface in io.vertx.sqlclient.impl
 
CONNECTION_FAILED_ON_DEFERRED_RESET - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
CONNECTION_FAILED_ON_RESET - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
CONNECTION_NULL - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
CONNECTION_REFUSED - Static variable in class io.vertx.db2client.impl.drda.SqlCode
 
connectionAttributes() - Method in class io.vertx.db2client.impl.command.AuthenticationCommandBase
 
connectionAttributes() - Method in class io.vertx.mysqlclient.impl.command.AuthenticationCommandBase
 
ConnectionBase - Class in io.vertx.core.net.impl
Abstract base class for TCP connections.
ConnectionBase(ContextInternal, ChannelHandlerContext) - Constructor for class io.vertx.core.net.impl.ConnectionBase
 
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.
ConnectionFactory - Interface in io.vertx.sqlclient.impl
 
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<HttpConnection>) - Method in class io.vertx.core.http.impl.HttpClientImpl
 
connectionHandler(Handler<HttpConnection>) - Method in class io.vertx.core.http.impl.HttpServerImpl
 
connectionHandler(Handler<ServerWebSocket>) - Method in interface io.vertx.ext.web.handler.graphql.ApolloWSHandler
Customize the connection Handler.
connectionHandler(Handler<ServerWebSocket>) - Method in class io.vertx.ext.web.handler.graphql.impl.ApolloWSHandlerImpl
 
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 .
ConnectionImpl - Class in io.vertx.jdbcclient.impl
 
ConnectionImpl(JDBCStatementHelper, ContextInternal, SQLOptions, JDBCConnectionImpl) - Constructor for class io.vertx.jdbcclient.impl.ConnectionImpl
 
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.ext.web.handler.graphql.impl.ApolloWSHandlerImpl
 
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 .
ConnectionListener<C> - Interface in io.vertx.core.net.impl.clientconnection
The listener defines the contract used by the ConnectionProvider to interact with the connection pool.
ConnectionManager<K,C> - Class in io.vertx.core.net.impl.clientconnection
The connection manager associates remote hosts with pools, it also tracks all connections so they can be closed when the manager is closed.
ConnectionManager(EndpointProvider<K, C>) - Constructor for class io.vertx.core.net.impl.clientconnection.ConnectionManager
 
connectionManager - Variable in class io.vertx.redis.client.impl.BaseRedisClient
 
ConnectionMetaData - Class in io.vertx.db2client.impl.drda
 
ConnectionMetaData() - Constructor for class io.vertx.db2client.impl.drda.ConnectionMetaData
 
connectionParams() - Method in interface io.vertx.ext.web.handler.graphql.ApolloWSMessage
 
connectionParams() - Method in class io.vertx.ext.web.handler.graphql.impl.ApolloWSMessageImpl
 
connectionParams() - Method in class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSMessage
 
connectionParams() - Method in class io.vertx.rxjava.ext.web.handler.graphql.ApolloWSMessage
 
ConnectionPool - Class in io.vertx.sqlclient.impl.pool
Todo : - handle timeout when acquiring a connection - for per statement pooling, have several physical connection and use the less busy one to avoid head of line blocking effect
ConnectionPool(ConnectionFactory, int) - Constructor for class io.vertx.sqlclient.impl.pool.ConnectionPool
 
ConnectionPool(ConnectionFactory, int, int) - Constructor for class io.vertx.sqlclient.impl.pool.ConnectionPool
 
ConnectionPool(ConnectionFactory, EventLoopContext, int, int, long) - Constructor for class io.vertx.sqlclient.impl.pool.ConnectionPool
 
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
ConnectionProvider<C> - Interface in io.vertx.core.net.impl.clientconnection
Provides how the connection manager interacts its connections.
CONNECTIVITY_PREFIX - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
ConnectResult<C> - Class in io.vertx.core.net.impl.clientconnection
The result of a connect operation.
ConnectResult(C, long, long) - Constructor for class io.vertx.core.net.impl.clientconnection.ConnectResult
 
connectStream() - Method in class io.vertx.core.net.impl.NetServerImpl
 
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 class io.vertx.ext.web.impl.RouterImpl
 
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
connMetadata - Variable in class io.vertx.db2client.impl.DB2SocketConnection
 
ConstantInfo - Class in io.vertx.codegen
 
ConstantInfo(Doc, String, TypeInfo) - Constructor for class io.vertx.codegen.ConstantInfo
 
constants - Variable in class io.vertx.codegen.ClassModel
 
constructed - Variable in class io.vertx.ext.auth.webauthn.impl.ASN1.ASNTag
 
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 - 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
 
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.core.eventbus.impl.EventBusImpl
 
consumer(String, Handler<Message<T>>) - Method in class io.vertx.core.eventbus.impl.EventBusImpl
 
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 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 class io.vertx.ext.web.impl.RouteImpl
 
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
ContainerSerializationStyles - Enum in io.vertx.ext.web.openapi.impl
 
ContainerTypeValidator<DeserializationResult> - Class in io.vertx.ext.web.api.validation.impl
 
ContainerTypeValidator(ContainerDeserializer, boolean) - Constructor for class io.vertx.ext.web.api.validation.impl.ContainerTypeValidator
 
contains(String) - Method in class io.vertx.core.http.impl.headers.HeadersAdaptor
 
contains(CharSequence) - Method in class io.vertx.core.http.impl.headers.HeadersAdaptor
 
contains(String, String, boolean) - Method in class io.vertx.core.http.impl.headers.HeadersAdaptor
 
contains(CharSequence, CharSequence, boolean) - Method in class io.vertx.core.http.impl.headers.HeadersAdaptor
 
contains(CharSequence, CharSequence, boolean) - Method in class io.vertx.core.http.impl.headers.HeadersMultiMap
 
contains(String, String, boolean) - Method in class io.vertx.core.http.impl.headers.HeadersMultiMap
 
contains(CharSequence) - Method in class io.vertx.core.http.impl.headers.HeadersMultiMap
 
contains(String) - Method in class io.vertx.core.http.impl.headers.HeadersMultiMap
 
contains(String) - Method in class io.vertx.core.http.impl.headers.Http2HeadersAdaptor
 
contains(String, String, boolean) - Method in class io.vertx.core.http.impl.headers.Http2HeadersAdaptor
 
contains(CharSequence) - Method in class io.vertx.core.http.impl.headers.Http2HeadersAdaptor
 
contains(CharSequence, CharSequence, boolean) - Method in class io.vertx.core.http.impl.headers.Http2HeadersAdaptor
 
contains(Object) - Method in class io.vertx.core.impl.ConcurrentHashSet
 
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.
containsAll(Collection<?>) - Method in class io.vertx.core.impl.ConcurrentHashSet
 
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 class io.vertx.redis.client.impl.types.MultiType
 
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.
containsSqlcax() - Method in class io.vertx.db2client.impl.drda.NetSqlca
 
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 class io.vertx.ext.web.handler.graphql.impl.ApolloWSMessageImpl
 
content() - Method in interface io.vertx.ext.web.multipart.FormDataPart
 
content() - Method in class io.vertx.ext.web.multipart.impl.FormDataPartImpl
 
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.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.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(String) - Method in class io.vertx.amqp.impl.AmqpMessageBuilderImpl
 
contentEncoding() - Method in class io.vertx.amqp.impl.AmqpMessageImpl
 
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
 
contentLength - Variable in class io.vertx.ext.auth.webauthn.impl.ASN1.ASNLength
 
contentTransferEncoding() - Method in interface io.vertx.core.http.HttpServerFileUpload
 
contentTransferEncoding() - Method in interface io.vertx.ext.web.FileUpload
 
contentTransferEncoding() - Method in class io.vertx.ext.web.impl.FileUploadImpl
 
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(String) - Method in class io.vertx.amqp.impl.AmqpMessageBuilderImpl
 
contentType() - Method in class io.vertx.amqp.impl.AmqpMessageImpl
 
contentType() - Method in interface io.vertx.core.http.HttpServerFileUpload
 
contentType() - Method in class io.vertx.ext.web.client.impl.HttpContext
 
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 class io.vertx.ext.web.impl.FileUploadImpl
 
contentType() - Method in class io.vertx.ext.web.impl.ParsableHeaderValuesContainer
 
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 - Variable in class io.vertx.core.eventbus.impl.HandlerHolder
 
context - Variable in class io.vertx.core.eventbus.impl.HandlerRegistration
 
context - Variable in class io.vertx.core.file.impl.FileSystemImpl.BlockingAction
 
context() - Method in class io.vertx.core.http.impl.Http1xServerRequest
 
context() - Method in class io.vertx.core.http.impl.Http2ServerRequest
 
context - Variable in class io.vertx.core.http.impl.HttpClientRequestBase
 
context() - Method in interface io.vertx.core.http.impl.HttpServerRequestInternal
 
context - Variable in class io.vertx.core.http.impl.WebSocketImplBase
 
context() - Method in interface io.vertx.core.impl.future.FutureInternal
 
context() - Method in interface io.vertx.core.impl.future.PromiseInternal
 
context - Variable in class io.vertx.core.net.impl.ConnectionBase
 
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
 
context() - Method in class io.vertx.sqlclient.impl.SocketConnectionBase
 
context - Variable in class io.vertx.sqlclient.impl.SqlConnectionBase
 
context - Variable in class io.vertx.sqlclient.impl.SqlConnectionFactoryBase
 
contextData() - Method in interface io.vertx.core.impl.ContextInternal
 
ContextInternal - Interface in io.vertx.core.impl
This interface provides an api for vert.x core internal use only It is not part of the public API and should not be used by developers creating vert.x applications
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
 
CONTINUATION_BIT - Static variable in class io.vertx.db2client.impl.drda.DssConstants
 
continuationFrame(Buffer, boolean) - Static method in class io.vertx.core.http.impl.ws.WebSocketFrameImpl
 
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.core.http.impl.HttpClientRequestImpl
 
continueHandler(Handler<Void>) - Method in interface io.vertx.core.http.impl.HttpClientStream
 
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.
ContractEndpointHandler - Class in io.vertx.ext.web.openapi.impl
 
ConversionHelper - Class in io.vertx.core.impl
An internal conversion helper, later it could be merged with JsonObject mapFrom/mapTo and moved in Json class
ConversionHelper() - Constructor for class io.vertx.core.impl.ConversionHelper
 
convert(String) - Static method in class io.vertx.config.spi.utils.JsonObjectHelper
 
convert(SocketAddress) - Method in class io.vertx.core.net.impl.transport.Transport
 
convert(SocketAddress) - Method in class io.vertx.core.net.impl.transport.Transport
 
convertCamelCaseToUnderscores(String) - Static method in class io.vertx.codegen.Helper
 
ConvertedBy - Annotation Type in io.vertx.core.cli.annotations
Annotates @Option setters to indicate how the value is converted to the argument type.
Converter(String, String, List<String>) - Constructor for class io.vertx.codegen.CodeGen.Converter
 
converter - Variable in class io.vertx.codegen.CodeGen.Converter
 
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
 
convertSet(List) - Static method in class io.vertx.serviceproxy.HelperUtils
 
convertSet(List) - Static method in class io.vertx.serviceproxy.ProxyUtils
 
convertSqlValue(Object) - Static method in class io.vertx.ext.jdbc.impl.actions.JDBCStatementHelper
 
convertSqlValue(Object) - Static method in class io.vertx.jdbcclient.impl.actions.JDBCQueryAction
 
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
 
convertToParsedHeaderValues(String, Function<String, T>) - Static method in class io.vertx.ext.web.impl.HeaderParser
Transforms each header value into the given ParsableHeaderValue
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 class io.vertx.ext.web.impl.RoutingContextDecorator
 
cookieCount() - Method in class io.vertx.ext.web.impl.RoutingContextImpl
 
cookieCount() - Method in class io.vertx.ext.web.impl.RoutingContextWrapper
 
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
 
CookieImpl - Class in io.vertx.core.http.impl
Vert.x cookie implementation
CookieImpl(String, String) - Constructor for class io.vertx.core.http.impl.CookieImpl
 
CookieImpl(Cookie) - Constructor for class io.vertx.core.http.impl.CookieImpl
 
cookieMap() - Method in interface io.vertx.core.http.HttpServerRequest
 
cookieMap() - Method in class io.vertx.core.http.impl.Http1xServerRequest
 
cookieMap() - Method in class io.vertx.core.http.impl.Http2ServerRequest
 
cookieMap() - Method in class io.vertx.ext.web.impl.RoutingContextDecorator
 
cookieMap() - Method in class io.vertx.ext.web.impl.RoutingContextImpl
 
cookieMap() - Method in class io.vertx.ext.web.impl.RoutingContextWrapper
 
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 class io.vertx.ext.web.api.impl.RequestParametersImpl
 
cookieParameter(String) - Method in interface io.vertx.ext.web.api.RequestParameters
Deprecated.
Get cookie parameter by name
cookieParameter(StyledParameterProcessorFactory) - Method in class io.vertx.ext.web.validation.builder.impl.ValidationHandlerBuilderImpl
 
cookieParameter(ParameterProcessorFactory) - Method in class io.vertx.ext.web.validation.builder.impl.ValidationHandlerBuilderImpl
 
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 class io.vertx.ext.web.validation.impl.RequestParametersImpl
 
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 class io.vertx.ext.web.api.impl.RequestParametersImpl
 
cookieParametersNames() - Method in interface io.vertx.ext.web.api.RequestParameters
Deprecated.
Get list of all parameter names inside cookie
cookieParametersNames() - Method in class io.vertx.ext.web.validation.impl.RequestParametersImpl
 
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 class io.vertx.core.http.impl.HttpClientResponseImpl
 
cookies() - Method in interface io.vertx.ext.web.client.HttpResponse
 
cookies() - Method in class io.vertx.ext.web.client.impl.HttpResponseImpl
 
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() - Method in class io.vertx.ext.web.client.impl.WebClientSessionAware
 
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
CookieStoreImpl - Class in io.vertx.ext.web.client.impl
 
CookieStoreImpl() - Constructor for class io.vertx.ext.web.client.impl.CookieStoreImpl
 
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
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 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 class io.vertx.codegen.ConstantInfo
 
copy() - Method in class io.vertx.codegen.MethodInfo
 
copy() - Method in interface io.vertx.core.buffer.Buffer
Returns a copy of the entire Buffer.
copy() - Method in class io.vertx.core.buffer.impl.BufferImpl
 
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(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.core.file.impl.FileSystemImpl
 
copy(String, String) - Method in class io.vertx.core.file.impl.FileSystemImpl
 
copy(String, String, CopyOptions, Handler<AsyncResult<Void>>) - Method in class io.vertx.core.file.impl.FileSystemImpl
 
copy(String, String, CopyOptions) - Method in class io.vertx.core.file.impl.FileSystemImpl
 
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 class io.vertx.core.json.pointer.impl.JsonPointerImpl
 
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.ext.web.client.impl.HttpRequestImpl
 
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
 
copyBeforeReceive() - Method in class io.vertx.core.eventbus.impl.clustered.ClusteredMessage
 
copyBeforeReceive() - Method in class io.vertx.core.eventbus.impl.MessageImpl
 
copyBlocking(String, String) - Method in interface io.vertx.core.file.FileSystem
copyBlocking(String, String) - Method in class io.vertx.core.file.impl.FileSystemImpl
 
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.core.file.impl.FileSystemImpl
 
copyRecursive(String, String, boolean) - Method in class io.vertx.core.file.impl.FileSystemImpl
 
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.core.file.impl.FileSystemImpl
 
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
CORE_JDBC_DRIVER_UNREGISTERED - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
CORRELATION_ID_UNKNOWN - Static variable in class io.vertx.db2client.impl.drda.DssConstants
 
correlationId() - Method in interface io.vertx.amqp.AmqpMessage
 
correlationId(String) - Method in interface io.vertx.amqp.AmqpMessageBuilder
 
correlationId(String) - Method in class io.vertx.amqp.impl.AmqpMessageBuilderImpl
 
correlationId() - Method in class io.vertx.amqp.impl.AmqpMessageImpl
 
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
 
correlationToken - Variable in class io.vertx.db2client.impl.drda.ConnectionMetaData
 
correlationToken - Variable in class io.vertx.db2client.impl.drda.DRDAConnectResponse.RDBAccessData
 
CORS_HANDLER - Static variable in interface io.vertx.ext.web.impl.RoutingContextInternal
 
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
 
CorsHandlerImpl - Class in io.vertx.ext.web.handler.impl
Based partially on original authored by David Dossot
CorsHandlerImpl(String) - Constructor for class io.vertx.ext.web.handler.impl.CorsHandlerImpl
 
CorsHandlerImpl() - Constructor for class io.vertx.ext.web.handler.impl.CorsHandlerImpl
 
coseId() - Method in enum io.vertx.ext.auth.webauthn.PublicKeyCredential
 
count() - Method in class io.vertx.circuitbreaker.impl.CircuitBreakerImpl.RollingCounter
 
count(String, JsonObject, Handler<AsyncResult<Long>>) - Method in class io.vertx.ext.mongo.impl.MongoClientImpl
 
count(String, JsonObject) - Method in class io.vertx.ext.mongo.impl.MongoClientImpl
 
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
 
Counters - Class in io.vertx.micrometer.impl.meters
 
Counters(String, String, MeterRegistry, Label...) - Constructor for class io.vertx.micrometer.impl.meters.Counters
 
CpuCoreSensor - Class in io.vertx.core.impl.cpu
Utility class providing the number of CPU cores available.
CpuCoreSensor() - Constructor for class io.vertx.core.impl.cpu.CpuCoreSensor
 
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(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(String) - Static method in class io.vertx.codegen.doc.Doc
Create and returns a doc object for the specified javadoc argument.
create(TypeMirror) - Method in class io.vertx.codegen.type.TypeMirrorFactory
 
create(TypeUse, TypeMirror) - Method in class io.vertx.codegen.type.TypeMirrorFactory
 
create(DeclaredType) - Method in class io.vertx.codegen.type.TypeMirrorFactory
 
create(TypeUse, DeclaredType) - Method in class io.vertx.codegen.type.TypeMirrorFactory
 
create(TypeUse, DeclaredType, boolean) - Method in class io.vertx.codegen.type.TypeMirrorFactory
 
create(TypeUse, TypeVariable) - Method in class io.vertx.codegen.type.TypeMirrorFactory
 
create(TypeUse, ArrayType) - Method in class io.vertx.codegen.type.TypeMirrorFactory
 
create(Type) - Static method in class io.vertx.codegen.type.TypeReflectionFactory
 
create(TypeVariable) - Static method in class io.vertx.codegen.TypeParamInfo
 
create(TypeParameterElement) - Static method in class io.vertx.codegen.TypeParamInfo
 
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.impl.spi.DirectoryConfigStoreFactory
 
create(Vertx, JsonObject) - Method in class io.vertx.config.impl.spi.EnvVariablesConfigStoreFactory
 
create(Vertx, JsonObject) - Method in class io.vertx.config.impl.spi.EventBusConfigStoreFactory
 
create(Vertx, JsonObject) - Method in class io.vertx.config.impl.spi.FileConfigStoreFactory
 
create(Vertx, JsonObject) - Method in class io.vertx.config.impl.spi.HttpConfigStoreFactory
 
create(Vertx, JsonObject) - Method in class io.vertx.config.impl.spi.JsonConfigStoreFactory
 
create(Vertx, JsonObject) - Method in class io.vertx.config.impl.spi.SystemPropertiesConfigStoreFactory
 
create(Vertx, JsonObject) - Method in class io.vertx.config.kubernetes.ConfigMapStoreFactory
 
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.vault.VaultConfigStoreFactory
 
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(String, TypedArgument<T>) - Static method in class io.vertx.core.cli.impl.DefaultCommandLine
Creates the value for the given argument from the given raw value.
create(String, TypedOption<T>) - Static method in class io.vertx.core.cli.impl.DefaultCommandLine
Creates the value for the given option from the given raw value.
create(VertxInternal, DatagramSocketOptions) - Static method in class io.vertx.core.datagram.impl.DatagramSocketImpl
 
create(VertxBuilder) - Method in class io.vertx.core.impl.launcher.commands.ClasspathHandler
Creates a new non-clustered vert.x instance.
create(VertxBuilder, Handler<AsyncResult<Vertx>>) - Method in class io.vertx.core.impl.launcher.commands.ClasspathHandler
Creates a new clustered vert.x instance.
create() - Static method in interface io.vertx.core.json.pointer.JsonPointer
Build an empty JsonPointer
create(K, ContextInternal, Runnable) - Method in interface io.vertx.core.net.impl.clientconnection.EndpointProvider
Create an endpoint tracked by the ConnectionManager.
create(Function<ChannelHandlerContext, C>) - Static method in class io.vertx.core.net.impl.VertxHandler
 
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(ContextInternal, boolean, DB2ConnectOptions, PoolOptions) - Static method in class io.vertx.db2client.impl.DB2PoolImpl
 
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(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() - 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(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, 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, 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(Handler<AsyncResult<BodyStream<T>>>) - Method in class io.vertx.ext.web.codec.impl.BodyCodecImpl
 
create(Handler<AsyncResult<BodyStream<Void>>>) - Method in class io.vertx.ext.web.codec.impl.JsonStreamBodyCodec
 
create(Handler<AsyncResult<BodyStream<Void>>>) - Method in class io.vertx.ext.web.codec.impl.StreamingBodyCodec
 
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(OpenAPIHolder) - Static method in class io.vertx.ext.web.openapi.impl.ContractEndpointHandler
 
create(OperationImpl) - Method in class io.vertx.ext.web.openapi.impl.OpenAPI3ValidationHandlerGenerator
 
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(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(String, ParameterLocation, boolean, ParameterParser, ValueValidator) - Static method in interface io.vertx.ext.web.validation.impl.parameter.ParameterProcessor
Create a new request parameter processor
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(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(ContextInternal, boolean, MSSQLConnectOptions, PoolOptions) - Static method in class io.vertx.mssqlclient.impl.MSSQLPoolImpl
 
create(ContextInternal, boolean, MySQLConnectOptions, PoolOptions) - Static method in class io.vertx.mysqlclient.impl.MySQLPoolImpl
 
create(ContextInternal, boolean, PgConnectOptions, PoolOptions) - Static method in class io.vertx.pgclient.impl.PgPoolImpl
 
create(Vertx) - Static method in interface io.vertx.proton.ProtonClient
Create a ProtonClient instance with the given Vertx instance.
create(Vertx) - Static method in interface io.vertx.proton.ProtonServer
Create a ProtonServer instance with the given Vertx instance.
create(Vertx, ProtonServerOptions) - Static method in interface io.vertx.proton.ProtonServer
Create a ProtonServer instance with the given Vertx instance and options.
create() - Method in interface io.vertx.proton.sasl.ProtonSaslAuthenticatorFactory
Create a ProtonSaslAuthenticator for use with a connection.
create(Message) - Static method in interface io.vertx.proton.streams.Tracker
Creates a tracker for sending a message.
create(Message, Handler<Tracker>) - Static method in interface io.vertx.proton.streams.Tracker
Creates a tracker for sending a message, providing a handler that is called when disposition updates are received for the message delivery.
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(long) - Static method in class io.vertx.redis.client.impl.types.AttributeType
 
create(Boolean) - Static method in class io.vertx.redis.client.impl.types.BooleanType
 
create(Buffer) - Static method in class io.vertx.redis.client.impl.types.BulkType
 
create(String) - Static method in class io.vertx.redis.client.impl.types.ErrorType
 
create(long, boolean) - Static method in class io.vertx.redis.client.impl.types.MultiType
 
create(Number) - Static method in class io.vertx.redis.client.impl.types.NumberType
 
create(long) - Static method in class io.vertx.redis.client.impl.types.PushType
 
create(String) - Static method in class io.vertx.redis.client.impl.types.SimpleStringType
 
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
 
create(SqlClientInternal, List<String>) - Static method in class io.vertx.sqlclient.templates.impl.SqlTemplate
 
create(SqlClientInternal, String) - Static method in class io.vertx.sqlclient.templates.impl.SqlTemplate
 
CREATE_DATABASE_FAILED - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
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.amqp.impl.AmqpConnectionImpl
 
createAnonymousSender() - Method in class io.vertx.amqp.impl.AmqpConnectionImpl
 
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.
createArrayParamFactory(String, ArrayParserFactory, ArraySchemaBuilder, boolean) - Static method in class io.vertx.ext.web.validation.builder.impl.ValidationDSLUtils
 
createArrayTypeValidator(ParameterTypeValidator) - Static method in class io.vertx.ext.web.api.validation.impl.ArrayTypeValidator.ArrayTypeValidatorFactory
 
createArrayTypeValidator(ParameterTypeValidator, String, boolean) - Static method in class io.vertx.ext.web.api.validation.impl.ArrayTypeValidator.ArrayTypeValidatorFactory
 
createArrayTypeValidator(ParameterTypeValidator, String, Integer, Integer) - Static method in class io.vertx.ext.web.api.validation.impl.ArrayTypeValidator.ArrayTypeValidatorFactory
 
createArrayTypeValidator(ParameterTypeValidator, String, boolean, Integer, Integer) - Static method in class io.vertx.ext.web.api.validation.impl.ArrayTypeValidator.ArrayTypeValidatorFactory
 
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.
createAuth(String, String, String) - Method in class io.vertx.ext.mail.impl.sasl.AuthOperationFactory
 
createBatch(String, PreparedStatement, List<Tuple>, boolean, Collector<Row, ?, R>, QueryResultHandler<R>) - Static method in class io.vertx.sqlclient.impl.command.ExtendedQueryCommand
 
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.
createClassloader() - Method in class io.vertx.core.impl.launcher.commands.ClasspathHandler
Creates a classloader respecting the classpath option.
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.

createClientMetrics(SocketAddress, String, String) - Method in class io.vertx.micrometer.impl.VertxMetricsImpl
 
createCollection(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.ext.mongo.impl.MongoClientImpl
 
createCollection(String) - Method in class io.vertx.ext.mongo.impl.MongoClientImpl
 
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
createCommand() - Method in class io.vertx.db2client.impl.drda.DRDARequest
 
createConsumer(ProtonConnection, String) - Static method in class io.vertx.proton.streams.ProtonStreams
Creates an AMQP consumer, presented as a reactive streams Publisher.
createConsumer(ProtonConnection, String, ProtonPublisherOptions) - Static method in class io.vertx.proton.streams.ProtonStreams
Creates an AMQP consumer, presented as a reactive streams Publisher.
createContext(Handler<AsyncResult<HttpResponse<T>>>) - Method in class io.vertx.ext.web.client.impl.WebClientBase
 
createContext(Handler<AsyncResult<HttpResponse<T>>>) - Method in interface io.vertx.ext.web.client.impl.WebClientInternal
 
createCredentialsOptions(JsonObject, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.ext.auth.webauthn.impl.WebAuthnImpl
 
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 class io.vertx.core.impl.VertxImpl
 
createDatagramSocket() - Method in class io.vertx.core.impl.VertxImpl
 
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.

createDatagramSocketMetrics(DatagramSocketOptions) - Method in class io.vertx.micrometer.impl.VertxMetricsImpl
 
createDeepObjectParamFactory(String, ObjectSchemaBuilder, boolean) - Static method in class io.vertx.ext.web.validation.builder.impl.ValidationDSLUtils
 
createDefaultGridFsBucketService(Handler<AsyncResult<MongoGridFsClient>>) - Method in class io.vertx.ext.mongo.impl.MongoClientImpl
 
createDefaultGridFsBucketService() - Method in class io.vertx.ext.mongo.impl.MongoClientImpl
 
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
createDeliveryConsumer(ProtonConnection, String) - Static method in class io.vertx.proton.streams.ProtonStreams
Creates an AMQP consumer, presented as a reactive streams Publisher.
createDeliveryConsumer(ProtonConnection, String, ProtonPublisherOptions) - Static method in class io.vertx.proton.streams.ProtonStreams
Creates an AMQP consumer, presented as a reactive streams Publisher.
createDnsClient(int, String) - Method in class io.vertx.core.impl.VertxImpl
 
createDnsClient() - Method in class io.vertx.core.impl.VertxImpl
 
createDnsClient(DnsClientOptions) - Method in class io.vertx.core.impl.VertxImpl
 
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
createDoc(Element) - Method in class io.vertx.codegen.doc.Doc.Factory
When the elt argument has a comment, this comment is parsed and returned as a Doc object.
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.amqp.impl.AmqpConnectionImpl
 
createDynamicReceiver() - Method in class io.vertx.amqp.impl.AmqpConnectionImpl
 
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
createEngine(SslContext) - Method in class io.vertx.core.net.impl.SSLHelper
 
createEngine(VertxInternal, SocketAddress, String) - Method in class io.vertx.core.net.impl.SSLHelper
 
createEngine(VertxInternal, String, int, boolean) - Method in class io.vertx.core.net.impl.SSLHelper
 
createEngine(VertxInternal, String, int) - Method in class io.vertx.core.net.impl.SSLHelper
 
createEngine(VertxInternal) - Method in class io.vertx.core.net.impl.SSLHelper
 
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 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.

createEventBusMetrics() - Method in class io.vertx.micrometer.impl.VertxMetricsImpl
 
createEventLoopContext(Deployment, CloseHooks, WorkerPool, ClassLoader) - Method in class io.vertx.core.impl.VertxImpl
 
createEventLoopContext(EventLoop, WorkerPool, ClassLoader) - Method in class io.vertx.core.impl.VertxImpl
 
createEventLoopContext() - Method in class io.vertx.core.impl.VertxImpl
 
createEventLoopContext(Deployment, CloseHooks, WorkerPool, ClassLoader) - Method in interface io.vertx.core.impl.VertxInternal
 
createEventLoopContext(EventLoop, WorkerPool, ClassLoader) - Method in interface io.vertx.core.impl.VertxInternal
 
createEventLoopContext() - Method in interface io.vertx.core.impl.VertxInternal
 
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
createExplodedArrayParamFactory(String, ArraySchemaBuilder, boolean) - Static method in class io.vertx.ext.web.validation.builder.impl.ValidationDSLUtils
 
createExplodedObjectParamFactory(String, ObjectSchemaBuilder, boolean) - Static method in class io.vertx.ext.web.validation.builder.impl.ValidationDSLUtils
 
createExplodedTupleParamFactory(String, TupleSchemaBuilder, boolean) - Static method in class io.vertx.ext.web.validation.builder.impl.ValidationDSLUtils
 
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.core.file.impl.FileSystemImpl
 
createFile(String) - Method in class io.vertx.core.file.impl.FileSystemImpl
 
createFile(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.core.file.impl.FileSystemImpl
 
createFile(String, String) - Method in class io.vertx.core.file.impl.FileSystemImpl
 
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.core.file.impl.FileSystemImpl
 
createFileBlocking(String, String) - Method in class io.vertx.core.file.impl.FileSystemImpl
 
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
createFileInternal(String, String) - Method in class io.vertx.core.file.impl.FileSystemImpl
 
createFileInternal(String, String) - Method in class io.vertx.core.file.impl.WindowsFileSystem
 
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.
createFromList(String, TypedOption<T>) - Static method in class io.vertx.core.cli.impl.DefaultCommandLine
 
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 class io.vertx.ext.mongo.impl.MongoClientImpl
 
createGridFsBucketService(String) - Method in class io.vertx.ext.mongo.impl.MongoClientImpl
 
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
 
createHandlerHolder(HandlerRegistration<T>, boolean, boolean, ContextInternal) - Method in class io.vertx.core.eventbus.impl.clustered.ClusteredEventBus
 
createHandlerHolder(HandlerRegistration<T>, boolean, boolean, ContextInternal) - Method in class io.vertx.core.eventbus.impl.EventBusImpl
 
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, CloseFuture) - Method in class io.vertx.core.impl.VertxImpl
 
createHttpClient(HttpClientOptions) - Method in class io.vertx.core.impl.VertxImpl
 
createHttpClient() - Method in class io.vertx.core.impl.VertxImpl
 
createHttpClient(HttpClientOptions, CloseFuture) - Method in interface io.vertx.core.impl.VertxInternal
Create a HTTP/HTTPS client using the specified options and close future
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.

createHttpClientMetrics(HttpClientOptions) - Method in class io.vertx.micrometer.impl.VertxMetricsImpl
 
createHttpServer(HttpServerOptions) - Method in class io.vertx.core.impl.VertxImpl
 
createHttpServer() - Method in class io.vertx.core.impl.VertxImpl
 
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.

createHttpServerMetrics(HttpServerOptions, SocketAddress) - Method in class io.vertx.micrometer.impl.VertxMetricsImpl
 
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 class io.vertx.ext.mongo.impl.MongoClientImpl
 
createIndex(String, JsonObject) - Method in class io.vertx.ext.mongo.impl.MongoClientImpl
 
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 class io.vertx.ext.mongo.impl.MongoClientImpl
 
createIndexes(String, List<IndexModel>) - Method in class io.vertx.ext.mongo.impl.MongoClientImpl
 
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 class io.vertx.ext.mongo.impl.MongoClientImpl
 
createIndexWithOptions(String, JsonObject, IndexOptions) - Method in class io.vertx.ext.mongo.impl.MongoClientImpl
 
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.
createInitialSaslMessage(ByteBuf) - Method in class io.vertx.pgclient.impl.util.ScramAuthentication
 
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
 
createInvalidSpecException(Throwable) - Static method in exception io.vertx.ext.web.openapi.RouterBuilderException
 
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"
createJsonTypeValidator(JsonNode) - Static method in class io.vertx.ext.web.api.validation.impl.JsonTypeValidator.JsonTypeValidatorFactory
 
createJsonTypeValidator(String) - Static method in class io.vertx.ext.web.api.validation.impl.JsonTypeValidator.JsonTypeValidatorFactory
 
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
 
createMechanism() - Method in class io.vertx.proton.sasl.impl.ProtonSaslAnonymousFactoryImpl
 
createMechanism() - Method in class io.vertx.proton.sasl.impl.ProtonSaslExternalFactoryImpl
 
createMechanism() - Method in class io.vertx.proton.sasl.impl.ProtonSaslPlainFactoryImpl
 
createMechanism() - Method in interface io.vertx.proton.sasl.ProtonSaslMechanismFactory
Creates an instance of the authentication mechanism implementation.
createMessage(boolean, String, MultiMap, Object, String) - Method in class io.vertx.core.eventbus.impl.clustered.ClusteredEventBus
 
createMessage(boolean, String, MultiMap, Object, String) - Method in class io.vertx.core.eventbus.impl.EventBusImpl
 
createMessage(String[]) - Method in class io.vertx.core.http.impl.VertxHttpRequestDecoder
 
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.codegen.ClassModel
 
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
 
createMetrics(SocketAddress) - Method in class io.vertx.core.http.impl.HttpServerImpl
 
createMetrics(SocketAddress) - Method in class io.vertx.core.net.impl.NetServerImpl
 
createMetrics(SocketAddress) - Method in class io.vertx.core.net.impl.TCPServerBase
 
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, CloseFuture) - Method in class io.vertx.core.impl.VertxImpl
 
createNetClient(NetClientOptions) - Method in class io.vertx.core.impl.VertxImpl
 
createNetClient() - Method in class io.vertx.core.impl.VertxImpl
 
createNetClient(NetClientOptions, CloseFuture) - Method in interface io.vertx.core.impl.VertxInternal
Create a TCP/SSL client using the specified options and close future
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.

createNetClientMetrics(NetClientOptions) - Method in class io.vertx.micrometer.impl.VertxMetricsImpl
 
createNetServer(NetServerOptions) - Method in class io.vertx.core.impl.VertxImpl
 
createNetServer() - Method in class io.vertx.core.impl.VertxImpl
 
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.

createNetServerMetrics(NetServerOptions, SocketAddress) - Method in class io.vertx.micrometer.impl.VertxMetricsImpl
 
createObjectParamFactory(String, ObjectParserFactory, ObjectSchemaBuilder, boolean) - Static method in class io.vertx.ext.web.validation.builder.impl.ValidationDSLUtils
 
createObjectTypeValidator(ContainerSerializationStyle, boolean) - Static method in class io.vertx.ext.web.api.validation.impl.ObjectTypeValidator.ObjectTypeValidatorFactory
 
createObjectTypeValidator(String, boolean) - Static method in class io.vertx.ext.web.api.validation.impl.ObjectTypeValidator.ObjectTypeValidatorFactory
 
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.
createParamTypeUse(ProcessingEnvironment, ExecutableElement[], int) - Static method in class io.vertx.codegen.type.TypeUse
 
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 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.mssqlclient.spi.MSSQLDriver
 
createPool(Vertx, SqlConnectOptions, PoolOptions) - Method in class io.vertx.mssqlclient.spi.MSSQLDriver
 
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.
createPoolMetrics(String, String, int) - Method in class io.vertx.micrometer.impl.VertxMetricsImpl
 
createPredicateFromPattern(Pattern) - Method in class io.vertx.json.schema.common.BaseFormatValidatorFactory
 
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.
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.
createProducer(ProtonConnection, String) - Static method in class io.vertx.proton.streams.ProtonStreams
Creates an AMQP producer, presented as a reactive streams Subscriber.
createProducer(ProtonConnection, String, ProtonSubscriberOptions) - Static method in class io.vertx.proton.streams.ProtonStreams
Creates an AMQP producer, presented as a reactive streams Subscriber.
createProvider(Vertx) - Method in interface io.vertx.ext.auth.AuthOptions
Deprecated.
Create the suitable provider for this option.
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.
 
createQuery(String, PreparedStatement, Tuple, boolean, Collector<Row, ?, R>, QueryResultHandler<R>) - Static method in class io.vertx.sqlclient.impl.command.ExtendedQueryCommand
 
createQuery(String, PreparedStatement, Tuple, int, String, boolean, boolean, Collector<Row, ?, R>, QueryResultHandler<R>) - Static method in class io.vertx.sqlclient.impl.command.ExtendedQueryCommand
 
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.amqp.impl.AmqpClientImpl
 
createReceiver(String) - Method in class io.vertx.amqp.impl.AmqpClientImpl
 
createReceiver(String, AmqpReceiverOptions, Handler<AsyncResult<AmqpReceiver>>) - Method in class io.vertx.amqp.impl.AmqpClientImpl
 
createReceiver(String, AmqpReceiverOptions) - Method in class io.vertx.amqp.impl.AmqpClientImpl
 
createReceiver(String, Handler<AsyncResult<AmqpReceiver>>) - Method in class io.vertx.amqp.impl.AmqpConnectionImpl
 
createReceiver(String) - Method in class io.vertx.amqp.impl.AmqpConnectionImpl
 
createReceiver(String, AmqpReceiverOptions, Handler<AsyncResult<AmqpReceiver>>) - Method in class io.vertx.amqp.impl.AmqpConnectionImpl
 
createReceiver(String, AmqpReceiverOptions) - Method in class io.vertx.amqp.impl.AmqpConnectionImpl
 
createReceiver(String) - Method in class io.vertx.proton.impl.ProtonConnectionImpl
 
createReceiver(String, ProtonLinkOptions) - Method in class io.vertx.proton.impl.ProtonConnectionImpl
 
createReceiver(String) - Method in class io.vertx.proton.impl.ProtonSessionImpl
 
createReceiver(String, ProtonLinkOptions) - Method in class io.vertx.proton.impl.ProtonSessionImpl
 
createReceiver(String) - Method in interface io.vertx.proton.ProtonConnection
Creates a receiver used to consumer messages from the given node address.
createReceiver(String, ProtonLinkOptions) - Method in interface io.vertx.proton.ProtonConnection
Creates a receiver used to consumer messages from the given node address.
createReceiver(String) - Method in interface io.vertx.proton.ProtonSession
Creates a receiver used to consumer messages from the given node address.
createReceiver(String, ProtonLinkOptions) - Method in interface io.vertx.proton.ProtonSession
Creates a receiver used to consumer messages from the given node address.
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
createReply(Object, DeliveryOptions) - Method in class io.vertx.core.eventbus.impl.clustered.ClusteredMessage
 
createReply(Object, DeliveryOptions) - Method in class io.vertx.core.eventbus.impl.MessageImpl
 
createRequest(RequestOptions) - Method in class io.vertx.ext.web.client.impl.HttpContext
Create the HTTP request, this executes the ClientPhase.CREATE_REQUEST phase: Traverse the interceptor chain Create the HttpClientRequest
createReturnTypeUse(ProcessingEnvironment, ExecutableElement...) - Static method in class io.vertx.codegen.type.TypeUse
 
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 class io.vertx.ext.web.openapi.impl.OpenAPI3RouterBuilderImpl
 
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.amqp.impl.AmqpClientImpl
 
createSender(String) - Method in class io.vertx.amqp.impl.AmqpClientImpl
 
createSender(String, AmqpSenderOptions, Handler<AsyncResult<AmqpSender>>) - Method in class io.vertx.amqp.impl.AmqpClientImpl
 
createSender(String, AmqpSenderOptions) - Method in class io.vertx.amqp.impl.AmqpClientImpl
 
createSender(String, Handler<AsyncResult<AmqpSender>>) - Method in class io.vertx.amqp.impl.AmqpConnectionImpl
 
createSender(String) - Method in class io.vertx.amqp.impl.AmqpConnectionImpl
 
createSender(String, AmqpSenderOptions, Handler<AsyncResult<AmqpSender>>) - Method in class io.vertx.amqp.impl.AmqpConnectionImpl
 
createSender(String, AmqpSenderOptions) - Method in class io.vertx.amqp.impl.AmqpConnectionImpl
 
createSender(String) - Method in class io.vertx.proton.impl.ProtonConnectionImpl
 
createSender(String, ProtonLinkOptions) - Method in class io.vertx.proton.impl.ProtonConnectionImpl
 
createSender(String) - Method in class io.vertx.proton.impl.ProtonSessionImpl
 
createSender(String, ProtonLinkOptions) - Method in class io.vertx.proton.impl.ProtonSessionImpl
 
createSender(String) - Method in interface io.vertx.proton.ProtonConnection
Creates a sender used to send messages to the given node address.
createSender(String, ProtonLinkOptions) - Method in interface io.vertx.proton.ProtonConnection
Creates a sender used to send messages to the given node address.
createSender(String) - Method in interface io.vertx.proton.ProtonSession
Creates a sender used to send messages to the given node address.
createSender(String, ProtonLinkOptions) - Method in interface io.vertx.proton.ProtonSession
Creates a sender used to send messages to the given node address.
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(long) - Method in class io.vertx.ext.web.sstore.impl.ClusteredSessionStoreImpl
 
createSession(long, int) - Method in class io.vertx.ext.web.sstore.impl.ClusteredSessionStoreImpl
 
createSession(long) - Method in class io.vertx.ext.web.sstore.impl.LocalSessionStoreImpl
 
createSession(long, int) - Method in class io.vertx.ext.web.sstore.impl.LocalSessionStoreImpl
 
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() - Method in class io.vertx.proton.impl.ProtonConnectionImpl
 
createSession() - Method in interface io.vertx.proton.ProtonConnection
Creates a new session, which can be used to create new senders/receivers on.
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 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 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, 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 class io.vertx.kafka.client.producer.impl.KafkaProducerImpl
 
createShared(Vertx, String, Map<String, String>) - Static method in class io.vertx.kafka.client.producer.impl.KafkaProducerImpl
 
createShared(Vertx, String, KafkaClientOptions) - Static method in class io.vertx.kafka.client.producer.impl.KafkaProducerImpl
 
createShared(Vertx, String, Properties, Class<K>, Class<V>) - Static method in class io.vertx.kafka.client.producer.impl.KafkaProducerImpl
 
createShared(Vertx, String, Properties, Serializer<K>, Serializer<V>) - Static method in class io.vertx.kafka.client.producer.impl.KafkaProducerImpl
 
createShared(Vertx, String, Map<String, String>, Class<K>, Class<V>) - Static method in class io.vertx.kafka.client.producer.impl.KafkaProducerImpl
 
createShared(Vertx, String, Map<String, String>, Serializer<K>, Serializer<V>) - Static method in class io.vertx.kafka.client.producer.impl.KafkaProducerImpl
 
createShared(Vertx, String, KafkaClientOptions, Class<K>, Class<V>) - Static method in class io.vertx.kafka.client.producer.impl.KafkaProducerImpl
 
createShared(Vertx, String, KafkaClientOptions, Serializer<K>, Serializer<V>) - Static method in class io.vertx.kafka.client.producer.impl.KafkaProducerImpl
 
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 class io.vertx.core.impl.VertxImpl
 
createSharedWorkerExecutor(String, int) - Method in class io.vertx.core.impl.VertxImpl
 
createSharedWorkerExecutor(String, int, long) - Method in class io.vertx.core.impl.VertxImpl
 
createSharedWorkerExecutor(String, int, long, TimeUnit) - Method in class io.vertx.core.impl.VertxImpl
 
createSharedWorkerExecutor(String) - Method in interface io.vertx.core.impl.VertxInternal
 
createSharedWorkerExecutor(String, int) - Method in interface io.vertx.core.impl.VertxInternal
 
createSharedWorkerExecutor(String, int, long) - Method in interface io.vertx.core.impl.VertxInternal
 
createSharedWorkerExecutor(String, int, long, TimeUnit) - Method in interface io.vertx.core.impl.VertxInternal
 
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.

createSharedWorkerPool(String, int, long, TimeUnit) - Method in class io.vertx.core.impl.VertxImpl
 
createSharedWorkerPool(String, int, long, TimeUnit) - Method in interface io.vertx.core.impl.VertxInternal
 
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 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(ContextInternal, Handler<AsyncResult<HttpClientStream>>) - Method in class io.vertx.core.http.impl.Http1xClientConnection
 
createStream(ContextInternal, Handler<AsyncResult<HttpClientStream>>) - Method in class io.vertx.core.http.impl.Http2UpgradedClientConnection
 
createStream(ContextInternal, Handler<AsyncResult<HttpClientStream>>) - Method in interface io.vertx.core.http.impl.HttpClientConnection
Create an HTTP stream.
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 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.core.file.impl.FileSystemImpl
 
createTempDirectory(String) - Method in class io.vertx.core.file.impl.FileSystemImpl
 
createTempDirectory(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.core.file.impl.FileSystemImpl
 
createTempDirectory(String, String) - Method in class io.vertx.core.file.impl.FileSystemImpl
 
createTempDirectory(String, String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.core.file.impl.FileSystemImpl
 
createTempDirectory(String, String, String) - Method in class io.vertx.core.file.impl.FileSystemImpl
 
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.core.file.impl.FileSystemImpl
 
createTempDirectoryBlocking(String, String) - Method in class io.vertx.core.file.impl.FileSystemImpl
 
createTempDirectoryBlocking(String, String, String) - Method in class io.vertx.core.file.impl.FileSystemImpl
 
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
createTempDirectoryInternal(String, String, String) - Method in class io.vertx.core.file.impl.FileSystemImpl
 
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.core.file.impl.FileSystemImpl
 
createTempFile(String, String) - Method in class io.vertx.core.file.impl.FileSystemImpl
 
createTempFile(String, String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.core.file.impl.FileSystemImpl
 
createTempFile(String, String, String) - Method in class io.vertx.core.file.impl.FileSystemImpl
 
createTempFile(String, String, String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.core.file.impl.FileSystemImpl
 
createTempFile(String, String, String, String) - Method in class io.vertx.core.file.impl.FileSystemImpl
 
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.core.file.impl.FileSystemImpl
 
createTempFileBlocking(String, String, String) - Method in class io.vertx.core.file.impl.FileSystemImpl
 
createTempFileBlocking(String, String, String, String) - Method in class io.vertx.core.file.impl.FileSystemImpl
 
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
createTempFileInternal(String, String, String, String) - Method in class io.vertx.core.file.impl.FileSystemImpl
 
createTest() - Method in class io.vertx.ext.unit.junit.VertxUnitRunnerWithParameters
 
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 class io.vertx.kafka.admin.impl.KafkaAdminClientImpl
 
createTopics(List<NewTopic>) - Method in class io.vertx.kafka.admin.impl.KafkaAdminClientImpl
 
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
createTrackerProducer(ProtonConnection, String) - Static method in class io.vertx.proton.streams.ProtonStreams
Creates an AMQP producer, presented as a reactive streams Subscriber.
createTrackerProducer(ProtonConnection, String, ProtonSubscriberOptions) - Static method in class io.vertx.proton.streams.ProtonStreams
Creates an AMQP producer, presented as a reactive streams Subscriber.
createTupleParamFactory(String, TupleParserFactory, TupleSchemaBuilder, boolean) - Static method in class io.vertx.ext.web.validation.builder.impl.ValidationDSLUtils
 
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 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 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 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
 
createValidationRuleWithCustomTypeValidator(String, ParameterTypeValidator, boolean, boolean, ParameterLocation) - Static method in class io.vertx.ext.web.api.validation.impl.ParameterValidationRuleImpl.ParameterValidationRuleFactory
 
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 class io.vertx.core.impl.JavaVerticleFactory
 
createVerticle(String, ClassLoader, Promise<Callable<Verticle>>) - Method in interface io.vertx.core.spi.VerticleFactory
Create a verticle instance.
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
 
createWorkerContext(Deployment, CloseHooks, WorkerPool, ClassLoader) - Method in class io.vertx.core.impl.VertxImpl
 
createWorkerContext() - Method in class io.vertx.core.impl.VertxImpl
 
createWorkerContext(Deployment, CloseHooks, WorkerPool, ClassLoader) - Method in interface io.vertx.core.impl.VertxInternal
 
createWorkerContext() - Method in interface io.vertx.core.impl.VertxInternal
 
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.
 
createXMLTypeValidator(String) - Static method in class io.vertx.ext.web.api.validation.impl.XMLTypeValidator.XMLTypeValidatorFactory
 
creatingContext - Variable in class io.vertx.core.net.impl.TCPServerBase
 
creationTime() - Method in interface io.vertx.amqp.AmqpMessage
 
creationTime(long) - Method in interface io.vertx.amqp.AmqpMessageBuilder
 
creationTime(long) - Method in class io.vertx.amqp.impl.AmqpMessageBuilderImpl
 
creationTime() - Method in class io.vertx.amqp.impl.AmqpMessageImpl
 
creationTime() - Method in interface io.vertx.core.file.FileProps
The date the file was created
creationTime() - Method in class io.vertx.core.file.impl.FilePropsImpl
 
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
 
CRRTKN - Static variable in class io.vertx.db2client.impl.drda.CodePoint
Correlation Token codepoint constant.
Crypt - Class in io.vertx.ext.auth.htpasswd.impl.hash
Implementation of the Crypt Hashing algorithm
Crypt() - Constructor for class io.vertx.ext.auth.htpasswd.impl.hash.Crypt
 
Crypto - Interface in io.vertx.ext.auth.impl.jose
Internal common interface for all crypto algorithms.
CRYPTO_BAD_PADDING - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
CRYPTO_EXCEPTION - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
CRYPTO_ILLEGAL_BLOCK_SIZE - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
CRYPTO_NO_SUCH_PADDING - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
CryptUtils - Class in io.vertx.ext.mail.impl.sasl
 
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
 
CSPHandlerImpl - Class in io.vertx.ext.web.handler.impl
 
CSPHandlerImpl() - Constructor for class io.vertx.ext.web.handler.impl.CSPHandlerImpl
 
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
 
CSRFHandlerImpl - Class in io.vertx.ext.web.handler.impl
 
CSRFHandlerImpl(Vertx, String) - Constructor for class io.vertx.ext.web.handler.impl.CSRFHandlerImpl
 
ctx - Variable in class io.vertx.core.eventbus.impl.OutboundDeliveryContext
 
current - Variable in class io.vertx.core.cli.impl.DefaultParser
 
current() - Static method in interface io.vertx.core.impl.ContextInternal
 
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 class io.vertx.reactivex.cassandra.ResultSet
 
currentPage() - Method in class io.vertx.rxjava.cassandra.ResultSet
 
currentRoute() - Method in class io.vertx.ext.web.impl.RoutingContextDecorator
 
currentRoute - Variable in class io.vertx.ext.web.impl.RoutingContextImplBase
 
currentRoute() - Method in class io.vertx.ext.web.impl.RoutingContextImplBase
 
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
 
currentRowPosition_ - Variable in class io.vertx.db2client.impl.drda.Cursor
 
Cursor - Class in io.vertx.db2client.impl.drda
 
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 class io.vertx.sqlclient.impl.RowStreamImpl
 
cursor() - Method in interface io.vertx.sqlclient.impl.RowStreamInternal
 
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.
CURSOR_COLUMN_NOT_UPDATABLE - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
CURSOR_DUPLICATE_NAME - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
CURSOR_INVALID_CURSOR_NAME - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
CURSOR_INVALID_FOR_SENSITIVE_DYNAMIC - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
CURSOR_INVALID_NAME - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
CURSOR_INVALID_OPERATION_AT_CURRENT_POSITION - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
CURSOR_MUST_BE_SCROLLABLE - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
CURSOR_NO_UPDATE_CALLS_ON_CURRENT_ROW - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
CURSOR_NOT_ON_CURRENT_OR_INSERT_ROW - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
CURSOR_NOT_POSITIONED_ON_INSERT_ROW - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
CURSOR_OPERATION_CONFLICT - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
CURSOR_TYPE_FOR_UPDATE - Static variable in class io.vertx.mysqlclient.impl.protocol.Packets.EnumCursorType
 
CURSOR_TYPE_NO_CURSOR - Static variable in class io.vertx.mysqlclient.impl.protocol.Packets.EnumCursorType
 
CURSOR_TYPE_READ_ONLY - Static variable in class io.vertx.mysqlclient.impl.protocol.Packets.EnumCursorType
 
CURSOR_TYPE_SCROLLABLE - Static variable in class io.vertx.mysqlclient.impl.protocol.Packets.EnumCursorType
 
cursorId - Variable in class io.vertx.sqlclient.impl.command.ExtendedQueryCommand
 
cursorId() - Method in class io.vertx.sqlclient.impl.command.ExtendedQueryCommand
 
CursorImpl - Class in io.vertx.sqlclient.impl
 
customFormatter(Function<HttpServerRequest, String>) - Method in class io.vertx.ext.web.handler.impl.LoggerHandlerImpl
 
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.core.http.impl.Http1xServerRequest
 
customFrameHandler(Handler<HttpFrame>) - Method in class io.vertx.core.http.impl.Http2ServerRequest
 
customFrameHandler(Handler<HttpFrame>) - Method in class io.vertx.core.http.impl.HttpClientResponseImpl
 
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.
CustomJavaFileObject - Class in io.vertx.core.impl.verticle
 
CustomJavaFileObject(URI, JavaFileObject.Kind, String) - Constructor for class io.vertx.core.impl.verticle.CustomJavaFileObject
 
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
 
CWK - Class in io.vertx.ext.auth.impl.cose
CBOR Object Signing and Encryption (COSE) Concise Binary Object Representation (CBOR) is a data format designed for small code size and small message size.
CWK() - Constructor for class io.vertx.ext.auth.impl.cose.CWK
 

D

data() - Method in interface io.vertx.core.datagram.DatagramPacket
Returns the data of the DatagramPacket
data() - Method in class io.vertx.ext.web.impl.RoutingContextDecorator
 
data() - Method in class io.vertx.ext.web.impl.RoutingContextImpl
 
data() - Method in class io.vertx.ext.web.impl.RoutingContextWrapper
 
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
 
DATA_AFTER_STOP_DELIMITER - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
DATA_ALLOC_NTT_CANT_OPEN - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
DATA_BAD_CONTAINERINFO_WRITE - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
DATA_CANNOT_GET_DEALLOC_LOCK - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
DATA_CANNOT_MAKE_RECORD_HANDLE - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
DATA_CHANGING_CONTAINER_INFO - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
DATA_CONTAINER_CLOSED - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
DATA_CONTAINER_READ_ONLY - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
DATA_CONTAINER_VANISHED - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
DATA_CORRUPT_PAGE - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
DATA_CORRUPT_STREAM_CONTAINER - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
DATA_DIFFERENT_CONTAINER - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
DATA_DIRECTORY_NOT_FOUND_IN_BACKUP - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
DATA_DOUBLE_LATCH_INTERNAL_ERROR - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
DATA_FILE_EXISTS - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
DATA_FILE_NOT_FOUND - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
DATA_FILE_NULL - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
DATA_INVALID_RECORD_HANDLE - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
DATA_MISSING_LOG - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
DATA_MISSING_PAGE - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
DATA_MULTIPLE_JBMS_FORCE_LOCK - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
DATA_MULTIPLE_JBMS_ON_DB - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
DATA_MULTIPLE_JBMS_WARNING - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
DATA_NO_ROW_COPIED - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
DATA_NO_SPACE_FOR_RECORD - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
DATA_NULL_STORABLE_COLUMN - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
DATA_OBJECT - Static variable in interface io.vertx.codegen.ModelProvider
 
DATA_OBJECT_ALLOCATION_FAILED - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
DATA_SLOT_NOT_ON_PAGE - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
DATA_SQLDATA_READ_ILLEGAL_ACCESS_EXCEPTION - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
DATA_SQLDATA_READ_INSTANTIATION_EXCEPTION - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
DATA_STORABLE_READ_EXCEPTION - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
DATA_STORABLE_READ_MISMATCH - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
DATA_STORABLE_READ_MISSING_CLASS - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
DATA_STORABLE_WRITE_EXCEPTION - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
DATA_STREAM_STRUCTURE_MAX_LENGTH - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DATA_TIME_STAMP_ILLEGAL - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
DATA_TIME_STAMP_NULL - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
DATA_TRUNCATION_READ - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
DATA_TYPE_INVALID_ATTR - Static variable in class io.vertx.db2client.impl.drda.SqlCode
 
DATA_TYPE_NOT_SUPPORTED - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
DATA_UNDELETE_RECORD - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
DATA_UNEXPECTED_EXCEPTION - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
DATA_UNEXPECTED_NO_SPACE_ON_PAGE - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
DATA_UNEXPECTED_OVERFLOW_PAGE - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
DATA_UNKNOWN_CONTAINER_FORMAT - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
DATA_UNKNOWN_PAGE_FORMAT - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
DATA_UNKNOWN_PAGE_FORMAT_2 - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
DATA_UPDATE_DELETED_RECORD - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
DATA_WRONG_PAGE_FOR_HANDLE - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
database() - Method in class io.vertx.db2client.impl.command.AuthenticationCommandBase
 
database() - Method in class io.vertx.ext.mongo.impl.config.MongoClientOptionsParser
 
DATABASE - Static variable in class io.vertx.mssqlclient.impl.protocol.EnvChange
 
database() - Method in class io.vertx.mysqlclient.impl.command.AuthenticationCommandBase
 
database() - Method in class io.vertx.sqlclient.impl.command.InitCommand
 
database - Variable in class io.vertx.sqlclient.impl.SqlConnectionFactoryBase
 
DATABASE_ENCRYPTION_FAILED - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
DATABASE_EXISTS - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
DATABASE_NOT_ENCRYPTED - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
DATABASE_NOT_FOUND - Static variable in class io.vertx.db2client.impl.drda.SqlCode
 
DATABASE_NOT_FOUND - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
DATABASE_READ_ONLY - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
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() - Method in class io.vertx.sqlclient.impl.SqlConnectionImpl
 
DatabaseMetadata - Interface in io.vertx.sqlclient.spi
Contains static metadata about the backend database server
databaseMetadata() - Method in interface io.vertx.sqlclient.SqlConnection
 
databaseName - Variable in class io.vertx.db2client.impl.drda.ConnectionMetaData
 
DatabindCodec - Class in io.vertx.core.json.jackson
 
DatabindCodec() - Constructor for class io.vertx.core.json.jackson.DatabindCodec
 
dataBuffer_ - Variable in class io.vertx.db2client.impl.drda.Cursor
 
DataConverter - Class in io.vertx.ext.cluster.infinispan.impl
 
DataFormat - Enum in io.vertx.mysqlclient.impl.datatype
 
dataFormat() - Method in class io.vertx.mysqlclient.impl.MySQLRowDesc
 
datagramChannel() - Method in class io.vertx.core.net.impl.transport.Transport
 
datagramChannel(InternetProtocolFamily) - Method in class io.vertx.core.net.impl.transport.Transport
 
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
 
DatagramSocketImpl - Class in io.vertx.core.datagram.impl
 
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.ext.web.handler.graphql.impl.ApolloWSHandlerImpl
 
dataLoaderRegistry(Function<RoutingContext, DataLoaderRegistry>) - Method in class io.vertx.ext.web.handler.graphql.impl.GraphQLHandlerImpl
 
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 .
dataLost() - Method in class io.vertx.core.spi.cluster.impl.selector.Selectors
 
DataObject - Annotation Type in io.vertx.codegen.annotations
Declares a data object, such object must provide at least: a constructor with JsonObject

When the data object is processed, a model of properties from the setter methods or adder methods.

DataObjectHelperGen - Class in io.vertx.codegen.generators.dataobjecthelper
 
DataObjectHelperGen() - Constructor for class io.vertx.codegen.generators.dataobjecthelper.DataObjectHelperGen
 
DataObjectHelperGenLoader - Class in io.vertx.codegen.generators.dataobjecthelper
 
DataObjectHelperGenLoader() - Constructor for class io.vertx.codegen.generators.dataobjecthelper.DataObjectHelperGenLoader
 
DataObjectInfo - Class in io.vertx.codegen.type
Data object info.
DataObjectInfo(boolean, MapperInfo, MapperInfo) - Constructor for class io.vertx.codegen.type.DataObjectInfo
 
DataObjectModel - Class in io.vertx.codegen
 
DataObjectModel(ProcessingEnvironment, TypeMirrorFactory, TypeElement) - Constructor for class io.vertx.codegen.DataObjectModel
 
DataPacketStreamTokenType - Class in io.vertx.mssqlclient.impl.protocol.token
 
DataPacketStreamTokenType() - Constructor for class io.vertx.mssqlclient.impl.protocol.token.DataPacketStreamTokenType
 
dataReceived(String, List<RegistrationInfo>, boolean) - Method in class io.vertx.core.spi.cluster.impl.selector.Selectors
 
DataSourceProvider - Interface in io.vertx.ext.jdbc.spi
 
dataType() - Method in class io.vertx.mssqlclient.impl.codec.ColumnData
 
DataType - Enum in io.vertx.mysqlclient.impl.datatype
 
DataTypeCodec - Class in io.vertx.mysqlclient.impl.datatype
 
DataTypeCodec() - Constructor for class io.vertx.mysqlclient.impl.datatype.DataTypeCodec
 
DATE - Static variable in interface io.vertx.core.http.HttpHeaders
Date header name
DATE - Static variable in class io.vertx.db2client.impl.drda.ClientTypes
 
DATE - Static variable in class io.vertx.ext.web.api.validation.impl.RegularExpressions
 
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
DATE_FIELD - Static variable in class io.vertx.ext.mongo.impl.codec.json.JsonObjectCodec
 
DATENTYPE - Static variable in class io.vertx.mssqlclient.impl.protocol.datatype.FixedLenDataType
 
DATENTYPE_ID - Static variable in class io.vertx.mssqlclient.impl.protocol.datatype.MSSQLDataTypeId
 
DATETIM4TYPE - Static variable in class io.vertx.mssqlclient.impl.protocol.datatype.FixedLenDataType
 
DATETIM4TYPE_ID - Static variable in class io.vertx.mssqlclient.impl.protocol.datatype.MSSQLDataTypeId
 
DATETIME - Static variable in class io.vertx.ext.web.api.validation.impl.RegularExpressions
 
DATETIME - Static variable in class io.vertx.json.schema.common.RegularExpressions
 
DateTime2NDataType - Class in io.vertx.mssqlclient.impl.protocol.datatype
 
DateTime2NDataType(byte) - Constructor for class io.vertx.mssqlclient.impl.protocol.datatype.DateTime2NDataType
 
DATETIME2NTYPE_ID - Static variable in class io.vertx.mssqlclient.impl.protocol.datatype.MSSQLDataTypeId
 
DATETIMEOFFSETNTYPE_ID - Static variable in class io.vertx.mssqlclient.impl.protocol.datatype.MSSQLDataTypeId
 
DATETIMETYPE - Static variable in class io.vertx.mssqlclient.impl.protocol.datatype.FixedLenDataType
 
DATETIMETYPE_ID - Static variable in class io.vertx.mssqlclient.impl.protocol.datatype.MSSQLDataTypeId
 
DATETIMNTYPE_ID - Static variable in class io.vertx.mssqlclient.impl.protocol.datatype.MSSQLDataTypeId
 
days(int) - Method in class io.vertx.pgclient.data.Interval
 
DB2_DRDA_CLIENT_ID - Static variable in class io.vertx.db2client.impl.drda.DRDARequest
 
DB2_DRDA_SERVER_ID - Static variable in class io.vertx.db2client.impl.drda.DRDARequest
 
DB2_SQLTYPE_BIGINT - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DB2_SQLTYPE_BLOB - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DB2_SQLTYPE_BLOB_LOCATOR - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DB2_SQLTYPE_BOOLEAN - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DB2_SQLTYPE_CHAR - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DB2_SQLTYPE_CLOB - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DB2_SQLTYPE_CLOB_LOCATOR - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DB2_SQLTYPE_CSTR - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DB2_SQLTYPE_DATALINK - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DB2_SQLTYPE_DATE - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DB2_SQLTYPE_DBCLOB - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DB2_SQLTYPE_DBCLOB_LOCATOR - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DB2_SQLTYPE_DECIMAL - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DB2_SQLTYPE_FAKE_NUDT - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DB2_SQLTYPE_FAKE_UDT - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DB2_SQLTYPE_FLOAT - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DB2_SQLTYPE_GRAPHIC - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DB2_SQLTYPE_INTEGER - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DB2_SQLTYPE_LONG - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DB2_SQLTYPE_LONGRAPH - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DB2_SQLTYPE_LSTR - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DB2_SQLTYPE_NBIGINT - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DB2_SQLTYPE_NBLOB - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DB2_SQLTYPE_NBLOB_LOCATOR - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DB2_SQLTYPE_NBOOLEAN - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DB2_SQLTYPE_NCHAR - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DB2_SQLTYPE_NCLOB - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DB2_SQLTYPE_NCLOB_LOCATOR - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DB2_SQLTYPE_NCSTR - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DB2_SQLTYPE_NDATALINK - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DB2_SQLTYPE_NDATE - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DB2_SQLTYPE_NDBCLOB - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DB2_SQLTYPE_NDBCLOB_LOCATOR - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DB2_SQLTYPE_NDECIMAL - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DB2_SQLTYPE_NFLOAT - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DB2_SQLTYPE_NGRAPHIC - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DB2_SQLTYPE_NINTEGER - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DB2_SQLTYPE_NLONG - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DB2_SQLTYPE_NLONGRAPH - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DB2_SQLTYPE_NLSTR - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DB2_SQLTYPE_NNUMERIC - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DB2_SQLTYPE_NROWID - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DB2_SQLTYPE_NSMALL - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DB2_SQLTYPE_NTIME - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DB2_SQLTYPE_NTIMESTAMP - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DB2_SQLTYPE_NUMERIC - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DB2_SQLTYPE_NVARCHAR - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DB2_SQLTYPE_NVARGRAPH - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DB2_SQLTYPE_NZONED - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DB2_SQLTYPE_ROWID - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DB2_SQLTYPE_SMALL - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DB2_SQLTYPE_TIME - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DB2_SQLTYPE_TIMESTAMP - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DB2_SQLTYPE_VARCHAR - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DB2_SQLTYPE_VARGRAPH - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DB2_SQLTYPE_ZONED - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DB2Codec - Class in io.vertx.db2client.impl.codec
 
DB2Codec(DB2SocketConnection) - Constructor for class io.vertx.db2client.impl.codec.DB2Codec
 
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
 
DB2ConnectionFactory - Class in io.vertx.db2client.impl
 
DB2ConnectionFactory(EventLoopContext, DB2ConnectOptions) - Constructor for class io.vertx.db2client.impl.DB2ConnectionFactory
 
DB2ConnectionImpl - Class in io.vertx.db2client.impl
 
DB2ConnectionImpl(DB2ConnectionFactory, ContextInternal, Connection, QueryTracer, ClientMetrics) - Constructor for class io.vertx.db2client.impl.DB2ConnectionImpl
 
DB2ConnectionUriParser - Class in io.vertx.db2client.impl
This is a parser for parsing connection URIs of DB2.
DB2ConnectionUriParser() - Constructor for class io.vertx.db2client.impl.DB2ConnectionUriParser
 
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
 
DB2DatabaseMetadata - Class in io.vertx.db2client.impl
 
DB2DatabaseMetadata(String) - Constructor for class io.vertx.db2client.impl.DB2DatabaseMetadata
 
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
 
DB2Package - Class in io.vertx.db2client.impl.drda
## Packages - One static package named "SYSSTAT" with 41 sections.
DB2Package(boolean, int) - Constructor for class io.vertx.db2client.impl.drda.DB2Package
 
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
 
DB2PoolImpl - Class in io.vertx.db2client.impl
 
DB2RowId - Class in io.vertx.db2client.impl.drda
 
DB2RowId(byte[]) - Constructor for class io.vertx.db2client.impl.drda.DB2RowId
 
DB2RowImpl - Class in io.vertx.db2client.impl
 
DB2RowImpl(RowDesc) - Constructor for class io.vertx.db2client.impl.DB2RowImpl
 
DB2SocketConnection - Class in io.vertx.db2client.impl
 
DB2SocketConnection(NetSocketInternal, boolean, int, Predicate<String>, int, EventLoopContext) - Constructor for class io.vertx.db2client.impl.DB2SocketConnection
 
DB_CLASS_PATH_PARSE_ERROR - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
dbMetadata - Variable in class io.vertx.db2client.impl.drda.ConnectionMetaData
 
dbMetaData - Variable in class io.vertx.pgclient.impl.PgSocketConnection
 
DBO_FIRST - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
DBO_ONLY - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
DBO_PASSWORD_EXPIRES_SOON - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
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.
DEADLOCK - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
debug(Object) - Method in interface io.vertx.core.impl.logging.Logger
 
debug(Object, Throwable) - Method in interface io.vertx.core.impl.logging.Logger
 
debug(Object) - Method in class io.vertx.core.impl.logging.LoggerAdapter
 
debug(Object, Throwable) - Method in class io.vertx.core.impl.logging.LoggerAdapter
 
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 class io.vertx.db2client.impl.DB2ConnectionImpl
 
debug() - Method in class io.vertx.db2client.impl.DB2ConnectionImpl
 
debug(Handler<AsyncResult<Void>>) - Method in class io.vertx.mysqlclient.impl.MySQLConnectionImpl
 
debug() - Method in class io.vertx.mysqlclient.impl.MySQLConnectionImpl
 
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.
DebugCommand - Class in io.vertx.mysqlclient.impl.command
 
DebugCommand() - Constructor for class io.vertx.mysqlclient.impl.command.DebugCommand
 
decapitaliseFirstLetter(String) - Static method in class io.vertx.codegen.Helper
 
DECIMAL - Static variable in class io.vertx.db2client.impl.drda.ClientTypes
 
Decimal - Class in io.vertx.db2client.impl.drda
Converters from fixed point decimal bytes to java.math.BigDecimal, double, or long.
DECIMAL_FIELD - Static variable in class io.vertx.ext.mongo.impl.codec.json.JsonObjectCodec
 
DECIMAL_TOO_MANY_DIGITS - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
DECIMALLENGTH - Static variable in class io.vertx.db2client.impl.drda.Typdef
 
DECIMALNTYPE_ID - Static variable in class io.vertx.mssqlclient.impl.protocol.datatype.MSSQLDataTypeId
 
decimals() - Method in class io.vertx.mysqlclient.impl.protocol.ColumnDefinition
 
DECIMALTYPE_ID - Static variable in class io.vertx.mssqlclient.impl.protocol.datatype.MSSQLDataTypeId
 
decode(DnsRecord) - Static method in class io.vertx.core.dns.impl.decoder.RecordDecoder
Decodes a resource record and returns the result.
decode(ChannelHandlerContext, HAProxyMessage, List<Object>) - Method in class io.vertx.core.net.impl.HAProxyMessageCompletionHandler
 
decode(JsonObject) - Static method in class io.vertx.ext.auth.authorization.impl.AndAuthorizationConverter
 
decode(JsonObject) - Static method in class io.vertx.ext.auth.authorization.impl.AuthorizationConverter
 
decode(JsonObject) - Static method in class io.vertx.ext.auth.authorization.impl.NotAuthorizationConverter
 
decode(JsonObject) - Static method in class io.vertx.ext.auth.authorization.impl.OrAuthorizationConverter
 
decode(JsonObject) - Static method in class io.vertx.ext.auth.authorization.impl.PermissionBasedAuthorizationConverter
 
decode(JsonObject) - Static method in class io.vertx.ext.auth.authorization.impl.RoleBasedAuthorizationConverter
 
decode(JsonObject) - Static method in class io.vertx.ext.auth.authorization.impl.WildcardPermissionBasedAuthorizationConverter
 
decode(String) - Method in class io.vertx.ext.auth.impl.jose.JWT
 
decode(String, boolean) - Method in class io.vertx.ext.auth.impl.jose.JWT
 
decode(JsonObject) - Static method in class io.vertx.ext.auth.impl.UserConverter
 
decode(BsonReader, DecoderContext) - Method in class io.vertx.ext.mongo.impl.codec.json.AbstractJsonCodec
 
decode(Buffer) - Static method in interface io.vertx.ext.web.handler.graphql.impl.GraphQLInput
 
decode(Object) - Static method in interface io.vertx.ext.web.handler.graphql.impl.GraphQLInput
 
decode(Statement, boolean, boolean, List<Integer>) - Method in class io.vertx.jdbcclient.impl.actions.JDBCQueryAction
 
decode(Statement, int[]) - Method in class io.vertx.jdbcclient.impl.actions.JDBCQueryAction
 
decodeb64(String) - Static method in class io.vertx.ext.mail.impl.sasl.CryptUtils
 
decodeBinary(DataType, int, int, ByteBuf) - Static method in class io.vertx.mysqlclient.impl.datatype.DataTypeCodec
 
decodeDecStringToLong(int, int, ByteBuf) - Static method in class io.vertx.sqlclient.impl.codec.CommonCodec
Decode the specified buff formatted as a decimal string starting at the readable index with the specified length to a long.
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 class io.vertx.core.eventbus.impl.codecs.BooleanMessageCodec
 
decodeFromWire(int, Buffer) - Method in class io.vertx.core.eventbus.impl.codecs.BufferMessageCodec
 
decodeFromWire(int, Buffer) - Method in class io.vertx.core.eventbus.impl.codecs.ByteArrayMessageCodec
 
decodeFromWire(int, Buffer) - Method in class io.vertx.core.eventbus.impl.codecs.ByteMessageCodec
 
decodeFromWire(int, Buffer) - Method in class io.vertx.core.eventbus.impl.codecs.CharMessageCodec
 
decodeFromWire(int, Buffer) - Method in class io.vertx.core.eventbus.impl.codecs.DoubleMessageCodec
 
decodeFromWire(int, Buffer) - Method in class io.vertx.core.eventbus.impl.codecs.FloatMessageCodec
 
decodeFromWire(int, Buffer) - Method in class io.vertx.core.eventbus.impl.codecs.IntMessageCodec
 
decodeFromWire(int, Buffer) - Method in class io.vertx.core.eventbus.impl.codecs.JsonArrayMessageCodec
 
decodeFromWire(int, Buffer) - Method in class io.vertx.core.eventbus.impl.codecs.JsonObjectMessageCodec
 
decodeFromWire(int, Buffer) - Method in class io.vertx.core.eventbus.impl.codecs.LongMessageCodec
 
decodeFromWire(int, Buffer) - Method in class io.vertx.core.eventbus.impl.codecs.NullMessageCodec
 
decodeFromWire(int, Buffer) - Method in class io.vertx.core.eventbus.impl.codecs.PingMessageCodec
 
decodeFromWire(int, Buffer) - Method in class io.vertx.core.eventbus.impl.codecs.ReplyExceptionMessageCodec
 
decodeFromWire(int, Buffer) - Method in class io.vertx.core.eventbus.impl.codecs.ShortMessageCodec
 
decodeFromWire(int, Buffer) - Method in class io.vertx.core.eventbus.impl.codecs.StringMessageCodec
 
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
 
decodeMySQLGeometry(ByteBuf) - Static method in class io.vertx.mysqlclient.impl.datatype.GeometryWkbFormatCodec
 
decodeRow(int, ByteBuf) - Method in class io.vertx.sqlclient.impl.RowDecoder
 
decodeText(DataType, int, int, ByteBuf) - Static method in class io.vertx.mysqlclient.impl.datatype.DataTypeCodec
 
decodeToken(String, Handler<AsyncResult<AccessToken>>) - Method in class io.vertx.ext.auth.oauth2.impl.OAuth2AuthProviderImpl
Deprecated.
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.
decodeURIComponent(String) - Static method in class io.vertx.core.net.impl.URIDecoder
Decodes a segment of an URI encoded by a browser.
decodeURIComponent(String, boolean) - Static method in class io.vertx.core.net.impl.URIDecoder
Decodes a segment of an URI encoded by a browser.
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.
decodeValues(String) - Static method in class io.vertx.ext.web.handler.sockjs.impl.JsonCodec
 
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.
decRefCount() - Method in class io.vertx.core.net.impl.clientconnection.Endpoint
 
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() - Method in class io.vertx.core.shareddata.impl.AsynchronousCounter
 
decrementAndGet() - Method in class io.vertx.ext.cluster.infinispan.impl.InfinispanCounter
 
decrementAndGet(Handler<AsyncResult<Long>>) - Method in class io.vertx.ext.cluster.infinispan.impl.InfinispanCounter
 
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
decrypt(JWK, byte[]) - Static method in class io.vertx.ext.auth.impl.jose.JWE
 
deepCopy(Object, Function<Object, ?>) - Static method in class io.vertx.core.json.impl.JsonUtil
 
deepObjectParam(String, ObjectSchemaBuilder) - Static method in interface io.vertx.ext.web.validation.builder.Parameters
Creates a required deep object parameter.
DeepObjectParameterProcessorGenerator - Class in io.vertx.ext.web.openapi.impl
 
DeepObjectParameterProcessorGenerator() - Constructor for class io.vertx.ext.web.openapi.impl.DeepObjectParameterProcessorGenerator
 
DeepObjectValueParameterParser - Class in io.vertx.ext.web.validation.impl.parameter
 
DeepObjectValueParameterParser(String, Map<String, ValueParser<String>>, Map<Pattern, ValueParser<String>>, ValueParser<String>) - Constructor for class io.vertx.ext.web.validation.impl.parameter.DeepObjectValueParameterParser
 
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 - Static variable in class io.vertx.core.buffer.impl.VertxByteBufAllocator
 
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_APP_NAME - Static variable in class io.vertx.mssqlclient.MSSQLConnectOptions
 
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 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_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 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.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_CLIENT_INTERFACE_NAME - Static variable in class io.vertx.mssqlclient.MSSQLConnectOptions
 
DEFAULT_CLONER - Static variable in class io.vertx.core.json.impl.JsonUtil
 
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_COLLATION - Static variable in enum io.vertx.mysqlclient.impl.MySQLCollation
 
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_CONCURRENCY_CHANGE_HANDLER - Static variable in interface io.vertx.core.http.impl.HttpClientConnection
 
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.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 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 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_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_EVICTION_HANDLER - Static variable in interface io.vertx.core.http.impl.HttpClientConnection
 
DEFAULT_EXCLUSIVE - Static variable in class io.vertx.core.http.StreamPriority
 
DEFAULT_EXTRA_OPERATION_CONTEXT_PAYLOAD_MAPPER - Static variable in class io.vertx.ext.web.api.contract.impl.BaseRouterFactory
Default extra payload mapper for OperationRequest.
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_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_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.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.mqtt.MqttClientOptions
 
DEFAULT_HOST - Static variable in class io.vertx.mssqlclient.MSSQLConnectOptions
 
DEFAULT_HOST - Static variable in class io.vertx.mysqlclient.MySQLConnectOptions
 
DEFAULT_HOST - Static variable in class io.vertx.pgclient.PgConnectOptions
 
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_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_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_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_BUFFER_SIZE - Static variable in class io.vertx.reactivex.impl.FlowableReadStream
 
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_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_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_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_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_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_NDOTS_RESOLV_OPTION - Static variable in class io.vertx.core.impl.AddressResolver
 
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_NOT_IMPLEMENTED_HANDLER - Static variable in class io.vertx.ext.web.api.contract.impl.BaseRouterFactory
Default not implemented handler.
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_OPTION_FLAGS1 - Static variable in class io.vertx.mssqlclient.impl.protocol.client.login.LoginPacket
 
DEFAULT_OPTION_FLAGS2 - Static variable in class io.vertx.mssqlclient.impl.protocol.client.login.LoginPacket
 
DEFAULT_OPTION_FLAGS3 - Static variable in class io.vertx.mssqlclient.impl.protocol.client.login.LoginPacket
 
DEFAULT_ORDERED - Static variable in class io.vertx.ext.mongo.BulkWriteOptions
The default value of ordered = true
DEFAULT_PACKET_SIZE - Static variable in class io.vertx.mssqlclient.impl.protocol.client.login.LoginPacket
 
DEFAULT_PASSWORD - Static variable in class io.vertx.mssqlclient.MSSQLConnectOptions
 
DEFAULT_PASSWORD - Static variable in class io.vertx.mysqlclient.MySQLConnectOptions
 
DEFAULT_PASSWORD - Static variable in class io.vertx.pgclient.PgConnectOptions
 
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 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 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_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.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.mqtt.MqttClientOptions
 
DEFAULT_PORT - Static variable in class io.vertx.mqtt.MqttServerOptions
 
DEFAULT_PORT - Static variable in class io.vertx.mssqlclient.MSSQLConnectOptions
 
DEFAULT_PORT - Static variable in class io.vertx.mysqlclient.MySQLConnectOptions
 
DEFAULT_PORT - Static variable in class io.vertx.pgclient.PgConnectOptions
 
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.mssqlclient.MSSQLConnectOptions
 
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 Agroal
DEFAULT_PROVIDER_CLASS - Static variable in class io.vertx.reactivex.ext.jdbc.JDBCClient
The default data source provider is Agroal
DEFAULT_PROVIDER_CLASS - Static variable in class io.vertx.rxjava.ext.jdbc.JDBCClient
The default data source provider is Agroal
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_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_BUFFER_SIZE - Static variable in class io.vertx.core.file.impl.AsyncFileImpl
 
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 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_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_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_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 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 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 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_RESOLV_OPTION - Static variable in class io.vertx.core.impl.AddressResolver
 
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 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.mssqlclient.MSSQLConnectOptions
 
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_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_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 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 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_SUB_PROTOCOLS - Static variable in class io.vertx.core.http.WebSocketConnectOptions
The default WebSocket sub protocols = null
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 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 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_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.micrometer.Match
The default value : MatchType.EQUALS
DEFAULT_TYPE_FLAGS - Static variable in class io.vertx.mssqlclient.impl.protocol.client.login.LoginPacket
 
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_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.mssqlclient.MSSQLConnectOptions
 
DEFAULT_USER - Static variable in class io.vertx.mysqlclient.MySQLConnectOptions
 
DEFAULT_USER - Static variable in class io.vertx.pgclient.PgConnectOptions
 
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 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_VALIDATION_FAILURE_HANDLER - Static variable in class io.vertx.ext.web.api.contract.impl.BaseRouterFactory
Default validation failure handler.
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_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_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_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
 
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
 
DefaultCLI - Class in io.vertx.core.cli.impl
Default implementation of CLI.
DefaultCLI() - Constructor for class io.vertx.core.cli.impl.DefaultCLI
 
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.
DefaultCommandLine - Class in io.vertx.core.cli.impl
Default implementation of the CommandLine.
DefaultCommandLine(CLI) - Constructor for class io.vertx.core.cli.impl.DefaultCommandLine
 
defaultFetchSize - Static variable in class io.vertx.db2client.impl.drda.DRDAQueryRequest
 
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
 
DefaultNodeSelector - Class in io.vertx.core.spi.cluster.impl
 
DefaultNodeSelector() - Constructor for class io.vertx.core.spi.cluster.impl.DefaultNodeSelector
 
DefaultParameterProcessorGenerator - Class in io.vertx.ext.web.openapi.impl
 
DefaultParameterProcessorGenerator() - Constructor for class io.vertx.ext.web.openapi.impl.DefaultParameterProcessorGenerator
 
DefaultParser - Class in io.vertx.core.cli.impl
The default implementation of the command line parser.
DefaultParser() - Constructor for class io.vertx.core.cli.impl.DefaultParser
 
DefaultReporterFactory - Class in io.vertx.ext.unit.report.impl
 
DefaultReporterFactory() - Constructor for class io.vertx.ext.unit.report.impl.DefaultReporterFactory
 
DefaultResolverProvider - Class in io.vertx.core.impl.resolver
 
DefaultResolverProvider() - Constructor for class io.vertx.core.impl.resolver.DefaultResolverProvider
 
defaultServiceConfig(Map<String, ?>) - Method in class io.vertx.grpc.VertxChannelBuilder
 
DefaultServiceDiscoveryBackend - Class in io.vertx.servicediscovery.impl
 
DefaultServiceDiscoveryBackend() - Constructor for class io.vertx.servicediscovery.impl.DefaultServiceDiscoveryBackend
 
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 - Variable in class io.vertx.ext.web.api.validation.impl.SingleValueParameterTypeValidator
 
defaultValue(Object) - Method in class io.vertx.json.schema.common.dsl.SchemaBuilder
 
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
 
define() - Method in class io.vertx.ext.unit.impl.TestCommandFactory
 
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(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.core.file.impl.FileSystemImpl
 
delete(String) - Method in class io.vertx.core.file.impl.FileSystemImpl
 
delete(Path, boolean) - Static method in class io.vertx.core.file.impl.FileSystemImpl
 
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 class io.vertx.core.impl.verticle.CustomJavaFileObject
 
delete() - Method in class io.vertx.core.net.impl.SelfSignedCertificateImpl
 
delete() - Method in interface io.vertx.core.net.SelfSignedCertificate
Delete the private key and certificate files.
delete(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.ext.mongo.impl.MongoGridFsClientImpl
 
delete(String) - Method in class io.vertx.ext.mongo.impl.MongoGridFsClientImpl
 
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, String) - Method in class io.vertx.ext.web.client.impl.WebClientBase
 
delete(String) - Method in class io.vertx.ext.web.client.impl.WebClientBase
 
delete(int, String, String) - Method in class io.vertx.ext.web.client.impl.WebClientBase
 
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 class io.vertx.ext.web.impl.RouterImpl
 
delete(String) - Method in class io.vertx.ext.web.impl.RouterImpl
 
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 class io.vertx.ext.web.sstore.impl.ClusteredSessionStoreImpl
 
delete(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.ext.web.sstore.impl.LocalSessionStoreImpl
 
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 class io.vertx.ext.web.client.impl.WebClientBase
 
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.core.file.impl.FileSystemImpl
 
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 class io.vertx.kafka.admin.impl.KafkaAdminClientImpl
 
deleteConsumerGroupOffsets(String, Set<TopicPartition>) - Method in class io.vertx.kafka.admin.impl.KafkaAdminClientImpl
 
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 class io.vertx.kafka.admin.impl.KafkaAdminClientImpl
 
deleteConsumerGroups(List<String>) - Method in class io.vertx.kafka.admin.impl.KafkaAdminClientImpl
 
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 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.core.file.impl.FileSystemImpl
 
deleteRecursive(String, boolean) - Method in class io.vertx.core.file.impl.FileSystemImpl
 
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.core.file.impl.FileSystemImpl
 
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 class io.vertx.kafka.admin.impl.KafkaAdminClientImpl
 
deleteTopics(List<String>) - Method in class io.vertx.kafka.admin.impl.KafkaAdminClientImpl
 
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 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 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 class io.vertx.ext.web.impl.RouterImpl
 
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 class io.vertx.core.parsetools.impl.RecordParserImpl
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.core.parsetools.impl.RecordParserImpl
Flip the parser into delimited mode, and where the delimiter can be represented by the delimiter delim.
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.
DELIMITERS_ARE_NOT_MUTUALLY_EXCLUSIVE - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
deliver(int) - Method in class io.vertx.reactivex.ext.shell.term.SignalHandler
 
deliver(int) - Method in class io.vertx.rxjava.ext.shell.term.SignalHandler
 
deliverMessageLocally(MessageImpl) - Method in class io.vertx.core.eventbus.impl.EventBusImpl
 
Delivery - Interface in io.vertx.proton.streams
 
delivery() - Method in class io.vertx.proton.streams.impl.DeliveryImpl
 
delivery() - Method in class io.vertx.proton.streams.impl.TrackerImpl
 
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(int) - Method in class io.vertx.amqp.impl.AmqpMessageBuilderImpl
 
deliveryCount() - Method in class io.vertx.amqp.impl.AmqpMessageImpl
 
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
 
DeliveryImpl - Class in io.vertx.proton.streams.impl
 
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 class io.vertx.core.eventbus.impl.MessageProducerImpl
 
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 class io.vertx.kafka.client.consumer.impl.KafkaConsumerImpl
 
demand() - Method in class io.vertx.kafka.client.consumer.impl.KafkaReadStreamImpl
 
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.
DEP_UNABLE_TO_STORE - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
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
 
deploy(String, Vertx, DeploymentOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.core.impl.launcher.commands.ClasspathHandler
Deploys the given verticle using the given deployment options.
deploy() - Method in class io.vertx.core.impl.launcher.commands.RunCommand
 
deploy(String, Vertx, DeploymentOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.core.impl.launcher.commands.VertxIsolatedDeployer
Deploys the given verticle.
deploy() - Method in class io.vertx.ext.unit.impl.TestCommand
 
deploy(String, Vertx, DeploymentOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.ext.unit.impl.TestCommand
 
Deployment - Interface in io.vertx.core.impl
 
DEPLOYMENT_OPTIONS_PROP_PREFIX - Static variable in class io.vertx.core.impl.launcher.commands.BareCommand
 
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 interface io.vertx.core.impl.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 class io.vertx.core.impl.VertxImpl
 
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.
DeploymentManager - Class in io.vertx.core.impl
 
DeploymentManager(VertxInternal) - Constructor for class io.vertx.core.impl.DeploymentManager
 
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
deploymentOptions() - Method in interface io.vertx.core.impl.Deployment
 
deploymentOptions - Variable in class io.vertx.core.impl.launcher.commands.RunCommand
 
DeploymentOptionsConverter - Class in io.vertx.core
Converter and mapper for DeploymentOptions.
DeploymentOptionsConverter() - Constructor for class io.vertx.core.DeploymentOptionsConverter
 
deployments() - Method in class io.vertx.core.impl.DeploymentManager
 
deployVerticle(Callable<Verticle>, DeploymentOptions) - Method in class io.vertx.core.impl.DeploymentManager
 
deployVerticle(String, DeploymentOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.core.impl.HAManager
 
deployVerticle(String, DeploymentOptions) - Method in class io.vertx.core.impl.VerticleManager
 
deployVerticle(String) - Method in class io.vertx.core.impl.VertxImpl
 
deployVerticle(String, Handler<AsyncResult<String>>) - Method in class io.vertx.core.impl.VertxImpl
 
deployVerticle(String, DeploymentOptions) - Method in class io.vertx.core.impl.VertxImpl
 
deployVerticle(String, DeploymentOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.core.impl.VertxImpl
 
deployVerticle(Verticle) - Method in class io.vertx.core.impl.VertxImpl
 
deployVerticle(Verticle, Handler<AsyncResult<String>>) - Method in class io.vertx.core.impl.VertxImpl
 
deployVerticle(Verticle, DeploymentOptions) - Method in class io.vertx.core.impl.VertxImpl
 
deployVerticle(Verticle, DeploymentOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.core.impl.VertxImpl
 
deployVerticle(Class<? extends Verticle>, DeploymentOptions) - Method in class io.vertx.core.impl.VertxImpl
 
deployVerticle(Class<? extends Verticle>, DeploymentOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.core.impl.VertxImpl
 
deployVerticle(Supplier<Verticle>, DeploymentOptions) - Method in class io.vertx.core.impl.VertxImpl
 
deployVerticle(Supplier<Verticle>, DeploymentOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.core.impl.VertxImpl
 
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
deprecated - Variable in class io.vertx.codegen.ClassModel
 
deprecatedDesc - Variable in class io.vertx.codegen.ClassModel
 
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 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 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.
DES_KEY_HAS_WRONG_LENGTH - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
describeCluster(Handler<AsyncResult<ClusterDescription>>) - Method in class io.vertx.kafka.admin.impl.KafkaAdminClientImpl
 
describeCluster() - Method in class io.vertx.kafka.admin.impl.KafkaAdminClientImpl
 
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 class io.vertx.kafka.admin.impl.KafkaAdminClientImpl
 
describeConfigs(List<ConfigResource>) - Method in class io.vertx.kafka.admin.impl.KafkaAdminClientImpl
 
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 class io.vertx.kafka.admin.impl.KafkaAdminClientImpl
 
describeConsumerGroups(List<String>) - Method in class io.vertx.kafka.admin.impl.KafkaAdminClientImpl
 
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 class io.vertx.kafka.admin.impl.KafkaAdminClientImpl
 
describeTopics(List<String>) - Method in class io.vertx.kafka.admin.impl.KafkaAdminClientImpl
 
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.impl.DefaultCLI
 
description - Variable in class io.vertx.core.cli.Option
The option description.
deserialize(String) - Method in class io.vertx.ext.web.api.validation.impl.ArrayTypeValidator
 
deserialize(String) - Method in class io.vertx.ext.web.api.validation.impl.ContainerTypeValidator
 
deserialize(String) - Method in class io.vertx.ext.web.api.validation.impl.ObjectTypeValidator
 
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.ext.web.api.validation.impl.SplitterCharContainerDeserializer
 
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.ext.web.api.validation.impl.SplitterCharContainerDeserializer
 
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 - 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 - 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 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 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
detach() - Method in interface io.vertx.proton.ProtonLink
Detaches the AMQP link, i.e.
detachHandler(Handler<AsyncResult<T>>) - Method in interface io.vertx.proton.ProtonLink
Sets a handler for when an AMQP Detach frame with closed=false is received from the remote peer.
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"
DIGEST_NO_SUCH_ALGORITHM - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
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
 
DigestAuthHandlerImpl - Class in io.vertx.ext.web.handler.impl
 
DigestAuthHandlerImpl(Vertx, HtdigestAuth, long) - Constructor for class io.vertx.ext.web.handler.impl.DigestAuthHandlerImpl
 
directBuffer() - Method in class io.vertx.core.net.impl.PartialPooledByteBufAllocator
 
directBuffer(int) - Method in class io.vertx.core.net.impl.PartialPooledByteBufAllocator
 
directBuffer(int, int) - Method in class io.vertx.core.net.impl.PartialPooledByteBufAllocator
 
directExecutor() - Method in class io.vertx.grpc.VertxChannelBuilder
 
directExecutor() - Method in class io.vertx.grpc.VertxServerBuilder
 
DirectoryConfigStore - Class in io.vertx.config.impl.spi
A configuration store loading a set of files from a directory.
DirectoryConfigStore(Vertx, JsonObject) - Constructor for class io.vertx.config.impl.spi.DirectoryConfigStore
 
DirectoryConfigStoreFactory - Class in io.vertx.config.impl.spi
The factory to create DirectoryConfigStore.
DirectoryConfigStoreFactory() - Constructor for class io.vertx.config.impl.spi.DirectoryConfigStoreFactory
 
disable() - Method in class io.vertx.ext.web.impl.RouteImpl
 
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_CP_RESOLVING_PROP_NAME - Static variable in class io.vertx.core.file.impl.FileResolver
 
DISABLE_DNS_RESOLVER_PROP_NAME - Static variable in interface io.vertx.core.spi.resolver.ResolverProvider
 
DISABLE_FILE_CACHING_PROP_NAME - Static variable in class io.vertx.core.file.impl.FileResolver
 
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.
discardHandler(Handler<Message<T>>) - Method in class io.vertx.core.eventbus.impl.MessageConsumerImpl
 
discardMessage(H, boolean, Message<?>) - Method in interface io.vertx.core.spi.metrics.EventBusMetrics
Discard a message.
disconnect() - Method in class io.vertx.mqtt.impl.MqttClientImpl
See MqttClient.disconnect() for more details
disconnect(Handler<AsyncResult<Void>>) - Method in class io.vertx.mqtt.impl.MqttClientImpl
See MqttClient.disconnect(Handler) for more details
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() - Method in class io.vertx.proton.impl.ProtonConnectionImpl
 
disconnect() - Method in interface io.vertx.proton.ProtonConnection
Disconnects the underlying transport connection.
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.
disconnectError - Static variable in class io.vertx.db2client.impl.drda.SqlCode
 
disconnectHandler(Handler<Void>) - Method in class io.vertx.mqtt.impl.MqttEndpointImpl
 
disconnectHandler(Handler<Void>) - Method in interface io.vertx.mqtt.MqttEndpoint
Set a disconnect handler on the MQTT endpoint.
disconnectHandler(Handler<ProtonConnection>) - Method in class io.vertx.proton.impl.ProtonConnectionImpl
 
disconnectHandler(Handler<ProtonConnection>) - Method in interface io.vertx.proton.ProtonConnection
Sets a handler for when the underlying transport connection indicates it has disconnected.
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.
DiscoveryImpl - Class in io.vertx.servicediscovery.impl
Default implementation of the service discovery.
DiscoveryImpl(Vertx, ServiceDiscoveryOptions) - Constructor for class io.vertx.servicediscovery.impl.DiscoveryImpl
 
dispatch(Message<T>, ContextInternal, Handler<Message<T>>) - Method in class io.vertx.core.eventbus.impl.HandlerRegistration
 
dispatch(Message<T>, ContextInternal, Handler<Message<T>>) - Method in class io.vertx.core.eventbus.impl.MessageConsumerImpl
 
dispatch(Runnable) - Method in interface io.vertx.core.impl.ContextInternal
 
dispatch(Handler<Void>) - Method in interface io.vertx.core.impl.ContextInternal
 
dispatch(E, Handler<E>) - Method in interface io.vertx.core.impl.ContextInternal
Dispatch an event to the handler on this context.
dispatch(String[]) - Method in class io.vertx.core.impl.launcher.VertxCommandLauncher
Dispatches to the right command.
dispatch(Object, String[]) - Method in class io.vertx.core.impl.launcher.VertxCommandLauncher
Dispatches to the right command.
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.
dispatchResponse(HttpResponse<T>) - Method in class io.vertx.ext.web.client.impl.HttpContext
Dispatch the HTTP response, this executes the ClientPhase.DISPATCH_RESPONSE phase: Create the HttpResponse Traverse the interceptor chain Deliver the response to the response handler
dispose() - Method in class io.vertx.core.net.impl.clientconnection.Endpoint
Hook to cleanup when all metrics have been processed, e.g unregistering metrics, this method is called when the endpoint will not accept anymore requests.
dispose() - Method in class io.vertx.reactivex.ContextScheduler.ContextWorker
 
disposition(DeliveryState, boolean) - Method in class io.vertx.proton.impl.ProtonDeliveryImpl
 
disposition(DeliveryState, boolean) - Method in interface io.vertx.proton.ProtonDelivery
Updates the DeliveryState, and optionally settle the delivery as well.
disposition(DeliveryState, boolean) - Method in interface io.vertx.proton.streams.Delivery
Updates the DeliveryState, and optionally settle the delivery as well.
disposition(DeliveryState, boolean) - Method in class io.vertx.proton.streams.impl.DeliveryImpl
 
distinct(String, String, String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.ext.mongo.impl.MongoClientImpl
 
distinct(String, String, String) - Method in class io.vertx.ext.mongo.impl.MongoClientImpl
 
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 class io.vertx.ext.mongo.impl.MongoClientImpl
 
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 class io.vertx.ext.mongo.impl.MongoClientImpl
 
distinctBatchWithQuery(String, String, String, JsonObject, int) - Method in class io.vertx.ext.mongo.impl.MongoClientImpl
 
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 class io.vertx.ext.mongo.impl.MongoClientImpl
 
distinctWithQuery(String, String, String, JsonObject) - Method in class io.vertx.ext.mongo.impl.MongoClientImpl
 
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.
DKIM_SIGNATURE_HEADER - Static variable in class io.vertx.ext.mail.impl.dkim.DKIMSigner
 
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.
DKIMSigner - Class in io.vertx.ext.mail.impl.dkim
DKIM Signature Singer to sign the email according to the configurations.
DKIMSigner(DKIMSignOptions, Vertx) - Constructor for class io.vertx.ext.mail.impl.dkim.DKIMSigner
The Constuctor of DKIMSigner.
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
 
DnsClientImpl - Class in io.vertx.core.dns.impl
 
DnsClientImpl(VertxInternal, DnsClientOptions) - Constructor for class io.vertx.core.dns.impl.DnsClientImpl
 
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
 
DnsResolverProvider - Class in io.vertx.core.impl.resolver
 
DnsResolverProvider(VertxImpl, AddressResolverOptions) - Constructor for class io.vertx.core.impl.resolver.DnsResolverProvider
 
DnsResponseCode - Enum in io.vertx.core.dns
Represents the possible response codes a server may send after receiving a query.
doBind(VertxInternal, SocketAddress, ServerBootstrap) - Static method in class io.vertx.core.net.impl.AsyncResolveConnectHelper
 
doc - Variable in class io.vertx.codegen.ClassModel
 
Doc - Class in io.vertx.codegen.doc
Documention of a program element, the documentation is a composed of a: a first sentence an optional body a list of block tags
Doc(Text) - Constructor for class io.vertx.codegen.doc.Doc
 
Doc(Text, Text) - Constructor for class io.vertx.codegen.doc.Doc
 
Doc(Text, Text, List<Tag>) - Constructor for class io.vertx.codegen.doc.Doc
 
Doc(String) - Constructor for class io.vertx.codegen.doc.Doc
 
Doc(String, String) - Constructor for class io.vertx.codegen.doc.Doc
 
Doc(String, String, List<Tag>) - Constructor for class io.vertx.codegen.doc.Doc
 
Doc.Factory - Class in io.vertx.codegen.doc
Doc factory.
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.
docFactory - Variable in class io.vertx.codegen.ClassModel
 
doConnect(SocketAddress, SocketAddress, String, Promise<NetSocket>, ContextInternal, int) - Method in class io.vertx.core.net.impl.NetClientImpl
 
doConnectInternal(Promise<Connection>) - Method in class io.vertx.db2client.impl.DB2ConnectionFactory
 
doConnectInternal(Promise<Connection>) - Method in class io.vertx.mysqlclient.impl.MySQLConnectionFactory
 
doConnectInternal(Promise<Connection>) - Method in class io.vertx.sqlclient.impl.SqlConnectionFactoryBase
Perform establishing connection to the server.
documentHasId(JsonObject) - Method in class io.vertx.ext.mongo.impl.codec.json.JsonObjectCodec
 
doFetch(long) - Method in interface io.vertx.core.http.impl.HttpClientStream
 
doIsPermitted(String, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.ext.auth.AbstractUser
Deprecated.
 
doLog(int, String) - Method in class io.vertx.ext.web.handler.impl.LoggerHandlerImpl
 
DOMAIN - Static variable in class io.vertx.core.dns.impl.decoder.RecordDecoder
Decodes any record that simply returns a domain name, such as NS (name server) and CNAME (canonical name) resource records.
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.
DONE_TOKEN - Static variable in class io.vertx.mssqlclient.impl.protocol.token.DataPacketStreamTokenType
 
DONEINPROC_TOKEN - Static variable in class io.vertx.mssqlclient.impl.protocol.token.DataPacketStreamTokenType
 
DONEPROC_TOKEN - Static variable in class io.vertx.mssqlclient.impl.protocol.token.DataPacketStreamTokenType
 
DoneToken - Class in io.vertx.mssqlclient.impl.protocol.server
 
DoneToken() - Constructor for class io.vertx.mssqlclient.impl.protocol.server.DoneToken
 
doOpen(String, OpenOptions, ContextInternal) - Method in class io.vertx.core.file.impl.FileSystemImpl
 
doOpen(String, OpenOptions, ContextInternal) - Method in class io.vertx.core.file.impl.WindowsFileSystem
 
doPause() - Method in class io.vertx.core.http.impl.Http1xServerConnection
 
doPause() - Method in interface io.vertx.core.http.impl.HttpClientStream
 
doPause() - Method in class io.vertx.core.net.impl.ConnectionBase
 
doReceive(Message<T>) - Method in class io.vertx.core.eventbus.impl.HandlerRegistration
 
doReceive(Message<T>) - Method in class io.vertx.core.eventbus.impl.MessageConsumerImpl
 
doResume() - Method in class io.vertx.core.http.impl.Http1xServerConnection
 
doResume() - Method in class io.vertx.core.net.impl.ConnectionBase
 
doSchedule(CommandBase<R>, Handler<AsyncResult<R>>) - Method in class io.vertx.db2client.impl.DB2SocketConnection
 
doSchedule(CommandBase<R>, Handler<AsyncResult<R>>) - Method in class io.vertx.mysqlclient.impl.MySQLSocketConnection
 
doSchedule(CommandBase<R>, Handler<AsyncResult<R>>) - Method in class io.vertx.pgclient.impl.PgSocketConnection
 
doSchedule(CommandBase<R>, Handler<AsyncResult<R>>) - Method in class io.vertx.sqlclient.impl.SocketConnectionBase
 
doSetWriteQueueMaxSize(int) - Method in interface io.vertx.core.http.impl.HttpClientStream
 
doSetWriteQueueMaxSize(int) - Method in class io.vertx.core.net.impl.ConnectionBase
 
DOUBLE - Static variable in class io.vertx.codegen.type.PrimitiveTypeInfo
 
DOUBLE - Static variable in class io.vertx.db2client.impl.drda.ClientTypes
 
DOUBLE_MESSAGE_CODEC - Static variable in class io.vertx.core.eventbus.impl.CodecManager
 
DOUBLE_PARSER - Static variable in interface io.vertx.ext.web.validation.impl.parser.ValueParser
 
DoubleMessageCodec - Class in io.vertx.core.eventbus.impl.codecs
 
DoubleMessageCodec() - Constructor for class io.vertx.core.eventbus.impl.codecs.DoubleMessageCodec
 
doubleValue() - Method in class io.vertx.core.parsetools.impl.JsonEventImpl
 
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
 
doUndeploy(ContextInternal, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.impl.Deployment
 
doUndeploy(ContextInternal) - Method in interface io.vertx.core.impl.Deployment
 
downloadByFileName(WriteStream<Buffer>, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.ext.mongo.impl.MongoGridFsClientImpl
 
downloadByFileName(WriteStream<Buffer>, String) - Method in class io.vertx.ext.mongo.impl.MongoGridFsClientImpl
 
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 class io.vertx.ext.mongo.impl.MongoGridFsClientImpl
 
downloadByFileNameWithOptions(WriteStream<Buffer>, String, GridFsDownloadOptions) - Method in class io.vertx.ext.mongo.impl.MongoGridFsClientImpl
 
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 class io.vertx.ext.mongo.impl.MongoGridFsClientImpl
 
downloadById(WriteStream<Buffer>, String) - Method in class io.vertx.ext.mongo.impl.MongoGridFsClientImpl
 
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 class io.vertx.ext.mongo.impl.MongoGridFsClientImpl
 
downloadFile(String) - Method in class io.vertx.ext.mongo.impl.MongoGridFsClientImpl
 
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 class io.vertx.ext.mongo.impl.MongoGridFsClientImpl
 
downloadFileAs(String, String) - Method in class io.vertx.ext.mongo.impl.MongoGridFsClientImpl
 
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 class io.vertx.ext.mongo.impl.MongoGridFsClientImpl
 
downloadFileByID(String, String) - Method in class io.vertx.ext.mongo.impl.MongoGridFsClientImpl
 
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
 
drain(long, Handler<AsyncResult<Void>>) - Method in class io.vertx.proton.impl.ProtonReceiverImpl
 
drain(long, Handler<AsyncResult<Void>>) - Method in interface io.vertx.proton.ProtonReceiver
Initiates a 'drain' of link credit from the remote sender.
drained() - Method in class io.vertx.proton.impl.ProtonSenderImpl
 
drained() - Method in interface io.vertx.proton.ProtonSender
Manually mark the link drained, such that if the receiver has requested the link be drained (as indicated by the value of the ProtonLink.getDrain() flag) then any remaining credit is discarded and if necessary notice sent to the receiver indicating it has been.
drainHandler(Handler<Void>) - Method in class io.vertx.amqp.impl.AmqpSenderImpl
 
drainHandler(Handler<Void>) - Method in interface io.vertx.core.file.AsyncFile
 
drainHandler(Handler<Void>) - Method in class io.vertx.core.file.impl.AsyncFileImpl
 
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 class io.vertx.core.http.impl.Http1xServerResponse
 
drainHandler(Handler<Void>) - Method in class io.vertx.core.http.impl.Http2ServerResponse
 
drainHandler(Handler<Void>) - Method in class io.vertx.core.http.impl.HttpClientRequestImpl
 
drainHandler(Handler<Void>) - Method in interface io.vertx.core.http.impl.HttpClientStream
 
drainHandler(Handler<Void>) - Method in class io.vertx.core.http.impl.WebSocketImplBase
 
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 class io.vertx.core.net.impl.NetSocketImpl
 
drainHandler(Handler<Void>) - Method in interface io.vertx.core.net.NetSocket
 
drainHandler(Handler<Void>) - Method in class io.vertx.core.streams.impl.InboundBuffer
Set an handler to be called when the buffer is drained and the producer can resume writing to the buffer.
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.web.handler.sockjs.SockJSSocket
 
drainHandler(Handler<Void>) - Method in class io.vertx.ext.web.impl.ServerWebSocketWrapper
 
drainHandler(Handler<Void>) - Method in class io.vertx.grpc.stub.GrpcWriteStream
 
drainHandler(Handler<Void>) - Method in class io.vertx.kafka.client.producer.impl.KafkaProducerImpl
 
drainHandler(Handler<Void>) - Method in class io.vertx.kafka.client.producer.impl.KafkaWriteStreamImpl
 
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
 
draining() - Method in class io.vertx.proton.impl.ProtonReceiverImpl
 
DRDA_COMMAND_NOT_IMPLEMENTED - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
DRDA_CONNECTION_TERMINATED - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
DRDA_CURSOR_NOT_OPEN - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
DRDA_DDM_COMMAND_NOT_SUPPORTED - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
DRDA_DDM_OBJECT_NOT_SUPPORTED - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
DRDA_DDM_PARAM_NOT_SUPPORTED - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
DRDA_DDM_PARAMVAL_NOT_SUPPORTED - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
DRDA_INVALID_XA_STATE_ON_COMMIT_OR_ROLLBACK - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
DRDA_MGRLVLRM - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
DRDA_NO_AUTOCOMMIT_UNDER_XA - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
DRDA_NO_AVAIL_CODEPAGE_CONVERSION - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
DRDA_OLD_TIMESTAMP_LENGTH - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TIMESTAMP_LENGTH - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_1BYTE_INT - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_BOOLEAN - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_CHAR - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_CLOBLOC - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_CSTR - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_CSTRMIX - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_DATE - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_DBCSCLOBLOC - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_DECIMAL - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_FIXBYTE - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_FLOAT16 - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_FLOAT4 - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_FLOAT8 - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_GRAPHIC - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_INTEGER - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_INTEGER8 - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_LOBBYTES - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_LOBCDBCS - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_LOBCMIXED - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_LOBCSBCS - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_LOBLOC - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_LONG - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_LONGMIX - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_LONGRAPH - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_LONGVARBYTE - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_LSTR - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_LSTRMIX - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_MDATALINK - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_MIX - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_N1BYTE_INT - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_NBOOLEAN - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_NCHAR - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_NCLOBLOC - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_NCSTR - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_NCSTRMIX - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_NDATE - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_NDBCSCLOBLOC - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_NDECIMAL - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_NFIXBYTE - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_NFLOAT16 - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_NFLOAT4 - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_NFLOAT8 - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_NGRAPHIC - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_NINTEGER - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_NINTEGER8 - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_NLOBBYTES - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_NLOBCDBCS - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_NLOBCMIXED - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_NLOBCSBCS - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_NLOBLOC - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_NLONG - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_NLONGMIX - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_NLONGRAPH - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_NLONGVARBYTE - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_NLSTR - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_NLSTRMIX - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_NMDATALINK - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_NMIX - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_NNTERMBYTE - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_NNUMERIC_CHAR - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_NPSCLBYTE - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_NROWID - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_NRSET_LOC - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_NSDATALINK - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_NSMALL - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_NTERMBYTE - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_NTIME - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_NTIMESTAMP - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_NUDT - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_NUMERIC_CHAR - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_NVARBYTE - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_NVARCHAR - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_NVARGRAPH - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_NVARMIX - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_NZDECIMAL - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_PSCLBYTE - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_ROWID - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_RSET_LOC - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_SDATALINK - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_SMALL - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_TIME - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_TIMESTAMP - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_UDT - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_VARBYTE - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_VARCHAR - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_VARGRAPH - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_VARMIX - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDA_TYPE_ZDECIMAL - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
DRDAConnectRequest - Class in io.vertx.db2client.impl.drda
 
DRDAConnectRequest(ByteBuf, ConnectionMetaData) - Constructor for class io.vertx.db2client.impl.drda.DRDAConnectRequest
 
DRDAConnectResponse - Class in io.vertx.db2client.impl.drda
 
DRDAConnectResponse(ByteBuf, ConnectionMetaData) - Constructor for class io.vertx.db2client.impl.drda.DRDAConnectResponse
 
DRDAConnectResponse.RDBAccessData - Class in io.vertx.db2client.impl.drda
 
DRDAConstants - Class in io.vertx.db2client.impl.drda
 
DRDAQueryRequest - Class in io.vertx.db2client.impl.drda
 
DRDAQueryRequest(ByteBuf, ConnectionMetaData) - Constructor for class io.vertx.db2client.impl.drda.DRDAQueryRequest
 
DRDAQueryResponse - Class in io.vertx.db2client.impl.drda
 
DRDAQueryResponse(ByteBuf, ConnectionMetaData) - Constructor for class io.vertx.db2client.impl.drda.DRDAQueryResponse
 
DRDARequest - Class in io.vertx.db2client.impl.drda
 
DRDARequest(ByteBuf, ConnectionMetaData) - Constructor for class io.vertx.db2client.impl.drda.DRDARequest
 
DRDAResponse - Class in io.vertx.db2client.impl.drda
 
DRDAResponse(ByteBuf, ConnectionMetaData) - Constructor for class io.vertx.db2client.impl.drda.DRDAResponse
 
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 class io.vertx.ext.mongo.impl.MongoGridFsClientImpl
 
drop() - Method in class io.vertx.ext.mongo.impl.MongoGridFsClientImpl
 
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
DROP_DATABASE - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
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 class io.vertx.ext.mongo.impl.MongoClientImpl
 
dropCollection(String) - Method in class io.vertx.ext.mongo.impl.MongoClientImpl
 
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 class io.vertx.ext.mongo.impl.MongoClientImpl
 
dropIndex(String, String) - Method in class io.vertx.ext.mongo.impl.MongoClientImpl
 
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.
DSS_ID - Static variable in class io.vertx.db2client.impl.drda.DssConstants
 
DSS_NOCHAIN - Static variable in class io.vertx.db2client.impl.drda.DssConstants
 
DSSCHAIN - Static variable in class io.vertx.db2client.impl.drda.DssConstants
 
DSSCHAIN_ERROR_CONTINUE - Static variable in class io.vertx.db2client.impl.drda.DssConstants
 
DSSCHAIN_SAME_ID - Static variable in class io.vertx.db2client.impl.drda.DssConstants
 
DssConstants - Class in io.vertx.db2client.impl.drda
This class defines DSS constants that are shared in the classes implementing the DRDA protocol.
DSSFMT_OBJDSS - Static variable in class io.vertx.db2client.impl.drda.DssConstants
 
DSSFMT_RPYDSS - Static variable in class io.vertx.db2client.impl.drda.DssConstants
 
DSSFMT_RQSDSS - Static variable in class io.vertx.db2client.impl.drda.DssConstants
 
dssLength_ - Variable in class io.vertx.db2client.impl.drda.DRDAResponse
 
DTC_DEFECT - Static variable in class io.vertx.mssqlclient.impl.protocol.EnvChange
 
DTC_ENLIST - Static variable in class io.vertx.mssqlclient.impl.protocol.EnvChange
 
DTC_MGR_ADDR - Static variable in class io.vertx.mssqlclient.impl.protocol.EnvChange
 
DTC_PROMOTE - Static variable in class io.vertx.mssqlclient.impl.protocol.EnvChange
 
DUMMY_PASSWORD - Static variable in class io.vertx.core.net.impl.KeyStoreHelper
 
DummyClientMetrics() - Constructor for class io.vertx.core.metrics.impl.DummyVertxMetrics.DummyClientMetrics
 
DummyDatagramMetrics() - Constructor for class io.vertx.core.metrics.impl.DummyVertxMetrics.DummyDatagramMetrics
 
DummyEventBusMetrics() - Constructor for class io.vertx.core.metrics.impl.DummyVertxMetrics.DummyEventBusMetrics
 
DummyHttpClientMetrics() - Constructor for class io.vertx.core.metrics.impl.DummyVertxMetrics.DummyHttpClientMetrics
 
DummyHttpServerMetrics() - Constructor for class io.vertx.core.metrics.impl.DummyVertxMetrics.DummyHttpServerMetrics
 
DummyTCPMetrics() - Constructor for class io.vertx.core.metrics.impl.DummyVertxMetrics.DummyTCPMetrics
 
DummyVertxMetrics - Class in io.vertx.core.metrics.impl
 
DummyVertxMetrics() - Constructor for class io.vertx.core.metrics.impl.DummyVertxMetrics
 
DummyVertxMetrics.DummyClientMetrics - Class in io.vertx.core.metrics.impl
 
DummyVertxMetrics.DummyDatagramMetrics - Class in io.vertx.core.metrics.impl
 
DummyVertxMetrics.DummyEventBusMetrics - Class in io.vertx.core.metrics.impl
 
DummyVertxMetrics.DummyHttpClientMetrics - Class in io.vertx.core.metrics.impl
 
DummyVertxMetrics.DummyHttpServerMetrics - Class in io.vertx.core.metrics.impl
 
DummyVertxMetrics.DummyTCPMetrics - Class in io.vertx.core.metrics.impl
 
DummyVertxMetrics.DummyWorkerPoolMetrics - Class in io.vertx.core.metrics.impl
 
DummyWorkerPoolMetrics() - Constructor for class io.vertx.core.metrics.impl.DummyVertxMetrics.DummyWorkerPoolMetrics
 
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.
duplicate() - Method in interface io.vertx.core.impl.ContextInternal
Returns a context sharing with this context the same concurrency the same exception handler the same context data the same deployment the same config the same classloader
duplicate() - Method in class io.vertx.proton.impl.ProtonReadableBufferImpl
 
DUPLICATE_KEYS_DETECTED - Static variable in class io.vertx.db2client.impl.drda.SqlCode
 
durable(boolean) - Method in interface io.vertx.amqp.AmqpMessageBuilder
 
durable(boolean) - Method in class io.vertx.amqp.impl.AmqpMessageBuilderImpl
 
durable(boolean) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
durable(boolean) - Method in class io.vertx.rxjava.amqp.AmqpMessageBuilder
 
durationTime() - Method in class io.vertx.ext.unit.impl.TestResultImpl
 
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
 
EBCDIC - Static variable in class io.vertx.db2client.impl.drda.CCSIDConstants
 
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.
elementUtils - Variable in class io.vertx.codegen.ClassModel
 
elementUtils - Variable in class io.vertx.codegen.EnumModel
 
email(JsonObject) - Static method in interface io.vertx.ext.auth.oauth2.KeycloakHelper
Deprecated.
 
EMAIL - Static variable in class io.vertx.ext.web.api.validation.impl.RegularExpressions
 
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
emit(T, Handler<T>) - Method in interface io.vertx.core.impl.ContextInternal
Emit the given argument event to the task and switch on this context if necessary, this also associates the current thread with the current context so Vertx.currentContext() returns this context.
emit(Handler<Void>) - Method in interface io.vertx.core.impl.ContextInternal
 
EMPTY - Static variable in class io.vertx.core.impl.future.SucceededFuture
Stateless instance of empty results that can be shared safely.
empty() - Static method in interface io.vertx.core.spi.tracing.TagExtractor
 
empty(R) - Method in class io.vertx.jdbcclient.impl.actions.JDBCResponse
 
EMPTY - Static variable in class io.vertx.proton.sasl.impl.ProtonSaslMechanismImpl
 
EMPTY - Static variable in class io.vertx.redis.client.impl.types.BulkType
 
EMPTY - Static variable in class io.vertx.sqlclient.impl.ArrayTuple
 
EMPTY_MAP - Static variable in class io.vertx.redis.client.impl.types.MultiType
 
EMPTY_MULTI - Static variable in class io.vertx.redis.client.impl.types.MultiType
 
emptyHandler(Handler<Void>) - Method in class io.vertx.core.streams.impl.InboundBuffer
Set an handler to be called when the buffer becomes empty.
enable() - Method in class io.vertx.ext.web.impl.RouteImpl
 
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() - Method in class io.vertx.core.http.impl.CookieImpl
 
encode(ByteBuf) - Method in class io.vertx.core.http.impl.headers.HeadersMultiMap
 
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(AndAuthorization) - Static method in class io.vertx.ext.auth.authorization.impl.AndAuthorizationConverter
 
encode(Authorization) - Static method in class io.vertx.ext.auth.authorization.impl.AuthorizationConverter
 
encode(NotAuthorization) - Static method in class io.vertx.ext.auth.authorization.impl.NotAuthorizationConverter
 
encode(OrAuthorization) - Static method in class io.vertx.ext.auth.authorization.impl.OrAuthorizationConverter
 
encode(PermissionBasedAuthorization) - Static method in class io.vertx.ext.auth.authorization.impl.PermissionBasedAuthorizationConverter
 
encode(RoleBasedAuthorization) - Static method in class io.vertx.ext.auth.authorization.impl.RoleBasedAuthorizationConverter
 
encode(WildcardPermissionBasedAuthorization) - Static method in class io.vertx.ext.auth.authorization.impl.WildcardPermissionBasedAuthorizationConverter
 
encode(HashingAlgorithm, Map<String, String>, String, String) - Static method in class io.vertx.ext.auth.HashString
 
encode(User) - Static method in class io.vertx.ext.auth.impl.UserConverter
 
encode(List<String>) - Method in class io.vertx.ext.auth.oauth2.authorization.impl.ScopeAuthorizationImpl
 
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(BsonWriter, O, EncoderContext) - Method in class io.vertx.ext.mongo.impl.codec.json.AbstractJsonCodec
 
encode(String[]) - Static method in class io.vertx.ext.web.handler.sockjs.impl.JsonCodec
 
encode() - Method in class io.vertx.ext.web.impl.Origin
 
encode(byte[], byte[]) - Static method in class io.vertx.mysqlclient.impl.util.CachingSha2Authenticator
Caching SHA-2 pluggable authentication method 'caching_sha2_password' Calculate method: XOR(SHA256(password), SHA256(SHA256(SHA256(password)), Nonce))
encode(byte[], byte[]) - Static method in class io.vertx.mysqlclient.impl.util.Native41Authenticator
Native authentication method 'mysql_native_password' Calculate method: SHA1( password ) XOR SHA1( "20-bytes random data from server" SHA1( SHA1( password ) ) )
encode(String, String, byte[]) - Static method in class io.vertx.pgclient.impl.util.MD5Authentication
 
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.
encodeBinary(DataType, Object, Charset, ByteBuf) - Static method in class io.vertx.mysqlclient.impl.datatype.DataTypeCodec
 
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
 
encodeGeometryToMySQLBlob(ByteBuf, Geometry) - Static method in class io.vertx.mysqlclient.impl.datatype.GeometryWkbFormatCodec
 
encodeHex(byte[]) - Static method in class io.vertx.ext.mail.impl.sasl.CryptUtils
 
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
 
encodeSettings(Http2Settings) - Static method in class io.vertx.core.http.impl.HttpUtils
 
encodeToBuffer(Object) - Static method in class io.vertx.core.json.Json
Encode a POJO to JSON using the underlying Jackson mapper.
encodeToWire() - Method in class io.vertx.core.eventbus.impl.clustered.ClusteredMessage
 
encodeToWire(Buffer, Boolean) - Method in class io.vertx.core.eventbus.impl.codecs.BooleanMessageCodec
 
encodeToWire(Buffer, Buffer) - Method in class io.vertx.core.eventbus.impl.codecs.BufferMessageCodec
 
encodeToWire(Buffer, byte[]) - Method in class io.vertx.core.eventbus.impl.codecs.ByteArrayMessageCodec
 
encodeToWire(Buffer, Byte) - Method in class io.vertx.core.eventbus.impl.codecs.ByteMessageCodec
 
encodeToWire(Buffer, Character) - Method in class io.vertx.core.eventbus.impl.codecs.CharMessageCodec
 
encodeToWire(Buffer, Double) - Method in class io.vertx.core.eventbus.impl.codecs.DoubleMessageCodec
 
encodeToWire(Buffer, Float) - Method in class io.vertx.core.eventbus.impl.codecs.FloatMessageCodec
 
encodeToWire(Buffer, Integer) - Method in class io.vertx.core.eventbus.impl.codecs.IntMessageCodec
 
encodeToWire(Buffer, JsonArray) - Method in class io.vertx.core.eventbus.impl.codecs.JsonArrayMessageCodec
 
encodeToWire(Buffer, JsonObject) - Method in class io.vertx.core.eventbus.impl.codecs.JsonObjectMessageCodec
 
encodeToWire(Buffer, Long) - Method in class io.vertx.core.eventbus.impl.codecs.LongMessageCodec
 
encodeToWire(Buffer, String) - Method in class io.vertx.core.eventbus.impl.codecs.NullMessageCodec
 
encodeToWire(Buffer, String) - Method in class io.vertx.core.eventbus.impl.codecs.PingMessageCodec
 
encodeToWire(Buffer, ReplyException) - Method in class io.vertx.core.eventbus.impl.codecs.ReplyExceptionMessageCodec
 
encodeToWire(Buffer, Short) - Method in class io.vertx.core.eventbus.impl.codecs.ShortMessageCodec
 
encodeToWire(Buffer, String) - Method in class io.vertx.core.eventbus.impl.codecs.StringMessageCodec
 
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
 
encrypt(JWK, byte[]) - Static method in class io.vertx.ext.auth.impl.jose.JWE
 
encrypt(byte[], byte[], String) - Static method in class io.vertx.mysqlclient.impl.util.RsaPublicKeyEncryptor
Encrypt the NULL-terminated password with the nonce and RSA public key provided by the server.
ENCRYPT_NOT_SUP - Static variable in class io.vertx.mssqlclient.impl.protocol.client.prelogin.EncryptionOptionToken
 
ENCRYPT_OFF - Static variable in class io.vertx.mssqlclient.impl.protocol.client.prelogin.EncryptionOptionToken
 
ENCRYPT_ON - Static variable in class io.vertx.mssqlclient.impl.protocol.client.prelogin.EncryptionOptionToken
 
ENCRYPT_REQ - Static variable in class io.vertx.mssqlclient.impl.protocol.client.prelogin.EncryptionOptionToken
 
ENCRYPTED - Static variable in class io.vertx.mssqlclient.impl.codec.ColumnData.Flags
 
ENCRYPTION_BAD_ALG_FORMAT - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
ENCRYPTION_BAD_EXTERNAL_KEY - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
ENCRYPTION_BAD_FEEDBACKMODE - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
ENCRYPTION_BAD_JCE - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
ENCRYPTION_BAD_PADDING - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
ENCRYPTION_BAD_PROVIDER - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
ENCRYPTION_ILLEGAL_EXKEY_CHARS - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
ENCRYPTION_INVALID_EXKEY_LENGTH - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
ENCRYPTION_NO_PROVIDER_CLASS - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
ENCRYPTION_NOCHANGE_ALGORITHM - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
ENCRYPTION_NOCHANGE_PROVIDER - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
ENCRYPTION_NOSUCH_ALGORITHM - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
ENCRYPTION_NOT_A_PROVIDER - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
ENCRYPTION_PREPARED_XACT_EXIST - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
ENCRYPTION_UNABLE_KEY_VERIFICATION - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
EncryptionOptionToken - Class in io.vertx.mssqlclient.impl.protocol.client.prelogin
 
EncryptionOptionToken(byte) - Constructor for class io.vertx.mssqlclient.impl.protocol.client.prelogin.EncryptionOptionToken
 
end(Handler<AsyncResult<Void>>) - Method in class io.vertx.amqp.impl.AmqpSenderImpl
 
end() - Method in class io.vertx.core.file.impl.AsyncFileImpl
 
end(Handler<AsyncResult<Void>>) - Method in class io.vertx.core.file.impl.AsyncFileImpl
 
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 class io.vertx.core.http.impl.Http1xServerRequest
 
end(String) - Method in class io.vertx.core.http.impl.Http1xServerResponse
 
end(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.core.http.impl.Http1xServerResponse
 
end(String, String) - Method in class io.vertx.core.http.impl.Http1xServerResponse
 
end(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.core.http.impl.Http1xServerResponse
 
end(Buffer) - Method in class io.vertx.core.http.impl.Http1xServerResponse
 
end(Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.core.http.impl.Http1xServerResponse
 
end() - Method in class io.vertx.core.http.impl.Http1xServerResponse
 
end(Handler<AsyncResult<Void>>) - Method in class io.vertx.core.http.impl.Http1xServerResponse
 
end() - Method in class io.vertx.core.http.impl.Http2ServerRequest
 
end(String) - Method in class io.vertx.core.http.impl.Http2ServerResponse
 
end(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.core.http.impl.Http2ServerResponse
 
end(String, String) - Method in class io.vertx.core.http.impl.Http2ServerResponse
 
end(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.core.http.impl.Http2ServerResponse
 
end(Buffer) - Method in class io.vertx.core.http.impl.Http2ServerResponse
 
end(Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.core.http.impl.Http2ServerResponse
 
end() - Method in class io.vertx.core.http.impl.Http2ServerResponse
 
end(Handler<AsyncResult<Void>>) - Method in class io.vertx.core.http.impl.Http2ServerResponse
 
end(String) - Method in class io.vertx.core.http.impl.HttpClientRequestImpl
 
end(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.core.http.impl.HttpClientRequestImpl
 
end(String, String) - Method in class io.vertx.core.http.impl.HttpClientRequestImpl
 
end(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.core.http.impl.HttpClientRequestImpl
 
end(Buffer) - Method in class io.vertx.core.http.impl.HttpClientRequestImpl
 
end(Buffer, Handler<AsyncResult<Void>>) - Method in class io.vertx.core.http.impl.HttpClientRequestImpl
 
end() - Method in class io.vertx.core.http.impl.HttpClientRequestImpl
 
end(Handler<AsyncResult<Void>>) - Method in class io.vertx.core.http.impl.HttpClientRequestImpl
 
end() - Method in class io.vertx.core.http.impl.HttpClientResponseImpl
 
end() - Method in class io.vertx.core.http.impl.WebSocketImplBase
 
end(Handler<AsyncResult<Void>>) - Method in class io.vertx.core.http.impl.WebSocketImplBase
 
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(Handler<AsyncResult<Void>>) - Method in class io.vertx.core.net.impl.NetSocketImpl
 
end() - Method in class io.vertx.core.net.impl.NetSocketImpl
 
end() - Method in interface io.vertx.core.net.NetSocket
end(Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.net.NetSocket
end() - Method in class io.vertx.core.parsetools.impl.JsonParserImpl
 
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() - Method in interface io.vertx.ext.unit.report.impl.ReportStream
 
end() - Method in class io.vertx.ext.web.handler.sockjs.impl.SockJSSocketBase
 
end(Handler<AsyncResult<Void>>) - Method in class io.vertx.ext.web.handler.sockjs.impl.SockJSSocketBase
 
end() - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
end() - Method in class io.vertx.ext.web.impl.ServerWebSocketWrapper
 
end(Handler<AsyncResult<Void>>) - Method in class io.vertx.ext.web.impl.ServerWebSocketWrapper
 
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.kafka.client.producer.impl.KafkaProducerImpl
 
end(Handler<AsyncResult<Void>>) - Method in class io.vertx.kafka.client.producer.impl.KafkaWriteStreamImpl
 
end(String...) - Method in class io.vertx.micrometer.impl.meters.Timers.EventTiming
 
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(Void) - Method in class io.vertx.redis.client.impl.RedisStandaloneConnection
 
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
END_OF_DATA - Static variable in class io.vertx.db2client.impl.drda.SqlCode
SQL code for SQL state 02000 (end of data).
END_SENTINEL - Static variable in class io.vertx.core.streams.impl.InboundBuffer
A reusable sentinel for signaling the end of a stream.
endDispatch(ContextInternal) - Method in interface io.vertx.core.impl.ContextInternal
End the execution of a task on this context, see ContextInternal.beginDispatch()
ended() - Method in interface io.vertx.core.http.HttpServerResponse
 
ended() - Method in class io.vertx.core.http.impl.Http1xServerResponse
 
ended() - Method in class io.vertx.core.http.impl.Http2ServerResponse
 
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 class io.vertx.amqp.impl.AmqpReceiverImpl
 
endHandler(Handler<Void>) - Method in interface io.vertx.core.datagram.DatagramSocket
 
endHandler(Handler<Void>) - Method in class io.vertx.core.datagram.impl.DatagramSocketImpl
 
endHandler(Handler<Void>) - Method in class io.vertx.core.eventbus.impl.BodyReadStream
 
endHandler(Handler<Void>) - Method in class io.vertx.core.eventbus.impl.MessageConsumerImpl
 
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 class io.vertx.core.file.impl.AsyncFileImpl
 
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 class io.vertx.core.http.impl.Http1xServerRequest
 
endHandler(Handler<Void>) - Method in class io.vertx.core.http.impl.Http1xServerResponse
 
endHandler(Handler<Void>) - Method in class io.vertx.core.http.impl.Http2ServerRequest
 
endHandler(Handler<Void>) - Method in class io.vertx.core.http.impl.Http2ServerResponse
 
endHandler(Handler<Void>) - Method in class io.vertx.core.http.impl.HttpClientResponseImpl
 
endHandler(Handler<MultiMap>) - Method in interface io.vertx.core.http.impl.HttpClientStream
 
endHandler(Handler<Void>) - Method in class io.vertx.core.http.impl.WebSocketImplBase
 
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 class io.vertx.core.net.impl.NetSocketImpl
 
endHandler(Handler<Void>) - Method in interface io.vertx.core.net.NetSocket
Set an end handler.
endHandler(Handler<Void>) - Method in class io.vertx.core.parsetools.impl.JsonParserImpl
 
endHandler(Handler<Void>) - Method in class io.vertx.core.parsetools.impl.RecordParserImpl
 
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 class io.vertx.ext.cluster.infinispan.impl.CloseableIteratorCollectionStream
 
endHandler(Handler<Void>) - Method in class io.vertx.ext.mongo.impl.FailedStream
 
endHandler(Handler<Void>) - Method in class io.vertx.ext.mongo.impl.MappingStream
 
endHandler(Handler<Void>) - Method in class io.vertx.ext.mongo.impl.PublisherAdapter
 
endHandler(Handler<Void>) - Method in class io.vertx.ext.sql.impl.RowStreamWrapper
 
endHandler(Handler<Void>) - Method in interface io.vertx.ext.sql.SQLRowStream
 
endHandler(Handler<TestResult>) - Method in class io.vertx.ext.unit.impl.TestCaseReportImpl
 
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<Void>) - Method in class io.vertx.ext.web.client.impl.MultipartFormUpload
 
endHandler(Handler<ServerWebSocket>) - Method in interface io.vertx.ext.web.handler.graphql.ApolloWSHandler
Customize the end Handler.
endHandler(Handler<ServerWebSocket>) - Method in class io.vertx.ext.web.handler.graphql.impl.ApolloWSHandlerImpl
 
endHandler(Handler<Void>) - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
 
endHandler(Handler<Void>) - Method in class io.vertx.ext.web.impl.ServerWebSocketWrapper
 
endHandler(Handler<Void>) - Method in class io.vertx.kafka.client.consumer.impl.KafkaConsumerImpl
 
endHandler(Handler<Void>) - Method in class io.vertx.kafka.client.consumer.impl.KafkaReadStreamImpl
 
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 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.impl.ReadStreamSubscriber
 
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 class io.vertx.redis.client.impl.PooledRedisConnection
 
endHandler(Handler<Void>) - Method in class io.vertx.redis.client.impl.RedisClusterConnection
 
endHandler(Handler<Void>) - Method in class io.vertx.redis.client.impl.RedisSentinelConnection
 
endHandler(Handler<Void>) - Method in class io.vertx.redis.client.impl.RedisStandaloneConnection
 
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 class io.vertx.sqlclient.impl.RowStreamImpl
 
endHandler(Handler<Void>) - Method in interface io.vertx.sqlclient.RowStream
 
endOffsets(Set<TopicPartition>, Handler<AsyncResult<Map<TopicPartition, Long>>>) - Method in class io.vertx.kafka.client.consumer.impl.KafkaConsumerImpl
 
endOffsets(Set<TopicPartition>) - Method in class io.vertx.kafka.client.consumer.impl.KafkaConsumerImpl
 
endOffsets(TopicPartition, Handler<AsyncResult<Long>>) - Method in class io.vertx.kafka.client.consumer.impl.KafkaConsumerImpl
 
endOffsets(TopicPartition) - Method in class io.vertx.kafka.client.consumer.impl.KafkaConsumerImpl
 
endOffsets(Set<TopicPartition>, Handler<AsyncResult<Map<TopicPartition, Long>>>) - Method in class io.vertx.kafka.client.consumer.impl.KafkaReadStreamImpl
 
endOffsets(Set<TopicPartition>) - Method in class io.vertx.kafka.client.consumer.impl.KafkaReadStreamImpl
 
endOffsets(TopicPartition, Handler<AsyncResult<Long>>) - Method in class io.vertx.kafka.client.consumer.impl.KafkaReadStreamImpl
 
endOffsets(TopicPartition) - Method in class io.vertx.kafka.client.consumer.impl.KafkaReadStreamImpl
 
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.
endOfSameIdChainData() - Method in class io.vertx.db2client.impl.drda.DRDAResponse
 
endOnComplete(boolean) - Method in class io.vertx.core.streams.impl.PipeImpl
 
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 class io.vertx.core.streams.impl.PipeImpl
 
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 class io.vertx.core.streams.impl.PipeImpl
 
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<C> - Class in io.vertx.core.net.impl.clientconnection
An endpoint, i.e a set of connection to the same address.
Endpoint(Runnable) - Constructor for class io.vertx.core.net.impl.clientconnection.Endpoint
 
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 class io.vertx.mqtt.impl.MqttServerImpl
 
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.
EndpointProvider<K,C> - Interface in io.vertx.core.net.impl.clientconnection
Provides endpoint to a ConnectionManager.
endSessionURL(String, JsonObject) - Method in class io.vertx.ext.auth.oauth2.impl.OAuth2API
The logout (end-session) endpoint is specified in OpenID Connect Session Management 1.0.
endSessionURL(User, JsonObject) - Method in class io.vertx.ext.auth.oauth2.impl.OAuth2AuthProviderImpl
 
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.
ENDUOWRM - Static variable in class io.vertx.db2client.impl.drda.CodePoint
End Unit of Work Condition codepoint constant.
enqueueRequest() - Method in interface io.vertx.core.spi.metrics.ClientMetrics
Called when a connection is requested.
ensureHeaderProcessed() - Method in class io.vertx.ext.web.impl.ParsableHeaderValue
 
ensureHeaderProcessed() - Method in class io.vertx.ext.web.impl.ParsableLanguageValue
 
ensureHeaderProcessed() - Method in class io.vertx.ext.web.impl.ParsableMIMEValue
 
ensureRemaining(int) - Method in class io.vertx.proton.impl.ProtonWritableBufferImpl
 
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
 
ENTITY_NAME_MISSING - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
entries() - Method in class io.vertx.core.http.impl.headers.HeadersAdaptor
 
entries() - Method in class io.vertx.core.http.impl.headers.HeadersMultiMap
 
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.core.shareddata.impl.LocalAsyncMapImpl
 
entries() - Method in class io.vertx.core.shareddata.impl.SharedDataImpl.WrappedAsyncMap
 
entries() - Method in class io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl
 
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 class io.vertx.ext.cluster.infinispan.impl.InfinispanAsyncMapImpl
 
entryStream() - Method in interface io.vertx.ext.cluster.infinispan.InfinispanAsyncMap
Get the entries of the map as a ReadStream.
ENUM - Static variable in interface io.vertx.codegen.ModelProvider
 
ENUM_FLAG - Static variable in class io.vertx.mysqlclient.impl.protocol.ColumnDefinition.ColumnDefinitionFlags
 
EnumCursorType() - Constructor for class io.vertx.mysqlclient.impl.protocol.Packets.EnumCursorType
 
ENUMERATED - Static variable in class io.vertx.ext.auth.webauthn.impl.ASN1
 
EnumModel - Class in io.vertx.codegen
A processed enum.
EnumModel(ProcessingEnvironment, TypeElement) - Constructor for class io.vertx.codegen.EnumModel
 
enumSchema(Object...) - Static method in class io.vertx.json.schema.common.dsl.Schemas
 
EnumTypeInfo - Class in io.vertx.codegen.type
 
EnumTypeInfo(String, boolean, List<String>, ModuleInfo, boolean) - Constructor for class io.vertx.codegen.type.EnumTypeInfo
 
EnumTypeValidator<T> - Class in io.vertx.ext.web.api.validation.impl
 
EnumTypeValidator(List<T>, ParameterTypeValidator) - Constructor for class io.vertx.ext.web.api.validation.impl.EnumTypeValidator
 
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
 
EnumValueInfo - Class in io.vertx.codegen
The value (member) of an enumeration model.
EnumValueInfo(String, Doc, boolean, Text) - Constructor for class io.vertx.codegen.EnumValueInfo
 
env - Variable in class io.vertx.codegen.ClassModel
 
env - Variable in class io.vertx.codegen.Generator
 
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
 
EnvChange - Class in io.vertx.mssqlclient.impl.protocol
 
ENVCHANGE_TOKEN - Static variable in class io.vertx.mssqlclient.impl.protocol.token.DataPacketStreamTokenType
 
envelope() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQMessage
 
envelope() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQMessage
 
EnvVariablesConfigStore - Class in io.vertx.config.impl.spi
An implementation of configuration store loading the content from the environment variables.
EnvVariablesConfigStore(Vertx, boolean, JsonArray) - Constructor for class io.vertx.config.impl.spi.EnvVariablesConfigStore
 
EnvVariablesConfigStoreFactory - Class in io.vertx.config.impl.spi
The factory creating environment variables configuration stores.
EnvVariablesConfigStoreFactory() - Constructor for class io.vertx.config.impl.spi.EnvVariablesConfigStoreFactory
 
EOF_PACKET_HEADER - Static variable in class io.vertx.mysqlclient.impl.protocol.Packets
 
EofPacket(int, int) - Constructor for class io.vertx.mysqlclient.impl.protocol.Packets.EofPacket
 
equals(Object) - Method in class io.vertx.codegen.doc.Tag
 
equals(Object) - Method in class io.vertx.codegen.doc.Text
 
equals(Object) - Method in exception io.vertx.codegen.GenException
 
equals(Object) - Method in class io.vertx.codegen.ParamInfo
 
equals(Object) - Method in class io.vertx.codegen.Signature
 
equals(Object) - Method in class io.vertx.codegen.type.AnnotationValueInfo
 
equals(Object) - Method in class io.vertx.codegen.type.ArrayTypeInfo
 
equals(Object) - Method in class io.vertx.codegen.type.ClassTypeInfo
 
equals(Object) - Method in class io.vertx.codegen.type.ParameterizedTypeInfo
 
equals(Object) - Method in class io.vertx.codegen.type.PrimitiveTypeInfo
 
equals(Object) - Method in class io.vertx.codegen.type.TypeInfo
 
equals(Object) - Method in class io.vertx.codegen.type.TypeVariableInfo
 
equals(Object) - Method in class io.vertx.codegen.type.VoidTypeInfo
 
equals(Object) - Method in class io.vertx.codegen.TypeParamInfo.Class
 
equals(Object) - Method in class io.vertx.codegen.TypeParamInfo.Method
 
equals(Object) - Method in class io.vertx.core.buffer.impl.BufferImpl
 
equals(Object) - Method in class io.vertx.core.eventbus.impl.HandlerHolder
 
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.json.pointer.impl.JsonPointerImpl
 
equals(Object) - Method in class io.vertx.core.net.impl.ServerID
 
equals(Object) - Method in class io.vertx.core.net.impl.SocketAddressImpl
 
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.db2client.impl.drda.DB2RowId
 
equals(Object) - Method in class io.vertx.ext.auth.authorization.impl.AndAuthorizationImpl
 
equals(Object) - Method in class io.vertx.ext.auth.authorization.impl.AuthorizationsImpl
 
equals(Object) - Method in class io.vertx.ext.auth.authorization.impl.NotAuthorizationImpl
 
equals(Object) - Method in class io.vertx.ext.auth.authorization.impl.OrAuthorizationImpl
 
equals(Object) - Method in class io.vertx.ext.auth.authorization.impl.PermissionBasedAuthorizationImpl
 
equals(Object) - Method in class io.vertx.ext.auth.authorization.impl.RoleBasedAuthorizationImpl
 
equals(Object) - Method in class io.vertx.ext.auth.authorization.impl.WildcardPermissionBasedAuthorizationImpl
 
equals(Object) - Method in class io.vertx.ext.auth.impl.UserImpl
 
equals(Object) - Method in class io.vertx.ext.mail.DKIMSignOptions
 
equals(Object) - Method in class io.vertx.ext.mail.impl.MailAttachmentImpl
 
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.ext.web.api.impl.RequestParameterImpl
 
equals(Object) - Method in class io.vertx.ext.web.api.impl.RequestParametersImpl
 
equals(Object) - Method in class io.vertx.ext.web.impl.ParsableHeaderValue
 
equals(Object) - Method in class io.vertx.ext.web.validation.impl.RequestParameterImpl
 
equals(Object) - Method in class io.vertx.ext.web.validation.impl.RequestParametersImpl
 
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.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.proton.ProtonClientOptions
 
equals(Object) - Method in class io.vertx.proton.ProtonServerOptions
 
equals(Object) - Method in class io.vertx.proton.ProtonTransportOptions
 
equals(Object) - Method in class io.vertx.proton.streams.ProtonPublisherOptions
 
equals(Object) - Method in class io.vertx.proton.streams.ProtonSubscriberOptions
 
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.impl.Notification
 
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 interface io.vertx.core.impl.logging.Logger
 
error(Object, Throwable) - Method in interface io.vertx.core.impl.logging.Logger
 
error(Object) - Method in class io.vertx.core.impl.logging.LoggerAdapter
 
error(Object, Throwable) - Method in class io.vertx.core.impl.logging.LoggerAdapter
 
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
 
error(Buffer, Throwable) - Method in interface io.vertx.ext.unit.report.impl.ReportStream
 
ERROR_OR_NOTICE_CODE - Static variable in class io.vertx.pgclient.impl.codec.PgProtocolConstants
 
ERROR_OR_NOTICE_COLUMN - Static variable in class io.vertx.pgclient.impl.codec.PgProtocolConstants
 
ERROR_OR_NOTICE_CONSTRAINT - Static variable in class io.vertx.pgclient.impl.codec.PgProtocolConstants
 
ERROR_OR_NOTICE_DATA_TYPE - Static variable in class io.vertx.pgclient.impl.codec.PgProtocolConstants
 
ERROR_OR_NOTICE_DETAIL - Static variable in class io.vertx.pgclient.impl.codec.PgProtocolConstants
 
ERROR_OR_NOTICE_FILE - Static variable in class io.vertx.pgclient.impl.codec.PgProtocolConstants
 
ERROR_OR_NOTICE_HINT - Static variable in class io.vertx.pgclient.impl.codec.PgProtocolConstants
 
ERROR_OR_NOTICE_INTERNAL_POSITION - Static variable in class io.vertx.pgclient.impl.codec.PgProtocolConstants
 
ERROR_OR_NOTICE_INTERNAL_QUERY - Static variable in class io.vertx.pgclient.impl.codec.PgProtocolConstants
 
ERROR_OR_NOTICE_LINE - Static variable in class io.vertx.pgclient.impl.codec.PgProtocolConstants
 
ERROR_OR_NOTICE_MESSAGE - Static variable in class io.vertx.pgclient.impl.codec.PgProtocolConstants
 
ERROR_OR_NOTICE_POSITION - Static variable in class io.vertx.pgclient.impl.codec.PgProtocolConstants
 
ERROR_OR_NOTICE_ROUTINE - Static variable in class io.vertx.pgclient.impl.codec.PgProtocolConstants
 
ERROR_OR_NOTICE_SCHEMA - Static variable in class io.vertx.pgclient.impl.codec.PgProtocolConstants
 
ERROR_OR_NOTICE_SEVERITY - Static variable in class io.vertx.pgclient.impl.codec.PgProtocolConstants
 
ERROR_OR_NOTICE_TABLE - Static variable in class io.vertx.pgclient.impl.codec.PgProtocolConstants
 
ERROR_OR_NOTICE_WHERE - Static variable in class io.vertx.pgclient.impl.codec.PgProtocolConstants
 
ERROR_PACKET_HEADER - Static variable in class io.vertx.mysqlclient.impl.protocol.Packets
 
ERROR_PRIVILEGED_ACTION - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
ERROR_TOKEN - Static variable in class io.vertx.mssqlclient.impl.protocol.token.DataPacketStreamTokenType
 
ERROR_WRITING_DATA - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
errorConverter() - Method in class io.vertx.ext.web.client.impl.predicate.ResponsePredicateImpl
 
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
 
ErrorConverterImpl - Class in io.vertx.ext.web.client.impl.predicate
 
ErrorConverterImpl(Function<ResponsePredicateResult, Throwable>, boolean) - Constructor for class io.vertx.ext.web.client.impl.predicate.ErrorConverterImpl
 
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 - Interface in io.vertx.ext.web.handler
A pretty error handler for rendering error pages.
errorHandler(int, Handler<RoutingContext>) - Method in class io.vertx.ext.web.impl.RouterImpl
 
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.
ErrorHandlerImpl - Class in io.vertx.ext.web.handler.impl
 
ErrorHandlerImpl(Vertx, String, boolean) - Constructor for class io.vertx.ext.web.handler.impl.ErrorHandlerImpl
 
ErrorMessageFactory - Class in io.vertx.sqlclient.impl
A factory for building error messages.
ErrorMessageFactory() - Constructor for class io.vertx.sqlclient.impl.ErrorMessageFactory
 
ErrorType - Enum in io.vertx.ext.web.openapi
 
ErrorType - Class in io.vertx.redis.client.impl.types
 
ES256 - Static variable in class io.vertx.ext.auth.impl.jose.JWS
 
ES256K - Static variable in class io.vertx.ext.auth.impl.jose.JWS
 
ES384 - Static variable in class io.vertx.ext.auth.impl.jose.JWS
 
ES512 - Static variable in class io.vertx.ext.auth.impl.jose.JWS
 
escapeCharacter(String) - Method in class io.vertx.ext.web.api.contract.openapi3.impl.RegexBuilder
 
escapeCharacter(String) - Method in class io.vertx.ext.web.openapi.impl.RegexBuilder
 
escapeCharacters(String...) - Method in class io.vertx.ext.web.api.contract.openapi3.impl.RegexBuilder
 
escapeCharacters(String...) - Method in class io.vertx.ext.web.openapi.impl.RegexBuilder
 
escapeJava(String) - Static method in class io.vertx.ext.web.handler.sockjs.impl.StringEscapeUtils
Escapes the characters in a String using Java String rules.
escapeJava(Writer, String) - Static method in class io.vertx.ext.web.handler.sockjs.impl.StringEscapeUtils
Escapes the characters in a String using Java String rules to a Writer.
escapeJavaScript(String) - Static method in class io.vertx.ext.web.handler.sockjs.impl.StringEscapeUtils
Escapes the characters in a String using JavaScript String rules.
escapeJavaScript(Writer, String) - Static method in class io.vertx.ext.web.handler.sockjs.impl.StringEscapeUtils
Escapes the characters in a String using JavaScript String rules to a Writer.
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_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 class io.vertx.core.impl.VertxImpl
 
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.
EventBusBridgeImpl - Class in io.vertx.ext.web.handler.sockjs.impl
 
EventBusBridgeImpl(Vertx, AuthorizationProvider, SockJSBridgeOptions, Handler<BridgeEvent>) - Constructor for class io.vertx.ext.web.handler.sockjs.impl.EventBusBridgeImpl
 
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
 
EventBusCollectorImpl - Class in io.vertx.ext.unit.collect.impl
 
EventBusCollectorImpl(Vertx, Handler<TestSuiteReport>) - Constructor for class io.vertx.ext.unit.collect.impl.EventBusCollectorImpl
 
EventBusConfigStore - Class in io.vertx.config.impl.spi
An implementation of configuration store that receive the configuration from the event bus.
EventBusConfigStore(Vertx, String) - Constructor for class io.vertx.config.impl.spi.EventBusConfigStore
 
EventBusConfigStoreFactory - Class in io.vertx.config.impl.spi
The factory to create EventBusConfigStore.
EventBusConfigStoreFactory() - Constructor for class io.vertx.config.impl.spi.EventBusConfigStoreFactory
 
EventBusImpl - Class in io.vertx.core.eventbus.impl
A local event bus implementation
EventBusImpl(VertxInternal) - Constructor for class io.vertx.core.eventbus.impl.EventBusImpl
 
EventBusInternal - Interface in io.vertx.core.eventbus.impl
 
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
 
EventBusReport(String) - Constructor for class io.vertx.ext.unit.report.impl.EventBusReporter.EventBusReport
 
EventBusReporter - Class in io.vertx.ext.unit.report.impl
 
EventBusReporter(Vertx, String) - Constructor for class io.vertx.ext.unit.report.impl.EventBusReporter
 
EventBusReporter.EventBusReport - Class in io.vertx.ext.unit.report.impl
 
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).
EventBusServiceImpl<T> - Class in io.vertx.servicediscovery.types.impl
 
EventBusServiceImpl() - Constructor for class io.vertx.servicediscovery.types.impl.EventBusServiceImpl
 
eventBusStarted() - Method in class io.vertx.core.spi.cluster.impl.DefaultNodeSelector
 
eventBusStarted() - Method in interface io.vertx.core.spi.cluster.NodeSelector
Invoked after the clustered EventBus has started.
EventLoopContext - Class in io.vertx.core.impl
 
eventLoopGroup(int, int, ThreadFactory, int) - Method in class io.vertx.core.net.impl.transport.Transport
 
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.
eventually(Function<Void, Future<U>>) - Method in class io.vertx.core.impl.CloseFuture
 
evict() - Method in class io.vertx.sqlclient.impl.cache.LruCache
Evict the eldest entry from the cache
evict() - Method in class io.vertx.sqlclient.impl.cache.PreparedStatementCache
 
evictionHandler(Handler<Void>) - Method in class io.vertx.core.http.impl.Http1xClientConnection
 
evictionHandler(Handler<Void>) - Method in class io.vertx.core.http.impl.Http2UpgradedClientConnection
 
evictionHandler(Handler<Void>) - Method in interface io.vertx.core.http.impl.HttpClientConnection
Set a handler called when the connection should be evicted from a pool.
EXCEEDED_MAX_SECTIONS - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.vertx.core.http.impl.Http1xOrH2CHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.vertx.core.net.impl.HAProxyMessageCompletionHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.vertx.core.net.impl.SslHandshakeCompletionHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.vertx.core.net.impl.VertxHandler
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.vertx.pgclient.impl.codec.PgCodec
 
exceptionCaught(ChannelHandlerContext, Throwable) - Method in class io.vertx.pgclient.impl.InitiateSslHandler
 
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 class io.vertx.amqp.impl.AmqpConnectionImpl
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.amqp.impl.AmqpReceiverImpl
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.amqp.impl.AmqpSenderImpl
 
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 class io.vertx.core.datagram.impl.DatagramSocketImpl
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.core.eventbus.impl.BodyReadStream
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.core.eventbus.impl.MessageConsumerImpl
 
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 class io.vertx.core.file.impl.AsyncFileImpl
 
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 class io.vertx.core.http.impl.Http1xServerRequest
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.core.http.impl.Http1xServerResponse
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.core.http.impl.Http2ServerRequest
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.core.http.impl.Http2ServerResponse
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.core.http.impl.Http2UpgradedClientConnection
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.core.http.impl.HttpClientRequestImpl
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.core.http.impl.HttpClientResponseImpl
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.core.http.impl.HttpClientStream
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.core.http.impl.HttpServerImpl
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.core.http.impl.WebSocketImplBase
 
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 class io.vertx.core.impl.VertxImpl
 
exceptionHandler() - Method in class io.vertx.core.impl.VertxImpl
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.core.net.impl.ConnectionBase
 
exceptionHandler() - Method in class io.vertx.core.net.impl.ConnectionBase
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.core.net.impl.NetServerImpl
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.core.net.impl.NetSocketImpl
 
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 class io.vertx.core.parsetools.impl.JsonParserImpl
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.core.parsetools.impl.RecordParserImpl
 
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 class io.vertx.core.streams.impl.InboundBuffer
Set an handler to be called when an exception is thrown by an handler.
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 class io.vertx.ext.cluster.infinispan.impl.CloseableIteratorCollectionStream
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.ext.mongo.impl.FailedStream
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.ext.mongo.impl.MappingStream
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.ext.mongo.impl.PublisherAdapter
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.ext.sql.impl.RowStreamWrapper
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.ext.sql.SQLRowStream
 
exceptionHandler() - Method in class io.vertx.ext.unit.impl.TestContextImpl
 
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 class io.vertx.ext.web.client.impl.MultipartFormUpload
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.ext.web.handler.sockjs.impl.SockJSSocketBase
 
exceptionHandler(Handler<Throwable>) - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.ext.web.impl.ServerWebSocketWrapper
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.grpc.stub.GrpcWriteStream
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.kafka.client.consumer.impl.KafkaConsumerImpl
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.kafka.client.consumer.impl.KafkaReadStreamImpl
 
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 class io.vertx.kafka.client.producer.impl.KafkaProducerImpl
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.kafka.client.producer.impl.KafkaWriteStreamImpl
 
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 class io.vertx.mqtt.impl.MqttClientImpl
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.mqtt.impl.MqttEndpointImpl
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.mqtt.impl.MqttServerImpl
 
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.mssqlclient.MSSQLConnection
Set an handler called with connection errors.
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 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.impl.ReadStreamSubscriber
 
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 class io.vertx.redis.client.impl.PooledRedisConnection
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.redis.client.impl.RedisClusterConnection
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.redis.client.impl.RedisSentinelConnection
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.redis.client.impl.RedisStandaloneConnection
 
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 class io.vertx.sqlclient.impl.RowStreamImpl
 
exceptionHandler(Handler<Throwable>) - Method in class io.vertx.sqlclient.impl.SqlConnectionImpl
 
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 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 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 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 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
 
EXCSATRD - Static variable in class io.vertx.db2client.impl.drda.CodePoint
Server Attributes Reply Data codepoint constant.
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.
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(Handler<Promise<T>>) - Method in class io.vertx.circuitbreaker.impl.CircuitBreakerImpl
 
execute(Handler<Void>) - Method in interface io.vertx.core.impl.ContextInternal
 
execute(Runnable) - Method in interface io.vertx.core.impl.ContextInternal
Execute the task on this context, it will be executed according to the context concurrency model.
execute(T, Handler<T>) - Method in interface io.vertx.core.impl.ContextInternal
Execute a task on this context, the task will be executed according to the context concurrency model.
execute(String, String...) - Method in class io.vertx.core.impl.launcher.VertxCommandLauncher
Executes the given command.
execute(Runnable, Executor) - Method in class io.vertx.core.impl.TaskQueue
Run a task.
execute(String, String...) - Method in class io.vertx.core.spi.launcher.ExecutionContext
Executes another command.
execute(BiFunction<String, RegistrationInfo, CompletableFuture<Void>>, String, RegistrationInfo, Promise<Void>) - Method in class io.vertx.ext.cluster.infinispan.impl.SubsOpSerializer
 
execute(Connection) - Method in class io.vertx.ext.jdbc.impl.actions.AbstractJDBCAction
 
execute(Connection) - Method in class io.vertx.ext.jdbc.impl.actions.JDBCAutoCommit
 
execute(Connection) - Method in class io.vertx.ext.jdbc.impl.actions.JDBCBatch
 
execute(Connection) - Method in class io.vertx.ext.jdbc.impl.actions.JDBCCallable
 
execute(Connection) - Method in class io.vertx.ext.jdbc.impl.actions.JDBCClose
 
execute(Connection) - Method in class io.vertx.ext.jdbc.impl.actions.JDBCCommit
 
execute(Connection) - Method in class io.vertx.ext.jdbc.impl.actions.JDBCExecute
 
execute(Connection) - Method in class io.vertx.ext.jdbc.impl.actions.JDBCQuery
 
execute(Connection) - Method in class io.vertx.ext.jdbc.impl.actions.JDBCRollback
 
execute(Connection) - Method in class io.vertx.ext.jdbc.impl.actions.JDBCUpdate
 
execute(Connection) - Method in class io.vertx.ext.jdbc.impl.actions.StreamQuery
 
execute(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.ext.jdbc.impl.JDBCConnectionImpl
 
execute(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.sql.SQLConnection
Executes the given SQL statement
execute(T, ExecutionContext) - Method in interface io.vertx.ext.unit.impl.Task
 
execute(Result, ExecutionContext) - Method in class io.vertx.ext.unit.impl.TestContextTask
 
execute(Connection) - Method in class io.vertx.jdbcclient.impl.actions.JDBCPreparedBatch
 
execute(Connection) - Method in class io.vertx.jdbcclient.impl.actions.JDBCPreparedQuery
 
execute(Connection) - Method in class io.vertx.jdbcclient.impl.actions.JDBCPrepareStatementAction
 
execute(Connection) - Method in class io.vertx.jdbcclient.impl.actions.JDBCSimpleQueryAction
 
execute(Connection) - Method in class io.vertx.jdbcclient.impl.actions.JDBCTxOp
 
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 class io.vertx.sqlclient.templates.impl.SqlTemplateImpl
 
execute(I) - Method in class io.vertx.sqlclient.templates.impl.SqlTemplateImpl
 
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.circuitbreaker.impl.CircuitBreakerImpl
 
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.circuitbreaker.impl.CircuitBreakerImpl
 
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 class io.vertx.sqlclient.templates.impl.SqlTemplateImpl
 
executeBatch(List<I>) - Method in class io.vertx.sqlclient.templates.impl.SqlTemplateImpl
 
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>>, TaskQueue, Handler<AsyncResult<T>>) - Method in interface io.vertx.core.impl.ContextInternal
Like Context.executeBlocking(Handler, boolean, Handler) but uses the queue to order the tasks instead of the internal queue of this context.
executeBlocking(Handler<Promise<T>>, TaskQueue) - Method in interface io.vertx.core.impl.ContextInternal
Like Context.executeBlocking(Handler, boolean) but uses the queue to order the tasks instead of the internal queue of this context.
executeBlocking(Handler<Promise<T>>, boolean) - Method in class io.vertx.core.impl.VertxImpl
 
executeBlocking(Handler<Promise<T>>) - Method in class io.vertx.core.impl.VertxImpl
 
executeBlocking(Handler<Promise<T>>, boolean, Handler<AsyncResult<T>>) - Method in class io.vertx.core.impl.VertxImpl
 
executeBlocking(Handler<Promise<T>>, Handler<AsyncResult<T>>) - Method in class io.vertx.core.impl.VertxImpl
 
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
executeBlockingInternal(Handler<Promise<T>>, Handler<AsyncResult<T>>) - Method in interface io.vertx.core.impl.ContextInternal
Execute an internal task on the internal blocking ordered executor.
executeBlockingInternal(Handler<Promise<T>>, boolean, Handler<AsyncResult<T>>) - Method in interface io.vertx.core.impl.ContextInternal
 
executeBlockingInternal(Handler<Promise<T>>) - Method in interface io.vertx.core.impl.ContextInternal
Like ContextInternal.executeBlockingInternal(Handler, Handler) but returns a Future of the asynchronous result
executeBlockingInternal(Handler<Promise<T>>, boolean) - Method in interface io.vertx.core.impl.ContextInternal
Like ContextInternal.executeBlockingInternal(Handler, boolean, Handler) but returns a Future of the asynchronous result
executeBlockingInternal(Handler<Promise<T>>, Handler<AsyncResult<T>>) - Method in class io.vertx.core.impl.VertxImpl
 
executeBlockingInternal(Handler<Promise<T>>, boolean, Handler<AsyncResult<T>>) - Method in class io.vertx.core.impl.VertxImpl
 
executeBlockingInternal(Handler<Promise<T>>, Handler<AsyncResult<T>>) - Method in interface io.vertx.core.impl.VertxInternal
Like Vertx.executeBlocking(Handler, Handler) but using the internal worker thread pool.
executeBlockingInternal(Handler<Promise<T>>, boolean, Handler<AsyncResult<T>>) - Method in interface io.vertx.core.impl.VertxInternal
 
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 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 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>) - Method in class io.vertx.circuitbreaker.impl.CircuitBreakerImpl
 
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 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.
ExecUtils - Class in io.vertx.core.impl.launcher.commands
A couple of utility methods easing process creation.
ExecUtils() - Constructor for class io.vertx.core.impl.launcher.commands.ExecUtils
 
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.
ExecutionContext - Class in io.vertx.ext.unit.impl
The test suite global context.
ExecutionContext(Context) - Constructor for class io.vertx.ext.unit.impl.ExecutionContext
 
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() - Method in class io.vertx.core.impl.VertxBuilder
 
executorServiceFactory(ExecutorServiceFactory) - Method in class io.vertx.core.impl.VertxBuilder
Set the ExecutorServiceFactory instance to use.
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.core.file.impl.FileSystemImpl
 
exists(String) - Method in class io.vertx.core.file.impl.FileSystemImpl
 
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.core.file.impl.FileSystemImpl
 
existsBlocking(String) - Method in class io.vertx.reactivex.core.file.FileSystem
existsBlocking(String) - Method in class io.vertx.rxjava.core.file.FileSystem
exit(int) - Static method in class io.vertx.core.impl.launcher.commands.ExecUtils
Exits the JVM with the given exit code.
exitBecauseOfProcessIssue() - Static method in class io.vertx.core.impl.launcher.commands.ExecUtils
Exits the JVM and indicate an issue with a process creation or termination.
exitBecauseOfSystemConfigurationIssue() - Static method in class io.vertx.core.impl.launcher.commands.ExecUtils
Exits the JVM and indicate an issue with the system configuration.
exitBecauseOfVertxDeploymentIssue() - Static method in class io.vertx.core.impl.launcher.commands.ExecUtils
Exits the JVM and indicate an issue during the deployment of the main verticle.
exitBecauseOfVertxInitializationIssue() - Static method in class io.vertx.core.impl.launcher.commands.ExecUtils
Exits the JVM and indicate an issue during the Vert.x initialization.
exitCode() - Method in class io.vertx.reactivex.ext.shell.system.Process
 
exitCode() - Method in class io.vertx.rxjava.ext.shell.system.Process
 
ExpandedObjectFieldValidator - Class in io.vertx.ext.web.api.validation.impl
 
ExpandedObjectFieldValidator(ParameterTypeValidator, String, String) - Constructor for class io.vertx.ext.web.api.validation.impl.ExpandedObjectFieldValidator
 
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(ResponsePredicate) - Method in class io.vertx.ext.web.client.impl.HttpRequestImpl
 
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.
expectations - Variable in class io.vertx.ext.web.client.impl.HttpRequestImpl
 
expectedOpts - Variable in class io.vertx.core.cli.impl.DefaultParser
 
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
expireTime() - Method in class io.vertx.core.dns.impl.decoder.StartOfAuthorityRecord
Returns time before information stored in secondary name servers becomes non authoritative.
expiryTime() - Method in interface io.vertx.amqp.AmqpMessage
 
expiryTime(long) - Method in interface io.vertx.amqp.AmqpMessageBuilder
 
expiryTime(long) - Method in class io.vertx.amqp.impl.AmqpMessageBuilderImpl
 
expiryTime() - Method in class io.vertx.amqp.impl.AmqpMessageImpl
 
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
 
EXPLICIT_NULL_FLAG - Static variable in class io.vertx.mysqlclient.impl.protocol.ColumnDefinition.ColumnDefinitionFlags
 
ExplodedArrayParameterProcessorGenerator - Class in io.vertx.ext.web.openapi.impl
 
ExplodedArrayParameterProcessorGenerator() - Constructor for class io.vertx.ext.web.openapi.impl.ExplodedArrayParameterProcessorGenerator
 
ExplodedArrayValueParameterParser - Class in io.vertx.ext.web.validation.impl.parameter
 
ExplodedArrayValueParameterParser(String, ValueParser<String>) - Constructor for class io.vertx.ext.web.validation.impl.parameter.ExplodedArrayValueParameterParser
 
ExplodedMatrixArrayParameterProcessorGenerator - Class in io.vertx.ext.web.openapi.impl
 
ExplodedMatrixArrayParameterProcessorGenerator() - Constructor for class io.vertx.ext.web.openapi.impl.ExplodedMatrixArrayParameterProcessorGenerator
 
ExplodedObjectParameterProcessorGenerator - Class in io.vertx.ext.web.openapi.impl
 
ExplodedObjectParameterProcessorGenerator() - Constructor for class io.vertx.ext.web.openapi.impl.ExplodedObjectParameterProcessorGenerator
 
ExplodedObjectValueParameterParser - Class in io.vertx.ext.web.validation.impl.parameter
 
ExplodedObjectValueParameterParser(String, Map<String, ValueParser<String>>, Map<Pattern, ValueParser<String>>, ValueParser<String>) - Constructor for class io.vertx.ext.web.validation.impl.parameter.ExplodedObjectValueParameterParser
 
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.
ExplodedSimpleObjectParameterProcessorGenerator - Class in io.vertx.ext.web.openapi.impl
 
ExplodedSimpleObjectParameterProcessorGenerator() - Constructor for class io.vertx.ext.web.openapi.impl.ExplodedSimpleObjectParameterProcessorGenerator
 
ExplodedTupleValueParameterParser - Class in io.vertx.ext.web.validation.impl.parameter
 
ExplodedTupleValueParameterParser(String, List<ValueParser<String>>, ValueParser<String>) - Constructor for class io.vertx.ext.web.validation.impl.parameter.ExplodedTupleValueParameterParser
 
exposedHeader(String) - Method in interface io.vertx.ext.web.handler.CorsHandler
Add an exposed header
exposedHeader(String) - Method in class io.vertx.ext.web.handler.impl.CorsHandlerImpl
 
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.ext.web.handler.impl.CorsHandlerImpl
 
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
EXTDTA - Static variable in class io.vertx.db2client.impl.drda.CodePoint
Externalized FD:OCA Data codepoint constant.
ExtendedQueryCommand<R> - Class in io.vertx.sqlclient.impl.command
 
extension - Variable in class io.vertx.ext.web.common.template.CachingTemplateEngine
 
EXTENSION_DATA - Static variable in class io.vertx.ext.auth.webauthn.impl.AuthData
 
EXTERNAL_ROUTINE_NO_MODIFIES_SQL - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
EXTERNAL_ROUTINE_NO_READS_SQL - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
EXTERNAL_ROUTINE_NO_SQL - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
EXTNAM - Static variable in class io.vertx.db2client.impl.drda.CodePoint
External Name codepoint constant.
EXTNAM - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
EXTNAM_MAXSIZE - Static variable in class io.vertx.db2client.impl.drda.DRDAConstants
 
extract(T) - Method in interface io.vertx.core.spi.tracing.TagExtractor
Extract all the tags from obj into a Map<String, String>.
extractApplicationDetails(String) - Static method in class io.vertx.core.impl.launcher.commands.ListCommand
Tries to extract the fat jar name of the verticle name.
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.
extractTypesFromMediaTypesMap(Map<String, MediaType>, Predicate<String>) - Static method in class io.vertx.ext.web.api.contract.openapi3.impl.OpenApi3Utils
 
extraParams(JsonObject) - Method in class io.vertx.ext.web.handler.impl.OAuth2AuthHandlerImpl
 
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 class io.vertx.ext.web.api.service.impl.RouteToEBServiceHandlerImpl
 
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(Messager, Elements, Types, TypeMirrorFactory, TypeElement) - Constructor for class io.vertx.codegen.doc.Doc.Factory
 
factory - Variable in class io.vertx.core.impl.launcher.VertxCommandLauncher.CommandRegistration
 
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 class io.vertx.core.net.impl.ConnectionBase
Fail the connection, the error will be sent to the pipeline and the connection will stop processing any further message.
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 class io.vertx.ext.unit.impl.TestContextImpl
 
fail(String) - Method in class io.vertx.ext.unit.impl.TestContextImpl
 
fail(Throwable) - Method in class io.vertx.ext.unit.impl.TestContextImpl
 
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(Throwable) - Method in class io.vertx.ext.web.client.impl.HttpContext
Fail the current HTTP context, this executes the ClientPhase.FAILURE phase: Traverse the interceptor chain Deliver the failure to the response handler
fail(int) - Method in class io.vertx.ext.web.impl.RoutingContextDecorator
 
fail(Throwable) - Method in class io.vertx.ext.web.impl.RoutingContextDecorator
 
fail(int, Throwable) - Method in class io.vertx.ext.web.impl.RoutingContextDecorator
 
fail(int) - Method in class io.vertx.ext.web.impl.RoutingContextImpl
 
fail(Throwable) - Method in class io.vertx.ext.web.impl.RoutingContextImpl
 
fail(int, Throwable) - Method in class io.vertx.ext.web.impl.RoutingContextImpl
 
fail(int) - Method in class io.vertx.ext.web.impl.RoutingContextWrapper
 
fail(Throwable) - Method in class io.vertx.ext.web.impl.RoutingContextWrapper
 
fail(int, Throwable) - Method in class io.vertx.ext.web.impl.RoutingContextWrapper
 
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(Throwable) - Method in interface io.vertx.redis.client.impl.ParserHandler
 
fail(Throwable) - Method in class io.vertx.redis.client.impl.RedisStandaloneConnection
 
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.
fail(Throwable) - Method in class io.vertx.sqlclient.impl.command.CommandBase
 
fail(String) - Method in class io.vertx.sqlclient.impl.command.CommandBase
 
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 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".
failDuringFailover(boolean) - Method in class io.vertx.core.impl.HAManager
 
failDuringFailover(boolean) - Method in class io.vertx.core.impl.VertxImpl
 
failDuringFailover(boolean) - Method in interface io.vertx.core.impl.VertxInternal
 
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 class io.vertx.core.impl.CloseFuture
 
failed(int) - Method in class io.vertx.core.impl.future.CompositeFutureImpl
 
failed() - Method in class io.vertx.core.impl.future.FailedFuture
 
failed() - Method in class io.vertx.core.impl.future.SucceededFuture
 
failed(Throwable) - Method in class io.vertx.ext.unit.impl.TestContextImpl
 
failed() - Method in class io.vertx.ext.unit.impl.TestResultImpl
 
failed() - Method in interface io.vertx.ext.unit.report.TestResult
Did it fail?
failed() - Method in class io.vertx.ext.web.impl.RoutingContextDecorator
 
failed() - Method in class io.vertx.ext.web.impl.RoutingContextImpl
 
failed() - Method in class io.vertx.ext.web.impl.RoutingContextWrapper
 
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.
failedFuture(Throwable) - Method in interface io.vertx.core.impl.ContextInternal
 
failedFuture(String) - Method in interface io.vertx.core.impl.ContextInternal
 
FailedFuture<T> - Class in io.vertx.core.impl.future
Failed future implementation.
FailedFuture(Throwable) - Constructor for class io.vertx.core.impl.future.FailedFuture
Create a future that has already failed
FailedFuture(ContextInternal, Throwable) - Constructor for class io.vertx.core.impl.future.FailedFuture
Create a future that has already failed
FailedFuture(String) - Constructor for class io.vertx.core.impl.future.FailedFuture
Create a future that has already failed
FailedFuture(ContextInternal, String) - Constructor for class io.vertx.core.impl.future.FailedFuture
Create a future that has already failed
FailedStream - Class in io.vertx.ext.mongo.impl
 
FailedStream(ClassNotFoundException) - Constructor for class io.vertx.ext.mongo.impl.FailedStream
 
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.
FailoverCompleteHandler - Interface in io.vertx.core.impl
 
failoverCompleteHandler(FailoverCompleteHandler) - Method in class io.vertx.core.impl.VertxImpl
 
failoverCompleteHandler(FailoverCompleteHandler) - Method in interface io.vertx.core.impl.VertxInternal
 
failure() - Method in class io.vertx.ext.unit.impl.TestResultImpl
 
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() - Method in class io.vertx.ext.web.client.impl.HttpContext
 
failure(String) - Static method in interface io.vertx.ext.web.client.predicate.ResponsePredicateResult
Creates a failed result.
failure() - Method in class io.vertx.ext.web.impl.RoutingContextDecorator
 
failure() - Method in class io.vertx.ext.web.impl.RoutingContextImpl
 
failure() - Method in class io.vertx.ext.web.impl.RoutingContextWrapper
 
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.
failure(String) - Static method in class io.vertx.sqlclient.impl.command.CommandResponse
 
failure(Throwable) - Static method in class io.vertx.sqlclient.impl.command.CommandResponse
 
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.circuitbreaker.impl.CircuitBreakerImpl
 
failureCount() - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
 
failureCount() - Method in class io.vertx.rxjava.circuitbreaker.CircuitBreaker
 
failureHandler(Handler<RoutingContext>) - Method in class io.vertx.ext.web.impl.RouteImpl
 
failureHandler(Handler<RoutingContext>) - Method in class io.vertx.ext.web.openapi.impl.OperationImpl
 
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.
FailureImpl - Class in io.vertx.ext.unit.impl
 
FailureImpl(JsonObject) - Constructor for class io.vertx.ext.unit.impl.FailureImpl
 
FailureImpl(boolean, String, String, Throwable) - Constructor for class io.vertx.ext.unit.impl.FailureImpl
 
FailureImpl(Throwable) - Constructor for class io.vertx.ext.unit.impl.FailureImpl
 
failureType() - Method in exception io.vertx.core.eventbus.ReplyException
Get the failure type for the message
fakeSchema(JsonObject) - Method in class io.vertx.ext.web.openapi.impl.GeneratorContext
 
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.circuitbreaker.impl.CircuitBreakerImpl
 
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
 
FALSE - Static variable in class io.vertx.db2client.impl.drda.CodePoint
Indicates false state.
FALSE - Static variable in class io.vertx.redis.client.impl.types.BooleanType
 
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
 
fatal(Throwable) - Method in interface io.vertx.redis.client.impl.ParserHandler
 
fatal(Throwable) - Method in class io.vertx.redis.client.impl.RedisStandaloneConnection
 
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
 
FaviconHandlerImpl - Class in io.vertx.ext.web.handler.impl
 
FaviconHandlerImpl(Vertx, String, long) - Constructor for class io.vertx.ext.web.handler.impl.FaviconHandlerImpl
Create a new Favicon instance using a file in the file system and customizable cache period
FaviconHandlerImpl(Vertx, long) - Constructor for class io.vertx.ext.web.handler.impl.FaviconHandlerImpl
Create a new Favicon instance from the classpath and customizable cache period
FaviconHandlerImpl(Vertx, String) - Constructor for class io.vertx.ext.web.handler.impl.FaviconHandlerImpl
Create a new Favicon instance using a file in the file system and cache for 1 day.
FaviconHandlerImpl(Vertx) - Constructor for class io.vertx.ext.web.handler.impl.FaviconHandlerImpl
Create a new Favicon instance using a the default icon and cache for 1 day.
fdocaLength_ - Variable in class io.vertx.db2client.impl.drda.Cursor
 
FDODSC - Static variable in class io.vertx.db2client.impl.drda.CodePoint
FDOCA data descriptor
FDODTA - Static variable in class io.vertx.db2client.impl.drda.CodePoint
FDOCA data
FEATUREEXTACK - Static variable in class io.vertx.mssqlclient.impl.protocol.token.DataPacketStreamTokenType
 
FEDAUTHINFO_TOKEN - Static variable in class io.vertx.mssqlclient.impl.protocol.token.DataPacketStreamTokenType
 
fetch(long) - Method in interface io.vertx.amqp.AmqpReceiver
 
fetch(long) - Method in class io.vertx.amqp.impl.AmqpReceiverImpl
 
fetch(long) - Method in interface io.vertx.core.datagram.DatagramSocket
 
fetch(long) - Method in class io.vertx.core.datagram.impl.DatagramSocketImpl
 
fetch(long) - Method in class io.vertx.core.eventbus.impl.BodyReadStream
 
fetch(long) - Method in class io.vertx.core.eventbus.impl.MessageConsumerImpl
 
fetch(long) - Method in interface io.vertx.core.eventbus.MessageConsumer
 
fetch(long) - Method in interface io.vertx.core.file.AsyncFile
 
fetch(long) - Method in class io.vertx.core.file.impl.AsyncFileImpl
 
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 class io.vertx.core.http.impl.Http1xServerRequest
 
fetch(long) - Method in class io.vertx.core.http.impl.Http2ServerRequest
 
fetch(long) - Method in class io.vertx.core.http.impl.HttpClientResponseImpl
 
fetch(long) - Method in class io.vertx.core.http.impl.WebSocketImplBase
 
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 class io.vertx.core.net.impl.NetSocketImpl
 
fetch(long) - Method in interface io.vertx.core.net.NetSocket
 
fetch(long) - Method in class io.vertx.core.parsetools.impl.JsonParserImpl
 
fetch(long) - Method in class io.vertx.core.parsetools.impl.RecordParserImpl
 
fetch(long) - Method in interface io.vertx.core.parsetools.JsonParser
 
fetch(long) - Method in interface io.vertx.core.parsetools.RecordParser
 
fetch(long) - Method in class io.vertx.core.streams.impl.InboundBuffer
Request a specific amount of elements to be fetched, the amount is added to the actual demand.
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(HttpMethod, String, JsonObject, Buffer) - Method in class io.vertx.ext.auth.impl.http.SimpleHttpClient
 
fetch(HttpMethod, String, JsonObject, Buffer, Handler<AsyncResult<SimpleHttpResponse>>) - Method in class io.vertx.ext.auth.impl.http.SimpleHttpClient
 
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(HttpMethod, String, JsonObject, Buffer, Handler<AsyncResult<OAuth2Response>>) - Method in class io.vertx.ext.auth.oauth2.impl.AccessTokenImpl
 
fetch(HttpMethod, String, JsonObject, Buffer, Handler<AsyncResult<OAuth2Response>>) - Method in class io.vertx.ext.auth.oauth2.impl.OAuth2API
 
fetch(long) - Method in class io.vertx.ext.cluster.infinispan.impl.CloseableIteratorCollectionStream
 
fetch(long) - Method in class io.vertx.ext.mongo.impl.FailedStream
 
fetch(long) - Method in class io.vertx.ext.mongo.impl.MappingStream
 
fetch(long) - Method in class io.vertx.ext.mongo.impl.PublisherAdapter
 
fetch(long) - Method in class io.vertx.ext.sql.impl.RowStreamWrapper
 
fetch(long) - Method in class io.vertx.ext.web.client.impl.MultipartFormUpload
 
fetch(long) - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
 
fetch(long) - Method in class io.vertx.ext.web.impl.ServerWebSocketWrapper
 
fetch(long) - Method in class io.vertx.kafka.client.consumer.impl.KafkaConsumerImpl
 
fetch(long) - Method in class io.vertx.kafka.client.consumer.impl.KafkaReadStreamImpl
 
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 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.impl.ReadStreamSubscriber
 
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 class io.vertx.redis.client.impl.PooledRedisConnection
 
fetch(long) - Method in class io.vertx.redis.client.impl.RedisClusterConnection
 
fetch(long) - Method in class io.vertx.redis.client.impl.RedisSentinelConnection
 
fetch(long) - Method in class io.vertx.redis.client.impl.RedisStandaloneConnection
 
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 - Variable in class io.vertx.sqlclient.impl.command.ExtendedQueryCommand
 
fetch() - Method in class io.vertx.sqlclient.impl.command.ExtendedQueryCommand
 
fetch(long) - Method in class io.vertx.sqlclient.impl.RowStreamImpl
 
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 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) - Method in class io.vertx.ext.auth.webauthn.impl.metadata.MetaDataServiceImpl
 
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.
FidoU2fAttestation - Class in io.vertx.ext.auth.webauthn.impl.attestation
Implementation of the "fido-u2f" attestation check.
FidoU2fAttestation() - Constructor for class io.vertx.ext.auth.webauthn.impl.attestation.FidoU2fAttestation
 
FIELD_FLAGS_COLUMN_FORMAT - Static variable in class io.vertx.mysqlclient.impl.protocol.ColumnDefinition.ColumnDefinitionFlags
 
FIELD_FLAGS_COLUMN_FORMAT_MASK - Static variable in class io.vertx.mysqlclient.impl.protocol.ColumnDefinition.ColumnDefinitionFlags
 
FIELD_FLAGS_STORAGE_MEDIA - Static variable in class io.vertx.mysqlclient.impl.protocol.ColumnDefinition.ColumnDefinitionFlags
 
FIELD_FLAGS_STORAGE_MEDIA_MASK - Static variable in class io.vertx.mysqlclient.impl.protocol.ColumnDefinition.ColumnDefinitionFlags
 
FIELD_IN_ADD_INDEX - Static variable in class io.vertx.mysqlclient.impl.protocol.ColumnDefinition.ColumnDefinitionFlags
 
FIELD_IN_PART_FUNC_FLAG - Static variable in class io.vertx.mysqlclient.impl.protocol.ColumnDefinition.ColumnDefinitionFlags
 
FIELD_IS_DROPPED - Static variable in class io.vertx.mysqlclient.impl.protocol.ColumnDefinition.ColumnDefinitionFlags
 
FIELD_IS_MARKED - Static variable in class io.vertx.mysqlclient.impl.protocol.ColumnDefinition.ColumnDefinitionFlags
 
FIELD_IS_RECORD_SEPERATOR_SUBSET - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
FIELD_IS_RENAMED - Static variable in class io.vertx.mysqlclient.impl.protocol.ColumnDefinition.ColumnDefinitionFlags
 
fieldName() - Method in class io.vertx.core.parsetools.impl.JsonEventImpl
 
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
 
FILE_BAD_CHECKSUM - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
FILE_CANNOT_CREATE_SEGMENT - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
FILE_CANNOT_REMOVE_ENCRYPT_FILE - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
FILE_CANNOT_REMOVE_FILE - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
FILE_CANNOT_REMOVE_JAR_FILE - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
FILE_CONTAINER_EXCEPTION - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
FILE_CREATE - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
FILE_CREATE_NO_CLEANUP - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
FILE_DATABASE_NOT_IN_CREATE - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
FILE_EXISTS - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
FILE_IO_GARBLED - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
FILE_IO_INTERRUPTED - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
FILE_NEW_PAGE_DURING_RECOVERY - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
FILE_NEW_PAGE_NOT_LATCHED - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
FILE_NO_ALLOC_PAGE - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
FILE_READ_ONLY - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
FILE_READ_PAGE_EXCEPTION - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
FILE_REUSE_PAGE_NOT_FOUND - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
FILE_UNEXPECTED_EXCEPTION - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
FILE_WRITE_PAGE_EXCEPTION - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
FileConfigStore - Class in io.vertx.config.impl.spi
A configuration store loading a file.
FileConfigStore(Vertx, JsonObject) - Constructor for class io.vertx.config.impl.spi.FileConfigStore
 
FileConfigStoreFactory - Class in io.vertx.config.impl.spi
The factory creating Json File configuration stores.
FileConfigStoreFactory() - Constructor for class io.vertx.config.impl.spi.FileConfigStoreFactory
 
filename(M) - Method in class io.vertx.codegen.Generator
Generate the file name for the model.
filename(DataObjectModel) - Method in class io.vertx.codegen.generators.dataobjecthelper.DataObjectHelperGen
 
filename() - Method in interface io.vertx.core.http.HttpServerFileUpload
 
fileName() - Method in interface io.vertx.ext.web.FileUpload
 
fileName() - Method in class io.vertx.ext.web.impl.FileUploadImpl
 
filename() - Method in interface io.vertx.ext.web.multipart.FormDataPart
 
filename() - Method in class io.vertx.ext.web.multipart.impl.FormDataPartImpl
 
filename(ClassModel) - Method in class io.vertx.lang.rx.AbstractRxGenerator
 
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
 
FilePropsImpl - Class in io.vertx.core.file.impl
 
FilePropsImpl(BasicFileAttributes) - Constructor for class io.vertx.core.file.impl.FilePropsImpl
 
FileResolver - Class in io.vertx.core.file.impl
Sometimes the file resources of an application are bundled into jars, or are somewhere on the classpath but not available on the file system, e.g.
FileResolver() - Constructor for class io.vertx.core.file.impl.FileResolver
 
FileResolver(FileSystemOptions) - Constructor for class io.vertx.core.file.impl.FileResolver
 
FileResolver(boolean, FileCache, boolean) - Constructor for class io.vertx.core.file.impl.FileResolver
 
FileSelector - Class in io.vertx.core.impl.launcher.commands
Utility methods to test path matching.
FileSelector() - Constructor for class io.vertx.core.impl.launcher.commands.FileSelector
 
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 class io.vertx.core.impl.VertxImpl
 
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.
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
 
FileSystemImpl - Class in io.vertx.core.file.impl
This class is thread-safe
FileSystemImpl(VertxInternal) - Constructor for class io.vertx.core.file.impl.FileSystemImpl
 
FileSystemImpl.BlockingAction<T> - Class in io.vertx.core.file.impl
 
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
 
FileSystemPropsImpl - Class in io.vertx.core.file.impl
 
FileSystemPropsImpl(long, long, long) - Constructor for class io.vertx.core.file.impl.FileSystemPropsImpl
 
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
 
FileUploadImpl - Class in io.vertx.ext.web.impl
 
FileUploadImpl(String, HttpServerFileUpload) - Constructor for class io.vertx.ext.web.impl.FileUploadImpl
 
fileUploads() - Method in class io.vertx.ext.web.impl.RoutingContextDecorator
 
fileUploads() - Method in class io.vertx.ext.web.impl.RoutingContextImpl
 
fileUploads() - Method in class io.vertx.ext.web.impl.RoutingContextWrapper
 
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
 
fillStatement(PreparedStatement, JsonArray) - Method in class io.vertx.ext.jdbc.impl.actions.JDBCStatementHelper
 
fillStatement(CallableStatement, JsonArray, JsonArray) - Method in class io.vertx.ext.jdbc.impl.actions.JDBCStatementHelper
 
FILTER_FIELD - Static variable in class io.vertx.codegen.Helper
 
FILTER_METHOD - Static variable in class io.vertx.codegen.Helper
 
finalAction - Variable in class io.vertx.core.impl.launcher.commands.BareCommand
 
finalize() - Method in class io.vertx.core.datagram.impl.DatagramSocketImpl
 
finalize() - Method in class io.vertx.core.http.impl.HttpClientImpl
 
finalize() - Method in class io.vertx.core.net.impl.NetClientImpl
 
finalize() - Method in class io.vertx.core.net.impl.TCPServerBase
 
finalize() - Method in class io.vertx.ext.jdbc.impl.JDBCClientImpl
 
find(String) - Method in class io.vertx.core.impl.verticle.PackageHelper
 
find(String, JsonObject, Handler<AsyncResult<List<JsonObject>>>) - Method in class io.vertx.ext.mongo.impl.MongoClientImpl
 
find(String, JsonObject) - Method in class io.vertx.ext.mongo.impl.MongoClientImpl
 
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 class io.vertx.ext.mongo.impl.MongoGridFsClientImpl
 
findAllIds() - Method in class io.vertx.ext.mongo.impl.MongoGridFsClientImpl
 
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 class io.vertx.ext.mongo.impl.MongoClientImpl
 
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 class io.vertx.ext.mongo.impl.MongoClientImpl
 
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 class io.vertx.ext.web.impl.ParsableHeaderValuesContainer
 
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.
findClass(String) - Method in class io.vertx.core.impl.verticle.CompilingClassLoader
 
findIds(JsonObject, Handler<AsyncResult<List<String>>>) - Method in class io.vertx.ext.mongo.impl.MongoGridFsClientImpl
 
findIds(JsonObject) - Method in class io.vertx.ext.mongo.impl.MongoGridFsClientImpl
 
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.
findMatchedBy(Collection<T>) - Method in class io.vertx.ext.web.impl.ParsableHeaderValue
 
findMatchedBy(Collection<T>) - Method in interface io.vertx.ext.web.ParsedHeaderValue
Finds the first ParsedHeaderValue in the list that matches with this header value.
findMatchingMechanism(String, String, Principal, Set<String>, String...) - Static method in class io.vertx.proton.sasl.impl.ProtonSaslMechanismFinderImpl
Attempts to find a matching Mechanism implementation given a list of supported mechanisms from a remote peer.
findMechanismFactory(String) - Static method in class io.vertx.proton.sasl.impl.ProtonSaslMechanismFinderImpl
Searches for a mechanism factory by using the scheme from the given name.
findOne(String, JsonObject, JsonObject, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.ext.mongo.impl.MongoClientImpl
 
findOne(String, JsonObject, JsonObject) - Method in class io.vertx.ext.mongo.impl.MongoClientImpl
 
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 class io.vertx.ext.mongo.impl.MongoClientImpl
 
findOneAndDelete(String, JsonObject) - Method in class io.vertx.ext.mongo.impl.MongoClientImpl
 
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 class io.vertx.ext.mongo.impl.MongoClientImpl
 
findOneAndDeleteWithOptions(String, JsonObject, FindOptions) - Method in class io.vertx.ext.mongo.impl.MongoClientImpl
 
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 class io.vertx.ext.mongo.impl.MongoClientImpl
 
findOneAndReplace(String, JsonObject, JsonObject) - Method in class io.vertx.ext.mongo.impl.MongoClientImpl
 
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 class io.vertx.ext.mongo.impl.MongoClientImpl
 
findOneAndReplaceWithOptions(String, JsonObject, JsonObject, FindOptions, UpdateOptions) - Method in class io.vertx.ext.mongo.impl.MongoClientImpl
 
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 class io.vertx.ext.mongo.impl.MongoClientImpl
 
findOneAndUpdate(String, JsonObject, JsonObject) - Method in class io.vertx.ext.mongo.impl.MongoClientImpl
 
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 class io.vertx.ext.mongo.impl.MongoClientImpl
 
findOneAndUpdateWithOptions(String, JsonObject, JsonObject, FindOptions, UpdateOptions) - Method in class io.vertx.ext.mongo.impl.MongoClientImpl
 
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 class io.vertx.ext.mongo.impl.MongoClientImpl
 
findWithOptions(String, JsonObject, FindOptions) - Method in class io.vertx.ext.mongo.impl.MongoClientImpl
 
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
 
fire() - Method in class io.vertx.sqlclient.impl.command.CommandResponse
 
fireComplete() - Method in class io.vertx.rx.java.ObservableOnSubscribeAdapter
Fire completed to active observer
fireDisconnect() - Method in class io.vertx.proton.impl.ProtonConnectionImpl
 
fireError(Throwable) - Method in class io.vertx.rx.java.ObservableOnSubscribeAdapter
Fire error to active observer
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 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
first() - Method in class io.vertx.core.impl.utils.ConcurrentCyclicSequence
 
firstAcquirer(boolean) - Method in interface io.vertx.amqp.AmqpMessageBuilder
 
firstAcquirer(boolean) - Method in class io.vertx.amqp.impl.AmqpMessageBuilderImpl
 
firstAcquirer(boolean) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
 
firstAcquirer(boolean) - Method in class io.vertx.rxjava.amqp.AmqpMessageBuilder
 
FIXED_LEN_CLR_TYPE - Static variable in class io.vertx.mssqlclient.impl.codec.ColumnData.Flags
 
FixedLenDataType - Class in io.vertx.mssqlclient.impl.protocol.datatype
 
FixedLenDataType(int, Class<?>, JDBCType) - Constructor for class io.vertx.mssqlclient.impl.protocol.datatype.FixedLenDataType
 
FIXEDLENGTH - Static variable in class io.vertx.db2client.impl.drda.Typdef
 
fixedSizeMode(int) - Method in class io.vertx.core.parsetools.impl.RecordParserImpl
Flip the parser into fixed size mode, where the record size is specified by size in bytes.
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.
FIXROWPRC - Static variable in class io.vertx.db2client.impl.drda.CodePoint
Fixed Row Query Protocol.
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.
FlagParameterParser - Class in io.vertx.ext.web.openapi.impl
 
FlagParameterParser(String) - Constructor for class io.vertx.ext.web.openapi.impl.FlagParameterParser
 
flags() - Method in interface io.vertx.core.http.HttpFrame
 
flags() - Method in class io.vertx.core.http.impl.HttpFrameImpl
 
flags() - Method in class io.vertx.mssqlclient.impl.codec.ColumnData
 
Flags() - Constructor for class io.vertx.mssqlclient.impl.codec.ColumnData.Flags
 
flags() - Method in class io.vertx.mysqlclient.impl.protocol.ColumnDefinition
 
flags() - Method in class io.vertx.reactivex.core.http.HttpFrame
 
flags() - Method in class io.vertx.rxjava.core.http.HttpFrame
 
FlashPolicyHandler - Class in io.vertx.core.http.impl.cgbystrom
A Flash policy file handler Will detect connection attempts made by Adobe Flash clients and return a policy file response After the policy has been sent, it will instantly close the connection.
FlashPolicyHandler() - Constructor for class io.vertx.core.http.impl.cgbystrom.FlashPolicyHandler
 
flatMap(Function<T, Future<U>>) - Method in interface io.vertx.core.Future
flip() - Method in class io.vertx.proton.impl.ProtonReadableBufferImpl
 
FLOAT - Static variable in class io.vertx.codegen.type.PrimitiveTypeInfo
 
FLOAT_MESSAGE_CODEC - Static variable in class io.vertx.core.eventbus.impl.CodecManager
 
FloatMessageCodec - Class in io.vertx.core.eventbus.impl.codecs
 
FloatMessageCodec() - Constructor for class io.vertx.core.eventbus.impl.codecs.FloatMessageCodec
 
FloatNDataType - Class in io.vertx.mssqlclient.impl.protocol.datatype
FLTNTYPE, Variable-Length Data type, the only valid lengths are 0x04 and 0x08, which map to 7-digit precision float and 15-digit precision float SQL data types respectively.
FloatNDataType(int, Class<?>, int, JDBCType) - Constructor for class io.vertx.mssqlclient.impl.protocol.datatype.FloatNDataType
 
floatValue() - Method in class io.vertx.core.parsetools.impl.JsonEventImpl
 
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
 
flow(int) - Method in class io.vertx.proton.impl.ProtonReceiverImpl
 
flow(int) - Method in interface io.vertx.proton.ProtonReceiver
Grants the given number of message credits to the sender.
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
 
FlowableReadStream<T,U> - Class in io.vertx.reactivex.impl
 
FlowableReadStream(ReadStream<T>, long, Function<T, U>) - Constructor for class io.vertx.reactivex.impl.FlowableReadStream
 
FlowableUnmarshaller<T,B> - Class in io.vertx.reactivex.impl
An operator to unmarshall json to pojos.
FlowableUnmarshaller(Function<B, Buffer>, Class<T>) - Constructor for class io.vertx.reactivex.impl.FlowableUnmarshaller
 
FlowableUnmarshaller(Function<B, Buffer>, TypeReference<T>) - Constructor for class io.vertx.reactivex.impl.FlowableUnmarshaller
 
FlowableUnmarshaller(Function<B, Buffer>, Class<T>, ObjectCodec) - Constructor for class io.vertx.reactivex.impl.FlowableUnmarshaller
 
FlowableUnmarshaller(Function<B, Buffer>, TypeReference<T>, ObjectCodec) - Constructor for class io.vertx.reactivex.impl.FlowableUnmarshaller
 
FLT4TYPE - Static variable in class io.vertx.mssqlclient.impl.protocol.datatype.FixedLenDataType
 
FLT4TYPE_ID - Static variable in class io.vertx.mssqlclient.impl.protocol.datatype.MSSQLDataTypeId
 
FLT8TYPE - Static variable in class io.vertx.mssqlclient.impl.protocol.datatype.FixedLenDataType
 
FLT8TYPE_ID - Static variable in class io.vertx.mssqlclient.impl.protocol.datatype.MSSQLDataTypeId
 
FLT_4_DATA_TYPE - Static variable in class io.vertx.mssqlclient.impl.protocol.datatype.FloatNDataType
 
FLT_8_DATA_TYPE - Static variable in class io.vertx.mssqlclient.impl.protocol.datatype.FloatNDataType
 
FLTNTYPE_ID - Static variable in class io.vertx.mssqlclient.impl.protocol.datatype.MSSQLDataTypeId
 
Fluent - Annotation Type in io.vertx.codegen.annotations
Declares a fluent method return type when the method returns the type of the class declaring this method or a sub type.
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 class io.vertx.core.file.impl.AsyncFileImpl
 
flush(Handler<AsyncResult<Void>>) - Method in class io.vertx.core.file.impl.AsyncFileImpl
 
flush() - Method in class io.vertx.core.net.impl.ConnectionBase
Asynchronous flush.
flush(ChannelPromise) - Method in class io.vertx.core.net.impl.ConnectionBase
Asynchronous flush.
flush() - Method in class io.vertx.ext.auth.webauthn.impl.metadata.MetaDataServiceImpl
 
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 class io.vertx.ext.web.handler.impl.SessionHandlerImpl
 
flush(RoutingContext, boolean, Handler<AsyncResult<Void>>) - Method in class io.vertx.ext.web.handler.impl.SessionHandlerImpl
 
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 class io.vertx.kafka.client.producer.impl.KafkaProducerImpl
 
flush() - Method in class io.vertx.kafka.client.producer.impl.KafkaProducerImpl
 
flush() - Method in class io.vertx.kafka.client.producer.impl.KafkaWriteStreamImpl
 
flush(Handler<AsyncResult<Void>>) - Method in class io.vertx.kafka.client.producer.impl.KafkaWriteStreamImpl
 
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() - Method in class io.vertx.proton.impl.ProtonConnectionImpl
 
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.
flushBytesRead() - Method in class io.vertx.core.net.impl.ConnectionBase
 
flushBytesWritten() - Method in class io.vertx.core.net.impl.ConnectionBase
 
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
 
flushed(boolean) - Method in interface io.vertx.ext.web.sstore.impl.SessionInternal
Mark this session as flushed, this gives the object a change to clear any state management flags.
fmt() - Method in class io.vertx.ext.auth.webauthn.impl.attestation.AndroidKeyAttestation
 
fmt() - Method in class io.vertx.ext.auth.webauthn.impl.attestation.AndroidSafetynetAttestation
 
fmt() - Method in class io.vertx.ext.auth.webauthn.impl.attestation.AppleAttestation
 
fmt() - Method in interface io.vertx.ext.auth.webauthn.impl.attestation.Attestation
The unique identifier for the attestation
fmt() - Method in class io.vertx.ext.auth.webauthn.impl.attestation.FidoU2fAttestation
 
fmt() - Method in class io.vertx.ext.auth.webauthn.impl.attestation.NoneAttestation
 
fmt() - Method in class io.vertx.ext.auth.webauthn.impl.attestation.PackedAttestation
 
fmt() - Method in class io.vertx.ext.auth.webauthn.impl.attestation.TPMAttestation
 
followedRedirects() - Method in interface io.vertx.ext.web.client.HttpResponse
 
followedRedirects() - Method in class io.vertx.ext.web.client.impl.HttpResponseImpl
 
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.ext.web.client.impl.HttpRequestImpl
 
followRedirects() - Method in class io.vertx.ext.web.client.impl.HttpRequestImpl
 
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
 
forceDirectAllocator(ChannelHandlerContext) - Static method in class io.vertx.core.net.impl.PartialPooledByteBufAllocator
Create a new ChannelHandlerContext which wraps the given one anf force the usage of direct buffers.
forceParse() - Method in class io.vertx.ext.web.impl.ParsableHeaderValue
 
forceParse() - Method in class io.vertx.ext.web.impl.ParsableMIMEValue
 
forEach(Consumer<? super Map.Entry<String, String>>) - Method in class io.vertx.core.http.impl.headers.HeadersMultiMap
 
forEach(Consumer<Endpoint<C>>) - Method in class io.vertx.core.net.impl.clientconnection.ConnectionManager
 
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.
forEach(O, BiConsumer<String, Object>) - Method in class io.vertx.ext.mongo.impl.codec.json.AbstractJsonCodec
 
forEach(A, Consumer<Object>) - Method in class io.vertx.ext.mongo.impl.codec.json.AbstractJsonCodec
 
forEach(JsonObject, BiConsumer<String, Object>) - Method in class io.vertx.ext.mongo.impl.codec.json.JsonObjectCodec
 
forEach(JsonArray, Consumer<Object>) - Method in class io.vertx.ext.mongo.impl.codec.json.JsonObjectCodec
 
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 class io.vertx.reactivex.ext.shell.system.JobController
 
foregroundJob() - Method in class io.vertx.rxjava.ext.shell.system.JobController
 
FOREIGN_TABLE_NAME_IS_NULL - Static variable in interface io.vertx.db2client.impl.drda.SQLState
 
format(Iterable<String>) - Method in class io.vertx.codegen.format.CamelCase
 
format(Iterable<String>) - Method in class io.vertx.codegen.format.Case
 
format(Iterable<String>) - Method in class io.vertx.codegen.format.KebabCase
 
format(Iterable<String>) - Method in class io.vertx.codegen.format.LowerCamelCase
 
format(Iterable<String>) - Method in class io.vertx.codegen.format.QualifiedCase
 
format(Iterable<String>) - Method in class io.vertx.codegen.format.SnakeCase
 
format(boolean) - Method in class io.vertx.codegen.type.ClassTypeInfo
 
format(boolean) - Method in class io.vertx.codegen.type.ParameterizedTypeInfo
 
format(boolean) - Method in class io.vertx.codegen.type.PrimitiveTypeInfo
 
format(boolean) - Method in class io.vertx.codegen.type.TypeVariableInfo
 
format(boolean) - Method in class io.vertx.codegen.type.VoidTypeInfo
 
format(String, Object...) - Method in class io.vertx.codegen.writer.CodeWriter
 
format(Locale, String, Object...) - Method in class io.vertx.codegen.writer.CodeWriter
 
format(LogRecord) - Method in class io.vertx.core.logging.VertxLoggerFormatter
 
format(StringFormat) - Static method in class io.vertx.json.schema.draft7.dsl.Keywords
 
formatRFC1123DateTime(long) - Static method in class io.vertx.ext.web.impl.Utils
 
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.core.http.impl.Http1xServerRequest
 
formAttributes() - Method in class io.vertx.core.http.impl.Http2ServerRequest
 
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
 
formatValue(Object, StringBuilder) - Method in class io.vertx.core.impl.future.CompositeFutureImpl
 
FormBodyProcessorImpl - Class in io.vertx.ext.web.validation.impl.body
 
FormBodyProcessorImpl(Map<String, ValueParser<List<String>>>, Map<Pattern, ValueParser<List<String>>>, ValueParser<List<String>>, String, ValueValidator) - Constructor for class io.vertx.ext.web.validation.impl.body.FormBodyProcessorImpl
 
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
 
FormDataPartImpl - Class in io.vertx.ext.web.multipart.impl
 
FormDataPartImpl(String, String) - Constructor for class io.vertx.ext.web.multipart.impl.FormDataPartImpl
 
FormDataPartImpl(String, String, String, String, boolean) - Constructor for class io.vertx.ext.web.multipart.impl.FormDataPartImpl
 
FormDataPartImpl(String, String, Buffer, String, boolean) - Constructor for class io.vertx.ext.web.multipart.impl.FormDataPartImpl
 
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
 
FormLoginHandlerImpl - Class in io.vertx.ext.web.handler.impl
 
FormLoginHandlerImpl(AuthenticationProvider, String, String, String, String) - Constructor for class io.vertx.ext.web.handler.impl.FormLoginHandlerImpl
 
formParameter(String) - Method in class io.vertx.ext.web.api.impl.RequestParametersImpl
 
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 class io.vertx.ext.web.api.impl.RequestParametersImpl
 
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
FormValueParser - Class in io.vertx.ext.web.validation.impl.body
 
FormValueParser(boolean, ValueParser<String>) - Constructor for class io.vertx.ext.web.validation.impl.body.FormValueParser
 
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.
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() - Method in class io.vertx.reactivex.ext.stomp.ServerFrame
 
frame() - Method in class io.vertx.rxjava.ext.stomp.ServerFrame
 
frameHandler(Handler<WebSocketFrame>) - Method in class io.vertx.core.http.impl.WebSocketImplBase
 
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.ext.web.impl.ServerWebSocketWrapper
 
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 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
 
free() - Method in class io.vertx.proton.impl.ProtonSessionImpl
 
free() - Method in interface io.vertx.proton.ProtonLink
Tidies up related link resources when complete with use.
free() - Method in interface io.vertx.proton.ProtonSession
Tidies up related session resources when complete with use.
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
 
FreeMarkerTemplateEngineImpl - Class in io.vertx.ext.web.templ.freemarker.impl
 
FreeMarkerTemplateEngineImpl(Vertx, String) - Constructor for class io.vertx.ext.web.templ.freemarker.impl.FreeMarkerTemplateEngineImpl
 
fresh(RoutingContext) - Static method in class io.vertx.ext.web.impl.Utils
 
fresh(RoutingContext, long) - Static method in class io.vertx.ext.web.impl.Utils
 
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(Map<TopicPartition, OffsetAndMetadata>) - Static method in class io.vertx.kafka.client.common.impl.Helper
 
from(TopicPartition) - Static method in class io.vertx.kafka.client.common.impl.Helper
 
from(Collection<TopicPartition>) - Static method in class io.vertx.kafka.client.common.impl.Helper
 
from(Node) - Static method in class io.vertx.kafka.client.common.impl.Helper
 
from(RecordMetadata) - Static method in class io.vertx.kafka.client.common.impl.Helper
 
from(OffsetAndMetadata) - Static method in class io.vertx.kafka.client.common.impl.Helper
 
from(ConfigResource) - Static method in class io.vertx.kafka.client.common.impl.Helper
 
from(Config) - Static method in class io.vertx.kafka.client.common.impl.Helper
 
from(ConfigEntry) - Static method in class io.vertx.kafka.client.common.impl.Helper
 
from(ConsumerGroupListing) - Static method in class io.vertx.kafka.client.common.impl.Helper
 
from(MemberAssignment) - Static method in class io.vertx.kafka.client.common.impl.Helper
 
from(ListOffsetsResult.ListOffsetsResultInfo) - Static method in class io.vertx.kafka.client.common.impl.Helper
 
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
fromCachedObject(byte[]) - Static method in class io.vertx.ext.cluster.infinispan.impl.DataConverter
 
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.
fromConfigEntries(Collection<ConfigEntry>) - Static method in class io.vertx.kafka.client.common.impl.Helper
 
fromConsumerGroupListings(Collection<ConsumerGroupListing>) - Static method in class io.vertx.kafka.client.common.impl.Helper
 
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>>, 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>>, JWTAuthOptions) - Static method in class io.vertx.ext.auth.jwt.JWTAuthOptionsConverter
 
fromJson(Iterable<Map.Entry<String, Object>>, JWTOptions)