- abort(String) - Method in interface io.vertx.ext.stomp.StompClientConnection
-
Aborts a transaction.
- abort(String, Handler<Frame>) - Method in interface io.vertx.ext.stomp.StompClientConnection
-
Aborts a transaction.
- abort(String, Map<String, String>) - Method in interface io.vertx.ext.stomp.StompClientConnection
-
Aborts a transaction.
- abort(String, Map<String, String>, Handler<Frame>) - Method in interface io.vertx.ext.stomp.StompClientConnection
-
Aborts a transaction.
- abort(String) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
-
Aborts a transaction.
- abort(String, Handler<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, Map<String, String>, Handler<Frame>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
-
Aborts a transaction.
- abort(String) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
-
Aborts a transaction.
- abort(String, Handler<Frame>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
-
Aborts a transaction.
- abort(String, Map<String, String>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
-
Aborts a transaction.
- abort(String, Map<String, String>, Handler<Frame>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
-
Aborts a transaction.
- abortHandler(Handler<ServerFrame>) - Method in interface io.vertx.ext.stomp.StompServerHandler
-
Configures the action to execute when a ABORT
frame is received.
- abortHandler(Handler<ServerFrame>) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
-
Configures the action to execute when a ABORT
frame is received.
- abortHandler(Handler<Void>) - Method in class io.vertx.reactivex.sqlclient.Transaction
-
Set an handler to be called when the transaction is aborted.
- abortHandler(Handler<ServerFrame>) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
-
Configures the action to execute when a ABORT
frame is received.
- abortHandler(Handler<Void>) - Method in class io.vertx.rxjava.sqlclient.Transaction
-
Set an handler to be called when the transaction is aborted.
- abortHandler(Handler<Void>) - Method in interface io.vertx.sqlclient.Transaction
-
Set an handler to be called when the transaction is aborted.
- absoluteURI() - Method in interface io.vertx.core.http.HttpClientRequest
-
- absoluteURI() - Method in interface io.vertx.core.http.HttpServerRequest
-
- absoluteURI() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
-
- absoluteURI() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
-
- absoluteURI() - Method in class io.vertx.rxjava.core.http.HttpClientRequest
-
- absoluteURI() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
-
- AbstractServiceReference<T> - Class in io.vertx.servicediscovery.types
-
A class to simplify the implementation of service reference.
- AbstractServiceReference(Vertx, ServiceDiscovery, Record) - Constructor for class io.vertx.servicediscovery.types.AbstractServiceReference
-
- 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(PRNG) - Constructor for class io.vertx.ext.web.sstore.AbstractSession
-
- AbstractSession(PRNG, long, int) - Constructor for class io.vertx.ext.web.sstore.AbstractSession
-
- AbstractUser - Class in io.vertx.ext.auth
-
- 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 class io.vertx.core.http.HttpHeaders
-
Accept header name
- accept() - Method in interface io.vertx.core.http.ServerWebSocket
-
Accept the WebSocket and terminate the WebSocket handshake.
- accept(T, U, V) - Method in interface io.vertx.ext.web.handler.graphql.TriConsumer
-
Execute with the provided arguments.
- accept() - Method in interface io.vertx.ext.web.ParsedHeaderValues
-
- accept(HttpServerRequest) - Method in interface io.vertx.ext.web.Router
-
Deprecated.
- accept() - Method in interface io.vertx.mqtt.MqttEndpoint
-
- accept(boolean) - Method in interface io.vertx.mqtt.MqttEndpoint
-
Sends the CONNACK message to the remote MQTT client with "connection accepted"
return code.
- accept() - 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(HttpServerRequest) - Method in class io.vertx.reactivex.ext.web.Router
-
Deprecated.
- accept() - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
-
- accept(boolean) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
-
Sends the CONNACK message to the remote MQTT client with "connection accepted"
return code.
- accept() - 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(HttpServerRequest) - Method in class io.vertx.rxjava.ext.web.Router
-
Deprecated.
- accept() - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
-
- accept(boolean) - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
-
Sends the CONNACK message to the remote MQTT client with "connection accepted"
return code.
- ACCEPT_CHARSET - Static variable in class io.vertx.core.http.HttpHeaders
-
Accept-Charset header name
- ACCEPT_ENCODING - Static variable in class io.vertx.core.http.HttpHeaders
-
Accept-Encoding header name
- ACCEPT_LANGUAGE - Static variable in class io.vertx.core.http.HttpHeaders
-
Accept-Language header name
- ACCEPT_PATCH - Static variable in class io.vertx.core.http.HttpHeaders
-
Accept-Patch header name
- ACCEPT_RANGES - Static variable in class io.vertx.core.http.HttpHeaders
-
Accept-Ranges header name
- ACCEPT_VERSION - Static variable in class io.vertx.ext.stomp.Frame
-
- acceptableLanguages() - Method in interface io.vertx.ext.web.RoutingContext
-
Returns the languages for the current request.
- acceptableLanguages() - Method in class io.vertx.reactivex.ext.web.RoutingContext
-
Returns the languages for the current request.
- acceptableLanguages() - Method in class io.vertx.rxjava.ext.web.RoutingContext
-
Returns the languages for the current request.
- acceptableLocales() - Method in interface io.vertx.ext.web.RoutingContext
-
- acceptableLocales() - Method in class io.vertx.reactivex.ext.web.RoutingContext
-
Deprecated.
- acceptableLocales() - Method in class io.vertx.rxjava.ext.web.RoutingContext
-
Deprecated.
- acceptCharset() - Method in interface io.vertx.ext.web.ParsedHeaderValues
-
- acceptCharset() - Method in class io.vertx.reactivex.ext.web.ParsedHeaderValues
-
- acceptCharset() - Method in class io.vertx.rxjava.ext.web.ParsedHeaderValues
-
- accepted() - Method in interface io.vertx.amqp.AmqpMessage
-
When receiving a message, and when auto-acknowledgement is disabled, this method is used to acknowledge
the incoming message.
- accepted() - Method in class io.vertx.reactivex.amqp.AmqpMessage
-
When receiving a message, and when auto-acknowledgement is disabled, this method is used to acknowledge
the incoming message.
- accepted() - Method in class io.vertx.rxjava.amqp.AmqpMessage
-
When receiving a message, and when auto-acknowledgement is disabled, this method is used to acknowledge
the incoming message.
- acceptEncoding() - Method in interface io.vertx.ext.web.ParsedHeaderValues
-
- acceptEncoding() - Method in class io.vertx.reactivex.ext.web.ParsedHeaderValues
-
- acceptEncoding() - Method in class io.vertx.rxjava.ext.web.ParsedHeaderValues
-
- acceptLanguage() - Method in interface io.vertx.ext.web.ParsedHeaderValues
-
- acceptLanguage() - Method in class io.vertx.reactivex.ext.web.ParsedHeaderValues
-
- acceptLanguage() - Method in class io.vertx.rxjava.ext.web.ParsedHeaderValues
-
- acceptMoreValues(Option) - Method in interface io.vertx.core.cli.CommandLine
-
Checks whether or not the given option accept more values.
- acceptMoreValues(Option) - Method in class io.vertx.reactivex.core.cli.CommandLine
-
Checks whether or not the given option accept more values.
- acceptMoreValues(Option) - Method in class io.vertx.rxjava.core.cli.CommandLine
-
Checks whether or not the given option accept more values.
- acceptsOptions(SqlConnectOptions) - Method in class io.vertx.db2client.spi.DB2Driver
-
- acceptsOptions(SqlConnectOptions) - Method in class io.vertx.mysqlclient.spi.MySQLDriver
-
- acceptsOptions(SqlConnectOptions) - Method in class io.vertx.pgclient.spi.PgDriver
-
- acceptsOptions(SqlConnectOptions) - Method in interface io.vertx.sqlclient.spi.Driver
-
- acceptValue() - Method in class io.vertx.core.cli.Option
-
- ACCESS_CONTROL_ALLOW_CREDENTIALS - Static variable in class io.vertx.core.http.HttpHeaders
-
Access-Control-Allow-Credentials header name
- ACCESS_CONTROL_ALLOW_HEADERS - Static variable in class io.vertx.core.http.HttpHeaders
-
Access-Control-Allow-Headers header name
- ACCESS_CONTROL_ALLOW_METHODS - Static variable in class io.vertx.core.http.HttpHeaders
-
Access-Control-Allow-Methods header name
- ACCESS_CONTROL_ALLOW_ORIGIN - Static variable in class io.vertx.core.http.HttpHeaders
-
Access-Control-Allow-Origin header name
- ACCESS_CONTROL_EXPOSE_HEADERS - Static variable in class io.vertx.core.http.HttpHeaders
-
Access-Control-Expose-Headers header name
- ACCESS_CONTROL_MAX_AGE - Static variable in class io.vertx.core.http.HttpHeaders
-
Access-Control-Max-Age header name
- ACCESS_CONTROL_REQUEST_HEADERS - Static variable in class io.vertx.core.http.HttpHeaders
-
Access-Control-Request-Headers header name
- ACCESS_CONTROL_REQUEST_METHOD - Static variable in class io.vertx.core.http.HttpHeaders
-
Access-Control-Request-Method header name
- AccessToken - Interface in io.vertx.ext.auth.oauth2
-
Deprecated.
- accessToken() - Method in interface io.vertx.ext.auth.oauth2.AccessToken
-
Deprecated.
The Access Token if present parsed as a JsonObject
- accessToken(JsonObject) - Static method in interface io.vertx.ext.auth.oauth2.KeycloakHelper
-
Deprecated.
Get decoded `access_token` from the principal.
- AccessToken - Class in io.vertx.reactivex.ext.auth.oauth2
-
AccessToken extension to the User interface
NOTE: This class has been automatically generated from the
original
non RX-ified interface using Vert.x codegen.
- AccessToken(AccessToken) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.AccessToken
-
- AccessToken(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.AccessToken
-
- accessToken() - Method in class io.vertx.reactivex.ext.auth.oauth2.AccessToken
-
The Access Token if present parsed as a JsonObject
- accessToken(JsonObject) - Static method in class io.vertx.reactivex.ext.auth.oauth2.KeycloakHelper
-
Get decoded `access_token` from the principal.
- 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
-
Get decoded `access_token` from the principal.
- ack(StompServerConnection, Frame) - Method in interface io.vertx.ext.stomp.Destination
-
Handles a ACK
frame.
- ACK - Static variable in class io.vertx.ext.stomp.Frame
-
- ack(String) - Method in interface io.vertx.ext.stomp.StompClientConnection
-
Sends an acknowledgement for a specific message.
- ack(String, Handler<Frame>) - Method in interface io.vertx.ext.stomp.StompClientConnection
-
Sends an acknowledgement for a specific message.
- ack(String, String) - Method in interface io.vertx.ext.stomp.StompClientConnection
-
Sends an acknowledgement for the given frame.
- ack(String, String, Handler<Frame>) - Method in interface io.vertx.ext.stomp.StompClientConnection
-
Sends an acknowledgement for the given frame.
- ack(StompServerConnection, Frame) - Method in class io.vertx.reactivex.ext.stomp.Destination
-
Handles a ACK
frame.
- ack(String) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
-
Sends an acknowledgement for a specific message.
- ack(String, Handler<Frame>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
-
Sends an acknowledgement for a specific message.
- ack(String, String) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
-
Sends an acknowledgement for the given frame.
- ack(String, String, Handler<Frame>) - 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) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
-
Sends an acknowledgement for a specific message.
- ack(String, Handler<Frame>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
-
Sends an acknowledgement for a specific message.
- ack(String, String) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
-
Sends an acknowledgement for the given frame.
- ack(String, String, Handler<Frame>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
-
Sends an acknowledgement for the given frame.
- ackHandler(Handler<ServerFrame>) - Method in interface io.vertx.ext.stomp.StompServerHandler
-
Configures the action to execute when a ACK
frame is received.
- ackHandler(Handler<ServerFrame>) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
-
Configures the action to execute when a ACK
frame is received.
- ackHandler(Handler<ServerFrame>) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
-
Configures the action to execute when a ACK
frame is received.
- Acknowledgement - Interface in io.vertx.ext.stomp
-
Structure passed to acknowledgement handler called when a ACK
or NACK
frame is received.
- Acknowledgement - Class in io.vertx.reactivex.ext.stomp
-
Structure passed to acknowledgement handler called when a ACK
or NACK
frame is received.
- Acknowledgement(Acknowledgement) - Constructor for class io.vertx.reactivex.ext.stomp.Acknowledgement
-
- Acknowledgement(Object) - Constructor for class io.vertx.reactivex.ext.stomp.Acknowledgement
-
- Acknowledgement - Class in io.vertx.rxjava.ext.stomp
-
Structure passed to acknowledgement handler called when a ACK
or NACK
frame is received.
- Acknowledgement(Acknowledgement) - Constructor for class io.vertx.rxjava.ext.stomp.Acknowledgement
-
- Acknowledgement(Object) - Constructor for class io.vertx.rxjava.ext.stomp.Acknowledgement
-
- AclToken - Class in io.vertx.ext.consul
-
Holds properties of Acl token
- AclToken() - Constructor for class io.vertx.ext.consul.AclToken
-
Default constructor
- AclToken(AclToken) - Constructor for class io.vertx.ext.consul.AclToken
-
Copy constructor
- AclToken(JsonObject) - Constructor for class io.vertx.ext.consul.AclToken
-
Constructor from JSON
- AclTokenType - Enum in io.vertx.ext.consul
-
Acl token type is either "client" (meaning the token cannot modify ACL rules) or "management"
(meaning the token is allowed to perform all actions).
- acr(JsonObject) - Static method in interface io.vertx.ext.auth.oauth2.KeycloakHelper
-
Deprecated.
- acr(JsonObject) - Static method in class io.vertx.reactivex.ext.auth.oauth2.KeycloakHelper
-
- acr(JsonObject) - Static method in class io.vertx.rxjava.ext.auth.oauth2.KeycloakHelper
-
- actualConnection() - Method in interface io.vertx.pgclient.pubsub.PgSubscriber
-
- actualConnection() - Method in class io.vertx.reactivex.pgclient.pubsub.PgSubscriber
-
- actualConnection() - Method in class io.vertx.rxjava.pgclient.pubsub.PgSubscriber
-
- actualPort() - Method in interface io.vertx.core.http.HttpServer
-
The actual port the server is listening on.
- actualPort() - Method in interface io.vertx.core.net.NetServer
-
The actual port the server is listening on.
- actualPort() - Method in interface io.vertx.ext.shell.term.TermServer
-
The actual port the server is listening on.
- actualPort() - Method in interface io.vertx.ext.stomp.StompServer
-
Gets the port on which the server is listening.
- actualPort() - Method in interface io.vertx.mqtt.MqttServer
-
The actual port the server is listening on.
- actualPort() - Method in class io.vertx.reactivex.core.http.HttpServer
-
The actual port the server is listening on.
- actualPort() - Method in class io.vertx.reactivex.core.net.NetServer
-
The actual port the server is listening on.
- actualPort() - Method in class io.vertx.reactivex.ext.shell.term.TermServer
-
The actual port the server is listening on.
- actualPort() - Method in class io.vertx.reactivex.ext.stomp.StompServer
-
Gets the port on which the server is listening.
- actualPort() - Method in class io.vertx.reactivex.mqtt.MqttServer
-
The actual port the server is listening on.
- actualPort() - Method in class io.vertx.rxjava.core.http.HttpServer
-
The actual port the server is listening on.
- actualPort() - Method in class io.vertx.rxjava.core.net.NetServer
-
The actual port the server is listening on.
- actualPort() - Method in class io.vertx.rxjava.ext.shell.term.TermServer
-
The actual port the server is listening on.
- actualPort() - Method in class io.vertx.rxjava.ext.stomp.StompServer
-
Gets the port on which the server is listening.
- actualPort() - Method in class io.vertx.rxjava.mqtt.MqttServer
-
The actual port the server is listening on.
- add(String, String) - Method in class io.vertx.core.http.CaseInsensitiveHeaders
-
Deprecated.
- add(String, Iterable<String>) - Method in class io.vertx.core.http.CaseInsensitiveHeaders
-
Deprecated.
- add(CharSequence, CharSequence) - Method in class io.vertx.core.http.CaseInsensitiveHeaders
-
Deprecated.
- add(CharSequence, Iterable<CharSequence>) - Method in class io.vertx.core.http.CaseInsensitiveHeaders
-
Deprecated.
- add(Enum) - Method in class io.vertx.core.json.JsonArray
-
Add an enum to the JSON array.
- add(CharSequence) - Method in class io.vertx.core.json.JsonArray
-
Add a CharSequence to the JSON array.
- add(String) - Method in class io.vertx.core.json.JsonArray
-
Add a String to the JSON array.
- add(Integer) - Method in class io.vertx.core.json.JsonArray
-
Add an Integer to the JSON array.
- add(Long) - Method in class io.vertx.core.json.JsonArray
-
Add a Long to the JSON array.
- add(Double) - Method in class io.vertx.core.json.JsonArray
-
Add a Double to the JSON array.
- add(Float) - Method in class io.vertx.core.json.JsonArray
-
Add a Float to the JSON array.
- add(Boolean) - Method in class io.vertx.core.json.JsonArray
-
Add a Boolean to the JSON array.
- add(JsonObject) - Method in class io.vertx.core.json.JsonArray
-
Add a JSON object to the JSON array.
- add(JsonArray) - Method in class io.vertx.core.json.JsonArray
-
Add another JSON array to the JSON array.
- add(byte[]) - Method in class io.vertx.core.json.JsonArray
-
Add a binary value to the JSON array.
- add(Instant) - Method in class io.vertx.core.json.JsonArray
-
Add a Instant value to the JSON array.
- add(Object) - Method in class io.vertx.core.json.JsonArray
-
Add an Object to the JSON array.
- add(String, String) - Method in interface io.vertx.core.MultiMap
-
Adds a new value with the specified name and value.
- add(CharSequence, CharSequence) - Method in interface io.vertx.core.MultiMap
-
- add(String, Iterable<String>) - Method in interface io.vertx.core.MultiMap
-
Adds a new values under the specified name
- add(CharSequence, Iterable<CharSequence>) - Method in interface io.vertx.core.MultiMap
-
- add(K, V, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.spi.cluster.AsyncMultiMap
-
Add a value to the values for that key in the map.
- add(String, String) - Method in class io.vertx.ext.stomp.utils.Headers
-
- add(String, String) - Method in class io.vertx.reactivex.core.MultiMap
-
Adds a new value with the specified name and value.
- add(CharSequence, CharSequence) - Method in class io.vertx.reactivex.core.MultiMap
-
- add(String, Iterable<String>) - Method in class io.vertx.reactivex.core.MultiMap
-
Adds a new values under the specified name
- add(CharSequence, Iterable<CharSequence>) - Method in class io.vertx.reactivex.core.MultiMap
-
- add(String, String) - Method in class io.vertx.rxjava.core.MultiMap
-
Adds a new value with the specified name and value.
- add(CharSequence, CharSequence) - Method in class io.vertx.rxjava.core.MultiMap
-
- add(String, Iterable<String>) - Method in class io.vertx.rxjava.core.MultiMap
-
Adds a new values under the specified name
- add(CharSequence, Iterable<CharSequence>) - Method in class io.vertx.rxjava.core.MultiMap
-
- addAll(MultiMap) - Method in class io.vertx.core.http.CaseInsensitiveHeaders
-
Deprecated.
- addAll(Map<String, String>) - Method in class io.vertx.core.http.CaseInsensitiveHeaders
-
Deprecated.
- addAll(JsonArray) - Method in class io.vertx.core.json.JsonArray
-
Appends all of the elements in the specified array to the end of this JSON array.
- addAll(MultiMap) - Method in interface io.vertx.core.MultiMap
-
Adds all the entries from another MultiMap to this one
- addAll(Map<String, String>) - Method in interface io.vertx.core.MultiMap
-
Adds all the entries from a Map to this
- addAll(Map<String, String>) - Method in class io.vertx.ext.stomp.utils.Headers
-
- addAll(MultiMap) - Method in class io.vertx.reactivex.core.MultiMap
-
Adds all the entries from another MultiMap to this one
- addAll(Map<String, String>) - Method in class io.vertx.reactivex.core.MultiMap
-
Adds all the entries from a Map to this
- addAll(MultiMap) - Method in class io.vertx.rxjava.core.MultiMap
-
Adds all the entries from another MultiMap to this one
- addAll(Map<String, String>) - Method in class io.vertx.rxjava.core.MultiMap
-
Adds all the entries from a Map to this
- addAndGet(long, Handler<AsyncResult<Long>>) - Method in interface io.vertx.core.shareddata.Counter
-
Add the value to the counter atomically and return the new count
- addAndGet(long, 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, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.core.shareddata.Counter
-
Add the value to the counter atomically and return the new count
- addAndGetObservable(long) - Method in class io.vertx.rxjava.core.shareddata.Counter
-
- addArgument(Argument) - Method in interface io.vertx.core.cli.CLI
-
Adds an argument.
- addArgument(Argument) - Method in class io.vertx.reactivex.core.cli.CLI
-
Adds an argument.
- addArgument(Argument) - Method in class io.vertx.rxjava.core.cli.CLI
-
Adds an argument.
- addArguments(List<Argument>) - Method in interface io.vertx.core.cli.CLI
-
Adds a set of arguments.
- addArguments(List<Argument>) - Method in class io.vertx.reactivex.core.cli.CLI
-
Adds a set of arguments.
- addArguments(List<Argument>) - Method in class io.vertx.rxjava.core.cli.CLI
-
Adds a set of arguments.
- addArrayOfBigDecimal(BigDecimal[]) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Add an array of value at the end of the tuple.
- addArrayOfBigDecimal(BigDecimal[]) - Method in class io.vertx.rxjava.sqlclient.Tuple
-
Add an array of value at the end of the tuple.
- addArrayOfBigDecimal(BigDecimal[]) - Method in interface io.vertx.sqlclient.Tuple
-
Add an array of
BigDecimal
value at the end of the tuple.
- addArrayOfBoolean(Boolean[]) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Add an array of Boolean
value at the end of the tuple.
- addArrayOfBoolean(Boolean[]) - Method in class io.vertx.rxjava.sqlclient.Tuple
-
Add an array of Boolean
value at the end of the tuple.
- addArrayOfBoolean(Boolean[]) - Method in interface io.vertx.sqlclient.Tuple
-
Add an array of Boolean
value at the end of the tuple.
- addArrayOfBuffer(Buffer[]) - Method in interface io.vertx.sqlclient.Tuple
-
Add an array of
Buffer
value at the end of the tuple.
- addArrayOfDouble(Double[]) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Add an array of
Double
value at the end of the tuple.
- addArrayOfDouble(Double[]) - Method in class io.vertx.rxjava.sqlclient.Tuple
-
Add an array of
Double
value at the end of the tuple.
- addArrayOfDouble(Double[]) - Method in interface io.vertx.sqlclient.Tuple
-
Add an array of
Double
value at the end of the tuple.
- addArrayOfFloat(Float[]) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Add an array of
Float
value at the end of the tuple.
- addArrayOfFloat(Float[]) - Method in class io.vertx.rxjava.sqlclient.Tuple
-
Add an array of
Float
value at the end of the tuple.
- addArrayOfFloat(Float[]) - Method in interface io.vertx.sqlclient.Tuple
-
Add an array of
Float
value at the end of the tuple.
- addArrayOfInteger(Integer[]) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Add an array of Integer
value at the end of the tuple.
- addArrayOfInteger(Integer[]) - Method in class io.vertx.rxjava.sqlclient.Tuple
-
Add an array of Integer
value at the end of the tuple.
- addArrayOfInteger(Integer[]) - Method in interface io.vertx.sqlclient.Tuple
-
Add an array of Integer
value at the end of the tuple.
- 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
-
Add a set of required authorities for this auth handler
- addAuthorities(Set<String>) - Method in interface io.vertx.reactivex.ext.web.handler.AuthHandler
-
Add a set of required authorities for this auth handler
- addAuthorities(Set<String>) - Method in class io.vertx.reactivex.ext.web.handler.BasicAuthHandler
-
Add a set of required authorities for this auth handler
- addAuthorities(Set<String>) - Method in class io.vertx.reactivex.ext.web.handler.ChainAuthHandler
-
Add a set of required authorities for this auth handler
- addAuthorities(Set<String>) - Method in class io.vertx.reactivex.ext.web.handler.DigestAuthHandler
-
Add a set of required authorities for this auth handler
- addAuthorities(Set<String>) - Method in class io.vertx.reactivex.ext.web.handler.JWTAuthHandler
-
Add a set of required authorities for this auth handler
- addAuthorities(Set<String>) - Method in class io.vertx.reactivex.ext.web.handler.OAuth2AuthHandler
-
Add a set of required authorities for this auth handler
- addAuthorities(Set<String>) - Method in class io.vertx.reactivex.ext.web.handler.RedirectAuthHandler
-
Add a set of required authorities for this auth handler
- addAuthorities(Set<String>) - Method in interface io.vertx.rxjava.ext.web.handler.AuthHandler
-
Add a set of required authorities for this auth handler
- addAuthorities(Set<String>) - Method in class io.vertx.rxjava.ext.web.handler.BasicAuthHandler
-
Add a set of required authorities for this auth handler
- addAuthorities(Set<String>) - Method in class io.vertx.rxjava.ext.web.handler.ChainAuthHandler
-
Add a set of required authorities for this auth handler
- addAuthorities(Set<String>) - Method in class io.vertx.rxjava.ext.web.handler.DigestAuthHandler
-
Add a set of required authorities for this auth handler
- addAuthorities(Set<String>) - Method in class io.vertx.rxjava.ext.web.handler.JWTAuthHandler
-
Add a set of required authorities for this auth handler
- addAuthorities(Set<String>) - Method in class io.vertx.rxjava.ext.web.handler.OAuth2AuthHandler
-
Add a set of required authorities for this auth handler
- addAuthorities(Set<String>) - Method in class io.vertx.rxjava.ext.web.handler.RedirectAuthHandler
-
Add a set of required authorities for this auth handler
- addAuthority(String) - Method in interface io.vertx.ext.web.handler.AuthHandler
-
Add a required authority for this auth handler
- addAuthority(String) - Method in interface io.vertx.reactivex.ext.web.handler.AuthHandler
-
Add a required authority for this auth handler
- addAuthority(String) - Method in class io.vertx.reactivex.ext.web.handler.BasicAuthHandler
-
Add a required authority for this auth handler
- addAuthority(String) - Method in class io.vertx.reactivex.ext.web.handler.ChainAuthHandler
-
Add a required authority for this auth handler
- addAuthority(String) - Method in class io.vertx.reactivex.ext.web.handler.DigestAuthHandler
-
Add a required authority for this auth handler
- addAuthority(String) - Method in class io.vertx.reactivex.ext.web.handler.JWTAuthHandler
-
Add a required authority for this auth handler
- addAuthority(String) - Method in class io.vertx.reactivex.ext.web.handler.OAuth2AuthHandler
-
Add a required authority for this auth handler
- addAuthority(String) - Method in class io.vertx.reactivex.ext.web.handler.RedirectAuthHandler
-
Add a required authority for this auth handler
- addAuthority(String) - Method in interface io.vertx.rxjava.ext.web.handler.AuthHandler
-
Add a required authority for this auth handler
- addAuthority(String) - Method in class io.vertx.rxjava.ext.web.handler.BasicAuthHandler
-
Add a required authority for this auth handler
- addAuthority(String) - Method in class io.vertx.rxjava.ext.web.handler.ChainAuthHandler
-
Add a required authority for this auth handler
- addAuthority(String) - Method in class io.vertx.rxjava.ext.web.handler.DigestAuthHandler
-
Add a required authority for this auth handler
- addAuthority(String) - Method in class io.vertx.rxjava.ext.web.handler.JWTAuthHandler
-
Add a required authority for this auth handler
- addAuthority(String) - Method in class io.vertx.rxjava.ext.web.handler.OAuth2AuthHandler
-
Add a required authority for this auth handler
- addAuthority(String) - Method in class io.vertx.rxjava.ext.web.handler.RedirectAuthHandler
-
Add a required authority for this auth handler
- addAuthority(String) - Method in class io.vertx.serviceproxy.ServiceJWTInterceptor
-
Add a single authority to the authorities set.
- 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
-
- addBigDecimalArray(BigDecimal[]) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Deprecated.
- addBigDecimalArray(BigDecimal[]) - Method in class io.vertx.rxjava.sqlclient.Tuple
-
Deprecated.
- addBigDecimalArray(BigDecimal[]) - Method in interface io.vertx.sqlclient.Tuple
-
- addBodyEndHandler(Handler<Void>) - Method in interface io.vertx.ext.web.RoutingContext
-
Provides a handler that will be called after the last part of the body is written to the wire.
- addBodyEndHandler(Handler<Void>) - Method in class io.vertx.reactivex.ext.web.RoutingContext
-
Provides a handler that will be called after the last part of the body is written to the wire.
- addBodyEndHandler(Handler<Void>) - Method in class io.vertx.rxjava.ext.web.RoutingContext
-
Provides a handler that will be called after the last part of the body is written to the wire.
- 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.
- addBooleanArray(Boolean[]) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Deprecated.
- addBooleanArray(Boolean[]) - Method in class io.vertx.rxjava.sqlclient.Tuple
-
Deprecated.
- addBooleanArray(Boolean[]) - Method in interface io.vertx.sqlclient.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.
- addBufferArray(Buffer[]) - Method in interface io.vertx.sqlclient.Tuple
-
- addCapability(String) - Method in class io.vertx.amqp.AmqpReceiverOptions
-
Adds a capability to be set on the receiver source terminus.
- addCapability(String) - Method in class io.vertx.amqp.AmqpSenderOptions
-
Adds a capability to be set on the sender target terminus.
- addCertPath(String) - Method in class io.vertx.core.net.PemKeyCertOptions
-
Add a path to a certificate file
- addCertPath(String) - Method in class io.vertx.core.net.PemTrustOptions
-
Add a certificate path
- addCertValue(Buffer) - Method in class io.vertx.core.net.PemKeyCertOptions
-
Add a certificate as a buffer
- addCertValue(Buffer) - Method in class io.vertx.core.net.PemTrustOptions
-
Add a certificate value
- addChoice(String) - Method in class io.vertx.core.cli.Option
-
Adds a choice to the list of values accepted by this option.
- addChoice(String) - Method in class io.vertx.core.cli.TypedOption
-
- addCloseHook(Closeable) - Method in interface io.vertx.core.Context
-
- addCloseHook(Closeable) - Method in class io.vertx.reactivex.core.Context
-
- addCloseHook(Closeable) - Method in class io.vertx.rxjava.core.Context
-
- addConnectionString(String) - Method in class io.vertx.redis.client.RedisOptions
-
Adds a connection string (endpoint) to use while connecting to the redis server.
- addContactPoint(String) - Method in class io.vertx.cassandra.CassandraClientOptions
-
Add a address, where a cluster node is located.
- addCookie(Cookie) - Method in interface io.vertx.core.http.HttpServerResponse
-
Add a cookie.
- addCookie(Cookie) - Method in interface io.vertx.ext.web.RoutingContext
-
Add a cookie.
- addCookie(Cookie) - Method in interface io.vertx.ext.web.RoutingContext
-
- addCookie(Cookie) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
-
Add a cookie.
- addCookie(Cookie) - Method in class io.vertx.reactivex.ext.web.RoutingContext
-
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.
- addCrlPath(String) - Method in class io.vertx.amqp.AmqpClientOptions
-
- addCrlPath(String) - Method in class io.vertx.amqpbridge.AmqpBridgeOptions
-
- addCrlPath(String) - Method in class io.vertx.core.eventbus.EventBusOptions
-
- addCrlPath(String) - Method in class io.vertx.core.http.HttpClientOptions
-
- addCrlPath(String) - Method in class io.vertx.core.http.HttpServerOptions
-
- addCrlPath(String) - Method in class io.vertx.core.net.ClientOptionsBase
-
- addCrlPath(String) - Method in class io.vertx.core.net.NetClientOptions
-
- addCrlPath(String) - Method in class io.vertx.core.net.NetServerOptions
-
- addCrlPath(String) - Method in class io.vertx.core.net.TCPSSLOptions
-
Add a CRL path
- addCrlPath(String) - Method in class io.vertx.ext.consul.ConsulClientOptions
-
Add a CRL path
- addCrlPath(String) - Method in class io.vertx.ext.shell.term.HttpTermOptions
-
- addCrlPath(String) - Method in class io.vertx.ext.shell.term.TelnetTermOptions
-
- addCrlPath(String) - Method in class io.vertx.ext.web.client.WebClientOptions
-
- addCrlPath(String) - Method in class io.vertx.mqtt.MqttClientOptions
-
- addCrlPath(String) - Method in class io.vertx.mqtt.MqttServerOptions
-
- addCrlPath(String) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
-
- addCrlPath(String) - Method in class io.vertx.pgclient.PgConnectOptions
-
- addCrlValue(Buffer) - Method in class io.vertx.amqp.AmqpClientOptions
-
- addCrlValue(Buffer) - Method in class io.vertx.amqpbridge.AmqpBridgeOptions
-
- addCrlValue(Buffer) - Method in class io.vertx.core.eventbus.EventBusOptions
-
- addCrlValue(Buffer) - Method in class io.vertx.core.http.HttpClientOptions
-
- addCrlValue(Buffer) - Method in class io.vertx.core.http.HttpServerOptions
-
- addCrlValue(Buffer) - Method in class io.vertx.core.net.ClientOptionsBase
-
- addCrlValue(Buffer) - Method in class io.vertx.core.net.NetClientOptions
-
- addCrlValue(Buffer) - Method in class io.vertx.core.net.NetServerOptions
-
- addCrlValue(Buffer) - Method in class io.vertx.core.net.TCPSSLOptions
-
Add a CRL value
- addCrlValue(Buffer) - Method in class io.vertx.ext.consul.ConsulClientOptions
-
Add a CRL value
- addCrlValue(Buffer) - Method in class io.vertx.ext.shell.term.HttpTermOptions
-
- addCrlValue(Buffer) - Method in class io.vertx.ext.shell.term.TelnetTermOptions
-
- addCrlValue(Buffer) - Method in class io.vertx.ext.web.client.WebClientOptions
-
- addCrlValue(Buffer) - Method in class io.vertx.mqtt.MqttClientOptions
-
- addCrlValue(Buffer) - Method in class io.vertx.mqtt.MqttServerOptions
-
- addCrlValue(Buffer) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
-
- addCrlValue(Buffer) - Method in class io.vertx.pgclient.PgConnectOptions
-
- addCustomValidatorFunction(CustomValidator) - Method in interface io.vertx.ext.web.api.validation.HTTPRequestValidationHandler
-
Add a custom validator.
- addCustomValidatorFunction(CustomValidator) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
-
Add a custom validator.
- addCustomValidatorFunction(CustomValidator) - Method in class io.vertx.rxjava.ext.web.api.validation.HTTPRequestValidationHandler
-
Add a custom validator.
- 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.
- addDisabledMetricsCategory(MetricsDomain) - 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
-
- 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.
- addDoubleArray(Double[]) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Deprecated.
- addDoubleArray(Double[]) - Method in class io.vertx.rxjava.sqlclient.Tuple
-
Deprecated.
- addDoubleArray(Double[]) - Method in interface io.vertx.sqlclient.Tuple
-
- addEnabledCipherSuite(String) - Method in class io.vertx.amqp.AmqpClientOptions
-
- addEnabledCipherSuite(String) - Method in class io.vertx.amqpbridge.AmqpBridgeOptions
-
- addEnabledCipherSuite(String) - Method in class io.vertx.core.eventbus.EventBusOptions
-
- addEnabledCipherSuite(String) - Method in class io.vertx.core.http.HttpClientOptions
-
- addEnabledCipherSuite(String) - Method in class io.vertx.core.http.HttpServerOptions
-
- addEnabledCipherSuite(String) - Method in class io.vertx.core.net.ClientOptionsBase
-
- addEnabledCipherSuite(String) - Method in class io.vertx.core.net.NetClientOptions
-
- addEnabledCipherSuite(String) - Method in class io.vertx.core.net.NetServerOptions
-
- addEnabledCipherSuite(String) - Method in class io.vertx.core.net.TCPSSLOptions
-
Add an enabled cipher suite, appended to the ordered suites.
- addEnabledCipherSuite(String) - Method in class io.vertx.ext.consul.ConsulClientOptions
-
Add an enabled cipher suite, appended to the ordered suites.
- addEnabledCipherSuite(String) - Method in class io.vertx.ext.shell.term.HttpTermOptions
-
- addEnabledCipherSuite(String) - Method in class io.vertx.ext.shell.term.TelnetTermOptions
-
- addEnabledCipherSuite(String) - Method in class io.vertx.ext.web.client.WebClientOptions
-
- addEnabledCipherSuite(String) - Method in class io.vertx.mqtt.MqttClientOptions
-
- addEnabledCipherSuite(String) - Method in class io.vertx.mqtt.MqttServerOptions
-
- addEnabledCipherSuite(String) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
-
- addEnabledCipherSuite(String) - Method in class io.vertx.pgclient.PgConnectOptions
-
- addEnabledSaslMechanism(String) - Method in class io.vertx.amqp.AmqpClientOptions
-
- addEnabledSaslMechanism(String) - Method in class io.vertx.amqpbridge.AmqpBridgeOptions
-
- addEnabledSecureTransportProtocol(String) - Method in class io.vertx.amqp.AmqpClientOptions
-
- addEnabledSecureTransportProtocol(String) - Method in class io.vertx.amqpbridge.AmqpBridgeOptions
-
- addEnabledSecureTransportProtocol(String) - Method in class io.vertx.core.eventbus.EventBusOptions
-
- addEnabledSecureTransportProtocol(String) - Method in class io.vertx.core.http.HttpClientOptions
-
- addEnabledSecureTransportProtocol(String) - Method in class io.vertx.core.http.HttpServerOptions
-
- addEnabledSecureTransportProtocol(String) - Method in class io.vertx.core.net.ClientOptionsBase
-
- addEnabledSecureTransportProtocol(String) - Method in class io.vertx.core.net.NetClientOptions
-
- addEnabledSecureTransportProtocol(String) - Method in class io.vertx.core.net.NetServerOptions
-
- addEnabledSecureTransportProtocol(String) - Method in class io.vertx.core.net.TCPSSLOptions
-
Add an enabled SSL/TLS protocols, appended to the ordered protocols.
- addEnabledSecureTransportProtocol(String) - Method in class io.vertx.ext.consul.ConsulClientOptions
-
Add an enabled SSL/TLS protocols, appended to the ordered protocols.
- addEnabledSecureTransportProtocol(String) - Method in class io.vertx.ext.web.client.WebClientOptions
-
- addEnabledSecureTransportProtocol(String) - Method in class io.vertx.mqtt.MqttClientOptions
-
- addEnabledSecureTransportProtocol(String) - Method in class io.vertx.mqtt.MqttServerOptions
-
- addEnabledSecureTransportProtocol(String) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
-
- addEnabledSecureTransportProtocol(String) - Method in class io.vertx.pgclient.PgConnectOptions
-
- addEndHandler(Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.web.RoutingContext
-
Add an end handler for the request/response context.
- addEndHandler(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.web.RoutingContext
-
Add an end handler for the request/response context.
- addEndHandler(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.web.RoutingContext
-
Add an end handler for the request/response context.
- addEndpoint(String) - Method in class io.vertx.redis.client.RedisOptions
-
- addError(TxnError) - Method in class io.vertx.ext.consul.TxnResponse
-
Adds error to this response
- addExclusion(String) - Method in class io.vertx.maven.resolver.ResolutionOptions
-
Adds an exclusion.
- addExpectedContentType(String) - Method in interface io.vertx.ext.web.api.validation.HTTPRequestValidationHandler
-
Add an expected content type of request.
- addExpectedContentType(String) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
-
Add an expected content type of request.
- addExpectedContentType(String) - Method in class io.vertx.rxjava.ext.web.api.validation.HTTPRequestValidationHandler
-
Add an expected content type of request.
- addFailureHandlerByOperationId(String, Handler<RoutingContext>) - Method in interface io.vertx.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
-
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
-
Add a failure handler by operation_id field in Operation object
- addFailureHandlerByOperationId(String, Handler<RoutingContext>) - Method in class io.vertx.rxjava.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
-
Add a failure handler by operation_id field in Operation object
- 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.
- addFloatArray(Float[]) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Deprecated.
- addFloatArray(Float[]) - Method in class io.vertx.rxjava.sqlclient.Tuple
-
Deprecated.
- addFloatArray(Float[]) - Method in interface io.vertx.sqlclient.Tuple
-
- addFormParam(String, ParameterType, boolean) - Method in interface io.vertx.ext.web.api.validation.HTTPRequestValidationHandler
-
Add a single parameter inside a form with included parameter types
- addFormParam(String, ParameterType, boolean) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
-
Add a single parameter inside a form with included parameter types
- addFormParam(String, ParameterType, boolean) - Method in class io.vertx.rxjava.ext.web.api.validation.HTTPRequestValidationHandler
-
Add a single parameter inside a form with included parameter types
- addFormParamsArray(String, ParameterType, boolean) - Method in interface io.vertx.ext.web.api.validation.HTTPRequestValidationHandler
-
Add a form parameters array with included parameter types
- addFormParamsArray(String, ParameterType, boolean) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
-
Add a form parameters array with included parameter types
- addFormParamsArray(String, ParameterType, boolean) - Method in class io.vertx.rxjava.ext.web.api.validation.HTTPRequestValidationHandler
-
Add a form parameters array with included parameter types
- addFormParamsArrayWithPattern(String, String, boolean) - Method in interface io.vertx.ext.web.api.validation.HTTPRequestValidationHandler
-
Add a form parameters array with a custom pattern
- addFormParamsArrayWithPattern(String, String, boolean) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
-
Add a form parameters array with a custom pattern
- addFormParamsArrayWithPattern(String, String, boolean) - Method in class io.vertx.rxjava.ext.web.api.validation.HTTPRequestValidationHandler
-
Add a form parameters array with a custom pattern
- addFormParamWithCustomTypeValidator(String, ParameterTypeValidator, boolean, boolean) - Method in interface io.vertx.ext.web.api.validation.HTTPRequestValidationHandler
-
Add a form parameter with a custom type validator.
- addFormParamWithCustomTypeValidator(String, ParameterTypeValidator, boolean, boolean) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
-
Add a form parameter with a custom type validator.
- addFormParamWithCustomTypeValidator(String, ParameterTypeValidator, boolean, boolean) - Method in class io.vertx.rxjava.ext.web.api.validation.HTTPRequestValidationHandler
-
Add a form parameter with a custom type validator.
- addFormParamWithPattern(String, String, boolean) - Method in interface io.vertx.ext.web.api.validation.HTTPRequestValidationHandler
-
Add a single parameter inside a form with a custom pattern
- addFormParamWithPattern(String, String, boolean) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
-
Add a single parameter inside a form with a custom pattern
- addFormParamWithPattern(String, String, boolean) - Method in class io.vertx.rxjava.ext.web.api.validation.HTTPRequestValidationHandler
-
Add a single parameter inside a form with a custom pattern
- addGet(String) - Method in class io.vertx.redis.op.SortOptions
-
Deprecated.
- addGlobalHandler(Handler<RoutingContext>) - Method in interface io.vertx.ext.web.api.contract.RouterFactory
-
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
-
Add global handler to be applied prior to
Router
being generated.
- addGlobalHandler(Handler<RoutingContext>) - Method in interface io.vertx.reactivex.ext.web.api.contract.RouterFactory
-
Add global handler to be applied prior to
Router
being generated.
- addGlobalHandler(Handler<RoutingContext>) - Method in class io.vertx.rxjava.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
-
Add global handler to be applied prior to
Router
being generated.
- addGlobalHandler(Handler<RoutingContext>) - Method in interface io.vertx.rxjava.ext.web.api.contract.RouterFactory
-
Add global handler to be applied prior to
Router
being generated.
- addHandlerByOperationId(String, Handler<RoutingContext>) - Method in interface io.vertx.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
-
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
-
Add an handler by operation_id field in Operation object
- addHandlerByOperationId(String, Handler<RoutingContext>) - Method in class io.vertx.rxjava.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
-
Add an handler by operation_id field in Operation object
- 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(String, String) - Method in class io.vertx.core.http.WebSocketConnectOptions
-
- addHeader(String, String) - Method in class io.vertx.ext.mail.MailAttachment
-
Add an header to this attachment.
- addHeader(String, String) - Method in class io.vertx.ext.mail.MailMessage
-
Add a message header.
- addHeader(String, String) - Method in class io.vertx.ext.stomp.Frame
-
Adds a header to the frame.
- addHeader(CharSequence, CharSequence) - Method in interface io.vertx.ext.web.client.WebClientSession
-
Configure the client to add an HTTP header to every request.
- addHeader(String, String) - Method in interface io.vertx.ext.web.client.WebClientSession
-
Configure the client to add an HTTP header to every request.
- addHeader(CharSequence, Iterable<CharSequence>) - Method in interface io.vertx.ext.web.client.WebClientSession
-
Configure the client to add an HTTP header to every request.
- addHeader(String, Iterable<String>) - Method in interface io.vertx.ext.web.client.WebClientSession
-
Configure the client to add an HTTP header to every request.
- addHeader(String, String) - Method in interface io.vertx.kafka.client.producer.KafkaProducerRecord
-
- addHeader(String, Buffer) - Method in interface io.vertx.kafka.client.producer.KafkaProducerRecord
-
- addHeader(KafkaHeader) - Method in interface io.vertx.kafka.client.producer.KafkaProducerRecord
-
Add an header to this record.
- addHeader(String, String) - Method in class io.vertx.reactivex.ext.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.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
-
Add a header parameter with included parameter types
- addHeaderParam(String, ParameterType, boolean) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
-
Add a header parameter with included parameter types
- addHeaderParam(String, ParameterType, boolean) - Method in class io.vertx.rxjava.ext.web.api.validation.HTTPRequestValidationHandler
-
Add a header parameter with included parameter types
- addHeaderParamWithCustomTypeValidator(String, ParameterTypeValidator, boolean, boolean) - Method in interface io.vertx.ext.web.api.validation.HTTPRequestValidationHandler
-
Add a header parameter with a custom type validator.
- addHeaderParamWithCustomTypeValidator(String, ParameterTypeValidator, boolean, boolean) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
-
Add a header parameter with a custom type validator.
- addHeaderParamWithCustomTypeValidator(String, ParameterTypeValidator, boolean, boolean) - Method in class io.vertx.rxjava.ext.web.api.validation.HTTPRequestValidationHandler
-
Add a header parameter with a custom type validator.
- addHeaderParamWithPattern(String, String, boolean) - Method in interface io.vertx.ext.web.api.validation.HTTPRequestValidationHandler
-
Add a header parameter with a custom pattern
- addHeaderParamWithPattern(String, String, boolean) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
-
Add a header parameter with a custom pattern
- addHeaderParamWithPattern(String, String, boolean) - Method in class io.vertx.rxjava.ext.web.api.validation.HTTPRequestValidationHandler
-
Add a header parameter with a custom pattern
- addHeaders(List<KafkaHeader>) - Method in interface io.vertx.kafka.client.producer.KafkaProducerRecord
-
Add a list of headers to this record.
- addHeaders(List<KafkaHeader>) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord
-
Add a list of headers to this record.
- addHeaders(List<KafkaHeader>) - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducerRecord
-
Add a list of headers to this record.
- addHeadersEndHandler(Handler<Void>) - Method in interface io.vertx.ext.web.RoutingContext
-
Add a handler that will be called just before headers are written to the response.
- addHeadersEndHandler(Handler<Void>) - Method in class io.vertx.reactivex.ext.web.RoutingContext
-
Add a handler that will be called just before headers are written to the response.
- addHeadersEndHandler(Handler<Void>) - Method in class io.vertx.rxjava.ext.web.RoutingContext
-
Add a handler that will be called just before headers are written to the response.
- addInboundInterceptor(Handler<DeliveryContext<T>>) - Method in interface io.vertx.core.eventbus.EventBus
-
Add an interceptor that will be called whenever a message is received by Vert.x
- addInboundInterceptor(Handler<DeliveryContext<T>>) - Method in class io.vertx.reactivex.core.eventbus.EventBus
-
Add an interceptor that will be called whenever a message is received by Vert.x
- addInboundInterceptor(Handler<DeliveryContext<T>>) - Method in class io.vertx.rxjava.core.eventbus.EventBus
-
Add an interceptor that will be called whenever a message is received by Vert.x
- addInboundMapping(InboundMapping) - Method in class io.vertx.camel.CamelBridgeOptions
-
Adds an inbound mapping (Camel to Vert.x).
- addInboundPermitted(PermittedOptions) - Method in class io.vertx.ext.bridge.BridgeOptions
-
- addInboundPermitted(PermittedOptions) - Method in class io.vertx.ext.stomp.BridgeOptions
-
- addInboundPermitted(PermittedOptions) - Method in class io.vertx.ext.web.handler.sockjs.SockJSBridgeOptions
-
- addInteger(Integer) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Add an integer value at the end of the tuple.
- addInteger(Integer) - Method in class io.vertx.rxjava.sqlclient.Tuple
-
Add an integer value at the end of the tuple.
- addInteger(Integer) - Method in interface io.vertx.sqlclient.Tuple
-
Add an integer value at the end of the tuple.
- addIntegerArray(Integer[]) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Deprecated.
- addIntegerArray(Integer[]) - Method in class io.vertx.rxjava.sqlclient.Tuple
-
Deprecated.
- addIntegerArray(Integer[]) - Method in interface io.vertx.sqlclient.Tuple
-
- addInterceptor(Function<Message<JsonObject>, Future<Message<JsonObject>>>) - Method in class io.vertx.serviceproxy.ServiceBinder
-
- additionalImports(ProxyModel) - Method in class io.vertx.serviceproxy.generator.ServiceProxyHandlerGen
-
- addJsonBodySchema(String) - Method in interface io.vertx.ext.web.api.validation.HTTPRequestValidationHandler
-
Add a json schema for body with Content-Type "application/json"
- addJsonBodySchema(String) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
-
Add a json schema for body with Content-Type "application/json"
- addJsonBodySchema(String) - Method in class io.vertx.rxjava.ext.web.api.validation.HTTPRequestValidationHandler
-
Add a json schema for body with Content-Type "application/json"
- addJwk(JsonObject) - Method in class io.vertx.ext.auth.jwt.JWTAuthOptions
-
- addKeyPath(String) - Method in class io.vertx.core.net.PemKeyCertOptions
-
Add a path to a key file
- addKeyValue(Buffer) - Method in class io.vertx.core.net.PemKeyCertOptions
-
Add a key as a buffer
- addLabelMatch(Match) - Method in class io.vertx.micrometer.MicrometerMetricsOptions
-
Add a rule for label matching.
- addLabels(Label...) - Method in class io.vertx.micrometer.MicrometerMetricsOptions
-
Add a labels to enable.
- addLocalDate(LocalDate) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Add a LocalDate
value at the end of the tuple.
- addLocalDate(LocalDate) - Method in class io.vertx.rxjava.sqlclient.Tuple
-
Add a LocalDate
value at the end of the tuple.
- addLocalDate(LocalDate) - Method in interface io.vertx.sqlclient.Tuple
-
Add a LocalDate
value at the end of the tuple.
- addLocalDateArray(LocalDate[]) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Deprecated.
- addLocalDateArray(LocalDate[]) - Method in class io.vertx.rxjava.sqlclient.Tuple
-
Deprecated.
- addLocalDateArray(LocalDate[]) - Method in interface io.vertx.sqlclient.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.
- addLocalDateTimeArray(LocalDateTime[]) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Deprecated.
- addLocalDateTimeArray(LocalDateTime[]) - Method in class io.vertx.rxjava.sqlclient.Tuple
-
Deprecated.
- addLocalDateTimeArray(LocalDateTime[]) - Method in interface io.vertx.sqlclient.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.
- addLocalTimeArray(LocalTime[]) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Deprecated.
- addLocalTimeArray(LocalTime[]) - Method in class io.vertx.rxjava.sqlclient.Tuple
-
Deprecated.
- addLocalTimeArray(LocalTime[]) - Method in interface io.vertx.sqlclient.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.
- addLongArray(Long[]) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Deprecated.
- addLongArray(Long[]) - Method in class io.vertx.rxjava.sqlclient.Tuple
-
Deprecated.
- addLongArray(Long[]) - Method in interface io.vertx.sqlclient.Tuple
-
- addMonitoredEventBusHandler(Match) - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
-
Add a monitored event bus handler.
- addMonitoredHttpClientEndpoint(Match) - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
-
Add an monitored http client endpoint.
- addMonitoredHttpClientUri(Match) - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
-
Add an monitored http client uri.
- addMonitoredHttpServerUri(Match) - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
-
Add an monitored http server uri.
- addMultipartRequiredFile(String, String) - Method in interface io.vertx.ext.web.api.validation.HTTPRequestValidationHandler
-
Add an expected filename inside multipart request.
- addMultipartRequiredFile(String, String) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
-
Add an expected filename inside multipart request.
- addMultipartRequiredFile(String, String) - Method in class io.vertx.rxjava.ext.web.api.validation.HTTPRequestValidationHandler
-
Add an expected filename inside multipart request.
- 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.
- addOffsetDateTimeArray(OffsetDateTime[]) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Deprecated.
- addOffsetDateTimeArray(OffsetDateTime[]) - Method in class io.vertx.rxjava.sqlclient.Tuple
-
Deprecated.
- addOffsetDateTimeArray(OffsetDateTime[]) - Method in interface io.vertx.sqlclient.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.
- addOffsetTimeArray(OffsetTime[]) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Deprecated.
- addOffsetTimeArray(OffsetTime[]) - Method in class io.vertx.rxjava.sqlclient.Tuple
-
Deprecated.
- addOffsetTimeArray(OffsetTime[]) - Method in interface io.vertx.sqlclient.Tuple
-
- addOperation(TxnOperation) - Method in class io.vertx.ext.consul.TxnRequest
-
Adds operation to this request
- addOption(Option) - Method in interface io.vertx.core.cli.CLI
-
Adds an option.
- addOption(Option) - Method in class io.vertx.reactivex.core.cli.CLI
-
Adds an option.
- addOption(Option) - Method in class io.vertx.rxjava.core.cli.CLI
-
Adds an option.
- addOptions(List<Option>) - Method in interface io.vertx.core.cli.CLI
-
Adds a set of options.
- addOptions(List<Option>) - Method in class io.vertx.reactivex.core.cli.CLI
-
Adds a set of options.
- addOptions(List<Option>) - Method in class io.vertx.rxjava.core.cli.CLI
-
Adds a set of options.
- addOutboundInterceptor(Handler<DeliveryContext<T>>) - Method in interface io.vertx.core.eventbus.EventBus
-
Add an interceptor that will be called whenever a message is sent from Vert.x
- addOutboundInterceptor(Handler<DeliveryContext<T>>) - Method in class io.vertx.reactivex.core.eventbus.EventBus
-
Add an interceptor that will be called whenever a message is sent from Vert.x
- addOutboundInterceptor(Handler<DeliveryContext<T>>) - Method in class io.vertx.rxjava.core.eventbus.EventBus
-
Add an interceptor that will be called whenever a message is sent from Vert.x
- addOutboundMapping(OutboundMapping) - Method in class io.vertx.camel.CamelBridgeOptions
-
Adds an outbound mapping (Vert.x to Camel).
- addOutboundPermitted(PermittedOptions) - Method in class io.vertx.ext.bridge.BridgeOptions
-
- addOutboundPermitted(PermittedOptions) - Method in class io.vertx.ext.stomp.BridgeOptions
-
- addOutboundPermitted(PermittedOptions) - Method in class io.vertx.ext.web.handler.sockjs.SockJSBridgeOptions
-
- addPathParam(String, ParameterType) - Method in interface io.vertx.ext.web.api.validation.HTTPRequestValidationHandler
-
Add a path parameter with included parameter types.
- addPathParam(String, ParameterType) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
-
Add a path parameter with included parameter types.
- addPathParam(String, ParameterType) - Method in class io.vertx.rxjava.ext.web.api.validation.HTTPRequestValidationHandler
-
Add a path parameter with included parameter types.
- addPathParamWithCustomTypeValidator(String, ParameterTypeValidator, boolean) - Method in interface io.vertx.ext.web.api.validation.HTTPRequestValidationHandler
-
Add a path parameter with a custom type validator.
- addPathParamWithCustomTypeValidator(String, ParameterTypeValidator, boolean) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
-
Add a path parameter with a custom type validator.
- addPathParamWithCustomTypeValidator(String, ParameterTypeValidator, boolean) - Method in class io.vertx.rxjava.ext.web.api.validation.HTTPRequestValidationHandler
-
Add a path parameter with a custom type validator.
- addPathParamWithPattern(String, String) - Method in interface io.vertx.ext.web.api.validation.HTTPRequestValidationHandler
-
Add a path parameter with a custom pattern.
- addPathParamWithPattern(String, String) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
-
Add a path parameter with a custom pattern.
- addPathParamWithPattern(String, String) - Method in class io.vertx.rxjava.ext.web.api.validation.HTTPRequestValidationHandler
-
Add a path parameter with a custom pattern.
- addPermission(String) - Method in class io.vertx.ext.auth.JWTOptions
-
Add a permission to this token.
- addPoint(Point) - Method in class io.vertx.pgclient.data.Path
-
- addPoint(Point) - Method in class io.vertx.pgclient.data.Polygon
-
- addProperty(String, String) - Method in class io.vertx.db2client.DB2ConnectOptions
-
- addProperty(String, String) - Method in class io.vertx.mysqlclient.MySQLAuthOptions
-
Add a property for this client, which will be sent to server at the re-authentication.
- addProperty(String, String) - Method in class io.vertx.mysqlclient.MySQLConnectOptions
-
- addProperty(String, String) - Method in class io.vertx.pgclient.PgConnectOptions
-
- addProperty(String, String) - Method in class io.vertx.sqlclient.SqlConnectOptions
-
Add a property for this client, which will be sent to server at the connection start.
- addPubSecKey(PubSecKeyOptions) - Method in class io.vertx.ext.auth.jwt.JWTAuthOptions
-
- addPubSecKey(PubSecKeyOptions) - Method in class io.vertx.ext.auth.oauth2.OAuth2ClientOptions
-
- addQueryParam(String, ParameterType, boolean) - Method in interface io.vertx.ext.web.api.validation.HTTPRequestValidationHandler
-
Add a query parameter with included parameter types
- addQueryParam(String, String) - Method in interface io.vertx.ext.web.client.HttpRequest
-
Add a query parameter to the request.
- addQueryParam(String, ParameterType, boolean) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
-
Add a query parameter with included parameter types
- 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
-
Add a query parameter with included parameter types
- addQueryParam(String, String) - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
-
Add a query parameter to the request.
- addQueryParamsArray(String, ParameterType, boolean) - Method in interface io.vertx.ext.web.api.validation.HTTPRequestValidationHandler
-
Add a query parameters array with included parameter types
- addQueryParamsArray(String, ParameterType, boolean) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
-
Add a query parameters array with included parameter types
- addQueryParamsArray(String, ParameterType, boolean) - Method in class io.vertx.rxjava.ext.web.api.validation.HTTPRequestValidationHandler
-
Add a query parameters array with included parameter types
- addQueryParamsArrayWithPattern(String, String, boolean) - Method in interface io.vertx.ext.web.api.validation.HTTPRequestValidationHandler
-
Add a query parameters array with a custom pattern
- addQueryParamsArrayWithPattern(String, String, boolean) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
-
Add a query parameters array with a custom pattern
- addQueryParamsArrayWithPattern(String, String, boolean) - Method in class io.vertx.rxjava.ext.web.api.validation.HTTPRequestValidationHandler
-
Add a query parameters array with a custom pattern
- addQueryParamWithCustomTypeValidator(String, ParameterTypeValidator, boolean, boolean) - Method in interface io.vertx.ext.web.api.validation.HTTPRequestValidationHandler
-
Add a query parameter with a custom type validator.
- addQueryParamWithCustomTypeValidator(String, ParameterTypeValidator, boolean, boolean) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
-
Add a query parameter with a custom type validator.
- addQueryParamWithCustomTypeValidator(String, ParameterTypeValidator, boolean, boolean) - Method in class io.vertx.rxjava.ext.web.api.validation.HTTPRequestValidationHandler
-
Add a query parameter with a custom type validator.
- addQueryParamWithPattern(String, String, boolean) - Method in interface io.vertx.ext.web.api.validation.HTTPRequestValidationHandler
-
Add a query parameter with a custom pattern
- addQueryParamWithPattern(String, String, boolean) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
-
Add a query parameter with a custom pattern
- addQueryParamWithPattern(String, String, boolean) - Method in class io.vertx.rxjava.ext.web.api.validation.HTTPRequestValidationHandler
-
Add a query parameter with a custom pattern
- addReporter(ReportOptions) - Method in class io.vertx.ext.unit.report.ReportingOptions
-
Add a reporter to the current list.
- addReporter(ReportOptions) - Method in class io.vertx.ext.unit.TestOptions
-
- address() - Method in interface io.vertx.amqp.AmqpMessage
-
- address(String) - Method in interface io.vertx.amqp.AmqpMessageBuilder
-
- address() - Method in interface io.vertx.amqp.AmqpReceiver
-
The listened address.
- address() - Method in interface io.vertx.amqp.AmqpSender
-
- address() - Method in interface io.vertx.core.eventbus.Message
-
The address the message was sent to
- address() - Method in interface io.vertx.core.eventbus.MessageConsumer
-
- address() - Method in interface io.vertx.core.eventbus.MessageProducer
-
- address - Variable in class io.vertx.ext.shell.command.base.BusPublish
-
- address() - Method in class io.vertx.reactivex.amqp.AmqpMessage
-
- address(String) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
-
- address() - Method in class io.vertx.reactivex.amqp.AmqpReceiver
-
The listened address.
- address() - Method in class io.vertx.reactivex.amqp.AmqpSender
-
- address() - Method in class io.vertx.reactivex.core.eventbus.Message
-
The address the message was sent to
- address() - Method in class io.vertx.reactivex.core.eventbus.MessageConsumer
-
- address() - Method in class io.vertx.reactivex.core.eventbus.MessageProducer
-
- address() - Method in class io.vertx.rxjava.amqp.AmqpMessage
-
- address(String) - Method in class io.vertx.rxjava.amqp.AmqpMessageBuilder
-
- address() - Method in class io.vertx.rxjava.amqp.AmqpReceiver
-
The listened address.
- address() - Method in class io.vertx.rxjava.amqp.AmqpSender
-
- address() - Method in class io.vertx.rxjava.core.eventbus.Message
-
The address the message was sent to
- address() - Method in class io.vertx.rxjava.core.eventbus.MessageConsumer
-
- address() - Method in class io.vertx.rxjava.core.eventbus.MessageProducer
-
- 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
-
- addResult(TxnResult) - Method in class io.vertx.ext.consul.TxnResponse
-
Adds result to this response
- addSearchDomain(String) - Method in class io.vertx.core.dns.AddressResolverOptions
-
Add a DNS search domain.
- addSecret(SecretOptions) - Method in class io.vertx.ext.auth.jwt.JWTAuthOptions
-
Deprecated.
- addSecurityHandler(String, Handler<RoutingContext>) - Method in interface io.vertx.ext.web.api.contract.RouterFactory
-
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
-
Mount to paths that have to follow a security schema a security handler
- addSecurityHandler(String, Handler<RoutingContext>) - Method in interface io.vertx.reactivex.ext.web.api.contract.RouterFactory
-
Mount to paths that have to follow a security schema a security handler
- addSecurityHandler(String, Handler<RoutingContext>) - Method in class io.vertx.rxjava.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
-
Mount to paths that have to follow a security schema a security handler
- addSecurityHandler(String, Handler<RoutingContext>) - Method in interface io.vertx.rxjava.ext.web.api.contract.RouterFactory
-
Mount to paths that have to follow a security schema a security handler
- addSecuritySchemaScopeValidator(String, String, Handler<RoutingContext>) - Method in interface io.vertx.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
-
Add a particular scope validator.
- addSecuritySchemaScopeValidator(String, String, Handler<RoutingContext>) - Method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
-
Add a particular scope validator.
- addSecuritySchemaScopeValidator(String, String, Handler<RoutingContext>) - Method in class io.vertx.rxjava.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
-
Add a particular scope validator.
- addSentinel(String) - Method in class io.vertx.redis.RedisOptions
-
Deprecated.
Add Sentinel node.
- addServer(String) - Method in class io.vertx.core.dns.AddressResolverOptions
-
Add a DNS server address.
- addService(ServerServiceDefinition) - Method in class io.vertx.grpc.VertxServerBuilder
-
- addService(BindableService) - Method in class io.vertx.grpc.VertxServerBuilder
-
- addShort(Short) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Add a short value at the end of the tuple.
- addShort(Short) - Method in class io.vertx.rxjava.sqlclient.Tuple
-
Add a short value at the end of the tuple.
- addShort(Short) - Method in interface io.vertx.sqlclient.Tuple
-
Add a short value at the end of the tuple.
- addShortArray(Short[]) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Deprecated.
- addShortArray(Short[]) - Method in class io.vertx.rxjava.sqlclient.Tuple
-
Deprecated.
- addShortArray(Short[]) - Method in interface io.vertx.sqlclient.Tuple
-
- 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.
- addStringArray(String[]) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Deprecated.
- addStringArray(String[]) - Method in class io.vertx.rxjava.sqlclient.Tuple
-
Deprecated.
- addStringArray(String[]) - Method in interface io.vertx.sqlclient.Tuple
-
- 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.
- addTemporalArray(Temporal[]) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Deprecated.
- addTemporalArray(Temporal[]) - Method in class io.vertx.rxjava.sqlclient.Tuple
-
Deprecated.
- addTemporalArray(Temporal[]) - Method in interface io.vertx.sqlclient.Tuple
-
- addTenantHandler(String, Handler<RoutingContext>) - Method in interface io.vertx.ext.web.handler.MultiTenantHandler
-
Add a handler for a given tenant to this handler.
- addTenantHandler(String, Handler<RoutingContext>) - Method in class io.vertx.reactivex.ext.web.handler.MultiTenantHandler
-
Add a handler for a given tenant to this handler.
- addTenantHandler(String, Handler<RoutingContext>) - Method in class io.vertx.rxjava.ext.web.handler.MultiTenantHandler
-
Add a handler for a given tenant to this handler.
- addTransportFilter(ServerTransportFilter) - Method in class io.vertx.grpc.VertxServerBuilder
-
- addUUID(UUID) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Add a
UUID
value at the end of the tuple.
- addUUID(UUID) - Method in class io.vertx.rxjava.sqlclient.Tuple
-
Add a
UUID
value at the end of the tuple.
- addUUID(UUID) - Method in interface io.vertx.sqlclient.Tuple
-
Add a
UUID
value at the end of the tuple.
- addUUIDArray(UUID[]) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Deprecated.
- addUUIDArray(UUID[]) - Method in class io.vertx.rxjava.sqlclient.Tuple
-
Deprecated.
- addUUIDArray(UUID[]) - Method in interface io.vertx.sqlclient.Tuple
-
- addValue(Object) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Add an object value at the end of the tuple.
- addValue(Object) - Method in class io.vertx.rxjava.sqlclient.Tuple
-
Add an object value at the end of the tuple.
- addValue(Object) - Method in interface io.vertx.sqlclient.Tuple
-
Add an object value at the end of the tuple.
- addValues(T[]) - Method in interface io.vertx.sqlclient.Tuple
-
- addWebSocketSubProtocol(String) - Method in class io.vertx.core.http.HttpServerOptions
-
Add a WebSocket sub-protocol to the list supported by the server.
- addXMLBodySchema(String) - Method in interface io.vertx.ext.web.api.validation.HTTPRequestValidationHandler
-
Add a xml schema for body with Content-Type "application/xml"
- addXMLBodySchema(String) - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
-
Add a xml schema for body with Content-Type "application/xml"
- addXMLBodySchema(String) - Method in class io.vertx.rxjava.ext.web.api.validation.HTTPRequestValidationHandler
-
Add a xml schema for body with Content-Type "application/xml"
- adjustLocation(String) - Method in class io.vertx.ext.web.common.template.CachingTemplateEngine
-
Deprecated.
- adjustLocation(String) - Method in class io.vertx.ext.web.templ.CachingTemplateEngine
-
- after(Handler<TestContext>) - Method in interface io.vertx.ext.unit.TestSuite
-
Set a callback executed after the tests.
- after(Handler<TestContext>) - Method in class io.vertx.reactivex.ext.unit.TestSuite
-
Set a callback executed after the tests.
- after(Handler<TestContext>) - Method in class io.vertx.rxjava.ext.unit.TestSuite
-
Set a callback executed after the tests.
- afterAll(ExtensionContext) - Method in class io.vertx.junit5.VertxExtension
-
- afterConfigParsed(JsonObject) - Method in class io.vertx.core.Launcher
-
Hook for sub-classes of
Launcher
after the config has been parsed.
- afterEach(Handler<TestContext>) - Method in interface io.vertx.ext.unit.TestSuite
-
Set a callback executed after each test and before the suite after
callback.
- afterEach(ExtensionContext) - Method in class io.vertx.junit5.VertxExtension
-
- afterEach(Handler<TestContext>) - Method in class io.vertx.reactivex.ext.unit.TestSuite
-
Set a callback executed after each test and before the suite after
callback.
- afterEach(Handler<TestContext>) - Method in class io.vertx.rxjava.ext.unit.TestSuite
-
Set a callback executed after each test and before the suite after
callback.
- afterStartingVertx(Vertx) - Method in class io.vertx.core.Launcher
-
Hook for sub-classes of
Launcher
after the vertx instance is started.
- afterStartingVertx() - Method in class io.vertx.core.Starter
-
Deprecated.
Hook for sub classes of
Starter
after the vertx instance is started.
- afterStoppingVertx() - Method in class io.vertx.core.Launcher
-
- afterTestExecution(ExtensionContext) - Method in class io.vertx.junit5.VertxExtension
-
- AGE - Static variable in class io.vertx.core.http.HttpHeaders
-
Age header name
- agentInfo(Handler<AsyncResult<JsonObject>>) - Method in interface io.vertx.ext.consul.ConsulClient
-
Returns the configuration and member information of the local agent
- agentInfo(Handler<AsyncResult<JsonObject>>) - Method in interface io.vertx.ext.consul.ConsulService
-
- agentInfo(Handler<AsyncResult<JsonObject>>) - 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.reactivex.ext.consul.ConsulService
-
- agentInfo(Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
-
Returns the configuration and member information of the local agent
- aggregate(String, JsonArray) - Method in interface io.vertx.ext.mongo.MongoClient
-
- aggregate(String, JsonArray) - Method in interface io.vertx.ext.mongo.MongoService
-
- aggregate(String, JsonArray) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
- aggregate(String, JsonArray) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
- aggregatedStatus() - Method in class io.vertx.ext.consul.ServiceEntry
-
AggregatedStatus returns the "best" status for the list of health checks.
- AggregateOptions - Class in io.vertx.ext.mongo
-
Options used to configure aggregate operations.
- AggregateOptions() - Constructor for class io.vertx.ext.mongo.AggregateOptions
-
Default constructor
- AggregateOptions(AggregateOptions) - Constructor for class io.vertx.ext.mongo.AggregateOptions
-
Copy constructor
- AggregateOptions(JsonObject) - Constructor for class io.vertx.ext.mongo.AggregateOptions
-
Constructor from JSON
- AggregateOptions - Enum in io.vertx.redis.op
-
- AggregateOptionsConverter - Class in io.vertx.ext.mongo
-
- AggregateOptionsConverter() - Constructor for class io.vertx.ext.mongo.AggregateOptionsConverter
-
- aggregateWithOptions(String, JsonArray, AggregateOptions) - Method in interface io.vertx.ext.mongo.MongoClient
-
Run aggregate MongoDB command.
- aggregateWithOptions(String, JsonArray, AggregateOptions) - Method in interface io.vertx.ext.mongo.MongoService
-
- 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.
- all(Handler<AsyncResult<List<Row>>>) - Method in interface io.vertx.cassandra.ResultSet
-
- all(Future<T1>, Future<T2>) - Static method in interface io.vertx.core.CompositeFuture
-
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
-
- all(Future<T1>, Future<T2>, Future<T3>, Future<T4>) - Static method in interface io.vertx.core.CompositeFuture
-
- all(Future<T1>, Future<T2>, Future<T3>, Future<T4>, Future<T5>) - Static method in interface io.vertx.core.CompositeFuture
-
- all(Future<T1>, Future<T2>, Future<T3>, Future<T4>, Future<T5>, Future<T6>) - Static method in interface io.vertx.core.CompositeFuture
-
- all(List<Future>) - Static method in interface io.vertx.core.CompositeFuture
-
- all(Handler<AsyncResult<List<Row>>>) - Method in class io.vertx.reactivex.cassandra.ResultSet
-
- all(Future<T1>, Future<T2>) - Static method in class io.vertx.reactivex.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 class io.vertx.reactivex.core.CompositeFuture
-
- all(Future<T1>, Future<T2>, Future<T3>, Future<T4>) - Static method in class io.vertx.reactivex.core.CompositeFuture
-
- all(Future<T1>, Future<T2>, Future<T3>, Future<T4>, Future<T5>) - Static method in class io.vertx.reactivex.core.CompositeFuture
-
- all(Future<T1>, Future<T2>, Future<T3>, Future<T4>, Future<T5>, Future<T6>) - Static method in class io.vertx.reactivex.core.CompositeFuture
-
- all(List<Future>) - Static method in class io.vertx.reactivex.core.CompositeFuture
-
- all(Handler<AsyncResult<List<Row>>>) - Method in class io.vertx.rxjava.cassandra.ResultSet
-
- all(Future<T1>, Future<T2>) - Static method in class io.vertx.rxjava.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 class io.vertx.rxjava.core.CompositeFuture
-
- all(Future<T1>, Future<T2>, Future<T3>, Future<T4>) - Static method in class io.vertx.rxjava.core.CompositeFuture
-
- all(Future<T1>, Future<T2>, Future<T3>, Future<T4>, Future<T5>) - Static method in class io.vertx.rxjava.core.CompositeFuture
-
- all(Future<T1>, Future<T2>, Future<T3>, Future<T4>, Future<T5>, Future<T6>) - Static method in class io.vertx.rxjava.core.CompositeFuture
-
- all(List<Future>) - Static method in class io.vertx.rxjava.core.CompositeFuture
-
- allArguments() - Method in interface io.vertx.core.cli.CommandLine
-
- allArguments() - Method in class io.vertx.reactivex.core.cli.CommandLine
-
- allArguments() - Method in class io.vertx.rxjava.core.cli.CommandLine
-
- ALLOW - Static variable in class io.vertx.core.http.HttpHeaders
-
Allow header name
- allowCredentials(boolean) - Method in interface io.vertx.ext.web.handler.CorsHandler
-
Set whether credentials are allowed.
- allowCredentials(boolean) - Method in class io.vertx.reactivex.ext.web.handler.CorsHandler
-
Set whether credentials are allowed.
- allowCredentials(boolean) - Method in class io.vertx.rxjava.ext.web.handler.CorsHandler
-
Set whether credentials are allowed.
- allowedHeader(String) - Method in interface io.vertx.ext.web.handler.CorsHandler
-
Add an allowed header
- allowedHeader(String) - Method in class io.vertx.reactivex.ext.web.handler.CorsHandler
-
Add an allowed header
- allowedHeader(String) - Method in class io.vertx.rxjava.ext.web.handler.CorsHandler
-
Add an allowed header
- allowedHeaders(Set<String>) - Method in interface io.vertx.ext.web.handler.CorsHandler
-
Add a set of allowed headers
- allowedHeaders(Set<String>) - Method in class io.vertx.reactivex.ext.web.handler.CorsHandler
-
Add a set of allowed headers
- allowedHeaders(Set<String>) - Method in class io.vertx.rxjava.ext.web.handler.CorsHandler
-
Add a set of allowed headers
- allowedMethod(HttpMethod) - Method in interface io.vertx.ext.web.handler.CorsHandler
-
Add an allowed method
- allowedMethod(HttpMethod) - Method in class io.vertx.reactivex.ext.web.handler.CorsHandler
-
Add an allowed method
- allowedMethod(HttpMethod) - Method in class io.vertx.rxjava.ext.web.handler.CorsHandler
-
Add an allowed method
- allowedMethods(Set<HttpMethod>) - Method in interface io.vertx.ext.web.handler.CorsHandler
-
Add a set of allowed methods
- allowedMethods(Set<HttpMethod>) - Method in class io.vertx.reactivex.ext.web.handler.CorsHandler
-
Add a set of allowed methods
- allowedMethods(Set<HttpMethod>) - Method in class io.vertx.rxjava.ext.web.handler.CorsHandler
-
Add a set of allowed methods
- allowedOrigins(JsonObject) - Static method in interface io.vertx.ext.auth.oauth2.KeycloakHelper
-
Deprecated.
- allowedOrigins(JsonObject) - Static method in class io.vertx.reactivex.ext.auth.oauth2.KeycloakHelper
-
- allowedOrigins(JsonObject) - Static method in class io.vertx.rxjava.ext.auth.oauth2.KeycloakHelper
-
- allowEmptyValue() - Method in interface io.vertx.ext.web.api.validation.ParameterValidationRule
-
allowEmptyValue is used in query, header, cookie and form parameters.
- allowEmptyValue() - Method in class io.vertx.reactivex.ext.web.api.validation.ParameterValidationRule
-
allowEmptyValue is used in query, header, cookie and form parameters.
- allowEmptyValue() - Method in class io.vertx.rxjava.ext.web.api.validation.ParameterValidationRule
-
allowEmptyValue is used in query, header, cookie and form parameters.
- 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
- 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.
- 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
-
- AmqpBridge - Interface in io.vertx.amqpbridge
-
Vert.x AMQP Bridge.
- AmqpBridge - Class in io.vertx.reactivex.amqpbridge
-
Vert.x AMQP Bridge.
- AmqpBridge(AmqpBridge) - Constructor for class io.vertx.reactivex.amqpbridge.AmqpBridge
-
- AmqpBridge(Object) - Constructor for class io.vertx.reactivex.amqpbridge.AmqpBridge
-
- AmqpBridge - Class in io.vertx.rxjava.amqpbridge
-
Vert.x AMQP Bridge.
- AmqpBridge(AmqpBridge) - Constructor for class io.vertx.rxjava.amqpbridge.AmqpBridge
-
- AmqpBridge(Object) - Constructor for class io.vertx.rxjava.amqpbridge.AmqpBridge
-
- AmqpBridgeOptions - Class in io.vertx.amqpbridge
-
Options for configuring the AmqpBridge.
- AmqpBridgeOptions() - Constructor for class io.vertx.amqpbridge.AmqpBridgeOptions
-
- AmqpBridgeOptions(JsonObject) - Constructor for class io.vertx.amqpbridge.AmqpBridgeOptions
-
- AmqpBridgeOptionsConverter - Class in io.vertx.amqpbridge
-
- AmqpBridgeOptionsConverter() - Constructor for class io.vertx.amqpbridge.AmqpBridgeOptionsConverter
-
- AmqpClient - Interface in io.vertx.amqp
-
AMQP Client entry point.
- AmqpClient - Class in io.vertx.reactivex.amqp
-
AMQP Client entry point.
- AmqpClient(AmqpClient) - Constructor for class io.vertx.reactivex.amqp.AmqpClient
-
- AmqpClient(Object) - Constructor for class io.vertx.reactivex.amqp.AmqpClient
-
- AmqpClient - Class in io.vertx.rxjava.amqp
-
AMQP Client entry point.
- AmqpClient(AmqpClient) - Constructor for class io.vertx.rxjava.amqp.AmqpClient
-
- AmqpClient(Object) - Constructor for class io.vertx.rxjava.amqp.AmqpClient
-
- AmqpClientOptions - Class in io.vertx.amqp
-
Configures the AMQP Client.
- AmqpClientOptions() - Constructor for class io.vertx.amqp.AmqpClientOptions
-
- AmqpClientOptions(JsonObject) - Constructor for class io.vertx.amqp.AmqpClientOptions
-
- AmqpClientOptions(AmqpClientOptions) - Constructor for class io.vertx.amqp.AmqpClientOptions
-
- AmqpClientOptionsConverter - Class in io.vertx.amqp
-
- 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
-
- AmqpConstants - Class in io.vertx.amqpbridge
-
Helpful constants for dealing with the various sections/elements forming the JsonObject representation of the
AMQP
message.
- AmqpConstants() - Constructor for class io.vertx.amqpbridge.AmqpConstants
-
- 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
-
- AmqpMessageBuilder - Class in io.vertx.reactivex.amqp
-
- AmqpMessageBuilder(AmqpMessageBuilder) - Constructor for class io.vertx.reactivex.amqp.AmqpMessageBuilder
-
- AmqpMessageBuilder(Object) - Constructor for class io.vertx.reactivex.amqp.AmqpMessageBuilder
-
- AmqpMessageBuilder - Class in io.vertx.rxjava.amqp
-
- AmqpMessageBuilder(AmqpMessageBuilder) - Constructor for class io.vertx.rxjava.amqp.AmqpMessageBuilder
-
- AmqpMessageBuilder(Object) - Constructor for class io.vertx.rxjava.amqp.AmqpMessageBuilder
-
- AmqpReceiver - Interface in io.vertx.amqp
-
Interface used to consume AMQP message as a stream of message.
- AmqpReceiver - Class in io.vertx.reactivex.amqp
-
Interface used to consume AMQP message as a stream of message.
- AmqpReceiver(AmqpReceiver) - Constructor for class io.vertx.reactivex.amqp.AmqpReceiver
-
- AmqpReceiver(Object) - Constructor for class io.vertx.reactivex.amqp.AmqpReceiver
-
- AmqpReceiver - Class in io.vertx.rxjava.amqp
-
Interface used to consume AMQP message as a stream of message.
- AmqpReceiver(AmqpReceiver) - Constructor for class io.vertx.rxjava.amqp.AmqpReceiver
-
- AmqpReceiver(Object) - Constructor for class io.vertx.rxjava.amqp.AmqpReceiver
-
- AmqpReceiverOptions - Class in io.vertx.amqp
-
Configures the AMQP Receiver.
- AmqpReceiverOptions() - Constructor for class io.vertx.amqp.AmqpReceiverOptions
-
- AmqpReceiverOptions(AmqpReceiverOptions) - Constructor for class io.vertx.amqp.AmqpReceiverOptions
-
- AmqpReceiverOptions(JsonObject) - Constructor for class io.vertx.amqp.AmqpReceiverOptions
-
- AmqpReceiverOptionsConverter - Class in io.vertx.amqp
-
- AmqpReceiverOptionsConverter() - Constructor for class io.vertx.amqp.AmqpReceiverOptionsConverter
-
- AmqpSender - Interface in io.vertx.amqp
-
AMQP Sender interface used to send messages.
- AmqpSender - Class in io.vertx.reactivex.amqp
-
AMQP Sender interface used to send messages.
- AmqpSender(AmqpSender) - Constructor for class io.vertx.reactivex.amqp.AmqpSender
-
- AmqpSender(Object) - Constructor for class io.vertx.reactivex.amqp.AmqpSender
-
- AmqpSender - Class in io.vertx.rxjava.amqp
-
AMQP Sender interface used to send messages.
- AmqpSender(AmqpSender) - Constructor for class io.vertx.rxjava.amqp.AmqpSender
-
- AmqpSender(Object) - Constructor for class io.vertx.rxjava.amqp.AmqpSender
-
- AmqpSenderOptions - Class in io.vertx.amqp
-
Configures the AMQP Sender.
- AmqpSenderOptions() - Constructor for class io.vertx.amqp.AmqpSenderOptions
-
- AmqpSenderOptions(AmqpSenderOptions) - Constructor for class io.vertx.amqp.AmqpSenderOptions
-
- AmqpSenderOptions(JsonObject) - Constructor for class io.vertx.amqp.AmqpSenderOptions
-
- AmqpSenderOptionsConverter - Class in io.vertx.amqp
-
- AmqpSenderOptionsConverter() - Constructor for class io.vertx.amqp.AmqpSenderOptionsConverter
-
- AnnotatedCommand - Class in io.vertx.ext.shell.command
-
The base command class that Java annotated command should extend.
- AnnotatedCommand() - Constructor for class io.vertx.ext.shell.command.AnnotatedCommand
-
- annotations() - Method in class io.vertx.serviceproxy.generator.ServiceProxyGen
-
- annotations() - Method in class io.vertx.serviceproxy.generator.ServiceProxyHandlerGen
-
- 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
-
- any(Future<T1>, Future<T2>, Future<T3>, Future<T4>) - Static method in interface io.vertx.core.CompositeFuture
-
- any(Future<T1>, Future<T2>, Future<T3>, Future<T4>, Future<T5>) - Static method in interface io.vertx.core.CompositeFuture
-
- any(Future<T1>, Future<T2>, Future<T3>, Future<T4>, Future<T5>, Future<T6>) - Static method in interface io.vertx.core.CompositeFuture
-
- any(List<Future>) - Static method in interface io.vertx.core.CompositeFuture
-
- any(Future<T1>, Future<T2>) - Static method in class io.vertx.reactivex.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 class io.vertx.reactivex.core.CompositeFuture
-
- any(Future<T1>, Future<T2>, Future<T3>, Future<T4>) - Static method in class io.vertx.reactivex.core.CompositeFuture
-
- any(Future<T1>, Future<T2>, Future<T3>, Future<T4>, Future<T5>) - Static method in class io.vertx.reactivex.core.CompositeFuture
-
- any(Future<T1>, Future<T2>, Future<T3>, Future<T4>, Future<T5>, Future<T6>) - Static method in class io.vertx.reactivex.core.CompositeFuture
-
- any(List<Future>) - Static method in class io.vertx.reactivex.core.CompositeFuture
-
- any(Future<T1>, Future<T2>) - Static method in class io.vertx.rxjava.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 class io.vertx.rxjava.core.CompositeFuture
-
- any(Future<T1>, Future<T2>, Future<T3>, Future<T4>) - Static method in class io.vertx.rxjava.core.CompositeFuture
-
- any(Future<T1>, Future<T2>, Future<T3>, Future<T4>, Future<T5>) - Static method in class io.vertx.rxjava.core.CompositeFuture
-
- any(Future<T1>, Future<T2>, Future<T3>, Future<T4>, Future<T5>, Future<T6>) - Static method in class io.vertx.rxjava.core.CompositeFuture
-
- any(List<Future>) - Static method in class io.vertx.rxjava.core.CompositeFuture
-
- 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
-
- ApiHandlerUtils - Class in io.vertx.ext.web.api.generator
-
- ApiHandlerUtils() - Constructor for class io.vertx.ext.web.api.generator.ApiHandlerUtils
-
- ApolloWSHandler - Interface in io.vertx.ext.web.handler.graphql
-
A handler for GraphQL requests sent over Apollo's subscriptions-transport-ws
transport.
- ApolloWSHandler - Class in io.vertx.reactivex.ext.web.handler.graphql
-
A handler for GraphQL requests sent over Apollo's subscriptions-transport-ws
transport.
- ApolloWSHandler(ApolloWSHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler
-
- ApolloWSHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler
-
- ApolloWSHandler - Class in io.vertx.rxjava.ext.web.handler.graphql
-
A handler for GraphQL requests sent over Apollo's subscriptions-transport-ws
transport.
- ApolloWSHandler(ApolloWSHandler) - Constructor for class io.vertx.rxjava.ext.web.handler.graphql.ApolloWSHandler
-
- ApolloWSHandler(Object) - Constructor for class io.vertx.rxjava.ext.web.handler.graphql.ApolloWSHandler
-
- ApolloWSMessage - Interface in io.vertx.ext.web.handler.graphql
-
A message recevied over Apollo's subscriptions-transport-ws
transport.
- ApolloWSMessage - Class in io.vertx.reactivex.ext.web.handler.graphql
-
A message recevied 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 recevied over Apollo's subscriptions-transport-ws
transport.
- ApolloWSMessage(ApolloWSMessage) - Constructor for class io.vertx.rxjava.ext.web.handler.graphql.ApolloWSMessage
-
- ApolloWSMessage(Object) - Constructor for class io.vertx.rxjava.ext.web.handler.graphql.ApolloWSMessage
-
- ApolloWSMessageType - Enum in io.vertx.ext.web.handler.graphql
-
- ApolloWSOptions - Class in io.vertx.ext.web.handler.graphql
-
- 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
-
- ApolloWSOptionsConverter() - Constructor for class io.vertx.ext.web.handler.graphql.ApolloWSOptionsConverter
-
- append(String) - Method in interface io.vertx.core.json.pointer.JsonPointer
-
Append an unescaped token
to this pointer
Note: If you provide escaped path the behaviour is undefined
- append(int) - Method in interface io.vertx.core.json.pointer.JsonPointer
-
Append the index
as reference token to JsonPointer
- append(List<String>) - Method in interface io.vertx.core.json.pointer.JsonPointer
-
Append an unescaped list of tokens
to JsonPointer
Note: If you provide escaped paths the behaviour is undefined
- append(JsonPointer) - Method in interface io.vertx.core.json.pointer.JsonPointer
-
Append all tokens of pointer
to this pointer
Note: The base URI of this pointer will remain untouched
- append(AuthProvider) - Method in interface io.vertx.ext.auth.ChainAuth
-
Appends a auth provider to the chain.
- append(AuthHandler) - Method in interface io.vertx.ext.web.handler.ChainAuthHandler
-
Appends a auth provider to the chain.
- 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(AuthProvider) - Method in class io.vertx.reactivex.ext.auth.ChainAuth
-
Appends a auth provider to the chain.
- append(AuthHandler) - Method in class io.vertx.reactivex.ext.web.handler.ChainAuthHandler
-
Appends a auth provider to the chain.
- APPEND - Static variable in class io.vertx.reactivex.redis.client.Command
-
- append(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
- append(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
-
Append a value to a key
- append(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
-
Append a value to a key
- APPEND - Static variable in interface io.vertx.redis.client.Command
-
- append(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- append(String, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Deprecated.
Append a value to a key
- append(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Deprecated.
Append a value to a key
- 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(AuthProvider) - Method in class io.vertx.rxjava.ext.auth.ChainAuth
-
Appends a auth provider to the chain.
- append(AuthHandler) - Method in class io.vertx.rxjava.ext.web.handler.ChainAuthHandler
-
Appends a auth provider to the chain.
- APPEND - Static variable in class io.vertx.rxjava.redis.client.Command
-
- append(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
-
- append(String, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Append a value to a key
- append(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Append a value to a key
- appendArgument(StringBuilder, Argument, boolean) - Method in class io.vertx.core.cli.UsageMessageFormatter
-
Appends the usage clause for an Argument to a StringBuilder.
- appendArrayElement(Object, Object) - Method in interface io.vertx.core.json.pointer.JsonPointerIterator
-
Append array element
- appendArrayElement(Object, Object) - Method in class io.vertx.reactivex.core.json.pointer.JsonPointerIterator
-
Append array element
- appendArrayElement(Object, Object) - Method in class io.vertx.rxjava.core.json.pointer.JsonPointerIterator
-
Append array element
- appendBuffer(Buffer) - Method in interface io.vertx.core.buffer.Buffer
-
Appends the specified Buffer
to the end of this Buffer.
- appendBuffer(Buffer, int, int) - Method in interface io.vertx.core.buffer.Buffer
-
Appends the specified Buffer
starting at the offset
using len
to the end of this Buffer.
- appendBuffer(Buffer) - Method in class io.vertx.reactivex.core.buffer.Buffer
-
Appends the specified Buffer
to the end of this Buffer.
- appendBuffer(Buffer, int, int) - Method in class io.vertx.reactivex.core.buffer.Buffer
-
Appends the specified Buffer
starting at the offset
using len
to the end of this Buffer.
- appendBuffer(Buffer) - Method in class io.vertx.rxjava.core.buffer.Buffer
-
Appends the specified Buffer
to the end of this Buffer.
- appendBuffer(Buffer, int, int) - Method in class io.vertx.rxjava.core.buffer.Buffer
-
Appends the specified Buffer
starting at the offset
using len
to the end of this Buffer.
- appendByte(byte) - Method in interface io.vertx.core.buffer.Buffer
-
Appends the specified byte
to the end of the Buffer.
- appendByte(byte) - Method in class io.vertx.reactivex.core.buffer.Buffer
-
Appends the specified byte
to the end of the Buffer.
- appendByte(byte) - Method in class io.vertx.rxjava.core.buffer.Buffer
-
Appends the specified byte
to the end of the Buffer.
- appendBytes(byte[]) - Method in interface io.vertx.core.buffer.Buffer
-
Appends the specified byte[]
to the end of the Buffer.
- appendBytes(byte[], int, int) - Method in interface io.vertx.core.buffer.Buffer
-
Appends the specified number of bytes from byte[]
to the end of the Buffer, starting at the given offset.
- appendBytes(byte[]) - Method in class io.vertx.reactivex.core.buffer.Buffer
-
Appends the specified byte[]
to the end of the Buffer.
- appendBytes(byte[], int, int) - Method in class io.vertx.reactivex.core.buffer.Buffer
-
Appends the specified number of bytes from byte[]
to the end of the Buffer, starting at the given offset.
- appendBytes(byte[]) - Method in class io.vertx.rxjava.core.buffer.Buffer
-
Appends the specified byte[]
to the end of the Buffer.
- appendBytes(byte[], int, int) - Method in class io.vertx.rxjava.core.buffer.Buffer
-
Appends the specified number of bytes from byte[]
to the end of the Buffer, starting at the given offset.
- appendDouble(double) - Method in interface io.vertx.core.buffer.Buffer
-
Appends the specified double
to the end of the Buffer.
- appendDouble(double) - Method in class io.vertx.reactivex.core.buffer.Buffer
-
Appends the specified double
to the end of the Buffer.
- appendDouble(double) - Method in class io.vertx.rxjava.core.buffer.Buffer
-
Appends the specified double
to the end of the Buffer.
- appendFloat(float) - Method in interface io.vertx.core.buffer.Buffer
-
Appends the specified float
to the end of the Buffer.
- appendFloat(float) - Method in class io.vertx.reactivex.core.buffer.Buffer
-
Appends the specified float
to the end of the Buffer.
- appendFloat(float) - Method in class io.vertx.rxjava.core.buffer.Buffer
-
Appends the specified float
to the end of the Buffer.
- appendInt(int) - Method in interface io.vertx.core.buffer.Buffer
-
Appends the specified int
to the end of the Buffer.
- appendInt(int) - Method in class io.vertx.reactivex.core.buffer.Buffer
-
Appends the specified int
to the end of the Buffer.
- appendInt(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
-
Appends the specified int
to the end of the Buffer.
- appendIntLE(int) - Method in interface io.vertx.core.buffer.Buffer
-
Appends the specified int
to the end of the Buffer in the Little Endian Byte Order.
- appendIntLE(int) - Method in class io.vertx.reactivex.core.buffer.Buffer
-
Appends the specified int
to the end of the Buffer in the Little Endian Byte Order.
- appendIntLE(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
-
Appends the specified int
to the end of the Buffer in the Little Endian Byte Order.
- appendLong(long) - Method in interface io.vertx.core.buffer.Buffer
-
Appends the specified long
to the end of the Buffer.
- appendLong(long) - Method in class io.vertx.reactivex.core.buffer.Buffer
-
Appends the specified long
to the end of the Buffer.
- appendLong(long) - Method in class io.vertx.rxjava.core.buffer.Buffer
-
Appends the specified long
to the end of the Buffer.
- appendLongLE(long) - Method in interface io.vertx.core.buffer.Buffer
-
Appends the specified long
to the end of the Buffer in the Little Endian Byte Order.
- appendLongLE(long) - Method in class io.vertx.reactivex.core.buffer.Buffer
-
Appends the specified long
to the end of the Buffer in the Little Endian Byte Order.
- appendLongLE(long) - Method in class io.vertx.rxjava.core.buffer.Buffer
-
Appends the specified long
to the end of the Buffer in the Little Endian Byte Order.
- appendMedium(int) - Method in interface io.vertx.core.buffer.Buffer
-
Appends the specified 24bit int
to the end of the Buffer.
- appendMedium(int) - Method in class io.vertx.reactivex.core.buffer.Buffer
-
Appends the specified 24bit int
to the end of the Buffer.
- appendMedium(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
-
Appends the specified 24bit int
to the end of the Buffer.
- appendMediumLE(int) - Method in interface io.vertx.core.buffer.Buffer
-
Appends the specified 24bit int
to the end of the Buffer in the Little Endian Byte Order.
- appendMediumLE(int) - Method in class io.vertx.reactivex.core.buffer.Buffer
-
Appends the specified 24bit int
to the end of the Buffer in the Little Endian Byte Order.
- appendMediumLE(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
-
Appends the specified 24bit int
to the end of the Buffer in the Little Endian Byte Order.
- appendObservable(String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
-
- appendObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
-
- appendObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
- appendOption(StringBuilder, Option) - Method in class io.vertx.core.cli.UsageMessageFormatter
-
Appends the usage clause for an Option to a StringBuilder.
- appendShort(short) - Method in interface io.vertx.core.buffer.Buffer
-
Appends the specified short
to the end of the Buffer.The buffer will expand as necessary to accommodate any bytes written.
- appendShort(short) - Method in class io.vertx.reactivex.core.buffer.Buffer
-
Appends the specified short
to the end of the Buffer.The buffer will expand as necessary to accommodate any bytes written.
- appendShort(short) - Method in class io.vertx.rxjava.core.buffer.Buffer
-
Appends the specified short
to the end of the Buffer.The buffer will expand as necessary to accommodate any bytes written.
- appendShortLE(short) - Method in interface io.vertx.core.buffer.Buffer
-
Appends the specified short
to the end of the Buffer in the Little Endian Byte Order.The buffer will expand as necessary to accommodate any bytes written.
- appendShortLE(short) - Method in class io.vertx.reactivex.core.buffer.Buffer
-
Appends the specified short
to the end of the Buffer in the Little Endian Byte Order.The buffer will expand as necessary to accommodate any bytes written.
- appendShortLE(short) - Method in class io.vertx.rxjava.core.buffer.Buffer
-
Appends the specified short
to the end of the Buffer in the Little Endian Byte Order.The buffer will expand as necessary to accommodate any bytes written.
- appendString(String, String) - Method in interface io.vertx.core.buffer.Buffer
-
Appends the specified String
to the end of the Buffer with the encoding as specified by enc
.
- appendString(String) - Method in interface io.vertx.core.buffer.Buffer
-
Appends the specified String str
to the end of the Buffer with UTF-8 encoding.
- appendString(String, String) - Method in class io.vertx.reactivex.core.buffer.Buffer
-
Appends the specified String
to the end of the Buffer with the encoding as specified by enc
.
- appendString(String) - Method in class io.vertx.reactivex.core.buffer.Buffer
-
Appends the specified String str
to the end of the Buffer with UTF-8 encoding.
- appendString(String, String) - Method in class io.vertx.rxjava.core.buffer.Buffer
-
Appends the specified String
to the end of the Buffer with the encoding as specified by enc
.
- appendString(String) - Method in class io.vertx.rxjava.core.buffer.Buffer
-
Appends the specified String str
to the end of the Buffer with UTF-8 encoding.
- appendUnsignedByte(short) - Method in interface io.vertx.core.buffer.Buffer
-
Appends the specified unsigned byte
to the end of the Buffer.
- appendUnsignedByte(short) - Method in class io.vertx.reactivex.core.buffer.Buffer
-
Appends the specified unsigned byte
to the end of the Buffer.
- appendUnsignedByte(short) - Method in class io.vertx.rxjava.core.buffer.Buffer
-
Appends the specified unsigned byte
to the end of the Buffer.
- appendUnsignedInt(long) - Method in interface io.vertx.core.buffer.Buffer
-
Appends the specified unsigned int
to the end of the Buffer.
- appendUnsignedInt(long) - Method in class io.vertx.reactivex.core.buffer.Buffer
-
Appends the specified unsigned int
to the end of the Buffer.
- appendUnsignedInt(long) - Method in class io.vertx.rxjava.core.buffer.Buffer
-
Appends the specified unsigned int
to the end of the Buffer.
- appendUnsignedIntLE(long) - Method in interface io.vertx.core.buffer.Buffer
-
Appends the specified unsigned int
to the end of the Buffer in the Little Endian Byte Order.
- appendUnsignedIntLE(long) - Method in class io.vertx.reactivex.core.buffer.Buffer
-
Appends the specified unsigned int
to the end of the Buffer in the Little Endian Byte Order.
- appendUnsignedIntLE(long) - Method in class io.vertx.rxjava.core.buffer.Buffer
-
Appends the specified unsigned int
to the end of the Buffer in the Little Endian Byte Order.
- appendUnsignedShort(int) - Method in interface io.vertx.core.buffer.Buffer
-
Appends the specified unsigned short
to the end of the Buffer.The buffer will expand as necessary to accommodate any bytes written.
- appendUnsignedShort(int) - Method in class io.vertx.reactivex.core.buffer.Buffer
-
Appends the specified unsigned short
to the end of the Buffer.The buffer will expand as necessary to accommodate any bytes written.
- appendUnsignedShort(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
-
Appends the specified unsigned short
to the end of the Buffer.The buffer will expand as necessary to accommodate any bytes written.
- appendUnsignedShortLE(int) - Method in interface io.vertx.core.buffer.Buffer
-
Appends the specified unsigned short
to the end of the Buffer in the Little Endian Byte Order.The buffer will expand as necessary to accommodate any bytes written.
- appendUnsignedShortLE(int) - Method in class io.vertx.reactivex.core.buffer.Buffer
-
Appends the specified unsigned short
to the end of the Buffer in the Little Endian Byte Order.The buffer will expand as necessary to accommodate any bytes written.
- appendUnsignedShortLE(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
-
Appends the specified unsigned short
to the end of the Buffer in the Little Endian Byte Order.The buffer will expand as necessary to accommodate any bytes written.
- appId() - Method in interface io.vertx.rabbitmq.BasicProperties
-
- appId() - Method in class io.vertx.reactivex.rabbitmq.BasicProperties
-
- appId() - Method in class io.vertx.rxjava.rabbitmq.BasicProperties
-
- APPLICATION_PROPERTIES - Static variable in class io.vertx.amqpbridge.AmqpConstants
-
- APPLICATION_X_WWW_FORM_URLENCODED - Static variable in class io.vertx.core.http.HttpHeaders
-
application/x-www-form-urlencoded header value
- applicationProperties() - Method in interface io.vertx.amqp.AmqpMessage
-
- applicationProperties(JsonObject) - Method in interface io.vertx.amqp.AmqpMessageBuilder
-
- applicationProperties() - Method in class io.vertx.reactivex.amqp.AmqpMessage
-
- applicationProperties(JsonObject) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
-
- applicationProperties() - Method in class io.vertx.rxjava.amqp.AmqpMessage
-
- applicationProperties(JsonObject) - Method in class io.vertx.rxjava.amqp.AmqpMessageBuilder
-
- apply(Statement, Description) - Method in class io.vertx.ext.unit.junit.RepeatRule
-
- apply(Statement, Description) - Method in class io.vertx.ext.unit.junit.RunTestOnContext
-
- apply(Statement, Description) - Method in class io.vertx.ext.unit.junit.Timeout
-
- apply(ResponsePredicateResult) - Method in interface io.vertx.ext.web.client.predicate.ErrorConverter
-
- apply() - Method in interface io.vertx.junit5.VertxTestContext.ExecutionBlock
-
- apply(ResponsePredicateResult) - Method in class io.vertx.reactivex.ext.web.client.predicate.ErrorConverter
-
- apply(HttpResponse<Void>) - Method in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
-
- apply(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(Message<JsonObject>) - Method in class io.vertx.serviceproxy.ServiceJWTInterceptor
-
- applySystemProperties() - Method in class io.vertx.core.spi.launcher.DefaultCommand
-
Sets the system properties specified by the user command line.
- arg(String) - Method in class io.vertx.reactivex.redis.client.Request
-
Adds a String argument using UTF8 character encoding
- arg(String, String) - Method in class io.vertx.reactivex.redis.client.Request
-
Adds a String using a specific character encoding argument
- arg(Buffer) - Method in class io.vertx.reactivex.redis.client.Request
-
Adds a String key argument
- arg(long) - Method in class io.vertx.reactivex.redis.client.Request
-
Adds a long encoded to string
- arg(boolean) - Method in class io.vertx.reactivex.redis.client.Request
-
Adds a boolean encoded to string
- arg(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(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(boolean) - Method in interface io.vertx.redis.client.Request
-
Adds a boolean encoded to string
- 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(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
- argName - Variable in class io.vertx.core.cli.Argument
-
The argument name used in the usage.
- argName - Variable in class io.vertx.core.cli.Option
-
the option name used in usage message.
- args() - Method in interface io.vertx.ext.shell.command.CommandProcess
-
- args() - Method in class io.vertx.reactivex.ext.shell.command.CommandProcess
-
- args() - Method in class io.vertx.rxjava.ext.shell.command.CommandProcess
-
- argsTokens() - Method in interface io.vertx.ext.shell.command.CommandProcess
-
- argsTokens() - Method in class io.vertx.reactivex.ext.shell.command.CommandProcess
-
- argsTokens() - Method in class io.vertx.rxjava.ext.shell.command.CommandProcess
-
- Argument - Annotation Type in io.vertx.core.cli.annotations
-
Annotates a setter to be called with the value of a command line argument.
- Argument - Class in io.vertx.core.cli
-
Defines a command line argument.
- Argument() - Constructor for class io.vertx.core.cli.Argument
-
Creates a new empty instance of
Argument
.
- Argument(Argument) - Constructor for class io.vertx.core.cli.Argument
-
Creates a new instance of
Argument
by copying
other
.
- Argument(JsonObject) - Constructor for class io.vertx.core.cli.Argument
-
Creates a new instance of
Argument
from the given JSON object.
- 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.
- arrayValue() - Method in interface io.vertx.core.parsetools.JsonEvent
-
- arrayValue() - Method in class io.vertx.reactivex.core.parsetools.JsonEvent
-
- arrayValue() - Method in class io.vertx.rxjava.core.parsetools.JsonEvent
-
- arrayValueMode() - Method in interface io.vertx.core.parsetools.JsonParser
-
Flip the parser to emit a single value event for each new json array.
- arrayValueMode() - Method in class io.vertx.reactivex.core.parsetools.JsonParser
-
Flip the parser to emit a single value event for each new json array.
- arrayValueMode() - Method in class io.vertx.rxjava.core.parsetools.JsonParser
-
Flip the parser to emit a single value event for each new json array.
- as(BodyCodec<U>) - Method in interface io.vertx.ext.web.client.HttpRequest
-
Configure the request to decode the response with the responseCodec
.
- as(BodyCodec<U>) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
-
Configure the request to decode the response with the responseCodec
.
- as(BodyCodec<U>) - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
-
Configure the request to decode the response with the responseCodec
.
- ASKING - Static variable in class io.vertx.reactivex.redis.client.Command
-
- asking(Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
- ASKING - Static variable in interface io.vertx.redis.client.Command
-
- asking(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- ASKING - Static variable in class io.vertx.rxjava.redis.client.Command
-
- asking(Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
-
- askingObservable() - Method in class io.vertx.rxjava.redis.client.RedisAPI
-
- asMessageHandler() - Method in interface io.vertx.ext.unit.collect.EventBusCollector
-
- assertComplete(Future<T>) - Method in class io.vertx.junit5.VertxTestContext
-
This method allows you to check if a future is completed.
- assertEquals(Object, Object) - Method in interface io.vertx.ext.unit.TestContext
-
Assert the expected
argument is equals to the actual
argument.
- assertEquals(Object, Object, String) - Method in interface io.vertx.ext.unit.TestContext
-
Assert the expected
argument is equals to the actual
argument.
- assertEquals(Object, Object) - Method in class io.vertx.reactivex.ext.unit.TestContext
-
Assert the expected
argument is equals to the actual
argument.
- assertEquals(Object, Object, String) - Method in class io.vertx.reactivex.ext.unit.TestContext
-
Assert the expected
argument is equals to the actual
argument.
- assertEquals(Object, Object) - Method in class io.vertx.rxjava.ext.unit.TestContext
-
Assert the expected
argument is equals to the actual
argument.
- assertEquals(Object, Object, String) - Method in class io.vertx.rxjava.ext.unit.TestContext
-
Assert the expected
argument is equals to the actual
argument.
- assertFailure(Future<T>) - Method in class io.vertx.junit5.VertxTestContext
-
This method allows you to check if a future is failed.
- assertFalse(boolean) - Method in interface io.vertx.ext.unit.TestContext
-
Assert the specified condition
is false
.
- assertFalse(boolean, String) - Method in interface io.vertx.ext.unit.TestContext
-
Assert the specified condition
is false
.
- assertFalse(boolean) - Method in class io.vertx.reactivex.ext.unit.TestContext
-
Assert the specified condition
is false
.
- assertFalse(boolean, String) - Method in class io.vertx.reactivex.ext.unit.TestContext
-
Assert the specified condition
is false
.
- assertFalse(boolean) - Method in class io.vertx.rxjava.ext.unit.TestContext
-
Assert the specified condition
is false
.
- assertFalse(boolean, String) - Method in class io.vertx.rxjava.ext.unit.TestContext
-
Assert the specified condition
is false
.
- assertInRange(double, double, double) - Method in interface io.vertx.ext.unit.TestContext
-
Asserts that the expected
double argument is equals to the actual
double argument
within a positive delta.
- assertInRange(double, double, double, String) - Method in interface io.vertx.ext.unit.TestContext
-
Asserts that the expected
double argument is equals to the actual
double argument
within a positive delta.
- assertInRange(double, double, double) - Method in class io.vertx.reactivex.ext.unit.TestContext
-
Asserts that the expected
double argument is equals to the actual
double argument
within a positive delta.
- assertInRange(double, double, double, String) - Method in class io.vertx.reactivex.ext.unit.TestContext
-
Asserts that the expected
double argument is equals to the actual
double argument
within a positive delta.
- assertInRange(double, double, double) - Method in class io.vertx.rxjava.ext.unit.TestContext
-
Asserts that the expected
double argument is equals to the actual
double argument
within a positive delta.
- assertInRange(double, double, double, String) - Method in class io.vertx.rxjava.ext.unit.TestContext
-
Asserts that the expected
double argument is equals to the actual
double argument
within a positive delta.
- assertNotEquals(Object, Object) - Method in interface io.vertx.ext.unit.TestContext
-
Assert the first
argument is not equals to the second
argument.
- assertNotEquals(Object, Object, String) - Method in interface io.vertx.ext.unit.TestContext
-
Assert the first
argument is not equals to the second
argument.
- assertNotEquals(Object, Object) - Method in class io.vertx.reactivex.ext.unit.TestContext
-
Assert the first
argument is not equals to the second
argument.
- assertNotEquals(Object, Object, String) - Method in class io.vertx.reactivex.ext.unit.TestContext
-
Assert the first
argument is not equals to the second
argument.
- assertNotEquals(Object, Object) - Method in class io.vertx.rxjava.ext.unit.TestContext
-
Assert the first
argument is not equals to the second
argument.
- assertNotEquals(Object, Object, String) - Method in class io.vertx.rxjava.ext.unit.TestContext
-
Assert the first
argument is not equals to the second
argument.
- assertNotNull(Object) - Method in interface io.vertx.ext.unit.TestContext
-
Assert the expected
argument is not null
.
- assertNotNull(Object, String) - Method in interface io.vertx.ext.unit.TestContext
-
Assert the expected
argument is not null
.
- assertNotNull(Object) - Method in class io.vertx.reactivex.ext.unit.TestContext
-
Assert the expected
argument is not null
.
- assertNotNull(Object, String) - Method in class io.vertx.reactivex.ext.unit.TestContext
-
Assert the expected
argument is not null
.
- assertNotNull(Object) - Method in class io.vertx.rxjava.ext.unit.TestContext
-
Assert the expected
argument is not null
.
- assertNotNull(Object, String) - Method in class io.vertx.rxjava.ext.unit.TestContext
-
Assert the expected
argument is not null
.
- assertNull(Object) - Method in interface io.vertx.ext.unit.TestContext
-
Assert the expected
argument is null
.
- assertNull(Object, String) - Method in interface io.vertx.ext.unit.TestContext
-
Assert the expected
argument is null
.
- assertNull(Object) - Method in class io.vertx.reactivex.ext.unit.TestContext
-
Assert the expected
argument is null
.
- assertNull(Object, String) - Method in class io.vertx.reactivex.ext.unit.TestContext
-
Assert the expected
argument is null
.
- assertNull(Object) - Method in class io.vertx.rxjava.ext.unit.TestContext
-
Assert the expected
argument is null
.
- assertNull(Object, String) - Method in class io.vertx.rxjava.ext.unit.TestContext
-
Assert the expected
argument is null
.
- assertTrue(boolean) - Method in interface io.vertx.ext.unit.TestContext
-
Assert the specified condition
is true
.
- assertTrue(boolean, String) - Method in interface io.vertx.ext.unit.TestContext
-
Assert the specified condition
is true
.
- assertTrue(boolean) - Method in class io.vertx.reactivex.ext.unit.TestContext
-
Assert the specified condition
is true
.
- assertTrue(boolean, String) - Method in class io.vertx.reactivex.ext.unit.TestContext
-
Assert the specified condition
is true
.
- assertTrue(boolean) - Method in class io.vertx.rxjava.ext.unit.TestContext
-
Assert the specified condition
is true
.
- assertTrue(boolean, String) - Method in class io.vertx.rxjava.ext.unit.TestContext
-
Assert the specified condition
is true
.
- assign(TopicPartition) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
-
Manually assign a partition to this consumer.
- assign(Set<TopicPartition>) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
-
Manually assign a list of partition to this consumer.
- assign(TopicPartition, Handler<AsyncResult<Void>>) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
-
Manually assign a partition to this consumer.
- assign(Set<TopicPartition>, Handler<AsyncResult<Void>>) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
-
Manually assign a list of partition to this consumer.
- assign(Set<TopicPartition>) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
-
Manually assign a set of partitions to this consumer.
- assign(Set<TopicPartition>, Handler<AsyncResult<Void>>) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
-
Manually assign a set of partitions to this consumer.
- assign(TopicPartition) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
-
Manually assign a 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.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(TopicPartition) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
-
Manually assign a partition to this consumer.
- assign(Set<TopicPartition>) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
-
Manually assign a list of partition to this consumer.
- assign(TopicPartition, Handler<AsyncResult<Void>>) - 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.
- 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(Handler<AsyncResult<Set<TopicPartition>>>) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
-
Get the set of partitions currently assigned to this consumer.
- 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(Handler<AsyncResult<Set<TopicPartition>>>) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
-
Get the set of partitions currently assigned to this consumer.
- asStream() - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
-
- asStream() - Method in interface io.vertx.kafka.client.producer.KafkaProducer
-
- Async - Interface in io.vertx.ext.unit
-
An asynchronous exit point for a test.
- async() - Method in interface io.vertx.ext.unit.TestContext
-
Create and returns a new async object, the returned async controls the completion of the test.
- async(int) - Method in interface io.vertx.ext.unit.TestContext
-
Create and returns a new async object, the returned async controls the completion of the test.
- Async - Class in io.vertx.reactivex.ext.unit
-
An asynchronous exit point for a test.
NOTE: This class has been automatically generated from the
original
non RX-ified interface using Vert.x codegen.
- Async(Async) - Constructor for class io.vertx.reactivex.ext.unit.Async
-
- Async(Object) - Constructor for class io.vertx.reactivex.ext.unit.Async
-
- async() - Method in class io.vertx.reactivex.ext.unit.TestContext
-
Create and returns a new async object, the returned async controls the completion of the test.
- async(int) - Method in class io.vertx.reactivex.ext.unit.TestContext
-
Create and returns a new async object, the returned async controls the completion of the test.
- Async - Class in io.vertx.rxjava.ext.unit
-
An asynchronous exit point for a test.
NOTE: This class has been automatically generated from the
original
non RX-ified interface using Vert.x codegen.
- Async(Async) - Constructor for class io.vertx.rxjava.ext.unit.Async
-
- Async(Object) - Constructor for class io.vertx.rxjava.ext.unit.Async
-
- async() - Method in class io.vertx.rxjava.ext.unit.TestContext
-
Create and returns a new async object, the returned async controls the completion of the test.
- async(int) - Method in class io.vertx.rxjava.ext.unit.TestContext
-
Create and returns a new async object, the returned async controls the completion of the test.
- asyncAssertFailure() - Method in interface io.vertx.ext.unit.TestContext
-
Creates and returns a new async handler, the returned handler controls the completion of the test.
When the returned handler is called back with a failed result it completes the async operation.
When the returned handler is called back with a succeeded result it fails the test.
- asyncAssertFailure(Handler<Throwable>) - Method in interface io.vertx.ext.unit.TestContext
-
Creates and returns a new async handler, the returned handler controls the completion of the test.
When the returned handler is called back with a failed result it completes the async operation.
When the returned handler is called back with a succeeded result it fails the test.
- asyncAssertFailure() - Method in class io.vertx.reactivex.ext.unit.TestContext
-
Creates and returns a new async handler, the returned handler controls the completion of the test.
When the returned handler is called back with a failed result it completes the async operation.
When the returned handler is called back with a succeeded result it fails the test.
- asyncAssertFailure(Handler<Throwable>) - Method in class io.vertx.reactivex.ext.unit.TestContext
-
Creates and returns a new async handler, the returned handler controls the completion of the test.
When the returned handler is called back with a failed result it completes the async operation.
When the returned handler is called back with a succeeded result it fails the test.
- asyncAssertFailure() - Method in class io.vertx.rxjava.ext.unit.TestContext
-
Creates and returns a new async handler, the returned handler controls the completion of the test.
When the returned handler is called back with a failed result it completes the async operation.
When the returned handler is called back with a succeeded result it fails the test.
- asyncAssertFailure(Handler<Throwable>) - Method in class io.vertx.rxjava.ext.unit.TestContext
-
Creates and returns a new async handler, the returned handler controls the completion of the test.
When the returned handler is called back with a failed result it completes the async operation.
When the returned handler is called back with a succeeded result it fails the test.
- asyncAssertSuccess() - Method in interface io.vertx.ext.unit.TestContext
-
Creates and returns a new async handler, the returned handler controls the completion of the test.
When the returned handler is called back with a succeeded result it completes the async operation.
When the returned handler is called back with a failed result it fails the test with the cause of the failure.
- asyncAssertSuccess(Handler<T>) - Method in interface io.vertx.ext.unit.TestContext
-
Creates and returns a new async handler, the returned handler controls the completion of the test.
When the returned handler is called back with a succeeded result it invokes the
resultHandler
argument
with the async result.
- asyncAssertSuccess() - Method in class io.vertx.reactivex.ext.unit.TestContext
-
Creates and returns a new async handler, the returned handler controls the completion of the test.
When the returned handler is called back with a succeeded result it completes the async operation.
When the returned handler is called back with a failed result it fails the test with the cause of the failure.
- asyncAssertSuccess(Handler<T>) - Method in class io.vertx.reactivex.ext.unit.TestContext
-
Creates and returns a new async handler, the returned handler controls the completion of the test.
When the returned handler is called back with a succeeded result it invokes the
resultHandler
argument
with the async result.
- asyncAssertSuccess() - Method in class io.vertx.rxjava.ext.unit.TestContext
-
Creates and returns a new async handler, the returned handler controls the completion of the test.
When the returned handler is called back with a succeeded result it completes the async operation.
When the returned handler is called back with a failed result it fails the test with the cause of the failure.
- asyncAssertSuccess(Handler<T>) - Method in class io.vertx.rxjava.ext.unit.TestContext
-
Creates and returns a new async handler, the returned handler controls the completion of the test.
When the returned handler is called back with a succeeded result it invokes the
resultHandler
argument
with the async result.
- AsyncFile - Interface in io.vertx.core.file
-
Represents a file on the file-system which can be read from, or written to asynchronously.
- AsyncFile - Class in io.vertx.reactivex.core.file
-
Represents a file on the file-system which can be read from, or written to asynchronously.
- AsyncFile(AsyncFile) - Constructor for class io.vertx.reactivex.core.file.AsyncFile
-
- AsyncFile(Object) - Constructor for class io.vertx.reactivex.core.file.AsyncFile
-
- AsyncFile - Class in io.vertx.rxjava.core.file
-
Represents a file on the file-system which can be read from, or written to asynchronously.
- AsyncFile(AsyncFile) - Constructor for class io.vertx.rxjava.core.file.AsyncFile
-
- AsyncFile(Object) - Constructor for class io.vertx.rxjava.core.file.AsyncFile
-
- AsyncMap<K,V> - Interface in io.vertx.core.shareddata
-
An asynchronous map.
- AsyncMap<K,V> - Class in io.vertx.reactivex.core.shareddata
-
An asynchronous map.
- AsyncMap(AsyncMap) - Constructor for class io.vertx.reactivex.core.shareddata.AsyncMap
-
- AsyncMap(Object, TypeArg<K>, TypeArg<V>) - Constructor for class io.vertx.reactivex.core.shareddata.AsyncMap
-
- AsyncMap<K,V> - Class in io.vertx.rxjava.core.shareddata
-
An asynchronous map.
- AsyncMap(AsyncMap) - Constructor for class io.vertx.rxjava.core.shareddata.AsyncMap
-
- AsyncMap(Object, TypeArg<K>, TypeArg<V>) - Constructor for class io.vertx.rxjava.core.shareddata.AsyncMap
-
- AsyncMultiMap<K,V> - Interface in io.vertx.core.spi.cluster
-
An asynchronous multi-map.
- AsyncResult<T> - Interface in io.vertx.core
-
Encapsulates the result of an asynchronous operation.
- AsyncSQLClient - Interface in io.vertx.ext.asyncsql
-
Represents an asynchronous SQL client
- AsyncSQLClient - Class in io.vertx.reactivex.ext.asyncsql
-
Represents an asynchronous SQL client
NOTE: This class has been automatically generated from the
original
non RX-ified interface using Vert.x codegen.
- AsyncSQLClient(AsyncSQLClient) - Constructor for class io.vertx.reactivex.ext.asyncsql.AsyncSQLClient
-
- AsyncSQLClient(Object) - Constructor for class io.vertx.reactivex.ext.asyncsql.AsyncSQLClient
-
- AsyncSQLClient - Class in io.vertx.rxjava.ext.asyncsql
-
Represents an asynchronous SQL client
NOTE: This class has been automatically generated from the
original
non RX-ified interface using Vert.x codegen.
- AsyncSQLClient(AsyncSQLClient) - Constructor for class io.vertx.rxjava.ext.asyncsql.AsyncSQLClient
-
- AsyncSQLClient(Object) - Constructor for class io.vertx.rxjava.ext.asyncsql.AsyncSQLClient
-
- 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.
- Auth - Class in io.vertx.config.vault.client
-
Represents Auth result.
- Auth() - Constructor for class io.vertx.config.vault.client.Auth
-
- auth() - Method in interface io.vertx.mqtt.MqttEndpoint
-
- auth() - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
-
- AUTH - Static variable in class io.vertx.reactivex.redis.client.Command
-
- auth(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
- auth(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisClient
-
Authenticate to the server
- auth(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
-
Authenticate to the server
- AUTH - Static variable in interface io.vertx.redis.client.Command
-
- auth(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- auth(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Deprecated.
Authenticate to the server
- auth(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Deprecated.
Authenticate to the server
- auth() - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
-
- AUTH - Static variable in class io.vertx.rxjava.redis.client.Command
-
- auth(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
-
- auth(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Authenticate to the server
- auth(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Authenticate to the server
- AUTH_PASSWORD_PROPERTY - Static variable in class io.vertx.ext.httpservicefactory.HttpServiceFactory
-
- AUTH_USERNAME_PROPERTY - Static variable in class io.vertx.ext.httpservicefactory.HttpServiceFactory
-
- authenticate(JsonObject, Handler<AsyncResult<User>>) - Method in interface io.vertx.ext.auth.AuthProvider
-
Authenticate a user.
- authenticate(JsonObject, Handler<AsyncResult<User>>) - Method in class io.vertx.reactivex.ext.auth.AuthProvider
-
Authenticate a user.
- authenticate(JsonObject, Handler<AsyncResult<User>>) - Method in class io.vertx.rxjava.ext.auth.AuthProvider
-
Authenticate a user.
- authenticateObservable(JsonObject) - Method in class io.vertx.rxjava.ext.auth.AuthProvider
-
- AuthenticationException - Exception in io.vertx.ext.auth.mongo
-
Signals an error inside the authentication process
- AuthenticationException() - Constructor for exception io.vertx.ext.auth.mongo.AuthenticationException
-
- AuthenticationException(String) - Constructor for exception io.vertx.ext.auth.mongo.AuthenticationException
-
- AuthenticationException(Throwable) - Constructor for exception io.vertx.ext.auth.mongo.AuthenticationException
-
- AuthenticationException(String, Throwable) - Constructor for exception io.vertx.ext.auth.mongo.AuthenticationException
-
- AuthenticationException(String, Throwable, boolean, boolean) - Constructor for exception io.vertx.ext.auth.mongo.AuthenticationException
-
- AuthHandler - Interface in io.vertx.ext.web.handler
-
Base interface for auth handlers.
- 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.
- authObservable(String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
-
- authObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
-
- authObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
- AuthOptions - Interface in io.vertx.ext.auth
-
- AUTHORIZATION - Static variable in class io.vertx.core.http.HttpHeaders
-
Authorization header name
- authorize(User, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.web.handler.AuthHandler
-
Authorizes the given user against all added authorities.
- authorize(User, Handler<AsyncResult<Void>>) - Method in interface io.vertx.reactivex.ext.web.handler.AuthHandler
-
Authorizes the given user against all added authorities.
- authorize(User, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.web.handler.BasicAuthHandler
-
Authorizes the given user against all added authorities.
- authorize(User, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.web.handler.ChainAuthHandler
-
Authorizes the given user against all added authorities.
- authorize(User, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.web.handler.DigestAuthHandler
-
Authorizes the given user against all added authorities.
- authorize(User, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.web.handler.JWTAuthHandler
-
Authorizes the given user against all added authorities.
- authorize(User, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.web.handler.OAuth2AuthHandler
-
Authorizes the given user against all added authorities.
- authorize(User, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.web.handler.RedirectAuthHandler
-
Authorizes the given user against all added authorities.
- authorize(User, Handler<AsyncResult<Void>>) - Method in interface io.vertx.rxjava.ext.web.handler.AuthHandler
-
Authorizes the given user against all added authorities.
- authorize(User, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.web.handler.BasicAuthHandler
-
Authorizes the given user against all added authorities.
- authorize(User, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.web.handler.ChainAuthHandler
-
Authorizes the given user against all added authorities.
- authorize(User, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.web.handler.DigestAuthHandler
-
Authorizes the given user against all added authorities.
- authorize(User, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.web.handler.JWTAuthHandler
-
Authorizes the given user against all added authorities.
- authorize(User, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.web.handler.OAuth2AuthHandler
-
Authorizes the given user against all added authorities.
- authorize(User, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.web.handler.RedirectAuthHandler
-
Authorizes the given user against all added authorities.
- authorizeObservable(User) - Method in class io.vertx.rxjava.ext.web.handler.BasicAuthHandler
-
- authorizeObservable(User) - Method in class io.vertx.rxjava.ext.web.handler.ChainAuthHandler
-
- authorizeObservable(User) - Method in class io.vertx.rxjava.ext.web.handler.DigestAuthHandler
-
- authorizeObservable(User) - Method in class io.vertx.rxjava.ext.web.handler.JWTAuthHandler
-
- authorizeObservable(User) - Method in class io.vertx.rxjava.ext.web.handler.OAuth2AuthHandler
-
- authorizeObservable(User) - Method in class io.vertx.rxjava.ext.web.handler.RedirectAuthHandler
-
- authorizeURL(JsonObject) - Method in interface io.vertx.ext.auth.oauth2.OAuth2Auth
-
Generate a redirect URL to the authN/Z backend.
- authorizeURL(JsonObject) - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
-
Generate a redirect URL to the authN/Z backend.
- authorizeURL(JsonObject) - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
-
Generate a redirect URL to the authN/Z backend.
- AuthProvider - Interface in io.vertx.ext.auth
-
User-facing interface for authenticating users.
- authProvider(AuthProvider) - Method in interface io.vertx.ext.shell.term.TermServer
-
Set an auth provider to use, any provider configured in options will override this provider.
- authProvider(AuthProvider) - Method in interface io.vertx.ext.stomp.StompServerHandler
-
Configures the
AuthProvider
to be used to authenticate the user.
- AuthProvider - Class in io.vertx.reactivex.ext.auth
-
User-facing interface for authenticating users.
- AuthProvider(AuthProvider) - Constructor for class io.vertx.reactivex.ext.auth.AuthProvider
-
- AuthProvider(Object) - Constructor for class io.vertx.reactivex.ext.auth.AuthProvider
-
- authProvider(AuthProvider) - Method in class io.vertx.reactivex.ext.shell.term.TermServer
-
Set an auth provider to use, any provider configured in options will override this provider.
- authProvider(AuthProvider) - 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(AuthProvider) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
-
Configures the to be used to authenticate the user.
- authTime(JsonObject) - Static method in interface io.vertx.ext.auth.oauth2.KeycloakHelper
-
Deprecated.
- authTime(JsonObject) - Static method in class io.vertx.reactivex.ext.auth.oauth2.KeycloakHelper
-
- authTime(JsonObject) - Static method in class io.vertx.rxjava.ext.auth.oauth2.KeycloakHelper
-
- autoKeepAlive(boolean) - Method in interface io.vertx.mqtt.MqttEndpoint
-
Enable/disable auto keep alive (sending ping response)
- autoKeepAlive(boolean) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
-
Enable/disable auto keep alive (sending ping response)
- autoKeepAlive(boolean) - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
-
Enable/disable auto keep alive (sending ping response)
- await() - Method in interface io.vertx.ext.unit.Completion
-
Cause the current thread to wait until this completion completes.
If the current thread is interrupted, an exception will be thrown.
- await(long) - Method in interface io.vertx.ext.unit.Completion
-
Cause the current thread to wait until this completion completes with a configurable timeout.
If completion times out or the current thread is interrupted, an exception will be thrown.
- await() - Method in class io.vertx.reactivex.ext.unit.Completion
-
Cause the current thread to wait until this completion completes.
If the current thread is interrupted, an exception will be thrown.
- await(long) - Method in class io.vertx.reactivex.ext.unit.Completion
-
Cause the current thread to wait until this completion completes with a configurable timeout.
If completion times out or the current thread is interrupted, an exception will be thrown.
- await() - Method in class io.vertx.rxjava.ext.unit.Completion
-
Cause the current thread to wait until this completion completes.
If the current thread is interrupted, an exception will be thrown.
- await(long) - Method in class io.vertx.rxjava.ext.unit.Completion
-
Cause the current thread to wait until this completion completes with a configurable timeout.
If completion times out or the current thread is interrupted, an exception will be thrown.
- awaitCompletion(long, TimeUnit) - Method in class io.vertx.junit5.VertxTestContext
-
Wait for the completion of the test context.
- awaitEvent(Consumer<Handler<T>>) - Static method in class io.vertx.ext.sync.Sync
-
Receive a single event from a handler synchronously.
- awaitEvent(Consumer<Handler<T>>, long) - Static method in class io.vertx.ext.sync.Sync
-
Receive a single event from a handler synchronously.
- awaitResult(Consumer<Handler<AsyncResult<T>>>) - Static method in class io.vertx.ext.sync.Sync
-
Invoke an asynchronous operation and obtain the result synchronous.
- awaitResult(Consumer<Handler<AsyncResult<T>>>, long) - Static method in class io.vertx.ext.sync.Sync
-
Invoke an asynchronous operation and obtain the result synchronous.
- awaitSuccess() - Method in interface io.vertx.ext.unit.Completion
-
Cause the current thread to wait until this completion completes and succeeds.
If the current thread is interrupted or the suite fails, an exception will be thrown.
- awaitSuccess(long) - Method in interface io.vertx.ext.unit.Completion
-
Cause the current thread to wait until this completion completes and succeeds with a configurable timeout.
If completion times out or the current thread is interrupted or the suite fails, an exception will be thrown.
- awaitSuccess() - Method in interface io.vertx.ext.unit.TestCase
-
Assert the test case passes and block until it is executed.
- awaitSuccess(long, TimeUnit) - Method in interface io.vertx.ext.unit.TestCase
-
Assert the test case passes and block until it is executed.
- awaitSuccess(Vertx) - Method in interface io.vertx.ext.unit.TestCase
-
Assert the test case passes and block until it is executed.
- awaitSuccess(Vertx, long, TimeUnit) - Method in interface io.vertx.ext.unit.TestCase
-
Assert the test case passes and block until it is executed.
- awaitSuccess() - Method in class io.vertx.reactivex.ext.unit.Completion
-
Cause the current thread to wait until this completion completes and succeeds.
If the current thread is interrupted or the suite fails, an exception will be thrown.
- awaitSuccess(long) - Method in class io.vertx.reactivex.ext.unit.Completion
-
Cause the current thread to wait until this completion completes and succeeds with a configurable timeout.
If completion times out or the current thread is interrupted or the suite fails, an exception will be thrown.
- awaitSuccess() - Method in class io.vertx.rxjava.ext.unit.Completion
-
Cause the current thread to wait until this completion completes and succeeds.
If the current thread is interrupted or the suite fails, an exception will be thrown.
- awaitSuccess(long) - Method in class io.vertx.rxjava.ext.unit.Completion
-
Cause the current thread to wait until this completion completes and succeeds with a configurable timeout.
If completion times out or the current thread is interrupted or the suite fails, an exception will be thrown.
- awaitTermination(long, TimeUnit) - Method in class io.vertx.grpc.VertxServer
-
- awaitTermination() - Method in class io.vertx.grpc.VertxServer
-
- AzureADAuth - Interface in io.vertx.ext.auth.oauth2.providers
-
Simplified factory to create an
OAuth2Auth
for Azure AD.
- AzureADAuth - Class in io.vertx.reactivex.ext.auth.oauth2.providers
-
Simplified factory to create an for Azure AD.
- AzureADAuth(AzureADAuth) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.AzureADAuth
-
- AzureADAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.AzureADAuth
-
- AzureADAuth - Class in io.vertx.rxjava.ext.auth.oauth2.providers
-
Simplified factory to create an for Azure AD.
- AzureADAuth(AzureADAuth) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.providers.AzureADAuth
-
- AzureADAuth(Object) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.providers.AzureADAuth
-
- BackendRegistries - Class in io.vertx.micrometer.backends
-
BackendRegistries
is responsible for managing registries related to particular micrometer backends (influxdb, prometheus...)
It contains a store of
BackendRegistry
objects, each of whose encapsulating a micrometer's
MeterRegistry
- BackendRegistry - Interface in io.vertx.micrometer.backends
-
- background(boolean) - Method in class io.vertx.ext.mongo.IndexOptions
-
Should the index should be created in the background
- backgroundHandler(Handler<Void>) - Method in interface io.vertx.ext.shell.command.CommandProcess
-
Set a background handler, this handler is called when the command is running and put to background.
- backgroundHandler(Handler<Void>) - Method in class io.vertx.reactivex.ext.shell.command.CommandProcess
-
Set a background handler, this handler is called when the command is running and put to background.
- backgroundHandler(Handler<Void>) - Method in class io.vertx.rxjava.ext.shell.command.CommandProcess
-
Set a background handler, this handler is called when the command is running and put to background.
- 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
-
- BaseCommandPack - Class in io.vertx.ext.shell.command.base
-
- BaseCommandPack(Vertx) - Constructor for class io.vertx.ext.shell.command.base.BaseCommandPack
-
- baseCommands(Vertx) - Static method in interface io.vertx.ext.shell.command.CommandResolver
-
- baseCommands(Vertx) - Static method in class io.vertx.reactivex.ext.shell.command.CommandResolver
-
- baseCommands(Vertx) - Static method in class io.vertx.rxjava.ext.shell.command.CommandResolver
-
- basicAck(long, boolean, Handler<AsyncResult<JsonObject>>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
-
Acknowledge one or several received messages.
- basicAck(long, boolean, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
-
Acknowledge one or several received messages.
- basicAck(long, boolean, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
-
Acknowledge one or several received messages.
- basicAckObservable(long, boolean) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
-
- 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
-
- basicCancel(String) - Method in interface io.vertx.rabbitmq.RabbitMQClient
-
Deprecated.
- basicCancel(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
-
Deprecated.
- basicCancel(String) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
-
Deprecated.
- basicCancel(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
-
Deprecated.
- basicCancel(String) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
-
Deprecated.
- basicCancel(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
-
Deprecated.
- basicCancelObservable(String) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
-
- basicConsume(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
-
Deprecated.
- basicConsume(String, String, boolean, Handler<AsyncResult<String>>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
-
Deprecated.
- basicConsume(String, String, boolean, Handler<AsyncResult<String>>, Handler<Throwable>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
-
Deprecated.
- basicConsume(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
-
Deprecated.
- basicConsume(String, String, boolean, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
-
Deprecated.
- basicConsume(String, String, boolean, Handler<AsyncResult<String>>, Handler<Throwable>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
-
Deprecated.
- basicConsume(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
-
Deprecated.
- basicConsume(String, String, boolean, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
-
Deprecated.
- basicConsume(String, String, boolean, Handler<AsyncResult<String>>, Handler<Throwable>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
-
Deprecated.
- basicConsumeObservable(String, String) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
-
- basicConsumeObservable(String, String, boolean) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
-
- basicConsumer(String, Handler<AsyncResult<RabbitMQConsumer>>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
-
- basicConsumer(String, QueueOptions, Handler<AsyncResult<RabbitMQConsumer>>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
-
Create a consumer with the given options
.
- basicConsumer(String, Handler<AsyncResult<RabbitMQConsumer>>) - 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, Handler<AsyncResult<RabbitMQConsumer>>) - 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
.
- basicConsumerObservable(String) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
-
- basicConsumerObservable(String, QueueOptions) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
-
- basicGet(String, boolean, Handler<AsyncResult<JsonObject>>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
-
Retrieve a message from a queue using AMQP.Basic.Get
- basicGet(String, boolean, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
-
Retrieve a message from a queue using AMQP.Basic.Get
- basicGet(String, boolean, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
-
Retrieve a message from a queue using AMQP.Basic.Get
- basicGetObservable(String, boolean) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
-
- basicNack(long, boolean, boolean, Handler<AsyncResult<JsonObject>>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
-
Reject one or several received messages.
- basicNack(long, boolean, boolean, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
-
Reject one or several received messages.
- basicNack(long, boolean, boolean, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
-
Reject one or several received messages.
- basicNackObservable(long, boolean, boolean) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
-
- BasicProperties - Interface in io.vertx.rabbitmq
-
Like BasicProperties
- BasicProperties - Class in io.vertx.reactivex.rabbitmq
-
Like
BasicProperties
NOTE: This class has been automatically generated from the
original
non RX-ified interface using Vert.x codegen.
- BasicProperties(BasicProperties) - Constructor for class io.vertx.reactivex.rabbitmq.BasicProperties
-
- BasicProperties(Object) - Constructor for class io.vertx.reactivex.rabbitmq.BasicProperties
-
- BasicProperties - Class in io.vertx.rxjava.rabbitmq
-
Like
BasicProperties
NOTE: This class has been automatically generated from the
original
non RX-ified interface using Vert.x codegen.
- BasicProperties(BasicProperties) - Constructor for class io.vertx.rxjava.rabbitmq.BasicProperties
-
- BasicProperties(Object) - Constructor for class io.vertx.rxjava.rabbitmq.BasicProperties
-
- basicPublish(String, String, JsonObject, Handler<AsyncResult<Void>>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
-
Publish a message.
- basicPublish(String, String, JsonObject, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
-
Publish a message.
- basicPublish(String, String, JsonObject, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
-
Publish a message.
- basicPublishObservable(String, String, JsonObject) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
-
- basicQos(int, Handler<AsyncResult<Void>>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
-
Request a specific prefetchCount "quality of service" settings
for this channel.
- basicQos(int, boolean, Handler<AsyncResult<Void>>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
-
Request a specific prefetchCount "quality of service" settings
for this channel.
- basicQos(int, int, boolean, Handler<AsyncResult<Void>>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
-
Request specific "quality of service" settings.
- 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, 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, int, boolean, Handler<AsyncResult<Void>>) - 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, 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, int, boolean, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
-
Request specific "quality of service" settings.
- basicQosObservable(int) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
-
- basicQosObservable(int, boolean) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
-
- basicQosObservable(int, int, boolean) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
-
- 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<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>, 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>, 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>, 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<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<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>, 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.
- 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>, Handler<AsyncResult<List<Integer>>>) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
-
Batch a callable statement with all entries from the args list.
- batchCallableWithParamsObservable(String, List<JsonArray>, List<JsonArray>) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
-
- 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.
- batchObservable(List<String>) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
-
- batchObservable(List<Request>) - Method in class io.vertx.rxjava.redis.client.Redis
-
- batchObservable(List<Request>) - Method in class io.vertx.rxjava.redis.client.RedisConnection
-
- 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>, Handler<AsyncResult<List<Integer>>>) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
-
Batch a prepared statement with all entries from the args list.
- batchWithParamsObservable(String, List<JsonArray>) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
-
- bearerTokenAuthentication(String) - Method in interface io.vertx.ext.web.client.HttpRequest
-
Configure the request to perform bearer token authentication.
- bearerTokenAuthentication(String) - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
-
Configure the request to perform bearer token authentication.
- bearerTokenAuthentication(String) - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
-
Configure the request to perform bearer token authentication.
- before(Handler<TestContext>) - Method in interface io.vertx.ext.unit.TestSuite
-
Set a callback executed before the tests.
- before(Handler<TestContext>) - Method in class io.vertx.reactivex.ext.unit.TestSuite
-
Set a callback executed before the tests.
- before(Handler<TestContext>) - Method in class io.vertx.rxjava.ext.unit.TestSuite
-
Set a callback executed before the tests.
- beforeAll(ExtensionContext) - Method in class io.vertx.junit5.VertxExtension
-
- beforeDeployingVerticle(DeploymentOptions) - Method in class io.vertx.core.Launcher
-
Hook for sub-classes of
Launcher
before the verticle is deployed.
- beforeDeployingVerticle(DeploymentOptions) - Method in class io.vertx.core.Starter
-
Deprecated.
Hook for sub classes of
Starter
before the verticle is deployed.
- beforeEach(Handler<TestContext>) - Method in interface io.vertx.ext.unit.TestSuite
-
Set a callback executed before each test and after the suite before
callback.
- beforeEach(ExtensionContext) - Method in class io.vertx.junit5.VertxExtension
-
- beforeEach(Handler<TestContext>) - Method in class io.vertx.reactivex.ext.unit.TestSuite
-
Set a callback executed before each test and after the suite before
callback.
- beforeEach(Handler<TestContext>) - Method in class io.vertx.rxjava.ext.unit.TestSuite
-
Set a callback executed before each test and after the suite before
callback.
- beforeStartingVertx(VertxOptions) - Method in class io.vertx.core.Launcher
-
Hook for sub-classes of
Launcher
before the vertx instance is started.
- beforeStartingVertx(VertxOptions) - Method in class io.vertx.core.Starter
-
Deprecated.
Hook for sub classes of
Starter
before the vertx instance is started.
- beforeStoppingVertx(Vertx) - Method in class io.vertx.core.Launcher
-
- beforeTestExecution(ExtensionContext) - Method in class io.vertx.junit5.VertxExtension
-
- begin(T) - Method in interface io.vertx.core.spi.metrics.PoolMetrics
-
The submitted task start to use the resource.
- begin(Handler<AsyncResult<Transaction>>) - Method in class io.vertx.reactivex.sqlclient.Pool
-
Borrow a connection from the pool and begin a transaction, the underlying connection will be returned
to the pool when the transaction ends.
- 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.Pool
-
Borrow a connection from the pool and begin a transaction, the underlying connection will be returned
to the pool when the transaction ends.
- begin() - Method in class io.vertx.rxjava.sqlclient.SqlConnection
-
Begin a transaction and returns a
Transaction
for controlling and tracking
this transaction.
- begin(Handler<AsyncResult<Transaction>>) - Method in interface io.vertx.sqlclient.Pool
-
Borrow a connection from the pool and begin a transaction, the underlying connection will be returned
to the pool when the transaction ends.
- begin() - Method in interface io.vertx.sqlclient.SqlConnection
-
Begin a transaction and returns a
Transaction
for controlling and tracking
this transaction.
- beginHandleMessage(H, boolean) - Method in interface io.vertx.core.spi.metrics.EventBusMetrics
-
Called when an handler begin to process a message.
The thread model depends on the actual context thats registered the handler.
- beginHandler(Handler<ServerFrame>) - Method in interface io.vertx.ext.stomp.StompServerHandler
-
Configures the action to execute when a BEGIN
frame is received.
- beginHandler(Handler<ServerFrame>) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
-
Configures the action to execute when a BEGIN
frame is received.
- beginHandler(Handler<ServerFrame>) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
-
Configures the action to execute when a BEGIN
frame is received.
- beginningOffsets(Set<TopicPartition>, Handler<AsyncResult<Map<TopicPartition, Long>>>) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
-
Get the first offset for the given partitions.
- beginningOffsets(TopicPartition, Handler<AsyncResult<Long>>) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
-
Get the first offset for the given partitions.
- 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(TopicPartition, Handler<AsyncResult<Long>>) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
-
Get the first offset for the given partition.
- 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, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
-
Get the first offset for the given partitions.
- beginTime() - Method in interface io.vertx.ext.unit.report.TestResult
-
The time at which the test began in millis.
- beginTime() - Method in class io.vertx.reactivex.ext.unit.report.TestResult
-
The time at which the test began in millis.
- beginTime() - Method in class io.vertx.rxjava.ext.unit.report.TestResult
-
The time at which the test began in millis.
- beginTX(String, Handler<Frame>) - Method in interface io.vertx.ext.stomp.StompClientConnection
-
Begins a transaction.
- beginTX(String) - Method in interface io.vertx.ext.stomp.StompClientConnection
-
Begins a transaction.
- beginTX(String, Map<String, String>) - Method in interface io.vertx.ext.stomp.StompClientConnection
-
Begins a transaction.
- beginTX(String, Map<String, String>, Handler<Frame>) - Method in interface io.vertx.ext.stomp.StompClientConnection
-
Begins a transaction.
- beginTX(String, Handler<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>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
-
Begins a transaction.
- beginTX(String, Map<String, String>, Handler<Frame>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
-
Begins a transaction.
- beginTX(String, Handler<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>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
-
Begins a transaction.
- beginTX(String, Map<String, String>, Handler<Frame>) - 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
-
- bgrewriteaof(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisClient
-
Asynchronously rewrite the append-only file
- bgrewriteaof(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
-
Asynchronously rewrite the append-only file
- BGREWRITEAOF - Static variable in interface io.vertx.redis.client.Command
-
- bgrewriteaof(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- bgrewriteaof(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Deprecated.
Asynchronously rewrite the append-only file
- bgrewriteaof(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Deprecated.
Asynchronously rewrite the append-only file
- BGREWRITEAOF - Static variable in class io.vertx.rxjava.redis.client.Command
-
- bgrewriteaof(Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
-
- bgrewriteaof(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Asynchronously rewrite the append-only file
- bgrewriteaof(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Asynchronously rewrite the append-only file
- bgrewriteaofObservable() - Method in class io.vertx.rxjava.redis.client.RedisAPI
-
- bgrewriteaofObservable() - Method in class io.vertx.rxjava.redis.RedisClient
-
- bgrewriteaofObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
-
- 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
-
- bgsave(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisClient
-
Asynchronously save the dataset to disk
- bgsave(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
-
Asynchronously save the dataset to disk
- BGSAVE - Static variable in interface io.vertx.redis.client.Command
-
- bgsave(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- bgsave(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Deprecated.
Asynchronously save the dataset to disk
- bgsave(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Deprecated.
Asynchronously save the dataset to disk
- 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
-
- bgsave(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Asynchronously save the dataset to disk
- bgsave(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Asynchronously save the dataset to disk
- bgsaveObservable(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
-
- bgsaveObservable() - Method in class io.vertx.rxjava.redis.RedisClient
-
- bgsaveObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
-
- bigDecimalValue() - Method in class io.vertx.sqlclient.data.Numeric
-
- bigIntegerValue() - Method in class io.vertx.sqlclient.data.Numeric
-
- binaryData() - Method in interface io.vertx.core.http.WebSocketFrame
-
- binaryData() - Method in class io.vertx.reactivex.core.http.WebSocketFrame
-
- binaryData() - Method in class io.vertx.rxjava.core.http.WebSocketFrame
-
- binaryFileUpload(String, String, String, String) - Method in interface io.vertx.ext.web.multipart.MultipartForm
-
Add a binary file upload form data part.
- binaryFileUpload(String, String, Buffer, String) - Method in interface io.vertx.ext.web.multipart.MultipartForm
-
Add a binary file upload form data part.
- binaryFileUpload(String, String, String, String) - Method in class io.vertx.reactivex.ext.web.multipart.MultipartForm
-
Add a binary file upload form data part.
- binaryFileUpload(String, String, Buffer, String) - Method in class io.vertx.reactivex.ext.web.multipart.MultipartForm
-
Add a binary file upload form data part.
- binaryFileUpload(String, String, String, String) - Method in class io.vertx.rxjava.ext.web.multipart.MultipartForm
-
Add a binary file upload form data part.
- binaryFileUpload(String, String, Buffer, String) - Method in class io.vertx.rxjava.ext.web.multipart.MultipartForm
-
Add a binary file upload form data part.
- binaryFrame(Buffer, boolean) - Static method in interface io.vertx.core.http.WebSocketFrame
-
Create a binary WebSocket frame.
- binaryFrame(Buffer, boolean) - Method in interface io.vertx.core.spi.WebSocketFrameFactory
-
- binaryFrame(Buffer, boolean) - Static method in class io.vertx.reactivex.core.http.WebSocketFrame
-
Create a binary WebSocket frame.
- binaryFrame(Buffer, boolean) - Static method in class io.vertx.rxjava.core.http.WebSocketFrame
-
Create a binary WebSocket frame.
- binaryHandlerID() - Method in interface io.vertx.core.http.WebSocketBase
-
When a WebSocket
is created it automatically registers an event handler with the event bus - the ID of that
handler is given by this method.
- binaryHandlerID() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
-
When a WebSocket
is created it automatically registers an event handler with the event bus - the ID of that
handler is given by this method.
- binaryHandlerID() - Method in class io.vertx.reactivex.core.http.WebSocket
-
When a WebSocket
is created it automatically registers an event handler with the event bus - the ID of that
handler is given by this method.
- binaryHandlerID() - Method in interface io.vertx.reactivex.core.http.WebSocketBase
-
When a WebSocket
is created it automatically registers an event handler with the event bus - the ID of that
handler is given by this method.
- binaryHandlerID() - Method in class io.vertx.rxjava.core.http.ServerWebSocket
-
When a WebSocket
is created it automatically registers an event handler with the event bus - the ID of that
handler is given by this method.
- binaryHandlerID() - Method in class io.vertx.rxjava.core.http.WebSocket
-
When a WebSocket
is created it automatically registers an event handler with the event bus - the ID of that
handler is given by this method.
- binaryHandlerID() - Method in interface io.vertx.rxjava.core.http.WebSocketBase
-
When a WebSocket
is created it automatically registers an event handler with the event bus - the ID of that
handler is given by this method.
- binaryMessageHandler(Handler<Buffer>) - Method in interface io.vertx.core.http.WebSocketBase
-
Set a binary message handler on the connection.
- binaryMessageHandler(Handler<Buffer>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
-
Set a binary message handler on the connection.
- binaryMessageHandler(Handler<Buffer>) - Method in class io.vertx.reactivex.core.http.WebSocket
-
Set a binary message handler on the connection.
- binaryMessageHandler(Handler<Buffer>) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
-
Set a binary message handler on the connection.
- binaryMessageHandler(Handler<Buffer>) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
-
Set a binary message handler on the connection.
- binaryMessageHandler(Handler<Buffer>) - Method in class io.vertx.rxjava.core.http.WebSocket
-
Set a binary message handler on the connection.
- binaryMessageHandler(Handler<Buffer>) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
-
Set a binary message handler on the connection.
- binaryValue() - Method in interface io.vertx.core.parsetools.JsonEvent
-
Return the binary value.
- binaryValue() - Method in class io.vertx.reactivex.core.parsetools.JsonEvent
-
Return the binary value.
- binaryValue() - Method in class io.vertx.rxjava.core.parsetools.JsonEvent
-
Return the binary value.
- bindings() - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
-
- bindings() - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
-
- bindings() - Method in interface io.vertx.servicediscovery.ServiceDiscovery
-
- BITCOUNT - Static variable in class io.vertx.reactivex.redis.client.Command
-
- bitcount(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
- bitcount(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
-
Count set bits in a string
- bitcount(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
-
Count set bits in a string
- BITCOUNT - Static variable in interface io.vertx.redis.client.Command
-
- bitcount(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- bitcount(String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Deprecated.
Count set bits in a string
- bitcount(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Deprecated.
Count set bits in a string
- 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
-
- bitcount(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Count set bits in a string
- bitcount(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Count set bits in a string
- bitcountObservable(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
-
- bitcountObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
-
- bitcountObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
- bitcountRange(String, long, long, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
-
Count set bits in a string
- bitcountRange(String, long, long, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
-
Count set bits in a string
- bitcountRange(String, long, long, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Deprecated.
Count set bits in a string
- bitcountRange(String, long, long, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Deprecated.
Count set bits in a string
- bitcountRange(String, long, long, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Count set bits in a string
- bitcountRange(String, long, long, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Count set bits in a string
- bitcountRangeObservable(String, long, long) - Method in class io.vertx.rxjava.redis.RedisClient
-
- bitcountRangeObservable(String, long, long) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
- 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
-
- bitfield(String, BitFieldOptions, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.RedisClient
-
Perform arbitrary bitfield integer operations on strings.
- BITFIELD - Static variable in interface io.vertx.redis.client.Command
-
- bitfield(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- bitfield(String, BitFieldOptions, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
Deprecated.
Perform arbitrary bitfield integer operations on strings.
- 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
-
- bitfield(String, BitFieldOptions, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Perform arbitrary bitfield integer operations on strings.
- BitFieldGetCommand - Class in io.vertx.redis.op
-
- BitFieldGetCommand() - Constructor for class io.vertx.redis.op.BitFieldGetCommand
-
Deprecated.
- BitFieldGetCommand(BitFieldGetCommand) - Constructor for class io.vertx.redis.op.BitFieldGetCommand
-
Deprecated.
- BitFieldGetCommand(JsonObject) - Constructor for class io.vertx.redis.op.BitFieldGetCommand
-
Deprecated.
- BitFieldIncrbyCommand - Class in io.vertx.redis.op
-
- BitFieldIncrbyCommand() - Constructor for class io.vertx.redis.op.BitFieldIncrbyCommand
-
Deprecated.
- BitFieldIncrbyCommand(BitFieldIncrbyCommand) - Constructor for class io.vertx.redis.op.BitFieldIncrbyCommand
-
Deprecated.
- BitFieldIncrbyCommand(JsonObject) - Constructor for class io.vertx.redis.op.BitFieldIncrbyCommand
-
Deprecated.
- bitfieldObservable(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
-
- bitfieldObservable(String, BitFieldOptions) - Method in class io.vertx.rxjava.redis.RedisClient
-
- BitFieldOptions - Class in io.vertx.redis.op
-
- BitFieldOptions() - Constructor for class io.vertx.redis.op.BitFieldOptions
-
Deprecated.
- BitFieldOptions(BitFieldOptions) - Constructor for class io.vertx.redis.op.BitFieldOptions
-
Deprecated.
- BitFieldOptions(JsonObject) - Constructor for class io.vertx.redis.op.BitFieldOptions
-
Deprecated.
- BitFieldOverflowOptions - Enum in io.vertx.redis.op
-
- BitFieldSetCommand - Class in io.vertx.redis.op
-
- BitFieldSetCommand() - Constructor for class io.vertx.redis.op.BitFieldSetCommand
-
Deprecated.
- BitFieldSetCommand(BitFieldSetCommand) - Constructor for class io.vertx.redis.op.BitFieldSetCommand
-
Deprecated.
- BitFieldSetCommand(JsonObject) - Constructor for class io.vertx.redis.op.BitFieldSetCommand
-
Deprecated.
- bitfieldWithOverflow(String, BitFieldOptions, BitFieldOverflowOptions, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.RedisClient
-
Perform arbitrary bitfield integer operations on strings.
- bitfieldWithOverflow(String, BitFieldOptions, BitFieldOverflowOptions, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
Deprecated.
Perform arbitrary bitfield integer operations on strings.
- bitfieldWithOverflow(String, BitFieldOptions, BitFieldOverflowOptions, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Perform arbitrary bitfield integer operations on strings.
- bitfieldWithOverflowObservable(String, BitFieldOptions, BitFieldOverflowOptions) - Method in class io.vertx.rxjava.redis.RedisClient
-
- 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
-
- bitop(BitOperation, String, List<String>, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
-
Perform bitwise operations between strings
- bitop(BitOperation, String, List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
-
Perform bitwise operations between strings
- BITOP - Static variable in interface io.vertx.redis.client.Command
-
- bitop(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- bitop(BitOperation, String, List<String>, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Deprecated.
Perform bitwise operations between strings
- bitop(BitOperation, String, List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Deprecated.
Perform bitwise operations between strings
- 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
-
- bitop(BitOperation, String, List<String>, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Perform bitwise operations between strings
- bitop(BitOperation, String, List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Perform bitwise operations between strings
- BitOperation - Enum in io.vertx.redis.op
-
- bitopObservable(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
-
- bitopObservable(BitOperation, String, List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
-
- bitopObservable(BitOperation, String, List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
- 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
-
- bitpos(String, int, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
-
Find first bit set or clear in a string
- bitpos(String, int, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
-
Find first bit set or clear in a string
- BITPOS - Static variable in interface io.vertx.redis.client.Command
-
- bitpos(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- bitpos(String, int, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Deprecated.
Find first bit set or clear in a string
- bitpos(String, int, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Deprecated.
Find first bit set or clear in a string
- 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
-
- bitpos(String, int, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Find first bit set or clear in a string
- bitpos(String, int, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Find first bit set or clear in a string
- bitposFrom(String, int, int, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
-
Find first bit set or clear in a string
See also bitposRange() method, which takes start, and stop offset.
- bitposFrom(String, int, int, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
-
Find first bit set or clear in a string
- bitposFrom(String, int, int, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Deprecated.
Find first bit set or clear in a string
See also bitposRange() method, which takes start, and stop offset.
- bitposFrom(String, int, int, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Deprecated.
Find first bit set or clear in a string
- bitposFrom(String, int, int, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Find first bit set or clear in a string
See also bitposRange() method, which takes start, and stop offset.
- bitposFrom(String, int, int, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Find first bit set or clear in a string
- bitposFromObservable(String, int, int) - Method in class io.vertx.rxjava.redis.RedisClient
-
- bitposFromObservable(String, int, int) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
- bitposObservable(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
-
- bitposObservable(String, int) - Method in class io.vertx.rxjava.redis.RedisClient
-
- bitposObservable(String, int) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
- bitposRange(String, int, int, int, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
-
Find first bit set or clear in a string
Note: when both start, and stop offsets are specified,
behaviour is slightly different than if only start is specified
- bitposRange(String, int, int, int, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
-
Find first bit set or clear in a string
- bitposRange(String, int, int, int, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Deprecated.
Find first bit set or clear in a string
Note: when both start, and stop offsets are specified,
behaviour is slightly different than if only start is specified
- bitposRange(String, int, int, int, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Deprecated.
Find first bit set or clear in a string
- bitposRange(String, int, int, int, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Find first bit set or clear in a string
Note: when both start, and stop offsets are specified,
behaviour is slightly different than if only start is specified
- bitposRange(String, int, int, int, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Find first bit set or clear in a string
- bitposRangeObservable(String, int, int, int) - Method in class io.vertx.rxjava.redis.RedisClient
-
- bitposRangeObservable(String, int, int, int) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
- 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.
- blockingCreate() - Method in interface io.vertx.core.spi.VerticleFactory
-
- blockingHandler(Handler<RoutingContext>) - Method in interface io.vertx.ext.web.Route
-
- blockingHandler(Handler<RoutingContext>, boolean) - Method in interface io.vertx.ext.web.Route
-
Specify a blocking request handler for the route.
- blockingHandler(Handler<RoutingContext>) - Method in class io.vertx.reactivex.ext.web.Route
-
- blockingHandler(Handler<RoutingContext>, boolean) - Method in class io.vertx.reactivex.ext.web.Route
-
Specify a blocking request handler for the route.
- blockingHandler(Handler<RoutingContext>) - Method in class io.vertx.rxjava.ext.web.Route
-
- blockingHandler(Handler<RoutingContext>, boolean) - Method in class io.vertx.rxjava.ext.web.Route
-
Specify a blocking request handler for the route.
- BlockingQueryOptions - Class in io.vertx.ext.consul
-
Options used to perform blocking query that used to wait for a potential change using long polling.
- BlockingQueryOptions() - Constructor for class io.vertx.ext.consul.BlockingQueryOptions
-
Default constructor
- BlockingQueryOptions(BlockingQueryOptions) - Constructor for class io.vertx.ext.consul.BlockingQueryOptions
-
Copy constructor
- BlockingQueryOptions(JsonObject) - Constructor for class io.vertx.ext.consul.BlockingQueryOptions
-
Constructor from JSON
- BlockingQueryOptionsConverter - Class in io.vertx.ext.consul
-
- BlockingQueryOptionsConverter() - Constructor for class io.vertx.ext.consul.BlockingQueryOptionsConverter
-
- blockingScheduler(WorkerExecutor) - Static method in class io.vertx.reactivex.core.RxHelper
-
Create a scheduler for a
WorkerExecutor
object, actions are executed on the threads of this executor.
- blockingScheduler(Vertx, boolean) - Static method in class io.vertx.reactivex.core.RxHelper
-
Create a scheduler for a
Vertx
object, actions can be blocking, they are not executed
on Vertx event loop.
- blockingScheduler(Vertx) - Static method in class io.vertx.reactivex.core.RxHelper
-
Create a scheduler for a
Vertx
object, actions can be blocking, they are not executed
on Vertx event loop.
- blockingScheduler(Vertx) - Static method in class io.vertx.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<DatagramSocket>>) - 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, String, Handler<AsyncResult<DatagramSocket>>) - 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, Handler<AsyncResult<DatagramSocket>>) - 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<DatagramSocket>>) - 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<DatagramSocket>>) - 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<DatagramSocket>>) - 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.
- blockMulticastGroupObservable(String, String) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
-
- blockMulticastGroupObservable(String, String, String) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
-
- 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
-
- blpop(String, int, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.RedisClient
-
Remove and get the first element in a list, or block until one is available
- blpop(String, int, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
-
Remove and get the first element in a list, or block until one is available
- BLPOP - Static variable in interface io.vertx.redis.client.Command
-
- blpop(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- blpop(String, int, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
Deprecated.
Remove and get the first element in a list, or block until one is available
- blpop(String, int, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Deprecated.
Remove and get the first element in a list, or block until one is available
- 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
-
- blpop(String, int, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Remove and get the first element in a list, or block until one is available
- blpop(String, int, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Remove and get the first element in a list, or block until one is available
- blpopMany(List<String>, int, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.RedisClient
-
Remove and get the first element in any of the lists, or block until one is available
- blpopMany(List<String>, int, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
-
Remove and get the first element in any of the lists, or block until one is available
- blpopMany(List<String>, int, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
Deprecated.
Remove and get the first element in any of the lists, or block until one is available
- blpopMany(List<String>, int, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Deprecated.
Remove and get the first element in any of the lists, or block until one is available
- blpopMany(List<String>, int, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Remove and get the first element in any of the lists, or block until one is available
- blpopMany(List<String>, int, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Remove and get the first element in any of the lists, or block until one is available
- blpopManyObservable(List<String>, int) - Method in class io.vertx.rxjava.redis.RedisClient
-
- blpopManyObservable(List<String>, int) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
- blpopObservable(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
-
- blpopObservable(String, int) - Method in class io.vertx.rxjava.redis.RedisClient
-
- blpopObservable(String, int) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
- BODY - Static variable in class io.vertx.amqpbridge.AmqpConstants
-
- body() - Method in interface io.vertx.core.eventbus.DeliveryContext
-
- body() - Method in interface io.vertx.core.eventbus.Message
-
The body of the message.
- body() - Method in interface io.vertx.ext.auth.oauth2.OAuth2Response
-
The HTTP response body as a buffer
- body - Variable in class io.vertx.ext.shell.command.base.BusPublish
-
- body() - Method in interface io.vertx.ext.web.api.RequestParameters
-
Return request body
- body() - Method in interface io.vertx.ext.web.client.HttpResponse
-
- body() - Method in interface io.vertx.rabbitmq.RabbitMQMessage
-
- body() - Method in class io.vertx.reactivex.core.eventbus.DeliveryContext
-
- body() - Method in class io.vertx.reactivex.core.eventbus.Message
-
The body of the message.
- body() - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Response
-
The HTTP response body as a buffer
- body() - Method in class io.vertx.reactivex.ext.web.api.RequestParameters
-
Return request body
- body() - Method in class io.vertx.reactivex.ext.web.client.HttpResponse
-
- 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() - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Response
-
The HTTP response body as a buffer
- body() - Method in class io.vertx.rxjava.ext.web.api.RequestParameters
-
Return request body
- body() - Method in class io.vertx.rxjava.ext.web.client.HttpResponse
-
- body() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQMessage
-
- BODY_TYPE - Static variable in class io.vertx.amqpbridge.AmqpConstants
-
- BODY_TYPE_DATA - Static variable in class io.vertx.amqpbridge.AmqpConstants
-
- BODY_TYPE_SEQUENCE - Static variable in class io.vertx.amqpbridge.AmqpConstants
-
- BODY_TYPE_VALUE - Static variable in class io.vertx.amqpbridge.AmqpConstants
-
- bodyAsBinary() - Method in interface io.vertx.amqp.AmqpMessage
-
- bodyAsBinary() - Method in class io.vertx.reactivex.amqp.AmqpMessage
-
- bodyAsBinary() - Method in class io.vertx.rxjava.amqp.AmqpMessage
-
- bodyAsBoolean() - Method in interface io.vertx.amqp.AmqpMessage
-
- bodyAsBoolean() - Method in class io.vertx.reactivex.amqp.AmqpMessage
-
- bodyAsBoolean() - Method in class io.vertx.rxjava.amqp.AmqpMessage
-
- bodyAsBuffer() - Method in interface io.vertx.ext.web.client.HttpResponse
-
- bodyAsBuffer() - Method in class io.vertx.reactivex.ext.web.client.HttpResponse
-
- bodyAsBuffer() - Method in class io.vertx.rxjava.ext.web.client.HttpResponse
-
- bodyAsByte() - Method in interface io.vertx.amqp.AmqpMessage
-
- bodyAsByte() - Method in class io.vertx.reactivex.amqp.AmqpMessage
-
- bodyAsByte() - Method in class io.vertx.rxjava.amqp.AmqpMessage
-
- bodyAsChar() - Method in interface io.vertx.amqp.AmqpMessage
-
- bodyAsChar() - Method in class io.vertx.reactivex.amqp.AmqpMessage
-
- bodyAsChar() - Method in class io.vertx.rxjava.amqp.AmqpMessage
-
- bodyAsDouble() - Method in interface io.vertx.amqp.AmqpMessage
-
- bodyAsDouble() - Method in class io.vertx.reactivex.amqp.AmqpMessage
-
- bodyAsDouble() - Method in class io.vertx.rxjava.amqp.AmqpMessage
-
- bodyAsFloat() - Method in interface io.vertx.amqp.AmqpMessage
-
- bodyAsFloat() - Method in class io.vertx.reactivex.amqp.AmqpMessage
-
- bodyAsFloat() - Method in class io.vertx.rxjava.amqp.AmqpMessage
-
- bodyAsInteger() - Method in interface io.vertx.amqp.AmqpMessage
-
- bodyAsInteger() - Method in class io.vertx.reactivex.amqp.AmqpMessage
-
- bodyAsInteger() - Method in class io.vertx.rxjava.amqp.AmqpMessage
-
- bodyAsJson(Class<R>) - Method in interface io.vertx.ext.web.client.HttpResponse
-
- bodyAsJson(Class<R>) - Method in class io.vertx.reactivex.ext.web.client.HttpResponse
-
- bodyAsJson(Class<R>) - Method in class io.vertx.rxjava.ext.web.client.HttpResponse
-
- bodyAsJsonArray() - Method in interface io.vertx.amqp.AmqpMessage
-
- bodyAsJsonArray() - Method in interface io.vertx.ext.web.client.HttpResponse
-
- bodyAsJsonArray() - Method in class io.vertx.reactivex.amqp.AmqpMessage
-
- bodyAsJsonArray() - Method in class io.vertx.reactivex.ext.web.client.HttpResponse
-
- bodyAsJsonArray() - Method in class io.vertx.rxjava.amqp.AmqpMessage
-
- bodyAsJsonArray() - Method in class io.vertx.rxjava.ext.web.client.HttpResponse
-
- bodyAsJsonObject() - Method in interface io.vertx.amqp.AmqpMessage
-
- bodyAsJsonObject() - Method in interface io.vertx.ext.web.client.HttpResponse
-
- bodyAsJsonObject() - Method in class io.vertx.reactivex.amqp.AmqpMessage
-
- bodyAsJsonObject() - Method in class io.vertx.reactivex.ext.web.client.HttpResponse
-
- bodyAsJsonObject() - Method in class io.vertx.rxjava.amqp.AmqpMessage
-
- bodyAsJsonObject() - Method in class io.vertx.rxjava.ext.web.client.HttpResponse
-
- bodyAsList() - Method in interface io.vertx.amqp.AmqpMessage
-
- bodyAsList() - Method in class io.vertx.reactivex.amqp.AmqpMessage
-
- bodyAsList() - Method in class io.vertx.rxjava.amqp.AmqpMessage
-
- bodyAsLong() - Method in interface io.vertx.amqp.AmqpMessage
-
- bodyAsLong() - Method in class io.vertx.reactivex.amqp.AmqpMessage
-
- bodyAsLong() - Method in class io.vertx.rxjava.amqp.AmqpMessage
-
- bodyAsMap() - Method in interface io.vertx.amqp.AmqpMessage
-
- bodyAsShort() - Method in interface io.vertx.amqp.AmqpMessage
-
- bodyAsShort() - Method in class io.vertx.reactivex.amqp.AmqpMessage
-
- bodyAsShort() - Method in class io.vertx.rxjava.amqp.AmqpMessage
-
- bodyAsString() - Method in interface io.vertx.amqp.AmqpMessage
-
- bodyAsString() - Method in interface io.vertx.ext.web.client.HttpResponse
-
- bodyAsString(String) - Method in interface io.vertx.ext.web.client.HttpResponse
-
- bodyAsString() - Method in class io.vertx.reactivex.amqp.AmqpMessage
-
- bodyAsString() - Method in class io.vertx.reactivex.ext.web.client.HttpResponse
-
- bodyAsString(String) - Method in class io.vertx.reactivex.ext.web.client.HttpResponse
-
- bodyAsString() - Method in class io.vertx.rxjava.amqp.AmqpMessage
-
- bodyAsString() - Method in class io.vertx.rxjava.ext.web.client.HttpResponse
-
- bodyAsString(String) - Method in class io.vertx.rxjava.ext.web.client.HttpResponse
-
- bodyAsSymbol() - Method in interface io.vertx.amqp.AmqpMessage
-
- bodyAsSymbol() - Method in class io.vertx.reactivex.amqp.AmqpMessage
-
- bodyAsSymbol() - Method in class io.vertx.rxjava.amqp.AmqpMessage
-
- bodyAsTimestamp() - Method in interface io.vertx.amqp.AmqpMessage
-
- bodyAsTimestamp() - Method in class io.vertx.reactivex.amqp.AmqpMessage
-
- bodyAsTimestamp() - Method in class io.vertx.rxjava.amqp.AmqpMessage
-
- bodyAsUUID() - Method in interface io.vertx.amqp.AmqpMessage
-
- bodyAsUUID() - Method in class io.vertx.reactivex.amqp.AmqpMessage
-
- bodyAsUUID() - Method in class io.vertx.rxjava.amqp.AmqpMessage
-
- BodyCodec<T> - Interface in io.vertx.ext.web.codec
-
A codec for encoding and decoding HTTP bodies.
- BodyCodec<T> - Class in io.vertx.reactivex.ext.web.codec
-
A codec for encoding and decoding HTTP bodies.
- BodyCodec(BodyCodec) - Constructor for class io.vertx.reactivex.ext.web.codec.BodyCodec
-
- BodyCodec(Object, TypeArg<T>) - Constructor for class io.vertx.reactivex.ext.web.codec.BodyCodec
-
- BodyCodec<T> - Class in io.vertx.rxjava.ext.web.codec
-
A codec for encoding and decoding HTTP bodies.
- BodyCodec(BodyCodec) - Constructor for class io.vertx.rxjava.ext.web.codec.BodyCodec
-
- BodyCodec(Object, TypeArg<T>) - Constructor for class io.vertx.rxjava.ext.web.codec.BodyCodec
-
- bodyEndHandler(Handler<Void>) - Method in interface io.vertx.core.http.HttpServerResponse
-
Provides a handler that will be called after the last part of the body is written to the wire.
- bodyEndHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
-
Provides a handler that will be called after the last part of the body is written to the wire.
- bodyEndHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
-
Provides a handler that will be called after the last part of the body is written to the wire.
- bodyHandler(Handler<Buffer>) - Method in interface io.vertx.core.http.HttpClientResponse
-
Convenience method for receiving the entire request body in one piece.
- bodyHandler(Handler<Buffer>) - Method in interface io.vertx.core.http.HttpServerRequest
-
Convenience method for receiving the entire request body in one piece.
- BodyHandler - Interface in io.vertx.ext.web.handler
-
A handler which gathers the entire request body and sets it on the
RoutingContext
.
- bodyHandler(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(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
-
- bodyStream() - Method in interface io.vertx.core.eventbus.MessageConsumer
-
- BodyStream<T> - Interface in io.vertx.ext.web.codec.spi
-
The body stream decodes a WriteStream
into the a T
instance.
- bodyStream() - Method in class io.vertx.reactivex.core.eventbus.MessageConsumer
-
- bodyStream() - Method in class io.vertx.rxjava.core.eventbus.MessageConsumer
-
- BooleanConverter - Class in io.vertx.core.cli.converters
-
A converter for boolean.
- 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
-
- Box - Class in io.vertx.pgclient.data
-
Rectangular box data type in Postgres represented by pairs of
Point
s 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
-
- Box(JsonObject) - 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
-
- BoxConverter - Class in io.vertx.pgclient.data
-
- BoxConverter() - Constructor for class io.vertx.pgclient.data.BoxConverter
-
- bridge(Vertx, BridgeOptions) - Static method in interface io.vertx.ext.stomp.Destination
-
- bridge(BridgeOptions) - Method in interface io.vertx.ext.stomp.StompServerHandler
-
Configures the STOMP server to act as a bridge with the Vert.x event bus.
- bridge(SockJSBridgeOptions) - Method in interface io.vertx.ext.web.handler.sockjs.SockJSHandler
-
Bridge the SockJS handler to the Vert.x event bus.
- bridge(BridgeOptions) - Method in interface io.vertx.ext.web.handler.sockjs.SockJSHandler
-
Deprecated.
- bridge(SockJSBridgeOptions, Handler<BridgeEvent>) - Method in interface io.vertx.ext.web.handler.sockjs.SockJSHandler
-
- bridge(BridgeOptions, Handler<BridgeEvent>) - Method in interface io.vertx.ext.web.handler.sockjs.SockJSHandler
-
Deprecated.
- 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(SockJSBridgeOptions, Handler<BridgeEvent>) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSHandler
-
- 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(SockJSBridgeOptions, Handler<BridgeEvent>) - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSHandler
-
- BridgeEvent - Interface in io.vertx.ext.eventbus.bridge.tcp
-
Represents an event that occurs on the event bus bridge.
- BridgeEvent - Interface in io.vertx.ext.web.handler.sockjs
-
Represents an event that occurs on the event bus bridge.
- BridgeEvent - Class in io.vertx.reactivex.ext.eventbus.bridge.tcp
-
Represents an event that occurs on the event bus bridge.
- BridgeEvent(BridgeEvent) - Constructor for class io.vertx.reactivex.ext.eventbus.bridge.tcp.BridgeEvent
-
- BridgeEvent(Object) - Constructor for class io.vertx.reactivex.ext.eventbus.bridge.tcp.BridgeEvent
-
- BridgeEvent - Class in io.vertx.reactivex.ext.web.handler.sockjs
-
Represents an event that occurs on the event bus bridge.
- BridgeEvent(BridgeEvent) - Constructor for class io.vertx.reactivex.ext.web.handler.sockjs.BridgeEvent
-
- BridgeEvent(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.sockjs.BridgeEvent
-
- BridgeEvent - Class in io.vertx.rxjava.ext.eventbus.bridge.tcp
-
Represents an event that occurs on the event bus bridge.
- BridgeEvent(BridgeEvent) - Constructor for class io.vertx.rxjava.ext.eventbus.bridge.tcp.BridgeEvent
-
- BridgeEvent(Object) - Constructor for class io.vertx.rxjava.ext.eventbus.bridge.tcp.BridgeEvent
-
- BridgeEvent - Class in io.vertx.rxjava.ext.web.handler.sockjs
-
Represents an event that occurs on the event bus bridge.
- BridgeEvent(BridgeEvent) - Constructor for class io.vertx.rxjava.ext.web.handler.sockjs.BridgeEvent
-
- BridgeEvent(Object) - Constructor for class io.vertx.rxjava.ext.web.handler.sockjs.BridgeEvent
-
- BridgeEventType - Enum in io.vertx.ext.bridge
-
Bridge Event Types.
- BridgeOptions - Class in io.vertx.ext.bridge
-
Specify the event bus bridge options.
- BridgeOptions() - Constructor for class io.vertx.ext.bridge.BridgeOptions
-
Creates a new instance of
BridgeOptions
, without any inbound and outbound permitted.
- BridgeOptions(BridgeOptions) - Constructor for class io.vertx.ext.bridge.BridgeOptions
-
- BridgeOptions(JsonObject) - Constructor for class io.vertx.ext.bridge.BridgeOptions
-
Creates a new instance of
BridgeOptions
from its JSON representation.
- BridgeOptions - Class in io.vertx.ext.stomp
-
Specify the event bus bridge options.
- BridgeOptions() - Constructor for class io.vertx.ext.stomp.BridgeOptions
-
- BridgeOptions(BridgeOptions) - Constructor for class io.vertx.ext.stomp.BridgeOptions
-
- BridgeOptions(JsonObject) - Constructor for class io.vertx.ext.stomp.BridgeOptions
-
- BridgeOptions - Class in io.vertx.ext.web.handler.sockjs
-
Deprecated.
- BridgeOptions() - Constructor for class io.vertx.ext.web.handler.sockjs.BridgeOptions
-
Deprecated.
- BridgeOptions(JsonObject) - Constructor for class io.vertx.ext.web.handler.sockjs.BridgeOptions
-
Deprecated.
- BridgeOptionsConverter - Class in io.vertx.ext.bridge
-
- 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
-
- brpop(String, int, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.RedisClient
-
Remove and get the last element in a list, or block until one is available
- brpop(String, int, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
-
Remove and get the last element in a list, or block until one is available
- BRPOP - Static variable in interface io.vertx.redis.client.Command
-
- brpop(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- brpop(String, int, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
Deprecated.
Remove and get the last element in a list, or block until one is available
- brpop(String, int, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Deprecated.
Remove and get the last element in a list, or block until one is available
- 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
-
- brpop(String, int, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Remove and get the last element in a list, or block until one is available
- brpop(String, int, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Remove and get the last element in a list, or block until one is available
- 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
-
- brpoplpush(String, String, int, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisClient
-
Pop a value from a list, push it to another list and return it; or block until one is available
- brpoplpush(String, String, int, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
-
Pop a value from a list, push it to another list and return it; or block until one is available
- 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
-
- brpoplpush(String, String, int, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Deprecated.
Pop a value from a list, push it to another list and return it; or block until one is available
- brpoplpush(String, String, int, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Deprecated.
Pop a value from a list, push it to another list and return it; or block until one is available
- 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
-
- brpoplpush(String, String, int, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Pop a value from a list, push it to another list and return it; or block until one is available
- brpoplpush(String, String, int, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Pop a value from a list, push it to another list and return it; or block until one is available
- brpoplpushObservable(String, String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
-
- brpoplpushObservable(String, String, int) - Method in class io.vertx.rxjava.redis.RedisClient
-
- brpoplpushObservable(String, String, int) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
- brpopMany(List<String>, int, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.RedisClient
-
Remove and get the last element in any of the lists, or block until one is available
- brpopMany(List<String>, int, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
-
Remove and get the last element in any of the lists, or block until one is available
- brpopMany(List<String>, int, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
Deprecated.
Remove and get the last element in any of the lists, or block until one is available
- brpopMany(List<String>, int, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Deprecated.
Remove and get the last element in any of the lists, or block until one is available
- brpopMany(List<String>, int, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Remove and get the last element in any of the lists, or block until one is available
- brpopMany(List<String>, int, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Remove and get the last element in any of the lists, or block until one is available
- brpopManyObservable(List<String>, int) - Method in class io.vertx.rxjava.redis.RedisClient
-
- brpopManyObservable(List<String>, int) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
- brpopObservable(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
-
- brpopObservable(String, int) - Method in class io.vertx.rxjava.redis.RedisClient
-
- brpopObservable(String, int) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
- 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) - Method in interface io.vertx.core.spi.BufferFactory
-
- buffer() - Method in interface io.vertx.core.spi.BufferFactory
-
- buffer(String) - Method in interface io.vertx.core.spi.BufferFactory
-
- buffer(String, String) - Method in interface io.vertx.core.spi.BufferFactory
-
- buffer(byte[]) - Method in interface io.vertx.core.spi.BufferFactory
-
- buffer(ByteBuf) - Method in interface io.vertx.core.spi.BufferFactory
-
- buffer() - Static method in interface io.vertx.ext.web.codec.BodyCodec
-
- Buffer() - Static method in class io.vertx.kafka.client.serialization.VertxSerdes
-
- Buffer - Class in io.vertx.reactivex.core.buffer
-
Most data is shuffled around inside Vert.x using buffers.
- Buffer(Buffer) - Constructor for class io.vertx.reactivex.core.buffer.Buffer
-
- Buffer(Object) - Constructor for class io.vertx.reactivex.core.buffer.Buffer
-
- buffer() - Static method in class io.vertx.reactivex.core.buffer.Buffer
-
Create a new, empty buffer.
- buffer(int) - Static method in class io.vertx.reactivex.core.buffer.Buffer
-
Create a new buffer given the initial size hint.
- buffer(String) - Static method in class io.vertx.reactivex.core.buffer.Buffer
-
Create a new buffer from a string.
- buffer(String, String) - Static method in class io.vertx.reactivex.core.buffer.Buffer
-
Create a new buffer from a string and using the specified encoding.
- buffer(byte[]) - Static method in class io.vertx.reactivex.core.buffer.Buffer
-
Create a new buffer from a byte[].
- buffer(ByteBuf) - Static method in class io.vertx.reactivex.core.buffer.Buffer
-
Create a new buffer from a Netty ByteBuf
.
- buffer() - Static method in class io.vertx.reactivex.ext.web.codec.BodyCodec
-
- Buffer - Class in io.vertx.rxjava.core.buffer
-
Most data is shuffled around inside Vert.x using buffers.
- Buffer(Buffer) - Constructor for class io.vertx.rxjava.core.buffer.Buffer
-
- Buffer(Object) - Constructor for class io.vertx.rxjava.core.buffer.Buffer
-
- buffer() - Static method in class io.vertx.rxjava.core.buffer.Buffer
-
Create a new, empty buffer.
- buffer(int) - Static method in class io.vertx.rxjava.core.buffer.Buffer
-
Create a new buffer given the initial size hint.
- buffer(String) - Static method in class io.vertx.rxjava.core.buffer.Buffer
-
Create a new buffer from a string.
- buffer(String, String) - Static method in class io.vertx.rxjava.core.buffer.Buffer
-
Create a new buffer from a string and using the specified encoding.
- buffer(byte[]) - Static method in class io.vertx.rxjava.core.buffer.Buffer
-
Create a new buffer from a byte[].
- buffer(ByteBuf) - Static method in class io.vertx.rxjava.core.buffer.Buffer
-
Create a new buffer from a Netty ByteBuf
.
- buffer() - Static method in class io.vertx.rxjava.ext.web.codec.BodyCodec
-
- 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
-
- BufferFactory - Interface in io.vertx.core.spi
-
- BufferSerde() - Constructor for class io.vertx.kafka.client.serialization.VertxSerdes.BufferSerde
-
- BufferSerializer - Class in io.vertx.kafka.client.serialization
-
Kafka serializer for raw bytes in a buffer
- BufferSerializer() - Constructor for class io.vertx.kafka.client.serialization.BufferSerializer
-
- build() - Method in interface io.vertx.amqp.AmqpMessageBuilder
-
- build() - Method in class io.vertx.ext.dropwizard.reporters.JmxReporter.Builder
-
- build(Vertx) - Method in interface io.vertx.ext.shell.command.CommandBuilder
-
Build the command
- build() - Static method in interface io.vertx.ext.web.client.spi.CookieStore
-
Builds an in memory cookie store.
- build() - Method in class io.vertx.grpc.VertxChannelBuilder
-
- build() - Method in class io.vertx.grpc.VertxServerBuilder
-
- 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() - Method in class io.vertx.rxjava.amqp.AmqpMessageBuilder
-
- build(Vertx) - Method in class io.vertx.rxjava.ext.shell.command.CommandBuilder
-
Build the command
- build(Class<T>) - Method in class io.vertx.serviceproxy.ServiceProxyBuilder
-
Creates a proxy to a service on the event bus.
- buildConfiguration(List<File>, Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.config.spi.utils.FileSet
-
Iterates over the given set of files, and for each matching file, computes the resulting configuration.
- 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
- BulkOperation.BulkOperationType - Enum in io.vertx.ext.mongo
-
Enum for the different possible operations
- bulkWrite(String, List<BulkOperation>, Handler<AsyncResult<MongoClientBulkWriteResult>>) - Method in interface io.vertx.ext.mongo.MongoClient
-
Execute a bulk operation.
- bulkWrite(String, List<BulkOperation>, Handler<AsyncResult<MongoClientBulkWriteResult>>) - Method in interface io.vertx.ext.mongo.MongoService
-
- bulkWrite(String, List<BulkOperation>, Handler<AsyncResult<MongoClientBulkWriteResult>>) - 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.reactivex.ext.mongo.MongoService
-
- bulkWrite(String, List<BulkOperation>, Handler<AsyncResult<MongoClientBulkWriteResult>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Execute a bulk operation.
- bulkWrite(String, List<BulkOperation>, Handler<AsyncResult<MongoClientBulkWriteResult>>) - Method in class io.vertx.rxjava.ext.mongo.MongoService
-
- bulkWriteObservable(String, List<BulkOperation>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
- bulkWriteObservable(String, List<BulkOperation>) - Method in class io.vertx.rxjava.ext.mongo.MongoService
-
Deprecated.
- BulkWriteOptions - Class in io.vertx.ext.mongo
-
Options for configuring bulk write operations.
- BulkWriteOptions() - Constructor for class io.vertx.ext.mongo.BulkWriteOptions
-
Default constructor
- BulkWriteOptions(boolean) - Constructor for class io.vertx.ext.mongo.BulkWriteOptions
-
Constructor specifying ordered
- BulkWriteOptions(BulkWriteOptions) - Constructor for class io.vertx.ext.mongo.BulkWriteOptions
-
Copy constructor
- BulkWriteOptions(JsonObject) - Constructor for class io.vertx.ext.mongo.BulkWriteOptions
-
Constructor from JSON
- bulkWriteWithOptions(String, List<BulkOperation>, BulkWriteOptions, Handler<AsyncResult<MongoClientBulkWriteResult>>) - Method in interface io.vertx.ext.mongo.MongoClient
-
Execute a bulk operation with the specified write options.
- bulkWriteWithOptions(String, List<BulkOperation>, BulkWriteOptions, Handler<AsyncResult<MongoClientBulkWriteResult>>) - Method in interface io.vertx.ext.mongo.MongoService
-
- 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, Handler<AsyncResult<MongoClientBulkWriteResult>>) - Method in class io.vertx.reactivex.ext.mongo.MongoService
-
- 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, Handler<AsyncResult<MongoClientBulkWriteResult>>) - Method in class io.vertx.rxjava.ext.mongo.MongoService
-
- bulkWriteWithOptionsObservable(String, List<BulkOperation>, BulkWriteOptions) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
- bulkWriteWithOptionsObservable(String, List<BulkOperation>, BulkWriteOptions) - Method in class io.vertx.rxjava.ext.mongo.MongoService
-
Deprecated.
- BusPublish - Class in io.vertx.ext.shell.command.base
-
- BusPublish() - Constructor for class io.vertx.ext.shell.command.base.BusPublish
-
- BusSend - Class in io.vertx.ext.shell.command.base
-
- BusSend() - Constructor for class io.vertx.ext.shell.command.base.BusSend
-
- BusTail - Class in io.vertx.ext.shell.command.base
-
- BusTail() - Constructor for class io.vertx.ext.shell.command.base.BusTail
-
- bytesRead() - Method in interface io.vertx.core.http.HttpServerRequest
-
- bytesRead(S, SocketAddress, long) - Method in interface io.vertx.core.spi.metrics.NetworkMetrics
-
Called when bytes have been read
- bytesRead() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
-
- bytesRead() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
-
- bytesWritten() - Method in interface io.vertx.core.http.HttpServerResponse
-
- bytesWritten(S, SocketAddress, long) - Method in interface io.vertx.core.spi.metrics.NetworkMetrics
-
Called when bytes have been written
- bytesWritten() - Method in class io.vertx.reactivex.core.http.HttpServerResponse
-
- bytesWritten() - Method in class io.vertx.rxjava.core.http.HttpServerResponse
-
- BZPOPMAX - Static variable in class io.vertx.reactivex.redis.client.Command
-
- bzpopmax(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
- BZPOPMAX - Static variable in interface io.vertx.redis.client.Command
-
- bzpopmax(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- 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
-
- bzpopmaxObservable(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
-
- 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
-
- BZPOPMIN - Static variable in interface io.vertx.redis.client.Command
-
- bzpopmin(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- 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
-
- bzpopminObservable(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
-
- cache - Variable in class io.vertx.ext.web.common.template.CachingTemplateEngine
-
- cache - Variable in class io.vertx.ext.web.templ.CachingTemplateEngine
-
- CACHE_CONTROL - Static variable in class io.vertx.core.http.HttpHeaders
-
Cache-Control header name
- CACHE_DIR_PROPERTY - Static variable in class io.vertx.ext.httpservicefactory.HttpServiceFactory
-
- cached() - Method in class io.vertx.reactivex.servicediscovery.ServiceReference
-
Gets the service object if already retrieved.
- cached() - Method in class io.vertx.rxjava.servicediscovery.ServiceReference
-
Gets the service object if already retrieved.
- cached() - Method in interface io.vertx.servicediscovery.ServiceReference
-
Gets the service object if already retrieved.
- cached() - Method in class io.vertx.servicediscovery.types.AbstractServiceReference
-
Returns the service object.
- cachedAs(Class<X>) - Method in class io.vertx.reactivex.servicediscovery.ServiceReference
-
Gets the service object if already retrieved.
- cachedAs(Class<X>) - Method in class io.vertx.rxjava.servicediscovery.ServiceReference
-
Gets the service object if already retrieved.
- cachedAs(Class<X>) - Method in interface io.vertx.servicediscovery.ServiceReference
-
Gets the service object if already retrieved.
- cachedAs(Class<X>) - Method in class io.vertx.servicediscovery.types.AbstractServiceReference
-
GGets the service object if already retrieved.
- cachePermission(String) - Method in class io.vertx.ext.auth.AbstractUser
-
Deprecated.
- CachingTemplateEngine<T> - Class in io.vertx.ext.web.common.template
-
- CachingTemplateEngine(String, int) - Constructor for class io.vertx.ext.web.common.template.CachingTemplateEngine
-
Deprecated.
- CachingTemplateEngine(int) - Constructor for class io.vertx.ext.web.common.template.CachingTemplateEngine
-
- CachingTemplateEngine<T> - Class in io.vertx.ext.web.templ
-
- CachingTemplateEngine(String, int) - Constructor for class io.vertx.ext.web.templ.CachingTemplateEngine
-
- 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, 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, 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, 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, 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, Handler<AsyncResult<ResultSet>>) - Method in interface io.vertx.rxjava.ext.sql.SQLOperations
-
Calls the given SQL PROCEDURE
which returns the result from the procedure.
- callObservable(String) - Method in class io.vertx.rxjava.ext.sql.SQLClient
-
- callObservable(String) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
-
- 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, 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, 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, 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, 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, Handler<AsyncResult<ResultSet>>) - Method in interface io.vertx.rxjava.ext.sql.SQLOperations
-
Calls the given SQL PROCEDURE
which returns the result from the procedure.
- callWithParamsObservable(String, JsonArray, JsonArray) - Method in class io.vertx.rxjava.ext.sql.SQLClient
-
- callWithParamsObservable(String, JsonArray, JsonArray) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
-
- CamelBridge - Interface in io.vertx.camel
-
Camel Bridge facade.
- CamelBridgeOptions - Class in io.vertx.camel
-
Camel bridge configuration.
- CamelBridgeOptions(CamelContext) - Constructor for class io.vertx.camel.CamelBridgeOptions
-
- CamelMapping - Class in io.vertx.camel
-
Parent class for mapping between Vert.x event bus and Camel endpoints.
- CamelMapping() - Constructor for class io.vertx.camel.CamelMapping
-
- cancel() - Method in interface io.vertx.core.TimeoutStream
-
Cancels the timeout.
- cancel() - Method in interface io.vertx.rabbitmq.RabbitMQConsumer
-
Stop message consumption from a queue.
- cancel(Handler<AsyncResult<Void>>) - Method in interface io.vertx.rabbitmq.RabbitMQConsumer
-
Stop message consumption from a queue.
- cancel() - Method in class io.vertx.reactivex.core.TimeoutStream
-
Cancels the timeout.
- cancel() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQConsumer
-
Stop message consumption from a queue.
- cancel(Handler<AsyncResult<Void>>) - 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.rabbitmq.RabbitMQConsumer
-
Stop message consumption from a queue.
- cancel(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQConsumer
-
Stop message consumption from a queue.
- cancelObservable() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQConsumer
-
- 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.
- 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
.
- CaseInsensitiveHeaders - Class in io.vertx.core.http
-
- CaseInsensitiveHeaders() - Constructor for class io.vertx.core.http.CaseInsensitiveHeaders
-
- caseInsensitiveMultiMap() - Static method in interface io.vertx.core.MultiMap
-
Create a multi-map implementation with case insensitive keys, for instance it can be used to hold some HTTP headers.
- caseInsensitiveMultiMap() - Static method in class io.vertx.reactivex.core.MultiMap
-
Create a multi-map implementation with case insensitive keys, for instance it can be used to hold some HTTP headers.
- caseInsensitiveMultiMap() - Static method in class io.vertx.rxjava.core.MultiMap
-
Create a multi-map implementation with case insensitive keys, for instance it can be used to hold some HTTP headers.
- CassandraClient - Interface in io.vertx.cassandra
-
Eclipse Vert.x Cassandra client.
- CassandraClient - Class in io.vertx.reactivex.cassandra
-
Eclipse Vert.x Cassandra client.
- CassandraClient(CassandraClient) - Constructor for class io.vertx.reactivex.cassandra.CassandraClient
-
- CassandraClient(Object) - Constructor for class io.vertx.reactivex.cassandra.CassandraClient
-
- CassandraClient - Class in io.vertx.rxjava.cassandra
-
Eclipse Vert.x Cassandra client.
- CassandraClient(CassandraClient) - Constructor for class io.vertx.rxjava.cassandra.CassandraClient
-
- CassandraClient(Object) - Constructor for class io.vertx.rxjava.cassandra.CassandraClient
-
- CassandraClientOptions - Class in io.vertx.cassandra
-
Eclipse Vert.x Cassandra client options.
- CassandraClientOptions() - Constructor for class io.vertx.cassandra.CassandraClientOptions
-
Default constructor.
- CassandraClientOptions(CassandraClientOptions) - Constructor for class io.vertx.cassandra.CassandraClientOptions
-
Copy constructor.
- CassandraClientOptions(Cluster.Builder) - Constructor for class io.vertx.cassandra.CassandraClientOptions
-
Constructor using an existing Cluster.Builder
instance.
- CassandraClientOptions(JsonObject) - Constructor for class io.vertx.cassandra.CassandraClientOptions
-
Constructor to create options from JSON.
- CassandraClientOptionsConverter - Class in io.vertx.cassandra
-
- CassandraClientOptionsConverter() - Constructor for class io.vertx.cassandra.CassandraClientOptionsConverter
-
- CassandraRowStream - Interface in io.vertx.cassandra
-
- 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
-
- catalogDatacenters(Handler<AsyncResult<List<String>>>) - Method in interface io.vertx.ext.consul.ConsulClient
-
Return all the datacenters that are known by the Consul server
- catalogDatacenters(Handler<AsyncResult<List<String>>>) - Method in interface io.vertx.ext.consul.ConsulService
-
- 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(Handler<AsyncResult<List<String>>>) - Method in class io.vertx.reactivex.ext.consul.ConsulService
-
- 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
- catalogNodes(Handler<AsyncResult<NodeList>>) - Method in interface io.vertx.ext.consul.ConsulClient
-
Returns the nodes registered in a datacenter
- catalogNodes(Handler<AsyncResult<NodeList>>) - Method in interface io.vertx.ext.consul.ConsulService
-
- catalogNodes(Handler<AsyncResult<NodeList>>) - 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.reactivex.ext.consul.ConsulService
-
- catalogNodes(Handler<AsyncResult<NodeList>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
-
Returns the nodes registered in a datacenter
- catalogNodeServices(String, Handler<AsyncResult<ServiceList>>) - Method in interface io.vertx.ext.consul.ConsulClient
-
Returns the node's registered services
- catalogNodeServices(String, Handler<AsyncResult<ServiceList>>) - Method in interface io.vertx.ext.consul.ConsulService
-
- catalogNodeServices(String, Handler<AsyncResult<ServiceList>>) - 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.reactivex.ext.consul.ConsulService
-
- catalogNodeServices(String, Handler<AsyncResult<ServiceList>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
-
Returns the node's registered services
- catalogNodeServicesWithOptions(String, BlockingQueryOptions, Handler<AsyncResult<ServiceList>>) - Method in interface io.vertx.ext.consul.ConsulClient
-
- catalogNodeServicesWithOptions(String, BlockingQueryOptions, Handler<AsyncResult<ServiceList>>) - Method in interface io.vertx.ext.consul.ConsulService
-
- catalogNodeServicesWithOptions(String, BlockingQueryOptions, Handler<AsyncResult<ServiceList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
- catalogNodeServicesWithOptions(String, BlockingQueryOptions, Handler<AsyncResult<ServiceList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulService
-
- catalogNodeServicesWithOptions(String, BlockingQueryOptions, Handler<AsyncResult<ServiceList>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
-
- catalogNodesWithOptions(NodeQueryOptions, Handler<AsyncResult<NodeList>>) - Method in interface io.vertx.ext.consul.ConsulClient
-
Returns the nodes registered in a datacenter
- catalogNodesWithOptions(NodeQueryOptions, Handler<AsyncResult<NodeList>>) - Method in interface io.vertx.ext.consul.ConsulService
-
- catalogNodesWithOptions(NodeQueryOptions, Handler<AsyncResult<NodeList>>) - 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.reactivex.ext.consul.ConsulService
-
- catalogNodesWithOptions(NodeQueryOptions, Handler<AsyncResult<NodeList>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
-
Returns the nodes registered in a datacenter
- catalogServiceNodes(String, Handler<AsyncResult<ServiceList>>) - Method in interface io.vertx.ext.consul.ConsulClient
-
Returns the nodes providing a service
- catalogServiceNodes(String, Handler<AsyncResult<ServiceList>>) - Method in interface io.vertx.ext.consul.ConsulService
-
- catalogServiceNodes(String, Handler<AsyncResult<ServiceList>>) - 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.reactivex.ext.consul.ConsulService
-
- catalogServiceNodes(String, Handler<AsyncResult<ServiceList>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
-
Returns the nodes providing a service
- catalogServiceNodesWithOptions(String, ServiceQueryOptions, Handler<AsyncResult<ServiceList>>) - Method in interface io.vertx.ext.consul.ConsulClient
-
Returns the nodes providing a service
- catalogServiceNodesWithOptions(String, ServiceQueryOptions, Handler<AsyncResult<ServiceList>>) - Method in interface io.vertx.ext.consul.ConsulService
-
- catalogServiceNodesWithOptions(String, ServiceQueryOptions, Handler<AsyncResult<ServiceList>>) - 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.reactivex.ext.consul.ConsulService
-
- catalogServiceNodesWithOptions(String, ServiceQueryOptions, Handler<AsyncResult<ServiceList>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
-
Returns the nodes providing a service
- catalogServices(Handler<AsyncResult<ServiceList>>) - Method in interface io.vertx.ext.consul.ConsulClient
-
Returns the services registered in a datacenter
- catalogServices(Handler<AsyncResult<ServiceList>>) - Method in interface io.vertx.ext.consul.ConsulService
-
- catalogServices(Handler<AsyncResult<ServiceList>>) - 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.reactivex.ext.consul.ConsulService
-
- catalogServices(Handler<AsyncResult<ServiceList>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
-
Returns the services registered in a datacenter
- catalogServicesWithOptions(BlockingQueryOptions, Handler<AsyncResult<ServiceList>>) - Method in interface io.vertx.ext.consul.ConsulClient
-
- catalogServicesWithOptions(BlockingQueryOptions, Handler<AsyncResult<ServiceList>>) - Method in interface io.vertx.ext.consul.ConsulService
-
- catalogServicesWithOptions(BlockingQueryOptions, Handler<AsyncResult<ServiceList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
- catalogServicesWithOptions(BlockingQueryOptions, Handler<AsyncResult<ServiceList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulService
-
- catalogServicesWithOptions(BlockingQueryOptions, Handler<AsyncResult<ServiceList>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
-
- cause() - Method in interface io.vertx.core.AsyncResult
-
A Throwable describing failure.
- cause(int) - Method in interface io.vertx.core.CompositeFuture
-
Returns a cause of a wrapped future
- cause() - Method in interface io.vertx.core.Future
-
A Throwable describing failure.
- cause() - Method in interface io.vertx.ext.consul.WatchResult
-
A Throwable describing failure.
- cause() - Method in interface io.vertx.ext.unit.report.Failure
-
- cause(int) - Method in class io.vertx.reactivex.core.CompositeFuture
-
Returns a cause of a wrapped future
- cause() - Method in class io.vertx.reactivex.core.Future
-
A Throwable describing failure.
- cause() - Method in class io.vertx.reactivex.ext.consul.WatchResult
-
A Throwable describing failure.
- cause(int) - Method in class io.vertx.rxjava.core.CompositeFuture
-
Returns a cause of a wrapped future
- cause() - Method in class io.vertx.rxjava.core.Future
-
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.
- certificatePath() - Method in interface io.vertx.core.net.SelfSignedCertificate
-
Filesystem path to the X.509 certificate file in PEM format .
- certificatePath() - Method in class io.vertx.reactivex.core.net.SelfSignedCertificate
-
Filesystem path to the X.509 certificate file in PEM format .
- certificatePath() - Method in class io.vertx.rxjava.core.net.SelfSignedCertificate
-
Filesystem path to the X.509 certificate file in PEM format .
- ChainAuth - Interface in io.vertx.ext.auth
-
Chain several auth providers as if they were one.
- ChainAuth - Class in io.vertx.reactivex.ext.auth
-
Chain several auth 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 auth providers as if they were one.
- ChainAuth(ChainAuth) - Constructor for class io.vertx.rxjava.ext.auth.ChainAuth
-
- ChainAuth(Object) - Constructor for class io.vertx.rxjava.ext.auth.ChainAuth
-
- ChainAuthHandler - Interface in io.vertx.ext.web.handler
-
An auth handler that chains to a sequence of handlers.
- ChainAuthHandler - Class in io.vertx.reactivex.ext.web.handler
-
An auth handler that chains to a sequence of handlers.
- ChainAuthHandler(ChainAuthHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.ChainAuthHandler
-
- ChainAuthHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.ChainAuthHandler
-
- ChainAuthHandler - Class in io.vertx.rxjava.ext.web.handler
-
An auth handler that chains to a sequence of handlers.
- ChainAuthHandler(ChainAuthHandler) - Constructor for class io.vertx.rxjava.ext.web.handler.ChainAuthHandler
-
- ChainAuthHandler(Object) - Constructor for class io.vertx.rxjava.ext.web.handler.ChainAuthHandler
-
- changeUser(MySQLAuthOptions, Handler<AsyncResult<Void>>) - Method in interface io.vertx.mysqlclient.MySQLConnection
-
Send a CHANGE_USER command to change the user of the current connection, this operation will also reset connection state.
- changeUser(MySQLAuthOptions, 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, 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.
- channel(String) - Method in interface io.vertx.pgclient.pubsub.PgSubscriber
-
Return a channel for the given name
.
- channel(String) - Method in class io.vertx.reactivex.pgclient.pubsub.PgSubscriber
-
Return a channel for the given name
.
- channel(String) - Method in class io.vertx.rxjava.pgclient.pubsub.PgSubscriber
-
Return a channel for the given name
.
- CharacterConverter - Class in io.vertx.core.cli.converters
-
A converter for character.
- charset() - Method in interface io.vertx.core.http.HttpServerFileUpload
-
- charSet() - Method in interface io.vertx.ext.web.FileUpload
-
- charset() - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
-
- charSet() - Method in class io.vertx.reactivex.ext.web.FileUpload
-
- charset() - Method in class io.vertx.rxjava.core.http.HttpServerFileUpload
-
- charSet() - Method in class io.vertx.rxjava.ext.web.FileUpload
-
- Check - Class in io.vertx.ext.consul
-
Holds check properties
- Check() - Constructor for class io.vertx.ext.consul.Check
-
Default constructor
- Check(Check) - Constructor for class io.vertx.ext.consul.Check
-
Copy constructor
- Check(JsonObject) - Constructor for class io.vertx.ext.consul.Check
-
Constructor from JSON
- CheckConverter - Class in io.vertx.ext.consul
-
- CheckConverter() - Constructor for class io.vertx.ext.consul.CheckConverter
-
- CheckList - Class in io.vertx.ext.consul
-
Holds result of checks query
- CheckList() - Constructor for class io.vertx.ext.consul.CheckList
-
Default constructor
- CheckList(CheckList) - Constructor for class io.vertx.ext.consul.CheckList
-
Copy constructor
- CheckList(JsonObject) - Constructor for class io.vertx.ext.consul.CheckList
-
Constructor from JSON
- CheckListConverter - Class in io.vertx.ext.consul
-
- CheckListConverter() - Constructor for class io.vertx.ext.consul.CheckListConverter
-
- checkMethod(MethodInfo) - Method in class io.vertx.serviceproxy.generator.model.ProxyModel
-
- CheckOptions - Class in io.vertx.ext.consul
-
Options used to register checks in Consul.
- CheckOptions() - Constructor for class io.vertx.ext.consul.CheckOptions
-
Default constructor
- CheckOptions(CheckOptions) - Constructor for class io.vertx.ext.consul.CheckOptions
-
Copy constructor
- CheckOptions(JsonObject) - Constructor for class io.vertx.ext.consul.CheckOptions
-
Constructor from JSON
- CheckOptionsConverter - Class in io.vertx.ext.consul
-
- CheckOptionsConverter() - Constructor for class io.vertx.ext.consul.CheckOptionsConverter
-
- checkParamType(ExecutableElement, TypeMirror, TypeInfo, int, int, boolean) - Method in class io.vertx.serviceproxy.generator.model.ProxyModel
-
- Checkpoint - Interface in io.vertx.junit5
-
A test completion checkpoint, flagging it advances towards the test context completion.
- checkpoint() - Method in class io.vertx.junit5.VertxTestContext
-
Create a strict checkpoint.
- checkpoint(int) - Method in class io.vertx.junit5.VertxTestContext
-
Create a strict checkpoint.
- CheckQueryOptions - Class in io.vertx.ext.consul
-
Options used to requesting list of checks
- CheckQueryOptions() - Constructor for class io.vertx.ext.consul.CheckQueryOptions
-
Default constructor
- CheckQueryOptions(JsonObject) - Constructor for class io.vertx.ext.consul.CheckQueryOptions
-
Constructor from JSON
- CheckQueryOptionsConverter - Class in io.vertx.ext.consul
-
- CheckQueryOptionsConverter() - Constructor for class io.vertx.ext.consul.CheckQueryOptionsConverter
-
- checkReturnType(ExecutableElement, TypeInfo, TypeMirror, boolean) - Method in class io.vertx.serviceproxy.generator.model.ProxyModel
-
- CheckStatus - Enum in io.vertx.ext.consul
-
Represents an check status.
- checksum() - Method in class io.vertx.ext.web.sstore.AbstractSession
-
- checksum() - Method in interface io.vertx.kafka.client.consumer.KafkaConsumerRecord
-
- checksum() - Method in class io.vertx.kafka.client.producer.RecordMetadata
-
- checksum() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumerRecord
-
Deprecated.
- checksum() - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumerRecord
-
Deprecated.
- childEvent(CuratorFramework, PathChildrenCacheEvent) - Method in class io.vertx.spi.cluster.zookeeper.ZookeeperClusterManager
-
- chmod(String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
-
Change the permissions on the file represented by path
to perms
, asynchronously.
- chmod(String, String, 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, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
-
Change the permissions on the file represented by path
to perms
, asynchronously.
- chmodBlocking(String, String) - Method in interface io.vertx.core.file.FileSystem
-
- chmodBlocking(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
- chmodBlocking(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
-
- chmodObservable(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
-
- chmodRecursive(String, String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
-
Change the permissions on the file represented by path
to perms
, asynchronously.
- chmodRecursive(String, String, String, 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, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
-
Change the permissions on the file represented by path
to perms
, asynchronously.
- chmodRecursiveBlocking(String, String, String) - Method in interface io.vertx.core.file.FileSystem
-
- chmodRecursiveBlocking(String, String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
- chmodRecursiveBlocking(String, String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
-
- chmodRecursiveObservable(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.
- ChoosableIterable<T> - Interface in io.vertx.core.spi.cluster
-
An extension of Iterable which allows keeps track of an iterator internally to allow the next element to be chosen
- choose() - Method in interface io.vertx.core.spi.cluster.ChoosableIterable
-
Return the next element T in a round robin fashion.
- 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, 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, 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.
- chownBlocking(String, String, String) - Method in interface io.vertx.core.file.FileSystem
-
- chownBlocking(String, String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Blocking version of
- chownBlocking(String, String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
-
Blocking version of
- chownObservable(String, String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
-
- CHUNKED - Static variable in class io.vertx.core.http.HttpHeaders
-
chunked header value
- Circle - Class in io.vertx.pgclient.data
-
Circle data type in Postgres represented by a center
Point
and radius.
- Circle() - Constructor for class io.vertx.pgclient.data.Circle
-
- Circle(Point, double) - Constructor for class io.vertx.pgclient.data.Circle
-
- Circle(JsonObject) - Constructor for class io.vertx.pgclient.data.Circle
-
- CircleConverter - Class in io.vertx.pgclient.data
-
- CircleConverter() - Constructor for class io.vertx.pgclient.data.CircleConverter
-
- CircuitBreaker - Interface in io.vertx.circuitbreaker
-
An implementation of the circuit breaker pattern for Vert.x
- CircuitBreaker - Class in io.vertx.reactivex.circuitbreaker
-
An implementation of the circuit breaker pattern for Vert.x
NOTE: This class has been automatically generated from the
original
non RX-ified interface using Vert.x codegen.
- CircuitBreaker(CircuitBreaker) - Constructor for class io.vertx.reactivex.circuitbreaker.CircuitBreaker
-
- CircuitBreaker(Object) - Constructor for class io.vertx.reactivex.circuitbreaker.CircuitBreaker
-
- CircuitBreaker - Class in io.vertx.rxjava.circuitbreaker
-
An implementation of the circuit breaker pattern for Vert.x
NOTE: This class has been automatically generated from the
original
non RX-ified interface using Vert.x codegen.
- CircuitBreaker(CircuitBreaker) - Constructor for class io.vertx.rxjava.circuitbreaker.CircuitBreaker
-
- CircuitBreaker(Object) - Constructor for class io.vertx.rxjava.circuitbreaker.CircuitBreaker
-
- CircuitBreakerOptions - Class in io.vertx.circuitbreaker
-
Circuit breaker configuration options.
- CircuitBreakerOptions() - Constructor for class io.vertx.circuitbreaker.CircuitBreakerOptions
-
- CircuitBreakerOptions(CircuitBreakerOptions) - Constructor for class io.vertx.circuitbreaker.CircuitBreakerOptions
-
- CircuitBreakerOptions(JsonObject) - Constructor for class io.vertx.circuitbreaker.CircuitBreakerOptions
-
- CircuitBreakerOptionsConverter - Class in io.vertx.circuitbreaker
-
- CircuitBreakerOptionsConverter() - Constructor for class io.vertx.circuitbreaker.CircuitBreakerOptionsConverter
-
- CircuitBreakerState - Enum in io.vertx.circuitbreaker
-
Circuit breaker states.
- ckquorum(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.sentinel.RedisSentinel
-
Check if the current Sentinel configuration is able to reach the quorum needed to failover a master,
and the majority needed to authorize the failover.
- ckquorum(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.sentinel.RedisSentinel
-
Deprecated.
Check if the current Sentinel configuration is able to reach the quorum needed to failover a master,
and the majority needed to authorize the failover.
- ckquorum(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.sentinel.RedisSentinel
-
Check if the current Sentinel configuration is able to reach the quorum needed to failover a master,
and the majority needed to authorize the failover.
- ckquorumObservable(String) - Method in class io.vertx.rxjava.redis.sentinel.RedisSentinel
-
- classBlock(RunNotifier) - Method in class io.vertx.ext.unit.junit.VertxUnitRunnerWithParameters
-
- classHeader(PrintWriter) - Method in class io.vertx.serviceproxy.generator.GeneratorUtils
-
- classifier() - Method in class io.vertx.maven.MavenCoords
-
- ClassLoaderUtils - Class in io.vertx.servicediscovery.utils
-
- ClassLoaderUtils() - Constructor for class io.vertx.servicediscovery.utils.ClassLoaderUtils
-
- className(ProxyModel) - Method in class io.vertx.serviceproxy.generator.ServiceProxyHandlerGen
-
- clear() - Method in class io.vertx.core.http.CaseInsensitiveHeaders
-
Deprecated.
- 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.LocalMap
-
Clear all entries in the map
- clear() - Method in interface io.vertx.ext.auth.ChainAuth
-
Clears the chain.
- clear() - Method in interface io.vertx.ext.web.handler.ChainAuthHandler
-
Clears the chain.
- clear() - Method in interface io.vertx.ext.web.Router
-
Remove all the routes from this router
- clear(Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.web.sstore.SessionStore
-
Remove all sessions from the store.
- clear() - Method in 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.LocalMap
-
Clear all entries in the map
- clear() - Method in class io.vertx.reactivex.ext.auth.ChainAuth
-
Clears the chain.
- clear() - Method in class io.vertx.reactivex.ext.web.handler.ChainAuthHandler
-
Clears the chain.
- 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.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.LocalMap
-
Clear all entries in the map
- clear() - Method in class io.vertx.rxjava.ext.auth.ChainAuth
-
Clears the chain.
- clear() - Method in class io.vertx.rxjava.ext.web.handler.ChainAuthHandler
-
Clears the chain.
- 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.sqlclient.Tuple
-
- clear() - Method in interface io.vertx.sqlclient.Tuple
-
- clearAuthorities() - Method in class io.vertx.serviceproxy.ServiceJWTInterceptor
-
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.
- clearCache() - Method in class io.vertx.reactivex.ext.auth.User
-
Deprecated.
- clearCache() - Method in class io.vertx.rxjava.ext.auth.User
-
Deprecated.
- clearObservable() - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
-
- clearObservable() - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
-
- clearUser() - Method in interface io.vertx.ext.web.RoutingContext
-
Clear the current user object in the context.
- clearUser() - Method in class io.vertx.reactivex.ext.web.RoutingContext
-
Clear the current user object in the context.
- clearUser() - Method in class io.vertx.rxjava.ext.web.RoutingContext
-
Clear the current user object in the context.
- CLI - Interface in io.vertx.core.cli
-
Interface defining a command-line interface (in other words a command such as 'run', 'ls'...).
- cli() - Method in interface io.vertx.core.cli.CommandLine
-
- cli() - Method in class io.vertx.core.spi.launcher.ExecutionContext
-
- cli() - Method in class io.vertx.ext.shell.command.AnnotatedCommand
-
- cli() - Method in class io.vertx.ext.shell.command.base.Echo
-
- cli() - Method in interface io.vertx.ext.shell.command.Command
-
- CLI - Class in io.vertx.reactivex.core.cli
-
Interface defining a command-line interface (in other words a command such as 'run', 'ls'...).
- CLI(CLI) - Constructor for class io.vertx.reactivex.core.cli.CLI
-
- CLI(Object) - Constructor for class io.vertx.reactivex.core.cli.CLI
-
- cli() - Method in class io.vertx.reactivex.core.cli.CommandLine
-
- cli() - Method in class io.vertx.reactivex.ext.shell.command.Command
-
- CLI - Class in io.vertx.rxjava.core.cli
-
Interface defining a command-line interface (in other words a command such as 'run', 'ls'...).
- CLI(CLI) - Constructor for class io.vertx.rxjava.core.cli.CLI
-
- CLI(Object) - Constructor for class io.vertx.rxjava.core.cli.CLI
-
- cli() - Method in class io.vertx.rxjava.core.cli.CommandLine
-
- cli() - Method in class io.vertx.rxjava.ext.shell.command.Command
-
- CLIConfigurator - Class in io.vertx.core.cli.annotations
-
Class responsible for defining CLI using annotations and injecting values extracted by the parser.
- CLIConfigurator() - Constructor for class io.vertx.core.cli.annotations.CLIConfigurator
-
- CLIENT - Static variable in class io.vertx.reactivex.redis.client.Command
-
- client(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
- CLIENT - Static variable in interface io.vertx.redis.client.Command
-
- client(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- 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
-
- ClientAuth - Enum in io.vertx.core.http
-
Configures the engine to require/request client authentication.
- clientGetname(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisClient
-
Get the current connection name
- clientGetname(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
-
Get the current connection name
- clientGetname(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Deprecated.
Get the current connection name
- clientGetname(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Deprecated.
Get the current connection name
- clientGetname(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get the current connection name
- clientGetname(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Get the current connection name
- clientGetnameObservable() - Method in class io.vertx.rxjava.redis.RedisClient
-
- clientGetnameObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
-
- clientId() - Method in interface io.vertx.mqtt.MqttClient
-
- clientId() - Method in class io.vertx.reactivex.mqtt.MqttClient
-
- clientId() - Method in class io.vertx.rxjava.mqtt.MqttClient
-
- clientIdentifier() - Method in interface io.vertx.mqtt.MqttEndpoint
-
- clientIdentifier() - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
-
- clientIdentifier() - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
-
- clientKill(KillFilter, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
-
Kill the connection of a client
- clientKill(KillFilter, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
-
Kill the connection of a client
- clientKill(KillFilter, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Deprecated.
Kill the connection of a client
- clientKill(KillFilter, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Deprecated.
Kill the connection of a client
- clientKill(KillFilter, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Kill the connection of a client
- clientKill(KillFilter, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Kill the connection of a client
- clientKillObservable(KillFilter) - Method in class io.vertx.rxjava.redis.RedisClient
-
- clientKillObservable(KillFilter) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
- clientList(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisClient
-
Get the list of client connections
- clientList(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
-
Get the list of client connections
- clientList(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Deprecated.
Get the list of client connections
- clientList(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Deprecated.
Get the list of client connections
- clientList(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get the list of client connections
- clientList(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Get the list of client connections
- clientListObservable() - Method in class io.vertx.rxjava.redis.RedisClient
-
- clientListObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
-
- clientObservable(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
-
- 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
- clientPause(long, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisClient
-
Stop processing commands from clients for some time
- clientPause(long, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
-
Stop processing commands from clients for some time
- clientPause(long, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Deprecated.
Stop processing commands from clients for some time
- clientPause(long, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Deprecated.
Stop processing commands from clients for some time
- clientPause(long, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Stop processing commands from clients for some time
- clientPause(long, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Stop processing commands from clients for some time
- clientPauseObservable(long) - Method in class io.vertx.rxjava.redis.RedisClient
-
- clientPauseObservable(long) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
- clientReply(ClientReplyOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisClient
-
Instruct the server whether to reply to commands.
- clientReply(ClientReplyOptions, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Deprecated.
Instruct the server whether to reply to commands.
- clientReply(ClientReplyOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Instruct the server whether to reply to commands.
- clientReplyObservable(ClientReplyOptions) - Method in class io.vertx.rxjava.redis.RedisClient
-
- ClientReplyOptions - Enum in io.vertx.redis.op
-
- clientSetname(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisClient
-
Set the current connection name
- clientSetname(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
-
Set the current connection name
- clientSetname(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Deprecated.
Set the current connection name
- clientSetname(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Deprecated.
Set the current connection name
- clientSetname(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Set the current connection name
- clientSetname(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Set the current connection name
- clientSetnameObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
-
- clientSetnameObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
- 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
-
- CLIException(String, Exception) - Constructor for exception io.vertx.core.cli.CLIException
-
- CliToken - Interface in io.vertx.ext.shell.cli
-
A parsed token in the command line interface.
- CliToken - Class in io.vertx.reactivex.ext.shell.cli
-
A parsed token in the command line interface.
- CliToken(CliToken) - Constructor for class io.vertx.reactivex.ext.shell.cli.CliToken
-
- CliToken(Object) - Constructor for class io.vertx.reactivex.ext.shell.cli.CliToken
-
- CliToken - Class in io.vertx.rxjava.ext.shell.cli
-
A parsed token in the command line interface.
- CliToken(CliToken) - Constructor for class io.vertx.rxjava.ext.shell.cli.CliToken
-
- CliToken(Object) - Constructor for class io.vertx.rxjava.ext.shell.cli.CliToken
-
- clone() - Method in class io.vertx.core.net.JdkSSLEngineOptions
-
- clone() - Method in class io.vertx.core.net.JksOptions
-
- clone() - Method in interface io.vertx.core.net.KeyCertOptions
-
- clone() - Method in class io.vertx.core.net.KeyStoreOptions
-
- clone() - Method in class io.vertx.core.net.KeyStoreOptionsBase
-
- clone() - Method in class io.vertx.core.net.OpenSSLEngineOptions
-
- clone() - Method in class io.vertx.core.net.PemKeyCertOptions
-
- clone() - Method in class io.vertx.core.net.PemTrustOptions
-
- clone() - Method in class io.vertx.core.net.PfxOptions
-
- clone() - Method in class io.vertx.core.net.SSLEngineOptions
-
- clone() - Method in interface io.vertx.core.net.TrustOptions
-
- clone() - Method in interface io.vertx.ext.auth.AuthOptions
-
Deprecated.
- clone() - Method in class io.vertx.ext.auth.htpasswd.HtpasswdAuthOptions
-
- clone() - Method in class io.vertx.ext.auth.jdbc.JDBCAuthOptions
-
Deprecated.
- clone() - Method in class io.vertx.ext.auth.mongo.MongoAuthOptions
-
- clone() - Method in class io.vertx.ext.auth.shiro.ShiroAuthOptions
-
- cloneAclToken(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.ext.consul.ConsulClient
-
Clone Acl token