- 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
-
- 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
- cloneAclToken(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.ext.consul.ConsulService
-
- cloneAclToken(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Clone Acl token
- cloneAclToken(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.ext.consul.ConsulService
-
- cloneAclToken(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
-
Clone Acl token
- close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.amqp.AmqpClient
-
Closes the client.
- close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.amqp.AmqpConnection
-
Closes the AMQP connection, i.e.
- close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.amqp.AmqpReceiver
-
Closes the receiver.
- close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.amqp.AmqpSender
-
Closes the sender.
- close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.amqpbridge.AmqpBridge
-
Shuts the bridge down, closing the underlying connection.
- close() - Method in interface io.vertx.cassandra.CassandraClient
-
Closes this client.
- close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.cassandra.CassandraClient
-
Closes this client.
- close() - Method in interface io.vertx.circuitbreaker.CircuitBreaker
-
Closes the circuit breaker.
- close() - Method in interface io.vertx.config.ConfigRetriever
-
Closes the retriever.
- close(Handler<Void>) - Method in class io.vertx.config.consul.ConsulConfigStore
-
- close(Handler<Void>) - Method in class io.vertx.config.git.GitConfigStore
-
- close(Handler<Void>) - Method in class io.vertx.config.kubernetes.ConfigMapStore
-
- close(Handler<Void>) - Method in class io.vertx.config.redis.RedisConfigStore
-
- close(Handler<Void>) - Method in interface io.vertx.config.spi.ConfigStore
-
Closes the configuration store.
- close() - Method in class io.vertx.config.vault.client.SlimVaultClient
-
Closes the client.
- close(Handler<Void>) - Method in class io.vertx.config.vault.VaultConfigStore
-
- close(Handler<Void>) - Method in class io.vertx.config.zookeeper.ZookeeperConfigStore
-
- close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.Closeable
-
Close this resource, the completionHandler must be notified when the operation has completed.
- close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.datagram.DatagramSocket
-
Closes the
DatagramSocket implementation asynchronous
and notifies the handler once done.
- close() - Method in interface io.vertx.core.datagram.DatagramSocket
-
- close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.eventbus.EventBus
-
Close the event bus and release any resources held.
- close() - Method in interface io.vertx.core.eventbus.MessageProducer
-
Closes the producer, this method should be called when the message producer is not used anymore.
- close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.eventbus.MessageProducer
-
- close() - Method in interface io.vertx.core.file.AsyncFile
-
Close the file.
- close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.AsyncFile
-
Close the file.
- close() - Method in interface io.vertx.core.http.HttpClient
-
Close the client.
- close() - Method in interface io.vertx.core.http.HttpConnection
-
Close the connection and all the currently active streams.
- CLOSE - Static variable in class io.vertx.core.http.HttpHeaders
-
close header value
- close() - Method in interface io.vertx.core.http.HttpServer
-
Close the server.
- close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.http.HttpServer
-
Like
HttpServer.close() but supplying a handler that will be called when the server is actually closed (or has failed).
- close() - Method in interface io.vertx.core.http.HttpServerResponse
-
Close the underlying TCP connection corresponding to the request.
- close() - Method in interface io.vertx.core.http.ServerWebSocket
-
Close the WebSocket sending the default close frame.
- close() - Method in interface io.vertx.core.http.WebSocketBase
-
Close the WebSocket sending the default close frame.
- close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.http.WebSocketBase
-
- close(short) - Method in interface io.vertx.core.http.WebSocketBase
-
Close the WebSocket sending a close frame with specified status code.
- close(short, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.http.WebSocketBase
-
- close(short, String) - Method in interface io.vertx.core.http.WebSocketBase
-
Close sending a close frame with specified status code and reason.
- close(short, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.http.WebSocketBase
-
- close() - Method in interface io.vertx.core.net.NetClient
-
Close the client.
- close() - Method in interface io.vertx.core.net.NetServer
-
Close the server.
- close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.net.NetServer
-
Like
NetServer.close() but supplying a handler that will be notified when close is complete.
- close() - Method in interface io.vertx.core.net.NetSocket
-
Close the NetSocket
- close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.net.NetSocket
-
Close the NetSocket and notify the handler when the operation completes.
- close() - Method in interface io.vertx.core.shareddata.LocalMap
-
Close and release the map
- close() - Method in interface io.vertx.core.spi.metrics.Metrics
-
Used to close out the metrics, for example when an http server/client has been closed.
No specific thread and context can be expected when this method is called.
- close(Handler<Void>) - Method in interface io.vertx.core.spi.resolver.ResolverProvider
-
- close() - Method in interface io.vertx.core.spi.VerticleFactory
-
Close the factory.
- close() - Method in interface io.vertx.core.streams.Pipe
-
Close the pipe.
- close() - Method in interface io.vertx.core.Vertx
-
Stop the the Vertx instance and release any resources held by it.
- close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.Vertx
-
Like
Vertx.close() but the completionHandler will be called when the close is complete
- close() - Method in interface io.vertx.core.WorkerExecutor
-
Close the executor.
- close() - Method in class io.vertx.ext.auth.PRNG
-
- close() - Method in interface io.vertx.ext.consul.ConsulClient
-
Close the client and release its resources
- close() - Method in interface io.vertx.ext.consul.ConsulService
-
- close() - Method in class io.vertx.ext.dropwizard.reporters.JmxReporter
-
Stops the reporter.
- close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.eventbus.bridge.tcp.TcpEventBusBridge
-
Close the current socket.
- close() - Method in interface io.vertx.ext.eventbus.bridge.tcp.TcpEventBusBridge
-
Close the current socket.
- close(DataSource) - Method in interface io.vertx.ext.jdbc.spi.DataSourceProvider
-
- close() - Method in interface io.vertx.ext.mail.MailClient
-
close the MailClient
- close() - Method in interface io.vertx.ext.mail.MailService
-
- close() - Method in interface io.vertx.ext.mongo.MongoClient
-
Close the client and release its resources
- close() - Method in interface io.vertx.ext.mongo.MongoService
-
- close() - Method in interface io.vertx.ext.reactivestreams.ReactiveWriteStream
-
Close the stream
- close() - Method in interface io.vertx.ext.shell.Shell
-
Close the shell.
- close() - Method in interface io.vertx.ext.shell.ShellServer
-
Close the shell server, this is an asynchronous close.
- close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.shell.ShellServer
-
Close the shell server, this is an asynchronous close.
- close(Handler<Void>) - Method in interface io.vertx.ext.shell.system.JobController
-
Close the controller and terminate all the underlying jobs, a closed controller does not accept anymore jobs.
- close() - Method in interface io.vertx.ext.shell.system.JobController
-
Close the shell session and terminate all the underlying jobs.
- close() - Method in interface io.vertx.ext.shell.term.Term
-
Close the connection to terminal.
- close() - Method in interface io.vertx.ext.shell.term.TermServer
-
Close the server.
- close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.shell.term.TermServer
-
Like
TermServer.close() but supplying a handler that will be notified when close is complete.
- close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.sql.SQLClient
-
Close the client and release all resources.
- close() - Method in interface io.vertx.ext.sql.SQLClient
-
Close the client
- close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.sql.SQLConnection
-
Closes the connection.
- close() - Method in interface io.vertx.ext.sql.SQLConnection
-
Closes the connection.
- close() - Method in interface io.vertx.ext.sql.SQLRowStream
-
Closes the stream/underlying cursor(s).
- close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.sql.SQLRowStream
-
Closes the stream/underlying cursor(s).
- close() - Method in interface io.vertx.ext.stomp.StompClient
-
Closes the client.
- close() - Method in interface io.vertx.ext.stomp.StompClientConnection
-
Closes the connection without sending the DISCONNECT frame.
- close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.stomp.StompServer
-
Closes the server.
- close() - Method in interface io.vertx.ext.stomp.StompServer
-
Closes the server.
- close() - Method in interface io.vertx.ext.stomp.StompServerConnection
-
Closes the connection with the client.
- close() - Method in interface io.vertx.ext.web.client.WebClient
-
Close the client.
- close() - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
-
Close it
- close(int, String) - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
-
Close it giving a status code and reason.
- close() - Method in interface io.vertx.ext.web.sstore.SessionStore
-
Close the store
- close() - Method in interface io.vertx.kafka.admin.KafkaAdminClient
-
Close the admin client
- close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.kafka.admin.KafkaAdminClient
-
Close the admin client
- close(long, Handler<AsyncResult<Void>>) - Method in interface io.vertx.kafka.admin.KafkaAdminClient
-
Close the admin client
- close() - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
-
Close the consumer
- close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
-
Close the consumer
- close() - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
-
Close the stream
- close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
-
Close the stream
- close() - Method in interface io.vertx.kafka.client.producer.KafkaProducer
-
Close the producer
- close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.kafka.client.producer.KafkaProducer
-
Close the producer
- close(long, Handler<AsyncResult<Void>>) - Method in interface io.vertx.kafka.client.producer.KafkaProducer
-
Close the producer
- close() - Method in interface io.vertx.kafka.client.producer.KafkaWriteStream
-
Close the stream
- close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.kafka.client.producer.KafkaWriteStream
-
Close the stream
- close(long, Handler<AsyncResult<Void>>) - Method in interface io.vertx.kafka.client.producer.KafkaWriteStream
-
Close the stream
- close() - Method in class io.vertx.kafka.client.serialization.BufferDeserializer
-
- close() - Method in class io.vertx.kafka.client.serialization.BufferSerializer
-
- close() - Method in class io.vertx.kafka.client.serialization.JsonArrayDeserializer
-
- close() - Method in class io.vertx.kafka.client.serialization.JsonArraySerializer
-
- close() - Method in class io.vertx.kafka.client.serialization.JsonObjectDeserializer
-
- close() - Method in class io.vertx.kafka.client.serialization.JsonObjectSerializer
-
- close() - Method in interface io.vertx.micrometer.backends.BackendRegistry
-
- close() - Method in class io.vertx.micrometer.backends.InfluxDbBackendRegistry
-
- close() - Method in class io.vertx.micrometer.backends.JmxBackendRegistry
-
- close() - Method in enum io.vertx.micrometer.backends.NoopBackendRegistry
-
- close() - Method in class io.vertx.micrometer.backends.PrometheusBackendRegistry
-
- close() - Method in interface io.vertx.mqtt.MqttEndpoint
-
Close the endpoint, so the connection with remote MQTT client
- close() - Method in interface io.vertx.mqtt.MqttServer
-
Close the server.
- close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.mqtt.MqttServer
-
Close the server supplying an handler that will be called when the server is actually closed (or has failed).
- close() - Method in interface io.vertx.pgclient.pubsub.PgSubscriber
-
Close the subscriber, the retry policy will not be invoked.
- close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.amqp.AmqpClient
-
Closes the client.
- close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.amqp.AmqpConnection
-
Closes the AMQP connection, i.e.
- close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.amqp.AmqpReceiver
-
Closes the receiver.
- close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.amqp.AmqpSender
-
Closes the sender.
- close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.amqpbridge.AmqpBridge
-
Shuts the bridge down, closing the underlying connection.
- close() - Method in class io.vertx.reactivex.cassandra.CassandraClient
-
Closes this client.
- close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.cassandra.CassandraClient
-
Closes this client.
- close() - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
-
Closes the circuit breaker.
- close() - Method in class io.vertx.reactivex.config.ConfigRetriever
-
Closes the retriever.
- close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
-
Closes the
DatagramSocket implementation asynchronous
and notifies the handler once done.
- close() - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
-
- close() - Method in class io.vertx.reactivex.core.eventbus.MessageProducer
-
Closes the producer, this method should be called when the message producer is not used anymore.
- close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.eventbus.MessageProducer
-
- close() - Method in class io.vertx.reactivex.core.file.AsyncFile
-
Close the file.
- close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.file.AsyncFile
-
Close the file.
- close() - Method in class io.vertx.reactivex.core.http.HttpClient
-
Close the client.
- close() - Method in class io.vertx.reactivex.core.http.HttpConnection
-
Close the connection and all the currently active streams.
- close() - Method in class io.vertx.reactivex.core.http.HttpServer
-
Close the server.
- close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.HttpServer
-
Like
HttpServer.close() but supplying a handler that will be called when the server is actually closed (or has failed).
- close() - Method in class io.vertx.reactivex.core.http.HttpServerResponse
-
Close the underlying TCP connection corresponding to the request.
- close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
-
- close(short) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
-
Close the WebSocket sending a close frame with specified status code.
- close(short, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
-
- close(short, String) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
-
Close sending a close frame with specified status code and reason.
- close(short, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
-
Same as but with an handler called when the operation completes
- close() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
-
The WebSocket handshake will be accepted when it hasn't yet been settled or when an asynchronous handshake
is in progress.
- close() - Method in class io.vertx.reactivex.core.http.WebSocket
-
Close the WebSocket sending the default close frame.
- close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.WebSocket
-
- close(short) - Method in class io.vertx.reactivex.core.http.WebSocket
-
Close the WebSocket sending a close frame with specified status code.
- close(short, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.WebSocket
-
- close(short, String) - Method in class io.vertx.reactivex.core.http.WebSocket
-
Close sending a close frame with specified status code and reason.
- close(short, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.http.WebSocket
-
Same as but with an handler called when the operation completes
- close() - Method in interface io.vertx.reactivex.core.http.WebSocketBase
-
Close the WebSocket sending the default close frame.
- close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
-
- close(short) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
-
Close the WebSocket sending a close frame with specified status code.
- close(short, Handler<AsyncResult<Void>>) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
-
- close(short, String) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
-
Close sending a close frame with specified status code and reason.
- close(short, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
-
Same as but with an handler called when the operation completes
- close() - Method in class io.vertx.reactivex.core.net.NetClient
-
Close the client.
- close() - Method in class io.vertx.reactivex.core.net.NetServer
-
Close the server.
- close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.net.NetServer
-
Like
NetServer.close() but supplying a handler that will be notified when close is complete.
- close() - Method in class io.vertx.reactivex.core.net.NetSocket
-
Close the NetSocket
- close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.net.NetSocket
-
Close the NetSocket and notify the handler when the operation completes.
- close() - Method in class io.vertx.reactivex.core.shareddata.LocalMap
-
Close and release the map
- close() - Method in class io.vertx.reactivex.core.streams.Pipe
-
Close the pipe.
- close() - Method in class io.vertx.reactivex.core.Vertx
-
Stop the the Vertx instance and release any resources held by it.
- close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.Vertx
-
Like
Vertx.close() but the completionHandler will be called when the close is complete
- close() - Method in class io.vertx.reactivex.core.WorkerExecutor
-
Close the executor.
- close() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Close the client and release its resources
- close() - Method in class io.vertx.reactivex.ext.consul.ConsulService
-
- close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.TcpEventBusBridge
-
Close the current socket.
- close() - Method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.TcpEventBusBridge
-
Close the current socket.
- close() - Method in class io.vertx.reactivex.ext.mail.MailClient
-
close the MailClient
- close() - Method in class io.vertx.reactivex.ext.mail.MailService
-
- close() - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Close the client and release its resources
- close() - Method in class io.vertx.reactivex.ext.mongo.MongoService
-
- close() - Method in class io.vertx.reactivex.ext.shell.Shell
-
Close the shell.
- close() - Method in class io.vertx.reactivex.ext.shell.ShellServer
-
Close the shell server, this is an asynchronous close.
- close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.shell.ShellServer
-
Close the shell server, this is an asynchronous close.
- close(Handler<Void>) - Method in class io.vertx.reactivex.ext.shell.system.JobController
-
Close the controller and terminate all the underlying jobs, a closed controller does not accept anymore jobs.
- close() - Method in class io.vertx.reactivex.ext.shell.system.JobController
-
Close the shell session and terminate all the underlying jobs.
- close() - Method in class io.vertx.reactivex.ext.shell.term.Term
-
Close the connection to terminal.
- close() - Method in class io.vertx.reactivex.ext.shell.term.TermServer
-
Close the server.
- close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.shell.term.TermServer
-
Like
TermServer.close() but supplying a handler that will be notified when close is complete.
- close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.sql.SQLClient
-
Close the client and release all resources.
- close() - Method in class io.vertx.reactivex.ext.sql.SQLClient
-
Close the client
- close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
-
Closes the connection.
- close() - Method in class io.vertx.reactivex.ext.sql.SQLConnection
-
Closes the connection.
- close() - Method in class io.vertx.reactivex.ext.sql.SQLRowStream
-
Closes the stream/underlying cursor(s).
- close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.sql.SQLRowStream
-
Closes the stream/underlying cursor(s).
- close() - Method in class io.vertx.reactivex.ext.stomp.StompClient
-
Closes the client.
- close() - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
-
Closes the connection without sending the DISCONNECT frame.
- close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.stomp.StompServer
-
Closes the server.
- close() - Method in class io.vertx.reactivex.ext.stomp.StompServer
-
Closes the server.
- close() - Method in class io.vertx.reactivex.ext.stomp.StompServerConnection
-
Closes the connection with the client.
- close() - Method in class io.vertx.reactivex.ext.web.client.WebClient
-
Close the client.
- close() - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
-
Close it
- close(int, String) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
-
Close it giving a status code and reason.
- close() - Method in class io.vertx.reactivex.ext.web.sstore.SessionStore
-
Close the store
- close() - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
-
Close the admin client
- close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
-
Close the admin client
- close(long, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
-
Close the admin client
- close() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
-
Close the consumer
- close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
-
Close the consumer
- close() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
-
Close the producer
- close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
-
Close the producer
- close(long, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
-
Close the producer
- close() - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
-
Close the endpoint, so the connection with remote MQTT client
- close() - Method in class io.vertx.reactivex.mqtt.MqttServer
-
Close the server.
- close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.mqtt.MqttServer
-
Close the server supplying an handler that will be called when the server is actually closed (or has failed).
- close() - Method in class io.vertx.reactivex.pgclient.pubsub.PgSubscriber
-
Close the subscriber, the retry policy will not be invoked.
- close() - Method in class io.vertx.reactivex.redis.client.Redis
-
Closes the client and terminates any connection.
- close() - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
- close() - Method in class io.vertx.reactivex.redis.client.RedisConnection
-
Closes the connection or returns to the pool.
- close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.redis.RedisClient
-
Close the client - when it is fully closed the handler will be called.
- close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
-
Close the client - when it is fully closed the handler will be called.
- close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.redis.sentinel.RedisSentinel
-
Close the client - when it is fully closed the handler will be called.
- close() - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
-
Closes the service discovery
- close(Handler<Void>) - Method in class io.vertx.reactivex.servicediscovery.spi.ServiceExporter
-
Close the exporter
- close(Handler<Void>) - Method in class io.vertx.reactivex.servicediscovery.spi.ServiceImporter
-
Closes the importer
- close() - Method in class io.vertx.reactivex.sqlclient.Cursor
-
Release the cursor.
- close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.sqlclient.Cursor
-
Like
Cursor.close() but with a
completionHandler called when the cursor has been released.
- close() - Method in class io.vertx.reactivex.sqlclient.Pool
-
Close the pool and release the associated resources.
- close() - Method in class io.vertx.reactivex.sqlclient.PreparedStatement
-
Close the prepared query and release its resources.
- close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.sqlclient.PreparedStatement
-
- close() - Method in class io.vertx.reactivex.sqlclient.RowStream
-
Close the stream and release the resources.
- close(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.sqlclient.RowStream
-
Close the stream and release the resources.
- close() - Method in class io.vertx.reactivex.sqlclient.SqlClient
-
Close the client and release the associated resources.
- close() - Method in class io.vertx.reactivex.sqlclient.SqlConnection
-
Close the current connection after all the pending commands have been processed.
- close() - Method in class io.vertx.reactivex.sqlclient.Transaction
-
Rollback the transaction and release the associated resources.
- close() - Method in interface io.vertx.redis.client.Redis
-
Closes the client and terminates any connection.
- close() - Method in interface io.vertx.redis.client.RedisAPI
-
- close() - Method in interface io.vertx.redis.client.RedisConnection
-
Closes the connection or returns to the pool.
- close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
-
Deprecated.
Close the client - when it is fully closed the handler will be called.
- close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisTransaction
-
Deprecated.
Close the client - when it is fully closed the handler will be called.
- close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.sentinel.RedisSentinel
-
Deprecated.
Close the client - when it is fully closed the handler will be called.
- close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.amqp.AmqpClient
-
Closes the client.
- close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.amqp.AmqpConnection
-
Closes the AMQP connection, i.e.
- close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.amqp.AmqpReceiver
-
Closes the receiver.
- close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.amqp.AmqpSender
-
Closes the sender.
- close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.amqpbridge.AmqpBridge
-
Shuts the bridge down, closing the underlying connection.
- close() - Method in class io.vertx.rxjava.cassandra.CassandraClient
-
Closes this client.
- close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.cassandra.CassandraClient
-
Closes this client.
- close() - Method in class io.vertx.rxjava.circuitbreaker.CircuitBreaker
-
Closes the circuit breaker.
- close() - Method in class io.vertx.rxjava.config.ConfigRetriever
-
Closes the retriever.
- close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
-
Closes the
DatagramSocket implementation asynchronous
and notifies the handler once done.
- close() - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
-
- close() - Method in class io.vertx.rxjava.core.eventbus.MessageProducer
-
Closes the producer, this method should be called when the message producer is not used anymore.
- close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.eventbus.MessageProducer
-
- close() - Method in class io.vertx.rxjava.core.file.AsyncFile
-
Close the file.
- close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.AsyncFile
-
Close the file.
- close() - Method in class io.vertx.rxjava.core.http.HttpClient
-
Close the client.
- close() - Method in class io.vertx.rxjava.core.http.HttpConnection
-
Close the connection and all the currently active streams.
- close() - Method in class io.vertx.rxjava.core.http.HttpServer
-
Close the server.
- close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.http.HttpServer
-
Like
HttpServer.close() but supplying a handler that will be called when the server is actually closed (or has failed).
- close() - Method in class io.vertx.rxjava.core.http.HttpServerResponse
-
Close the underlying TCP connection corresponding to the request.
- close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
-
- close(short) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
-
Close the WebSocket sending a close frame with specified status code.
- close(short, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
-
- close(short, String) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
-
Close sending a close frame with specified status code and reason.
- close(short, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
-
Same as but with an handler called when the operation completes
- close() - Method in class io.vertx.rxjava.core.http.ServerWebSocket
-
The WebSocket handshake will be accepted when it hasn't yet been settled or when an asynchronous handshake
is in progress.
- close() - Method in class io.vertx.rxjava.core.http.WebSocket
-
Close the WebSocket sending the default close frame.
- close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.http.WebSocket
-
- close(short) - Method in class io.vertx.rxjava.core.http.WebSocket
-
Close the WebSocket sending a close frame with specified status code.
- close(short, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.http.WebSocket
-
- close(short, String) - Method in class io.vertx.rxjava.core.http.WebSocket
-
Close sending a close frame with specified status code and reason.
- close(short, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.http.WebSocket
-
Same as but with an handler called when the operation completes
- close() - Method in interface io.vertx.rxjava.core.http.WebSocketBase
-
Close the WebSocket sending the default close frame.
- close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
-
- close(short) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
-
Close the WebSocket sending a close frame with specified status code.
- close(short, Handler<AsyncResult<Void>>) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
-
- close(short, String) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
-
Close sending a close frame with specified status code and reason.
- close(short, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
-
Same as but with an handler called when the operation completes
- close() - Method in class io.vertx.rxjava.core.net.NetClient
-
Close the client.
- close() - Method in class io.vertx.rxjava.core.net.NetServer
-
Close the server.
- close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.net.NetServer
-
Like
NetServer.close() but supplying a handler that will be notified when close is complete.
- close() - Method in class io.vertx.rxjava.core.net.NetSocket
-
Close the NetSocket
- close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.net.NetSocket
-
Close the NetSocket and notify the handler when the operation completes.
- close() - Method in class io.vertx.rxjava.core.shareddata.LocalMap
-
Close and release the map
- close() - Method in class io.vertx.rxjava.core.streams.Pipe
-
Close the pipe.
- close() - Method in class io.vertx.rxjava.core.Vertx
-
Stop the the Vertx instance and release any resources held by it.
- close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.Vertx
-
Like
Vertx.close() but the completionHandler will be called when the close is complete
- close() - Method in class io.vertx.rxjava.core.WorkerExecutor
-
Close the executor.
- close() - Method in class io.vertx.rxjava.ext.consul.ConsulClient
-
Close the client and release its resources
- close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.eventbus.bridge.tcp.TcpEventBusBridge
-
Close the current socket.
- close() - Method in class io.vertx.rxjava.ext.eventbus.bridge.tcp.TcpEventBusBridge
-
Close the current socket.
- close() - Method in class io.vertx.rxjava.ext.mail.MailClient
-
close the MailClient
- close() - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Close the client and release its resources
- close() - Method in class io.vertx.rxjava.ext.mongo.MongoService
-
- close() - Method in class io.vertx.rxjava.ext.shell.Shell
-
Close the shell.
- close() - Method in class io.vertx.rxjava.ext.shell.ShellServer
-
Close the shell server, this is an asynchronous close.
- close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.shell.ShellServer
-
Close the shell server, this is an asynchronous close.
- close(Handler<Void>) - Method in class io.vertx.rxjava.ext.shell.system.JobController
-
Close the controller and terminate all the underlying jobs, a closed controller does not accept anymore jobs.
- close() - Method in class io.vertx.rxjava.ext.shell.system.JobController
-
Close the shell session and terminate all the underlying jobs.
- close() - Method in class io.vertx.rxjava.ext.shell.term.Term
-
Close the connection to terminal.
- close() - Method in class io.vertx.rxjava.ext.shell.term.TermServer
-
Close the server.
- close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.shell.term.TermServer
-
Like
TermServer.close() but supplying a handler that will be notified when close is complete.
- close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.sql.SQLClient
-
Close the client and release all resources.
- close() - Method in class io.vertx.rxjava.ext.sql.SQLClient
-
Close the client
- close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
-
Closes the connection.
- close() - Method in class io.vertx.rxjava.ext.sql.SQLConnection
-
Closes the connection.
- close() - Method in class io.vertx.rxjava.ext.sql.SQLRowStream
-
Closes the stream/underlying cursor(s).
- close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.sql.SQLRowStream
-
Closes the stream/underlying cursor(s).
- close() - Method in class io.vertx.rxjava.ext.stomp.StompClient
-
Closes the client.
- close() - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
-
Closes the connection without sending the DISCONNECT frame.
- close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.stomp.StompServer
-
Closes the server.
- close() - Method in class io.vertx.rxjava.ext.stomp.StompServer
-
Closes the server.
- close() - Method in class io.vertx.rxjava.ext.stomp.StompServerConnection
-
Closes the connection with the client.
- close() - Method in class io.vertx.rxjava.ext.web.client.WebClient
-
Close the client.
- close() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
-
Close it
- close(int, String) - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
-
Close it giving a status code and reason.
- close() - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
-
Close the store
- close() - Method in class io.vertx.rxjava.kafka.admin.KafkaAdminClient
-
Close the admin client
- close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.kafka.admin.KafkaAdminClient
-
Close the admin client
- close(long, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.kafka.admin.KafkaAdminClient
-
Close the admin client
- close() - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
-
Close the consumer
- close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
-
Close the consumer
- close() - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
-
Close the producer
- close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
-
Close the producer
- close(long, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
-
Close the producer
- close() - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
-
Close the endpoint, so the connection with remote MQTT client
- close() - Method in class io.vertx.rxjava.mqtt.MqttServer
-
Close the server.
- close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.mqtt.MqttServer
-
Close the server supplying an handler that will be called when the server is actually closed (or has failed).
- close() - Method in class io.vertx.rxjava.pgclient.pubsub.PgSubscriber
-
Close the subscriber, the retry policy will not be invoked.
- close() - Method in class io.vertx.rxjava.redis.client.Redis
-
Closes the client and terminates any connection.
- close() - Method in class io.vertx.rxjava.redis.client.RedisAPI
-
- close() - Method in class io.vertx.rxjava.redis.client.RedisConnection
-
Closes the connection or returns to the pool.
- close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Close the client - when it is fully closed the handler will be called.
- close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Close the client - when it is fully closed the handler will be called.
- close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.sentinel.RedisSentinel
-
Close the client - when it is fully closed the handler will be called.
- close() - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
-
Closes the service discovery
- close(Handler<Void>) - Method in class io.vertx.rxjava.servicediscovery.spi.ServiceExporter
-
Close the exporter
- close(Handler<Void>) - Method in class io.vertx.rxjava.servicediscovery.spi.ServiceImporter
-
Closes the importer
- close() - Method in class io.vertx.rxjava.sqlclient.Cursor
-
Release the cursor.
- close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.sqlclient.Cursor
-
Like
Cursor.close() but with a
completionHandler called when the cursor has been released.
- close() - Method in class io.vertx.rxjava.sqlclient.Pool
-
Close the pool and release the associated resources.
- close() - Method in class io.vertx.rxjava.sqlclient.PreparedStatement
-
Close the prepared query and release its resources.
- close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.sqlclient.PreparedStatement
-
- close() - Method in class io.vertx.rxjava.sqlclient.RowStream
-
Close the stream and release the resources.
- close(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.sqlclient.RowStream
-
Close the stream and release the resources.
- close() - Method in class io.vertx.rxjava.sqlclient.SqlClient
-
Close the client and release the associated resources.
- close() - Method in class io.vertx.rxjava.sqlclient.SqlConnection
-
Close the current connection after all the pending commands have been processed.
- close() - Method in class io.vertx.rxjava.sqlclient.Transaction
-
Rollback the transaction and release the associated resources.
- close(Handler<Void>) - Method in class io.vertx.servicediscovery.consul.ConsulServiceImporter
-
- close(Handler<Void>) - Method in class io.vertx.servicediscovery.docker.DockerLinksServiceImporter
-
- close(Handler<Void>) - Method in class io.vertx.servicediscovery.kubernetes.KubernetesServiceImporter
-
- close() - Method in interface io.vertx.servicediscovery.ServiceDiscovery
-
Closes the service discovery
- close(Handler<Void>) - Method in interface io.vertx.servicediscovery.spi.ServiceExporter
-
Close the exporter
- close(Handler<Void>) - Method in interface io.vertx.servicediscovery.spi.ServiceImporter
-
Closes the importer
- close() - Method in class io.vertx.servicediscovery.types.AbstractServiceReference
-
- close() - Method in class io.vertx.serviceproxy.ProxyHandler
-
- close() - Method in interface io.vertx.sqlclient.Cursor
-
Release the cursor.
- close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.sqlclient.Cursor
-
Like
Cursor.close() but with a
completionHandler called when the cursor has been released.
- close() - Method in interface io.vertx.sqlclient.Pool
-
Close the pool and release the associated resources.
- close() - Method in interface io.vertx.sqlclient.PreparedStatement
-
Close the prepared query and release its resources.
- close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.sqlclient.PreparedStatement
-
- close() - Method in interface io.vertx.sqlclient.RowStream
-
Close the stream and release the resources.
- close(Handler<AsyncResult<Void>>) - Method in interface io.vertx.sqlclient.RowStream
-
Close the stream and release the resources.
- close() - Method in interface io.vertx.sqlclient.SqlClient
-
Close the client and release the associated resources.
- close() - Method in interface io.vertx.sqlclient.SqlConnection
-
Close the current connection after all the pending commands have been processed.
- close() - Method in interface io.vertx.sqlclient.Transaction
-
Rollback the transaction and release the associated resources.
- Closeable - Interface in io.vertx.core
-
A closeable resource.
- closed() - Method in interface io.vertx.core.http.HttpServerResponse
-
- closed() - Method in interface io.vertx.pgclient.pubsub.PgSubscriber
-
- closed() - Method in class io.vertx.reactivex.core.http.HttpServerResponse
-
- closed() - Method in class io.vertx.reactivex.pgclient.pubsub.PgSubscriber
-
- closed() - Method in class io.vertx.rxjava.core.http.HttpServerResponse
-
- closed() - Method in class io.vertx.rxjava.pgclient.pubsub.PgSubscriber
-
- closed - Variable in class io.vertx.serviceproxy.ProxyHandler
-
- closeEndpoint(String, int, E) - Method in interface io.vertx.core.spi.metrics.HttpClientMetrics
-
Called when an endpoint is closed.
- closeHandler(Handler<Void>) - Method in interface io.vertx.circuitbreaker.CircuitBreaker
-
Sets a
Handler invoked when the circuit breaker state switches to close.
- closeHandler(Handler<Void>) - Method in interface io.vertx.core.http.HttpConnection
-
Set a close handler.
- closeHandler(Handler<Void>) - Method in interface io.vertx.core.http.HttpServerResponse
-
Set a close handler for the response, this is called when the underlying connection is closed and the response
was still using the connection.
- closeHandler(Handler<Void>) - Method in interface io.vertx.core.http.ServerWebSocket
-
- closeHandler(Handler<Void>) - Method in interface io.vertx.core.http.WebSocket
-
- closeHandler(Handler<Void>) - Method in interface io.vertx.core.http.WebSocketBase
-
Set a close handler.
- closeHandler(Handler<Void>) - Method in interface io.vertx.core.net.NetSocket
-
Set a handler that will be called when the NetSocket is closed
- closeHandler(Handler<Void>) - Method in interface io.vertx.db2client.DB2Connection
-
- closeHandler(Handler<Void>) - Method in interface io.vertx.ext.shell.term.Term
-
Set a handler that will be called when the terminal is closed.
- closeHandler(Handler<StompClientConnection>) - Method in interface io.vertx.ext.stomp.StompClientConnection
-
Sets a handler notified when the STOMP connection is closed.
- closeHandler(Handler<StompServerConnection>) - Method in interface io.vertx.ext.stomp.StompServerHandler
-
Configures the action to execute when a connection with the client is closed.
- closeHandler(Handler<Void>) - Method in interface io.vertx.mqtt.MqttClient
-
Set a handler that will be called when the connection with server is closed
- closeHandler(Handler<Void>) - Method in interface io.vertx.mqtt.MqttEndpoint
-
Set a close handler.
- closeHandler(Handler<Void>) - Method in interface io.vertx.mysqlclient.MySQLConnection
-
- closeHandler(Handler<Void>) - Method in interface io.vertx.pgclient.PgConnection
-
- closeHandler(Handler<Void>) - Method in interface io.vertx.pgclient.pubsub.PgSubscriber
-
Set an handler called when the subscriber is closed.
- closeHandler(Handler<Void>) - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
-
Sets a invoked when the circuit breaker state switches to close.
- closeHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.http.HttpConnection
-
Set a close handler.
- closeHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
-
Set a close handler for the response, this is called when the underlying connection is closed and the response
was still using the connection.
- closeHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
-
- closeHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.http.WebSocket
-
- closeHandler(Handler<Void>) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
-
Set a close handler.
- closeHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.net.NetSocket
-
Set a handler that will be called when the NetSocket is closed
- closeHandler(Handler<Void>) - Method in class io.vertx.reactivex.db2client.DB2Connection
-
- closeHandler(Handler<Void>) - Method in class io.vertx.reactivex.ext.shell.term.Term
-
Set a handler that will be called when the terminal is closed.
- closeHandler(Handler<StompClientConnection>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
-
Sets a handler notified when the STOMP connection is closed.
- closeHandler(Handler<StompServerConnection>) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
-
Configures the action to execute when a connection with the client is closed.
- closeHandler(Handler<Void>) - Method in class io.vertx.reactivex.mqtt.MqttClient
-
Set a handler that will be called when the connection with server is closed
- closeHandler(Handler<Void>) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
-
Set a close handler.
- closeHandler(Handler<Void>) - Method in class io.vertx.reactivex.mysqlclient.MySQLConnection
-
- closeHandler(Handler<Void>) - Method in class io.vertx.reactivex.pgclient.PgConnection
-
- closeHandler(Handler<Void>) - Method in class io.vertx.reactivex.pgclient.pubsub.PgSubscriber
-
Set an handler called when the subscriber is closed.
- closeHandler(Handler<Void>) - Method in class io.vertx.reactivex.sqlclient.SqlConnection
-
Set an handler called when the connection is closed.
- closeHandler(Handler<Void>) - Method in class io.vertx.rxjava.circuitbreaker.CircuitBreaker
-
Sets a invoked when the circuit breaker state switches to close.
- closeHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.http.HttpConnection
-
Set a close handler.
- closeHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
-
Set a close handler for the response, this is called when the underlying connection is closed and the response
was still using the connection.
- closeHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
-
- closeHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.http.WebSocket
-
- closeHandler(Handler<Void>) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
-
Set a close handler.
- closeHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.net.NetSocket
-
Set a handler that will be called when the NetSocket is closed
- closeHandler(Handler<Void>) - Method in class io.vertx.rxjava.db2client.DB2Connection
-
- closeHandler(Handler<Void>) - Method in class io.vertx.rxjava.ext.shell.term.Term
-
Set a handler that will be called when the terminal is closed.
- closeHandler(Handler<StompClientConnection>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
-
Sets a handler notified when the STOMP connection is closed.
- closeHandler(Handler<StompServerConnection>) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
-
Configures the action to execute when a connection with the client is closed.
- closeHandler(Handler<Void>) - Method in class io.vertx.rxjava.mqtt.MqttClient
-
Set a handler that will be called when the connection with server is closed
- closeHandler(Handler<Void>) - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
-
Set a close handler.
- closeHandler(Handler<Void>) - Method in class io.vertx.rxjava.mysqlclient.MySQLConnection
-
- closeHandler(Handler<Void>) - Method in class io.vertx.rxjava.pgclient.PgConnection
-
- closeHandler(Handler<Void>) - Method in class io.vertx.rxjava.pgclient.pubsub.PgSubscriber
-
Set an handler called when the subscriber is closed.
- closeHandler(Handler<Void>) - Method in class io.vertx.rxjava.sqlclient.SqlConnection
-
Set an handler called when the connection is closed.
- closeHandler(Handler<Void>) - Method in interface io.vertx.sqlclient.SqlConnection
-
Set an handler called when the connection is closed.
- closeObservable() - Method in class io.vertx.rxjava.amqpbridge.AmqpBridge
-
- closeObservable() - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
-
- closeObservable() - Method in class io.vertx.rxjava.core.eventbus.MessageProducer
-
- closeObservable() - Method in class io.vertx.rxjava.core.file.AsyncFile
-
- closeObservable() - Method in class io.vertx.rxjava.core.http.HttpServer
-
- closeObservable() - Method in class io.vertx.rxjava.core.http.ServerWebSocket
-
- closeObservable(short) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
-
- closeObservable(short, String) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
-
- closeObservable() - Method in class io.vertx.rxjava.core.http.WebSocket
-
- closeObservable(short) - Method in class io.vertx.rxjava.core.http.WebSocket
-
- closeObservable(short, String) - Method in class io.vertx.rxjava.core.http.WebSocket
-
- closeObservable() - Method in class io.vertx.rxjava.core.net.NetServer
-
- closeObservable() - Method in class io.vertx.rxjava.core.net.NetSocket
-
- closeObservable() - Method in class io.vertx.rxjava.core.Vertx
-
- closeObservable() - Method in class io.vertx.rxjava.ext.shell.ShellServer
-
- closeObservable() - Method in class io.vertx.rxjava.ext.shell.term.TermServer
-
- closeObservable() - Method in class io.vertx.rxjava.ext.sql.SQLClient
-
- closeObservable() - Method in class io.vertx.rxjava.ext.sql.SQLConnection
-
- closeObservable() - Method in class io.vertx.rxjava.ext.sql.SQLRowStream
-
- closeObservable() - Method in class io.vertx.rxjava.ext.stomp.StompServer
-
- closeObservable() - Method in class io.vertx.rxjava.redis.RedisClient
-
- closeObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
-
- closeObservable() - Method in class io.vertx.rxjava.redis.sentinel.RedisSentinel
-
- closeReason() - Method in interface io.vertx.core.http.WebSocketBase
-
Returns the close reason message from the remote endpoint or null when not yet received.
- closeReason() - Method in interface io.vertx.core.http.WebSocketFrame
-
- closeReason() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
-
Returns the close reason message from the remote endpoint or null when not yet received.
- closeReason() - Method in class io.vertx.reactivex.core.http.WebSocket
-
Returns the close reason message from the remote endpoint or null when not yet received.
- closeReason() - Method in interface io.vertx.reactivex.core.http.WebSocketBase
-
Returns the close reason message from the remote endpoint or null when not yet received.
- closeReason() - Method in class io.vertx.reactivex.core.http.WebSocketFrame
-
- closeReason() - Method in class io.vertx.rxjava.core.http.ServerWebSocket
-
Returns the close reason message from the remote endpoint or null when not yet received.
- closeReason() - Method in class io.vertx.rxjava.core.http.WebSocket
-
Returns the close reason message from the remote endpoint or null when not yet received.
- closeReason() - Method in interface io.vertx.rxjava.core.http.WebSocketBase
-
Returns the close reason message from the remote endpoint or null when not yet received.
- closeReason() - Method in class io.vertx.rxjava.core.http.WebSocketFrame
-
- closeStatusCode() - Method in interface io.vertx.core.http.WebSocketBase
-
Returns the close status code received from the remote endpoint or null when not yet received.
- closeStatusCode() - Method in interface io.vertx.core.http.WebSocketFrame
-
- closeStatusCode() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
-
Returns the close status code received from the remote endpoint or null when not yet received.
- closeStatusCode() - Method in class io.vertx.reactivex.core.http.WebSocket
-
Returns the close status code received from the remote endpoint or null when not yet received.
- closeStatusCode() - Method in interface io.vertx.reactivex.core.http.WebSocketBase
-
Returns the close status code received from the remote endpoint or null when not yet received.
- closeStatusCode() - Method in class io.vertx.reactivex.core.http.WebSocketFrame
-
- closeStatusCode() - Method in class io.vertx.rxjava.core.http.ServerWebSocket
-
Returns the close status code received from the remote endpoint or null when not yet received.
- closeStatusCode() - Method in class io.vertx.rxjava.core.http.WebSocket
-
Returns the close status code received from the remote endpoint or null when not yet received.
- closeStatusCode() - Method in interface io.vertx.rxjava.core.http.WebSocketBase
-
Returns the close status code received from the remote endpoint or null when not yet received.
- closeStatusCode() - Method in class io.vertx.rxjava.core.http.WebSocketFrame
-
- CloudFoundryAuth - Interface in io.vertx.ext.auth.oauth2.providers
-
Simplified factory to create an
OAuth2Auth for CloudFoundry UAA.
- CloudFoundryAuth - Class in io.vertx.reactivex.ext.auth.oauth2.providers
-
Simplified factory to create an for CloudFoundry UAA.
- CloudFoundryAuth(CloudFoundryAuth) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.CloudFoundryAuth
-
- CloudFoundryAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.CloudFoundryAuth
-
- CloudFoundryAuth - Class in io.vertx.rxjava.ext.auth.oauth2.providers
-
Simplified factory to create an for CloudFoundry UAA.
- CloudFoundryAuth(CloudFoundryAuth) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.providers.CloudFoundryAuth
-
- CloudFoundryAuth(Object) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.providers.CloudFoundryAuth
-
- CLUSTER - Static variable in class io.vertx.reactivex.redis.client.Command
-
- cluster(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
- CLUSTER - Static variable in interface io.vertx.redis.client.Command
-
- cluster(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- CLUSTER - Static variable in class io.vertx.rxjava.redis.client.Command
-
- cluster(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
-
- clusterAddslots(List<Long>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.redis.RedisClient
-
Assign new hash slots to receiving node.
- clusterAddslots(List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
-
Assign new hash slots to receiving node.
- clusterAddslots(List<Long>, Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
-
Deprecated.
Assign new hash slots to receiving node.
- clusterAddslots(List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Deprecated.
Assign new hash slots to receiving node.
- clusterAddslots(List<Long>, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Assign new hash slots to receiving node.
- clusterAddslots(List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Assign new hash slots to receiving node.
- clusterAddslotsObservable(List<Long>) - Method in class io.vertx.rxjava.redis.RedisClient
-
- clusterAddslotsObservable(List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
- clusterCountFailureReports(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
-
Return the number of failure reports active for a given node.
- clusterCountFailureReports(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
-
Return the number of failure reports active for a given node.
- clusterCountFailureReports(String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Deprecated.
Return the number of failure reports active for a given node.
- clusterCountFailureReports(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Deprecated.
Return the number of failure reports active for a given node.
- clusterCountFailureReports(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Return the number of failure reports active for a given node.
- clusterCountFailureReports(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Return the number of failure reports active for a given node.
- clusterCountFailureReportsObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
-
- clusterCountFailureReportsObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
- clusterCountkeysinslot(long, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
-
Return the number of local keys in the specified hash slot.
- clusterCountkeysinslot(long, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
-
Return the number of local keys in the specified hash slot.
- clusterCountkeysinslot(long, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Deprecated.
Return the number of local keys in the specified hash slot.
- clusterCountkeysinslot(long, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Deprecated.
Return the number of local keys in the specified hash slot.
- clusterCountkeysinslot(long, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Return the number of local keys in the specified hash slot.
- clusterCountkeysinslot(long, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Return the number of local keys in the specified hash slot.
- clusterCountkeysinslotObservable(long) - Method in class io.vertx.rxjava.redis.RedisClient
-
- clusterCountkeysinslotObservable(long) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
- clusterDelslots(long, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.redis.RedisClient
-
Set hash slots as unbound in receiving node.
- clusterDelslots(long, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
-
Set hash slots as unbound in receiving node.
- clusterDelslots(long, Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
-
Deprecated.
Set hash slots as unbound in receiving node.
- clusterDelslots(long, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Deprecated.
Set hash slots as unbound in receiving node.
- clusterDelslots(long, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Set hash slots as unbound in receiving node.
- clusterDelslots(long, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Set hash slots as unbound in receiving node.
- clusterDelslotsMany(List<Long>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.redis.RedisClient
-
Set hash slots as unbound in receiving node.
- clusterDelslotsMany(List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
-
Set hash slots as unbound in receiving node.
- clusterDelslotsMany(List<Long>, Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
-
Deprecated.
Set hash slots as unbound in receiving node.
- clusterDelslotsMany(List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Deprecated.
Set hash slots as unbound in receiving node.
- clusterDelslotsMany(List<Long>, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Set hash slots as unbound in receiving node.
- clusterDelslotsMany(List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Set hash slots as unbound in receiving node.
- clusterDelslotsManyObservable(List<Long>) - Method in class io.vertx.rxjava.redis.RedisClient
-
- clusterDelslotsManyObservable(List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
- clusterDelslotsObservable(long) - Method in class io.vertx.rxjava.redis.RedisClient
-
- clusterDelslotsObservable(long) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
- ClusterDescription - Class in io.vertx.kafka.admin
-
A detailed description of the cluster
- ClusterDescription() - Constructor for class io.vertx.kafka.admin.ClusterDescription
-
Constructor
- ClusterDescription(String, Node, List<Node>) - Constructor for class io.vertx.kafka.admin.ClusterDescription
-
Constructor
- ClusterDescription(JsonObject) - Constructor for class io.vertx.kafka.admin.ClusterDescription
-
Constructor (from JSON representation)
- ClusterDescriptionConverter - Class in io.vertx.kafka.admin
-
- ClusterDescriptionConverter() - Constructor for class io.vertx.kafka.admin.ClusterDescriptionConverter
-
- ClusteredSessionStore - Interface in io.vertx.ext.web.sstore
-
A session store which stores sessions in a distributed map so they are available across the cluster.
- ClusteredSessionStore - Class in io.vertx.reactivex.ext.web.sstore
-
A session store which stores sessions in a distributed map so they are available across the cluster.
- ClusteredSessionStore(ClusteredSessionStore) - Constructor for class io.vertx.reactivex.ext.web.sstore.ClusteredSessionStore
-
- ClusteredSessionStore(Object) - Constructor for class io.vertx.reactivex.ext.web.sstore.ClusteredSessionStore
-
- ClusteredSessionStore - Class in io.vertx.rxjava.ext.web.sstore
-
A session store which stores sessions in a distributed map so they are available across the cluster.
- ClusteredSessionStore(ClusteredSessionStore) - Constructor for class io.vertx.rxjava.ext.web.sstore.ClusteredSessionStore
-
- ClusteredSessionStore(Object) - Constructor for class io.vertx.rxjava.ext.web.sstore.ClusteredSessionStore
-
- clusteredVertx(VertxOptions, Handler<AsyncResult<Vertx>>) - Method in interface io.vertx.core.spi.VertxFactory
-
- clusteredVertx(VertxOptions, Transport, Handler<AsyncResult<Vertx>>) - Method in interface io.vertx.core.spi.VertxFactory
-
- clusteredVertx(VertxOptions, Handler<AsyncResult<Vertx>>) - Static method in interface io.vertx.core.Vertx
-
Creates a clustered instance using the specified options.
- clusteredVertx(VertxOptions, Handler<AsyncResult<Vertx>>) - Static method in class io.vertx.reactivex.core.Vertx
-
Creates a clustered instance using the specified options.
- clusteredVertx(VertxOptions, Handler<AsyncResult<Vertx>>) - Static method in class io.vertx.rxjava.core.Vertx
-
Creates a clustered instance using the specified options.
- clusteredVertxObservable(VertxOptions) - Static method in class io.vertx.rxjava.core.Vertx
-
- clusterFailover(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.redis.RedisClient
-
Forces a slave to perform a manual failover of its master.
- clusterFailover(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
-
Forces a slave to perform a manual failover of its master.
- clusterFailover(Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
-
Deprecated.
Forces a slave to perform a manual failover of its master.
- clusterFailover(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Deprecated.
Forces a slave to perform a manual failover of its master.
- clusterFailover(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Forces a slave to perform a manual failover of its master.
- clusterFailover(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Forces a slave to perform a manual failover of its master.
- clusterFailoverObservable() - Method in class io.vertx.rxjava.redis.RedisClient
-
- clusterFailoverObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
-
- clusterFailOverWithOptions(FailoverOptions, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.redis.RedisClient
-
Forces a slave to perform a manual failover of its master.
- clusterFailOverWithOptions(FailoverOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
-
Forces a slave to perform a manual failover of its master.
- clusterFailOverWithOptions(FailoverOptions, Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
-
Deprecated.
Forces a slave to perform a manual failover of its master.
- clusterFailOverWithOptions(FailoverOptions, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Deprecated.
Forces a slave to perform a manual failover of its master.
- clusterFailOverWithOptions(FailoverOptions, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Forces a slave to perform a manual failover of its master.
- clusterFailOverWithOptions(FailoverOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Forces a slave to perform a manual failover of its master.
- clusterFailOverWithOptionsObservable(FailoverOptions) - Method in class io.vertx.rxjava.redis.RedisClient
-
- clusterFailOverWithOptionsObservable(FailoverOptions) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
- clusterForget(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.redis.RedisClient
-
Remove a node from the nodes table.
- clusterForget(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
-
Remove a node from the nodes table.
- clusterForget(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
-
Deprecated.
Remove a node from the nodes table.
- clusterForget(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Deprecated.
Remove a node from the nodes table.
- clusterForget(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Remove a node from the nodes table.
- clusterForget(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Remove a node from the nodes table.
- clusterForgetObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
-
- clusterForgetObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
- clusterGetkeysinslot(long, long, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.RedisClient
-
Return local key names in the specified hash slot.
- clusterGetkeysinslot(long, long, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
-
Return local key names in the specified hash slot.
- clusterGetkeysinslot(long, long, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
Deprecated.
Return local key names in the specified hash slot.
- clusterGetkeysinslot(long, long, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Deprecated.
Return local key names in the specified hash slot.
- clusterGetkeysinslot(long, long, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Return local key names in the specified hash slot.
- clusterGetkeysinslot(long, long, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Return local key names in the specified hash slot.
- clusterGetkeysinslotObservable(long, long) - Method in class io.vertx.rxjava.redis.RedisClient
-
- clusterGetkeysinslotObservable(long, long) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
- ClusterHealthCheck - Interface in io.vertx.ext.cluster.infinispan
-
- ClusterHealthCheck - Interface in io.vertx.spi.cluster.hazelcast
-
- clusterId() - Method in interface io.vertx.rabbitmq.BasicProperties
-
- clusterId() - Method in class io.vertx.reactivex.rabbitmq.BasicProperties
-
- clusterId() - Method in class io.vertx.rxjava.rabbitmq.BasicProperties
-
- clusterInfo(Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.RedisClient
-
Provides info about Redis Cluster node state.
- clusterInfo(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
-
Provides info about Redis Cluster node state.
- clusterInfo(Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
Deprecated.
Provides info about Redis Cluster node state.
- clusterInfo(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Deprecated.
Provides info about Redis Cluster node state.
- clusterInfo(Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Provides info about Redis Cluster node state.
- clusterInfo(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Provides info about Redis Cluster node state.
- clusterInfoObservable() - Method in class io.vertx.rxjava.redis.RedisClient
-
- clusterInfoObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
-
- clusterKeyslot(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
-
Returns the hash slot of the specified key.
- clusterKeyslot(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
-
Returns the hash slot of the specified key.
- clusterKeyslot(String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Deprecated.
Returns the hash slot of the specified key.
- clusterKeyslot(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Deprecated.
Returns the hash slot of the specified key.
- clusterKeyslot(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Returns the hash slot of the specified key.
- clusterKeyslot(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Returns the hash slot of the specified key.
- clusterKeyslotObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
-
- clusterKeyslotObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
- ClusterManager - Interface in io.vertx.core.spi.cluster
-
A cluster provider for Vert.x must implement this interface.
- clusterMeet(String, long, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.redis.RedisClient
-
Force a node cluster to handshake with another node.
- clusterMeet(String, long, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
-
Force a node cluster to handshake with another node.
- clusterMeet(String, long, Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
-
Deprecated.
Force a node cluster to handshake with another node.
- clusterMeet(String, long, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Deprecated.
Force a node cluster to handshake with another node.
- clusterMeet(String, long, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Force a node cluster to handshake with another node.
- clusterMeet(String, long, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Force a node cluster to handshake with another node.
- clusterMeetObservable(String, long) - Method in class io.vertx.rxjava.redis.RedisClient
-
- clusterMeetObservable(String, long) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
- clusterNodes(Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.RedisClient
-
Get Cluster config for the node.
- clusterNodes(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
-
Get Cluster config for the node.
- clusterNodes(Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
Deprecated.
Get Cluster config for the node.
- clusterNodes(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Deprecated.
Get Cluster config for the node.
- clusterNodes(Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get Cluster config for the node.
- clusterNodes(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Get Cluster config for the node.
- clusterNodesObservable() - Method in class io.vertx.rxjava.redis.RedisClient
-
- clusterNodesObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
-
- clusterObservable(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
-
- clusterReplicate(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.redis.RedisClient
-
Reconfigure a node as a slave of the specified master node.
- clusterReplicate(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
-
Reconfigure a node as a slave of the specified master node.
- clusterReplicate(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
-
Deprecated.
Reconfigure a node as a slave of the specified master node.
- clusterReplicate(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Deprecated.
Reconfigure a node as a slave of the specified master node.
- clusterReplicate(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Reconfigure a node as a slave of the specified master node.
- clusterReplicate(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Reconfigure a node as a slave of the specified master node.
- clusterReplicateObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
-
- clusterReplicateObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
- clusterReset(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.redis.RedisClient
-
Reset a Redis Cluster node.
- clusterReset(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
-
Reset a Redis Cluster node.
- clusterReset(Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
-
Deprecated.
Reset a Redis Cluster node.
- clusterReset(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Deprecated.
Reset a Redis Cluster node.
- clusterReset(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Reset a Redis Cluster node.
- clusterReset(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Reset a Redis Cluster node.
- clusterResetObservable() - Method in class io.vertx.rxjava.redis.RedisClient
-
- clusterResetObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
-
- clusterResetWithOptions(ResetOptions, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.redis.RedisClient
-
Reset a Redis Cluster node.
- clusterResetWithOptions(ResetOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
-
Reset a Redis Cluster node.
- clusterResetWithOptions(ResetOptions, Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
-
Deprecated.
Reset a Redis Cluster node.
- clusterResetWithOptions(ResetOptions, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Deprecated.
Reset a Redis Cluster node.
- clusterResetWithOptions(ResetOptions, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Reset a Redis Cluster node.
- clusterResetWithOptions(ResetOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Reset a Redis Cluster node.
- clusterResetWithOptionsObservable(ResetOptions) - Method in class io.vertx.rxjava.redis.RedisClient
-
- clusterResetWithOptionsObservable(ResetOptions) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
- clusterSaveconfig(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.redis.RedisClient
-
Forces the node to save cluster state on disk.
- clusterSaveconfig(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
-
Forces the node to save cluster state on disk.
- clusterSaveconfig(Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
-
Deprecated.
Forces the node to save cluster state on disk.
- clusterSaveconfig(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Deprecated.
Forces the node to save cluster state on disk.
- clusterSaveconfig(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Forces the node to save cluster state on disk.
- clusterSaveconfig(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Forces the node to save cluster state on disk.
- clusterSaveconfigObservable() - Method in class io.vertx.rxjava.redis.RedisClient
-
- clusterSaveconfigObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
-
- clusterSetConfigEpoch(long, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.redis.RedisClient
-
Set the configuration epoch in a new node.
- clusterSetConfigEpoch(long, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
-
Set the configuration epoch in a new node.
- clusterSetConfigEpoch(long, Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
-
Deprecated.
Set the configuration epoch in a new node.
- clusterSetConfigEpoch(long, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Deprecated.
Set the configuration epoch in a new node.
- clusterSetConfigEpoch(long, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Set the configuration epoch in a new node.
- clusterSetConfigEpoch(long, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Set the configuration epoch in a new node.
- clusterSetConfigEpochObservable(long) - Method in class io.vertx.rxjava.redis.RedisClient
-
- clusterSetConfigEpochObservable(long) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
- clusterSetslot(long, SlotCmd, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.redis.RedisClient
-
Bind an hash slot to a specific node.
- clusterSetslot(long, SlotCmd, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
-
Bind an hash slot to a specific node.
- clusterSetslot(long, SlotCmd, Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
-
Deprecated.
Bind an hash slot to a specific node.
- clusterSetslot(long, SlotCmd, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Deprecated.
Bind an hash slot to a specific node.
- clusterSetslot(long, SlotCmd, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Bind an hash slot to a specific node.
- clusterSetslot(long, SlotCmd, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Bind an hash slot to a specific node.
- clusterSetslotObservable(long, SlotCmd) - Method in class io.vertx.rxjava.redis.RedisClient
-
- clusterSetslotObservable(long, SlotCmd) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
- clusterSetslotWithNode(long, SlotCmd, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.redis.RedisClient
-
Bind an hash slot to a specific node.
- clusterSetslotWithNode(long, SlotCmd, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
-
Bind an hash slot to a specific node.
- clusterSetslotWithNode(long, SlotCmd, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.redis.RedisClient
-
Deprecated.
Bind an hash slot to a specific node.
- clusterSetslotWithNode(long, SlotCmd, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Deprecated.
Bind an hash slot to a specific node.
- clusterSetslotWithNode(long, SlotCmd, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Bind an hash slot to a specific node.
- clusterSetslotWithNode(long, SlotCmd, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Bind an hash slot to a specific node.
- clusterSetslotWithNodeObservable(long, SlotCmd, String) - Method in class io.vertx.rxjava.redis.RedisClient
-
- clusterSetslotWithNodeObservable(long, SlotCmd, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
- clusterSlaves(String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.RedisClient
-
List slave nodes of the specified master node.
- clusterSlaves(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
-
List slave nodes of the specified master node.
- clusterSlaves(String, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
Deprecated.
List slave nodes of the specified master node.
- clusterSlaves(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Deprecated.
List slave nodes of the specified master node.
- clusterSlaves(String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
List slave nodes of the specified master node.
- clusterSlaves(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
List slave nodes of the specified master node.
- clusterSlavesObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
-
- clusterSlavesObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
- clusterSlots(Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.RedisClient
-
Get array of Cluster slot to node mappings
- clusterSlots(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
-
Get array of Cluster slot to node mappings
- clusterSlots(Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
Deprecated.
Get array of Cluster slot to node mappings
- clusterSlots(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Deprecated.
Get array of Cluster slot to node mappings
- clusterSlots(Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get array of Cluster slot to node mappings
- clusterSlots(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Get array of Cluster slot to node mappings
- clusterSlotsObservable() - Method in class io.vertx.rxjava.redis.RedisClient
-
- clusterSlotsObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
-
- cmd(Command) - Static method in class io.vertx.reactivex.redis.client.Request
-
- cmd(Command) - Static method in interface io.vertx.redis.client.Request
-
- cmd(Command) - Static method in class io.vertx.rxjava.redis.client.Request
-
- code() - Method in class io.vertx.core.dns.DnsException
-
- code() - Method in enum io.vertx.core.dns.DnsResponseCode
-
- code() - Method in interface io.vertx.mqtt.messages.MqttConnAckMessage
-
- code() - Method in class io.vertx.mqtt.MqttConnectionException
-
- code() - Method in class io.vertx.mqtt.MqttException
-
- code() - Method in class io.vertx.reactivex.mqtt.messages.MqttConnAckMessage
-
- code() - Method in class io.vertx.rxjava.mqtt.messages.MqttConnAckMessage
-
- collecting(Collector<Row, ?, R>) - Method in interface io.vertx.sqlclient.PreparedQuery
-
Use the specified collector for collecting the query result to <R>.
- collecting(Collector<Row, ?, R>) - Method in interface io.vertx.sqlclient.Query
-
Use the specified collector for collecting the query result to <R>.
- column(String) - Method in interface io.vertx.ext.sql.SQLRowStream
-
Will convert the column name to the json array index.
- column(String) - Method in class io.vertx.reactivex.ext.sql.SQLRowStream
-
Will convert the column name to the json array index.
- column(String) - Method in class io.vertx.rxjava.ext.sql.SQLRowStream
-
Will convert the column name to the json array index.
- ColumnDescriptor - Class in io.vertx.reactivex.sqlclient.desc
-
- ColumnDescriptor(ColumnDescriptor) - Constructor for class io.vertx.reactivex.sqlclient.desc.ColumnDescriptor
-
- ColumnDescriptor(Object) - Constructor for class io.vertx.reactivex.sqlclient.desc.ColumnDescriptor
-
- ColumnDescriptor - Class in io.vertx.rxjava.sqlclient.desc
-
- ColumnDescriptor(ColumnDescriptor) - Constructor for class io.vertx.rxjava.sqlclient.desc.ColumnDescriptor
-
- ColumnDescriptor(Object) - Constructor for class io.vertx.rxjava.sqlclient.desc.ColumnDescriptor
-
- ColumnDescriptor - Interface in io.vertx.sqlclient.desc
-
- columnDescriptors() - Method in class io.vertx.reactivex.sqlclient.SqlResult
-
Get the column descriptors in the SqlResult.
- columnDescriptors() - Method in class io.vertx.rxjava.sqlclient.SqlResult
-
Get the column descriptors in the SqlResult.
- columnDescriptors() - Method in interface io.vertx.sqlclient.SqlResult
-
Get the column descriptors in the SqlResult.
- columns() - Method in interface io.vertx.ext.sql.SQLRowStream
-
Returns all column names available in the underlying resultset.
- columns() - Method in class io.vertx.reactivex.ext.sql.SQLRowStream
-
Returns all column names available in the underlying resultset.
- columns() - Method in class io.vertx.rxjava.ext.sql.SQLRowStream
-
Returns all column names available in the underlying resultset.
- columnsNames() - Method in class io.vertx.reactivex.sqlclient.SqlResult
-
Get the names of columns in the SqlResult.
- columnsNames() - Method in class io.vertx.rxjava.sqlclient.SqlResult
-
Get the names of columns in the SqlResult.
- columnsNames() - Method in interface io.vertx.sqlclient.SqlResult
-
Get the names of columns in the SqlResult.
- Command - Interface in io.vertx.core.spi.launcher
-
A plug-in to the Vert.x command or
Launcher class.
- command() - Method in class io.vertx.core.spi.launcher.ExecutionContext
-
- Command - Interface in io.vertx.ext.shell.command
-
- command(String) - Static method in interface io.vertx.ext.shell.command.CommandBuilder
-
Create a new commmand builder, the command is responsible for managing the options and arguments via the
arguments.
- command(CLI) - Static method in interface io.vertx.ext.shell.command.CommandBuilder
-
Create a new commmand with its
CLI descriptor.
- Command - Class in io.vertx.reactivex.ext.shell.command
-
A Vert.x Shell command, it can be created from any language using the
CommandBuilder.command(java.lang.String) or from a
Java class using
io.vertx.reactivex.ext.shell.command.Command#create
NOTE: This class has been automatically generated from the
original non RX-ified interface using Vert.x codegen.
- Command(Command) - Constructor for class io.vertx.reactivex.ext.shell.command.Command
-
- Command(Object) - Constructor for class io.vertx.reactivex.ext.shell.command.Command
-
- command(String) - Static method in class io.vertx.reactivex.ext.shell.command.CommandBuilder
-
Create a new commmand builder, the command is responsible for managing the options and arguments via the
#args() arguments.
- command(CLI) - Static method in class io.vertx.reactivex.ext.shell.command.CommandBuilder
-
Create a new commmand with its
CLI descriptor.
- Command - Class in io.vertx.reactivex.redis.client
-
Auto generated API Commands to interact with REDIS.
- Command(Command) - Constructor for class io.vertx.reactivex.redis.client.Command
-
- Command(Object) - Constructor for class io.vertx.reactivex.redis.client.Command
-
- COMMAND - Static variable in class io.vertx.reactivex.redis.client.Command
-
- command(Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
- command() - Method in class io.vertx.reactivex.redis.client.Request
-
Get the Command that is to be used by this request.
- command(Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.RedisClient
-
Get array of Redis command details
- command(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
-
Get array of Redis command details
- Command - Interface in io.vertx.redis.client
-
Auto generated API Commands to interact with REDIS.
- COMMAND - Static variable in interface io.vertx.redis.client.Command
-
- command(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- command() - Method in interface io.vertx.redis.client.Request
-
Get the Command that is to be used by this request.
- command(Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
Deprecated.
Get array of Redis command details
- command(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Deprecated.
Get array of Redis command details
- Command - Class in io.vertx.rxjava.ext.shell.command
-
A Vert.x Shell command, it can be created from any language using the
CommandBuilder.command(java.lang.String) or from a
Java class using
io.vertx.rxjava.ext.shell.command.Command#create
NOTE: This class has been automatically generated from the
original non RX-ified interface using Vert.x codegen.
- Command(Command) - Constructor for class io.vertx.rxjava.ext.shell.command.Command
-
- Command(Object) - Constructor for class io.vertx.rxjava.ext.shell.command.Command
-
- command(String) - Static method in class io.vertx.rxjava.ext.shell.command.CommandBuilder
-
Create a new commmand builder, the command is responsible for managing the options and arguments via the
#args() arguments.
- command(CLI) - Static method in class io.vertx.rxjava.ext.shell.command.CommandBuilder
-
Create a new commmand with its
CLI descriptor.
- Command - Class in io.vertx.rxjava.redis.client
-
Auto generated API Commands to interact with REDIS.
- Command(Command) - Constructor for class io.vertx.rxjava.redis.client.Command
-
- Command(Object) - Constructor for class io.vertx.rxjava.redis.client.Command
-
- COMMAND - Static variable in class io.vertx.rxjava.redis.client.Command
-
- command(Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
-
- command() - Method in class io.vertx.rxjava.redis.client.Request
-
Get the Command that is to be used by this request.
- command(Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get array of Redis command details
- command(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Get array of Redis command details
- CommandBuilder - Interface in io.vertx.ext.shell.command
-
A build for Vert.x Shell command.
- CommandBuilder - Class in io.vertx.reactivex.ext.shell.command
-
A build for Vert.x Shell command.
- CommandBuilder(CommandBuilder) - Constructor for class io.vertx.reactivex.ext.shell.command.CommandBuilder
-
- CommandBuilder(Object) - Constructor for class io.vertx.reactivex.ext.shell.command.CommandBuilder
-
- CommandBuilder - Class in io.vertx.rxjava.ext.shell.command
-
A build for Vert.x Shell command.
- CommandBuilder(CommandBuilder) - Constructor for class io.vertx.rxjava.ext.shell.command.CommandBuilder
-
- CommandBuilder(Object) - Constructor for class io.vertx.rxjava.ext.shell.command.CommandBuilder
-
- commandCount(Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
-
Get total number of Redis commands
- commandCount(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
-
Get total number of Redis commands
- commandCount(Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Deprecated.
Get total number of Redis commands
- commandCount(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Deprecated.
Get total number of Redis commands
- commandCount(Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get total number of Redis commands
- commandCount(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Get total number of Redis commands
- commandCountObservable() - Method in class io.vertx.rxjava.redis.RedisClient
-
- commandCountObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
-
- commandDecorator(Consumer<Runnable>) - Method in class io.vertx.grpc.VertxServerBuilder
-
Add a command decorator for the grpc calls.
- CommandFactory<C extends Command> - Interface in io.vertx.core.spi.launcher
-
SPI Interface to provide a new
Launcher command.
- CommandFactoryLookup - Interface in io.vertx.core.spi.launcher
-
The interface to implement to look for commands.
- commandGetkeys(Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.RedisClient
-
Extract keys given a full Redis command
- commandGetkeys(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
-
Extract keys given a full Redis command
- commandGetkeys(Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
Deprecated.
Extract keys given a full Redis command
- commandGetkeys(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Deprecated.
Extract keys given a full Redis command
- commandGetkeys(Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Extract keys given a full Redis command
- commandGetkeys(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Extract keys given a full Redis command
- commandGetkeysObservable() - Method in class io.vertx.rxjava.redis.RedisClient
-
- commandGetkeysObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
-
- commandInfo(List<String>, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.RedisClient
-
Get array of specific Redis command details
- commandInfo(List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
-
Get array of specific Redis command details
- commandInfo(List<String>, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
Deprecated.
Get array of specific Redis command details
- commandInfo(List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Deprecated.
Get array of specific Redis command details
- commandInfo(List<String>, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get array of specific Redis command details
- commandInfo(List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Get array of specific Redis command details
- commandInfoObservable(List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
-
- commandInfoObservable(List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
- CommandLine - Interface in io.vertx.core.cli
-
The parser transforms a CLI (a model) into an
CommandLine.
- commandLine() - Method in class io.vertx.core.spi.launcher.ExecutionContext
-
- commandLine() - Method in interface io.vertx.ext.shell.command.CommandProcess
-
- CommandLine - Class in io.vertx.reactivex.core.cli
-
The parser transforms a CLI (a model) into an
CommandLine.
- CommandLine(CommandLine) - Constructor for class io.vertx.reactivex.core.cli.CommandLine
-
- CommandLine(Object) - Constructor for class io.vertx.reactivex.core.cli.CommandLine
-
- commandLine() - Method in class io.vertx.reactivex.ext.shell.command.CommandProcess
-
- CommandLine - Class in io.vertx.rxjava.core.cli
-
The parser transforms a CLI (a model) into an
CommandLine.
- CommandLine(CommandLine) - Constructor for class io.vertx.rxjava.core.cli.CommandLine
-
- CommandLine(Object) - Constructor for class io.vertx.rxjava.core.cli.CommandLine
-
- commandLine() - Method in class io.vertx.rxjava.ext.shell.command.CommandProcess
-
- commandObservable() - Method in class io.vertx.rxjava.redis.client.RedisAPI
-
- commandObservable() - Method in class io.vertx.rxjava.redis.RedisClient
-
- commandObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
-
- CommandProcess - Interface in io.vertx.ext.shell.command
-
The command process provides interaction with the process of the command provided by Vert.x Shell.
- CommandProcess - Class in io.vertx.reactivex.ext.shell.command
-
The command process provides interaction with the process of the command provided by Vert.x Shell.
- CommandProcess(CommandProcess) - Constructor for class io.vertx.reactivex.ext.shell.command.CommandProcess
-
- CommandProcess(Object) - Constructor for class io.vertx.reactivex.ext.shell.command.CommandProcess
-
- CommandProcess - Class in io.vertx.rxjava.ext.shell.command
-
The command process provides interaction with the process of the command provided by Vert.x Shell.
- CommandProcess(CommandProcess) - Constructor for class io.vertx.rxjava.ext.shell.command.CommandProcess
-
- CommandProcess(Object) - Constructor for class io.vertx.rxjava.ext.shell.command.CommandProcess
-
- CommandRegistry - Interface in io.vertx.ext.shell.command
-
A registry that contains the commands known by a shell.
It is a mutable command resolver.
- CommandRegistry - Class in io.vertx.reactivex.ext.shell.command
-
A registry that contains the commands known by a shell.
It is a mutable command resolver.
- CommandRegistry(CommandRegistry) - Constructor for class io.vertx.reactivex.ext.shell.command.CommandRegistry
-
- CommandRegistry(Object) - Constructor for class io.vertx.reactivex.ext.shell.command.CommandRegistry
-
- CommandRegistry - Class in io.vertx.rxjava.ext.shell.command
-
A registry that contains the commands known by a shell.
It is a mutable command resolver.
- CommandRegistry(CommandRegistry) - Constructor for class io.vertx.rxjava.ext.shell.command.CommandRegistry
-
- CommandRegistry(Object) - Constructor for class io.vertx.rxjava.ext.shell.command.CommandRegistry
-
- CommandResolver - Interface in io.vertx.ext.shell.command
-
A resolver for commands, so the shell can discover commands.
- CommandResolver - Class in io.vertx.reactivex.ext.shell.command
-
A resolver for commands, so the shell can discover commands.
- CommandResolver(CommandResolver) - Constructor for class io.vertx.reactivex.ext.shell.command.CommandResolver
-
- CommandResolver(Object) - Constructor for class io.vertx.reactivex.ext.shell.command.CommandResolver
-
- CommandResolver - Class in io.vertx.rxjava.ext.shell.command
-
A resolver for commands, so the shell can discover commands.
- CommandResolver(CommandResolver) - Constructor for class io.vertx.rxjava.ext.shell.command.CommandResolver
-
- CommandResolver(Object) - Constructor for class io.vertx.rxjava.ext.shell.command.CommandResolver
-
- CommandResolverFactory - Interface in io.vertx.ext.shell.spi
-
The SPI interface for discovering commands.
- commands() - Method in class io.vertx.ext.shell.command.base.BaseCommandPack
-
- commands() - Method in interface io.vertx.ext.shell.command.CommandResolver
-
- commands() - Method in class io.vertx.reactivex.ext.shell.command.CommandResolver
-
- commands() - Method in class io.vertx.rxjava.ext.shell.command.CommandResolver
-
- commit(Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.sql.SQLConnection
-
Commits all changes made since the previous commit/rollback.
- commit(String) - Method in interface io.vertx.ext.stomp.StompClientConnection
-
Commits a transaction.
- commit(String, Handler<Frame>) - Method in interface io.vertx.ext.stomp.StompClientConnection
-
Commits a transaction.
- commit(String, Map<String, String>) - Method in interface io.vertx.ext.stomp.StompClientConnection
-
Commits a transaction.
- commit(String, Map<String, String>, Handler<Frame>) - Method in interface io.vertx.ext.stomp.StompClientConnection
-
Commits a transaction.
- commit() - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
-
Commit current offsets for all the subscribed list of topics and partition.
- commit(Handler<AsyncResult<Void>>) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
-
Commit current offsets for all the subscribed list of topics and partition.
- commit(Map<TopicPartition, OffsetAndMetadata>) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
-
Commit the specified offsets for the specified list of topics and partitions to Kafka.
- commit(Map<TopicPartition, OffsetAndMetadata>, Handler<AsyncResult<Map<TopicPartition, OffsetAndMetadata>>>) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
-
Commit the specified offsets for the specified list of topics and partitions to Kafka.
- commit() - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
-
Commit current offsets for all the subscribed list of topics and partition.
- commit(Handler<AsyncResult<Map<TopicPartition, OffsetAndMetadata>>>) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
-
Commit current offsets for all the subscribed list of topics and partition.
- commit(Map<TopicPartition, OffsetAndMetadata>) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
-
Commit the specified offsets for the specified list of topics and partitions to Kafka.
- commit(Map<TopicPartition, OffsetAndMetadata>, Handler<AsyncResult<Map<TopicPartition, OffsetAndMetadata>>>) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
-
Commit the specified offsets for the specified list of topics and partitions to Kafka.
- commit(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
-
Commits all changes made since the previous commit/rollback.
- commit(String) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
-
Commits a transaction.
- commit(String, Handler<Frame>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
-
Commits a transaction.
- commit(String, Map<String, String>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
-
Commits a transaction.
- commit(String, Map<String, String>, Handler<Frame>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
-
Commits a transaction.
- commit() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
-
Commit current offsets for all the subscribed list of topics and partition.
- commit(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
-
Commit current offsets for all the subscribed list of topics and partition.
- commit() - Method in class io.vertx.reactivex.sqlclient.Transaction
-
Commit the current transaction.
- commit(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.sqlclient.Transaction
-
- commit(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
-
Commits all changes made since the previous commit/rollback.
- commit(String) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
-
Commits a transaction.
- commit(String, Handler<Frame>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
-
Commits a transaction.
- commit(String, Map<String, String>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
-
Commits a transaction.
- commit(String, Map<String, String>, Handler<Frame>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
-
Commits a transaction.
- commit() - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
-
Commit current offsets for all the subscribed list of topics and partition.
- commit(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
-
Commit current offsets for all the subscribed list of topics and partition.
- commit() - Method in class io.vertx.rxjava.sqlclient.Transaction
-
Commit the current transaction.
- commit(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.sqlclient.Transaction
-
- commit() - Method in interface io.vertx.sqlclient.Transaction
-
Commit the current transaction.
- commit(Handler<AsyncResult<Void>>) - Method in interface io.vertx.sqlclient.Transaction
-
- commitHandler(Handler<ServerFrame>) - Method in interface io.vertx.ext.stomp.StompServerHandler
-
Configures the action to execute when a COMMIT frame is received.
- commitHandler(Handler<ServerFrame>) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
-
Configures the action to execute when a COMMIT frame is received.
- commitHandler(Handler<ServerFrame>) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
-
Configures the action to execute when a COMMIT frame is received.
- commitObservable() - Method in class io.vertx.rxjava.ext.sql.SQLConnection
-
- committed(TopicPartition, Handler<AsyncResult<OffsetAndMetadata>>) - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
-
Get the last committed offset for the given partition (whether the commit happened by this process or another).
- committed(TopicPartition, Handler<AsyncResult<OffsetAndMetadata>>) - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
-
Get the last committed offset for the given partition (whether the commit happened by this process or another).
- committed(TopicPartition, Handler<AsyncResult<OffsetAndMetadata>>) - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
-
Get the last committed offset for the given partition (whether the commit happened by this process or another).
- committed(TopicPartition, Handler<AsyncResult<OffsetAndMetadata>>) - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
-
Get the last committed offset for the given partition (whether the commit happened by this process or another).
- compareAndSet(long, long, Handler<AsyncResult<Boolean>>) - Method in interface io.vertx.core.shareddata.Counter
-
Set the counter to the specified value only if the current value is the expectec value.
- compareAndSet(long, long, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.reactivex.core.shareddata.Counter
-
Set the counter to the specified value only if the current value is the expectec value.
- compareAndSet(long, long, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.rxjava.core.shareddata.Counter
-
Set the counter to the specified value only if the current value is the expectec value.
- compareAndSetObservable(long, long) - Method in class io.vertx.rxjava.core.shareddata.Counter
-
- complete() - Method in interface io.vertx.core.CompositeFuture
-
Set this instance as result.
- complete(T) - Method in interface io.vertx.core.Future
-
- complete() - Method in interface io.vertx.core.Future
-
- complete(T) - Method in interface io.vertx.core.Promise
-
Set the result.
- complete() - Method in interface io.vertx.core.Promise
-
Calls complete(null)
- complete(List<String>) - Method in interface io.vertx.ext.shell.cli.Completion
-
End the completion with a list of candidates, these candidates will be displayed by the shell on the console.
- complete(String, boolean) - Method in interface io.vertx.ext.shell.cli.Completion
-
End the completion with a value that will be inserted to complete the line.
- complete(Completion) - Method in class io.vertx.ext.shell.command.AnnotatedCommand
-
- complete(Completion) - Method in class io.vertx.ext.shell.command.base.FileSystemCd
-
- complete(Completion) - Method in class io.vertx.ext.shell.command.base.FileSystemLs
-
- complete(Completion) - Method in interface io.vertx.ext.shell.command.Command
-
- complete() - Method in interface io.vertx.ext.unit.Async
-
Signals the asynchronous operation is done, this method must be called with a count greater than 0,
otherwise it throws an IllegalStateException to signal the error.
- complete(CompositeFuture) - Method in class io.vertx.reactivex.core.CompositeFuture
-
Deprecated.
- complete() - Method in class io.vertx.reactivex.core.CompositeFuture
-
Set this instance as result.
- complete(T) - Method in class io.vertx.reactivex.core.Future
-
Deprecated.
- complete() - Method in class io.vertx.reactivex.core.Future
-
Deprecated.
- complete(T) - Method in class io.vertx.reactivex.core.Promise
-
Set the result.
- complete() - Method in class io.vertx.reactivex.core.Promise
-
Calls complete(null)
- complete(Boolean) - Method in class io.vertx.reactivex.ext.bridge.BaseBridgeEvent
-
Set the result.
- complete(Boolean) - Method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.BridgeEvent
-
Set the result.
- complete(List<String>) - Method in class io.vertx.reactivex.ext.shell.cli.Completion
-
End the completion with a list of candidates, these candidates will be displayed by the shell on the console.
- complete(String, boolean) - Method in class io.vertx.reactivex.ext.shell.cli.Completion
-
End the completion with a value that will be inserted to complete the line.
- complete(Completion) - Method in class io.vertx.reactivex.ext.shell.command.Command
-
Perform command completion, when the command is done completing it should call
or )} method to signal completion is done.
- complete() - Method in class io.vertx.reactivex.ext.unit.Async
-
Signals the asynchronous operation is done, this method must be called with a count greater than 0,
otherwise it throws an IllegalStateException to signal the error.
- complete(Boolean) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.BridgeEvent
-
Set the result.
- complete(CompositeFuture) - Method in class io.vertx.rxjava.core.CompositeFuture
-
Deprecated.
- complete() - Method in class io.vertx.rxjava.core.CompositeFuture
-
Set this instance as result.
- complete(T) - Method in class io.vertx.rxjava.core.Future
-
Deprecated.
- complete() - Method in class io.vertx.rxjava.core.Future
-
Deprecated.
- complete(T) - Method in class io.vertx.rxjava.core.Promise
-
Set the result.
- complete() - Method in class io.vertx.rxjava.core.Promise
-
Calls complete(null)
- complete(Boolean) - Method in class io.vertx.rxjava.ext.bridge.BaseBridgeEvent
-
Set the result.
- complete(Boolean) - Method in class io.vertx.rxjava.ext.eventbus.bridge.tcp.BridgeEvent
-
Set the result.
- complete(List<String>) - Method in class io.vertx.rxjava.ext.shell.cli.Completion
-
End the completion with a list of candidates, these candidates will be displayed by the shell on the console.
- complete(String, boolean) - Method in class io.vertx.rxjava.ext.shell.cli.Completion
-
End the completion with a value that will be inserted to complete the line.
- complete(Completion) - Method in class io.vertx.rxjava.ext.shell.command.Command
-
Perform command completion, when the command is done completing it should call
or )} method to signal completion is done.
- complete() - Method in class io.vertx.rxjava.ext.unit.Async
-
Signals the asynchronous operation is done, this method must be called with a count greater than 0,
otherwise it throws an IllegalStateException to signal the error.
- complete(Boolean) - Method in class io.vertx.rxjava.ext.web.handler.sockjs.BridgeEvent
-
Set the result.
- completed() - Method in class io.vertx.junit5.VertxTestContext
-
Check if the context has completed.
- completedWithJson(JsonObject) - Static method in class io.vertx.ext.web.api.OperationResponse
-
- completedWithJson(JsonArray) - Static method in class io.vertx.ext.web.api.OperationResponse
-
- completedWithJson(Buffer) - Static method in class io.vertx.ext.web.api.OperationResponse
-
- completedWithPlainText(Buffer) - Static method in class io.vertx.ext.web.api.OperationResponse
-
- completeNow() - Method in class io.vertx.junit5.VertxTestContext
-
Complete the test context immediately, making the corresponding test pass.
- completer() - Method in interface io.vertx.core.Future
-
- completer() - Method in class io.vertx.reactivex.core.CompositeFuture
-
Deprecated.
- completer() - Method in class io.vertx.reactivex.core.Future
-
Deprecated.
- completer() - Method in class io.vertx.rxjava.core.CompositeFuture
-
Deprecated.
- completer() - Method in class io.vertx.rxjava.core.Future
-
Deprecated.
- completing() - Method in class io.vertx.junit5.VertxTestContext
-
Create an asynchronous result handler that expects a success to then complete the test context.
- Completion - Interface in io.vertx.ext.shell.cli
-
The completion object
- Completion<T> - Interface in io.vertx.ext.unit
-
A completion object that emits completion notifications either succeeded or failed.
- Completion - Class in io.vertx.reactivex.ext.shell.cli
-
The completion object
NOTE: This class has been automatically generated from the
original non RX-ified interface using Vert.x codegen.
- Completion(Completion) - Constructor for class io.vertx.reactivex.ext.shell.cli.Completion
-
- Completion(Object) - Constructor for class io.vertx.reactivex.ext.shell.cli.Completion
-
- Completion<T> - Class in io.vertx.reactivex.ext.unit
-
A completion object that emits completion notifications either succeeded or failed.
- Completion(Completion) - Constructor for class io.vertx.reactivex.ext.unit.Completion
-
- Completion(Object, TypeArg<T>) - Constructor for class io.vertx.reactivex.ext.unit.Completion
-
- Completion - Class in io.vertx.rxjava.ext.shell.cli
-
The completion object
NOTE: This class has been automatically generated from the
original non RX-ified interface using Vert.x codegen.
- Completion(Completion) - Constructor for class io.vertx.rxjava.ext.shell.cli.Completion
-
- Completion(Object) - Constructor for class io.vertx.rxjava.ext.shell.cli.Completion
-
- Completion<T> - Class in io.vertx.rxjava.ext.unit
-
A completion object that emits completion notifications either succeeded or failed.
- Completion(Completion) - Constructor for class io.vertx.rxjava.ext.unit.Completion
-
- Completion(Object, TypeArg<T>) - Constructor for class io.vertx.rxjava.ext.unit.Completion
-
- completionHandler(Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.eventbus.MessageConsumer
-
Optional method which can be called to indicate when the registration has been propagated across the cluster.
- completionHandler(Handler<Completion>) - Method in interface io.vertx.ext.shell.command.CommandBuilder
-
Set the command completion handler, the completion handler when the user asks for contextual command line
completion, usually hitting the tab key.
- completionHandler(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.eventbus.MessageConsumer
-
Optional method which can be called to indicate when the registration has been propagated across the cluster.
- completionHandler(Handler<Completion>) - Method in class io.vertx.reactivex.ext.shell.command.CommandBuilder
-
Set the command completion handler, the completion handler when the user asks for contextual command line
completion, usually hitting the tab key.
- completionHandler(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.eventbus.MessageConsumer
-
Optional method which can be called to indicate when the registration has been propagated across the cluster.
- completionHandler(Handler<Completion>) - Method in class io.vertx.rxjava.ext.shell.command.CommandBuilder
-
Set the command completion handler, the completion handler when the user asks for contextual command line
completion, usually hitting the tab key.
- completionHandlerObservable() - Method in class io.vertx.rxjava.core.eventbus.MessageConsumer
-
- component() - Method in interface io.vertx.ext.web.MIMEHeader
-
Gets the parsed component part of the MIME.
- component() - Method in class io.vertx.reactivex.ext.web.MIMEHeader
-
Gets the parsed component part of the MIME.
- component() - Method in class io.vertx.rxjava.ext.web.MIMEHeader
-
Gets the parsed component part of the MIME.
- compose(Handler<T>, Future<U>) - Method in interface io.vertx.core.Future
-
- compose(Function<T, Future<U>>) - Method in interface io.vertx.core.Future
-
Compose this future with a mapper function.
- compose(Function<T, Future<U>>, Function<Throwable, Future<U>>) - Method in interface io.vertx.core.Future
-
Compose this future with a successMapper and failureMapper functions.
- compose(Function<CompositeFuture, Future<U>>) - Method in class io.vertx.reactivex.core.CompositeFuture
-
Compose this future with a mapper function.
- compose(Function<CompositeFuture, Future<U>>, Function<Throwable, Future<U>>) - Method in class io.vertx.reactivex.core.CompositeFuture
-
Compose this future with a successMapper and failureMapper functions.
- compose(Function<T, Future<U>>) - Method in class io.vertx.reactivex.core.Future
-
Compose this future with a mapper function.
- compose(Function<T, Future<U>>, Function<Throwable, Future<U>>) - Method in class io.vertx.reactivex.core.Future
-
Compose this future with a successMapper and failureMapper functions.
- compose(Function<CompositeFuture, Future<U>>) - Method in class io.vertx.rxjava.core.CompositeFuture
-
Compose this future with a mapper function.
- compose(Function<CompositeFuture, Future<U>>, Function<Throwable, Future<U>>) - Method in class io.vertx.rxjava.core.CompositeFuture
-
Compose this future with a successMapper and failureMapper functions.
- compose(Function<T, Future<U>>) - Method in class io.vertx.rxjava.core.Future
-
Compose this future with a mapper function.
- compose(Function<T, Future<U>>, Function<Throwable, Future<U>>) - Method in class io.vertx.rxjava.core.Future
-
Compose this future with a successMapper and failureMapper functions.
- CompositeFuture - Interface in io.vertx.core
-
The composite future wraps a list of
futures, it is useful when several futures
needs to be coordinated.
- CompositeFuture - Class in io.vertx.reactivex.core
-
The composite future wraps a list of
futures, it is useful when several futures
needs to be coordinated.
- CompositeFuture(CompositeFuture) - Constructor for class io.vertx.reactivex.core.CompositeFuture
-
- CompositeFuture(Object) - Constructor for class io.vertx.reactivex.core.CompositeFuture
-
- CompositeFuture - Class in io.vertx.rxjava.core
-
The composite future wraps a list of
futures, it is useful when several futures
needs to be coordinated.
- CompositeFuture(CompositeFuture) - Constructor for class io.vertx.rxjava.core.CompositeFuture
-
- CompositeFuture(Object) - Constructor for class io.vertx.rxjava.core.CompositeFuture
-
- compressorRegistry(CompressorRegistry) - Method in class io.vertx.grpc.VertxChannelBuilder
-
- compressorRegistry(CompressorRegistry) - Method in class io.vertx.grpc.VertxServerBuilder
-
- compute(K, BiFunction<? super K, ? super V, ? extends V>) - Method in interface io.vertx.core.shareddata.LocalMap
-
Attempts to compute a mapping for the specified key and its current
mapped value (or null if there is no current mapping).
- computeHash(String, String) - Method in interface io.vertx.ext.auth.jdbc.JDBCAuth
-
Compute the hashed password given the unhashed password and the salt without nonce
The implementation relays to the JDBCHashStrategy provided.
- computeHash(String, String, int) - Method in interface io.vertx.ext.auth.jdbc.JDBCAuth
-
Compute the hashed password given the unhashed password and the salt
The implementation relays to the JDBCHashStrategy provided.
- computeHash(String, String, int) - Method in interface io.vertx.ext.auth.jdbc.JDBCHashStrategy
-
Deprecated.
Compute the hashed password given the unhashed password and the salt
- computeHash(String, User) - Method in interface io.vertx.ext.auth.mongo.HashStrategy
-
Compute the hashed password given the unhashed password and the user
- computeHash(String, String) - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuth
-
Compute the hashed password given the unhashed password and the salt without nonce
The implementation relays to the JDBCHashStrategy provided.
- computeHash(String, String, int) - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuth
-
Compute the hashed password given the unhashed password and the salt
The implementation relays to the JDBCHashStrategy provided.
- computeHash(String, String, int) - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCHashStrategy
-
Compute the hashed password given the unhashed password and the salt
- computeHash(String, User) - Method in class io.vertx.reactivex.ext.auth.mongo.HashStrategy
-
Compute the hashed password given the unhashed password and the user
- computeHash(String, String) - Method in class io.vertx.rxjava.ext.auth.jdbc.JDBCAuth
-
Compute the hashed password given the unhashed password and the salt without nonce
The implementation relays to the JDBCHashStrategy provided.
- computeHash(String, String, int) - Method in class io.vertx.rxjava.ext.auth.jdbc.JDBCAuth
-
Compute the hashed password given the unhashed password and the salt
The implementation relays to the JDBCHashStrategy provided.
- computeHash(String, String, int) - Method in class io.vertx.rxjava.ext.auth.jdbc.JDBCHashStrategy
-
Compute the hashed password given the unhashed password and the salt
- computeHash(String, User) - Method in class io.vertx.rxjava.ext.auth.mongo.HashStrategy
-
Compute the hashed password given the unhashed password and the user
- computeIfAbsent(K, Function<? super K, ? extends V>) - Method in interface io.vertx.core.shareddata.LocalMap
-
If the specified key is not already associated with a value (or is mapped
to null), attempts to compute its value using the given mapping
function and enters it into this map unless null.
- computeIfPresent(K, BiFunction<? super K, ? super V, ? extends V>) - Method in interface io.vertx.core.shareddata.LocalMap
-
If the value for the specified key is present and non-null, attempts to
compute a new mapping given the key and its current mapped value.
- computeOptionsAndArguments(StringBuilder, List<Option>, List<Argument>) - Method in class io.vertx.core.cli.UsageMessageFormatter
-
Computes the help for the specified Options to the specified writer.
- computePingPeriod(Frame.Heartbeat, Frame.Heartbeat) - Static method in class io.vertx.ext.stomp.Frame.Heartbeat
-
Computes the ping period.
- computePongPeriod(Frame.Heartbeat, Frame.Heartbeat) - Static method in class io.vertx.ext.stomp.Frame.Heartbeat
-
Computes the pong period.
- computeUsage(StringBuilder, String) - Method in class io.vertx.core.cli.UsageMessageFormatter
-
- computeUsageLine(StringBuilder, String, CLI) - Method in class io.vertx.core.cli.UsageMessageFormatter
-
- config() - Method in class io.vertx.core.AbstractVerticle
-
Get the configuration of the verticle.
- config() - Method in interface io.vertx.core.Context
-
If the context is associated with a Verticle deployment, this returns the configuration that was specified when
the verticle was deployed.
- Config - Class in io.vertx.kafka.admin
-
A configuration object containing the configuration entries for a resource
- Config() - Constructor for class io.vertx.kafka.admin.Config
-
Constructor
- Config(List<ConfigEntry>) - Constructor for class io.vertx.kafka.admin.Config
-
Constructor
- Config(JsonObject) - Constructor for class io.vertx.kafka.admin.Config
-
Constructor (from JSON representation)
- config() - Method in class io.vertx.reactivex.core.Context
-
If the context is associated with a Verticle deployment, this returns the configuration that was specified when
the verticle was deployed.
- CONFIG - Static variable in class io.vertx.reactivex.redis.client.Command
-
- config(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
- CONFIG - Static variable in interface io.vertx.redis.client.Command
-
- config(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- config() - Method in class io.vertx.rxjava.core.Context
-
If the context is associated with a Verticle deployment, this returns the configuration that was specified when
the verticle was deployed.
- CONFIG - Static variable in class io.vertx.rxjava.redis.client.Command
-
- config(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
-
- ConfigChange - Class in io.vertx.config
-
A structure representing a configuration change.
- ConfigChange(JsonObject, JsonObject) - Constructor for class io.vertx.config.ConfigChange
-
- ConfigChange() - Constructor for class io.vertx.config.ConfigChange
-
Creates a new instance from
ConfigChange using empty JSON Object for both the old and new configuration.
- ConfigChange(ConfigChange) - Constructor for class io.vertx.config.ConfigChange
-
Creates a new instance of
ConfigChange copying the values stored in the given object.
- ConfigChange(JsonObject) - Constructor for class io.vertx.config.ConfigChange
-
Creates a new
ConfigChange instance from the given JSON object.
- ConfigConverter - Class in io.vertx.kafka.admin
-
- ConfigConverter() - Constructor for class io.vertx.kafka.admin.ConfigConverter
-
- ConfigEntry - Class in io.vertx.kafka.admin
-
A class representing a configuration entry containing name, value and additional metadata
- ConfigEntry() - Constructor for class io.vertx.kafka.admin.ConfigEntry
-
Constructor
- ConfigEntry(String, String) - Constructor for class io.vertx.kafka.admin.ConfigEntry
-
Constructor
- ConfigEntry(JsonObject) - Constructor for class io.vertx.kafka.admin.ConfigEntry
-
Constructor (from JSON representation)
- ConfigEntryConverter - Class in io.vertx.kafka.admin
-
- ConfigEntryConverter() - Constructor for class io.vertx.kafka.admin.ConfigEntryConverter
-
- configGet(String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.RedisClient
-
Get the value of a configuration parameter
- configGet(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
-
Get the value of a configuration parameter
- configGet(String, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
Deprecated.
Get the value of a configuration parameter
- configGet(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Deprecated.
Get the value of a configuration parameter
- configGet(String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get the value of a configuration parameter
- configGet(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Get the value of a configuration parameter
- configGetObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
-
- configGetObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
- ConfigMapStore - Class in io.vertx.config.kubernetes
-
An implementation of configuration store reading config map from Kubernetes.
- ConfigMapStore(Vertx, JsonObject) - Constructor for class io.vertx.config.kubernetes.ConfigMapStore
-
- ConfigMapStoreFactory - Class in io.vertx.config.kubernetes
-
- ConfigMapStoreFactory() - Constructor for class io.vertx.config.kubernetes.ConfigMapStoreFactory
-
- configObservable(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
-
- configOptions() - Method in class io.vertx.ext.httpservicefactory.HttpServiceFactory
-
- ConfigProcessor - Interface in io.vertx.config.spi
-
A processor transforms a chunk of configuration retrieved from a configuration store as a
Buffer to a
JsonObject.
- configResetstat(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisClient
-
Reset the stats returned by INFO
- configResetstat(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
-
Reset the stats returned by INFO
- configResetstat(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Deprecated.
Reset the stats returned by INFO
- configResetstat(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Deprecated.
Reset the stats returned by INFO
- configResetstat(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Reset the stats returned by INFO
- configResetstat(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Reset the stats returned by INFO
- configResetstatObservable() - Method in class io.vertx.rxjava.redis.RedisClient
-
- configResetstatObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
-
- ConfigResource - Class in io.vertx.kafka.client.common
-
A class representing resources that have configuration
- ConfigResource() - Constructor for class io.vertx.kafka.client.common.ConfigResource
-
Constructor
- ConfigResource(ConfigResource.Type, String) - Constructor for class io.vertx.kafka.client.common.ConfigResource
-
Constructor
- ConfigResource(JsonObject) - Constructor for class io.vertx.kafka.client.common.ConfigResource
-
Constructor (from JSON representation)
- ConfigResourceConverter - Class in io.vertx.kafka.client.common
-
- ConfigResourceConverter() - Constructor for class io.vertx.kafka.client.common.ConfigResourceConverter
-
- ConfigRetriever - Interface in io.vertx.config
-
Defines a configuration retriever that read configuration from
ConfigStore
and tracks changes periodically.
- ConfigRetriever - Class in io.vertx.reactivex.config
-
Defines a configuration retriever that read configuration from
and tracks changes periodically.
- ConfigRetriever(ConfigRetriever) - Constructor for class io.vertx.reactivex.config.ConfigRetriever
-
- ConfigRetriever(Object) - Constructor for class io.vertx.reactivex.config.ConfigRetriever
-
- ConfigRetriever - Class in io.vertx.rxjava.config
-
Defines a configuration retriever that read configuration from
and tracks changes periodically.
- ConfigRetriever(ConfigRetriever) - Constructor for class io.vertx.rxjava.config.ConfigRetriever
-
- ConfigRetriever(Object) - Constructor for class io.vertx.rxjava.config.ConfigRetriever
-
- ConfigRetrieverOptions - Class in io.vertx.config
-
Options to configure the ConfigRetriever.
- ConfigRetrieverOptions() - Constructor for class io.vertx.config.ConfigRetrieverOptions
-
- ConfigRetrieverOptions(ConfigRetrieverOptions) - Constructor for class io.vertx.config.ConfigRetrieverOptions
-
- ConfigRetrieverOptions(JsonObject) - Constructor for class io.vertx.config.ConfigRetrieverOptions
-
- ConfigRetrieverOptionsConverter - Class in io.vertx.config
-
- ConfigRetrieverOptionsConverter() - Constructor for class io.vertx.config.ConfigRetrieverOptionsConverter
-
- configRewrite(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisClient
-
Rewrite the configuration file with the in memory configuration
- configRewrite(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
-
Rewrite the configuration file with the in memory configuration
- configRewrite(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Deprecated.
Rewrite the configuration file with the in memory configuration
- configRewrite(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Deprecated.
Rewrite the configuration file with the in memory configuration
- configRewrite(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Rewrite the configuration file with the in memory configuration
- configRewrite(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Rewrite the configuration file with the in memory configuration
- configRewriteObservable() - Method in class io.vertx.rxjava.redis.RedisClient
-
- configRewriteObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
-
- configSet(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisClient
-
Set a configuration parameter to the given value
- configSet(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
-
Set a configuration parameter to the given value
- configSet(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Deprecated.
Set a configuration parameter to the given value
- configSet(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Deprecated.
Set a configuration parameter to the given value
- configSet(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Set a configuration parameter to the given value
- configSet(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Set a configuration parameter to the given value
- configSetObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
-
- configSetObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
- ConfigStore - Interface in io.vertx.config.spi
-
Defines a configuration store.
- ConfigStoreFactory - Interface in io.vertx.config.spi
-
- ConfigStoreOptions - Class in io.vertx.config
-
Data object representing the configuration of a configuration store.
- ConfigStoreOptions() - Constructor for class io.vertx.config.ConfigStoreOptions
-
- ConfigStoreOptions(ConfigStoreOptions) - Constructor for class io.vertx.config.ConfigStoreOptions
-
- ConfigStoreOptions(JsonObject) - Constructor for class io.vertx.config.ConfigStoreOptions
-
- configStream() - Method in interface io.vertx.config.ConfigRetriever
-
- configStream() - Method in class io.vertx.reactivex.config.ConfigRetriever
-
- configStream() - Method in class io.vertx.rxjava.config.ConfigRetriever
-
- ConfigSynonym - Class in io.vertx.kafka.admin
-
Class representing a configuration synonym of a
ConfigEntry
- ConfigSynonym() - Constructor for class io.vertx.kafka.admin.ConfigSynonym
-
Constructor
- ConfigSynonym(String, String, ConfigEntry.ConfigSource) - Constructor for class io.vertx.kafka.admin.ConfigSynonym
-
Constructor
- ConfigSynonym(JsonObject) - Constructor for class io.vertx.kafka.admin.ConfigSynonym
-
Constructor (from JSON representation)
- ConfigSynonymConverter - Class in io.vertx.kafka.admin
-
- ConfigSynonymConverter() - Constructor for class io.vertx.kafka.admin.ConfigSynonymConverter
-
- configure(Map<String, ?>, boolean) - Method in class io.vertx.kafka.client.serialization.BufferDeserializer
-
- configure(Map<String, ?>, boolean) - Method in class io.vertx.kafka.client.serialization.BufferSerializer
-
- configure(Map<String, ?>, boolean) - Method in class io.vertx.kafka.client.serialization.JsonArrayDeserializer
-
- configure(Map<String, ?>, boolean) - Method in class io.vertx.kafka.client.serialization.JsonArraySerializer
-
- configure(Map<String, ?>, boolean) - Method in class io.vertx.kafka.client.serialization.JsonObjectDeserializer
-
- configure(Map<String, ?>, boolean) - Method in class io.vertx.kafka.client.serialization.JsonObjectSerializer
-
- configureHeartbeat(long, long, Handler<StompServerConnection>) - Method in interface io.vertx.ext.stomp.StompServerConnection
-
Configures the heartbeat.
- configureHeartbeat(long, long, Handler<StompServerConnection>) - Method in class io.vertx.reactivex.ext.stomp.StompServerConnection
-
Configures the heartbeat.
- configureHeartbeat(long, long, Handler<StompServerConnection>) - Method in class io.vertx.rxjava.ext.stomp.StompServerConnection
-
Configures the heartbeat.
- ConfigUtil - Class in io.vertx.spi.cluster.hazelcast
-
- confirmSelect(Handler<AsyncResult<Void>>) - Method in interface io.vertx.rabbitmq.RabbitMQClient
-
Enables publisher acknowledgements on this channel.
- confirmSelect(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
-
Enables publisher acknowledgements on this channel.
- confirmSelect(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
-
Enables publisher acknowledgements on this channel.
- confirmSelectObservable() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
-
- connect(Handler<AsyncResult<AmqpConnection>>) - Method in interface io.vertx.amqp.AmqpClient
-
Connects to the AMQP broker or router.
- connect(int, String, Handler<AsyncResult<NetSocket>>) - Method in interface io.vertx.core.net.NetClient
-
Open a connection to a server at the specific port and host.
- connect(int, String, String, Handler<AsyncResult<NetSocket>>) - Method in interface io.vertx.core.net.NetClient
-
Open a connection to a server at the specific port and host.
- connect(SocketAddress, Handler<AsyncResult<NetSocket>>) - Method in interface io.vertx.core.net.NetClient
-
Open a connection to a server at the specific remoteAddress.
- connect(SocketAddress, String, Handler<AsyncResult<NetSocket>>) - Method in interface io.vertx.core.net.NetClient
-
Open a connection to a server at the specific remoteAddress.
- connect(Vertx, DB2ConnectOptions, Handler<AsyncResult<DB2Connection>>) - Static method in interface io.vertx.db2client.DB2Connection
-
Create a connection to DB2 server with the given connectOptions.
- connect(Vertx, String, Handler<AsyncResult<DB2Connection>>) - Static method in interface io.vertx.db2client.DB2Connection
-
- connect(int, String, Handler<AsyncResult<StompClientConnection>>) - Method in interface io.vertx.ext.stomp.StompClient
-
Connects to the server.
- connect(NetClient, Handler<AsyncResult<StompClientConnection>>) - Method in interface io.vertx.ext.stomp.StompClient
-
Connects to the server.
- connect(int, String, NetClient, Handler<AsyncResult<StompClientConnection>>) - Method in interface io.vertx.ext.stomp.StompClient
-
Connects to the server.
- connect(Handler<AsyncResult<StompClientConnection>>) - Method in interface io.vertx.ext.stomp.StompClient
-
Connects to the server using the host and port configured in the client's options.
- connect() - Method in interface io.vertx.ext.web.Router
-
Add a route that matches any HTTP CONNECT request
- connect(String) - Method in interface io.vertx.ext.web.Router
-
Add a route that matches a HTTP CONNECT request and the specified path
- connect(int, String, Handler<AsyncResult<MqttConnAckMessage>>) - Method in interface io.vertx.mqtt.MqttClient
-
Connects to an MQTT server calling connectHandler after connection
- connect(int, String, String, Handler<AsyncResult<MqttConnAckMessage>>) - Method in interface io.vertx.mqtt.MqttClient
-
Connects to an MQTT server calling connectHandler after connection
- connect(Vertx, MySQLConnectOptions, Handler<AsyncResult<MySQLConnection>>) - Static method in interface io.vertx.mysqlclient.MySQLConnection
-
Create a connection to MySQL server with the given connectOptions.
- connect(Vertx, String, Handler<AsyncResult<MySQLConnection>>) - Static method in interface io.vertx.mysqlclient.MySQLConnection
-
- connect(Vertx, PgConnectOptions, Handler<AsyncResult<PgConnection>>) - Static method in interface io.vertx.pgclient.PgConnection
-
Connects to the database and returns the connection if that succeeds.
- connect(Vertx, Handler<AsyncResult<PgConnection>>) - Static method in interface io.vertx.pgclient.PgConnection
-
- connect(Vertx, String, Handler<AsyncResult<PgConnection>>) - Static method in interface io.vertx.pgclient.PgConnection
-
- connect(Handler<AsyncResult<Void>>) - Method in interface io.vertx.pgclient.pubsub.PgSubscriber
-
Connect the subscriber to Postgres.
- connect(Handler<AsyncResult<AmqpConnection>>) - Method in class io.vertx.reactivex.amqp.AmqpClient
-
Connects to the AMQP broker or router.
- connect(int, String, Handler<AsyncResult<NetSocket>>) - Method in class io.vertx.reactivex.core.net.NetClient
-
Open a connection to a server at the specific port and host.
- connect(int, String, String, Handler<AsyncResult<NetSocket>>) - Method in class io.vertx.reactivex.core.net.NetClient
-
Open a connection to a server at the specific port and host.
- connect(SocketAddress, Handler<AsyncResult<NetSocket>>) - Method in class io.vertx.reactivex.core.net.NetClient
-
Open a connection to a server at the specific remoteAddress.
- connect(SocketAddress, String, Handler<AsyncResult<NetSocket>>) - Method in class io.vertx.reactivex.core.net.NetClient
-
Open a connection to a server at the specific remoteAddress.
- connect(Vertx, DB2ConnectOptions, Handler<AsyncResult<DB2Connection>>) - Static method in class io.vertx.reactivex.db2client.DB2Connection
-
Create a connection to DB2 server with the given connectOptions.
- connect(Vertx, String, Handler<AsyncResult<DB2Connection>>) - Static method in class io.vertx.reactivex.db2client.DB2Connection
-
- connect(int, String, Handler<AsyncResult<StompClientConnection>>) - Method in class io.vertx.reactivex.ext.stomp.StompClient
-
Connects to the server.
- connect(NetClient, Handler<AsyncResult<StompClientConnection>>) - Method in class io.vertx.reactivex.ext.stomp.StompClient
-
Connects to the server.
- connect(int, String, NetClient, Handler<AsyncResult<StompClientConnection>>) - Method in class io.vertx.reactivex.ext.stomp.StompClient
-
Connects to the server.
- connect(Handler<AsyncResult<StompClientConnection>>) - Method in class io.vertx.reactivex.ext.stomp.StompClient
-
Connects to the server using the host and port configured in the client's options.
- connect() - Method in class io.vertx.reactivex.ext.web.Router
-
Add a route that matches any HTTP CONNECT request
- connect(String) - Method in class io.vertx.reactivex.ext.web.Router
-
Add a route that matches a HTTP CONNECT request and the specified path
- connect(int, String, Handler<AsyncResult<MqttConnAckMessage>>) - Method in class io.vertx.reactivex.mqtt.MqttClient
-
Connects to an MQTT server calling connectHandler after connection
- connect(int, String, String, Handler<AsyncResult<MqttConnAckMessage>>) - Method in class io.vertx.reactivex.mqtt.MqttClient
-
Connects to an MQTT server calling connectHandler after connection
- connect(Vertx, MySQLConnectOptions, Handler<AsyncResult<MySQLConnection>>) - Static method in class io.vertx.reactivex.mysqlclient.MySQLConnection
-
Create a connection to MySQL server with the given connectOptions.
- connect(Vertx, String, Handler<AsyncResult<MySQLConnection>>) - Static method in class io.vertx.reactivex.mysqlclient.MySQLConnection
-
- connect(Vertx, PgConnectOptions, Handler<AsyncResult<PgConnection>>) - Static method in class io.vertx.reactivex.pgclient.PgConnection
-
Connects to the database and returns the connection if that succeeds.
- connect(Vertx, Handler<AsyncResult<PgConnection>>) - Static method in class io.vertx.reactivex.pgclient.PgConnection
-
- connect(Vertx, String, Handler<AsyncResult<PgConnection>>) - Static method in class io.vertx.reactivex.pgclient.PgConnection
-
- connect(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.pgclient.pubsub.PgSubscriber
-
Connect the subscriber to Postgres.
- connect(Handler<AsyncResult<RedisConnection>>) - Method in class io.vertx.reactivex.redis.client.Redis
-
Connects to the redis server.
- connect(Handler<AsyncResult<RedisConnection>>) - Method in interface io.vertx.redis.client.Redis
-
Connects to the redis server.
- connect(Handler<AsyncResult<AmqpConnection>>) - Method in class io.vertx.rxjava.amqp.AmqpClient
-
Connects to the AMQP broker or router.
- connect(int, String, Handler<AsyncResult<NetSocket>>) - Method in class io.vertx.rxjava.core.net.NetClient
-
Open a connection to a server at the specific port and host.
- connect(int, String, String, Handler<AsyncResult<NetSocket>>) - Method in class io.vertx.rxjava.core.net.NetClient
-
Open a connection to a server at the specific port and host.
- connect(SocketAddress, Handler<AsyncResult<NetSocket>>) - Method in class io.vertx.rxjava.core.net.NetClient
-
Open a connection to a server at the specific remoteAddress.
- connect(SocketAddress, String, Handler<AsyncResult<NetSocket>>) - Method in class io.vertx.rxjava.core.net.NetClient
-
Open a connection to a server at the specific remoteAddress.
- connect(Vertx, DB2ConnectOptions, Handler<AsyncResult<DB2Connection>>) - Static method in class io.vertx.rxjava.db2client.DB2Connection
-
Create a connection to DB2 server with the given connectOptions.
- connect(Vertx, String, Handler<AsyncResult<DB2Connection>>) - Static method in class io.vertx.rxjava.db2client.DB2Connection
-
- connect(int, String, Handler<AsyncResult<StompClientConnection>>) - Method in class io.vertx.rxjava.ext.stomp.StompClient
-
Connects to the server.
- connect(NetClient, Handler<AsyncResult<StompClientConnection>>) - Method in class io.vertx.rxjava.ext.stomp.StompClient
-
Connects to the server.
- connect(int, String, NetClient, Handler<AsyncResult<StompClientConnection>>) - Method in class io.vertx.rxjava.ext.stomp.StompClient
-
Connects to the server.
- connect(Handler<AsyncResult<StompClientConnection>>) - Method in class io.vertx.rxjava.ext.stomp.StompClient
-
Connects to the server using the host and port configured in the client's options.
- connect() - Method in class io.vertx.rxjava.ext.web.Router
-
Add a route that matches any HTTP CONNECT request
- connect(String) - Method in class io.vertx.rxjava.ext.web.Router
-
Add a route that matches a HTTP CONNECT request and the specified path
- connect(int, String, Handler<AsyncResult<MqttConnAckMessage>>) - Method in class io.vertx.rxjava.mqtt.MqttClient
-
Connects to an MQTT server calling connectHandler after connection
- connect(int, String, String, Handler<AsyncResult<MqttConnAckMessage>>) - Method in class io.vertx.rxjava.mqtt.MqttClient
-
Connects to an MQTT server calling connectHandler after connection
- connect(Vertx, MySQLConnectOptions, Handler<AsyncResult<MySQLConnection>>) - Static method in class io.vertx.rxjava.mysqlclient.MySQLConnection
-
Create a connection to MySQL server with the given connectOptions.
- connect(Vertx, String, Handler<AsyncResult<MySQLConnection>>) - Static method in class io.vertx.rxjava.mysqlclient.MySQLConnection
-
- connect(Vertx, PgConnectOptions, Handler<AsyncResult<PgConnection>>) - Static method in class io.vertx.rxjava.pgclient.PgConnection
-
Connects to the database and returns the connection if that succeeds.
- connect(Vertx, Handler<AsyncResult<PgConnection>>) - Static method in class io.vertx.rxjava.pgclient.PgConnection
-
- connect(Vertx, String, Handler<AsyncResult<PgConnection>>) - Static method in class io.vertx.rxjava.pgclient.PgConnection
-
- connect(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.pgclient.pubsub.PgSubscriber
-
Connect the subscriber to Postgres.
- connect(Handler<AsyncResult<RedisConnection>>) - Method in class io.vertx.rxjava.redis.client.Redis
-
Connects to the redis server.
- connected(E, S, WebSocket) - Method in interface io.vertx.core.spi.metrics.HttpClientMetrics
-
Called when a web socket connects.
- connected(S, R, ServerWebSocket) - Method in interface io.vertx.core.spi.metrics.HttpServerMetrics
-
Called when a server web socket connects.
- connected(SocketAddress, String) - Method in interface io.vertx.core.spi.metrics.TCPMetrics
-
Called when a client has connected, which is applicable for TCP connections.
The remote name of the client is a best effort to provide the name of the remote host, i.e if the name
is specified at creation time, this name will be used otherwise it will be the remote address.
- connectHandler(Handler<NetSocket>) - Method in interface io.vertx.core.net.NetServer
-
Supply a connect handler for this server.
- connectHandler() - Method in interface io.vertx.core.net.NetServer
-
- connectHandler(Handler<ServerFrame>) - Method in interface io.vertx.ext.stomp.StompServerHandler
-
Configures the action to execute when a CONNECT frame is received.
- connectHandler(Handler<NetSocket>) - Method in class io.vertx.reactivex.core.net.NetServer
-
Supply a connect handler for this server.
- connectHandler(Handler<ServerFrame>) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
-
Configures the action to execute when a CONNECT frame is received.
- connectHandler(Handler<NetSocket>) - Method in class io.vertx.rxjava.core.net.NetServer
-
Supply a connect handler for this server.
- connectHandler(Handler<ServerFrame>) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
-
Configures the action to execute when a CONNECT frame is received.
- connection() - Method in interface io.vertx.amqp.AmqpReceiver
-
Gets the connection having created the receiver.
- connection() - Method in interface io.vertx.amqp.AmqpSender
-
Gets the connection having created the sender.
- connection() - Method in interface io.vertx.core.http.HttpClientRequest
-
- CONNECTION - Static variable in class io.vertx.core.http.HttpHeaders
-
Connection header name
- connection() - Method in interface io.vertx.core.http.HttpServerRequest
-
- connection() - Method in interface io.vertx.ext.stomp.ServerFrame
-
- connection() - Method in class io.vertx.reactivex.amqp.AmqpReceiver
-
Gets the connection having created the receiver.
- connection() - Method in class io.vertx.reactivex.amqp.AmqpSender
-
Gets the connection having created the sender.
- connection() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
-
- connection() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
-
- connection() - Method in class io.vertx.reactivex.ext.stomp.ServerFrame
-
- connection() - Method in class io.vertx.rxjava.amqp.AmqpReceiver
-
Gets the connection having created the receiver.
- connection() - Method in class io.vertx.rxjava.amqp.AmqpSender
-
Gets the connection having created the sender.
- connection() - Method in class io.vertx.rxjava.core.http.HttpClientRequest
-
- connection() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
-
- connection() - Method in class io.vertx.rxjava.ext.stomp.ServerFrame
-
- connectionDroppedHandler(Handler<StompClientConnection>) - Method in interface io.vertx.ext.stomp.StompClientConnection
-
Sets a handler notified when the server does not respond to a ping request in time.
- connectionDroppedHandler(Handler<StompClientConnection>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
-
Sets a handler notified when the server does not respond to a ping request in time.
- connectionDroppedHandler(Handler<StompClientConnection>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
-
Sets a handler notified when the server does not respond to a ping request in time.
- connectionHandler(Handler<HttpConnection>) - Method in interface io.vertx.core.http.HttpClient
-
Set a connection handler for the client.
- connectionHandler(Handler<HttpConnection>) - Method in interface io.vertx.core.http.HttpClientRequest
-
- connectionHandler(Handler<HttpConnection>) - Method in interface io.vertx.core.http.HttpServer
-
Set a connection handler for the server.
- connectionHandler(Handler<ServerWebSocket>) - Method in interface io.vertx.ext.web.handler.graphql.ApolloWSHandler
-
- connectionHandler(Handler<HttpConnection>) - Method in class io.vertx.reactivex.core.http.HttpClient
-
Set a connection handler for the client.
- connectionHandler(Handler<HttpConnection>) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
-
Deprecated.
- connectionHandler(Handler<HttpConnection>) - Method in class io.vertx.reactivex.core.http.HttpServer
-
Set a connection handler for the server.
- connectionHandler(Handler<ServerWebSocket>) - Method in class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler
-
Customize the connection .
- connectionHandler(Handler<HttpConnection>) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Set a connection handler for the client.
- connectionHandler(Handler<HttpConnection>) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
-
Deprecated.
- connectionHandler(Handler<HttpConnection>) - Method in class io.vertx.rxjava.core.http.HttpServer
-
Set a connection handler for the server.
- connectionHandler(Handler<ServerWebSocket>) - Method in class io.vertx.rxjava.ext.web.handler.graphql.ApolloWSHandler
-
Customize the connection .
- ConnectionPoolTooBusyException - Exception in io.vertx.core.http
-
Represents a failure to add a HttpClientRequest to the wait queue on an ConnectionManager.
- ConnectionPoolTooBusyException(String) - Constructor for exception io.vertx.core.http.ConnectionPoolTooBusyException
-
Create a ConnectionPoolTooBusyException
- connectObservable(int, String) - Method in class io.vertx.rxjava.core.net.NetClient
-
- connectObservable(int, String, String) - Method in class io.vertx.rxjava.core.net.NetClient
-
- connectObservable(SocketAddress) - Method in class io.vertx.rxjava.core.net.NetClient
-
- connectObservable(SocketAddress, String) - Method in class io.vertx.rxjava.core.net.NetClient
-
- connectObservable(int, String) - Method in class io.vertx.rxjava.ext.stomp.StompClient
-
- connectObservable(NetClient) - Method in class io.vertx.rxjava.ext.stomp.StompClient
-
- connectObservable(int, String, NetClient) - Method in class io.vertx.rxjava.ext.stomp.StompClient
-
- connectObservable() - Method in class io.vertx.rxjava.ext.stomp.StompClient
-
- connectObservable() - Method in class io.vertx.rxjava.redis.client.Redis
-
- connectStream() - Method in interface io.vertx.core.net.NetServer
-
Return the connect stream for this server.
- connectStream() - Method in class io.vertx.reactivex.core.net.NetServer
-
Return the connect stream for this server.
- connectStream() - Method in class io.vertx.rxjava.core.net.NetServer
-
Return the connect stream for this server.
- connectWithRegex(String) - Method in interface io.vertx.ext.web.Router
-
Add a route that matches a HTTP CONNECT request and the specified path regex
- connectWithRegex(String) - Method in class io.vertx.reactivex.ext.web.Router
-
Add a route that matches a HTTP CONNECT request and the specified path regex
- connectWithRegex(String) - Method in class io.vertx.rxjava.ext.web.Router
-
Add a route that matches a HTTP CONNECT request and the specified path regex
- ConstructorBasedConverter<T> - Class in io.vertx.core.cli.converters
-
This 'default' converter tries to create objects using a constructor taking a single String argument.
- ConsulClient - Interface in io.vertx.ext.consul
-
A Vert.x service used to interact with Consul.
- ConsulClient - Class in io.vertx.reactivex.ext.consul
-
A Vert.x service used to interact with Consul.
- ConsulClient(ConsulClient) - Constructor for class io.vertx.reactivex.ext.consul.ConsulClient
-
- ConsulClient(Object) - Constructor for class io.vertx.reactivex.ext.consul.ConsulClient
-
- ConsulClient - Class in io.vertx.rxjava.ext.consul
-
A Vert.x service used to interact with Consul.
- ConsulClient(ConsulClient) - Constructor for class io.vertx.rxjava.ext.consul.ConsulClient
-
- ConsulClient(Object) - Constructor for class io.vertx.rxjava.ext.consul.ConsulClient
-
- ConsulClientOptions - Class in io.vertx.ext.consul
-
Options used to create Consul client.
- ConsulClientOptions() - Constructor for class io.vertx.ext.consul.ConsulClientOptions
-
Default constructor
- ConsulClientOptions(ConsulClientOptions) - Constructor for class io.vertx.ext.consul.ConsulClientOptions
-
Copy constructor
- ConsulClientOptions(JsonObject) - Constructor for class io.vertx.ext.consul.ConsulClientOptions
-
Constructor from JSON
- ConsulClientOptions(URI) - Constructor for class io.vertx.ext.consul.ConsulClientOptions
-
- ConsulClientOptionsConverter - Class in io.vertx.ext.consul
-
- ConsulClientOptionsConverter() - Constructor for class io.vertx.ext.consul.ConsulClientOptionsConverter
-
- ConsulConfigStore - Class in io.vertx.config.consul
-
- ConsulConfigStoreFactory - Class in io.vertx.config.consul
-
- ConsulConfigStoreFactory() - Constructor for class io.vertx.config.consul.ConsulConfigStoreFactory
-
- ConsulService - Interface in io.vertx.ext.consul
-
- ConsulService - Class in io.vertx.reactivex.ext.consul
-
- ConsulService(ConsulService) - Constructor for class io.vertx.reactivex.ext.consul.ConsulService
-
- ConsulService(Object) - Constructor for class io.vertx.reactivex.ext.consul.ConsulService
-
- ConsulServiceImporter - Class in io.vertx.servicediscovery.consul
-
A discovery bridge importing services from Consul.
- ConsulServiceImporter() - Constructor for class io.vertx.servicediscovery.consul.ConsulServiceImporter
-
- ConsulServiceVerticle - Class in io.vertx.ext.consul
-
- ConsulServiceVerticle() - Constructor for class io.vertx.ext.consul.ConsulServiceVerticle
-
- consumer(String) - Method in interface io.vertx.core.eventbus.EventBus
-
Create a message consumer against the specified address.
- consumer(String, Handler<Message<T>>) - Method in interface io.vertx.core.eventbus.EventBus
-
Create a consumer and register it against the specified address.
- consumer(String) - Method in class io.vertx.reactivex.core.eventbus.EventBus
-
Create a message consumer against the specified address.
- consumer(String, Handler<Message<T>>) - Method in class io.vertx.reactivex.core.eventbus.EventBus
-
Create a consumer and register it against the specified address.
- consumer(String) - Method in class io.vertx.rxjava.core.eventbus.EventBus
-
Create a message consumer against the specified address.
- consumer(String, Handler<Message<T>>) - Method in class io.vertx.rxjava.core.eventbus.EventBus
-
Create a consumer and register it against the specified address.
- consumer - Variable in class io.vertx.serviceproxy.ProxyHandler
-
- ConsumerGroupDescription - Class in io.vertx.kafka.admin
-
A detailed description of a single consumer group in the cluster
- ConsumerGroupDescription() - Constructor for class io.vertx.kafka.admin.ConsumerGroupDescription
-
Constructor
- ConsumerGroupDescription(String, boolean, List<MemberDescription>, String, ConsumerGroupState, Node) - Constructor for class io.vertx.kafka.admin.ConsumerGroupDescription
-
Constructor
- ConsumerGroupDescription(JsonObject) - Constructor for class io.vertx.kafka.admin.ConsumerGroupDescription
-
Constructor (from JSON representation)
- ConsumerGroupDescriptionConverter - Class in io.vertx.kafka.admin
-
- ConsumerGroupDescriptionConverter() - Constructor for class io.vertx.kafka.admin.ConsumerGroupDescriptionConverter
-
- ConsumerGroupListing - Class in io.vertx.kafka.admin
-
A listing of a consumer group in the cluster.
- ConsumerGroupListing() - Constructor for class io.vertx.kafka.admin.ConsumerGroupListing
-
Constructor
- ConsumerGroupListing(String, boolean) - Constructor for class io.vertx.kafka.admin.ConsumerGroupListing
-
Constructor
- ConsumerGroupListing(JsonObject) - Constructor for class io.vertx.kafka.admin.ConsumerGroupListing
-
Constructor (from JSON representation)
- ConsumerGroupListingConverter - Class in io.vertx.kafka.admin
-
- ConsumerGroupListingConverter() - Constructor for class io.vertx.kafka.admin.ConsumerGroupListingConverter
-
- consumerTag() - Method in interface io.vertx.rabbitmq.RabbitMQConsumer
-
- consumerTag() - Method in interface io.vertx.rabbitmq.RabbitMQMessage
-
- consumerTag() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQConsumer
-
- consumerTag() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQMessage
-
- consumerTag() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQConsumer
-
- consumerTag() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQMessage
-
- consumes(String) - Method in interface io.vertx.ext.web.Route
-
Add a content type consumed by this route.
- consumes(String) - Method in class io.vertx.reactivex.ext.web.Route
-
Add a content type consumed by this route.
- consumes(String) - Method in class io.vertx.rxjava.ext.web.Route
-
Add a content type consumed by this route.
- ContainerDeserializer - Interface in io.vertx.ext.web.api.validation
-
Interface that define methods for deserialization of array and objects
- ContainerDeserializer - Class in io.vertx.reactivex.ext.web.api.validation
-
Interface that define methods for deserialization of array and objects
NOTE: This class has been automatically generated from the
original non RX-ified interface using Vert.x codegen.
- ContainerDeserializer(ContainerDeserializer) - Constructor for class io.vertx.reactivex.ext.web.api.validation.ContainerDeserializer
-
- ContainerDeserializer(Object) - Constructor for class io.vertx.reactivex.ext.web.api.validation.ContainerDeserializer
-
- ContainerDeserializer - Class in io.vertx.rxjava.ext.web.api.validation
-
Interface that define methods for deserialization of array and objects
NOTE: This class has been automatically generated from the
original non RX-ified interface using Vert.x codegen.
- ContainerDeserializer(ContainerDeserializer) - Constructor for class io.vertx.rxjava.ext.web.api.validation.ContainerDeserializer
-
- ContainerDeserializer(Object) - Constructor for class io.vertx.rxjava.ext.web.api.validation.ContainerDeserializer
-
- ContainerSerializationStyle - Enum in io.vertx.ext.web.api.validation
-
This enum contains supported object and arrays serialization styles.
- contains(String) - Method in class io.vertx.core.http.CaseInsensitiveHeaders
-
Deprecated.
- contains(CharSequence) - Method in class io.vertx.core.http.CaseInsensitiveHeaders
-
Deprecated.
- contains(Object) - Method in class io.vertx.core.json.JsonArray
-
Does the JSON array contain the specified value? This method will scan the entire array until it finds a value
or reaches the end.
- contains(String) - Method in interface io.vertx.core.MultiMap
-
Checks to see if there is a value with the specified name
- contains(CharSequence) - Method in interface io.vertx.core.MultiMap
-
- contains(String, String, boolean) - Method in interface io.vertx.core.MultiMap
-
Check if there is a header with the specified name and value.
- contains(CharSequence, CharSequence, boolean) - Method in interface io.vertx.core.MultiMap
-
- contains(String) - Method in class io.vertx.reactivex.core.MultiMap
-
Checks to see if there is a value with the specified name
- contains(String, String, boolean) - Method in class io.vertx.reactivex.core.MultiMap
-
Check if there is a header with the specified name and value.
- contains(CharSequence) - Method in class io.vertx.reactivex.core.MultiMap
-
- contains(CharSequence, CharSequence, boolean) - Method in class io.vertx.reactivex.core.MultiMap
-
- contains(String) - Method in class io.vertx.rxjava.core.MultiMap
-
Checks to see if there is a value with the specified name
- contains(String, String, boolean) - Method in class io.vertx.rxjava.core.MultiMap
-
Check if there is a header with the specified name and value.
- contains(CharSequence) - Method in class io.vertx.rxjava.core.MultiMap
-
- contains(CharSequence, CharSequence, boolean) - Method in class io.vertx.rxjava.core.MultiMap
-
- containsKey(String) - Method in class io.vertx.core.json.JsonObject
-
Does the JSON object contain the specified key?
- containsKey(Object) - Method in interface io.vertx.core.shareddata.LocalMap
-
Returns true if this map contains a mapping for the specified
key.
- containsKey(Object) - Method in class io.vertx.reactivex.core.shareddata.LocalMap
-
Returns true if this map contains a mapping for the specified
key.
- containsKey(Object) - Method in class io.vertx.rxjava.core.shareddata.LocalMap
-
Returns true if this map contains a mapping for the specified
key.
- containsValue(Object) - Method in interface io.vertx.core.shareddata.LocalMap
-
Returns @{code true} if this map maps one or more keys to the
specified value.
- containsValue(Object) - Method in class io.vertx.reactivex.core.shareddata.LocalMap
-
Returns @{code true} if this map maps one or more keys to the
specified value.
- containsValue(Object) - Method in class io.vertx.rxjava.core.shareddata.LocalMap
-
Returns @{code true} if this map maps one or more keys to the
specified value.
- content() - Method in interface io.vertx.ext.web.handler.graphql.ApolloWSMessage
-
- content() - Method in interface io.vertx.ext.web.multipart.FormDataPart
-
- content() - Method in class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSMessage
-
- content() - Method in class io.vertx.reactivex.ext.web.multipart.FormDataPart
-
- content() - Method in class io.vertx.rxjava.ext.web.handler.graphql.ApolloWSMessage
-
- content() - Method in class io.vertx.rxjava.ext.web.multipart.FormDataPart
-
- CONTENT_BASE - Static variable in class io.vertx.core.http.HttpHeaders
-
Content-Base header name
- CONTENT_DISPOSITION - Static variable in class io.vertx.core.http.HttpHeaders
-
Content-Disposition header name
- CONTENT_ENCODING - Static variable in class io.vertx.core.http.HttpHeaders
-
Content-Encoding header name
- CONTENT_LANGUAGE - Static variable in class io.vertx.core.http.HttpHeaders
-
Content-Language header name
- CONTENT_LENGTH - Static variable in class io.vertx.core.http.HttpHeaders
-
Content-Length header name
- CONTENT_LENGTH - Static variable in class io.vertx.ext.stomp.Frame
-
- CONTENT_LOCATION - Static variable in class io.vertx.core.http.HttpHeaders
-
Content-Location header name
- CONTENT_MD5 - Static variable in class io.vertx.core.http.HttpHeaders
-
Content-MD5 header name
- CONTENT_RANGE - Static variable in class io.vertx.core.http.HttpHeaders
-
Content-Rage header name
- CONTENT_TRANSFER_ENCODING - Static variable in class io.vertx.core.http.HttpHeaders
-
Content-Transfer-Encoding header name
- CONTENT_TYPE - Static variable in class io.vertx.core.http.HttpHeaders
-
Content-Type header name
- CONTENT_TYPE - Static variable in class io.vertx.ext.stomp.Frame
-
- contentEncoding() - Method in interface io.vertx.amqp.AmqpMessage
-
- contentEncoding(String) - Method in interface io.vertx.amqp.AmqpMessageBuilder
-
- contentEncoding() - Method in interface io.vertx.rabbitmq.BasicProperties
-
- contentEncoding() - Method in class io.vertx.reactivex.amqp.AmqpMessage
-
- contentEncoding(String) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
-
- contentEncoding() - Method in class io.vertx.reactivex.rabbitmq.BasicProperties
-
- contentEncoding() - Method in class io.vertx.rxjava.amqp.AmqpMessage
-
- contentEncoding(String) - Method in class io.vertx.rxjava.amqp.AmqpMessageBuilder
-
- contentEncoding() - Method in class io.vertx.rxjava.rabbitmq.BasicProperties
-
- contentTransferEncoding() - Method in interface io.vertx.core.http.HttpServerFileUpload
-
- contentTransferEncoding() - Method in interface io.vertx.ext.web.FileUpload
-
- contentTransferEncoding() - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
-
- contentTransferEncoding() - Method in class io.vertx.reactivex.ext.web.FileUpload
-
- contentTransferEncoding() - Method in class io.vertx.rxjava.core.http.HttpServerFileUpload
-
- contentTransferEncoding() - Method in class io.vertx.rxjava.ext.web.FileUpload
-
- contentType() - Method in interface io.vertx.amqp.AmqpMessage
-
- contentType(String) - Method in interface io.vertx.amqp.AmqpMessageBuilder
-
- contentType() - Method in interface io.vertx.core.http.HttpServerFileUpload
-
- contentType(String) - Static method in interface io.vertx.ext.web.client.predicate.ResponsePredicate
-
Creates a predicate validating the response has a content-type header matching the mimeType.
- contentType(List<String>) - Static method in interface io.vertx.ext.web.client.predicate.ResponsePredicate
-
Creates a predicate validating the response has a content-type header matching one of the mimeTypes.
- contentType() - Method in interface io.vertx.ext.web.FileUpload
-
- contentType() - Method in interface io.vertx.ext.web.ParsedHeaderValues
-
- contentType() - Method in interface io.vertx.rabbitmq.BasicProperties
-
- contentType() - Method in class io.vertx.reactivex.amqp.AmqpMessage
-
- contentType(String) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
-
- contentType() - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
-
- contentType(String) - Static method in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
-
Creates a predicate validating the response has a content-type header matching the mimeType.
- contentType(List<String>) - Static method in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
-
Creates a predicate validating the response has a content-type header matching one of the mimeTypes.
- contentType() - Method in class io.vertx.reactivex.ext.web.FileUpload
-
- contentType() - Method in class io.vertx.reactivex.ext.web.ParsedHeaderValues
-
- contentType() - Method in class io.vertx.reactivex.rabbitmq.BasicProperties
-
- contentType() - Method in class io.vertx.rxjava.amqp.AmqpMessage
-
- contentType(String) - Method in class io.vertx.rxjava.amqp.AmqpMessageBuilder
-
- contentType() - Method in class io.vertx.rxjava.core.http.HttpServerFileUpload
-
- contentType(String) - Static method in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
-
Creates a predicate validating the response has a content-type header matching the mimeType.
- contentType(List<String>) - Static method in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
-
Creates a predicate validating the response has a content-type header matching one of the mimeTypes.
- contentType() - Method in class io.vertx.rxjava.ext.web.FileUpload
-
- contentType() - Method in class io.vertx.rxjava.ext.web.ParsedHeaderValues
-
- contentType() - Method in class io.vertx.rxjava.rabbitmq.BasicProperties
-
- context - Variable in class io.vertx.core.AbstractVerticle
-
Reference to the context of the verticle
- Context - Interface in io.vertx.core
-
The execution context of a
Handler execution.
- context() - Method in interface io.vertx.core.spi.VertxFactory
-
- Context - Class in io.vertx.reactivex.core
-
The execution context of a
Handler execution.
- Context(Context) - Constructor for class io.vertx.reactivex.core.Context
-
- Context(Object) - Constructor for class io.vertx.reactivex.core.Context
-
- Context - Class in io.vertx.rxjava.core
-
The execution context of a
Handler execution.
- Context(Context) - Constructor for class io.vertx.rxjava.core.Context
-
- Context(Object) - Constructor for class io.vertx.rxjava.core.Context
-
- continuationFrame(Buffer, boolean) - Static method in interface io.vertx.core.http.WebSocketFrame
-
Create a continuation frame
- continuationFrame(Buffer, boolean) - Method in interface io.vertx.core.spi.WebSocketFrameFactory
-
- continuationFrame(Buffer, boolean) - Static method in class io.vertx.reactivex.core.http.WebSocketFrame
-
Create a continuation frame
- continuationFrame(Buffer, boolean) - Static method in class io.vertx.rxjava.core.http.WebSocketFrame
-
Create a continuation frame
- CONTINUE - Static variable in class io.vertx.core.http.HttpHeaders
-
100-continue header value
- continueHandler(Handler<Void>) - Method in interface io.vertx.core.http.HttpClientRequest
-
If you send an HTTP request with the header Expect set to the value 100-continue
and the server responds with an interim HTTP response with a status code of 100 and a continue handler
has been set using this method, then the handler will be called.
- continueHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
-
If you send an HTTP request with the header Expect set to the value 100-continue
and the server responds with an interim HTTP response with a status code of 100 and a continue handler
has been set using this method, then the handler will be called.
- continueHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
-
If you send an HTTP request with the header Expect set to the value 100-continue
and the server responds with an interim HTTP response with a status code of 100 and a continue handler
has been set using this method, then the handler will be called.
- convert(String) - Static method in class io.vertx.config.spi.utils.JsonObjectHelper
-
- convertDurationsTo(TimeUnit) - Method in class io.vertx.ext.dropwizard.reporters.JmxReporter.Builder
-
Convert durations to the given time unit.
- ConvertedBy - Annotation Type in io.vertx.core.cli.annotations
-
Annotates
@Option setters to indicate how the value is converted to the argument type.
- Converter<T> - Interface in io.vertx.core.cli.converters
-
The converter interface to convert Strings to Objects.
- converter - Variable in class io.vertx.core.cli.TypedArgument
-
The converter to use to create the value.
- converter - Variable in class io.vertx.core.cli.TypedOption
-
the converter to create the value.
- Converters - Class in io.vertx.core.cli.converters
-
Entry point to the converter system.
- Converters() - Constructor for class io.vertx.core.cli.converters.Converters
-
- convertList(List) - Static method in class io.vertx.serviceproxy.HelperUtils
-
- convertList(List) - Static method in class io.vertx.serviceproxy.ProxyUtils
-
- convertMap(Map) - Static method in class io.vertx.serviceproxy.HelperUtils
-
- convertMap(Map) - Static method in class io.vertx.serviceproxy.ProxyUtils
-
- convertRatesTo(TimeUnit) - Method in class io.vertx.ext.dropwizard.reporters.JmxReporter.Builder
-
Convert rates to the given time unit.
- convertSet(List) - Static method in class io.vertx.serviceproxy.HelperUtils
-
- convertSet(List) - Static method in class io.vertx.serviceproxy.ProxyUtils
-
- convertToListChar(JsonArray) - Static method in class io.vertx.serviceproxy.ProxyUtils
-
- convertToSetChar(JsonArray) - Static method in class io.vertx.serviceproxy.ProxyUtils
-
- Cookie - Interface in io.vertx.core.http
-
Represents an HTTP Cookie.
- cookie(String, String) - Static method in interface io.vertx.core.http.Cookie
-
Create a new cookie
- COOKIE - Static variable in class io.vertx.core.http.HttpHeaders
-
Content-Cookie header name
- Cookie - Interface in io.vertx.ext.web
-
- cookie(String, String) - Static method in interface io.vertx.ext.web.Cookie
-
Deprecated.
Create a new cookie
- cookie(Cookie) - Static method in interface io.vertx.ext.web.Cookie
-
Deprecated.
Create a new cookie from a Netty cookie
- Cookie - Class in io.vertx.reactivex.core.http
-
Represents an HTTP Cookie.
- Cookie(Cookie) - Constructor for class io.vertx.reactivex.core.http.Cookie
-
- Cookie(Object) - Constructor for class io.vertx.reactivex.core.http.Cookie
-
- cookie(String, String) - Static method in class io.vertx.reactivex.core.http.Cookie
-
Create a new cookie
- Cookie - Class in io.vertx.reactivex.ext.web
-
Represents an HTTP Cookie.
- Cookie(Cookie) - Constructor for class io.vertx.reactivex.ext.web.Cookie
-
- Cookie(Object) - Constructor for class io.vertx.reactivex.ext.web.Cookie
-
- cookie(String, String) - Static method in class io.vertx.reactivex.ext.web.Cookie
-
Deprecated.
- Cookie - Class in io.vertx.rxjava.core.http
-
Represents an HTTP Cookie.
- Cookie(Cookie) - Constructor for class io.vertx.rxjava.core.http.Cookie
-
- Cookie(Object) - Constructor for class io.vertx.rxjava.core.http.Cookie
-
- cookie(String, String) - Static method in class io.vertx.rxjava.core.http.Cookie
-
Create a new cookie
- Cookie - Class in io.vertx.rxjava.ext.web
-
Represents an HTTP Cookie.
- Cookie(Cookie) - Constructor for class io.vertx.rxjava.ext.web.Cookie
-
- Cookie(Object) - Constructor for class io.vertx.rxjava.ext.web.Cookie
-
- cookie(String, String) - Static method in class io.vertx.rxjava.ext.web.Cookie
-
Deprecated.
- cookieCount() - Method in interface io.vertx.core.http.HttpServerRequest
-
- cookieCount() - Method in interface io.vertx.ext.web.RoutingContext
-
- cookieCount() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
-
- cookieCount() - Method in class io.vertx.reactivex.ext.web.RoutingContext
-
- cookieCount() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
-
- cookieCount() - Method in class io.vertx.rxjava.ext.web.RoutingContext
-
- CookieHandler - Interface in io.vertx.ext.web.handler
-
- CookieHandler - Class in io.vertx.reactivex.ext.web.handler
-
A handler which decodes cookies from the request, makes them available in the
and writes them back in the response.
- CookieHandler(CookieHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.CookieHandler
-
- CookieHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.CookieHandler
-
- CookieHandler - Class in io.vertx.rxjava.ext.web.handler
-
A handler which decodes cookies from the request, makes them available in the
and writes them back in the response.
- CookieHandler(CookieHandler) - Constructor for class io.vertx.rxjava.ext.web.handler.CookieHandler
-
- CookieHandler(Object) - Constructor for class io.vertx.rxjava.ext.web.handler.CookieHandler
-
- cookieMap() - Method in interface io.vertx.core.http.HttpServerRequest
-
- cookieMap() - Method in interface io.vertx.ext.web.RoutingContext
-
- cookieParameter(String) - Method in interface io.vertx.ext.web.api.RequestParameters
-
Get cookie parameter by name
- cookieParameter(String) - Method in class io.vertx.reactivex.ext.web.api.RequestParameters
-
Get cookie parameter by name
- cookieParameter(String) - Method in class io.vertx.rxjava.ext.web.api.RequestParameters
-
Get cookie parameter by name
- cookieParametersNames() - Method in interface io.vertx.ext.web.api.RequestParameters
-
Get list of all parameter names inside cookie
- cookieParametersNames() - Method in class io.vertx.reactivex.ext.web.api.RequestParameters
-
Get list of all parameter names inside cookie
- cookieParametersNames() - Method in class io.vertx.rxjava.ext.web.api.RequestParameters
-
Get list of all parameter names inside cookie
- cookies() - Method in interface io.vertx.core.http.HttpClientResponse
-
- cookies() - Method in interface io.vertx.ext.web.client.HttpResponse
-
- cookies() - Method in interface io.vertx.ext.web.RoutingContext
-
- cookies() - Method in class io.vertx.reactivex.core.http.HttpClientResponse
-
- cookies() - Method in class io.vertx.reactivex.ext.web.client.HttpResponse
-
- cookies() - Method in class io.vertx.reactivex.ext.web.RoutingContext
-
Deprecated.
- cookies() - Method in class io.vertx.rxjava.core.http.HttpClientResponse
-
- cookies() - Method in class io.vertx.rxjava.ext.web.client.HttpResponse
-
- cookies() - Method in class io.vertx.rxjava.ext.web.RoutingContext
-
Deprecated.
- CookieSameSite - Enum in io.vertx.core.http
-
Represents the Cookie SameSite policy to be used.
- CookieStore - Interface in io.vertx.ext.web.client.spi
-
A cookie store that manages cookies for a single user; received for different domains and valid for different paths.
- cookieStore() - Method in interface io.vertx.ext.web.client.WebClientSession
-
Returns this client's CookieStore
- Coordinate - Class in io.vertx.ext.consul
-
Holds network coordinates of node
- Coordinate() - Constructor for class io.vertx.ext.consul.Coordinate
-
Default constructor
- Coordinate(Coordinate) - Constructor for class io.vertx.ext.consul.Coordinate
-
Copy constructor
- Coordinate(JsonObject) - Constructor for class io.vertx.ext.consul.Coordinate
-
Constructor from JSON
- CoordinateConverter - Class in io.vertx.ext.consul
-
- CoordinateConverter() - Constructor for class io.vertx.ext.consul.CoordinateConverter
-
- coordinateDatacenters(Handler<AsyncResult<List<DcCoordinates>>>) - Method in interface io.vertx.ext.consul.ConsulClient
-
Returns the WAN network coordinates for all Consul servers, organized by DCs
- coordinateDatacenters(Handler<AsyncResult<List<DcCoordinates>>>) - Method in interface io.vertx.ext.consul.ConsulService
-
- coordinateDatacenters(Handler<AsyncResult<List<DcCoordinates>>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Returns the WAN network coordinates for all Consul servers, organized by DCs
- coordinateDatacenters(Handler<AsyncResult<List<DcCoordinates>>>) - Method in class io.vertx.reactivex.ext.consul.ConsulService
-
- coordinateDatacenters(Handler<AsyncResult<List<DcCoordinates>>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
-
Returns the WAN network coordinates for all Consul servers, organized by DCs
- CoordinateList - Class in io.vertx.ext.consul
-
Holds result of network coordinates query
- CoordinateList() - Constructor for class io.vertx.ext.consul.CoordinateList
-
Default constructor
- CoordinateList(CoordinateList) - Constructor for class io.vertx.ext.consul.CoordinateList
-
Copy constructor
- CoordinateList(JsonObject) - Constructor for class io.vertx.ext.consul.CoordinateList
-
Constructor from JSON
- CoordinateListConverter - Class in io.vertx.ext.consul
-
- CoordinateListConverter() - Constructor for class io.vertx.ext.consul.CoordinateListConverter
-
- coordinateNodes(Handler<AsyncResult<CoordinateList>>) - Method in interface io.vertx.ext.consul.ConsulClient
-
Returns the LAN network coordinates for all nodes in a given DC
- coordinateNodes(Handler<AsyncResult<CoordinateList>>) - Method in interface io.vertx.ext.consul.ConsulService
-
- coordinateNodes(Handler<AsyncResult<CoordinateList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Returns the LAN network coordinates for all nodes in a given DC
- coordinateNodes(Handler<AsyncResult<CoordinateList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulService
-
- coordinateNodes(Handler<AsyncResult<CoordinateList>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
-
Returns the LAN network coordinates for all nodes in a given DC
- coordinateNodesWithOptions(BlockingQueryOptions, Handler<AsyncResult<CoordinateList>>) - Method in interface io.vertx.ext.consul.ConsulClient
-
- coordinateNodesWithOptions(BlockingQueryOptions, Handler<AsyncResult<CoordinateList>>) - Method in interface io.vertx.ext.consul.ConsulService
-
- coordinateNodesWithOptions(BlockingQueryOptions, Handler<AsyncResult<CoordinateList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
- coordinateNodesWithOptions(BlockingQueryOptions, Handler<AsyncResult<CoordinateList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulService
-
- coordinateNodesWithOptions(BlockingQueryOptions, Handler<AsyncResult<CoordinateList>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
-
- copy() - Method in interface io.vertx.core.buffer.Buffer
-
Returns a copy of the entire Buffer.
- copy(String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
-
Copy a file from the path from to path to, asynchronously.
- copy(String, String, CopyOptions, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
-
Copy a file from the path from to path to, asynchronously.
- copy() - Method in class io.vertx.core.json.JsonArray
-
Make a copy of the JSON array
- copy() - Method in class io.vertx.core.json.JsonObject
-
Copy the JSON object
- copy() - Method in interface io.vertx.core.json.pointer.JsonPointer
-
Copy a JsonPointer
- copy() - Method in class io.vertx.core.net.JdkSSLEngineOptions
-
- copy() - Method in class io.vertx.core.net.JksOptions
-
- copy() - Method in interface io.vertx.core.net.KeyCertOptions
-
- copy() - Method in class io.vertx.core.net.KeyStoreOptions
-
- copy() - Method in class io.vertx.core.net.KeyStoreOptionsBase
-
- copy() - Method in class io.vertx.core.net.OpenSSLEngineOptions
-
- copy() - Method in class io.vertx.core.net.PemKeyCertOptions
-
- copy() - Method in class io.vertx.core.net.PemTrustOptions
-
- copy() - Method in class io.vertx.core.net.PfxOptions
-
- copy() - Method in class io.vertx.core.net.SSLEngineOptions
-
- copy() - Method in interface io.vertx.core.net.TrustOptions
-
- copy() - Method in interface io.vertx.core.shareddata.Shareable
-
Returns a copy of the object.
- copy() - Method in interface io.vertx.ext.web.client.HttpRequest
-
Copy this request
- copy() - Method in class io.vertx.reactivex.core.buffer.Buffer
-
Returns a copy of the entire Buffer.
- copy(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Copy a file from the path from to path to, asynchronously.
- copy(String, String, CopyOptions, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Copy a file from the path from to path to, asynchronously.
- copy() - Method in class io.vertx.reactivex.core.json.pointer.JsonPointer
-
Copy a JsonPointer
- copy() - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
-
Copy this request
- copy() - Method in class io.vertx.rxjava.core.buffer.Buffer
-
Returns a copy of the entire Buffer.
- copy(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
-
Copy a file from the path from to path to, asynchronously.
- copy(String, String, CopyOptions, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
-
Copy a file from the path from to path to, asynchronously.
- copy() - Method in class io.vertx.rxjava.core.json.pointer.JsonPointer
-
Copy a JsonPointer
- copy() - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
-
Copy this request
- copyBlocking(String, String) - Method in interface io.vertx.core.file.FileSystem
-
- copyBlocking(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
- copyBlocking(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
-
- copyObservable(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
-
- copyObservable(String, String, CopyOptions) - Method in class io.vertx.rxjava.core.file.FileSystem
-
- CopyOptions - Class in io.vertx.core.file
-
Describes the copy (and move) options.
- CopyOptions() - Constructor for class io.vertx.core.file.CopyOptions
-
Default constructor.
- CopyOptions(CopyOptions) - Constructor for class io.vertx.core.file.CopyOptions
-
Copy constructor.
- CopyOptions(JsonObject) - Constructor for class io.vertx.core.file.CopyOptions
-
Constructor to create options from JSON.
- copyRecursive(String, String, boolean, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
-
Copy a file from the path from to path to, asynchronously.
- copyRecursive(String, String, boolean, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Copy a file from the path from to path to, asynchronously.
- copyRecursive(String, String, boolean, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
-
Copy a file from the path from to path to, asynchronously.
- copyRecursiveBlocking(String, String, boolean) - Method in interface io.vertx.core.file.FileSystem
-
- copyRecursiveBlocking(String, String, boolean) - Method in class io.vertx.reactivex.core.file.FileSystem
-
- copyRecursiveBlocking(String, String, boolean) - Method in class io.vertx.rxjava.core.file.FileSystem
-
- copyRecursiveObservable(String, String, boolean) - Method in class io.vertx.rxjava.core.file.FileSystem
-
- correlationId() - Method in interface io.vertx.amqp.AmqpMessage
-
- correlationId(String) - Method in interface io.vertx.amqp.AmqpMessageBuilder
-
- correlationId() - Method in interface io.vertx.rabbitmq.BasicProperties
-
- correlationId() - Method in class io.vertx.reactivex.amqp.AmqpMessage
-
- correlationId(String) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
-
- correlationId() - Method in class io.vertx.reactivex.rabbitmq.BasicProperties
-
- correlationId() - Method in class io.vertx.rxjava.amqp.AmqpMessage
-
- correlationId(String) - Method in class io.vertx.rxjava.amqp.AmqpMessageBuilder
-
- correlationId() - Method in class io.vertx.rxjava.rabbitmq.BasicProperties
-
- CorsHandler - Interface in io.vertx.ext.web.handler
-
A handler which implements server side http://www.w3.org/TR/cors/[CORS] support for Vert.x-Web.
- CorsHandler - Class in io.vertx.reactivex.ext.web.handler
-
A handler which implements server side http://www.w3.org/TR/cors/[CORS] support for Vert.x-Web.
- CorsHandler(CorsHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.CorsHandler
-
- CorsHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.CorsHandler
-
- CorsHandler - Class in io.vertx.rxjava.ext.web.handler
-
A handler which implements server side http://www.w3.org/TR/cors/[CORS] support for Vert.x-Web.
- CorsHandler(CorsHandler) - Constructor for class io.vertx.rxjava.ext.web.handler.CorsHandler
-
- CorsHandler(Object) - Constructor for class io.vertx.rxjava.ext.web.handler.CorsHandler
-
- count(String, JsonObject, Handler<AsyncResult<Long>>) - Method in interface io.vertx.ext.mongo.MongoClient
-
Count matching documents in a collection.
- count(String, JsonObject, Handler<AsyncResult<Long>>) - Method in interface io.vertx.ext.mongo.MongoService
-
- count() - Method in interface io.vertx.ext.unit.Async
-
- count(String, JsonObject, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Count matching documents in a collection.
- count(String, JsonObject, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.ext.mongo.MongoService
-
- count() - Method in class io.vertx.reactivex.ext.unit.Async
-
- count(String, JsonObject, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Count matching documents in a collection.
- count(String, JsonObject, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.ext.mongo.MongoService
-
- count() - Method in class io.vertx.rxjava.ext.unit.Async
-
- countDown() - Method in interface io.vertx.ext.unit.Async
-
Count down the async.
- countDown() - Method in class io.vertx.reactivex.ext.unit.Async
-
Count down the async.
- countDown() - Method in class io.vertx.rxjava.ext.unit.Async
-
Count down the async.
- Counter - Interface in io.vertx.core.shareddata
-
An asynchronous counter that can be used to across the cluster to maintain a consistent count.
- Counter - Class in io.vertx.reactivex.core.shareddata
-
An asynchronous counter that can be used to across the cluster to maintain a consistent count.
- Counter(Counter) - Constructor for class io.vertx.reactivex.core.shareddata.Counter
-
- Counter(Object) - Constructor for class io.vertx.reactivex.core.shareddata.Counter
-
- Counter - Class in io.vertx.rxjava.core.shareddata
-
An asynchronous counter that can be used to across the cluster to maintain a consistent count.
- Counter(Counter) - Constructor for class io.vertx.rxjava.core.shareddata.Counter
-
- Counter(Object) - Constructor for class io.vertx.rxjava.core.shareddata.Counter
-
- countObservable(String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
- countObservable(String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoService
-
Deprecated.
- country() - Method in interface io.vertx.ext.web.Locale
-
- country() - Method in class io.vertx.reactivex.ext.web.Locale
-
Deprecated.
- country() - Method in class io.vertx.rxjava.ext.web.Locale
-
Deprecated.
- crc() - Method in class io.vertx.ext.web.sstore.AbstractSession
-
- create(AmqpClientOptions) - Static method in interface io.vertx.amqp.AmqpClient
-
Creates a new instance of
AmqpClient using an internal Vert.x instance (with default configuration) and
the given AMQP client configuration.
- create(Vertx, AmqpClientOptions) - Static method in interface io.vertx.amqp.AmqpClient
-
Creates a new instance of
AmqpClient with the given Vert.x instance and the given options.
- create() - Static method in interface io.vertx.amqp.AmqpMessage
-
- create(AmqpMessage) - Static method in interface io.vertx.amqp.AmqpMessage
-
Creates a builder to create a new
AmqpMessage copying the metadata from the passed message.
- create(Message) - Static method in interface io.vertx.amqp.AmqpMessage
-
Creates a builder to create a new
AmqpMessage copying the metadata from the passed (Proton) message.
- create() - Static method in interface io.vertx.amqp.AmqpMessageBuilder
-
- create(Vertx) - Static method in interface io.vertx.amqpbridge.AmqpBridge
-
Creates a Bridge.
- create(Vertx, AmqpBridgeOptions) - Static method in interface io.vertx.amqpbridge.AmqpBridge
-
Creates a Bridge with the given options.
- create(Vertx, CamelBridgeOptions) - Static method in interface io.vertx.camel.CamelBridge
-
Creates a bridge between Camel endpoints and Vert.x
- create(Vertx) - Static method in interface io.vertx.cassandra.CassandraClient
-
- create(Vertx, CassandraClientOptions) - Static method in interface io.vertx.cassandra.CassandraClient
-
Create a Cassandra client which maintains its own driver session.
- create(CassandraClient) - Static method in interface io.vertx.cassandra.MappingManager
-
- create(String, Vertx, CircuitBreakerOptions) - Static method in interface io.vertx.circuitbreaker.CircuitBreaker
-
- create(String, Vertx) - Static method in interface io.vertx.circuitbreaker.CircuitBreaker
-
- create(Vertx) - Static method in interface io.vertx.circuitbreaker.HystrixMetricHandler
-
Creates the handler, using the default notification address.
- create(Vertx, String) - Static method in interface io.vertx.circuitbreaker.HystrixMetricHandler
-
Creates the handler.
- create(Vertx, ConfigRetrieverOptions) - Static method in interface io.vertx.config.ConfigRetriever
-
- create(Vertx) - Static method in interface io.vertx.config.ConfigRetriever
-
Creates an instance of the default implementation of the
ConfigRetriever, using the default
settings (json file, system properties and environment variables).
- create(Vertx, JsonObject) - Method in class io.vertx.config.consul.ConsulConfigStoreFactory
-
- create(Vertx, JsonObject) - Method in class io.vertx.config.git.GitConfigStoreFactory
-
- create(Vertx, JsonObject) - Method in class io.vertx.config.kubernetes.ConfigMapStoreFactory
-
- create(Vertx, JsonObject) - Method in class io.vertx.config.redis.RedisConfigStoreFactory
-
- create(Vertx, JsonObject) - Method in interface io.vertx.config.spi.ConfigStoreFactory
-
- create(Vertx, JsonObject) - Method in class io.vertx.config.spring.SpringConfigServerStoreFactory
-
- create(Vertx, JsonObject) - Method in class io.vertx.config.vault.VaultConfigStoreFactory
-
- create(Vertx, JsonObject) - Method in class io.vertx.config.zookeeper.ZookeeperConfigStoreFactory
-
- create(String) - Static method in interface io.vertx.core.cli.CLI
-
Creates an instance of
CLI using the default implementation.
- create(Class<?>) - Static method in interface io.vertx.core.cli.CLI
-
Creates an instance of
CLI from the given Java class.
- create(CLI) - Static method in interface io.vertx.core.cli.CommandLine
-
Creates a command line object from the
CLI.
- create(Class<T>, String) - Static method in class io.vertx.core.cli.converters.Converters
-
- create(String, Converter<T>) - Static method in class io.vertx.core.cli.converters.Converters
-
- create() - Static method in interface io.vertx.core.json.pointer.JsonPointer
-
Build an empty JsonPointer
- create() - Static method in interface io.vertx.core.net.SelfSignedCertificate
-
Create a new SelfSignedCertificate instance.
- create(String) - Static method in interface io.vertx.core.net.SelfSignedCertificate
-
Create a new SelfSignedCertificate instance with a fully-qualified domain name,
- create(CommandLine) - Method in interface io.vertx.core.spi.launcher.CommandFactory
-
- create(CommandLine) - Method in class io.vertx.core.spi.launcher.DefaultCommandFactory
-
- create() - Static method in interface io.vertx.ext.auth.ChainAuth
-
Create a Chainable Auth Provider auth provider
- create(Vertx) - Static method in interface io.vertx.ext.auth.htdigest.HtdigestAuth
-
Creates an instance of HtdigestAuth.
- create(Vertx, String) - Static method in interface io.vertx.ext.auth.htdigest.HtdigestAuth
-
Creates an instance of HtdigestAuth by using the given htfile file.
- create(Vertx) - Static method in interface io.vertx.ext.auth.htpasswd.HtpasswdAuth
-
- create(Vertx, HtpasswdAuthOptions) - Static method in interface io.vertx.ext.auth.htpasswd.HtpasswdAuth
-
- create(Vertx, JDBCClient) - Static method in interface io.vertx.ext.auth.jdbc.JDBCAuth
-
Create a JDBC auth provider implementation
- create(Vertx, JsonObject) - Static method in interface io.vertx.ext.auth.jwt.JWTAuth
-
Deprecated.
- create(Vertx, JWTAuthOptions) - Static method in interface io.vertx.ext.auth.jwt.JWTAuth
-
Create a JWT auth provider
- create(MongoClient, JsonObject) - Static method in interface io.vertx.ext.auth.mongo.MongoAuth
-
Creates an instance of MongoAuth by using the given
MongoClient and configuration object.
- create(Vertx, OAuth2FlowType, OAuth2ClientOptions) - Static method in interface io.vertx.ext.auth.oauth2.OAuth2Auth
-
- create(Vertx, OAuth2FlowType) - Static method in interface io.vertx.ext.auth.oauth2.OAuth2Auth
-
- create(Vertx) - Static method in interface io.vertx.ext.auth.oauth2.OAuth2Auth
-
Create a OAuth2 auth provider
- create(Vertx, OAuth2ClientOptions) - Static method in interface io.vertx.ext.auth.oauth2.OAuth2Auth
-
Create a OAuth2 auth provider
- create(Vertx, String, String, String) - Static method in interface io.vertx.ext.auth.oauth2.providers.AzureADAuth
-
Create a OAuth2Auth provider for Microsoft Azure Active Directory
- create(Vertx, String, String, String, HttpClientOptions) - Static method in interface io.vertx.ext.auth.oauth2.providers.AzureADAuth
-
Create a OAuth2Auth provider for Microsoft Azure Active Directory
- create(Vertx, String, String) - Static method in interface io.vertx.ext.auth.oauth2.providers.BoxAuth
-
Create a OAuth2Auth provider for App.net
- create(Vertx, String, String, HttpClientOptions) - Static method in interface io.vertx.ext.auth.oauth2.providers.BoxAuth
-
Create a OAuth2Auth provider for App.net
- create(Vertx, String, String, String) - Static method in interface io.vertx.ext.auth.oauth2.providers.CloudFoundryAuth
-
Create a OAuth2Auth provider for CloudFoundry UAA
- create(Vertx, String, String, String, HttpClientOptions) - Static method in interface io.vertx.ext.auth.oauth2.providers.CloudFoundryAuth
-
Create a OAuth2Auth provider for CloudFoundry UAA
- create(Vertx, String, String) - Static method in interface io.vertx.ext.auth.oauth2.providers.DropboxAuth
-
Create a OAuth2Auth provider for Dropbox
- create(Vertx, String, String, HttpClientOptions) - Static method in interface io.vertx.ext.auth.oauth2.providers.DropboxAuth
-
Create a OAuth2Auth provider for Dropbox
- create(Vertx, String, String) - Static method in interface io.vertx.ext.auth.oauth2.providers.FacebookAuth
-
Create a OAuth2Auth provider for Facebook
- create(Vertx, String, String, HttpClientOptions) - Static method in interface io.vertx.ext.auth.oauth2.providers.FacebookAuth
-
Create a OAuth2Auth provider for Facebook
- create(Vertx, String, String) - Static method in interface io.vertx.ext.auth.oauth2.providers.FoursquareAuth
-
Create a OAuth2Auth provider for Foursquare
- create(Vertx, String, String, HttpClientOptions) - Static method in interface io.vertx.ext.auth.oauth2.providers.FoursquareAuth
-
Create a OAuth2Auth provider for Foursquare
- create(Vertx, String, String) - Static method in interface io.vertx.ext.auth.oauth2.providers.GithubAuth
-
Create a OAuth2Auth provider for Github
- create(Vertx, String, String, HttpClientOptions) - Static method in interface io.vertx.ext.auth.oauth2.providers.GithubAuth
-
Create a OAuth2Auth provider for Github
- create(Vertx, String, String) - Static method in interface io.vertx.ext.auth.oauth2.providers.GoogleAuth
-
Create a OAuth2Auth provider for Google
- create(Vertx, String, String, HttpClientOptions) - Static method in interface io.vertx.ext.auth.oauth2.providers.GoogleAuth
-
Create a OAuth2Auth provider for Google
- create(Vertx, JsonObject) - Static method in interface io.vertx.ext.auth.oauth2.providers.GoogleAuth
-
Create a OAuth2Auth provider for Google Service Account (Server to Server)
- create(Vertx, JsonObject, HttpClientOptions) - Static method in interface io.vertx.ext.auth.oauth2.providers.GoogleAuth
-
Create a OAuth2Auth provider for Google Service Account (Server to Server)
- create(Vertx, String, String) - Static method in interface io.vertx.ext.auth.oauth2.providers.HerokuAuth
-
Create a OAuth2Auth provider for Heroku
- create(Vertx, String, String, HttpClientOptions) - Static method in interface io.vertx.ext.auth.oauth2.providers.HerokuAuth
-
Create a OAuth2Auth provider for Heroku
- create(Vertx, String, String) - Static method in interface io.vertx.ext.auth.oauth2.providers.InstagramAuth
-
Create a OAuth2Auth provider for Instagram
- create(Vertx, String, String, HttpClientOptions) - Static method in interface io.vertx.ext.auth.oauth2.providers.InstagramAuth
-
Create a OAuth2Auth provider for Instagram
- create(Vertx, JsonObject) - Static method in interface io.vertx.ext.auth.oauth2.providers.KeycloakAuth
-
Create a OAuth2Auth provider for Keycloak
- create(Vertx, OAuth2FlowType, JsonObject) - Static method in interface io.vertx.ext.auth.oauth2.providers.KeycloakAuth
-
Create a OAuth2Auth provider for Keycloak
- create(Vertx, JsonObject, HttpClientOptions) - Static method in interface io.vertx.ext.auth.oauth2.providers.KeycloakAuth
-
Create a OAuth2Auth provider for Keycloak
- create(Vertx, OAuth2FlowType, JsonObject, HttpClientOptions) - Static method in interface io.vertx.ext.auth.oauth2.providers.KeycloakAuth
-
Create a OAuth2Auth provider for Keycloak
- create(Vertx, String, String) - Static method in interface io.vertx.ext.auth.oauth2.providers.LinkedInAuth
-
Create a OAuth2Auth provider for LinkedIn
- create(Vertx, String, String, HttpClientOptions) - Static method in interface io.vertx.ext.auth.oauth2.providers.LinkedInAuth
-
Create a OAuth2Auth provider for LinkedIn
- create(Vertx, String, String) - Static method in interface io.vertx.ext.auth.oauth2.providers.LiveAuth
-
Create a OAuth2Auth provider for live.com
- create(Vertx, String, String, HttpClientOptions) - Static method in interface io.vertx.ext.auth.oauth2.providers.LiveAuth
-
Create a OAuth2Auth provider for live.com
- create(Vertx, String, String) - Static method in interface io.vertx.ext.auth.oauth2.providers.MailchimpAuth
-
Create a OAuth2Auth provider for Mailchimp
- create(Vertx, String, String, HttpClientOptions) - Static method in interface io.vertx.ext.auth.oauth2.providers.MailchimpAuth
-
Create a OAuth2Auth provider for Mailchimp
- create(Vertx, String, String) - Static method in interface io.vertx.ext.auth.oauth2.providers.SalesforceAuth
-
Create a OAuth2Auth provider for Salesforce
- create(Vertx, String, String, HttpClientOptions) - Static method in interface io.vertx.ext.auth.oauth2.providers.SalesforceAuth
-
Create a OAuth2Auth provider for Salesforce
- create(Vertx, String, String, String) - Static method in interface io.vertx.ext.auth.oauth2.providers.ShopifyAuth
-
Create a OAuth2Auth provider for Shopify
- create(Vertx, String, String, String, HttpClientOptions) - Static method in interface io.vertx.ext.auth.oauth2.providers.ShopifyAuth
-
Create a OAuth2Auth provider for Shopify
- create(Vertx, String, String) - Static method in interface io.vertx.ext.auth.oauth2.providers.SoundcloudAuth
-
Create a OAuth2Auth provider for SoundCloud
- create(Vertx, String, String, HttpClientOptions) - Static method in interface io.vertx.ext.auth.oauth2.providers.SoundcloudAuth
-
Create a OAuth2Auth provider for SoundCloud
- create(Vertx, String, String) - Static method in interface io.vertx.ext.auth.oauth2.providers.StripeAuth
-
Create a OAuth2Auth provider for Stripe
- create(Vertx, String, String, HttpClientOptions) - Static method in interface io.vertx.ext.auth.oauth2.providers.StripeAuth
-
Create a OAuth2Auth provider for Stripe
- create(Vertx, String, String) - Static method in interface io.vertx.ext.auth.oauth2.providers.TwitterAuth
-
Create a OAuth2Auth provider for Twitter
- create(Vertx, String, String, HttpClientOptions) - Static method in interface io.vertx.ext.auth.oauth2.providers.TwitterAuth
-
Create a OAuth2Auth provider for Twitter
- create(OAuth2ClientOptions) - Static method in interface io.vertx.ext.auth.oauth2.rbac.KeycloakRBAC
-
Factory method to create a RBAC handler for tokens adhering to the Keycloak token format.
- create() - Static method in interface io.vertx.ext.auth.oauth2.rbac.MicroProfileRBAC
-
Factory method to create a RBAC handler for tokens adhering to the MP-JWT 1.1 spec.
- create(Vertx, ShiroAuthRealmType, JsonObject) - Static method in interface io.vertx.ext.auth.shiro.ShiroAuth
-
- create(Vertx, Realm) - Static method in interface io.vertx.ext.auth.shiro.ShiroAuth
-
Deprecated.
Create a Shiro auth provider
- create(Vertx, ShiroAuthOptions) - Static method in interface io.vertx.ext.auth.shiro.ShiroAuth
-
Deprecated.
Create a Shiro auth provider
- create(Vertx) - Static method in interface io.vertx.ext.consul.ConsulClient
-
Create a Consul client with default options.
- create(Vertx, ConsulClientOptions) - Static method in interface io.vertx.ext.consul.ConsulClient
-
Create a Consul client.
- create(Vertx) - Static method in interface io.vertx.ext.dropwizard.MetricsService
-
Creates a metric service for a given
Vertx instance.
- create(Vertx) - Static method in interface io.vertx.ext.eventbus.bridge.tcp.TcpEventBusBridge
-
- create(Vertx, BridgeOptions) - Static method in interface io.vertx.ext.eventbus.bridge.tcp.TcpEventBusBridge
-
- create(Vertx, BridgeOptions, NetServerOptions) - Static method in interface io.vertx.ext.eventbus.bridge.tcp.TcpEventBusBridge
-
- create(Vertx, BridgeOptions, NetServerOptions, Handler<BridgeEvent>) - Static method in interface io.vertx.ext.eventbus.bridge.tcp.TcpEventBusBridge
-
- create(Vertx, AuthProvider) - Static method in interface io.vertx.ext.healthchecks.HealthCheckHandler
-
- create(Vertx) - Static method in interface io.vertx.ext.healthchecks.HealthCheckHandler
-
- create(Vertx) - Static method in interface io.vertx.ext.healthchecks.HealthChecks
-
Creates a new instance of the default implementation of
HealthChecks.
- create(Vertx, JsonObject) - Static method in interface io.vertx.ext.jdbc.JDBCClient
-
Create a JDBC client which maintains its own data source.
- create(Vertx, DataSource) - Static method in interface io.vertx.ext.jdbc.JDBCClient
-
Create a client using a pre-existing data source
- create(Vertx, MailConfig) - Static method in interface io.vertx.ext.mail.MailClient
-
Create a non shared instance of the mail client.
- create(Vertx, JsonObject) - Static method in interface io.vertx.ext.mongo.MongoClient
-
Create a Mongo client which maintains its own data source.
- create(Vertx, Class<? extends AnnotatedCommand>) - Static method in interface io.vertx.ext.shell.command.Command
-
Create a command from a Java class, annotated with Vert.x Core CLI annotations.
- create(Vertx) - Static method in interface io.vertx.ext.shell.command.CommandRegistry
-
Create a new registry.
- create() - Static method in interface io.vertx.ext.shell.session.Session
-
Create a new empty session.
- create(Vertx, ShellServerOptions) - Static method in interface io.vertx.ext.shell.ShellServer
-
Create a new shell server with default options.
- create(Vertx) - Static method in interface io.vertx.ext.shell.ShellServer
-
Create a new shell server with specific options.
- create(Vertx) - Static method in interface io.vertx.ext.shell.ShellService
-
- create(Vertx, ShellServiceOptions) - Static method in interface io.vertx.ext.shell.ShellService
-
Create a new shell service.
- create() - Static method in interface io.vertx.ext.shell.term.Pty
-
Create a new pseudo terminal with no terminal type.
- create(String) - Static method in interface io.vertx.ext.shell.term.Pty
-
Create a new pseudo terminal.
- create(Vertx, String) - Static method in interface io.vertx.ext.shell.term.SockJSTermHandler
-
- create(Vertx, String) - Method in interface io.vertx.ext.stomp.DestinationFactory
-
Creates a destination for the given address.
- create(JsonObject) - Static method in class io.vertx.ext.stomp.Frame.Heartbeat
-
Creates an instance of
Frame.Heartbeat from the JSON configuration provides in the
client / server options.
- create(Vertx) - Static method in interface io.vertx.ext.stomp.StompClient
-
Creates a
StompClient using the default implementation.
- create(Vertx, StompClientOptions) - Static method in interface io.vertx.ext.stomp.StompClient
-
Creates a
StompClient using the default implementation.
- create(Vertx, StompServerOptions) - Static method in interface io.vertx.ext.stomp.StompServer
-
Creates a
StompServer based on the default Stomp Server implementation.
- create(Vertx, NetServer) - Static method in interface io.vertx.ext.stomp.StompServer
-
Creates a
StompServer based on the default Stomp Server implementation.
- create(Vertx, NetServer, StompServerOptions) - Static method in interface io.vertx.ext.stomp.StompServer
-
Creates a
StompServer based on the default Stomp Server implementation.
- create(Vertx) - Static method in interface io.vertx.ext.stomp.StompServer
-
Creates a
StompServer based on the default Stomp Server implementation, and use the default options.
- create(Vertx) - Static method in interface io.vertx.ext.stomp.StompServerHandler
-
- create() - Static method in class io.vertx.ext.stomp.utils.Headers
-
- create(String...) - Static method in class io.vertx.ext.stomp.utils.Headers
-
- create(Map<String, String>) - Static method in class io.vertx.ext.stomp.utils.Headers
-
- create(Vertx, ReportingOptions) - Static method in interface io.vertx.ext.unit.collect.EventBusCollector
-
Create a message handler reporting with the specified options.
- create(Vertx, Handler<TestSuiteReport>) - Static method in interface io.vertx.ext.unit.collect.EventBusCollector
-
- create(String, Handler<TestContext>) - Static method in interface io.vertx.ext.unit.TestCase
-
Create a test case.
- create(String) - Static method in interface io.vertx.ext.unit.TestSuite
-
Create and return a new test suite.
- create(Object) - Static method in interface io.vertx.ext.unit.TestSuite
-
Create and return a new test suite configured after the testSuiteObject argument.
- create(Vertx, String, Handler<AsyncResult<OpenAPI3RouterFactory>>) - Static method in interface io.vertx.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
-
Create a new OpenAPI3RouterFactory
- create(Vertx, String, List<JsonObject>, Handler<AsyncResult<OpenAPI3RouterFactory>>) - Static method in interface io.vertx.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
-
Create a new OpenAPI3RouterFactory
- create(String, Object) - Static method in interface io.vertx.ext.web.api.RequestParameter
-
- create(Object) - Static method in interface io.vertx.ext.web.api.RequestParameter
-
- create() - Static method in interface io.vertx.ext.web.api.validation.HTTPRequestValidationHandler
-
Factory method to create an HTTPRequestValidationHandler
- create(Function<ResponsePredicateResult, Throwable>) - Static method in interface io.vertx.ext.web.client.predicate.ErrorConverter
-
Creates a full
ErrorConverter, that will passed a predicate result with the response body.
- create(Function<HttpResponse<Void>, ResponsePredicateResult>) - Static method in interface io.vertx.ext.web.client.predicate.ResponsePredicate
-
- create(Function<HttpResponse<Void>, ResponsePredicateResult>, ErrorConverter) - Static method in interface io.vertx.ext.web.client.predicate.ResponsePredicate
-
- create(Vertx) - Static method in interface io.vertx.ext.web.client.WebClient
-
Create a web client using the provided vertx instance and default options.
- create(Vertx, WebClientOptions) - Static method in interface io.vertx.ext.web.client.WebClient
-
Create a web client using the provided vertx instance.
- create(WebClient) - Static method in interface io.vertx.ext.web.client.WebClientSession
-
Create a session aware web client using the provided webClient instance.
- create(WebClient, CookieStore) - Static method in interface io.vertx.ext.web.client.WebClientSession
-
Create a session aware web client using the provided webClient instance.
- create(Function<Buffer, T>) - Static method in interface io.vertx.ext.web.codec.BodyCodec
-
Create a codec that buffers the entire body and then apply the decode function and returns the result.
- create(Handler<AsyncResult<BodyStream<T>>>) - Method in interface io.vertx.ext.web.codec.BodyCodec
-
- create(AuthProvider) - Static method in interface io.vertx.ext.web.handler.BasicAuthHandler
-
Create a basic auth handler
- create(AuthProvider, String) - Static method in interface io.vertx.ext.web.handler.BasicAuthHandler
-
Create a basic auth handler, specifying realm
- create() - Static method in interface io.vertx.ext.web.handler.BodyHandler
-
Create a body handler with defaults
- create(boolean) - Static method in interface io.vertx.ext.web.handler.BodyHandler
-
Create a body handler setting if it should handle file uploads
- create(String) - Static method in interface io.vertx.ext.web.handler.BodyHandler
-
Create a body handler and use the given upload directory.
- create() - Static method in interface io.vertx.ext.web.handler.ChainAuthHandler
-
- create() - Static method in interface io.vertx.ext.web.handler.CookieHandler
-
Deprecated.
Create a cookie handler
- create(String) - Static method in interface io.vertx.ext.web.handler.CorsHandler
-
Create a CORS handler
- create(String) - Static method in interface io.vertx.ext.web.handler.CSRFHandler
-
Instantiate a new CSRFHandlerImpl with a secret
- create(HtdigestAuth) - Static method in interface io.vertx.ext.web.handler.DigestAuthHandler
-
Create a digest auth handler
- create(HtdigestAuth, long) - Static method in interface io.vertx.ext.web.handler.DigestAuthHandler
-
Create a digest auth handler, specifying the expire timeout for nonces.
- create() - Static method in interface io.vertx.ext.web.handler.ErrorHandler
-
Create an error handler using defaults
- create(String, boolean) - Static method in interface io.vertx.ext.web.handler.ErrorHandler
-
Create an error handler
- create(boolean) - Static method in interface io.vertx.ext.web.handler.ErrorHandler
-
Create an error handler
- create(String) - Static method in interface io.vertx.ext.web.handler.ErrorHandler
-
Create an error handler
- create() - Static method in interface io.vertx.ext.web.handler.FaviconHandler
-
Create a handler with defaults
- create(String) - Static method in interface io.vertx.ext.web.handler.FaviconHandler
-
Create a handler attempting to load favicon file from the specified path
- create(String, long) - Static method in interface io.vertx.ext.web.handler.FaviconHandler
-
Create a handler attempting to load favicon file from the specified path, and with the specified max cache time
- create(long) - Static method in interface io.vertx.ext.web.handler.FaviconHandler
-
Create a handler with the specified max cache time
- create(AuthProvider) - Static method in interface io.vertx.ext.web.handler.FormLoginHandler
-
Create a handler
- create(AuthProvider, String, String, String, String) - Static method in interface io.vertx.ext.web.handler.FormLoginHandler
-
Create a handler
- create(GraphQL) - Static method in interface io.vertx.ext.web.handler.graphql.ApolloWSHandler
-
Create a new
ApolloWSHandler that will use the provided
graphQL object to execute requests.
- create(GraphQL, ApolloWSOptions) - Static method in interface io.vertx.ext.web.handler.graphql.ApolloWSHandler
-
Create a new
ApolloWSHandler that will use the provided
graphQL object to execute requests.
- create() - Static method in interface io.vertx.ext.web.handler.graphql.GraphiQLHandler
-
- create(GraphiQLHandlerOptions) - Static method in interface io.vertx.ext.web.handler.graphql.GraphiQLHandler
-
- create(GraphQL) - Static method in interface io.vertx.ext.web.handler.graphql.GraphQLHandler
-
Create a new
GraphQLHandler that will use the provided
graphQL object to execute queries.
- create(GraphQL, GraphQLHandlerOptions) - Static method in interface io.vertx.ext.web.handler.graphql.GraphQLHandler
-
Create a new
GraphQLHandler that will use the provided
graphQL object to execute queries.
- create(JWTAuth) - Static method in interface io.vertx.ext.web.handler.JWTAuthHandler
-
Create a JWT auth handler
- create(JWTAuth, String) - Static method in interface io.vertx.ext.web.handler.JWTAuthHandler
-
Create a JWT auth handler
- create() - Static method in interface io.vertx.ext.web.handler.LoggerHandler
-
Create a handler with default format
- create(LoggerFormat) - Static method in interface io.vertx.ext.web.handler.LoggerHandler
-
Create a handler with he specified format
- create(boolean, LoggerFormat) - Static method in interface io.vertx.ext.web.handler.LoggerHandler
-
Create a handler with he specified format
- create(String) - Static method in interface io.vertx.ext.web.handler.MultiTenantHandler
-
Create a MultiTenant handler that will extract the tenant id from a given header name.
- create(Function<RoutingContext, String>) - Static method in interface io.vertx.ext.web.handler.MultiTenantHandler
-
Create a MultiTenant handler using a custom tenant extraction function.
- create(Function<RoutingContext, String>, String) - Static method in interface io.vertx.ext.web.handler.MultiTenantHandler
-
Create a MultiTenant handler using a custom tenant extraction function.
- create(OAuth2Auth, String) - Static method in interface io.vertx.ext.web.handler.OAuth2AuthHandler
-
Create a OAuth2 auth handler with host pinning
- create(OAuth2Auth) - Static method in interface io.vertx.ext.web.handler.OAuth2AuthHandler
-
Create a OAuth2 auth handler without host pinning.
- create(AuthProvider) - Static method in interface io.vertx.ext.web.handler.RedirectAuthHandler
-
Create a handler
- create(AuthProvider, String) - Static method in interface io.vertx.ext.web.handler.RedirectAuthHandler
-
Create a handler
- create(AuthProvider, String, String) - Static method in interface io.vertx.ext.web.handler.RedirectAuthHandler
-
Create a handler
- create() - Static method in interface io.vertx.ext.web.handler.ResponseContentTypeHandler
-
Create a response content type handler.
- create(String) - Static method in interface io.vertx.ext.web.handler.ResponseContentTypeHandler
-
Create a response content type handler with a custom disable flag.
- create() - Static method in interface io.vertx.ext.web.handler.ResponseTimeHandler
-
Create a handler
- create(SessionStore) - Static method in interface io.vertx.ext.web.handler.SessionHandler
-
Create a session handler
- create(Vertx) - Static method in interface io.vertx.ext.web.handler.sockjs.SockJSHandler
-
Create a SockJS handler
- create(Vertx, SockJSHandlerOptions) - Static method in interface io.vertx.ext.web.handler.sockjs.SockJSHandler
-
Create a SockJS handler
- create() - Static method in interface io.vertx.ext.web.handler.StaticHandler
-
Create a handler using defaults
- create(String) - Static method in interface io.vertx.ext.web.handler.StaticHandler
-
Create a handler, specifying web-root
- create(String, ClassLoader) - Static method in interface io.vertx.ext.web.handler.StaticHandler
-
- create(TemplateEngine) - Static method in interface io.vertx.ext.web.handler.TemplateHandler
-
Create a handler
- create(TemplateEngine, String, String) - Static method in interface io.vertx.ext.web.handler.TemplateHandler
-
Create a handler
- create() - Static method in interface io.vertx.ext.web.handler.TimeoutHandler
-
Create a handler
- create(long) - Static method in interface io.vertx.ext.web.handler.TimeoutHandler
-
Create a handler
- create(long, int) - Static method in interface io.vertx.ext.web.handler.TimeoutHandler
-
Create a handler
- create(AuthProvider) - Static method in interface io.vertx.ext.web.handler.UserSessionHandler
-
Deprecated.
Create a new handler
- create(String, Handler<RoutingContext>) - Static method in interface io.vertx.ext.web.handler.VirtualHostHandler
-
Create a handler
- create() - Static method in interface io.vertx.ext.web.Locale
-
Deprecated.
- create(String) - Static method in interface io.vertx.ext.web.Locale
-
Deprecated.
- create(String, String) - Static method in interface io.vertx.ext.web.Locale
-
Deprecated.
- create(String, String, String) - Static method in interface io.vertx.ext.web.Locale
-
Deprecated.
- create() - Static method in interface io.vertx.ext.web.multipart.MultipartForm
-
- create(Vertx, String) - Static method in interface io.vertx.ext.web.sstore.ClusteredSessionStore
-
Create a session store
- create(Vertx, String, long) - Static method in interface io.vertx.ext.web.sstore.ClusteredSessionStore
-
Create a session store.
The retry timeout value, configures how long the session handler will retry to get a session from the store
when it is not found.
- create(Vertx) - Static method in interface io.vertx.ext.web.sstore.ClusteredSessionStore
-
Create a session store
- create(Vertx, long) - Static method in interface io.vertx.ext.web.sstore.ClusteredSessionStore
-
Create a session store.
The retry timeout value, configures how long the session handler will retry to get a session from the store
when it is not found.
- create(Vertx) - Static method in interface io.vertx.ext.web.sstore.LocalSessionStore
-
Create a session store
- create(Vertx, String) - Static method in interface io.vertx.ext.web.sstore.LocalSessionStore
-
Create a session store
- create(Vertx, String, long) - Static method in interface io.vertx.ext.web.sstore.LocalSessionStore
-
Create a session store
- create(Vertx) - Static method in interface io.vertx.ext.web.sstore.SessionStore
-
Create a Session store given a backend and configuration JSON.
- create(Vertx, JsonObject) - Static method in interface io.vertx.ext.web.sstore.SessionStore
-
Create a Session store given a backend and configuration JSON.
- create(Vertx) - Static method in interface io.vertx.ext.web.templ.freemarker.FreeMarkerTemplateEngine
-
Create a template engine using defaults
- create(Vertx) - Static method in interface io.vertx.ext.web.templ.FreeMarkerTemplateEngine
-
Deprecated.
Create a template engine using defaults
- create(Vertx) - Static method in interface io.vertx.ext.web.templ.handlebars.HandlebarsTemplateEngine
-
Create a template engine using defaults
- create(Vertx) - Static method in interface io.vertx.ext.web.templ.HandlebarsTemplateEngine
-
Deprecated.
Create a template engine using defaults
- create(Vertx) - Static method in interface io.vertx.ext.web.templ.jade.JadeTemplateEngine
-
Create a template engine using defaults
- create(Vertx) - Static method in interface io.vertx.ext.web.templ.JadeTemplateEngine
-
Deprecated.
Create a template engine using defaults
- create(Vertx) - Static method in interface io.vertx.ext.web.templ.mvel.MVELTemplateEngine
-
Create a template engine using defaults
- create(Vertx) - Static method in interface io.vertx.ext.web.templ.MVELTemplateEngine
-
Deprecated.
Create a template engine using defaults
- create(Vertx) - Static method in interface io.vertx.ext.web.templ.pebble.PebbleTemplateEngine
-
Create a template engine using defaults
- create(PebbleEngine) - Static method in interface io.vertx.ext.web.templ.pebble.PebbleTemplateEngine
-
Create a template engine using a custom Builder, e.g.
- create(Vertx) - Static method in interface io.vertx.ext.web.templ.PebbleTemplateEngine
-
Deprecated.
Create a template engine using defaults
- create() - Static method in interface io.vertx.ext.web.templ.rocker.RockerTemplateEngine
-
- create() - Static method in interface io.vertx.ext.web.templ.RockerTemplateEngine
-
Deprecated.
Create a template engine using defaults
- create(Vertx) - Static method in interface io.vertx.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
-
Create a template engine using defaults
- create(Vertx) - Static method in interface io.vertx.ext.web.templ.ThymeleafTemplateEngine
-
Deprecated.
Create a template engine using defaults
- create(GrpcReadStream<I>, StreamObserver<O>) - Static method in interface io.vertx.grpc.GrpcBidiExchange
-
- create(StreamObserver<I>, StreamObserver<O>) - Static method in interface io.vertx.grpc.GrpcBidiExchange
-
- create(StreamObserver<T>) - Static method in interface io.vertx.grpc.GrpcReadStream
-
- create() - Static method in interface io.vertx.grpc.GrpcReadStream
-
- create(GrpcReadStream<I>, StreamObserver<O>) - Static method in interface io.vertx.grpc.GrpcUniExchange
-
- create(StreamObserver<T>) - Static method in interface io.vertx.grpc.GrpcWriteStream
-
- create(Vertx, AdminClient) - Static method in interface io.vertx.kafka.admin.KafkaAdminClient
-
Create a new KafkaAdminClient instance
- create(Vertx, Map<String, String>) - Static method in interface io.vertx.kafka.admin.KafkaAdminClient
-
Create a new KafkaAdminClient instance
- create(Vertx, Properties) - Static method in interface io.vertx.kafka.admin.KafkaAdminClient
-
Create a new KafkaAdminClient instance
- create(Vertx, Consumer<K, V>) - Static method in interface io.vertx.kafka.client.consumer.KafkaConsumer
-
Create a new KafkaConsumer instance from a native Consumer.
- create(Vertx, Map<String, String>) - Static method in interface io.vertx.kafka.client.consumer.KafkaConsumer
-
Create a new KafkaConsumer instance
- create(Vertx, Map<String, String>, Class<K>, Class<V>) - Static method in interface io.vertx.kafka.client.consumer.KafkaConsumer
-
Create a new KafkaConsumer instance
- create(Vertx, Map<String, String>, Deserializer<K>, Deserializer<V>) - Static method in interface io.vertx.kafka.client.consumer.KafkaConsumer
-
Create a new KafkaConsumer instance
- create(Vertx, Properties) - Static method in interface io.vertx.kafka.client.consumer.KafkaConsumer
-
Create a new KafkaConsumer instance
- create(Vertx, Properties, Class<K>, Class<V>) - Static method in interface io.vertx.kafka.client.consumer.KafkaConsumer
-
Create a new KafkaConsumer instance
- create(Vertx, Properties, Deserializer<K>, Deserializer<V>) - Static method in interface io.vertx.kafka.client.consumer.KafkaConsumer
-
Create a new KafkaConsumer instance
- create(Vertx, Properties) - Static method in interface io.vertx.kafka.client.consumer.KafkaReadStream
-
Create a new KafkaReadStream instance
- create(Vertx, Properties, Class<K>, Class<V>) - Static method in interface io.vertx.kafka.client.consumer.KafkaReadStream
-
Create a new KafkaReadStream instance
- create(Vertx, Properties, Deserializer<K>, Deserializer<V>) - Static method in interface io.vertx.kafka.client.consumer.KafkaReadStream
-
Create a new KafkaReadStream instance
- create(Vertx, Map<String, Object>) - Static method in interface io.vertx.kafka.client.consumer.KafkaReadStream
-
Create a new KafkaReadStream instance
- create(Vertx, Map<String, Object>, Class<K>, Class<V>) - Static method in interface io.vertx.kafka.client.consumer.KafkaReadStream
-
Create a new KafkaReadStream instance
- create(Vertx, Map<String, Object>, Deserializer<K>, Deserializer<V>) - Static method in interface io.vertx.kafka.client.consumer.KafkaReadStream
-
Create a new KafkaReadStream instance
- create(Vertx, Consumer<K, V>) - Static method in interface io.vertx.kafka.client.consumer.KafkaReadStream
-
Create a new KafkaReadStream instance
- create(Vertx, Producer<K, V>) - Static method in interface io.vertx.kafka.client.producer.KafkaProducer
-
Create a new KafkaProducer instance from a native Producer.
- create(Vertx, Map<String, String>) - Static method in interface io.vertx.kafka.client.producer.KafkaProducer
-
Create a new KafkaProducer instance
- create(Vertx, Map<String, String>, Serializer<K>, Serializer<V>) - Static method in interface io.vertx.kafka.client.producer.KafkaProducer
-
Create a new KafkaProducer instance
- create(Vertx, Map<String, String>, Class<K>, Class<V>) - Static method in interface io.vertx.kafka.client.producer.KafkaProducer
-
Create a new KafkaProducer instance
- create(Vertx, Properties) - Static method in interface io.vertx.kafka.client.producer.KafkaProducer
-
Create a new KafkaProducer instance
- create(Vertx, Properties, Serializer<K>, Serializer<V>) - Static method in interface io.vertx.kafka.client.producer.KafkaProducer
-
Create a new KafkaProducer instance
- create(Vertx, Properties, Class<K>, Class<V>) - Static method in interface io.vertx.kafka.client.producer.KafkaProducer
-
Create a new KafkaProducer instance
- create(String, K, V, Long, Integer) - Static method in interface io.vertx.kafka.client.producer.KafkaProducerRecord
-
Create a concrete instance of a Vert.x producer record
- create(String, K, V, Integer) - Static method in interface io.vertx.kafka.client.producer.KafkaProducerRecord
-
Create a concrete instance of a Vert.x producer record
- create(String, K, V) - Static method in interface io.vertx.kafka.client.producer.KafkaProducerRecord
-
Create a concrete instance of a Vert.x producer record
- create(String, V) - Static method in interface io.vertx.kafka.client.producer.KafkaProducerRecord
-
Create a concrete instance of a Vert.x producer record
- create(Vertx, Properties) - Static method in interface io.vertx.kafka.client.producer.KafkaWriteStream
-
Create a new KafkaWriteStream instance
- create(Vertx, Properties, Class<K>, Class<V>) - Static method in interface io.vertx.kafka.client.producer.KafkaWriteStream
-
Create a new KafkaWriteStream instance
- create(Vertx, Properties, Serializer<K>, Serializer<V>) - Static method in interface io.vertx.kafka.client.producer.KafkaWriteStream
-
Create a new KafkaWriteStream instance
- create(Vertx, Map<String, Object>) - Static method in interface io.vertx.kafka.client.producer.KafkaWriteStream
-
Create a new KafkaWriteStream instance
- create(Vertx, Map<String, Object>, Class<K>, Class<V>) - Static method in interface io.vertx.kafka.client.producer.KafkaWriteStream
-
Create a new KafkaWriteStream instance
- create(Vertx, Map<String, Object>, Serializer<K>, Serializer<V>) - Static method in interface io.vertx.kafka.client.producer.KafkaWriteStream
-
Create a new KafkaWriteStream instance
- create(Vertx, Producer<K, V>) - Static method in interface io.vertx.kafka.client.producer.KafkaWriteStream
-
Create a new KafkaWriteStream instance
- create() - Static method in interface io.vertx.maven.Resolver
-
Creates a
Resolver using the default implementation and default options.
- create(ResolverOptions) - Static method in interface io.vertx.maven.Resolver
-
Creates a
Resolver using the default implementation and the given options.
- create(Measured) - Static method in interface io.vertx.micrometer.MetricsService
-
Creates a metric service for a given
Measured object.
- create() - Static method in interface io.vertx.micrometer.PrometheusScrapingHandler
-
Creates a Vert.x Web
Route handler for Prometheus metrics scraping.
- create(String) - Static method in interface io.vertx.micrometer.PrometheusScrapingHandler
-
Creates a Vert.x Web
Route handler for Prometheus metrics scraping.
- create(MqttConnectReturnCode, boolean) - Static method in interface io.vertx.mqtt.messages.MqttConnAckMessage
-
Create a concrete instance of a Vert.x connack message
- create(int, MqttQoS, boolean, boolean, String, ByteBuf) - Static method in interface io.vertx.mqtt.messages.MqttPublishMessage
-
Create a concrete instance of a Vert.x publish message
- create(int, List<Integer>) - Static method in interface io.vertx.mqtt.messages.MqttSubAckMessage
-
Create a concrete instance of a Vert.x suback message
- create(int, List<MqttTopicSubscription>) - Static method in interface io.vertx.mqtt.messages.MqttSubscribeMessage
-
Create a concrete instance of a Vert.x subscribe message
- create(int, List<String>) - Static method in interface io.vertx.mqtt.messages.MqttUnsubscribeMessage
-
Create a concrete instance of a Vert.x unsubscribe message
- create(Vertx, MqttClientOptions) - Static method in interface io.vertx.mqtt.MqttClient
-
Return an MQTT client instance
- create(Vertx) - Static method in interface io.vertx.mqtt.MqttClient
-
Return an MQTT client instance using the default options
- create(Vertx, MqttServerOptions) - Static method in interface io.vertx.mqtt.MqttServer
-
Return an MQTT server instance
- create(Vertx) - Static method in interface io.vertx.mqtt.MqttServer
-
Return an MQTT server instance using default options
- create(Vertx) - Static method in interface io.vertx.rabbitmq.RabbitMQClient
-
Create and return a client configured with the default options.
- create(Vertx, RabbitMQOptions) - Static method in interface io.vertx.rabbitmq.RabbitMQClient
-
Create and return a client.
- create(Vertx, JsonObject) - Static method in interface io.vertx.rabbitmq.RabbitMQClient
-
- create(AmqpClientOptions) - Static method in class io.vertx.reactivex.amqp.AmqpClient
-
Creates a new instance of
AmqpClient using an internal Vert.x instance (with default configuration) and
the given AMQP client configuration.
- create(Vertx, AmqpClientOptions) - Static method in class io.vertx.reactivex.amqp.AmqpClient
-
Creates a new instance of
AmqpClient with the given Vert.x instance and the given options.
- create() - Static method in class io.vertx.reactivex.amqp.AmqpMessage
-
- create(AmqpMessage) - Static method in class io.vertx.reactivex.amqp.AmqpMessage
-
Creates a builder to create a new
AmqpMessage copying the metadata from the passed message.
- create() - Static method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
-
- create(Vertx) - Static method in class io.vertx.reactivex.amqpbridge.AmqpBridge
-
Creates a Bridge.
- create(Vertx, AmqpBridgeOptions) - Static method in class io.vertx.reactivex.amqpbridge.AmqpBridge
-
Creates a Bridge with the given options.
- create(Vertx) - Static method in class io.vertx.reactivex.cassandra.CassandraClient
-
- create(Vertx, CassandraClientOptions) - Static method in class io.vertx.reactivex.cassandra.CassandraClient
-
Create a Cassandra client which maintains its own driver session.
- create(CassandraClient) - Static method in class io.vertx.reactivex.cassandra.MappingManager
-
- create(String, Vertx, CircuitBreakerOptions) - Static method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
-
- create(String, Vertx) - Static method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
-
- create(Vertx) - Static method in class io.vertx.reactivex.circuitbreaker.HystrixMetricHandler
-
Creates the handler, using the default notification address.
- create(Vertx, String) - Static method in class io.vertx.reactivex.circuitbreaker.HystrixMetricHandler
-
Creates the handler.
- create(Vertx, ConfigRetrieverOptions) - Static method in class io.vertx.reactivex.config.ConfigRetriever
-
- create(Vertx) - Static method in class io.vertx.reactivex.config.ConfigRetriever
-
Creates an instance of the default implementation of the
ConfigRetriever, using the default
settings (json file, system properties and environment variables).
- create(String) - Static method in class io.vertx.reactivex.core.cli.CLI
-
Creates an instance of
CLI using the default implementation.
- create(CLI) - Static method in class io.vertx.reactivex.core.cli.CommandLine
-
Creates a command line object from the
CLI.
- create() - Static method in class io.vertx.reactivex.core.json.pointer.JsonPointer
-
Build an empty JsonPointer
- create() - Static method in class io.vertx.reactivex.core.net.SelfSignedCertificate
-
Create a new SelfSignedCertificate instance.
- create(String) - Static method in class io.vertx.reactivex.core.net.SelfSignedCertificate
-
Create a new SelfSignedCertificate instance with a fully-qualified domain name,
- create() - Static method in class io.vertx.reactivex.ext.auth.ChainAuth
-
Create a Chainable Auth Provider auth provider
- create(Vertx) - Static method in class io.vertx.reactivex.ext.auth.htdigest.HtdigestAuth
-
Creates an instance of HtdigestAuth.
- create(Vertx, String) - Static method in class io.vertx.reactivex.ext.auth.htdigest.HtdigestAuth
-
Creates an instance of HtdigestAuth by using the given htfile file.
- create(Vertx) - Static method in class io.vertx.reactivex.ext.auth.htpasswd.HtpasswdAuth
-
- create(Vertx, HtpasswdAuthOptions) - Static method in class io.vertx.reactivex.ext.auth.htpasswd.HtpasswdAuth
-
- create(Vertx, JDBCClient) - Static method in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuth
-
Create a JDBC auth provider implementation
- create(Vertx, JWTAuthOptions) - Static method in class io.vertx.reactivex.ext.auth.jwt.JWTAuth
-
Create a JWT auth provider
- create(MongoClient, JsonObject) - Static method in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
-
Creates an instance of MongoAuth by using the given and configuration object.
- create(Vertx, OAuth2FlowType, OAuth2ClientOptions) - Static method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
-
Deprecated.
- create(Vertx, OAuth2FlowType) - Static method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
-
Deprecated.
- create(Vertx) - Static method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
-
Create a OAuth2 auth provider
- create(Vertx, OAuth2ClientOptions) - Static method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
-
Create a OAuth2 auth provider
- create(Vertx, String, String, String) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.AzureADAuth
-
Create a OAuth2Auth provider for Microsoft Azure Active Directory
- create(Vertx, String, String, String, HttpClientOptions) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.AzureADAuth
-
Create a OAuth2Auth provider for Microsoft Azure Active Directory
- create(Vertx, String, String) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.BoxAuth
-
Create a OAuth2Auth provider for App.net
- create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.BoxAuth
-
Create a OAuth2Auth provider for App.net
- create(Vertx, String, String, String) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.CloudFoundryAuth
-
Create a OAuth2Auth provider for CloudFoundry UAA
- create(Vertx, String, String, String, HttpClientOptions) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.CloudFoundryAuth
-
Create a OAuth2Auth provider for CloudFoundry UAA
- create(Vertx, String, String) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.DropboxAuth
-
Create a OAuth2Auth provider for Dropbox
- create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.DropboxAuth
-
Create a OAuth2Auth provider for Dropbox
- create(Vertx, String, String) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.FacebookAuth
-
Create a OAuth2Auth provider for Facebook
- create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.FacebookAuth
-
Create a OAuth2Auth provider for Facebook
- create(Vertx, String, String) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.FoursquareAuth
-
Create a OAuth2Auth provider for Foursquare
- create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.FoursquareAuth
-
Create a OAuth2Auth provider for Foursquare
- create(Vertx, String, String) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.GithubAuth
-
Create a OAuth2Auth provider for Github
- create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.GithubAuth
-
Create a OAuth2Auth provider for Github
- create(Vertx, String, String) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.GoogleAuth
-
Create a OAuth2Auth provider for Google
- create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.GoogleAuth
-
Create a OAuth2Auth provider for Google
- create(Vertx, JsonObject) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.GoogleAuth
-
Create a OAuth2Auth provider for Google Service Account (Server to Server)
- create(Vertx, JsonObject, HttpClientOptions) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.GoogleAuth
-
Create a OAuth2Auth provider for Google Service Account (Server to Server)
- create(Vertx, String, String) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.HerokuAuth
-
Create a OAuth2Auth provider for Heroku
- create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.HerokuAuth
-
Create a OAuth2Auth provider for Heroku
- create(Vertx, String, String) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.InstagramAuth
-
Create a OAuth2Auth provider for Instagram
- create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.InstagramAuth
-
Create a OAuth2Auth provider for Instagram
- create(Vertx, JsonObject) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.KeycloakAuth
-
Create a OAuth2Auth provider for Keycloak
- create(Vertx, OAuth2FlowType, JsonObject) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.KeycloakAuth
-
Create a OAuth2Auth provider for Keycloak
- create(Vertx, JsonObject, HttpClientOptions) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.KeycloakAuth
-
Create a OAuth2Auth provider for Keycloak
- create(Vertx, OAuth2FlowType, JsonObject, HttpClientOptions) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.KeycloakAuth
-
Create a OAuth2Auth provider for Keycloak
- create(Vertx, String, String) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.LinkedInAuth
-
Create a OAuth2Auth provider for LinkedIn
- create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.LinkedInAuth
-
Create a OAuth2Auth provider for LinkedIn
- create(Vertx, String, String) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.LiveAuth
-
Create a OAuth2Auth provider for live.com
- create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.LiveAuth
-
Create a OAuth2Auth provider for live.com
- create(Vertx, String, String) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.MailchimpAuth
-
Create a OAuth2Auth provider for Mailchimp
- create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.MailchimpAuth
-
Create a OAuth2Auth provider for Mailchimp
- create(Vertx, String, String) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.SalesforceAuth
-
Create a OAuth2Auth provider for Salesforce
- create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.SalesforceAuth
-
Create a OAuth2Auth provider for Salesforce
- create(Vertx, String, String, String) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.ShopifyAuth
-
Create a OAuth2Auth provider for Shopify
- create(Vertx, String, String, String, HttpClientOptions) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.ShopifyAuth
-
Create a OAuth2Auth provider for Shopify
- create(Vertx, String, String) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.SoundcloudAuth
-
Create a OAuth2Auth provider for SoundCloud
- create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.SoundcloudAuth
-
Create a OAuth2Auth provider for SoundCloud
- create(Vertx, String, String) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.StripeAuth
-
Create a OAuth2Auth provider for Stripe
- create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.StripeAuth
-
Create a OAuth2Auth provider for Stripe
- create(Vertx, String, String) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.TwitterAuth
-
Create a OAuth2Auth provider for Twitter
- create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.TwitterAuth
-
Create a OAuth2Auth provider for Twitter
- create(OAuth2ClientOptions) - Static method in class io.vertx.reactivex.ext.auth.oauth2.rbac.KeycloakRBAC
-
Factory method to create a RBAC handler for tokens adhering to the Keycloak token format.
- create() - Static method in class io.vertx.reactivex.ext.auth.oauth2.rbac.MicroProfileRBAC
-
Factory method to create a RBAC handler for tokens adhering to the MP-JWT 1.1 spec.
- create(Vertx, ShiroAuthRealmType, JsonObject) - Static method in class io.vertx.reactivex.ext.auth.shiro.ShiroAuth
-
Deprecated.
- create(Vertx, ShiroAuthOptions) - Static method in class io.vertx.reactivex.ext.auth.shiro.ShiroAuth
-
Create a Shiro auth provider
- create(Vertx) - Static method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Create a Consul client with default options.
- create(Vertx, ConsulClientOptions) - Static method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Create a Consul client.
- create(Vertx) - Static method in class io.vertx.reactivex.ext.dropwizard.MetricsService
-
Creates a metric service for a given
Vertx instance.
- create(Vertx) - Static method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.TcpEventBusBridge
-
- create(Vertx, BridgeOptions) - Static method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.TcpEventBusBridge
-
- create(Vertx, BridgeOptions, NetServerOptions) - Static method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.TcpEventBusBridge
-
- create(Vertx, BridgeOptions, NetServerOptions, Handler<BridgeEvent>) - Static method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.TcpEventBusBridge
-
- create(Vertx, AuthProvider) - Static method in class io.vertx.reactivex.ext.healthchecks.HealthCheckHandler
-
- create(Vertx) - Static method in class io.vertx.reactivex.ext.healthchecks.HealthCheckHandler
-
- create(Vertx) - Static method in class io.vertx.reactivex.ext.healthchecks.HealthChecks
-
Creates a new instance of the default implementation of
HealthChecks.
- create(Vertx, JsonObject) - Static method in class io.vertx.reactivex.ext.jdbc.JDBCClient
-
Create a JDBC client which maintains its own data source.
- create(Vertx, MailConfig) - Static method in class io.vertx.reactivex.ext.mail.MailClient
-
Create a non shared instance of the mail client.
- create(Vertx, JsonObject) - Static method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Create a Mongo client which maintains its own data source.
- create(Vertx) - Static method in class io.vertx.reactivex.ext.shell.command.CommandRegistry
-
Create a new registry.
- create() - Static method in class io.vertx.reactivex.ext.shell.session.Session
-
Create a new empty session.
- create(Vertx, ShellServerOptions) - Static method in class io.vertx.reactivex.ext.shell.ShellServer
-
Create a new shell server with default options.
- create(Vertx) - Static method in class io.vertx.reactivex.ext.shell.ShellServer
-
Create a new shell server with specific options.
- create(Vertx) - Static method in class io.vertx.reactivex.ext.shell.ShellService
-
- create(Vertx, ShellServiceOptions) - Static method in class io.vertx.reactivex.ext.shell.ShellService
-
Create a new shell service.
- create() - Static method in class io.vertx.reactivex.ext.shell.term.Pty
-
Create a new pseudo terminal with no terminal type.
- create(String) - Static method in class io.vertx.reactivex.ext.shell.term.Pty
-
Create a new pseudo terminal.
- create(Vertx, String) - Static method in class io.vertx.reactivex.ext.shell.term.SockJSTermHandler
-
- create(Vertx, String) - Method in class io.vertx.reactivex.ext.stomp.DestinationFactory
-
Creates a destination for the given address.
- create(Vertx) - Static method in class io.vertx.reactivex.ext.stomp.StompClient
-
Creates a
StompClient using the default implementation.
- create(Vertx, StompClientOptions) - Static method in class io.vertx.reactivex.ext.stomp.StompClient
-
Creates a
StompClient using the default implementation.
- create(Vertx, StompServerOptions) - Static method in class io.vertx.reactivex.ext.stomp.StompServer
-
Creates a
StompServer based on the default Stomp Server implementation.
- create(Vertx, NetServer) - Static method in class io.vertx.reactivex.ext.stomp.StompServer
-
Creates a
StompServer based on the default Stomp Server implementation.
- create(Vertx, NetServer, StompServerOptions) - Static method in class io.vertx.reactivex.ext.stomp.StompServer
-
Creates a
StompServer based on the default Stomp Server implementation.
- create(Vertx) - Static method in class io.vertx.reactivex.ext.stomp.StompServer
-
Creates a
StompServer based on the default Stomp Server implementation, and use the default options.
- create(Vertx) - Static method in class io.vertx.reactivex.ext.stomp.StompServerHandler
-
- create(Vertx, ReportingOptions) - Static method in class io.vertx.reactivex.ext.unit.collect.EventBusCollector
-
Create a message handler reporting with the specified options.
- create(Vertx, Handler<TestSuiteReport>) - Static method in class io.vertx.reactivex.ext.unit.collect.EventBusCollector
-
- create(String, Handler<TestContext>) - Static method in class io.vertx.reactivex.ext.unit.TestCase
-
Create a test case.
- create(String) - Static method in class io.vertx.reactivex.ext.unit.TestSuite
-
Create and return a new test suite.
- create(Vertx, String, Handler<AsyncResult<OpenAPI3RouterFactory>>) - Static method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
-
Create a new OpenAPI3RouterFactory
- create(Vertx, String, List<JsonObject>, Handler<AsyncResult<OpenAPI3RouterFactory>>) - Static method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
-
Create a new OpenAPI3RouterFactory
- create(String, Object) - Static method in class io.vertx.reactivex.ext.web.api.RequestParameter
-
- create(Object) - Static method in class io.vertx.reactivex.ext.web.api.RequestParameter
-
- create() - Static method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
-
Factory method to create an HTTPRequestValidationHandler
- create(Function<ResponsePredicateResult, Throwable>) - Static method in class io.vertx.reactivex.ext.web.client.predicate.ErrorConverter
-
Creates a full
ErrorConverter, that will passed a predicate result with the response body.
- create(Function<HttpResponse<Void>, ResponsePredicateResult>) - Static method in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
-
- create(Function<HttpResponse<Void>, ResponsePredicateResult>, ErrorConverter) - Static method in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
-
- create(Vertx) - Static method in class io.vertx.reactivex.ext.web.client.WebClient
-
Create a web client using the provided vertx instance and default options.
- create(Vertx, WebClientOptions) - Static method in class io.vertx.reactivex.ext.web.client.WebClient
-
Create a web client using the provided vertx instance.
- create(WebClient) - Static method in class io.vertx.reactivex.ext.web.client.WebClientSession
-
Create a session aware web client using the provided webClient instance.
- create(Function<Buffer, T>) - Static method in class io.vertx.reactivex.ext.web.codec.BodyCodec
-
Create a codec that buffers the entire body and then apply the decode function and returns the result.
- create(AuthProvider) - Static method in class io.vertx.reactivex.ext.web.handler.BasicAuthHandler
-
Create a basic auth handler
- create(AuthProvider, String) - Static method in class io.vertx.reactivex.ext.web.handler.BasicAuthHandler
-
Create a basic auth handler, specifying realm
- create() - Static method in class io.vertx.reactivex.ext.web.handler.BodyHandler
-
Create a body handler with defaults
- create(boolean) - Static method in class io.vertx.reactivex.ext.web.handler.BodyHandler
-
Create a body handler setting if it should handle file uploads
- create(String) - Static method in class io.vertx.reactivex.ext.web.handler.BodyHandler
-
Create a body handler and use the given upload directory.
- create() - Static method in class io.vertx.reactivex.ext.web.handler.ChainAuthHandler
-
- create() - Static method in class io.vertx.reactivex.ext.web.handler.CookieHandler
-
Deprecated.
- create(String) - Static method in class io.vertx.reactivex.ext.web.handler.CorsHandler
-
Create a CORS handler
- create(String) - Static method in class io.vertx.reactivex.ext.web.handler.CSRFHandler
-
Instantiate a new CSRFHandlerImpl with a secret
- create(HtdigestAuth) - Static method in class io.vertx.reactivex.ext.web.handler.DigestAuthHandler
-
Create a digest auth handler
- create(HtdigestAuth, long) - Static method in class io.vertx.reactivex.ext.web.handler.DigestAuthHandler
-
Create a digest auth handler, specifying the expire timeout for nonces.
- create() - Static method in class io.vertx.reactivex.ext.web.handler.ErrorHandler
-
Create an error handler using defaults
- create(String, boolean) - Static method in class io.vertx.reactivex.ext.web.handler.ErrorHandler
-
Create an error handler
- create(boolean) - Static method in class io.vertx.reactivex.ext.web.handler.ErrorHandler
-
Create an error handler
- create(String) - Static method in class io.vertx.reactivex.ext.web.handler.ErrorHandler
-
Create an error handler
- create() - Static method in class io.vertx.reactivex.ext.web.handler.FaviconHandler
-
Create a handler with defaults
- create(String) - Static method in class io.vertx.reactivex.ext.web.handler.FaviconHandler
-
Create a handler attempting to load favicon file from the specified path
- create(String, long) - Static method in class io.vertx.reactivex.ext.web.handler.FaviconHandler
-
Create a handler attempting to load favicon file from the specified path, and with the specified max cache time
- create(long) - Static method in class io.vertx.reactivex.ext.web.handler.FaviconHandler
-
Create a handler with the specified max cache time
- create(AuthProvider) - Static method in class io.vertx.reactivex.ext.web.handler.FormLoginHandler
-
Create a handler
- create(AuthProvider, String, String, String, String) - Static method in class io.vertx.reactivex.ext.web.handler.FormLoginHandler
-
Create a handler
- create(GraphQL) - Static method in class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler
-
Create a new
ApolloWSHandler that will use the provided
graphQL object to execute requests.
- create(GraphQL, ApolloWSOptions) - Static method in class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler
-
Create a new
ApolloWSHandler that will use the provided
graphQL object to execute requests.
- create() - Static method in class io.vertx.reactivex.ext.web.handler.graphql.GraphiQLHandler
-
- create(GraphiQLHandlerOptions) - Static method in class io.vertx.reactivex.ext.web.handler.graphql.GraphiQLHandler
-
- create(GraphQL) - Static method in class io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler
-
Create a new
GraphQLHandler that will use the provided
graphQL object to execute queries.
- create(GraphQL, GraphQLHandlerOptions) - Static method in class io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler
-
Create a new
GraphQLHandler that will use the provided
graphQL object to execute queries.
- create(JWTAuth) - Static method in class io.vertx.reactivex.ext.web.handler.JWTAuthHandler
-
Create a JWT auth handler
- create(JWTAuth, String) - Static method in class io.vertx.reactivex.ext.web.handler.JWTAuthHandler
-
Create a JWT auth handler
- create() - Static method in class io.vertx.reactivex.ext.web.handler.LoggerHandler
-
Create a handler with default format
- create(LoggerFormat) - Static method in class io.vertx.reactivex.ext.web.handler.LoggerHandler
-
Create a handler with he specified format
- create(boolean, LoggerFormat) - Static method in class io.vertx.reactivex.ext.web.handler.LoggerHandler
-
Create a handler with he specified format
- create(String) - Static method in class io.vertx.reactivex.ext.web.handler.MultiTenantHandler
-
Create a MultiTenant handler that will extract the tenant id from a given header name.
- create(Function<RoutingContext, String>) - Static method in class io.vertx.reactivex.ext.web.handler.MultiTenantHandler
-
Create a MultiTenant handler using a custom tenant extraction function.
- create(Function<RoutingContext, String>, String) - Static method in class io.vertx.reactivex.ext.web.handler.MultiTenantHandler
-
Create a MultiTenant handler using a custom tenant extraction function.
- create(OAuth2Auth, String) - Static method in class io.vertx.reactivex.ext.web.handler.OAuth2AuthHandler
-
Create a OAuth2 auth handler with host pinning
- create(OAuth2Auth) - Static method in class io.vertx.reactivex.ext.web.handler.OAuth2AuthHandler
-
Create a OAuth2 auth handler without host pinning.
- create(AuthProvider) - Static method in class io.vertx.reactivex.ext.web.handler.RedirectAuthHandler
-
Create a handler
- create(AuthProvider, String) - Static method in class io.vertx.reactivex.ext.web.handler.RedirectAuthHandler
-
Create a handler
- create(AuthProvider, String, String) - Static method in class io.vertx.reactivex.ext.web.handler.RedirectAuthHandler
-
Create a handler
- create() - Static method in class io.vertx.reactivex.ext.web.handler.ResponseContentTypeHandler
-
Create a response content type handler.
- create(String) - Static method in class io.vertx.reactivex.ext.web.handler.ResponseContentTypeHandler
-
Create a response content type handler with a custom disable flag.
- create() - Static method in class io.vertx.reactivex.ext.web.handler.ResponseTimeHandler
-
Create a handler
- create(SessionStore) - Static method in class io.vertx.reactivex.ext.web.handler.SessionHandler
-
Create a session handler
- create(Vertx) - Static method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSHandler
-
Create a SockJS handler
- create(Vertx, SockJSHandlerOptions) - Static method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSHandler
-
Create a SockJS handler
- create() - Static method in class io.vertx.reactivex.ext.web.handler.StaticHandler
-
Create a handler using defaults
- create(String) - Static method in class io.vertx.reactivex.ext.web.handler.StaticHandler
-
Create a handler, specifying web-root
- create(TemplateEngine) - Static method in class io.vertx.reactivex.ext.web.handler.TemplateHandler
-
Create a handler
- create(TemplateEngine, String, String) - Static method in class io.vertx.reactivex.ext.web.handler.TemplateHandler
-
Create a handler
- create() - Static method in class io.vertx.reactivex.ext.web.handler.TimeoutHandler
-
Create a handler
- create(long) - Static method in class io.vertx.reactivex.ext.web.handler.TimeoutHandler
-
Create a handler
- create(long, int) - Static method in class io.vertx.reactivex.ext.web.handler.TimeoutHandler
-
Create a handler
- create(AuthProvider) - Static method in class io.vertx.reactivex.ext.web.handler.UserSessionHandler
-
Deprecated.
- create(String, Handler<RoutingContext>) - Static method in class io.vertx.reactivex.ext.web.handler.VirtualHostHandler
-
Create a handler
- create() - Static method in class io.vertx.reactivex.ext.web.Locale
-
Deprecated.
- create(String) - Static method in class io.vertx.reactivex.ext.web.Locale
-
Deprecated.
- create(String, String) - Static method in class io.vertx.reactivex.ext.web.Locale
-
Deprecated.
- create(String, String, String) - Static method in class io.vertx.reactivex.ext.web.Locale
-
Deprecated.
- create() - Static method in class io.vertx.reactivex.ext.web.multipart.MultipartForm
-
- create(Vertx, String) - Static method in class io.vertx.reactivex.ext.web.sstore.ClusteredSessionStore
-
Create a session store
- create(Vertx, String, long) - Static method in class io.vertx.reactivex.ext.web.sstore.ClusteredSessionStore
-
Create a session store.
The retry timeout value, configures how long the session handler will retry to get a session from the store
when it is not found.
- create(Vertx) - Static method in class io.vertx.reactivex.ext.web.sstore.ClusteredSessionStore
-
Create a session store
- create(Vertx, long) - Static method in class io.vertx.reactivex.ext.web.sstore.ClusteredSessionStore
-
Create a session store.
The retry timeout value, configures how long the session handler will retry to get a session from the store
when it is not found.
- create(Vertx) - Static method in class io.vertx.reactivex.ext.web.sstore.LocalSessionStore
-
Create a session store
- create(Vertx, String) - Static method in class io.vertx.reactivex.ext.web.sstore.LocalSessionStore
-
Create a session store
- create(Vertx, String, long) - Static method in class io.vertx.reactivex.ext.web.sstore.LocalSessionStore
-
Create a session store
- create(Vertx) - Static method in class io.vertx.reactivex.ext.web.sstore.SessionStore
-
Create a Session store given a backend and configuration JSON.
- create(Vertx, JsonObject) - Static method in class io.vertx.reactivex.ext.web.sstore.SessionStore
-
Create a Session store given a backend and configuration JSON.
- create(Vertx) - Static method in class io.vertx.reactivex.ext.web.templ.freemarker.FreeMarkerTemplateEngine
-
Create a template engine using defaults
- create(Vertx) - Static method in class io.vertx.reactivex.ext.web.templ.handlebars.HandlebarsTemplateEngine
-
Create a template engine using defaults
- create(Vertx) - Static method in class io.vertx.reactivex.ext.web.templ.jade.JadeTemplateEngine
-
Create a template engine using defaults
- create(Vertx) - Static method in class io.vertx.reactivex.ext.web.templ.mvel.MVELTemplateEngine
-
Create a template engine using defaults
- create(Vertx) - Static method in class io.vertx.reactivex.ext.web.templ.pebble.PebbleTemplateEngine
-
Create a template engine using defaults
- create() - Static method in class io.vertx.reactivex.ext.web.templ.rocker.RockerTemplateEngine
-
- create(Vertx) - Static method in class io.vertx.reactivex.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
-
Create a template engine using defaults
- create(Vertx, Map<String, String>) - Static method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
-
Create a new KafkaAdminClient instance
- create(Vertx, Map<String, String>) - Static method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
-
Create a new KafkaConsumer instance
- create(Vertx, Map<String, String>, Class<K>, Class<V>) - Static method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
-
Create a new KafkaConsumer instance
- create(Vertx, Map<String, String>) - Static method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
-
Create a new KafkaProducer instance
- create(Vertx, Map<String, String>, Class<K>, Class<V>) - Static method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
-
Create a new KafkaProducer instance
- create(String, K, V, Long, Integer) - Static method in class io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord
-
Create a concrete instance of a Vert.x producer record
- create(String, K, V) - Static method in class io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord
-
Create a concrete instance of a Vert.x producer record
- create(String, V) - Static method in class io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord
-
Create a concrete instance of a Vert.x producer record
- create(Measured) - Static method in class io.vertx.reactivex.micrometer.MetricsService
-
Creates a metric service for a given object.
- create() - Static method in class io.vertx.reactivex.micrometer.PrometheusScrapingHandler
-
Creates a Vert.x Web
Route handler for Prometheus metrics scraping.
- create(String) - Static method in class io.vertx.reactivex.micrometer.PrometheusScrapingHandler
-
Creates a Vert.x Web
Route handler for Prometheus metrics scraping.
- create(MqttConnectReturnCode, boolean) - Static method in class io.vertx.reactivex.mqtt.messages.MqttConnAckMessage
-
Create a concrete instance of a Vert.x connack message
- create(Vertx, MqttClientOptions) - Static method in class io.vertx.reactivex.mqtt.MqttClient
-
Return an MQTT client instance
- create(Vertx) - Static method in class io.vertx.reactivex.mqtt.MqttClient
-
Return an MQTT client instance using the default options
- create(Vertx, MqttServerOptions) - Static method in class io.vertx.reactivex.mqtt.MqttServer
-
Return an MQTT server instance
- create(Vertx) - Static method in class io.vertx.reactivex.mqtt.MqttServer
-
Return an MQTT server instance using default options
- create(Vertx) - Static method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
-
Create and return a client configured with the default options.
- create(Vertx, RabbitMQOptions) - Static method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
-
Create and return a client.
- create(String, int, int, int, int, boolean, boolean) - Static method in class io.vertx.reactivex.redis.client.Command
-
Creates a Redis Command from METADATA.
- create(Vertx) - Static method in class io.vertx.reactivex.redis.RedisClient
-
- create(Vertx, JsonObject) - Static method in class io.vertx.reactivex.redis.RedisClient
-
- create(String) - Static method in class io.vertx.reactivex.redis.Script
-
- create(String, String) - Static method in class io.vertx.reactivex.redis.Script
-
- create(Vertx) - Static method in class io.vertx.reactivex.redis.sentinel.RedisSentinel
-
- create(Vertx, JsonObject) - Static method in class io.vertx.reactivex.redis.sentinel.RedisSentinel
-
- create(Vertx, ServiceDiscoveryOptions) - Static method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
-
- create(Vertx) - Static method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
-
- create(Vertx, ServiceDiscoveryOptions, Handler<ServiceDiscovery>) - Static method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
-
Deprecated.
- create(Vertx, Handler<ServiceDiscovery>) - Static method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
-
Deprecated.
- create(String, Class<T>) - Static method in class io.vertx.reactivex.sqlclient.PropertyKind
-
- create(String, int, int, int, int, boolean, boolean) - Static method in interface io.vertx.redis.client.Command
-
Creates a Redis Command from METADATA.
- create(Vertx) - Static method in interface io.vertx.redis.RedisClient
-
Deprecated.
- create(Vertx, JsonObject) - Static method in interface io.vertx.redis.RedisClient
-
Deprecated.
- create(Vertx, RedisOptions) - Static method in interface io.vertx.redis.RedisClient
-
Deprecated.
- create(String) - Static method in interface io.vertx.redis.Script
-
Deprecated.
- create(String, String) - Static method in interface io.vertx.redis.Script
-
Deprecated.
- create(Vertx) - Static method in interface io.vertx.redis.sentinel.RedisSentinel
-
Deprecated.
- create(Vertx, JsonObject) - Static method in interface io.vertx.redis.sentinel.RedisSentinel
-
Deprecated.
- create(Vertx, RedisOptions) - Static method in interface io.vertx.redis.sentinel.RedisSentinel
-
Deprecated.
- create(AmqpClientOptions) - Static method in class io.vertx.rxjava.amqp.AmqpClient
-
Creates a new instance of
AmqpClient using an internal Vert.x instance (with default configuration) and
the given AMQP client configuration.
- create(Vertx, AmqpClientOptions) - Static method in class io.vertx.rxjava.amqp.AmqpClient
-
Creates a new instance of
AmqpClient with the given Vert.x instance and the given options.
- create() - Static method in class io.vertx.rxjava.amqp.AmqpMessage
-
- create(AmqpMessage) - Static method in class io.vertx.rxjava.amqp.AmqpMessage
-
Creates a builder to create a new
AmqpMessage copying the metadata from the passed message.
- create() - Static method in class io.vertx.rxjava.amqp.AmqpMessageBuilder
-
- create(Vertx) - Static method in class io.vertx.rxjava.amqpbridge.AmqpBridge
-
Creates a Bridge.
- create(Vertx, AmqpBridgeOptions) - Static method in class io.vertx.rxjava.amqpbridge.AmqpBridge
-
Creates a Bridge with the given options.
- create(Vertx) - Static method in class io.vertx.rxjava.cassandra.CassandraClient
-
- create(Vertx, CassandraClientOptions) - Static method in class io.vertx.rxjava.cassandra.CassandraClient
-
Create a Cassandra client which maintains its own driver session.
- create(CassandraClient) - Static method in class io.vertx.rxjava.cassandra.MappingManager
-
- create(String, Vertx, CircuitBreakerOptions) - Static method in class io.vertx.rxjava.circuitbreaker.CircuitBreaker
-
- create(String, Vertx) - Static method in class io.vertx.rxjava.circuitbreaker.CircuitBreaker
-
- create(Vertx) - Static method in class io.vertx.rxjava.circuitbreaker.HystrixMetricHandler
-
Creates the handler, using the default notification address.
- create(Vertx, String) - Static method in class io.vertx.rxjava.circuitbreaker.HystrixMetricHandler
-
Creates the handler.
- create(Vertx, ConfigRetrieverOptions) - Static method in class io.vertx.rxjava.config.ConfigRetriever
-
- create(Vertx) - Static method in class io.vertx.rxjava.config.ConfigRetriever
-
Creates an instance of the default implementation of the
ConfigRetriever, using the default
settings (json file, system properties and environment variables).
- create(String) - Static method in class io.vertx.rxjava.core.cli.CLI
-
Creates an instance of
CLI using the default implementation.
- create(CLI) - Static method in class io.vertx.rxjava.core.cli.CommandLine
-
Creates a command line object from the
CLI.
- create() - Static method in class io.vertx.rxjava.core.json.pointer.JsonPointer
-
Build an empty JsonPointer
- create() - Static method in class io.vertx.rxjava.core.net.SelfSignedCertificate
-
Create a new SelfSignedCertificate instance.
- create(String) - Static method in class io.vertx.rxjava.core.net.SelfSignedCertificate
-
Create a new SelfSignedCertificate instance with a fully-qualified domain name,
- create() - Static method in class io.vertx.rxjava.ext.auth.ChainAuth
-
Create a Chainable Auth Provider auth provider
- create(Vertx) - Static method in class io.vertx.rxjava.ext.auth.htdigest.HtdigestAuth
-
Creates an instance of HtdigestAuth.
- create(Vertx, String) - Static method in class io.vertx.rxjava.ext.auth.htdigest.HtdigestAuth
-
Creates an instance of HtdigestAuth by using the given htfile file.
- create(Vertx) - Static method in class io.vertx.rxjava.ext.auth.htpasswd.HtpasswdAuth
-
- create(Vertx, HtpasswdAuthOptions) - Static method in class io.vertx.rxjava.ext.auth.htpasswd.HtpasswdAuth
-
- create(Vertx, JDBCClient) - Static method in class io.vertx.rxjava.ext.auth.jdbc.JDBCAuth
-
Create a JDBC auth provider implementation
- create(Vertx, JWTAuthOptions) - Static method in class io.vertx.rxjava.ext.auth.jwt.JWTAuth
-
Create a JWT auth provider
- create(MongoClient, JsonObject) - Static method in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
-
Creates an instance of MongoAuth by using the given and configuration object.
- create(Vertx, OAuth2FlowType, OAuth2ClientOptions) - Static method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
-
Deprecated.
- create(Vertx, OAuth2FlowType) - Static method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
-
Deprecated.
- create(Vertx) - Static method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
-
Create a OAuth2 auth provider
- create(Vertx, OAuth2ClientOptions) - Static method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
-
Create a OAuth2 auth provider
- create(Vertx, String, String, String) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.AzureADAuth
-
Create a OAuth2Auth provider for Microsoft Azure Active Directory
- create(Vertx, String, String, String, HttpClientOptions) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.AzureADAuth
-
Create a OAuth2Auth provider for Microsoft Azure Active Directory
- create(Vertx, String, String) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.BoxAuth
-
Create a OAuth2Auth provider for App.net
- create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.BoxAuth
-
Create a OAuth2Auth provider for App.net
- create(Vertx, String, String, String) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.CloudFoundryAuth
-
Create a OAuth2Auth provider for CloudFoundry UAA
- create(Vertx, String, String, String, HttpClientOptions) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.CloudFoundryAuth
-
Create a OAuth2Auth provider for CloudFoundry UAA
- create(Vertx, String, String) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.DropboxAuth
-
Create a OAuth2Auth provider for Dropbox
- create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.DropboxAuth
-
Create a OAuth2Auth provider for Dropbox
- create(Vertx, String, String) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.FacebookAuth
-
Create a OAuth2Auth provider for Facebook
- create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.FacebookAuth
-
Create a OAuth2Auth provider for Facebook
- create(Vertx, String, String) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.FoursquareAuth
-
Create a OAuth2Auth provider for Foursquare
- create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.FoursquareAuth
-
Create a OAuth2Auth provider for Foursquare
- create(Vertx, String, String) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.GithubAuth
-
Create a OAuth2Auth provider for Github
- create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.GithubAuth
-
Create a OAuth2Auth provider for Github
- create(Vertx, String, String) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.GoogleAuth
-
Create a OAuth2Auth provider for Google
- create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.GoogleAuth
-
Create a OAuth2Auth provider for Google
- create(Vertx, JsonObject) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.GoogleAuth
-
Create a OAuth2Auth provider for Google Service Account (Server to Server)
- create(Vertx, JsonObject, HttpClientOptions) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.GoogleAuth
-
Create a OAuth2Auth provider for Google Service Account (Server to Server)
- create(Vertx, String, String) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.HerokuAuth
-
Create a OAuth2Auth provider for Heroku
- create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.HerokuAuth
-
Create a OAuth2Auth provider for Heroku
- create(Vertx, String, String) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.InstagramAuth
-
Create a OAuth2Auth provider for Instagram
- create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.InstagramAuth
-
Create a OAuth2Auth provider for Instagram
- create(Vertx, JsonObject) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.KeycloakAuth
-
Create a OAuth2Auth provider for Keycloak
- create(Vertx, OAuth2FlowType, JsonObject) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.KeycloakAuth
-
Create a OAuth2Auth provider for Keycloak
- create(Vertx, JsonObject, HttpClientOptions) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.KeycloakAuth
-
Create a OAuth2Auth provider for Keycloak
- create(Vertx, OAuth2FlowType, JsonObject, HttpClientOptions) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.KeycloakAuth
-
Create a OAuth2Auth provider for Keycloak
- create(Vertx, String, String) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.LinkedInAuth
-
Create a OAuth2Auth provider for LinkedIn
- create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.LinkedInAuth
-
Create a OAuth2Auth provider for LinkedIn
- create(Vertx, String, String) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.LiveAuth
-
Create a OAuth2Auth provider for live.com
- create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.LiveAuth
-
Create a OAuth2Auth provider for live.com
- create(Vertx, String, String) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.MailchimpAuth
-
Create a OAuth2Auth provider for Mailchimp
- create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.MailchimpAuth
-
Create a OAuth2Auth provider for Mailchimp
- create(Vertx, String, String) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.SalesforceAuth
-
Create a OAuth2Auth provider for Salesforce
- create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.SalesforceAuth
-
Create a OAuth2Auth provider for Salesforce
- create(Vertx, String, String, String) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.ShopifyAuth
-
Create a OAuth2Auth provider for Shopify
- create(Vertx, String, String, String, HttpClientOptions) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.ShopifyAuth
-
Create a OAuth2Auth provider for Shopify
- create(Vertx, String, String) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.SoundcloudAuth
-
Create a OAuth2Auth provider for SoundCloud
- create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.SoundcloudAuth
-
Create a OAuth2Auth provider for SoundCloud
- create(Vertx, String, String) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.StripeAuth
-
Create a OAuth2Auth provider for Stripe
- create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.StripeAuth
-
Create a OAuth2Auth provider for Stripe
- create(Vertx, String, String) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.TwitterAuth
-
Create a OAuth2Auth provider for Twitter
- create(Vertx, String, String, HttpClientOptions) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.TwitterAuth
-
Create a OAuth2Auth provider for Twitter
- create(OAuth2ClientOptions) - Static method in class io.vertx.rxjava.ext.auth.oauth2.rbac.KeycloakRBAC
-
Factory method to create a RBAC handler for tokens adhering to the Keycloak token format.
- create() - Static method in class io.vertx.rxjava.ext.auth.oauth2.rbac.MicroProfileRBAC
-
Factory method to create a RBAC handler for tokens adhering to the MP-JWT 1.1 spec.
- create(Vertx, ShiroAuthRealmType, JsonObject) - Static method in class io.vertx.rxjava.ext.auth.shiro.ShiroAuth
-
Deprecated.
- create(Vertx, ShiroAuthOptions) - Static method in class io.vertx.rxjava.ext.auth.shiro.ShiroAuth
-
Create a Shiro auth provider
- create(Vertx) - Static method in class io.vertx.rxjava.ext.consul.ConsulClient
-
Create a Consul client with default options.
- create(Vertx, ConsulClientOptions) - Static method in class io.vertx.rxjava.ext.consul.ConsulClient
-
Create a Consul client.
- create(Vertx) - Static method in class io.vertx.rxjava.ext.dropwizard.MetricsService
-
Creates a metric service for a given
Vertx instance.
- create(Vertx) - Static method in class io.vertx.rxjava.ext.eventbus.bridge.tcp.TcpEventBusBridge
-
- create(Vertx, BridgeOptions) - Static method in class io.vertx.rxjava.ext.eventbus.bridge.tcp.TcpEventBusBridge
-
- create(Vertx, BridgeOptions, NetServerOptions) - Static method in class io.vertx.rxjava.ext.eventbus.bridge.tcp.TcpEventBusBridge
-
- create(Vertx, BridgeOptions, NetServerOptions, Handler<BridgeEvent>) - Static method in class io.vertx.rxjava.ext.eventbus.bridge.tcp.TcpEventBusBridge
-
- create(Vertx, AuthProvider) - Static method in class io.vertx.rxjava.ext.healthchecks.HealthCheckHandler
-
- create(Vertx) - Static method in class io.vertx.rxjava.ext.healthchecks.HealthCheckHandler
-
- create(Vertx) - Static method in class io.vertx.rxjava.ext.healthchecks.HealthChecks
-
Creates a new instance of the default implementation of
HealthChecks.
- create(Vertx, JsonObject) - Static method in class io.vertx.rxjava.ext.jdbc.JDBCClient
-
Create a JDBC client which maintains its own data source.
- create(Vertx, MailConfig) - Static method in class io.vertx.rxjava.ext.mail.MailClient
-
Create a non shared instance of the mail client.
- create(Vertx, JsonObject) - Static method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Create a Mongo client which maintains its own data source.
- create(Vertx) - Static method in class io.vertx.rxjava.ext.shell.command.CommandRegistry
-
Create a new registry.
- create() - Static method in class io.vertx.rxjava.ext.shell.session.Session
-
Create a new empty session.
- create(Vertx, ShellServerOptions) - Static method in class io.vertx.rxjava.ext.shell.ShellServer
-
Create a new shell server with default options.
- create(Vertx) - Static method in class io.vertx.rxjava.ext.shell.ShellServer
-
Create a new shell server with specific options.
- create(Vertx) - Static method in class io.vertx.rxjava.ext.shell.ShellService
-
- create(Vertx, ShellServiceOptions) - Static method in class io.vertx.rxjava.ext.shell.ShellService
-
Create a new shell service.
- create() - Static method in class io.vertx.rxjava.ext.shell.term.Pty
-
Create a new pseudo terminal with no terminal type.
- create(String) - Static method in class io.vertx.rxjava.ext.shell.term.Pty
-
Create a new pseudo terminal.
- create(Vertx, String) - Static method in class io.vertx.rxjava.ext.shell.term.SockJSTermHandler
-
- create(Vertx, String) - Method in class io.vertx.rxjava.ext.stomp.DestinationFactory
-
Creates a destination for the given address.
- create(Vertx) - Static method in class io.vertx.rxjava.ext.stomp.StompClient
-
Creates a
StompClient using the default implementation.
- create(Vertx, StompClientOptions) - Static method in class io.vertx.rxjava.ext.stomp.StompClient
-
Creates a
StompClient using the default implementation.
- create(Vertx, StompServerOptions) - Static method in class io.vertx.rxjava.ext.stomp.StompServer
-
Creates a
StompServer based on the default Stomp Server implementation.
- create(Vertx, NetServer) - Static method in class io.vertx.rxjava.ext.stomp.StompServer
-
Creates a
StompServer based on the default Stomp Server implementation.
- create(Vertx, NetServer, StompServerOptions) - Static method in class io.vertx.rxjava.ext.stomp.StompServer
-
Creates a
StompServer based on the default Stomp Server implementation.
- create(Vertx) - Static method in class io.vertx.rxjava.ext.stomp.StompServer
-
Creates a
StompServer based on the default Stomp Server implementation, and use the default options.
- create(Vertx) - Static method in class io.vertx.rxjava.ext.stomp.StompServerHandler
-
- create(Vertx, ReportingOptions) - Static method in class io.vertx.rxjava.ext.unit.collect.EventBusCollector
-
Create a message handler reporting with the specified options.
- create(Vertx, Handler<TestSuiteReport>) - Static method in class io.vertx.rxjava.ext.unit.collect.EventBusCollector
-
- create(String, Handler<TestContext>) - Static method in class io.vertx.rxjava.ext.unit.TestCase
-
Create a test case.
- create(String) - Static method in class io.vertx.rxjava.ext.unit.TestSuite
-
Create and return a new test suite.
- create(Vertx, String, Handler<AsyncResult<OpenAPI3RouterFactory>>) - Static method in class io.vertx.rxjava.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
-
Create a new OpenAPI3RouterFactory
- create(Vertx, String, List<JsonObject>, Handler<AsyncResult<OpenAPI3RouterFactory>>) - Static method in class io.vertx.rxjava.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
-
Create a new OpenAPI3RouterFactory
- create(String, Object) - Static method in class io.vertx.rxjava.ext.web.api.RequestParameter
-
- create(Object) - Static method in class io.vertx.rxjava.ext.web.api.RequestParameter
-
- create() - Static method in class io.vertx.rxjava.ext.web.api.validation.HTTPRequestValidationHandler
-
Factory method to create an HTTPRequestValidationHandler
- create(Function<ResponsePredicateResult, Throwable>) - Static method in class io.vertx.rxjava.ext.web.client.predicate.ErrorConverter
-
Creates a full
ErrorConverter, that will passed a predicate result with the response body.
- create(Function<HttpResponse<Void>, ResponsePredicateResult>) - Static method in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
-
- create(Function<HttpResponse<Void>, ResponsePredicateResult>, ErrorConverter) - Static method in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
-
- create(Vertx) - Static method in class io.vertx.rxjava.ext.web.client.WebClient
-
Create a web client using the provided vertx instance and default options.
- create(Vertx, WebClientOptions) - Static method in class io.vertx.rxjava.ext.web.client.WebClient
-
Create a web client using the provided vertx instance.
- create(WebClient) - Static method in class io.vertx.rxjava.ext.web.client.WebClientSession
-
Create a session aware web client using the provided webClient instance.
- create(Function<Buffer, T>) - Static method in class io.vertx.rxjava.ext.web.codec.BodyCodec
-
Create a codec that buffers the entire body and then apply the decode function and returns the result.
- create(AuthProvider) - Static method in class io.vertx.rxjava.ext.web.handler.BasicAuthHandler
-
Create a basic auth handler
- create(AuthProvider, String) - Static method in class io.vertx.rxjava.ext.web.handler.BasicAuthHandler
-
Create a basic auth handler, specifying realm
- create() - Static method in class io.vertx.rxjava.ext.web.handler.BodyHandler
-
Create a body handler with defaults
- create(boolean) - Static method in class io.vertx.rxjava.ext.web.handler.BodyHandler
-
Create a body handler setting if it should handle file uploads
- create(String) - Static method in class io.vertx.rxjava.ext.web.handler.BodyHandler
-
Create a body handler and use the given upload directory.
- create() - Static method in class io.vertx.rxjava.ext.web.handler.ChainAuthHandler
-
- create() - Static method in class io.vertx.rxjava.ext.web.handler.CookieHandler
-
Deprecated.
- create(String) - Static method in class io.vertx.rxjava.ext.web.handler.CorsHandler
-
Create a CORS handler
- create(String) - Static method in class io.vertx.rxjava.ext.web.handler.CSRFHandler
-
Instantiate a new CSRFHandlerImpl with a secret
- create(HtdigestAuth) - Static method in class io.vertx.rxjava.ext.web.handler.DigestAuthHandler
-
Create a digest auth handler
- create(HtdigestAuth, long) - Static method in class io.vertx.rxjava.ext.web.handler.DigestAuthHandler
-
Create a digest auth handler, specifying the expire timeout for nonces.
- create() - Static method in class io.vertx.rxjava.ext.web.handler.ErrorHandler
-
Create an error handler using defaults
- create(String, boolean) - Static method in class io.vertx.rxjava.ext.web.handler.ErrorHandler
-
Create an error handler
- create(boolean) - Static method in class io.vertx.rxjava.ext.web.handler.ErrorHandler
-
Create an error handler
- create(String) - Static method in class io.vertx.rxjava.ext.web.handler.ErrorHandler
-
Create an error handler
- create() - Static method in class io.vertx.rxjava.ext.web.handler.FaviconHandler
-
Create a handler with defaults
- create(String) - Static method in class io.vertx.rxjava.ext.web.handler.FaviconHandler
-
Create a handler attempting to load favicon file from the specified path
- create(String, long) - Static method in class io.vertx.rxjava.ext.web.handler.FaviconHandler
-
Create a handler attempting to load favicon file from the specified path, and with the specified max cache time
- create(long) - Static method in class io.vertx.rxjava.ext.web.handler.FaviconHandler
-
Create a handler with the specified max cache time
- create(AuthProvider) - Static method in class io.vertx.rxjava.ext.web.handler.FormLoginHandler
-
Create a handler
- create(AuthProvider, String, String, String, String) - Static method in class io.vertx.rxjava.ext.web.handler.FormLoginHandler
-
Create a handler
- create(GraphQL) - Static method in class io.vertx.rxjava.ext.web.handler.graphql.ApolloWSHandler
-
Create a new
ApolloWSHandler that will use the provided
graphQL object to execute requests.
- create(GraphQL, ApolloWSOptions) - Static method in class io.vertx.rxjava.ext.web.handler.graphql.ApolloWSHandler
-
Create a new
ApolloWSHandler that will use the provided
graphQL object to execute requests.
- create() - Static method in class io.vertx.rxjava.ext.web.handler.graphql.GraphiQLHandler
-
- create(GraphiQLHandlerOptions) - Static method in class io.vertx.rxjava.ext.web.handler.graphql.GraphiQLHandler
-
- create(GraphQL) - Static method in class io.vertx.rxjava.ext.web.handler.graphql.GraphQLHandler
-
Create a new
GraphQLHandler that will use the provided
graphQL object to execute queries.
- create(GraphQL, GraphQLHandlerOptions) - Static method in class io.vertx.rxjava.ext.web.handler.graphql.GraphQLHandler
-
Create a new
GraphQLHandler that will use the provided
graphQL object to execute queries.
- create(JWTAuth) - Static method in class io.vertx.rxjava.ext.web.handler.JWTAuthHandler
-
Create a JWT auth handler
- create(JWTAuth, String) - Static method in class io.vertx.rxjava.ext.web.handler.JWTAuthHandler
-
Create a JWT auth handler
- create() - Static method in class io.vertx.rxjava.ext.web.handler.LoggerHandler
-
Create a handler with default format
- create(LoggerFormat) - Static method in class io.vertx.rxjava.ext.web.handler.LoggerHandler
-
Create a handler with he specified format
- create(boolean, LoggerFormat) - Static method in class io.vertx.rxjava.ext.web.handler.LoggerHandler
-
Create a handler with he specified format
- create(String) - Static method in class io.vertx.rxjava.ext.web.handler.MultiTenantHandler
-
Create a MultiTenant handler that will extract the tenant id from a given header name.
- create(Function<RoutingContext, String>) - Static method in class io.vertx.rxjava.ext.web.handler.MultiTenantHandler
-
Create a MultiTenant handler using a custom tenant extraction function.
- create(Function<RoutingContext, String>, String) - Static method in class io.vertx.rxjava.ext.web.handler.MultiTenantHandler
-
Create a MultiTenant handler using a custom tenant extraction function.
- create(OAuth2Auth, String) - Static method in class io.vertx.rxjava.ext.web.handler.OAuth2AuthHandler
-
Create a OAuth2 auth handler with host pinning
- create(OAuth2Auth) - Static method in class io.vertx.rxjava.ext.web.handler.OAuth2AuthHandler
-
Create a OAuth2 auth handler without host pinning.
- create(AuthProvider) - Static method in class io.vertx.rxjava.ext.web.handler.RedirectAuthHandler
-
Create a handler
- create(AuthProvider, String) - Static method in class io.vertx.rxjava.ext.web.handler.RedirectAuthHandler
-
Create a handler
- create(AuthProvider, String, String) - Static method in class io.vertx.rxjava.ext.web.handler.RedirectAuthHandler
-
Create a handler
- create() - Static method in class io.vertx.rxjava.ext.web.handler.ResponseContentTypeHandler
-
Create a response content type handler.
- create(String) - Static method in class io.vertx.rxjava.ext.web.handler.ResponseContentTypeHandler
-
Create a response content type handler with a custom disable flag.
- create() - Static method in class io.vertx.rxjava.ext.web.handler.ResponseTimeHandler
-
Create a handler
- create(SessionStore) - Static method in class io.vertx.rxjava.ext.web.handler.SessionHandler
-
Create a session handler
- create(Vertx) - Static method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSHandler
-
Create a SockJS handler
- create(Vertx, SockJSHandlerOptions) - Static method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSHandler
-
Create a SockJS handler
- create() - Static method in class io.vertx.rxjava.ext.web.handler.StaticHandler
-
Create a handler using defaults
- create(String) - Static method in class io.vertx.rxjava.ext.web.handler.StaticHandler
-
Create a handler, specifying web-root
- create(TemplateEngine) - Static method in class io.vertx.rxjava.ext.web.handler.TemplateHandler
-
Create a handler
- create(TemplateEngine, String, String) - Static method in class io.vertx.rxjava.ext.web.handler.TemplateHandler
-
Create a handler
- create() - Static method in class io.vertx.rxjava.ext.web.handler.TimeoutHandler
-
Create a handler
- create(long) - Static method in class io.vertx.rxjava.ext.web.handler.TimeoutHandler
-
Create a handler
- create(long, int) - Static method in class io.vertx.rxjava.ext.web.handler.TimeoutHandler
-
Create a handler
- create(AuthProvider) - Static method in class io.vertx.rxjava.ext.web.handler.UserSessionHandler
-
Deprecated.
- create(String, Handler<RoutingContext>) - Static method in class io.vertx.rxjava.ext.web.handler.VirtualHostHandler
-
Create a handler
- create() - Static method in class io.vertx.rxjava.ext.web.Locale
-
Deprecated.
- create(String) - Static method in class io.vertx.rxjava.ext.web.Locale
-
Deprecated.
- create(String, String) - Static method in class io.vertx.rxjava.ext.web.Locale
-
Deprecated.
- create(String, String, String) - Static method in class io.vertx.rxjava.ext.web.Locale
-
Deprecated.
- create() - Static method in class io.vertx.rxjava.ext.web.multipart.MultipartForm
-
- create(Vertx, String) - Static method in class io.vertx.rxjava.ext.web.sstore.ClusteredSessionStore
-
Create a session store
- create(Vertx, String, long) - Static method in class io.vertx.rxjava.ext.web.sstore.ClusteredSessionStore
-
Create a session store.
The retry timeout value, configures how long the session handler will retry to get a session from the store
when it is not found.
- create(Vertx) - Static method in class io.vertx.rxjava.ext.web.sstore.ClusteredSessionStore
-
Create a session store
- create(Vertx, long) - Static method in class io.vertx.rxjava.ext.web.sstore.ClusteredSessionStore
-
Create a session store.
The retry timeout value, configures how long the session handler will retry to get a session from the store
when it is not found.
- create(Vertx) - Static method in class io.vertx.rxjava.ext.web.sstore.LocalSessionStore
-
Create a session store
- create(Vertx, String) - Static method in class io.vertx.rxjava.ext.web.sstore.LocalSessionStore
-
Create a session store
- create(Vertx, String, long) - Static method in class io.vertx.rxjava.ext.web.sstore.LocalSessionStore
-
Create a session store
- create(Vertx) - Static method in class io.vertx.rxjava.ext.web.sstore.SessionStore
-
Create a Session store given a backend and configuration JSON.
- create(Vertx, JsonObject) - Static method in class io.vertx.rxjava.ext.web.sstore.SessionStore
-
Create a Session store given a backend and configuration JSON.
- create(Vertx) - Static method in class io.vertx.rxjava.ext.web.templ.freemarker.FreeMarkerTemplateEngine
-
Create a template engine using defaults
- create(Vertx) - Static method in class io.vertx.rxjava.ext.web.templ.handlebars.HandlebarsTemplateEngine
-
Create a template engine using defaults
- create(Vertx) - Static method in class io.vertx.rxjava.ext.web.templ.jade.JadeTemplateEngine
-
Create a template engine using defaults
- create(Vertx) - Static method in class io.vertx.rxjava.ext.web.templ.mvel.MVELTemplateEngine
-
Create a template engine using defaults
- create(Vertx) - Static method in class io.vertx.rxjava.ext.web.templ.pebble.PebbleTemplateEngine
-
Create a template engine using defaults
- create() - Static method in class io.vertx.rxjava.ext.web.templ.rocker.RockerTemplateEngine
-
- create(Vertx) - Static method in class io.vertx.rxjava.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
-
Create a template engine using defaults
- create(Vertx, Map<String, String>) - Static method in class io.vertx.rxjava.kafka.admin.KafkaAdminClient
-
Create a new KafkaAdminClient instance
- create(Vertx, Map<String, String>) - Static method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
-
Create a new KafkaConsumer instance
- create(Vertx, Map<String, String>, Class<K>, Class<V>) - Static method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
-
Create a new KafkaConsumer instance
- create(Vertx, Map<String, String>) - Static method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
-
Create a new KafkaProducer instance
- create(Vertx, Map<String, String>, Class<K>, Class<V>) - Static method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
-
Create a new KafkaProducer instance
- create(String, K, V, Long, Integer) - Static method in class io.vertx.rxjava.kafka.client.producer.KafkaProducerRecord
-
Create a concrete instance of a Vert.x producer record
- create(String, K, V) - Static method in class io.vertx.rxjava.kafka.client.producer.KafkaProducerRecord
-
Create a concrete instance of a Vert.x producer record
- create(String, V) - Static method in class io.vertx.rxjava.kafka.client.producer.KafkaProducerRecord
-
Create a concrete instance of a Vert.x producer record
- create(Measured) - Static method in class io.vertx.rxjava.micrometer.MetricsService
-
Creates a metric service for a given object.
- create() - Static method in class io.vertx.rxjava.micrometer.PrometheusScrapingHandler
-
Creates a Vert.x Web
Route handler for Prometheus metrics scraping.
- create(String) - Static method in class io.vertx.rxjava.micrometer.PrometheusScrapingHandler
-
Creates a Vert.x Web
Route handler for Prometheus metrics scraping.
- create(MqttConnectReturnCode, boolean) - Static method in class io.vertx.rxjava.mqtt.messages.MqttConnAckMessage
-
Create a concrete instance of a Vert.x connack message
- create(Vertx, MqttClientOptions) - Static method in class io.vertx.rxjava.mqtt.MqttClient
-
Return an MQTT client instance
- create(Vertx) - Static method in class io.vertx.rxjava.mqtt.MqttClient
-
Return an MQTT client instance using the default options
- create(Vertx, MqttServerOptions) - Static method in class io.vertx.rxjava.mqtt.MqttServer
-
Return an MQTT server instance
- create(Vertx) - Static method in class io.vertx.rxjava.mqtt.MqttServer
-
Return an MQTT server instance using default options
- create(Vertx) - Static method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
-
Create and return a client configured with the default options.
- create(Vertx, RabbitMQOptions) - Static method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
-
Create and return a client.
- create(String, int, int, int, int, boolean, boolean) - Static method in class io.vertx.rxjava.redis.client.Command
-
Creates a Redis Command from METADATA.
- create(Vertx) - Static method in class io.vertx.rxjava.redis.RedisClient
-
- create(Vertx, JsonObject) - Static method in class io.vertx.rxjava.redis.RedisClient
-
- create(String) - Static method in class io.vertx.rxjava.redis.Script
-
- create(String, String) - Static method in class io.vertx.rxjava.redis.Script
-
- create(Vertx) - Static method in class io.vertx.rxjava.redis.sentinel.RedisSentinel
-
- create(Vertx, JsonObject) - Static method in class io.vertx.rxjava.redis.sentinel.RedisSentinel
-
- create(Vertx, ServiceDiscoveryOptions) - Static method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
-
- create(Vertx) - Static method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
-
- create(Vertx, ServiceDiscoveryOptions, Handler<ServiceDiscovery>) - Static method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
-
Deprecated.
- create(Vertx, Handler<ServiceDiscovery>) - Static method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
-
Deprecated.
- create(String, Class<T>) - Static method in class io.vertx.rxjava.sqlclient.PropertyKind
-
- create(Router, ServiceDiscovery) - Static method in class io.vertx.servicediscovery.rest.ServiceDiscoveryRestEndpoint
-
Creates the REST endpoint using the default root (/discovery).
- create(Router, ServiceDiscovery, String) - Static method in class io.vertx.servicediscovery.rest.ServiceDiscoveryRestEndpoint
-
Creates the REST endpoint using the given root.
- create(Vertx, ServiceDiscoveryOptions) - Static method in interface io.vertx.servicediscovery.ServiceDiscovery
-
- create(Vertx) - Static method in interface io.vertx.servicediscovery.ServiceDiscovery
-
- create(Vertx, ServiceDiscoveryOptions, Handler<ServiceDiscovery>) - Static method in interface io.vertx.servicediscovery.ServiceDiscovery
-
- create(Vertx, Handler<ServiceDiscovery>) - Static method in interface io.vertx.servicediscovery.ServiceDiscovery
-
- create(Number) - Static method in class io.vertx.sqlclient.data.Numeric
-
Return a Numeric instance for the given number.
- create(String, Class<T>) - Static method in interface io.vertx.sqlclient.PropertyKind
-
- createAclToken(AclToken, Handler<AsyncResult<String>>) - Method in interface io.vertx.ext.consul.ConsulClient
-
Create new Acl token
- createAclToken(AclToken, Handler<AsyncResult<String>>) - Method in interface io.vertx.ext.consul.ConsulService
-
- createAclToken(AclToken, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Create new Acl token
- createAclToken(AclToken, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.ext.consul.ConsulService
-
- createAclToken(AclToken, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
-
Create new Acl token
- createAnonymousSender(Handler<AsyncResult<AmqpSender>>) - Method in interface io.vertx.amqp.AmqpConnection
-
Creates an anonymous sender.
- createAnonymousSender(Handler<AsyncResult<AmqpSender>>) - Method in class io.vertx.reactivex.amqp.AmqpConnection
-
Creates an anonymous sender.
- createAnonymousSender(Handler<AsyncResult<AmqpSender>>) - Method in class io.vertx.rxjava.amqp.AmqpConnection
-
Creates an anonymous sender.
- createArrayTypeValidator(ParameterTypeValidator) - Static method in interface io.vertx.ext.web.api.validation.ParameterTypeValidator
-
Create an array type validator
- createArrayTypeValidator(ParameterTypeValidator, String, Integer, Integer) - Static method in interface io.vertx.ext.web.api.validation.ParameterTypeValidator
-
Create an array type validator
- createArrayTypeValidator(ParameterTypeValidator) - Static method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
-
Create an array type validator
- createArrayTypeValidator(ParameterTypeValidator, String, Integer, Integer) - Static method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
-
Create an array type validator
- createArrayTypeValidator(ParameterTypeValidator) - Static method in class io.vertx.rxjava.ext.web.api.validation.ParameterTypeValidator
-
Create an array type validator
- createArrayTypeValidator(ParameterTypeValidator, String, Integer, Integer) - Static method in class io.vertx.rxjava.ext.web.api.validation.ParameterTypeValidator
-
Create an array type validator
- createBlank(String) - Static method in interface io.vertx.ext.shell.cli.CliToken
-
Create a new blank token.
- createBlank(String) - Static method in class io.vertx.reactivex.ext.shell.cli.CliToken
-
Create a new blank token.
- createBlank(String) - Static method in class io.vertx.rxjava.ext.shell.cli.CliToken
-
Create a new blank token.
- createBooleanTypeValidator(Object) - Static method in interface io.vertx.ext.web.api.validation.ParameterTypeValidator
-
Create a boolean type validator
- createBooleanTypeValidator(Object) - Static method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
-
Create a boolean type validator
- createBooleanTypeValidator(Object) - Static method in class io.vertx.rxjava.ext.web.api.validation.ParameterTypeValidator
-
Create a boolean type validator
- createClient(Vertx) - Static method in class io.vertx.reactivex.redis.client.Redis
-
Create a new redis client using the default client options.
- createClient(Vertx, String) - Static method in class io.vertx.reactivex.redis.client.Redis
-
Create a new redis client using the default client options.
- createClient(Vertx, RedisOptions) - Static method in class io.vertx.reactivex.redis.client.Redis
-
Create a new redis client using the given client options.
- createClient(Vertx) - Static method in interface io.vertx.redis.client.Redis
-
Create a new redis client using the default client options.
- createClient(Vertx, String) - Static method in interface io.vertx.redis.client.Redis
-
Create a new redis client using the default client options.
- createClient(Vertx, RedisOptions) - Static method in interface io.vertx.redis.client.Redis
-
Create a new redis client using the given client options.
- createClient(Vertx) - Static method in class io.vertx.rxjava.redis.client.Redis
-
Create a new redis client using the default client options.
- createClient(Vertx, String) - Static method in class io.vertx.rxjava.redis.client.Redis
-
Create a new redis client using the default client options.
- createClient(Vertx, RedisOptions) - Static method in class io.vertx.rxjava.redis.client.Redis
-
Create a new redis client using the given client options.
- createCollection(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.mongo.MongoClient
-
Create a new collection
- createCollection(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.mongo.MongoService
-
- createCollection(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Create a new collection
- createCollection(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.mongo.MongoService
-
- createCollection(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Create a new collection
- createCollection(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.mongo.MongoService
-
- createCollectionObservable(String) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
- createCollectionObservable(String) - Method in class io.vertx.rxjava.ext.mongo.MongoService
-
Deprecated.
- createConsumer(String) - Method in interface io.vertx.amqpbridge.AmqpBridge
-
Creates a consumer on the given AMQP address.
- createConsumer(String) - Method in class io.vertx.reactivex.amqpbridge.AmqpBridge
-
Creates a consumer on the given AMQP address.
- createConsumer(String) - Method in class io.vertx.rxjava.amqpbridge.AmqpBridge
-
Creates a consumer on the given AMQP address.
- createDatagramSocket(DatagramSocketOptions) - Method in interface io.vertx.core.Vertx
-
Create a datagram socket using the specified options
- createDatagramSocket() - Method in interface io.vertx.core.Vertx
-
Create a datagram socket using default options
- createDatagramSocket(DatagramSocketOptions) - Method in class io.vertx.reactivex.core.Vertx
-
Create a datagram socket using the specified options
- createDatagramSocket() - Method in class io.vertx.reactivex.core.Vertx
-
Create a datagram socket using default options
- createDatagramSocket(DatagramSocketOptions) - Method in class io.vertx.rxjava.core.Vertx
-
Create a datagram socket using the specified options
- createDatagramSocket() - Method in class io.vertx.rxjava.core.Vertx
-
Create a datagram socket using default options
- createDatagramSocketMetrics(DatagramSocketOptions) - Method in interface io.vertx.core.spi.metrics.VertxMetrics
-
Provides the datagram/udp metrics SPI when a datagram socket is created.
- createDelegate(String) - Method in class io.vertx.core.logging.JULLogDelegateFactory
-
- createDelegate(String) - Method in class io.vertx.core.logging.Log4j2LogDelegateFactory
-
- createDelegate(String) - Method in class io.vertx.core.logging.Log4jLogDelegateFactory
-
- createDelegate(String) - Method in class io.vertx.core.logging.SLF4JLogDelegateFactory
-
- createDelegate(String) - Method in interface io.vertx.core.spi.logging.LogDelegateFactory
-
- createDelete(JsonObject) - Static method in class io.vertx.ext.mongo.BulkOperation
-
Create a new delete operation with the given filter
- createDnsClient(int, String) - Method in interface io.vertx.core.Vertx
-
Create a DNS client to connect to a DNS server at the specified host and port, with the default query timeout (5 seconds)
- createDnsClient() - Method in interface io.vertx.core.Vertx
-
- createDnsClient(DnsClientOptions) - Method in interface io.vertx.core.Vertx
-
Create a DNS client to connect to a DNS server
- createDnsClient(int, String) - Method in class io.vertx.reactivex.core.Vertx
-
Create a DNS client to connect to a DNS server at the specified host and port, with the default query timeout (5 seconds)
- createDnsClient() - Method in class io.vertx.reactivex.core.Vertx
-
Create a DNS client to connect to the DNS server configured by
VertxOptions
- createDnsClient(DnsClientOptions) - Method in class io.vertx.reactivex.core.Vertx
-
Create a DNS client to connect to a DNS server
- createDnsClient(int, String) - Method in class io.vertx.rxjava.core.Vertx
-
Create a DNS client to connect to a DNS server at the specified host and port, with the default query timeout (5 seconds)
- createDnsClient() - Method in class io.vertx.rxjava.core.Vertx
-
Create a DNS client to connect to the DNS server configured by
VertxOptions
- createDnsClient(DnsClientOptions) - Method in class io.vertx.rxjava.core.Vertx
-
Create a DNS client to connect to a DNS server
- createDoubleTypeValidator(Double) - Static method in interface io.vertx.ext.web.api.validation.ParameterTypeValidator
-
Create a new type validator for double values
- createDoubleTypeValidator(Double, Double, Double, Double) - Static method in interface io.vertx.ext.web.api.validation.ParameterTypeValidator
-
Create a new type validator for double values
- createDoubleTypeValidator(Boolean, Double, Boolean, Double, Double, Object) - Static method in interface io.vertx.ext.web.api.validation.ParameterTypeValidator
-
Create a new type validator for double values
- createDoubleTypeValidator(Double) - Static method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
-
Create a new type validator for double values
- createDoubleTypeValidator(Double, Double, Double, Double) - Static method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
-
Create a new type validator for double values
- createDoubleTypeValidator(Boolean, Double, Boolean, Double, Double, Object) - Static method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
-
Create a new type validator for double values
- createDoubleTypeValidator(Double) - Static method in class io.vertx.rxjava.ext.web.api.validation.ParameterTypeValidator
-
Create a new type validator for double values
- createDoubleTypeValidator(Double, Double, Double, Double) - Static method in class io.vertx.rxjava.ext.web.api.validation.ParameterTypeValidator
-
Create a new type validator for double values
- createDoubleTypeValidator(Boolean, Double, Boolean, Double, Double, Object) - Static method in class io.vertx.rxjava.ext.web.api.validation.ParameterTypeValidator
-
Create a new type validator for double values
- createDynamicReceiver(Handler<AsyncResult<AmqpReceiver>>) - Method in interface io.vertx.amqp.AmqpConnection
-
Creates a dynamic receiver.
- createDynamicReceiver(Handler<AsyncResult<AmqpReceiver>>) - Method in class io.vertx.reactivex.amqp.AmqpConnection
-
Creates a dynamic receiver.
- createDynamicReceiver(Handler<AsyncResult<AmqpReceiver>>) - Method in class io.vertx.rxjava.amqp.AmqpConnection
-
Creates a dynamic receiver.
- createEndpoint(String, int, int) - Method in interface io.vertx.core.spi.metrics.HttpClientMetrics
-
Provides metrics for a particular endpoint
- createEnumTypeValidatorWithInnerValidator(List<Object>, ParameterTypeValidator) - Static method in interface io.vertx.ext.web.api.validation.ParameterTypeValidator
-
Create an enum type validator
- createEnumTypeValidatorWithInnerValidator(List<Object>, ParameterTypeValidator) - Static method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
-
Create an enum type validator
- createEnumTypeValidatorWithInnerValidator(List<Object>, ParameterTypeValidator) - Static method in class io.vertx.rxjava.ext.web.api.validation.ParameterTypeValidator
-
Create an enum type validator
- createErrorFrame(String, Map<String, String>, String) - Static method in interface io.vertx.ext.stomp.Frames
-
- createErrorFrame(String, Map<String, String>, String) - Static method in class io.vertx.reactivex.ext.stomp.Frames
-
- createErrorFrame(String, Map<String, String>, String) - Static method in class io.vertx.rxjava.ext.stomp.Frames
-
- createEventBusMetrics() - Method in interface io.vertx.core.spi.metrics.VertxMetrics
-
Provides the event bus metrics SPI when the event bus is created.
- createEventBusProxy(Vertx, String) - Static method in interface io.vertx.ext.consul.ConsulService
-
Create a proxy to a service that is deployed somewhere on the event bus
- createEventBusProxy(Vertx, String) - Static method in interface io.vertx.ext.mail.MailService
-
create a proxy of MailService that delegates to the mail service running somewhere else via the event bus
- createEventBusProxy(Vertx, String) - Static method in interface io.vertx.ext.mongo.MongoService
-
Create a proxy to a service that is deployed somewhere on the event bus
- createEventBusProxy(Vertx, String) - Static method in class io.vertx.reactivex.ext.consul.ConsulService
-
Create a proxy to a service that is deployed somewhere on the event bus
- createEventBusProxy(Vertx, String) - Static method in class io.vertx.reactivex.ext.mail.MailService
-
create a proxy of MailService that delegates to the mail service running somewhere else via the event bus
- createEventBusProxy(Vertx, String) - Static method in class io.vertx.reactivex.ext.mongo.MongoService
-
Create a proxy to a service that is deployed somewhere on the event bus
- createEventBusProxy(Vertx, String) - Static method in class io.vertx.rxjava.ext.mongo.MongoService
-
Create a proxy to a service that is deployed somewhere on the event bus
- createExecutor(ThreadFactory, Integer, Integer) - Method in interface io.vertx.core.spi.executor.ExecutorServiceFactory
-
Create an ExecutorService
- createFile(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
-
Creates an empty file with the specified path, asynchronously.
- createFile(String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
-
Creates an empty file with the specified path and permissions perms, asynchronously.
- createFile(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Creates an empty file with the specified path, asynchronously.
- createFile(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Creates an empty file with the specified path and permissions perms, asynchronously.
- createFile(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
-
Creates an empty file with the specified path, asynchronously.
- createFile(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
-
Creates an empty file with the specified path and permissions perms, asynchronously.
- createFileBlocking(String) - Method in interface io.vertx.core.file.FileSystem
-
- createFileBlocking(String, String) - Method in interface io.vertx.core.file.FileSystem
-
- createFileBlocking(String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
- createFileBlocking(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
- createFileBlocking(String) - Method in class io.vertx.rxjava.core.file.FileSystem
-
- createFileBlocking(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
-
- createFileObservable(String) - Method in class io.vertx.rxjava.core.file.FileSystem
-
- createFileObservable(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
-
- createFloatTypeValidator(Float) - Static method in interface io.vertx.ext.web.api.validation.ParameterTypeValidator
-
Create a new type validator for float values
- createFloatTypeValidator(Double, Double, Double, Float) - Static method in interface io.vertx.ext.web.api.validation.ParameterTypeValidator
-
Create a new type validator for float values
- createFloatTypeValidator(Boolean, Double, Boolean, Double, Double, Object) - Static method in interface io.vertx.ext.web.api.validation.ParameterTypeValidator
-
Create a new type validator for float values
- createFloatTypeValidator(Float) - Static method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
-
Create a new type validator for float values
- createFloatTypeValidator(Double, Double, Double, Float) - Static method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
-
Create a new type validator for float values
- createFloatTypeValidator(Boolean, Double, Boolean, Double, Double, Object) - Static method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
-
Create a new type validator for float values
- createFloatTypeValidator(Float) - Static method in class io.vertx.rxjava.ext.web.api.validation.ParameterTypeValidator
-
Create a new type validator for float values
- createFloatTypeValidator(Double, Double, Double, Float) - Static method in class io.vertx.rxjava.ext.web.api.validation.ParameterTypeValidator
-
Create a new type validator for float values
- createFloatTypeValidator(Boolean, Double, Boolean, Double, Double, Object) - Static method in class io.vertx.rxjava.ext.web.api.validation.ParameterTypeValidator
-
Create a new type validator for float values
- createFullBody(Function<ResponsePredicateResult, Throwable>) - Static method in interface io.vertx.ext.web.client.predicate.ErrorConverter
-
Creates a full
ErrorConverter, that will passed a predicate result with the response body.
- createFullBody(Function<ResponsePredicateResult, Throwable>) - Static method in class io.vertx.reactivex.ext.web.client.predicate.ErrorConverter
-
Creates a full
ErrorConverter, that will passed a predicate result with the response body.
- createFullBody(Function<ResponsePredicateResult, Throwable>) - Static method in class io.vertx.rxjava.ext.web.client.predicate.ErrorConverter
-
Creates a full
ErrorConverter, that will passed a predicate result with the response body.
- createHandler(Message) - Static method in class io.vertx.serviceproxy.HelperUtils
-
- createHttpClient(HttpClientOptions) - Method in interface io.vertx.core.Vertx
-
Create a HTTP/HTTPS client using the specified options
- createHttpClient() - Method in interface io.vertx.core.Vertx
-
Create a HTTP/HTTPS client using default options
- createHttpClient(HttpClientOptions) - Method in class io.vertx.reactivex.core.Vertx
-
Create a HTTP/HTTPS client using the specified options
- createHttpClient() - Method in class io.vertx.reactivex.core.Vertx
-
Create a HTTP/HTTPS client using default options
- createHttpClient(HttpClientOptions) - Method in class io.vertx.rxjava.core.Vertx
-
Create a HTTP/HTTPS client using the specified options
- createHttpClient() - Method in class io.vertx.rxjava.core.Vertx
-
Create a HTTP/HTTPS client using default options
- createHttpClientMetrics(HttpClientOptions) - Method in interface io.vertx.core.spi.metrics.VertxMetrics
-
Provides the http client metrics SPI when an http client has been created.
- createHttpClientOptions(String) - Method in class io.vertx.ext.httpservicefactory.HttpServiceFactory
-
- createHttpServer(HttpServerOptions) - Method in interface io.vertx.core.Vertx
-
Create an HTTP/HTTPS server using the specified options
- createHttpServer() - Method in interface io.vertx.core.Vertx
-
Create an HTTP/HTTPS server using default options
- createHttpServer(HttpServerOptions) - Method in class io.vertx.reactivex.core.Vertx
-
Create an HTTP/HTTPS server using the specified options
- createHttpServer() - Method in class io.vertx.reactivex.core.Vertx
-
Create an HTTP/HTTPS server using default options
- createHttpServer(HttpServerOptions) - Method in class io.vertx.rxjava.core.Vertx
-
Create an HTTP/HTTPS server using the specified options
- createHttpServer() - Method in class io.vertx.rxjava.core.Vertx
-
Create an HTTP/HTTPS server using default options
- createHttpServerMetrics(HttpServerOptions, SocketAddress) - Method in interface io.vertx.core.spi.metrics.VertxMetrics
-
Provides the http server metrics SPI when an http server is created.
- createHttpTermServer(Vertx) - Static method in interface io.vertx.ext.shell.term.TermServer
-
Create a term server for the HTTP protocol.
- createHttpTermServer(Vertx, HttpTermOptions) - Static method in interface io.vertx.ext.shell.term.TermServer
-
Create a term server for the HTTP protocol.
- createHttpTermServer(Vertx, Router) - Static method in interface io.vertx.ext.shell.term.TermServer
-
Create a term server for the HTTP protocol, using an existing router.
- createHttpTermServer(Vertx, Router, HttpTermOptions) - Static method in interface io.vertx.ext.shell.term.TermServer
-
Create a term server for the HTTP protocol, using an existing router.
- createHttpTermServer(Vertx) - Static method in class io.vertx.reactivex.ext.shell.term.TermServer
-
Create a term server for the HTTP protocol.
- createHttpTermServer(Vertx, HttpTermOptions) - Static method in class io.vertx.reactivex.ext.shell.term.TermServer
-
Create a term server for the HTTP protocol.
- createHttpTermServer(Vertx, Router) - Static method in class io.vertx.reactivex.ext.shell.term.TermServer
-
Create a term server for the HTTP protocol, using an existing router.
- createHttpTermServer(Vertx, Router, HttpTermOptions) - Static method in class io.vertx.reactivex.ext.shell.term.TermServer
-
Create a term server for the HTTP protocol, using an existing router.
- createHttpTermServer(Vertx) - Static method in class io.vertx.rxjava.ext.shell.term.TermServer
-
Create a term server for the HTTP protocol.
- createHttpTermServer(Vertx, HttpTermOptions) - Static method in class io.vertx.rxjava.ext.shell.term.TermServer
-
Create a term server for the HTTP protocol.
- createHttpTermServer(Vertx, Router) - Static method in class io.vertx.rxjava.ext.shell.term.TermServer
-
Create a term server for the HTTP protocol, using an existing router.
- createHttpTermServer(Vertx, Router, HttpTermOptions) - Static method in class io.vertx.rxjava.ext.shell.term.TermServer
-
Create a term server for the HTTP protocol, using an existing router.
- createIndex(String, JsonObject, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.mongo.MongoClient
-
Creates an index.
- createIndex(String, JsonObject, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.mongo.MongoService
-
- createIndex(String, JsonObject, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Creates an index.
- createIndex(String, JsonObject, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.mongo.MongoService
-
- createIndex(String, JsonObject, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Creates an index.
- createIndex(String, JsonObject, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.mongo.MongoService
-
- createIndexObservable(String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
- createIndexObservable(String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoService
-
Deprecated.
- createIndexWithOptions(String, JsonObject, IndexOptions, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.mongo.MongoClient
-
Creates an index.
- createIndexWithOptions(String, JsonObject, IndexOptions, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.mongo.MongoService
-
- createIndexWithOptions(String, JsonObject, IndexOptions, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Creates an index.
- createIndexWithOptions(String, JsonObject, IndexOptions, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.mongo.MongoService
-
- createIndexWithOptions(String, JsonObject, IndexOptions, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Creates an index.
- createIndexWithOptions(String, JsonObject, IndexOptions, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.mongo.MongoService
-
- createIndexWithOptionsObservable(String, JsonObject, IndexOptions) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
- createIndexWithOptionsObservable(String, JsonObject, IndexOptions) - Method in class io.vertx.rxjava.ext.mongo.MongoService
-
Deprecated.
- createInsert(JsonObject) - Static method in class io.vertx.ext.mongo.BulkOperation
-
Create a new insert operation with the given document
- createIntegerTypeValidator(Integer) - Static method in interface io.vertx.ext.web.api.validation.ParameterTypeValidator
-
Create a new type validator for integer values
- createIntegerTypeValidator(Double, Double, Double, Integer) - Static method in interface io.vertx.ext.web.api.validation.ParameterTypeValidator
-
Create a new type validator for integer values
- createIntegerTypeValidator(Boolean, Double, Boolean, Double, Double, Object) - Static method in interface io.vertx.ext.web.api.validation.ParameterTypeValidator
-
Create a new type validator for integer values
- createIntegerTypeValidator(Integer) - Static method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
-
Create a new type validator for integer values
- createIntegerTypeValidator(Double, Double, Double, Integer) - Static method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
-
Create a new type validator for integer values
- createIntegerTypeValidator(Boolean, Double, Boolean, Double, Double, Object) - Static method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
-
Create a new type validator for integer values
- createIntegerTypeValidator(Integer) - Static method in class io.vertx.rxjava.ext.web.api.validation.ParameterTypeValidator
-
Create a new type validator for integer values
- createIntegerTypeValidator(Double, Double, Double, Integer) - Static method in class io.vertx.rxjava.ext.web.api.validation.ParameterTypeValidator
-
Create a new type validator for integer values
- createIntegerTypeValidator(Boolean, Double, Boolean, Double, Double, Object) - Static method in class io.vertx.rxjava.ext.web.api.validation.ParameterTypeValidator
-
Create a new type validator for integer values
- createInvalidFrameErrorFrame(FrameException) - Static method in interface io.vertx.ext.stomp.Frames
-
- createJob(List<CliToken>) - Method in interface io.vertx.ext.shell.Shell
-
Create a job, the created job should then be executed with the
Job.run() method.
- createJob(String) - Method in interface io.vertx.ext.shell.Shell
-
- createJob(Process, String) - Method in interface io.vertx.ext.shell.system.JobController
-
Create a job wrapping a process.
- createJob(List<CliToken>) - Method in class io.vertx.reactivex.ext.shell.Shell
-
Create a job, the created job should then be executed with the
Job.run() method.
- createJob(String) - Method in class io.vertx.reactivex.ext.shell.Shell
-
- createJob(Process, String) - Method in class io.vertx.reactivex.ext.shell.system.JobController
-
Create a job wrapping a process.
- createJob(List<CliToken>) - Method in class io.vertx.rxjava.ext.shell.Shell
-
Create a job, the created job should then be executed with the
Job.run() method.
- createJob(String) - Method in class io.vertx.rxjava.ext.shell.Shell
-
- createJob(Process, String) - Method in class io.vertx.rxjava.ext.shell.system.JobController
-
Create a job wrapping a process.
- createKeycloak(Vertx, OAuth2FlowType, JsonObject) - Static method in interface io.vertx.ext.auth.oauth2.OAuth2Auth
-
- createKeycloak(Vertx, OAuth2FlowType, JsonObject) - Static method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
-
Deprecated.
- createKeycloak(Vertx, OAuth2FlowType, JsonObject) - Static method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
-
Deprecated.
- createListCharHandler(Message) - Static method in class io.vertx.serviceproxy.HelperUtils
-
- createListHandler(Message) - Static method in class io.vertx.serviceproxy.HelperUtils
-
- createLongTypeValidator(Long) - Static method in interface io.vertx.ext.web.api.validation.ParameterTypeValidator
-
Create a new type validator for long integer values
- createLongTypeValidator(Double, Double, Double, Long) - Static method in interface io.vertx.ext.web.api.validation.ParameterTypeValidator
-
Create a new type validator for long integer values
- createLongTypeValidator(Boolean, Double, Boolean, Double, Double, Object) - Static method in interface io.vertx.ext.web.api.validation.ParameterTypeValidator
-
Create a new type validator for long integer values
- createLongTypeValidator(Long) - Static method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
-
Create a new type validator for long integer values
- createLongTypeValidator(Double, Double, Double, Long) - Static method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
-
Create a new type validator for long integer values
- createLongTypeValidator(Boolean, Double, Boolean, Double, Double, Object) - Static method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
-
Create a new type validator for long integer values
- createLongTypeValidator(Long) - Static method in class io.vertx.rxjava.ext.web.api.validation.ParameterTypeValidator
-
Create a new type validator for long integer values
- createLongTypeValidator(Double, Double, Double, Long) - Static method in class io.vertx.rxjava.ext.web.api.validation.ParameterTypeValidator
-
Create a new type validator for long integer values
- createLongTypeValidator(Boolean, Double, Boolean, Double, Double, Object) - Static method in class io.vertx.rxjava.ext.web.api.validation.ParameterTypeValidator
-
Create a new type validator for long integer values
- createMethodInfo(Set<ClassTypeInfo>, String, String, Doc, TypeInfo, Text, boolean, boolean, List<ParamInfo>, ExecutableElement, boolean, boolean, ArrayList<TypeParamInfo.Method>, TypeElement, boolean, Text) - Method in class io.vertx.serviceproxy.generator.model.ProxyModel
-
- createMissingSecurityHandler(String) - Static method in exception io.vertx.ext.web.api.contract.RouterFactoryException
-
- createMissingSecurityHandler(String, String) - Static method in exception io.vertx.ext.web.api.contract.RouterFactoryException
-
- createNetClient(NetClientOptions) - Method in interface io.vertx.core.Vertx
-
Create a TCP/SSL client using the specified options
- createNetClient() - Method in interface io.vertx.core.Vertx
-
Create a TCP/SSL client using default options
- createNetClient(NetClientOptions) - Method in class io.vertx.reactivex.core.Vertx
-
Create a TCP/SSL client using the specified options
- createNetClient() - Method in class io.vertx.reactivex.core.Vertx
-
Create a TCP/SSL client using default options
- createNetClient(NetClientOptions) - Method in class io.vertx.rxjava.core.Vertx
-
Create a TCP/SSL client using the specified options
- createNetClient() - Method in class io.vertx.rxjava.core.Vertx
-
Create a TCP/SSL client using default options
- createNetClientMetrics(NetClientOptions) - Method in interface io.vertx.core.spi.metrics.VertxMetrics
-
Provides the net client metrics SPI when a net client is created.
- createNetServer(NetServerOptions) - Method in interface io.vertx.core.Vertx
-
Create a TCP/SSL server using the specified options
- createNetServer() - Method in interface io.vertx.core.Vertx
-
Create a TCP/SSL server using default options
- createNetServer(NetServerOptions) - Method in class io.vertx.reactivex.core.Vertx
-
Create a TCP/SSL server using the specified options
- createNetServer() - Method in class io.vertx.reactivex.core.Vertx
-
Create a TCP/SSL server using default options
- createNetServer(NetServerOptions) - Method in class io.vertx.rxjava.core.Vertx
-
Create a TCP/SSL server using the specified options
- createNetServer() - Method in class io.vertx.rxjava.core.Vertx
-
Create a TCP/SSL server using default options
- createNetServerMetrics(NetServerOptions, SocketAddress) - Method in interface io.vertx.core.spi.metrics.VertxMetrics
-
Provides the net server metrics SPI when a net server is created.
- createNonShared(Vertx) - Static method in interface io.vertx.cassandra.CassandraClient
-
- createNonShared(Vertx, CassandraClientOptions) - Static method in interface io.vertx.cassandra.CassandraClient
-
- createNonShared(Vertx, JsonObject) - Static method in interface io.vertx.ext.asyncsql.MySQLClient
-
Create a MySQL client which maintains its own pool.
- createNonShared(Vertx, JsonObject) - Static method in interface io.vertx.ext.asyncsql.PostgreSQLClient
-
Create a PostgreSQL client which maintains its own pool.
- createNonShared(Vertx, JsonObject) - Static method in interface io.vertx.ext.jdbc.JDBCClient
-
- createNonShared(Vertx, MailConfig) - Static method in interface io.vertx.ext.mail.MailClient
-
- createNonShared(Vertx, JsonObject) - Static method in interface io.vertx.ext.mongo.MongoClient
-
- createNonShared(Vertx) - Static method in class io.vertx.reactivex.cassandra.CassandraClient
-
Deprecated.
- createNonShared(Vertx, CassandraClientOptions) - Static method in class io.vertx.reactivex.cassandra.CassandraClient
-
Deprecated.
- createNonShared(Vertx, JsonObject) - Static method in class io.vertx.reactivex.ext.asyncsql.MySQLClient
-
Create a MySQL client which maintains its own pool.
- createNonShared(Vertx, JsonObject) - Static method in class io.vertx.reactivex.ext.asyncsql.PostgreSQLClient
-
Create a PostgreSQL client which maintains its own pool.
- createNonShared(Vertx, JsonObject) - Static method in class io.vertx.reactivex.ext.jdbc.JDBCClient
-
Deprecated.
- createNonShared(Vertx, MailConfig) - Static method in class io.vertx.reactivex.ext.mail.MailClient
-
Deprecated.
- createNonShared(Vertx, JsonObject) - Static method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Deprecated.
- createNonShared(Vertx) - Static method in class io.vertx.rxjava.cassandra.CassandraClient
-
Deprecated.
- createNonShared(Vertx, CassandraClientOptions) - Static method in class io.vertx.rxjava.cassandra.CassandraClient
-
Deprecated.
- createNonShared(Vertx, JsonObject) - Static method in class io.vertx.rxjava.ext.asyncsql.MySQLClient
-
Create a MySQL client which maintains its own pool.
- createNonShared(Vertx, JsonObject) - Static method in class io.vertx.rxjava.ext.asyncsql.PostgreSQLClient
-
Create a PostgreSQL client which maintains its own pool.
- createNonShared(Vertx, JsonObject) - Static method in class io.vertx.rxjava.ext.jdbc.JDBCClient
-
Deprecated.
- createNonShared(Vertx, MailConfig) - Static method in class io.vertx.rxjava.ext.mail.MailClient
-
Deprecated.
- createNonShared(Vertx, JsonObject) - Static method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Deprecated.
- createObservable(Vertx, String) - Static method in class io.vertx.rxjava.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
-
- createObservable(Vertx, String, List<JsonObject>) - Static method in class io.vertx.rxjava.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
-
- createOperationIdNotFoundException(String) - Static method in exception io.vertx.ext.web.api.contract.RouterFactoryException
-
- createOptimized(String) - Static method in class io.vertx.core.http.HttpHeaders
-
Create an optimized
CharSequence which can be used as header name or value.
- createPadding(int) - Static method in class io.vertx.core.cli.UsageMessageFormatter
-
Return a String of padding of length len.
- createPathNotFoundException(String) - Static method in exception io.vertx.ext.web.api.contract.RouterFactoryException
-
- createPBKDF2(Vertx) - Static method in interface io.vertx.ext.auth.jdbc.JDBCHashStrategy
-
Deprecated.
Implements a Hashing Strategy as per https://www.owasp.org/index.php/Password_Storage_Cheat_Sheet (2018-01-17).
- createPBKDF2(Vertx) - Static method in class io.vertx.reactivex.ext.auth.jdbc.JDBCHashStrategy
-
Implements a Hashing Strategy as per https://www.owasp.org/index.php/Password_Storage_Cheat_Sheet (2018-01-17).
- createPBKDF2(Vertx) - Static method in class io.vertx.rxjava.ext.auth.jdbc.JDBCHashStrategy
-
Implements a Hashing Strategy as per https://www.owasp.org/index.php/Password_Storage_Cheat_Sheet (2018-01-17).
- createPool(SqlConnectOptions, PoolOptions) - Method in class io.vertx.db2client.spi.DB2Driver
-
- createPool(Vertx, SqlConnectOptions, PoolOptions) - Method in class io.vertx.db2client.spi.DB2Driver
-
- createPool(SqlConnectOptions, PoolOptions) - Method in class io.vertx.mysqlclient.spi.MySQLDriver
-
- createPool(Vertx, SqlConnectOptions, PoolOptions) - Method in class io.vertx.mysqlclient.spi.MySQLDriver
-
- createPool(SqlConnectOptions, PoolOptions) - Method in class io.vertx.pgclient.spi.PgDriver
-
- createPool(Vertx, SqlConnectOptions, PoolOptions) - Method in class io.vertx.pgclient.spi.PgDriver
-
- createPool(SqlConnectOptions) - Method in interface io.vertx.sqlclient.spi.Driver
-
Create a connection pool to the database configured with the given
connectOptions and default
PoolOptions
- createPool(SqlConnectOptions, PoolOptions) - Method in interface io.vertx.sqlclient.spi.Driver
-
Create a connection pool to the database configured with the given connectOptions and poolOptions.
- createPool(Vertx, SqlConnectOptions, PoolOptions) - Method in interface io.vertx.sqlclient.spi.Driver
-
Create a connection pool to the database configured with the given connectOptions and poolOptions.
- createPoolMetrics(String, String, int) - Method in interface io.vertx.core.spi.metrics.VertxMetrics
-
Provides the pool metrics SPI.
- createPreparedQuery(PreparedQueryDefinition, Handler<AsyncResult<String>>) - Method in interface io.vertx.ext.consul.ConsulClient
-
- createPreparedQuery(PreparedQueryDefinition, Handler<AsyncResult<String>>) - Method in interface io.vertx.ext.consul.ConsulService
-
- createPreparedQuery(PreparedQueryDefinition, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
- createPreparedQuery(PreparedQueryDefinition, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.ext.consul.ConsulService
-
- createPreparedQuery(PreparedQueryDefinition, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
-
- createProcedure(Vertx) - Static method in interface io.vertx.ext.cluster.infinispan.ClusterHealthCheck
-
- createProcedure(Vertx, boolean) - Static method in interface io.vertx.ext.cluster.infinispan.ClusterHealthCheck
-
Creates a ready-to-use Vert.x cluster
HealthChecks procedure.
- createProcedure(Vertx) - Static method in interface io.vertx.spi.cluster.hazelcast.ClusterHealthCheck
-
Creates a ready-to-use Vert.x cluster
HealthChecks procedure.
- createProcess() - Method in interface io.vertx.ext.shell.command.Command
-
Create a new process with empty arguments.
- createProcess(List<CliToken>) - Method in interface io.vertx.ext.shell.command.Command
-
Create a new process with the passed arguments.
- createProcess() - Method in class io.vertx.reactivex.ext.shell.command.Command
-
Create a new process with empty arguments.
- createProcess(List<CliToken>) - Method in class io.vertx.reactivex.ext.shell.command.Command
-
Create a new process with the passed arguments.
- createProcess() - Method in class io.vertx.rxjava.ext.shell.command.Command
-
Create a new process with empty arguments.
- createProcess(List<CliToken>) - Method in class io.vertx.rxjava.ext.shell.command.Command
-
Create a new process with the passed arguments.
- createProducer(String) - Method in interface io.vertx.amqpbridge.AmqpBridge
-
Creates a producer to the given AMQP address.
- createProducer(String) - Method in class io.vertx.reactivex.amqpbridge.AmqpBridge
-
Creates a producer to the given AMQP address.
- createProducer(String) - Method in class io.vertx.rxjava.amqpbridge.AmqpBridge
-
Creates a producer to the given AMQP address.
- createProvider(Vertx) - Method in interface io.vertx.ext.auth.AuthOptions
-
Deprecated.
Create the suitable provider for this option.
- createProvider(Vertx) - Method in class io.vertx.ext.auth.htpasswd.HtpasswdAuthOptions
-
- createProvider(Vertx) - Method in class io.vertx.ext.auth.jdbc.JDBCAuthOptions
-
Deprecated.
- createProvider(Vertx) - Method in class io.vertx.ext.auth.mongo.MongoAuthOptions
-
- createProvider(Vertx) - Method in class io.vertx.ext.auth.shiro.ShiroAuthOptions
-
- createProxy(Class<T>, Vertx, String) - Static method in class io.vertx.serviceproxy.ProxyHelper
-
- createProxy(Class<T>, Vertx, String, DeliveryOptions) - Static method in class io.vertx.serviceproxy.ProxyHelper
-
- createReceiptFrame(String, Map<String, String>) - Static method in interface io.vertx.ext.stomp.Frames
-
- createReceiptFrame(String, Map<String, String>) - Static method in class io.vertx.reactivex.ext.stomp.Frames
-
- createReceiptFrame(String, Map<String, String>) - Static method in class io.vertx.rxjava.ext.stomp.Frames
-
- createReceiver(String, Handler<AsyncResult<AmqpReceiver>>) - Method in interface io.vertx.amqp.AmqpClient
-
Creates a receiver used to consume messages from the given address.
- createReceiver(String, AmqpReceiverOptions, Handler<AsyncResult<AmqpReceiver>>) - Method in interface io.vertx.amqp.AmqpClient
-
Creates a receiver used to consumer messages from the given address.
- createReceiver(String, Handler<AsyncResult<AmqpReceiver>>) - Method in interface io.vertx.amqp.AmqpConnection
-
Creates a receiver used to consume messages from the given address.
- createReceiver(String, AmqpReceiverOptions, Handler<AsyncResult<AmqpReceiver>>) - Method in interface io.vertx.amqp.AmqpConnection
-
Creates a receiver used to consumer messages from the given address.
- createReceiver(String, Handler<AsyncResult<AmqpReceiver>>) - Method in class io.vertx.reactivex.amqp.AmqpClient
-
Creates a receiver used to consume messages from the given address.
- createReceiver(String, AmqpReceiverOptions, Handler<AsyncResult<AmqpReceiver>>) - Method in class io.vertx.reactivex.amqp.AmqpClient
-
Creates a receiver used to consumer messages from the given address.
- createReceiver(String, Handler<AsyncResult<AmqpReceiver>>) - Method in class io.vertx.reactivex.amqp.AmqpConnection
-
Creates a receiver used to consume messages from the given address.
- createReceiver(String, AmqpReceiverOptions, Handler<AsyncResult<AmqpReceiver>>) - Method in class io.vertx.reactivex.amqp.AmqpConnection
-
Creates a receiver used to consumer messages from the given address.
- createReceiver(String, Handler<AsyncResult<AmqpReceiver>>) - Method in class io.vertx.rxjava.amqp.AmqpClient
-
Creates a receiver used to consume messages from the given address.
- createReceiver(String, AmqpReceiverOptions, Handler<AsyncResult<AmqpReceiver>>) - Method in class io.vertx.rxjava.amqp.AmqpClient
-
Creates a receiver used to consumer messages from the given address.
- createReceiver(String, Handler<AsyncResult<AmqpReceiver>>) - Method in class io.vertx.rxjava.amqp.AmqpConnection
-
Creates a receiver used to consume messages from the given address.
- createReceiver(String, AmqpReceiverOptions, Handler<AsyncResult<AmqpReceiver>>) - Method in class io.vertx.rxjava.amqp.AmqpConnection
-
Creates a receiver used to consumer messages from the given address.
- createRecord(String, String, String, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.EventBusService
-
Sugar method to creates a record for this type.
- createRecord(String, String, String) - Static method in class io.vertx.reactivex.servicediscovery.types.EventBusService
-
Creates a record based on the parameters.
- createRecord(String, String, int, String, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
-
Convenient method to create a record for a HTTP endpoint.
- createRecord(String, boolean, String, int, String, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
-
- createRecord(String, String, int, String) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
-
- createRecord(String, String) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
-
- createRecord(String, JsonObject, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.JDBCDataSource
-
- createRecord(String, String, String, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.MessageSource
-
Create a record representing a data producer.
- createRecord(String, String, String) - Static method in class io.vertx.reactivex.servicediscovery.types.MessageSource
-
- createRecord(String, String) - Static method in class io.vertx.reactivex.servicediscovery.types.MessageSource
-
- createRecord(String, JsonObject, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.MongoDataSource
-
Convenient method to create a record for a Mongo data source.
- createRecord(String, JsonObject, JsonObject) - Static method in class io.vertx.reactivex.servicediscovery.types.RedisDataSource
-
Convenient method to create a record for a Redis data source.
- createRecord(String, String, String, JsonObject) - Static method in class io.vertx.rxjava.servicediscovery.types.EventBusService
-
Sugar method to creates a record for this type.
- createRecord(String, String, String) - Static method in class io.vertx.rxjava.servicediscovery.types.EventBusService
-
Creates a record based on the parameters.
- createRecord(String, String, int, String, JsonObject) - Static method in class io.vertx.rxjava.servicediscovery.types.HttpEndpoint
-
Convenient method to create a record for a HTTP endpoint.
- createRecord(String, boolean, String, int, String, JsonObject) - Static method in class io.vertx.rxjava.servicediscovery.types.HttpEndpoint
-
- createRecord(String, String, int, String) - Static method in class io.vertx.rxjava.servicediscovery.types.HttpEndpoint
-
- createRecord(String, String) - Static method in class io.vertx.rxjava.servicediscovery.types.HttpEndpoint
-
- createRecord(String, JsonObject, JsonObject) - Static method in class io.vertx.rxjava.servicediscovery.types.JDBCDataSource
-
- createRecord(String, String, String, JsonObject) - Static method in class io.vertx.rxjava.servicediscovery.types.MessageSource
-
Create a record representing a data producer.
- createRecord(String, String, String) - Static method in class io.vertx.rxjava.servicediscovery.types.MessageSource
-
- createRecord(String, String) - Static method in class io.vertx.rxjava.servicediscovery.types.MessageSource
-
- createRecord(String, JsonObject, JsonObject) - Static method in class io.vertx.rxjava.servicediscovery.types.MongoDataSource
-
Convenient method to create a record for a Mongo data source.
- createRecord(String, JsonObject, JsonObject) - Static method in class io.vertx.rxjava.servicediscovery.types.RedisDataSource
-
Convenient method to create a record for a Redis data source.
- createRecord(String, String, Class, JsonObject) - Static method in interface io.vertx.servicediscovery.types.EventBusService
-
Sugar method to creates a record for this type.
- createRecord(String, String, String, JsonObject) - Static method in interface io.vertx.servicediscovery.types.EventBusService
-
Sugar method to creates a record for this type.
- createRecord(String, String, Class) - Static method in interface io.vertx.servicediscovery.types.EventBusService
-
- createRecord(String, String, String) - Static method in interface io.vertx.servicediscovery.types.EventBusService
-
Creates a record based on the parameters.
- createRecord(String, String, int, String, JsonObject) - Static method in interface io.vertx.servicediscovery.types.HttpEndpoint
-
Convenient method to create a record for a HTTP endpoint.
- createRecord(String, boolean, String, int, String, JsonObject) - Static method in interface io.vertx.servicediscovery.types.HttpEndpoint
-
- createRecord(String, String, int, String) - Static method in interface io.vertx.servicediscovery.types.HttpEndpoint
-
- createRecord(String, String) - Static method in interface io.vertx.servicediscovery.types.HttpEndpoint
-
- createRecord(String, JsonObject, JsonObject) - Static method in interface io.vertx.servicediscovery.types.JDBCDataSource
-
- createRecord(String, String, String, JsonObject) - Static method in interface io.vertx.servicediscovery.types.MessageSource
-
Create a record representing a data producer.
- createRecord(String, String, Class, JsonObject) - Static method in interface io.vertx.servicediscovery.types.MessageSource
-
Create a record representing a data producer.
- createRecord(String, String, Class) - Static method in interface io.vertx.servicediscovery.types.MessageSource
-
- createRecord(String, String, String) - Static method in interface io.vertx.servicediscovery.types.MessageSource
-
- createRecord(String, String) - Static method in interface io.vertx.servicediscovery.types.MessageSource
-
- createRecord(String, JsonObject, JsonObject) - Static method in interface io.vertx.servicediscovery.types.MongoDataSource
-
Convenient method to create a record for a Mongo data source.
- createRecord(String, JsonObject, JsonObject) - Static method in interface io.vertx.servicediscovery.types.RedisDataSource
-
Convenient method to create a record for a Redis data source.
- createReplace(JsonObject, JsonObject) - Static method in class io.vertx.ext.mongo.BulkOperation
-
Create a new replace operation with the given filter and replace document
- createReplace(JsonObject, JsonObject, boolean) - Static method in class io.vertx.ext.mongo.BulkOperation
-
Create a new replace operation with the given filter, replace document, and the upsert flag
- createRunnerForTestWithParameters(TestWithParameters) - Method in class io.vertx.ext.unit.junit.VertxUnitRunnerWithParametersFactory
-
- createSender(String, Handler<AsyncResult<AmqpSender>>) - Method in interface io.vertx.amqp.AmqpClient
-
Creates a sender used to send messages to the given address.
- createSender(String, AmqpSenderOptions, Handler<AsyncResult<AmqpSender>>) - Method in interface io.vertx.amqp.AmqpClient
-
Creates a sender used to send messages to the given address.
- createSender(String, Handler<AsyncResult<AmqpSender>>) - Method in interface io.vertx.amqp.AmqpConnection
-
Creates a sender used to send messages to the given address.
- createSender(String, AmqpSenderOptions, Handler<AsyncResult<AmqpSender>>) - Method in interface io.vertx.amqp.AmqpConnection
-
Creates a sender used to send messages to the given address.
- createSender(String, Handler<AsyncResult<AmqpSender>>) - Method in class io.vertx.reactivex.amqp.AmqpClient
-
Creates a sender used to send messages to the given address.
- createSender(String, AmqpSenderOptions, Handler<AsyncResult<AmqpSender>>) - Method in class io.vertx.reactivex.amqp.AmqpClient
-
Creates a sender used to send messages to the given address.
- createSender(String, Handler<AsyncResult<AmqpSender>>) - Method in class io.vertx.reactivex.amqp.AmqpConnection
-
Creates a sender used to send messages to the given address.
- createSender(String, AmqpSenderOptions, Handler<AsyncResult<AmqpSender>>) - Method in class io.vertx.reactivex.amqp.AmqpConnection
-
Creates a sender used to send messages to the given address.
- createSender(String, Handler<AsyncResult<AmqpSender>>) - Method in class io.vertx.rxjava.amqp.AmqpClient
-
Creates a sender used to send messages to the given address.
- createSender(String, AmqpSenderOptions, Handler<AsyncResult<AmqpSender>>) - Method in class io.vertx.rxjava.amqp.AmqpClient
-
Creates a sender used to send messages to the given address.
- createSender(String, Handler<AsyncResult<AmqpSender>>) - Method in class io.vertx.rxjava.amqp.AmqpConnection
-
Creates a sender used to send messages to the given address.
- createSender(String, AmqpSenderOptions, Handler<AsyncResult<AmqpSender>>) - Method in class io.vertx.rxjava.amqp.AmqpConnection
-
Creates a sender used to send messages to the given address.
- createSession(Handler<AsyncResult<String>>) - Method in interface io.vertx.ext.consul.ConsulClient
-
Initialize a new session
- createSession(Handler<AsyncResult<String>>) - Method in interface io.vertx.ext.consul.ConsulService
-
- createSession(long) - Method in interface io.vertx.ext.web.sstore.SessionStore
-
Create a new session using the default min length.
- createSession(long, int) - Method in interface io.vertx.ext.web.sstore.SessionStore
-
Create a new session.
- createSession(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Initialize a new session
- createSession(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.ext.consul.ConsulService
-
- createSession(long) - Method in class io.vertx.reactivex.ext.web.sstore.SessionStore
-
Create a new session using the default min length.
- createSession(long, int) - Method in class io.vertx.reactivex.ext.web.sstore.SessionStore
-
Create a new session.
- createSession(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
-
Initialize a new session
- createSession(long) - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
-
Create a new session using the default min length.
- createSession(long, int) - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
-
Create a new session.
- createSessionWithOptions(SessionOptions, Handler<AsyncResult<String>>) - Method in interface io.vertx.ext.consul.ConsulClient
-
Initialize a new session
- createSessionWithOptions(SessionOptions, Handler<AsyncResult<String>>) - Method in interface io.vertx.ext.consul.ConsulService
-
- createSessionWithOptions(SessionOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Initialize a new session
- createSessionWithOptions(SessionOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.ext.consul.ConsulService
-
- createSessionWithOptions(SessionOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
-
Initialize a new session
- createSetCharHandler(Message) - Static method in class io.vertx.serviceproxy.HelperUtils
-
- createSetHandler(Message) - Static method in class io.vertx.serviceproxy.HelperUtils
-
- createSHA512(Vertx) - Static method in interface io.vertx.ext.auth.jdbc.JDBCHashStrategy
-
Deprecated.
This is the current backwards compatible hashing implementation, new applications should prefer the
PBKDF2 implementation, unless the tradeoff between security and CPU usage is an option.
- createSHA512(Vertx) - Static method in class io.vertx.reactivex.ext.auth.jdbc.JDBCHashStrategy
-
This is the current backwards compatible hashing implementation, new applications should prefer the
PBKDF2 implementation, unless the tradeoff between security and CPU usage is an option.
- createSHA512(Vertx) - Static method in class io.vertx.rxjava.ext.auth.jdbc.JDBCHashStrategy
-
This is the current backwards compatible hashing implementation, new applications should prefer the
PBKDF2 implementation, unless the tradeoff between security and CPU usage is an option.
- createShared(Vertx) - Static method in interface io.vertx.cassandra.CassandraClient
-
- createShared(Vertx, String) - Static method in interface io.vertx.cassandra.CassandraClient
-
- createShared(Vertx, CassandraClientOptions) - Static method in interface io.vertx.cassandra.CassandraClient
-
- createShared(Vertx, String, CassandraClientOptions) - Static method in interface io.vertx.cassandra.CassandraClient
-
Create a Cassandra client that shares its driver session with any other client having the same name.
- createShared(Vertx, JsonObject, String) - Static method in interface io.vertx.ext.asyncsql.MySQLClient
-
Create a MySQL client which shares its data source with any other MySQL clients created with the same
data source name
- createShared(Vertx, JsonObject) - Static method in interface io.vertx.ext.asyncsql.MySQLClient
-
- createShared(Vertx, JsonObject, String) - Static method in interface io.vertx.ext.asyncsql.PostgreSQLClient
-
Create a PostgreSQL client which shares its pool with any other MySQL clients created with the same pool name.
- createShared(Vertx, JsonObject) - Static method in interface io.vertx.ext.asyncsql.PostgreSQLClient
-
- createShared(Vertx, JsonObject, String) - Static method in interface io.vertx.ext.jdbc.JDBCClient
-
Create a JDBC client which shares its data source with any other JDBC clients created with the same
data source name
- createShared(Vertx, JsonObject) - Static method in interface io.vertx.ext.jdbc.JDBCClient
-
- createShared(Vertx, MailConfig, String) - Static method in interface io.vertx.ext.mail.MailClient
-
Create a Mail client which shares its connection pool with any other Mail clients created with the same
pool name
- createShared(Vertx, MailConfig) - Static method in interface io.vertx.ext.mail.MailClient
-
- createShared(Vertx, JsonObject, String) - Static method in interface io.vertx.ext.mongo.MongoClient
-
Create a Mongo client which shares its data source with any other Mongo clients created with the same
data source name
- createShared(Vertx, JsonObject) - Static method in interface io.vertx.ext.mongo.MongoClient
-
- createShared(Vertx, String, Properties) - Static method in interface io.vertx.kafka.client.producer.KafkaProducer
-
Get or create a KafkaProducer instance which shares its stream with any other KafkaProducer created with the same name
- createShared(Vertx, String, Map<String, String>) - Static method in interface io.vertx.kafka.client.producer.KafkaProducer
-
Get or create a KafkaProducer instance which shares its stream with any other KafkaProducer created with the same name
- createShared(Vertx, String, Map<String, String>, Serializer<K>, Serializer<V>) - Static method in interface io.vertx.kafka.client.producer.KafkaProducer
-
Get or create a KafkaProducer instance which shares its stream with any other KafkaProducer created with the same name
- createShared(Vertx, String, Map<String, String>, Class<K>, Class<V>) - Static method in interface io.vertx.kafka.client.producer.KafkaProducer
-
Get or create a KafkaProducer instance which shares its stream with any other KafkaProducer created with the same name
- createShared(Vertx, String, Properties, Serializer<K>, Serializer<V>) - Static method in interface io.vertx.kafka.client.producer.KafkaProducer
-
Get or create a KafkaProducer instance which shares its stream with any other KafkaProducer created with the same name
- createShared(Vertx, String, Properties, Class<K>, Class<V>) - Static method in interface io.vertx.kafka.client.producer.KafkaProducer
-
Get or create a KafkaProducer instance which shares its stream with any other KafkaProducer created with the same name
- createShared(Vertx) - Static method in class io.vertx.reactivex.cassandra.CassandraClient
-
- createShared(Vertx, String) - Static method in class io.vertx.reactivex.cassandra.CassandraClient
-
- createShared(Vertx, CassandraClientOptions) - Static method in class io.vertx.reactivex.cassandra.CassandraClient
-
- createShared(Vertx, String, CassandraClientOptions) - Static method in class io.vertx.reactivex.cassandra.CassandraClient
-
Create a Cassandra client that shares its driver session with any other client having the same name.
- createShared(Vertx, JsonObject, String) - Static method in class io.vertx.reactivex.ext.asyncsql.MySQLClient
-
Create a MySQL client which shares its data source with any other MySQL clients created with the same
data source name
- createShared(Vertx, JsonObject) - Static method in class io.vertx.reactivex.ext.asyncsql.MySQLClient
-
- createShared(Vertx, JsonObject, String) - Static method in class io.vertx.reactivex.ext.asyncsql.PostgreSQLClient
-
Create a PostgreSQL client which shares its pool with any other MySQL clients created with the same pool name.
- createShared(Vertx, JsonObject) - Static method in class io.vertx.reactivex.ext.asyncsql.PostgreSQLClient
-
- createShared(Vertx, JsonObject, String) - Static method in class io.vertx.reactivex.ext.jdbc.JDBCClient
-
Create a JDBC client which shares its data source with any other JDBC clients created with the same
data source name
- createShared(Vertx, JsonObject) - Static method in class io.vertx.reactivex.ext.jdbc.JDBCClient
-
- createShared(Vertx, MailConfig, String) - Static method in class io.vertx.reactivex.ext.mail.MailClient
-
Create a Mail client which shares its connection pool with any other Mail clients created with the same
pool name
- createShared(Vertx, MailConfig) - Static method in class io.vertx.reactivex.ext.mail.MailClient
-
- createShared(Vertx, JsonObject, String) - Static method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Create a Mongo client which shares its data source with any other Mongo clients created with the same
data source name
- createShared(Vertx, JsonObject) - Static method in class io.vertx.reactivex.ext.mongo.MongoClient
-
- createShared(Vertx, String, Map<String, String>) - Static method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
-
Get or create a KafkaProducer instance which shares its stream with any other KafkaProducer created with the same name
- createShared(Vertx, String, Map<String, String>, Class<K>, Class<V>) - Static method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
-
Get or create a KafkaProducer instance which shares its stream with any other KafkaProducer created with the same name
- createShared(Vertx) - Static method in class io.vertx.rxjava.cassandra.CassandraClient
-
- createShared(Vertx, String) - Static method in class io.vertx.rxjava.cassandra.CassandraClient
-
- createShared(Vertx, CassandraClientOptions) - Static method in class io.vertx.rxjava.cassandra.CassandraClient
-
- createShared(Vertx, String, CassandraClientOptions) - Static method in class io.vertx.rxjava.cassandra.CassandraClient
-
Create a Cassandra client that shares its driver session with any other client having the same name.
- createShared(Vertx, JsonObject, String) - Static method in class io.vertx.rxjava.ext.asyncsql.MySQLClient
-
Create a MySQL client which shares its data source with any other MySQL clients created with the same
data source name
- createShared(Vertx, JsonObject) - Static method in class io.vertx.rxjava.ext.asyncsql.MySQLClient
-
- createShared(Vertx, JsonObject, String) - Static method in class io.vertx.rxjava.ext.asyncsql.PostgreSQLClient
-
Create a PostgreSQL client which shares its pool with any other MySQL clients created with the same pool name.
- createShared(Vertx, JsonObject) - Static method in class io.vertx.rxjava.ext.asyncsql.PostgreSQLClient
-
- createShared(Vertx, JsonObject, String) - Static method in class io.vertx.rxjava.ext.jdbc.JDBCClient
-
Create a JDBC client which shares its data source with any other JDBC clients created with the same
data source name
- createShared(Vertx, JsonObject) - Static method in class io.vertx.rxjava.ext.jdbc.JDBCClient
-
- createShared(Vertx, MailConfig, String) - Static method in class io.vertx.rxjava.ext.mail.MailClient
-
Create a Mail client which shares its connection pool with any other Mail clients created with the same
pool name
- createShared(Vertx, MailConfig) - Static method in class io.vertx.rxjava.ext.mail.MailClient
-
- createShared(Vertx, JsonObject, String) - Static method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Create a Mongo client which shares its data source with any other Mongo clients created with the same
data source name
- createShared(Vertx, JsonObject) - Static method in class io.vertx.rxjava.ext.mongo.MongoClient
-
- createShared(Vertx, String, Map<String, String>) - Static method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
-
Get or create a KafkaProducer instance which shares its stream with any other KafkaProducer created with the same name
- createShared(Vertx, String, Map<String, String>, Class<K>, Class<V>) - Static method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
-
Get or create a KafkaProducer instance which shares its stream with any other KafkaProducer created with the same name
- createSharedWorkerExecutor(String) - Method in interface io.vertx.core.Vertx
-
- createSharedWorkerExecutor(String, int) - Method in interface io.vertx.core.Vertx
-
- createSharedWorkerExecutor(String, int, long) - Method in interface io.vertx.core.Vertx
-
- createSharedWorkerExecutor(String, int, long, TimeUnit) - Method in interface io.vertx.core.Vertx
-
Create a named worker executor, the executor should be closed when it's not needed anymore to release
resources.
This method can be called mutiple times with the same
name.
- createSharedWorkerExecutor(String) - Method in class io.vertx.reactivex.core.Vertx
-
- createSharedWorkerExecutor(String, int) - Method in class io.vertx.reactivex.core.Vertx
-
- createSharedWorkerExecutor(String, int, long) - Method in class io.vertx.reactivex.core.Vertx
-
- createSharedWorkerExecutor(String, int, long, TimeUnit) - Method in class io.vertx.reactivex.core.Vertx
-
Create a named worker executor, the executor should be closed when it's not needed anymore to release
resources.
This method can be called mutiple times with the same
name.
- createSharedWorkerExecutor(String) - Method in class io.vertx.rxjava.core.Vertx
-
- createSharedWorkerExecutor(String, int) - Method in class io.vertx.rxjava.core.Vertx
-
- createSharedWorkerExecutor(String, int, long) - Method in class io.vertx.rxjava.core.Vertx
-
- createSharedWorkerExecutor(String, int, long, TimeUnit) - Method in class io.vertx.rxjava.core.Vertx
-
Create a named worker executor, the executor should be closed when it's not needed anymore to release
resources.
This method can be called mutiple times with the same
name.
- createShell(Term) - Method in interface io.vertx.ext.shell.ShellServer
-
Create a new shell, the returned shell should be closed explicitely.
- createShell() - Method in interface io.vertx.ext.shell.ShellServer
-
Create a new shell, the returned shell should be closed explicitely.
- createShell(Term) - Method in class io.vertx.reactivex.ext.shell.ShellServer
-
Create a new shell, the returned shell should be closed explicitely.
- createShell() - Method in class io.vertx.reactivex.ext.shell.ShellServer
-
Create a new shell, the returned shell should be closed explicitely.
- createShell(Term) - Method in class io.vertx.rxjava.ext.shell.ShellServer
-
Create a new shell, the returned shell should be closed explicitely.
- createShell() - Method in class io.vertx.rxjava.ext.shell.ShellServer
-
Create a new shell, the returned shell should be closed explicitely.
- createSpecInvalidException(String) - Static method in exception io.vertx.ext.web.api.contract.RouterFactoryException
-
- createSpecNotExistsException(String) - Static method in exception io.vertx.ext.web.api.contract.RouterFactoryException
-
- createSSHTermServer(Vertx) - Static method in interface io.vertx.ext.shell.term.TermServer
-
Create a term server for the SSH protocol.
- createSSHTermServer(Vertx, SSHTermOptions) - Static method in interface io.vertx.ext.shell.term.TermServer
-
Create a term server for the SSH protocol.
- createSSHTermServer(Vertx) - Static method in class io.vertx.reactivex.ext.shell.term.TermServer
-
Create a term server for the SSH protocol.
- createSSHTermServer(Vertx, SSHTermOptions) - Static method in class io.vertx.reactivex.ext.shell.term.TermServer
-
Create a term server for the SSH protocol.
- createSSHTermServer(Vertx) - Static method in class io.vertx.rxjava.ext.shell.term.TermServer
-
Create a term server for the SSH protocol.
- createSSHTermServer(Vertx, SSHTermOptions) - Static method in class io.vertx.rxjava.ext.shell.term.TermServer
-
Create a term server for the SSH protocol.
- createStream(int) - Method in class io.vertx.reactivex.sqlclient.PreparedStatement
-
- createStream(int, Tuple) - Method in class io.vertx.reactivex.sqlclient.PreparedStatement
-
Execute the prepared query with a cursor and createStream the result.
- createStream(int) - Method in class io.vertx.rxjava.sqlclient.PreparedStatement
-
- createStream(int, Tuple) - Method in class io.vertx.rxjava.sqlclient.PreparedStatement
-
Execute the prepared query with a cursor and createStream the result.
- createStream(int) - Method in interface io.vertx.sqlclient.PreparedStatement
-
- createStream(int, Tuple) - Method in interface io.vertx.sqlclient.PreparedStatement
-
Execute the prepared query with a cursor and createStream the result.
- createStringEnumTypeValidator(List<String>) - Static method in interface io.vertx.ext.web.api.validation.ParameterTypeValidator
-
Create an enum type validator
- createStringEnumTypeValidator(List<String>) - Static method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
-
Create an enum type validator
- createStringEnumTypeValidator(List<String>) - Static method in class io.vertx.rxjava.ext.web.api.validation.ParameterTypeValidator
-
Create an enum type validator
- createStringTypeValidator(Object) - Static method in interface io.vertx.ext.web.api.validation.ParameterTypeValidator
-
Create a new string type validator
- createStringTypeValidator(String, Object) - Static method in interface io.vertx.ext.web.api.validation.ParameterTypeValidator
-
Create a new string type validator
- createStringTypeValidator(String, Integer, Integer, Object) - Static method in interface io.vertx.ext.web.api.validation.ParameterTypeValidator
-
Create a new string type validator
- createStringTypeValidator(Object) - Static method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
-
Create a new string type validator
- createStringTypeValidator(String, Object) - Static method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
-
Create a new string type validator
- createStringTypeValidator(String, Integer, Integer, Object) - Static method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
-
Create a new string type validator
- createStringTypeValidator(Object) - Static method in class io.vertx.rxjava.ext.web.api.validation.ParameterTypeValidator
-
Create a new string type validator
- createStringTypeValidator(String, Object) - Static method in class io.vertx.rxjava.ext.web.api.validation.ParameterTypeValidator
-
Create a new string type validator
- createStringTypeValidator(String, Integer, Integer, Object) - Static method in class io.vertx.rxjava.ext.web.api.validation.ParameterTypeValidator
-
Create a new string type validator
- createTelnetTermServer(Vertx) - Static method in interface io.vertx.ext.shell.term.TermServer
-
Create a term server for the Telnet protocol.
- createTelnetTermServer(Vertx, TelnetTermOptions) - Static method in interface io.vertx.ext.shell.term.TermServer
-
Create a term server for the Telnet protocol.
- createTelnetTermServer(Vertx) - Static method in class io.vertx.reactivex.ext.shell.term.TermServer
-
Create a term server for the Telnet protocol.
- createTelnetTermServer(Vertx, TelnetTermOptions) - Static method in class io.vertx.reactivex.ext.shell.term.TermServer
-
Create a term server for the Telnet protocol.
- createTelnetTermServer(Vertx) - Static method in class io.vertx.rxjava.ext.shell.term.TermServer
-
Create a term server for the Telnet protocol.
- createTelnetTermServer(Vertx, TelnetTermOptions) - Static method in class io.vertx.rxjava.ext.shell.term.TermServer
-
Create a term server for the Telnet protocol.
- createTempDirectory(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.core.file.FileSystem
-
Creates a new directory in the default temporary-file directory, using the given
prefix to generate its name, asynchronously.
- createTempDirectory(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.core.file.FileSystem
-
Creates a new directory in the default temporary-file directory, using the given
prefix to generate its name, asynchronously.
- createTempDirectory(String, String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.core.file.FileSystem
-
Creates a new directory in the directory provided by the path path, using the given
prefix to generate its name, asynchronously.
- createTempDirectory(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Creates a new directory in the default temporary-file directory, using the given
prefix to generate its name, asynchronously.
- createTempDirectory(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Creates a new directory in the default temporary-file directory, using the given
prefix to generate its name, asynchronously.
- createTempDirectory(String, String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Creates a new directory in the directory provided by the path path, using the given
prefix to generate its name, asynchronously.
- createTempDirectory(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.core.file.FileSystem
-
Creates a new directory in the default temporary-file directory, using the given
prefix to generate its name, asynchronously.
- createTempDirectory(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.core.file.FileSystem
-
Creates a new directory in the default temporary-file directory, using the given
prefix to generate its name, asynchronously.
- createTempDirectory(String, String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.core.file.FileSystem
-
Creates a new directory in the directory provided by the path path, using the given
prefix to generate its name, asynchronously.
- createTempDirectoryBlocking(String) - Method in interface io.vertx.core.file.FileSystem
-
- createTempDirectoryBlocking(String, String) - Method in interface io.vertx.core.file.FileSystem
-
- createTempDirectoryBlocking(String, String, String) - Method in interface io.vertx.core.file.FileSystem
-
- createTempDirectoryBlocking(String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
- createTempDirectoryBlocking(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
- createTempDirectoryBlocking(String, String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
- createTempDirectoryBlocking(String) - Method in class io.vertx.rxjava.core.file.FileSystem
-
- createTempDirectoryBlocking(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
-
- createTempDirectoryBlocking(String, String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
-
- createTempDirectoryObservable(String) - Method in class io.vertx.rxjava.core.file.FileSystem
-
- createTempDirectoryObservable(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
-
- createTempDirectoryObservable(String, String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
-
- createTempFile(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.core.file.FileSystem
-
Creates a new file in the default temporary-file directory, using the given
prefix and suffix to generate its name, asynchronously.
- createTempFile(String, String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.core.file.FileSystem
-
Creates a new file in the directory provided by the path dir, using the given
prefix and suffix to generate its name, asynchronously.
- createTempFile(String, String, String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.core.file.FileSystem
-
Creates a new file in the directory provided by the path dir, using the given
prefix and suffix to generate its name, asynchronously.
- createTempFile(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Creates a new file in the default temporary-file directory, using the given
prefix and suffix to generate its name, asynchronously.
- createTempFile(String, String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Creates a new file in the directory provided by the path dir, using the given
prefix and suffix to generate its name, asynchronously.
- createTempFile(String, String, String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Creates a new file in the directory provided by the path dir, using the given
prefix and suffix to generate its name, asynchronously.
- createTempFile(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.core.file.FileSystem
-
Creates a new file in the default temporary-file directory, using the given
prefix and suffix to generate its name, asynchronously.
- createTempFile(String, String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.core.file.FileSystem
-
Creates a new file in the directory provided by the path dir, using the given
prefix and suffix to generate its name, asynchronously.
- createTempFile(String, String, String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.core.file.FileSystem
-
Creates a new file in the directory provided by the path dir, using the given
prefix and suffix to generate its name, asynchronously.
- createTempFileBlocking(String, String) - Method in interface io.vertx.core.file.FileSystem
-
- createTempFileBlocking(String, String, String) - Method in interface io.vertx.core.file.FileSystem
-
- createTempFileBlocking(String, String, String, String) - Method in interface io.vertx.core.file.FileSystem
-
- createTempFileBlocking(String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
- createTempFileBlocking(String, String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
- createTempFileBlocking(String, String, String, String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
- createTempFileBlocking(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
-
- createTempFileBlocking(String, String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
-
- createTempFileBlocking(String, String, String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
-
- createTempFileObservable(String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
-
- createTempFileObservable(String, String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
-
- createTempFileObservable(String, String, String, String) - Method in class io.vertx.rxjava.core.file.FileSystem
-
- createTest() - Method in class io.vertx.ext.unit.junit.VertxUnitRunnerWithParameters
-
- createText(String) - Static method in interface io.vertx.ext.shell.cli.CliToken
-
Create a text token.
- createText(String) - Static method in class io.vertx.reactivex.ext.shell.cli.CliToken
-
Create a text token.
- createText(String) - Static method in class io.vertx.rxjava.ext.shell.cli.CliToken
-
Create a text token.
- createToken(TokenRequest, Handler<AsyncResult<Auth>>) - Method in class io.vertx.config.vault.client.SlimVaultClient
-
Creates a new token.
- createTopics(List<NewTopic>, Handler<AsyncResult<Void>>) - Method in interface io.vertx.kafka.admin.KafkaAdminClient
-
Creates a batch of new Kafka topics
- createTopics(List<NewTopic>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
-
Creates a batch of new Kafka topics
- createTopics(List<NewTopic>, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.kafka.admin.KafkaAdminClient
-
Creates a batch of new Kafka topics
- createUpdate(JsonObject, JsonObject) - Static method in class io.vertx.ext.mongo.BulkOperation
-
Create a new update operation with the given filter and update document
- createUpdate(JsonObject, JsonObject, boolean, boolean) - Static method in class io.vertx.ext.mongo.BulkOperation
-
Create a new update operation with the given filter, update document, the upsert flag, and multi flag
- createVerticle(String, ClassLoader) - Method in interface io.vertx.core.spi.VerticleFactory
-
Create a verticle instance.
- createVerticle(String, ClassLoader) - Method in class io.vertx.service.ServiceVerticleFactory
-
- createVertxThreadFactory(String, BlockedThreadChecker, boolean, long, TimeUnit) - Method in interface io.vertx.core.spi.VertxThreadFactoryProvider
-
Creates a new VertxThreadFactory with the following parameters.
- createWithDelegate(Class<X>, T) - Static method in class io.vertx.servicediscovery.utils.ClassLoaderUtils
-
- createWithHealthChecks(HealthChecks, AuthProvider) - Static method in interface io.vertx.ext.healthchecks.HealthCheckHandler
-
- createWithHealthChecks(HealthChecks) - Static method in interface io.vertx.ext.healthchecks.HealthCheckHandler
-
- createWithHealthChecks(HealthChecks, AuthProvider) - Static method in class io.vertx.reactivex.ext.healthchecks.HealthCheckHandler
-
- createWithHealthChecks(HealthChecks) - Static method in class io.vertx.reactivex.ext.healthchecks.HealthCheckHandler
-
- createWithHealthChecks(HealthChecks, AuthProvider) - Static method in class io.vertx.rxjava.ext.healthchecks.HealthCheckHandler
-
- createWithHealthChecks(HealthChecks) - Static method in class io.vertx.rxjava.ext.healthchecks.HealthCheckHandler
-
- createWrongExtension(String) - Static method in exception io.vertx.ext.web.api.contract.RouterFactoryException
-
- createWrongInterface(Class) - Static method in exception io.vertx.ext.web.api.contract.RouterFactoryException
-
- creationTime() - Method in interface io.vertx.amqp.AmqpMessage
-
- creationTime(long) - Method in interface io.vertx.amqp.AmqpMessageBuilder
-
- creationTime() - Method in interface io.vertx.core.file.FileProps
-
The date the file was created
- creationTime() - Method in class io.vertx.reactivex.amqp.AmqpMessage
-
- creationTime(long) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
-
- creationTime() - Method in class io.vertx.reactivex.core.file.FileProps
-
The date the file was created
- creationTime() - Method in class io.vertx.rxjava.amqp.AmqpMessage
-
- creationTime(long) - Method in class io.vertx.rxjava.amqp.AmqpMessageBuilder
-
- creationTime() - Method in class io.vertx.rxjava.core.file.FileProps
-
The date the file was created
- CSRFHandler - Interface in io.vertx.ext.web.handler
-
This handler adds a CSRF token to requests which mutate state.
- CSRFHandler - Class in io.vertx.reactivex.ext.web.handler
-
This handler adds a CSRF token to requests which mutate state.
- CSRFHandler(CSRFHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.CSRFHandler
-
- CSRFHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.CSRFHandler
-
- CSRFHandler - Class in io.vertx.rxjava.ext.web.handler
-
This handler adds a CSRF token to requests which mutate state.
- CSRFHandler(CSRFHandler) - Constructor for class io.vertx.rxjava.ext.web.handler.CSRFHandler
-
- CSRFHandler(Object) - Constructor for class io.vertx.rxjava.ext.web.handler.CSRFHandler
-
- current() - Static method in interface io.vertx.ext.auth.VertxContextPRNG
-
Get or create a secure non blocking random number generator using the current vert.x context.
- current(Context) - Static method in interface io.vertx.ext.auth.VertxContextPRNG
-
Get or create a secure non blocking random number generator using the provided vert.x context.
- current(Vertx) - Static method in interface io.vertx.ext.auth.VertxContextPRNG
-
Get or create a secure non blocking random number generator using the current vert.x instance.
- current() - Static method in class io.vertx.reactivex.ext.auth.VertxContextPRNG
-
Get or create a secure non blocking random number generator using the current vert.x context.
- current(Vertx) - Static method in class io.vertx.reactivex.ext.auth.VertxContextPRNG
-
Get or create a secure non blocking random number generator using the current vert.x instance.
- current() - Static method in class io.vertx.rxjava.ext.auth.VertxContextPRNG
-
Get or create a secure non blocking random number generator using the current vert.x context.
- current(Vertx) - Static method in class io.vertx.rxjava.ext.auth.VertxContextPRNG
-
Get or create a secure non blocking random number generator using the current vert.x instance.
- currentContext() - Static method in interface io.vertx.core.Vertx
-
Gets the current context
- currentContext() - Static method in class io.vertx.reactivex.core.Vertx
-
Gets the current context
- currentContext() - Static method in class io.vertx.rxjava.core.Vertx
-
Gets the current context
- currentRoute() - Method in interface io.vertx.ext.web.RoutingContext
-
- currentRoute() - Method in class io.vertx.reactivex.ext.web.RoutingContext
-
- currentRoute() - Method in class io.vertx.rxjava.ext.web.RoutingContext
-
- Cursor - Class in io.vertx.reactivex.sqlclient
-
A cursor that reads progressively rows from the database, it is useful for reading very large result sets.
- Cursor(Cursor) - Constructor for class io.vertx.reactivex.sqlclient.Cursor
-
- Cursor(Object) - Constructor for class io.vertx.reactivex.sqlclient.Cursor
-
- cursor() - Method in class io.vertx.reactivex.sqlclient.PreparedStatement
-
- cursor(Tuple) - Method in class io.vertx.reactivex.sqlclient.PreparedStatement
-
Create a cursor with the provided arguments.
- Cursor - Class in io.vertx.rxjava.sqlclient
-
A cursor that reads progressively rows from the database, it is useful for reading very large result sets.
- Cursor(Cursor) - Constructor for class io.vertx.rxjava.sqlclient.Cursor
-
- Cursor(Object) - Constructor for class io.vertx.rxjava.sqlclient.Cursor
-
- cursor() - Method in class io.vertx.rxjava.sqlclient.PreparedStatement
-
- cursor(Tuple) - Method in class io.vertx.rxjava.sqlclient.PreparedStatement
-
Create a cursor with the provided arguments.
- Cursor - Interface in io.vertx.sqlclient
-
A cursor that reads progressively rows from the database, it is useful for reading very large result sets.
- cursor() - Method in interface io.vertx.sqlclient.PreparedStatement
-
- cursor(Tuple) - Method in interface io.vertx.sqlclient.PreparedStatement
-
Create a cursor with the provided arguments.
- customFrameHandler(Handler<HttpFrame>) - Method in interface io.vertx.core.http.HttpClientResponse
-
Set an custom frame handler.
- customFrameHandler(Handler<HttpFrame>) - Method in interface io.vertx.core.http.HttpServerRequest
-
Set a custom frame handler.
- customFrameHandler(Handler<HttpFrame>) - Method in class io.vertx.reactivex.core.http.HttpClientResponse
-
Set an custom frame handler.
- customFrameHandler(Handler<HttpFrame>) - Method in class io.vertx.reactivex.core.http.HttpServerRequest
-
Set a custom frame handler.
- customFrameHandler(Handler<HttpFrame>) - Method in class io.vertx.rxjava.core.http.HttpClientResponse
-
Set an custom frame handler.
- customFrameHandler(Handler<HttpFrame>) - Method in class io.vertx.rxjava.core.http.HttpServerRequest
-
Set a custom frame handler.
- customizeRemoteRepoBuilder(RemoteRepository.Builder) - Method in class io.vertx.maven.resolver.ResolverImpl
-
- CustomValidator - Interface in io.vertx.ext.web.api.validation
-
This interface is used to add custom synchronous functions inside validation process.
- CustomValidator - Class in io.vertx.reactivex.ext.web.api.validation
-
This interface is used to add custom synchronous functions inside validation process.
- CustomValidator(CustomValidator) - Constructor for class io.vertx.reactivex.ext.web.api.validation.CustomValidator
-
- CustomValidator(Object) - Constructor for class io.vertx.reactivex.ext.web.api.validation.CustomValidator
-
- CustomValidator - Class in io.vertx.rxjava.ext.web.api.validation
-
This interface is used to add custom synchronous functions inside validation process.
- CustomValidator(CustomValidator) - Constructor for class io.vertx.rxjava.ext.web.api.validation.CustomValidator
-
- CustomValidator(Object) - Constructor for class io.vertx.rxjava.ext.web.api.validation.CustomValidator
-
- data() - Method in interface io.vertx.core.datagram.DatagramPacket
-
- data() - Method in interface io.vertx.ext.web.RoutingContext
-
- data() - Method in interface io.vertx.ext.web.Session
-
- data() - Method in class io.vertx.ext.web.sstore.AbstractSession
-
- data() - Method in class io.vertx.reactivex.core.datagram.DatagramPacket
-
- data() - Method in class io.vertx.reactivex.ext.web.RoutingContext
-
- data() - Method in class io.vertx.reactivex.ext.web.Session
-
- data() - Method in class io.vertx.rxjava.core.datagram.DatagramPacket
-
- data() - Method in class io.vertx.rxjava.ext.web.RoutingContext
-
- data() - Method in class io.vertx.rxjava.ext.web.Session
-
- DatabaseMetadata - Class in io.vertx.reactivex.sqlclient.spi
-
Contains static metadata about the backend database server
NOTE: This class has been automatically generated from the
original non RX-ified interface using Vert.x codegen.
- DatabaseMetadata(DatabaseMetadata) - Constructor for class io.vertx.reactivex.sqlclient.spi.DatabaseMetadata
-
- DatabaseMetadata(Object) - Constructor for class io.vertx.reactivex.sqlclient.spi.DatabaseMetadata
-
- databaseMetadata() - Method in class io.vertx.reactivex.sqlclient.SqlConnection
-
- DatabaseMetadata - Class in io.vertx.rxjava.sqlclient.spi
-
Contains static metadata about the backend database server
NOTE: This class has been automatically generated from the
original non RX-ified interface using Vert.x codegen.
- DatabaseMetadata(DatabaseMetadata) - Constructor for class io.vertx.rxjava.sqlclient.spi.DatabaseMetadata
-
- DatabaseMetadata(Object) - Constructor for class io.vertx.rxjava.sqlclient.spi.DatabaseMetadata
-
- databaseMetadata() - Method in class io.vertx.rxjava.sqlclient.SqlConnection
-
- DatabaseMetadata - Interface in io.vertx.sqlclient.spi
-
Contains static metadata about the backend database server
- databaseMetadata() - Method in interface io.vertx.sqlclient.SqlConnection
-
- DatabindCodec - Class in io.vertx.core.json.jackson
-
- DatabindCodec() - Constructor for class io.vertx.core.json.jackson.DatabindCodec
-
- DatagramPacket - Interface in io.vertx.core.datagram
-
A received datagram packet (UDP) which contains the data and information about the sender of the data itself.
- DatagramPacket - Class in io.vertx.reactivex.core.datagram
-
A received datagram packet (UDP) which contains the data and information about the sender of the data itself.
- DatagramPacket(DatagramPacket) - Constructor for class io.vertx.reactivex.core.datagram.DatagramPacket
-
- DatagramPacket(Object) - Constructor for class io.vertx.reactivex.core.datagram.DatagramPacket
-
- DatagramPacket - Class in io.vertx.rxjava.core.datagram
-
A received datagram packet (UDP) which contains the data and information about the sender of the data itself.
- DatagramPacket(DatagramPacket) - Constructor for class io.vertx.rxjava.core.datagram.DatagramPacket
-
- DatagramPacket(Object) - Constructor for class io.vertx.rxjava.core.datagram.DatagramPacket
-
- DatagramSocket - Interface in io.vertx.core.datagram
-
- DatagramSocket - Class in io.vertx.reactivex.core.datagram
-
- DatagramSocket(DatagramSocket) - Constructor for class io.vertx.reactivex.core.datagram.DatagramSocket
-
- DatagramSocket(Object) - Constructor for class io.vertx.reactivex.core.datagram.DatagramSocket
-
- DatagramSocket - Class in io.vertx.rxjava.core.datagram
-
- DatagramSocket(DatagramSocket) - Constructor for class io.vertx.rxjava.core.datagram.DatagramSocket
-
- DatagramSocket(Object) - Constructor for class io.vertx.rxjava.core.datagram.DatagramSocket
-
- DatagramSocketMetrics - Interface in io.vertx.core.spi.metrics
-
The datagram/udp metrics SPI which Vert.x will use to call when each event occurs pertaining to datagram sockets.
The thread model for the datagram socket depends on the actual context thats started the server.
- DatagramSocketOptions - Class in io.vertx.core.datagram
-
Options used to configure a datagram socket.
- DatagramSocketOptions() - Constructor for class io.vertx.core.datagram.DatagramSocketOptions
-
Default constructor
- DatagramSocketOptions(DatagramSocketOptions) - Constructor for class io.vertx.core.datagram.DatagramSocketOptions
-
Copy constructor
- DatagramSocketOptions(JsonObject) - Constructor for class io.vertx.core.datagram.DatagramSocketOptions
-
Constructor to create options from JSON
- dataLoaderRegistry(Function<ApolloWSMessage, DataLoaderRegistry>) - Method in interface io.vertx.ext.web.handler.graphql.ApolloWSHandler
-
Customize the DataLoaderRegistry.
- dataLoaderRegistry(Function<RoutingContext, DataLoaderRegistry>) - Method in interface io.vertx.ext.web.handler.graphql.GraphQLHandler
-
Customize the DataLoaderRegistry.
- dataLoaderRegistry(Function<ApolloWSMessage, DataLoaderRegistry>) - Method in class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler
-
Customize the .
- dataLoaderRegistry(Function<RoutingContext, DataLoaderRegistry>) - Method in class io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler
-
Customize the .
- dataLoaderRegistry(Function<ApolloWSMessage, DataLoaderRegistry>) - Method in class io.vertx.rxjava.ext.web.handler.graphql.ApolloWSHandler
-
Customize the .
- dataLoaderRegistry(Function<RoutingContext, DataLoaderRegistry>) - Method in class io.vertx.rxjava.ext.web.handler.graphql.GraphQLHandler
-
Customize the .
- DataSourceProvider - Interface in io.vertx.ext.jdbc.spi
-
- dataStaxClusterBuilder() - Method in class io.vertx.cassandra.CassandraClientOptions
-
- DATE - Static variable in class io.vertx.core.http.HttpHeaders
-
Date header name
- days(int) - Method in class io.vertx.pgclient.data.Interval
-
- DB2Connection - Interface in io.vertx.db2client
-
A connection to DB2 server.
- DB2Connection - Class in io.vertx.reactivex.db2client
-
A connection to DB2 server.
- DB2Connection(DB2Connection) - Constructor for class io.vertx.reactivex.db2client.DB2Connection
-
- DB2Connection(Object) - Constructor for class io.vertx.reactivex.db2client.DB2Connection
-
- DB2Connection - Class in io.vertx.rxjava.db2client
-
A connection to DB2 server.
- DB2Connection(DB2Connection) - Constructor for class io.vertx.rxjava.db2client.DB2Connection
-
- DB2Connection(Object) - Constructor for class io.vertx.rxjava.db2client.DB2Connection
-
- DB2ConnectOptions - Class in io.vertx.db2client
-
- DB2ConnectOptions() - Constructor for class io.vertx.db2client.DB2ConnectOptions
-
- DB2ConnectOptions(JsonObject) - Constructor for class io.vertx.db2client.DB2ConnectOptions
-
- DB2ConnectOptions(SqlConnectOptions) - Constructor for class io.vertx.db2client.DB2ConnectOptions
-
- DB2ConnectOptions(DB2ConnectOptions) - Constructor for class io.vertx.db2client.DB2ConnectOptions
-
- DB2ConnectOptionsConverter - Class in io.vertx.db2client
-
- DB2ConnectOptionsConverter() - Constructor for class io.vertx.db2client.DB2ConnectOptionsConverter
-
- DB2Driver - Class in io.vertx.db2client.spi
-
- DB2Driver() - Constructor for class io.vertx.db2client.spi.DB2Driver
-
- DB2Exception - Exception in io.vertx.db2client
-
- DB2Exception(int, String) - Constructor for exception io.vertx.db2client.DB2Exception
-
- DB2Exception(String, int, String) - Constructor for exception io.vertx.db2client.DB2Exception
-
- DB2Pool - Interface in io.vertx.db2client
-
A pool of DB2 connections.
- DB2Pool - Class in io.vertx.reactivex.db2client
-
A pool of DB2 connections.
- DB2Pool(DB2Pool) - Constructor for class io.vertx.reactivex.db2client.DB2Pool
-
- DB2Pool(Object) - Constructor for class io.vertx.reactivex.db2client.DB2Pool
-
- DB2Pool - Class in io.vertx.rxjava.db2client
-
A pool of DB2 connections.
- DB2Pool(DB2Pool) - Constructor for class io.vertx.rxjava.db2client.DB2Pool
-
- DB2Pool(Object) - Constructor for class io.vertx.rxjava.db2client.DB2Pool
-
- DBSIZE - Static variable in class io.vertx.reactivex.redis.client.Command
-
- dbsize(Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
- dbsize(Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
-
Return the number of keys in the selected database
- dbsize(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
-
Return the number of keys in the selected database
- DBSIZE - Static variable in interface io.vertx.redis.client.Command
-
- dbsize(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- dbsize(Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Deprecated.
Return the number of keys in the selected database
- dbsize(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Deprecated.
Return the number of keys in the selected database
- DBSIZE - Static variable in class io.vertx.rxjava.redis.client.Command
-
- dbsize(Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
-
- dbsize(Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Return the number of keys in the selected database
- dbsize(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Return the number of keys in the selected database
- dbsizeObservable() - Method in class io.vertx.rxjava.redis.client.RedisAPI
-
- dbsizeObservable() - Method in class io.vertx.rxjava.redis.RedisClient
-
- dbsizeObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
-
- DcCoordinates - Class in io.vertx.ext.consul
-
Holds coordinates of servers in datacenter
- DcCoordinates() - Constructor for class io.vertx.ext.consul.DcCoordinates
-
Default constructor
- DcCoordinates(JsonObject) - Constructor for class io.vertx.ext.consul.DcCoordinates
-
Constructor from JSON
- DcCoordinatesConverter - Class in io.vertx.ext.consul
-
- DcCoordinatesConverter() - Constructor for class io.vertx.ext.consul.DcCoordinatesConverter
-
- debug(Object) - Method in class io.vertx.core.logging.JULLogDelegate
-
- debug(Object, Object...) - Method in class io.vertx.core.logging.JULLogDelegate
-
- debug(Object, Throwable) - Method in class io.vertx.core.logging.JULLogDelegate
-
- debug(Object, Throwable, Object...) - Method in class io.vertx.core.logging.JULLogDelegate
-
- debug(Object) - Method in class io.vertx.core.logging.Log4j2LogDelegate
-
- debug(Object, Object...) - Method in class io.vertx.core.logging.Log4j2LogDelegate
-
- debug(Object, Throwable) - Method in class io.vertx.core.logging.Log4j2LogDelegate
-
- debug(Object, Throwable, Object...) - Method in class io.vertx.core.logging.Log4j2LogDelegate
-
- debug(Object) - Method in class io.vertx.core.logging.Log4jLogDelegate
-
- debug(Object, Object...) - Method in class io.vertx.core.logging.Log4jLogDelegate
-
- debug(Object, Throwable) - Method in class io.vertx.core.logging.Log4jLogDelegate
-
- debug(Object, Throwable, Object...) - Method in class io.vertx.core.logging.Log4jLogDelegate
-
- debug(Object) - Method in class io.vertx.core.logging.Logger
-
- debug(Object, Throwable) - Method in class io.vertx.core.logging.Logger
-
- debug(Object, Object...) - Method in class io.vertx.core.logging.Logger
-
- debug(Object, Throwable, Object...) - Method in class io.vertx.core.logging.Logger
-
- debug(Object) - Method in class io.vertx.core.logging.SLF4JLogDelegate
-
- debug(Object, Object...) - Method in class io.vertx.core.logging.SLF4JLogDelegate
-
- debug(Object, Throwable) - Method in class io.vertx.core.logging.SLF4JLogDelegate
-
- debug(Object, Throwable, Object...) - Method in class io.vertx.core.logging.SLF4JLogDelegate
-
- debug(Object) - Method in interface io.vertx.core.spi.logging.LogDelegate
-
- debug(Object, Object...) - Method in interface io.vertx.core.spi.logging.LogDelegate
-
- debug(Object, Throwable) - Method in interface io.vertx.core.spi.logging.LogDelegate
-
- debug(Object, Throwable, Object...) - Method in interface io.vertx.core.spi.logging.LogDelegate
-
- debug(Handler<AsyncResult<Void>>) - Method in interface io.vertx.db2client.DB2Connection
-
Send a DEBUG command to dump debug information to the server's stdout.
- debug(Handler<AsyncResult<Void>>) - Method in interface io.vertx.mysqlclient.MySQLConnection
-
Send a DEBUG command to dump debug information to the server's stdout.
- debug(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.db2client.DB2Connection
-
Send a DEBUG command to dump debug information to the server's stdout.
- debug(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.mysqlclient.MySQLConnection
-
Send a DEBUG command to dump debug information to the server's stdout.
- DEBUG - Static variable in class io.vertx.reactivex.redis.client.Command
-
- debug(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
- DEBUG - Static variable in interface io.vertx.redis.client.Command
-
- debug(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- debug(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.db2client.DB2Connection
-
Send a DEBUG command to dump debug information to the server's stdout.
- debug(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.mysqlclient.MySQLConnection
-
Send a DEBUG command to dump debug information to the server's stdout.
- DEBUG - Static variable in class io.vertx.rxjava.redis.client.Command
-
- debug(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
-
- debugObject(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisClient
-
Get debugging information about a key
- debugObject(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
-
Get debugging information about a key
- debugObject(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Deprecated.
Get debugging information about a key
- debugObject(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Deprecated.
Get debugging information about a key
- debugObject(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get debugging information about a key
- debugObject(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Get debugging information about a key
- debugObjectObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
-
- debugObjectObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
- debugObservable(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
-
- debugSegfault(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisClient
-
Make the server crash
- debugSegfault(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
-
Make the server crash
- debugSegfault(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Deprecated.
Make the server crash
- debugSegfault(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Deprecated.
Make the server crash
- debugSegfault(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Make the server crash
- debugSegfault(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Make the server crash
- debugSegfaultObservable() - Method in class io.vertx.rxjava.redis.RedisClient
-
- debugSegfaultObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
-
- DecodeException - Exception in io.vertx.core.json
-
Instances of this Exception are thrown if failed to decode a JSON string, because of invalid JSON.
- DecodeException() - Constructor for exception io.vertx.core.json.DecodeException
-
- DecodeException(String) - Constructor for exception io.vertx.core.json.DecodeException
-
- DecodeException(String, Throwable) - Constructor for exception io.vertx.core.json.DecodeException
-
- decodeFromWire(int, Buffer) - Method in interface io.vertx.core.eventbus.MessageCodec
-
Called by Vert.x when a message is decoded from the wire.
- decodeFromWire(int, Buffer) - Method in class io.vertx.serviceproxy.ServiceExceptionMessageCodec
-
- decodeToken(String, Handler<AsyncResult<AccessToken>>) - Method in interface io.vertx.ext.auth.oauth2.OAuth2Auth
-
- decodeToken(String, Handler<AsyncResult<AccessToken>>) - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
-
Deprecated.
- decodeToken(String, Handler<AsyncResult<AccessToken>>) - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
-
Deprecated.
- decodeTokenObservable(String) - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
-
- decodeValue(String, TypeReference<T>) - Static method in class io.vertx.core.json.jackson.JacksonCodec
-
Decode a given JSON string to a POJO of the given type.
- decodeValue(Buffer, TypeReference<T>) - Static method in class io.vertx.core.json.jackson.JacksonCodec
-
Decode a given JSON buffer to a POJO of the given class type.
- decodeValue(String, Class<T>) - Static method in class io.vertx.core.json.Json
-
Decode a given JSON string to a POJO of the given class type.
- decodeValue(String) - Static method in class io.vertx.core.json.Json
-
Decode a given JSON string.
- decodeValue(String, TypeReference<T>) - Static method in class io.vertx.core.json.Json
-
- decodeValue(Buffer) - Static method in class io.vertx.core.json.Json
-
Decode a given JSON buffer.
- decodeValue(Buffer, TypeReference<T>) - Static method in class io.vertx.core.json.Json
-
- decodeValue(Buffer, Class<T>) - Static method in class io.vertx.core.json.Json
-
Decode a given JSON buffer to a POJO of the given class type.
- decompressorRegistry(DecompressorRegistry) - Method in class io.vertx.grpc.VertxChannelBuilder
-
- decompressorRegistry(DecompressorRegistry) - Method in class io.vertx.grpc.VertxServerBuilder
-
- DECR - Static variable in class io.vertx.reactivex.redis.client.Command
-
- decr(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
- decr(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
-
Decrement the integer value of a key by one
- decr(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
-
Decrement the integer value of a key by one
- DECR - Static variable in interface io.vertx.redis.client.Command
-
- decr(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- decr(String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Deprecated.
Decrement the integer value of a key by one
- decr(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Deprecated.
Decrement the integer value of a key by one
- DECR - Static variable in class io.vertx.rxjava.redis.client.Command
-
- decr(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
-
- decr(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Decrement the integer value of a key by one
- decr(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Decrement the integer value of a key by one
- DECRBY - Static variable in class io.vertx.reactivex.redis.client.Command
-
- decrby(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
- decrby(String, long, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
-
Decrement the integer value of a key by the given number
- decrby(String, long, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
-
Decrement the integer value of a key by the given number
- DECRBY - Static variable in interface io.vertx.redis.client.Command
-
- decrby(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- decrby(String, long, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Deprecated.
Decrement the integer value of a key by the given number
- decrby(String, long, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Deprecated.
Decrement the integer value of a key by the given number
- DECRBY - Static variable in class io.vertx.rxjava.redis.client.Command
-
- decrby(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
-
- decrby(String, long, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Decrement the integer value of a key by the given number
- decrby(String, long, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Decrement the integer value of a key by the given number
- decrbyObservable(String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
-
- decrbyObservable(String, long) - Method in class io.vertx.rxjava.redis.RedisClient
-
- decrbyObservable(String, long) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
- decrementAndGet(Handler<AsyncResult<Long>>) - Method in interface io.vertx.core.shareddata.Counter
-
Decrement the counter atomically and return the new count
- decrementAndGet(Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.core.shareddata.Counter
-
Decrement the counter atomically and return the new count
- decrementAndGet(Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.core.shareddata.Counter
-
Decrement the counter atomically and return the new count
- decrementAndGetObservable() - Method in class io.vertx.rxjava.core.shareddata.Counter
-
- decrObservable(String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
-
- decrObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
-
- decrObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
- deepToString() - Method in class io.vertx.reactivex.sqlclient.Tuple
-
- deepToString() - Method in class io.vertx.rxjava.sqlclient.Tuple
-
- deepToString() - Method in interface io.vertx.sqlclient.Tuple
-
- DEFAULT_ACCEPT_BACKLOG - Static variable in class io.vertx.core.eventbus.EventBusOptions
-
The default accept backlog = 1024
- DEFAULT_ACCEPT_BACKLOG - Static variable in class io.vertx.core.net.NetServerOptions
-
The default accept backlog = 1024
- DEFAULT_ACCEPT_UNMASKED_FRAMES - Static variable in class io.vertx.core.http.HttpServerOptions
-
Default WebSocket Masked bit is true as depicted by RFC = false
- DEFAULT_ACK_TIMEOUT - Static variable in class io.vertx.mqtt.MqttClientOptions
-
- DEFAULT_ADDRESS - Static variable in class io.vertx.ext.bridge.PermittedOptions
-
The default permitted address : null.
- DEFAULT_ADDRESS_REGEX - Static variable in class io.vertx.ext.bridge.PermittedOptions
-
The default permitted address regex : null.
- DEFAULT_ALPN_VERSIONS - Static variable in class io.vertx.core.http.HttpClientOptions
-
Default Application-Layer Protocol Negotiation versions = [] (automatic according to protocol version)
- DEFAULT_ALPN_VERSIONS - Static variable in class io.vertx.core.http.HttpServerOptions
-
Default Application-Layer Protocol Negotiation versions = [HTTP/2,HTTP/1.1]
- DEFAULT_ALWAYS_ASYNC_FS - Static variable in interface io.vertx.ext.web.handler.StaticHandler
-
Default of whether async filesystem access should always be used
- DEFAULT_ALWAYS_ASYNC_FS - Static variable in class io.vertx.reactivex.ext.web.handler.StaticHandler
-
Default of whether async filesystem access should always be used
- DEFAULT_ALWAYS_ASYNC_FS - Static variable in class io.vertx.rxjava.ext.web.handler.StaticHandler
-
Default of whether async filesystem access should always be used
- DEFAULT_ANNOUNCE_ADDRESS - Static variable in class io.vertx.servicediscovery.ServiceDiscoveryOptions
-
- DEFAULT_APPEND - Static variable in class io.vertx.core.file.OpenOptions
-
Whether the file should be opened in append mode by default = false.
- DEFAULT_ARG_NAME - Static variable in class io.vertx.core.cli.Argument
-
The default argument name displayed in the usage.
- DEFAULT_ARG_NAME - Static variable in class io.vertx.core.cli.Option
-
Default name in the usage message.
- DEFAULT_ARG_NAME - Static variable in class io.vertx.core.cli.UsageMessageFormatter
-
default name for an argument
- DEFAULT_ATOMIC_MOVE - Static variable in class io.vertx.core.file.CopyOptions
-
Whether move should be performed as an atomic filesystem operation by default = false.
- DEFAULT_AUTHENTICATE_QUERY - Static variable in interface io.vertx.ext.auth.jdbc.JDBCAuth
-
The default query to be used for authentication
- DEFAULT_AUTHENTICATE_QUERY - Static variable in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuth
-
The default query to be used for authentication
- DEFAULT_AUTHENTICATE_QUERY - Static variable in class io.vertx.rxjava.ext.auth.jdbc.JDBCAuth
-
The default query to be used for authentication
- DEFAULT_AUTOMATIC_RECOVERY_ENABLED - Static variable in class io.vertx.rabbitmq.RabbitMQOptions
-
The default automatic recovery enabled = false
- DEFAULT_BACKGROUD - Static variable in class io.vertx.ext.mongo.IndexOptions
-
- DEFAULT_BATCH_SIZE - Static variable in class io.vertx.ext.mongo.AggregateOptions
-
The default value of batchSize = 10.
- DEFAULT_BATCH_SIZE - Static variable in class io.vertx.ext.mongo.FindOptions
-
The default value of batchSize = 10.
- DEFAULT_BATCH_SIZE - Static variable in interface io.vertx.ext.reactivestreams.ReactiveReadStream
-
Default batch size
- DEFAULT_BATCH_SIZE - Static variable in class io.vertx.micrometer.VertxInfluxDbOptions
-
Default value for the maximum number of metrics in a batch = 10000.
- DEFAULT_BLOCKED_THREAD_CHECK_INTERVAL - Static variable in class io.vertx.core.VertxOptions
-
The default value of blocked thread check interval = 1000 ms.
- DEFAULT_BLOCKED_THREAD_CHECK_INTERVAL_UNIT - Static variable in class io.vertx.core.VertxOptions
-
- DEFAULT_BODY_LIMIT - Static variable in interface io.vertx.ext.web.handler.BodyHandler
-
Default max size for a request body = -1 means unlimited
- DEFAULT_BODY_LIMIT - Static variable in class io.vertx.reactivex.ext.web.handler.BodyHandler
-
Default max size for a request body = -1 means unlimited
- DEFAULT_BODY_LIMIT - Static variable in class io.vertx.rxjava.ext.web.handler.BodyHandler
-
Default max size for a request body = -1 means unlimited
- DEFAULT_BROADCAST - Static variable in class io.vertx.core.datagram.DatagramSocketOptions
-
The default value of broadcast for the socket = false
- DEFAULT_CACHE_ENTRY_TIMEOUT - Static variable in interface io.vertx.ext.web.handler.StaticHandler
-
Default cache entry timeout, when caching
- DEFAULT_CACHE_ENTRY_TIMEOUT - Static variable in class io.vertx.reactivex.ext.web.handler.StaticHandler
-
Default cache entry timeout, when caching
- DEFAULT_CACHE_ENTRY_TIMEOUT - Static variable in class io.vertx.rxjava.ext.web.handler.StaticHandler
-
Default cache entry timeout, when caching
- DEFAULT_CACHE_MAX_TIME_TO_LIVE - Static variable in class io.vertx.core.dns.AddressResolverOptions
-
The default value for the negative cache max TTL = 0x7fffffff
- DEFAULT_CACHE_MIN_TIME_TO_LIVE - Static variable in class io.vertx.core.dns.AddressResolverOptions
-
The default value for the negative cache min TTL = 0
- DEFAULT_CACHE_NEGATIVE_TIME_TO_LIVE - Static variable in class io.vertx.core.dns.AddressResolverOptions
-
The default value for the negative cache TTL = 0
- DEFAULT_CACHE_PREPARED_STATEMENTS - Static variable in class io.vertx.sqlclient.SqlConnectOptions
-
- DEFAULT_CACHING_ENABLED - Static variable in interface io.vertx.ext.web.handler.StaticHandler
-
Default of whether cache header handling is enabled
- DEFAULT_CACHING_ENABLED - Static variable in class io.vertx.reactivex.ext.web.handler.StaticHandler
-
Default of whether cache header handling is enabled
- DEFAULT_CACHING_ENABLED - Static variable in class io.vertx.rxjava.ext.web.handler.StaticHandler
-
Default of whether cache header handling is enabled
- DEFAULT_CHARACTER_ENCODING - Static variable in class io.vertx.mysqlclient.MySQLConnectOptions
-
- DEFAULT_CHARSET - Static variable in class io.vertx.db2client.DB2ConnectOptions
-
- DEFAULT_CHARSET - Static variable in interface io.vertx.ext.asyncsql.MySQLClient
-
The default charset.
- DEFAULT_CHARSET - Static variable in interface io.vertx.ext.asyncsql.PostgreSQLClient
-
The default charset.
- DEFAULT_CHARSET - Static variable in class io.vertx.ext.shell.term.HttpTermOptions
-
- DEFAULT_CHARSET - Static variable in class io.vertx.ext.shell.term.TelnetTermOptions
-
- DEFAULT_CHARSET - Static variable in class io.vertx.mysqlclient.MySQLConnectOptions
-
- DEFAULT_CHARSET - Static variable in class io.vertx.reactivex.ext.asyncsql.MySQLClient
-
The default charset.
- DEFAULT_CHARSET - Static variable in class io.vertx.reactivex.ext.asyncsql.PostgreSQLClient
-
The default charset.
- DEFAULT_CHARSET - Static variable in class io.vertx.rxjava.ext.asyncsql.MySQLClient
-
The default charset.
- DEFAULT_CHARSET - Static variable in class io.vertx.rxjava.ext.asyncsql.PostgreSQLClient
-
The default charset.
- DEFAULT_CLASS_PATH_RESOLVING_ENABLED - Static variable in class io.vertx.core.file.FileSystemOptions
-
The default behavior to cache or not class path resolution = false if and only if the system property "vertx.disableFileCPResolving" exists and is set to the string "false"
- DEFAULT_CLEAN_SESSION - Static variable in class io.vertx.mqtt.MqttClientOptions
-
- DEFAULT_CLIENT_AUTH - Static variable in class io.vertx.core.eventbus.EventBusOptions
-
Default value of whether client auth is required (SSL/TLS) = No
- DEFAULT_CLIENT_AUTH - Static variable in class io.vertx.core.net.NetServerOptions
-
Default value of whether client auth is required (SSL/TLS) = No
- DEFAULT_CLUSTER_HOST - Static variable in class io.vertx.core.eventbus.EventBusOptions
-
The default hostname to use when clustering = "localhost"
- DEFAULT_CLUSTER_HOST - Static variable in class io.vertx.core.VertxOptions
-
- DEFAULT_CLUSTER_PING_INTERVAL - Static variable in class io.vertx.core.eventbus.EventBusOptions
-
The default value of cluster ping interval = 20000 ms.
- DEFAULT_CLUSTER_PING_INTERVAL - Static variable in class io.vertx.core.VertxOptions
-
- DEFAULT_CLUSTER_PING_REPLY_INTERVAL - Static variable in class io.vertx.core.eventbus.EventBusOptions
-
The default value of cluster ping reply interval = 20000 ms.
- DEFAULT_CLUSTER_PING_REPLY_INTERVAL - Static variable in class io.vertx.core.VertxOptions
-
- DEFAULT_CLUSTER_PORT - Static variable in class io.vertx.core.eventbus.EventBusOptions
-
The default port to use when clustering = 0 (meaning assign a random port)
- DEFAULT_CLUSTER_PORT - Static variable in class io.vertx.core.VertxOptions
-
- DEFAULT_CLUSTER_PUBLIC_HOST - Static variable in class io.vertx.core.eventbus.EventBusOptions
-
The default cluster public host to use = null which means use the same as the cluster host
- DEFAULT_CLUSTER_PUBLIC_HOST - Static variable in class io.vertx.core.VertxOptions
-
- DEFAULT_CLUSTER_PUBLIC_PORT - Static variable in class io.vertx.core.eventbus.EventBusOptions
-
The default cluster public port to use = -1 which means use the same as the cluster port
- DEFAULT_CLUSTER_PUBLIC_PORT - Static variable in class io.vertx.core.VertxOptions
-
- DEFAULT_CLUSTERED - Static variable in class io.vertx.core.eventbus.EventBusOptions
-
The default value of whether Vert.x is clustered = false.
- DEFAULT_CLUSTERED - Static variable in class io.vertx.core.VertxOptions
-
- DEFAULT_COLLECTION_NAME - Static variable in interface io.vertx.ext.auth.mongo.MongoAuth
-
The default name of the collection to be used
- DEFAULT_COLLECTION_NAME - Static variable in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
-
The default name of the collection to be used
- DEFAULT_COLLECTION_NAME - Static variable in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
-
The default name of the collection to be used
- DEFAULT_COMPRESSION_ENABLED - Static variable in class io.vertx.micrometer.VertxInfluxDbOptions
-
The default gzip enabled on InfluxDb = true.
- DEFAULT_COMPRESSION_LEVEL - Static variable in class io.vertx.core.http.HttpServerOptions
-
Default gzip/deflate compression level = 6 (Netty legacy)
- DEFAULT_COMPRESSION_SUPPORTED - Static variable in class io.vertx.core.http.HttpServerOptions
-
Default value of whether compression is supported = false
- DEFAULT_CONNECT_TIMEOUT - Static variable in class io.vertx.core.eventbus.EventBusOptions
-
The default value of connect timeout = 60000 ms
- DEFAULT_CONNECT_TIMEOUT - Static variable in class io.vertx.core.net.ClientOptionsBase
-
The default value of connect timeout = 60000 ms
- DEFAULT_CONNECT_TIMEOUT - Static variable in interface io.vertx.ext.asyncsql.MySQLClient
-
The default timeout for connect.
- DEFAULT_CONNECT_TIMEOUT - Static variable in interface io.vertx.ext.asyncsql.PostgreSQLClient
-
The default timeout for connect.
- DEFAULT_CONNECT_TIMEOUT - Static variable in class io.vertx.micrometer.VertxInfluxDbOptions
-
The default connection timeout (seconds) = 1.
- DEFAULT_CONNECT_TIMEOUT - Static variable in class io.vertx.reactivex.ext.asyncsql.MySQLClient
-
The default timeout for connect.
- DEFAULT_CONNECT_TIMEOUT - Static variable in class io.vertx.reactivex.ext.asyncsql.PostgreSQLClient
-
The default timeout for connect.
- DEFAULT_CONNECT_TIMEOUT - Static variable in class io.vertx.rxjava.ext.asyncsql.MySQLClient
-
The default timeout for connect.
- DEFAULT_CONNECT_TIMEOUT - Static variable in class io.vertx.rxjava.ext.asyncsql.PostgreSQLClient
-
The default timeout for connect.
- DEFAULT_CONNECTION_ATTRIBUTES - Static variable in class io.vertx.db2client.DB2ConnectOptions
-
- DEFAULT_CONNECTION_ATTRIBUTES - Static variable in class io.vertx.mysqlclient.MySQLConnectOptions
-
- DEFAULT_CONNECTION_NAME - Static variable in class io.vertx.rabbitmq.RabbitMQOptions
-
The default connection name = VertxRabbitMQ
- DEFAULT_CONNECTION_RETRIES - Static variable in class io.vertx.rabbitmq.RabbitMQOptions
-
The default connection retries = null (no retry)
- DEFAULT_CONNECTION_RETRY_DELAY - Static variable in class io.vertx.rabbitmq.RabbitMQOptions
-
The default connection retry delay = 10000
- DEFAULT_CONNECTION_TIMEOUT - Static variable in class io.vertx.rabbitmq.RabbitMQOptions
-
The default connection timeout = 60000
- DEFAULT_CONNECTION_TIMEOUT - Static variable in class io.vertx.serviceproxy.ProxyHelper
-
Deprecated.
- DEFAULT_CONNECTION_TIMEOUT - Static variable in class io.vertx.serviceproxy.ServiceBinder
-
- DEFAULT_CONTENT_TYPE - Static variable in interface io.vertx.ext.web.handler.TemplateHandler
-
The default content type header to be used in the response
- DEFAULT_CONTENT_TYPE - Static variable in class io.vertx.reactivex.ext.web.handler.TemplateHandler
-
The default content type header to be used in the response
- DEFAULT_CONTENT_TYPE - Static variable in class io.vertx.rxjava.ext.web.handler.TemplateHandler
-
The default content type header to be used in the response
- DEFAULT_CONVERTER - Static variable in interface io.vertx.ext.web.client.predicate.ErrorConverter
-
- DEFAULT_CONVERTER - Static variable in class io.vertx.reactivex.ext.web.client.predicate.ErrorConverter
-
- DEFAULT_CONVERTER - Static variable in class io.vertx.rxjava.ext.web.client.predicate.ErrorConverter
-
- DEFAULT_COOKIE_HTTP_ONLY_FLAG - Static variable in interface io.vertx.ext.web.handler.SessionHandler
-
Default of whether the cookie has the HttpOnly flag set More info:
https://www.owasp.org/index.php/HttpOnly
- DEFAULT_COOKIE_HTTP_ONLY_FLAG - Static variable in class io.vertx.reactivex.ext.web.handler.SessionHandler
-
Default of whether the cookie has the HttpOnly flag set More info:
https://www.owasp.org/index.php/HttpOnly
- DEFAULT_COOKIE_HTTP_ONLY_FLAG - Static variable in class io.vertx.rxjava.ext.web.handler.SessionHandler
-
Default of whether the cookie has the HttpOnly flag set More info:
https://www.owasp.org/index.php/HttpOnly
- DEFAULT_COOKIE_NAME - Static variable in interface io.vertx.ext.web.handler.CSRFHandler
-
- DEFAULT_COOKIE_NAME - Static variable in class io.vertx.reactivex.ext.web.handler.CSRFHandler
-
- DEFAULT_COOKIE_NAME - Static variable in class io.vertx.rxjava.ext.web.handler.CSRFHandler
-
- DEFAULT_COOKIE_PATH - Static variable in interface io.vertx.ext.web.handler.CSRFHandler
-
- DEFAULT_COOKIE_PATH - Static variable in class io.vertx.reactivex.ext.web.handler.CSRFHandler
-
- DEFAULT_COOKIE_PATH - Static variable in class io.vertx.rxjava.ext.web.handler.CSRFHandler
-
- DEFAULT_COOKIE_SECURE_FLAG - Static variable in interface io.vertx.ext.web.handler.SessionHandler
-
Default of whether the cookie has the 'secure' flag set to allow transmission
over https only.
- DEFAULT_COOKIE_SECURE_FLAG - Static variable in class io.vertx.reactivex.ext.web.handler.SessionHandler
-
Default of whether the cookie has the 'secure' flag set to allow transmission
over https only.
- DEFAULT_COOKIE_SECURE_FLAG - Static variable in class io.vertx.rxjava.ext.web.handler.SessionHandler
-
Default of whether the cookie has the 'secure' flag set to allow transmission
over https only.
- DEFAULT_COPY_ATTRIBUTES - Static variable in class io.vertx.core.file.CopyOptions
-
Whether the file attributes should be copied by default = false.
- DEFAULT_CREATE - Static variable in class io.vertx.core.file.OpenOptions
-
- DEFAULT_CREATENEW - Static variable in class io.vertx.core.file.OpenOptions
-
- DEFAULT_CREDENTIAL_PASSWORD_FIELD - Static variable in interface io.vertx.ext.auth.mongo.MongoAuth
-
- DEFAULT_CREDENTIAL_PASSWORD_FIELD - Static variable in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
-
- DEFAULT_CREDENTIAL_PASSWORD_FIELD - Static variable in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
-
- DEFAULT_CREDENTIAL_USERNAME_FIELD - Static variable in interface io.vertx.ext.auth.mongo.MongoAuth
-
- DEFAULT_CREDENTIAL_USERNAME_FIELD - Static variable in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
-
- DEFAULT_CREDENTIAL_USERNAME_FIELD - Static variable in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
-
- DEFAULT_DATABASE - Static variable in interface io.vertx.ext.asyncsql.MySQLClient
-
The default database.
- DEFAULT_DATABASE - Static variable in interface io.vertx.ext.asyncsql.PostgreSQLClient
-
The default database name.
- DEFAULT_DATABASE - Static variable in class io.vertx.micrometer.VertxInfluxDbOptions
-
The default InfluxDb database = default.
- DEFAULT_DATABASE - Static variable in class io.vertx.pgclient.PgConnectOptions
-
- DEFAULT_DATABASE - Static variable in class io.vertx.reactivex.ext.asyncsql.MySQLClient
-
The default database.
- DEFAULT_DATABASE - Static variable in class io.vertx.reactivex.ext.asyncsql.PostgreSQLClient
-
The default database name.
- DEFAULT_DATABASE - Static variable in class io.vertx.rxjava.ext.asyncsql.MySQLClient
-
The default database.
- DEFAULT_DATABASE - Static variable in class io.vertx.rxjava.ext.asyncsql.PostgreSQLClient
-
The default database name.
- DEFAULT_DB_NAME - Static variable in interface io.vertx.ext.mongo.MongoClient
-
The name of the default database
- DEFAULT_DB_NAME - Static variable in class io.vertx.reactivex.ext.mongo.MongoClient
-
The name of the default database
- DEFAULT_DB_NAME - Static variable in class io.vertx.reactivex.ext.mongo.MongoService
-
The name of the default database
- DEFAULT_DB_NAME - Static variable in class io.vertx.rxjava.ext.mongo.MongoClient
-
The name of the default database
- DEFAULT_DB_NAME - Static variable in class io.vertx.rxjava.ext.mongo.MongoService
-
The name of the default database
- DEFAULT_DECODER_INITIAL_BUFFER_SIZE - Static variable in class io.vertx.core.http.HttpClientOptions
-
Default initial buffer size for HttpObjectDecoder = 128 bytes
- DEFAULT_DECODER_INITIAL_BUFFER_SIZE - Static variable in class io.vertx.core.http.HttpServerOptions
-
Default initial buffer size for HttpObjectDecoder = 128 bytes
- DEFAULT_DECOMPRESSION_SUPPORTED - Static variable in class io.vertx.core.http.HttpServerOptions
-
Default value of whether decompression is supported = false
- DEFAULT_DEFAULT_CHARSET - Static variable in class io.vertx.ext.shell.term.SSHTermOptions
-
- DEFAULT_DEFAULT_HOST - Static variable in class io.vertx.core.http.HttpClientOptions
-
The default value for host name = "localhost"
- DEFAULT_DEFAULT_PORT - Static variable in class io.vertx.core.http.HttpClientOptions
-
The default value for port = 80
- DEFAULT_DELETE_UPLOADED_FILES_ON_END - Static variable in interface io.vertx.ext.web.handler.BodyHandler
-
Default value of whether uploaded files should be removed after handling the request
- DEFAULT_DELETE_UPLOADED_FILES_ON_END - Static variable in class io.vertx.reactivex.ext.web.handler.BodyHandler
-
Default value of whether uploaded files should be removed after handling the request
- DEFAULT_DELETE_UPLOADED_FILES_ON_END - Static variable in class io.vertx.rxjava.ext.web.handler.BodyHandler
-
Default value of whether uploaded files should be removed after handling the request
- DEFAULT_DELETED_COUNT - Static variable in class io.vertx.ext.mongo.MongoClientBulkWriteResult
-
The default value is 0, signifying no document was deleted
- DEFAULT_DELETEONCLOSE - Static variable in class io.vertx.core.file.OpenOptions
-
- DEFAULT_DEPENDENCY - Static variable in class io.vertx.core.http.StreamPriority
-
- DEFAULT_DESC_PAD - Static variable in class io.vertx.core.cli.UsageMessageFormatter
-
number of space characters to be prefixed to each description line
- DEFAULT_DIRECTORY_LISTING - Static variable in interface io.vertx.ext.web.handler.StaticHandler
-
Default of whether directory listing is enabled
- DEFAULT_DIRECTORY_LISTING - Static variable in class io.vertx.reactivex.ext.web.handler.StaticHandler
-
Default of whether directory listing is enabled
- DEFAULT_DIRECTORY_LISTING - Static variable in class io.vertx.rxjava.ext.web.handler.StaticHandler
-
Default of whether directory listing is enabled
- DEFAULT_DIRECTORY_TEMPLATE - Static variable in interface io.vertx.ext.web.handler.StaticHandler
-
Default template file to use for directory listing
- DEFAULT_DIRECTORY_TEMPLATE - Static variable in class io.vertx.reactivex.ext.web.handler.StaticHandler
-
Default template file to use for directory listing
- DEFAULT_DIRECTORY_TEMPLATE - Static variable in class io.vertx.rxjava.ext.web.handler.StaticHandler
-
Default template file to use for directory listing
- DEFAULT_DISABLE_FLAG - Static variable in interface io.vertx.ext.web.handler.ResponseContentTypeHandler
-
- DEFAULT_DISABLE_FLAG - Static variable in class io.vertx.reactivex.ext.web.handler.ResponseContentTypeHandler
-
- DEFAULT_DISABLE_FLAG - Static variable in class io.vertx.rxjava.ext.web.handler.ResponseContentTypeHandler
-
- DEFAULT_DOCMATCHED - Static variable in class io.vertx.ext.mongo.MongoClientUpdateResult
-
The default value is 0, signifying no match
- DEFAULT_DOCMODIFIED - Static variable in class io.vertx.ext.mongo.MongoClientUpdateResult
-
The default value is 0, signifying no document is modified
- DEFAULT_DOMAIN - Static variable in class io.vertx.micrometer.VertxJmxMetricsOptions
-
Default value for the domain = metrics.
- DEFAULT_DS_NAME - Static variable in interface io.vertx.ext.asyncsql.PostgreSQLClient
-
The default name used for the PostGreSQL pool.
- DEFAULT_DS_NAME - Static variable in interface io.vertx.ext.jdbc.JDBCClient
-
The name of the default data source
- DEFAULT_DS_NAME - Static variable in class io.vertx.reactivex.ext.asyncsql.PostgreSQLClient
-
The default name used for the PostGreSQL pool.
- DEFAULT_DS_NAME - Static variable in class io.vertx.reactivex.ext.jdbc.JDBCClient
-
The name of the default data source
- DEFAULT_DS_NAME - Static variable in class io.vertx.rxjava.ext.asyncsql.PostgreSQLClient
-
The default name used for the PostGreSQL pool.
- DEFAULT_DS_NAME - Static variable in class io.vertx.rxjava.ext.jdbc.JDBCClient
-
The name of the default data source
- DEFAULT_DSYNC - Static variable in class io.vertx.core.file.OpenOptions
-
- DEFAULT_EMBEDDED_SERVER_ENDPOINT - Static variable in class io.vertx.micrometer.VertxPrometheusOptions
-
The default metrics endpoint = /metrics when using an embedded server.
- DEFAULT_ENABLE_FS_TUNING - Static variable in interface io.vertx.ext.web.handler.StaticHandler
-
Default of whether fs async/sync tuning should be used
- DEFAULT_ENABLE_FS_TUNING - Static variable in class io.vertx.reactivex.ext.web.handler.StaticHandler
-
Default of whether fs async/sync tuning should be used
- DEFAULT_ENABLE_FS_TUNING - Static variable in class io.vertx.rxjava.ext.web.handler.StaticHandler
-
Default of whether fs async/sync tuning should be used
- DEFAULT_ENABLE_PUSH - Static variable in class io.vertx.core.http.Http2Settings
-
- DEFAULT_ENABLED - Static variable in class io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions
-
Whether GraphiQL development tool should be enabled by default = false.
- DEFAULT_ENABLED - Static variable in class io.vertx.micrometer.VertxInfluxDbOptions
-
Default value for enabled = false.
- DEFAULT_ENABLED - Static variable in class io.vertx.micrometer.VertxJmxMetricsOptions
-
Default value for enabled = false.
- DEFAULT_ENABLED - Static variable in class io.vertx.micrometer.VertxPrometheusOptions
-
Default value for enabled = false.
- DEFAULT_ENABLED_SECURE_TRANSPORT_PROTOCOLS - Static variable in class io.vertx.core.net.TCPSSLOptions
-
The default ENABLED_SECURE_TRANSPORT_PROTOCOLS value = { "SSLv2Hello", "TLSv1", "TLSv1.1", "TLSv1.2" }
SSLv3 is NOT enabled due to POODLE vulnerability http://en.wikipedia.org/wiki/POODLE
"SSLv2Hello" is NOT enabled since it's disabled by default since JDK7
- DEFAULT_ENDPOINT - Static variable in class io.vertx.redis.client.RedisOptions
-
The default redis endpoint = redis://localhost:6379
- DEFAULT_ERROR_HANDLER_TEMPLATE - Static variable in interface io.vertx.ext.web.handler.ErrorHandler
-
The default template to use for rendering
- DEFAULT_ERROR_HANDLER_TEMPLATE - Static variable in class io.vertx.reactivex.ext.web.handler.ErrorHandler
-
The default template to use for rendering
- DEFAULT_ERROR_HANDLER_TEMPLATE - Static variable in class io.vertx.rxjava.ext.web.handler.ErrorHandler
-
The default template to use for rendering
- DEFAULT_ERRORCODE - Static variable in interface io.vertx.ext.web.handler.TimeoutHandler
-
The default error code
- DEFAULT_ERRORCODE - Static variable in class io.vertx.reactivex.ext.web.handler.TimeoutHandler
-
The default error code
- DEFAULT_ERRORCODE - Static variable in class io.vertx.rxjava.ext.web.handler.TimeoutHandler
-
The default error code
- DEFAULT_EVENT_LOOP_POOL_SIZE - Static variable in class io.vertx.core.VertxOptions
-
The default number of event loop threads to be used = 2 * number of cores on the machine
- DEFAULT_EXCLUSIVE - Static variable in class io.vertx.core.http.StreamPriority
-
- DEFAULT_EXTRA_SETTINGS - Static variable in class io.vertx.core.http.Http2Settings
-
- DEFAULT_FALLBACK_ON_FAILURE - Static variable in class io.vertx.circuitbreaker.CircuitBreakerOptions
-
Default value of the fallback on failure property.
- DEFAULT_FILE_CACHING_DIR - Static variable in class io.vertx.core.file.FileSystemOptions
-
The default file caching dir.
- DEFAULT_FILE_CACHING_ENABLED - Static variable in class io.vertx.core.file.FileSystemOptions
-
The default behavior for caching files for class path resolution = false if and only if the system property "vertx.disableFileCaching" exists and is set to the string "false"
- DEFAULT_FILES_READ_ONLY - Static variable in interface io.vertx.ext.web.handler.StaticHandler
-
Default value of whether files are read -only and never will be updated
- DEFAULT_FILES_READ_ONLY - Static variable in class io.vertx.reactivex.ext.web.handler.StaticHandler
-
Default value of whether files are read -only and never will be updated
- DEFAULT_FILES_READ_ONLY - Static variable in class io.vertx.rxjava.ext.web.handler.StaticHandler
-
Default value of whether files are read -only and never will be updated
- DEFAULT_FOLLOW_REDIRECTS - Static variable in class io.vertx.ext.web.client.WebClientOptions
-
The default value of whether the Web Client should follow redirects = true.
- DEFAULT_FORCE_SNI - Static variable in class io.vertx.core.http.HttpClientOptions
-
- DEFAULT_FORMAT - Static variable in class io.vertx.ext.unit.report.ReportOptions
-
The simple format is the default format value.
- DEFAULT_FORMAT - Static variable in interface io.vertx.ext.web.handler.LoggerHandler
-
- DEFAULT_FORMAT - Static variable in class io.vertx.reactivex.ext.web.handler.LoggerHandler
-
- DEFAULT_FORMAT - Static variable in class io.vertx.rxjava.ext.web.handler.LoggerHandler
-
- DEFAULT_HA - Static variable in class io.vertx.core.DeploymentOptions
-
- DEFAULT_HA_ENABLED - Static variable in class io.vertx.core.VertxOptions
-
The default value of HA enabled = false
- DEFAULT_HA_GROUP - Static variable in class io.vertx.core.VertxOptions
-
The default value of Ha group is "__DEFAULT__"
- DEFAULT_HANDLE_100_CONTINE_AUTOMATICALLY - Static variable in class io.vertx.core.http.HttpServerOptions
-
Default value of whether 100-Continue should be handled automatically = false
- DEFAULT_HANDSHAKE_TIMEOUT - Static variable in class io.vertx.rabbitmq.RabbitMQOptions
-
The default handshake timeout = 10000
- DEFAULT_HEADER_NAME - Static variable in interface io.vertx.ext.web.handler.CSRFHandler
-
- DEFAULT_HEADER_NAME - Static variable in class io.vertx.reactivex.ext.web.handler.CSRFHandler
-
- DEFAULT_HEADER_NAME - Static variable in class io.vertx.rxjava.ext.web.handler.CSRFHandler
-
- DEFAULT_HEADER_TABLE_SIZE - Static variable in class io.vertx.core.http.Http2Settings
-
- DEFAULT_HEADERS_COPY - Static variable in class io.vertx.camel.CamelMapping
-
- DEFAULT_HEARTBEAT_INTERVAL - Static variable in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
-
- DEFAULT_HOST - Static variable in class io.vertx.cassandra.CassandraClientOptions
-
Default host for connecting with Cassandra service.
- DEFAULT_HOST - Static variable in class io.vertx.core.dns.DnsClientOptions
-
- DEFAULT_HOST - Static variable in class io.vertx.core.eventbus.EventBusOptions
-
The default host to listen on = "0.0.0.0" (meaning listen on all available interfaces).
- DEFAULT_HOST - Static variable in class io.vertx.core.http.RequestOptions
-
The default value for host name = "localhost"
- DEFAULT_HOST - Static variable in class io.vertx.core.net.NetServerOptions
-
The default host to listen on = "0.0.0.0" (meaning listen on all available interfaces).
- DEFAULT_HOST - Static variable in class io.vertx.core.net.ProxyOptions
-
The default hostname for proxy connect = "localhost"
- DEFAULT_HOST - Static variable in class io.vertx.db2client.DB2ConnectOptions
-
- DEFAULT_HOST - Static variable in interface io.vertx.ext.asyncsql.MySQLClient
-
The default host.
- DEFAULT_HOST - Static variable in interface io.vertx.ext.asyncsql.PostgreSQLClient
-
The default host.
- DEFAULT_HOST - Static variable in class io.vertx.ext.shell.term.SSHTermOptions
-
- DEFAULT_HOST - Static variable in class io.vertx.mqtt.MqttClientOptions
-
- DEFAULT_HOST - Static variable in class io.vertx.mysqlclient.MySQLConnectOptions
-
- DEFAULT_HOST - Static variable in class io.vertx.pgclient.PgConnectOptions
-
- DEFAULT_HOST - Static variable in class io.vertx.rabbitmq.RabbitMQOptions
-
The default host = localhost
- DEFAULT_HOST - Static variable in class io.vertx.reactivex.ext.asyncsql.MySQLClient
-
The default host.
- DEFAULT_HOST - Static variable in class io.vertx.reactivex.ext.asyncsql.PostgreSQLClient
-
The default host.
- DEFAULT_HOST - Static variable in class io.vertx.rxjava.ext.asyncsql.MySQLClient
-
The default host.
- DEFAULT_HOST - Static variable in class io.vertx.rxjava.ext.asyncsql.PostgreSQLClient
-
The default host.
- DEFAULT_HOSTNAME_VERIFICATION_ALGORITHM - Static variable in class io.vertx.core.net.NetClientOptions
-
Default value to determine hostname verification algorithm hostname verification (for SSL/TLS) = ""
- DEFAULT_HTTP2_CLEAR_TEXT_UPGRADE - Static variable in class io.vertx.core.http.HttpClientOptions
-
Default using HTTP/1.1 upgrade for establishing an h2C connection = true
- DEFAULT_HTTP2_CONNECTION_WINDOW_SIZE - Static variable in class io.vertx.core.http.HttpClientOptions
-
The default connection window size for HTTP/2 = -1
- DEFAULT_HTTP2_CONNECTION_WINDOW_SIZE - Static variable in class io.vertx.core.http.HttpServerOptions
-
The default HTTP/2 connection window size = -1
- DEFAULT_HTTP2_KEEP_ALIVE_TIMEOUT - Static variable in class io.vertx.core.http.HttpClientOptions
-
The default keep alive timeout for HTTP/2 connection can send = 60 seconds
- DEFAULT_HTTP2_MAX_POOL_SIZE - Static variable in class io.vertx.core.http.HttpClientOptions
-
The default maximum number of connections an HTTP/2 client will pool = 1
- DEFAULT_HTTP2_MULTIPLEXING_LIMIT - Static variable in class io.vertx.core.http.HttpClientOptions
-
The default maximum number of concurrent streams per connection for HTTP/2 = -1
- DEFAULT_IDLE_TIMEOUT - Static variable in class io.vertx.core.net.TCPSSLOptions
-
Default idle timeout = 0
- DEFAULT_IDLE_TIMEOUT - Static variable in class io.vertx.sqlclient.PoolOptions
-
Default connection timeout in the pool = 0 (no timeout)
- DEFAULT_IDLE_TIMEOUT_TIME_UNIT - Static variable in class io.vertx.core.net.TCPSSLOptions
-
Default idle time unit = SECONDS
- DEFAULT_IDLE_TIMEOUT_TIME_UNIT - Static variable in class io.vertx.sqlclient.PoolOptions
-
Default connection idle time unit in the pool = seconds
- DEFAULT_IN_BINARY - Static variable in class io.vertx.ext.shell.term.TelnetTermOptions
-
- DEFAULT_INCLUDE_HIDDEN - Static variable in interface io.vertx.ext.web.handler.StaticHandler
-
Default of whether hidden files can be served
- DEFAULT_INCLUDE_HIDDEN - Static variable in class io.vertx.reactivex.ext.web.handler.StaticHandler
-
Default of whether hidden files can be served
- DEFAULT_INCLUDE_HIDDEN - Static variable in class io.vertx.rxjava.ext.web.handler.StaticHandler
-
Default of whether hidden files can be served
- DEFAULT_INDEX_PAGE - Static variable in interface io.vertx.ext.web.handler.StaticHandler
-
The default index page
- DEFAULT_INDEX_PAGE - Static variable in class io.vertx.reactivex.ext.web.handler.StaticHandler
-
The default index page
- DEFAULT_INDEX_PAGE - Static variable in class io.vertx.rxjava.ext.web.handler.StaticHandler
-
The default index page
- DEFAULT_INDEX_TEMPLATE - Static variable in interface io.vertx.ext.web.handler.TemplateHandler
-
The default index page
- DEFAULT_INDEX_TEMPLATE - Static variable in class io.vertx.reactivex.ext.web.handler.TemplateHandler
-
The default index page
- DEFAULT_INDEX_TEMPLATE - Static variable in class io.vertx.rxjava.ext.web.handler.TemplateHandler
-
The default index page
- DEFAULT_INITIAL_SETTINGS_MAX_CONCURRENT_STREAMS - Static variable in class io.vertx.core.http.HttpServerOptions
-
The default initial settings max concurrent stream for an HTTP/2 server = 100
- DEFAULT_INITIAL_WINDOW_SIZE - Static variable in class io.vertx.core.http.Http2Settings
-
- DEFAULT_INPUTRC - Static variable in class io.vertx.ext.shell.term.HttpTermOptions
-
- DEFAULT_INPUTRC - Static variable in class io.vertx.ext.shell.term.SSHTermOptions
-
- DEFAULT_INPUTRC - Static variable in class io.vertx.ext.shell.term.TelnetTermOptions
-
- DEFAULT_INSERT_JSESSIONID - Static variable in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
-
- DEFAULT_INSERTED_COUNT - Static variable in class io.vertx.ext.mongo.MongoClientBulkWriteResult
-
The default value is 0, signifying no document was inserted
- DEFAULT_INSTANCES - Static variable in class io.vertx.core.DeploymentOptions
-
- DEFAULT_INTERNAL_BLOCKING_POOL_SIZE - Static variable in class io.vertx.core.VertxOptions
-
The default number of threads in the internal blocking pool (used by some internal operations) = 20
- DEFAULT_IPV6 - Static variable in class io.vertx.core.datagram.DatagramSocketOptions
-
The default value of use IP v6 = false
- DEFAULT_ISOLATION_GROUP - Static variable in class io.vertx.core.DeploymentOptions
-
- DEFAULT_JMX_ENABLED - Static variable in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
-
The default value of JMX enabled = false
- DEFAULT_JVM_METRICS_ENABLED - Static variable in class io.vertx.micrometer.MicrometerMetricsOptions
-
Whether JVM metrics should be collected by default = false.
- DEFAULT_KEEP_ALIVE - Static variable in class io.vertx.core.http.HttpClientOptions
-
Default value of whether keep-alive is enabled = true
- DEFAULT_KEEP_ALIVE - Static variable in class io.vertx.ext.web.handler.graphql.ApolloWSOptions
-
Default interval in milliseconds to send KEEPALIVE messages to all clients = 30000.
- DEFAULT_KEEP_ALIVE_INTERVAL - Static variable in class io.vertx.mqtt.MqttClientOptions
-
- DEFAULT_KEEP_ALIVE_TIME_SECONDS - Static variable in class io.vertx.mqtt.MqttClientOptions
-
- DEFAULT_KEEP_ALIVE_TIMEOUT - Static variable in class io.vertx.core.http.HttpClientOptions
-
The default keep alive timeout for HTTP/1.1 connection can send = 60 seconds
- DEFAULT_LABELS - Static variable in class io.vertx.micrometer.MicrometerMetricsOptions
-
Default label match for public http server: exclude remote label
- DEFAULT_LAZY_SESSION - Static variable in interface io.vertx.ext.web.handler.SessionHandler
-
Default of whether the session should be created lazily.
- DEFAULT_LAZY_SESSION - Static variable in class io.vertx.reactivex.ext.web.handler.SessionHandler
-
Default of whether the session should be created lazily.
- DEFAULT_LAZY_SESSION - Static variable in class io.vertx.rxjava.ext.web.handler.SessionHandler
-
Default of whether the session should be created lazily.
- DEFAULT_LEFT_PAD - Static variable in class io.vertx.core.cli.UsageMessageFormatter
-
default padding to the left of each line
- DEFAULT_LIBRARY_URL - Static variable in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
-
- DEFAULT_LIMIT - Static variable in class io.vertx.ext.mongo.FindOptions
-
The default value of limit = -1, signifying no limit
- DEFAULT_LOCAL_ONLY - Static variable in class io.vertx.core.eventbus.DeliveryOptions
-
Whether the message should be delivered to local consumers only by default = false.
- DEFAULT_LOG_ENABLED - Static variable in class io.vertx.core.dns.DnsClientOptions
-
The default log enabled = false
- DEFAULT_LOG_ENABLED - Static variable in class io.vertx.core.net.NetworkOptions
-
The default log enabled = false
- DEFAULT_LOGIN_REDIRECT_URL - Static variable in interface io.vertx.ext.web.handler.RedirectAuthHandler
-
Default path the user will be redirected to
- DEFAULT_LOGIN_REDIRECT_URL - Static variable in class io.vertx.reactivex.ext.web.handler.RedirectAuthHandler
-
Default path the user will be redirected to
- DEFAULT_LOGIN_REDIRECT_URL - Static variable in class io.vertx.rxjava.ext.web.handler.RedirectAuthHandler
-
Default path the user will be redirected to
- DEFAULT_LONG_OPT_PREFIX - Static variable in class io.vertx.core.cli.UsageMessageFormatter
-
default prefix for long Option
- DEFAULT_LONG_OPT_SEPARATOR - Static variable in class io.vertx.core.cli.UsageMessageFormatter
-
default separator displayed between a long Option and its value
- DEFAULT_LOOPBACK_MODE_DISABLED - Static variable in class io.vertx.core.datagram.DatagramSocketOptions
-
The default value of loopback disabled = true
- DEFAULT_MATCH - Static variable in class io.vertx.ext.bridge.PermittedOptions
-
The default permitted match : null.
- DEFAULT_MATCHED_COUNT - Static variable in class io.vertx.ext.mongo.MongoClientBulkWriteResult
-
The default value is 0, signifying no document was matched
- DEFAULT_MAX_ADDRESS_LENGTH - Static variable in class io.vertx.ext.web.handler.sockjs.SockJSBridgeOptions
-
Default value for max address length = 200
- DEFAULT_MAX_AGE_SECONDS - Static variable in interface io.vertx.ext.web.handler.FaviconHandler
-
The default max age in seconds as set in the cache-control header
- DEFAULT_MAX_AGE_SECONDS - Static variable in interface io.vertx.ext.web.handler.StaticHandler
-
Default max age for cache headers
- DEFAULT_MAX_AGE_SECONDS - Static variable in class io.vertx.reactivex.ext.web.handler.FaviconHandler
-
The default max age in seconds as set in the cache-control header
- DEFAULT_MAX_AGE_SECONDS - Static variable in class io.vertx.reactivex.ext.web.handler.StaticHandler
-
Default max age for cache headers
- DEFAULT_MAX_AGE_SECONDS - Static variable in class io.vertx.rxjava.ext.web.handler.FaviconHandler
-
The default max age in seconds as set in the cache-control header
- DEFAULT_MAX_AGE_SECONDS - Static variable in class io.vertx.rxjava.ext.web.handler.StaticHandler
-
Default max age for cache headers
- DEFAULT_MAX_AVG_SERVE_TIME_NS - Static variable in interface io.vertx.ext.web.handler.StaticHandler
-
Default max avg serve time, in ns, over which serving will be considered slow
- DEFAULT_MAX_AVG_SERVE_TIME_NS - Static variable in class io.vertx.reactivex.ext.web.handler.StaticHandler
-
Default max avg serve time, in ns, over which serving will be considered slow
- DEFAULT_MAX_AVG_SERVE_TIME_NS - Static variable in class io.vertx.rxjava.ext.web.handler.StaticHandler
-
Default max avg serve time, in ns, over which serving will be considered slow
- DEFAULT_MAX_AWAIT_TIME - Static variable in class io.vertx.ext.mongo.AggregateOptions
-
The default value of maxAwaiTime = 0.
- DEFAULT_MAX_BODY_LENGTH - Static variable in class io.vertx.ext.stomp.StompServerOptions
-
- DEFAULT_MAX_BYTES_STREAMING - Static variable in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
-
- DEFAULT_MAX_CACHE_SIZE - Static variable in interface io.vertx.ext.web.handler.StaticHandler
-
The default max cache size
- DEFAULT_MAX_CACHE_SIZE - Static variable in interface io.vertx.ext.web.templ.freemarker.FreeMarkerTemplateEngine
-
Default max number of templates to cache
- DEFAULT_MAX_CACHE_SIZE - Static variable in interface io.vertx.ext.web.templ.handlebars.HandlebarsTemplateEngine
-
Default max number of templates to cache
- DEFAULT_MAX_CACHE_SIZE - Static variable in interface io.vertx.ext.web.templ.jade.JadeTemplateEngine
-
Default max number of templates to cache
- DEFAULT_MAX_CACHE_SIZE - Static variable in interface io.vertx.ext.web.templ.mvel.MVELTemplateEngine
-
Default max number of templates to cache
- DEFAULT_MAX_CACHE_SIZE - Static variable in interface io.vertx.ext.web.templ.pebble.PebbleTemplateEngine
-
Default max number of templates to cache
- DEFAULT_MAX_CACHE_SIZE - Static variable in interface io.vertx.ext.web.templ.rocker.RockerTemplateEngine
-
Default max number of templates to cache
- DEFAULT_MAX_CACHE_SIZE - Static variable in class io.vertx.reactivex.ext.web.handler.StaticHandler
-
The default max cache size
- DEFAULT_MAX_CACHE_SIZE - Static variable in class io.vertx.reactivex.ext.web.templ.freemarker.FreeMarkerTemplateEngine
-
Default max number of templates to cache
- DEFAULT_MAX_CACHE_SIZE - Static variable in class io.vertx.reactivex.ext.web.templ.handlebars.HandlebarsTemplateEngine
-
Default max number of templates to cache
- DEFAULT_MAX_CACHE_SIZE - Static variable in class io.vertx.reactivex.ext.web.templ.jade.JadeTemplateEngine
-
Default max number of templates to cache
- DEFAULT_MAX_CACHE_SIZE - Static variable in class io.vertx.reactivex.ext.web.templ.mvel.MVELTemplateEngine
-
Default max number of templates to cache
- DEFAULT_MAX_CACHE_SIZE - Static variable in class io.vertx.reactivex.ext.web.templ.pebble.PebbleTemplateEngine
-
Default max number of templates to cache
- DEFAULT_MAX_CACHE_SIZE - Static variable in class io.vertx.reactivex.ext.web.templ.rocker.RockerTemplateEngine
-
Default max number of templates to cache
- DEFAULT_MAX_CACHE_SIZE - Static variable in class io.vertx.rxjava.ext.web.handler.StaticHandler
-
The default max cache size
- DEFAULT_MAX_CACHE_SIZE - Static variable in class io.vertx.rxjava.ext.web.templ.freemarker.FreeMarkerTemplateEngine
-
Default max number of templates to cache
- DEFAULT_MAX_CACHE_SIZE - Static variable in class io.vertx.rxjava.ext.web.templ.handlebars.HandlebarsTemplateEngine
-
Default max number of templates to cache
- DEFAULT_MAX_CACHE_SIZE - Static variable in class io.vertx.rxjava.ext.web.templ.jade.JadeTemplateEngine
-
Default max number of templates to cache
- DEFAULT_MAX_CACHE_SIZE - Static variable in class io.vertx.rxjava.ext.web.templ.mvel.MVELTemplateEngine
-
Default max number of templates to cache
- DEFAULT_MAX_CACHE_SIZE - Static variable in class io.vertx.rxjava.ext.web.templ.pebble.PebbleTemplateEngine
-
Default max number of templates to cache
- DEFAULT_MAX_CACHE_SIZE - Static variable in class io.vertx.rxjava.ext.web.templ.rocker.RockerTemplateEngine
-
Default max number of templates to cache
- DEFAULT_MAX_CHUNK_SIZE - Static variable in class io.vertx.core.http.HttpClientOptions
-
Default max HTTP chunk size = 8192
- DEFAULT_MAX_CHUNK_SIZE - Static variable in class io.vertx.core.http.HttpServerOptions
-
Default max HTTP chunk size = 8192
- DEFAULT_MAX_CONCURRENT_STREAMS - Static variable in class io.vertx.core.http.Http2Settings
-
- DEFAULT_MAX_EVENT_LOOP_EXECUTE_TIME - Static variable in class io.vertx.core.VertxOptions
-
The default value of max event loop execute time = 2000000000 ns (2 seconds)
- DEFAULT_MAX_EVENT_LOOP_EXECUTE_TIME_UNIT - Static variable in class io.vertx.core.VertxOptions
-
- DEFAULT_MAX_FAILURES - Static variable in class io.vertx.circuitbreaker.CircuitBreakerOptions
-
Default number of failures.
- DEFAULT_MAX_FORM_ATTRIBUTE_SIZE - Static variable in class io.vertx.core.http.HttpServerOptions
-
Default max length of all headers = 2048
- DEFAULT_MAX_FRAME_IN_TRANSACTION - Static variable in class io.vertx.ext.stomp.StompServerOptions
-
- DEFAULT_MAX_FRAME_SIZE - Static variable in class io.vertx.core.http.Http2Settings
-
- DEFAULT_MAX_HANDLERS_PER_SOCKET - Static variable in class io.vertx.ext.web.handler.sockjs.SockJSBridgeOptions
-
Default value for max handlers per socket = 1000
- DEFAULT_MAX_HEADER_LENGTH - Static variable in class io.vertx.ext.stomp.StompServerOptions
-
- DEFAULT_MAX_HEADER_LIST_SIZE - Static variable in class io.vertx.core.http.Http2Settings
-
- DEFAULT_MAX_HEADER_SIZE - Static variable in class io.vertx.core.http.HttpClientOptions
-
Default max length of all headers = 8192
- DEFAULT_MAX_HEADER_SIZE - Static variable in class io.vertx.core.http.HttpServerOptions
-
Default max length of all headers = 8192
- DEFAULT_MAX_HEADERS - Static variable in class io.vertx.ext.stomp.StompServerOptions
-
- DEFAULT_MAX_INFLIGHT_QUEUE - Static variable in class io.vertx.mqtt.MqttClientOptions
-
- DEFAULT_MAX_INITIAL_LINE_LENGTH - Static variable in class io.vertx.core.http.HttpClientOptions
-
Default max length of the initial line (e.g.
- DEFAULT_MAX_INITIAL_LINE_LENGTH - Static variable in class io.vertx.core.http.HttpServerOptions
-
Default max length of the initial line (e.g.
- DEFAULT_MAX_MESSAGE_SIZE - Static variable in class io.vertx.mqtt.MqttClientOptions
-
- DEFAULT_MAX_MESSAGE_SIZE - Static variable in class io.vertx.mqtt.MqttServerOptions
-
- DEFAULT_MAX_POOL_SIZE - Static variable in class io.vertx.core.http.HttpClientOptions
-
The default maximum number of HTTP/1 connections a client will pool = 5
- DEFAULT_MAX_QUERIES - Static variable in class io.vertx.core.dns.AddressResolverOptions
-
The default value for the max dns queries per query = 4
- DEFAULT_MAX_REDIRECTS - Static variable in class io.vertx.core.http.HttpClientOptions
-
- DEFAULT_MAX_SIZE - Static variable in interface io.vertx.kafka.client.producer.KafkaWriteStream
-
- DEFAULT_MAX_SIZE - Static variable in class io.vertx.sqlclient.PoolOptions
-
The default maximum number of connections a client will pool = 4
- DEFAULT_MAX_SUBSCRIPTIONS_BY_CLIENT - Static variable in class io.vertx.ext.stomp.StompServerOptions
-
- DEFAULT_MAX_TIME - Static variable in class io.vertx.ext.mongo.AggregateOptions
-
The default value of maxTime = 0.
- DEFAULT_MAX_WAIT_QUEUE_SIZE - Static variable in class io.vertx.core.http.HttpClientOptions
-
Default max wait queue size = -1 (unbounded)
- DEFAULT_MAX_WAIT_QUEUE_SIZE - Static variable in class io.vertx.sqlclient.PoolOptions
-
Default max wait queue size = -1 (unbounded)
- DEFAULT_MAX_WEBSOCKET_FRAME_SIZE - Static variable in class io.vertx.core.http.HttpClientOptions
-
The default value for maximum WebSocket frame size = 65536 bytes
- DEFAULT_MAX_WEBSOCKET_FRAME_SIZE - Static variable in class io.vertx.core.http.HttpServerOptions
-
Default max WebSocket frame size = 65536
- DEFAULT_MAX_WEBSOCKET_MESSAGE_SIZE - Static variable in class io.vertx.core.http.HttpClientOptions
-
The default value for maximum WebSocket messages (could be assembled from multiple frames) is 4 full frames
worth of data
- DEFAULT_MAX_WEBSOCKET_MESSAGE_SIZE - Static variable in class io.vertx.core.http.HttpServerOptions
-
Default max WebSocket message size (could be assembled from multiple frames) is 4 full frames
worth of data
- DEFAULT_MAX_WORKER_EXECUTE_TIME - Static variable in class io.vertx.core.VertxOptions
-
The default value of max worker execute time = 60000000000 ns (60 seconds)
- DEFAULT_MAX_WORKER_EXECUTE_TIME_UNIT - Static variable in class io.vertx.core.VertxOptions
-
- DEFAULT_MERGE_FORM_ATTRIBUTES - Static variable in interface io.vertx.ext.web.handler.BodyHandler
-
Default value of whether form attributes should be merged into request params
- DEFAULT_MERGE_FORM_ATTRIBUTES - Static variable in class io.vertx.reactivex.ext.web.handler.BodyHandler
-
Default value of whether form attributes should be merged into request params
- DEFAULT_MERGE_FORM_ATTRIBUTES - Static variable in class io.vertx.rxjava.ext.web.handler.BodyHandler
-
Default value of whether form attributes should be merged into request params
- DEFAULT_METRICS_ENABLED - Static variable in class io.vertx.core.metrics.MetricsOptions
-
The default value of metrics enabled false
- DEFAULT_METRICS_NAME - Static variable in class io.vertx.core.net.ClientOptionsBase
-
The default value of the client metrics = "":
- DEFAULT_METRICS_ROLLING_BUCKETS - Static variable in class io.vertx.circuitbreaker.CircuitBreakerOptions
-
Default number of buckets used for the rolling window.
- DEFAULT_METRICS_ROLLING_WINDOW - Static variable in class io.vertx.circuitbreaker.CircuitBreakerOptions
-
Default rolling window for metrics in milliseconds.
- DEFAULT_MODIFIED_COUNT - Static variable in class io.vertx.ext.mongo.MongoClientBulkWriteResult
-
The default value is 0, signifying no document was modified
- DEFAULT_MONITORED_HANDLERS - Static variable in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
-
The default monitored handlers : empty by default
- DEFAULT_MONITORED_HTTP_CLIENT_ENDPOINTS - Static variable in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
-
The default monitored http client endpoints : empty by default
- DEFAULT_MONITORED_HTTP_CLIENT_URIS - Static variable in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
-
The default monitored http client uris : empty by default
- DEFAULT_MONITORED_HTTP_SERVER_URIS - Static variable in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
-
The default monitored http server uris : empty by default
- DEFAULT_MOUNT_NOT_IMPLEMENTED_HANDLER - Static variable in class io.vertx.ext.web.api.contract.RouterFactoryOptions
-
By default, RouterFactory mounts Not Implemented handler
- DEFAULT_MOUNT_RESPONSE_CONTENT_TYPE_HANDLER - Static variable in class io.vertx.ext.web.api.contract.RouterFactoryOptions
-
By default, RouterFactory will mount ResponseContentTypeHandler when required
- DEFAULT_MOUNT_VALIDATION_FAILURE_HANDLER - Static variable in class io.vertx.ext.web.api.contract.RouterFactoryOptions
-
- DEFAULT_MULTI - Static variable in class io.vertx.ext.mongo.UpdateOptions
-
The default value of multi = false
- DEFAULT_MULTI_THREADED - Static variable in class io.vertx.core.DeploymentOptions
-
- DEFAULT_MULTICAST_NETWORK_INTERFACE - Static variable in class io.vertx.core.datagram.DatagramSocketOptions
-
The default value of multicast network interface = null
- DEFAULT_MULTICAST_TIME_TO_LIVE - Static variable in class io.vertx.core.datagram.DatagramSocketOptions
-
The default value of multicast disabled = -1
- DEFAULT_NAG_HTTPS - Static variable in interface io.vertx.ext.web.handler.SessionHandler
-
Default of whether a nagging log warning should be written if the session
handler is accessed over HTTP, not HTTPS
- DEFAULT_NAG_HTTPS - Static variable in class io.vertx.reactivex.ext.web.handler.SessionHandler
-
Default of whether a nagging log warning should be written if the session
handler is accessed over HTTP, not HTTPS
- DEFAULT_NAG_HTTPS - Static variable in class io.vertx.rxjava.ext.web.handler.SessionHandler
-
Default of whether a nagging log warning should be written if the session
handler is accessed over HTTP, not HTTPS
- DEFAULT_NDOTS - Static variable in class io.vertx.core.dns.AddressResolverOptions
-
The default ndots value = loads the value from the OS on Linux otherwise use the value 1
- DEFAULT_NETWORK_RECOVERY_INTERNAL - Static variable in class io.vertx.rabbitmq.RabbitMQOptions
-
The default network recovery internal = 5000
- DEFAULT_NOFOLLOW_LINKS - Static variable in class io.vertx.core.file.CopyOptions
-
Whether symbolic links should not be followed during copy or move operations by default = false.
- DEFAULT_NONCE_EXPIRE_TIMEOUT - Static variable in interface io.vertx.ext.web.handler.DigestAuthHandler
-
The default nonce expire timeout to use in milliseconds.
- DEFAULT_NONCE_EXPIRE_TIMEOUT - Static variable in class io.vertx.reactivex.ext.web.handler.DigestAuthHandler
-
The default nonce expire timeout to use in milliseconds.
- DEFAULT_NONCE_EXPIRE_TIMEOUT - Static variable in class io.vertx.rxjava.ext.web.handler.DigestAuthHandler
-
The default nonce expire timeout to use in milliseconds.
- DEFAULT_NOTIFICATION_ADDRESS - Static variable in class io.vertx.circuitbreaker.CircuitBreakerOptions
-
Default address on which the circuit breakers are sending their update.
- DEFAULT_NOTIFICATION_PERIOD - Static variable in class io.vertx.circuitbreaker.CircuitBreakerOptions
-
Default notification period in milliseconds.
- DEFAULT_NUM_THREADS - Static variable in class io.vertx.micrometer.VertxInfluxDbOptions
-
The default number of threads used = 2.
- DEFAULT_OPERATION_MODEL_KEY - Static variable in class io.vertx.ext.web.api.contract.RouterFactoryOptions
-
By default, RouterFactory will not expose operation configuration in the the routing context
- DEFAULT_OPT_PREFIX - Static variable in class io.vertx.core.cli.UsageMessageFormatter
-
default prefix for shortOpts
- DEFAULT_OPT_RESOURCE_ENABLED - Static variable in class io.vertx.core.dns.AddressResolverOptions
-
- DEFAULT_ORDERED - Static variable in class io.vertx.ext.mongo.BulkWriteOptions
-
The default value of ordered = true
- DEFAULT_OUT_BINARY - Static variable in class io.vertx.ext.shell.term.TelnetTermOptions
-
- DEFAULT_PASSWORD - Static variable in interface io.vertx.ext.asyncsql.MySQLClient
-
The default database password.
- DEFAULT_PASSWORD - Static variable in interface io.vertx.ext.asyncsql.PostgreSQLClient
-
The default user password.
- DEFAULT_PASSWORD - Static variable in class io.vertx.mysqlclient.MySQLConnectOptions
-
- DEFAULT_PASSWORD - Static variable in class io.vertx.pgclient.PgConnectOptions
-
- DEFAULT_PASSWORD - Static variable in class io.vertx.rabbitmq.RabbitMQOptions
-
The default password = guest
- DEFAULT_PASSWORD - Static variable in class io.vertx.reactivex.ext.asyncsql.MySQLClient
-
The default database password.
- DEFAULT_PASSWORD - Static variable in class io.vertx.reactivex.ext.asyncsql.PostgreSQLClient
-
The default user password.
- DEFAULT_PASSWORD - Static variable in class io.vertx.rxjava.ext.asyncsql.MySQLClient
-
The default database password.
- DEFAULT_PASSWORD - Static variable in class io.vertx.rxjava.ext.asyncsql.PostgreSQLClient
-
The default user password.
- DEFAULT_PASSWORD_FIELD - Static variable in interface io.vertx.ext.auth.mongo.MongoAuth
-
The default name of the property for the password, like it is stored in mongodb
- DEFAULT_PASSWORD_FIELD - Static variable in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
-
The default name of the property for the password, like it is stored in mongodb
- DEFAULT_PASSWORD_FIELD - Static variable in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
-
The default name of the property for the password, like it is stored in mongodb
- DEFAULT_PASSWORD_PARAM - Static variable in interface io.vertx.ext.web.handler.FormLoginHandler
-
The default value of the form attribute which will contain the password
- DEFAULT_PASSWORD_PARAM - Static variable in class io.vertx.reactivex.ext.web.handler.FormLoginHandler
-
The default value of the form attribute which will contain the password
- DEFAULT_PASSWORD_PARAM - Static variable in class io.vertx.rxjava.ext.web.handler.FormLoginHandler
-
The default value of the form attribute which will contain the password
- DEFAULT_PER_FRAME_WEBSOCKET_COMPRESSION_SUPPORTED - Static variable in class io.vertx.core.http.HttpServerOptions
-
Default support for WebSockets per-frame deflate compression extension = true
- DEFAULT_PER_MESSAGE_WEBSOCKET_COMPRESSION_SUPPORTED - Static variable in class io.vertx.core.http.HttpServerOptions
-
Default support for WebSockets per-message deflate compression extension = true
- DEFAULT_PERMISSION_FIELD - Static variable in interface io.vertx.ext.auth.mongo.MongoAuth
-
The default name of the property for the permissions, like it is stored in mongodb.
- DEFAULT_PERMISSION_FIELD - Static variable in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
-
The default name of the property for the permissions, like it is stored in mongodb.
- DEFAULT_PERMISSION_FIELD - Static variable in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
-
The default name of the property for the permissions, like it is stored in mongodb.
- DEFAULT_PERMISSIONS_QUERY - Static variable in interface io.vertx.ext.auth.jdbc.JDBCAuth
-
The default query to retrieve all permissions for the role
- DEFAULT_PERMISSIONS_QUERY - Static variable in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuth
-
The default query to retrieve all permissions for the role
- DEFAULT_PERMISSIONS_QUERY - Static variable in class io.vertx.rxjava.ext.auth.jdbc.JDBCAuth
-
The default query to retrieve all permissions for the role
- DEFAULT_PERMS - Static variable in class io.vertx.core.file.OpenOptions
-
- DEFAULT_PING_TIMEOUT - Static variable in class io.vertx.ext.web.handler.sockjs.SockJSBridgeOptions
-
Default value for ping timeout = 10000 ms
- DEFAULT_PIPELINING - Static variable in class io.vertx.core.http.HttpClientOptions
-
Default value of whether pipe-lining is enabled = false
- DEFAULT_PIPELINING_LIMIT - Static variable in class io.vertx.core.http.HttpClientOptions
-
The default maximum number of requests an HTTP/1.1 pipe-lined connection can send = 10
- DEFAULT_PIPELINING_LIMIT - Static variable in class io.vertx.db2client.DB2ConnectOptions
-
- DEFAULT_PIPELINING_LIMIT - Static variable in class io.vertx.pgclient.PgConnectOptions
-
- DEFAULT_POINT_TO_POINT - Static variable in class io.vertx.ext.stomp.BridgeOptions
-
- DEFAULT_POOL_CLEANER_PERIOD - Static variable in class io.vertx.core.http.HttpClientOptions
-
Default pool cleaner period = 1000 ms (1 second)
- DEFAULT_POOL_NAME - Static variable in interface io.vertx.ext.asyncsql.MySQLClient
-
The default name used for the MySQL pool.
- DEFAULT_POOL_NAME - Static variable in interface io.vertx.ext.mail.MailClient
-
The name of the default pool
- DEFAULT_POOL_NAME - Static variable in interface io.vertx.ext.mongo.MongoClient
-
The name of the default pool
- DEFAULT_POOL_NAME - Static variable in class io.vertx.reactivex.ext.asyncsql.MySQLClient
-
The default name used for the MySQL pool.
- DEFAULT_POOL_NAME - Static variable in class io.vertx.reactivex.ext.mail.MailClient
-
The name of the default pool
- DEFAULT_POOL_NAME - Static variable in class io.vertx.reactivex.ext.mail.MailService
-
The name of the default pool
- DEFAULT_POOL_NAME - Static variable in class io.vertx.reactivex.ext.mongo.MongoClient
-
The name of the default pool
- DEFAULT_POOL_NAME - Static variable in class io.vertx.reactivex.ext.mongo.MongoService
-
The name of the default pool
- DEFAULT_POOL_NAME - Static variable in class io.vertx.rxjava.ext.asyncsql.MySQLClient
-
The default name used for the MySQL pool.
- DEFAULT_POOL_NAME - Static variable in class io.vertx.rxjava.ext.mail.MailClient
-
The name of the default pool
- DEFAULT_POOL_NAME - Static variable in class io.vertx.rxjava.ext.mongo.MongoClient
-
The name of the default pool
- DEFAULT_POOL_NAME - Static variable in class io.vertx.rxjava.ext.mongo.MongoService
-
The name of the default pool
- DEFAULT_PORT - Static variable in class io.vertx.cassandra.CassandraClientOptions
-
Default port for connecting with Cassandra service.
- DEFAULT_PORT - Static variable in class io.vertx.core.dns.DnsClientOptions
-
- DEFAULT_PORT - Static variable in class io.vertx.core.eventbus.EventBusOptions
-
The default port to listen on = 0 (meaning a random ephemeral free port will be chosen)
- DEFAULT_PORT - Static variable in class io.vertx.core.http.HttpServerOptions
-
Default port the server will listen on = 80
- DEFAULT_PORT - Static variable in class io.vertx.core.http.RequestOptions
-
The default value for port = 80
- DEFAULT_PORT - Static variable in class io.vertx.core.net.NetServerOptions
-
The default port to listen on = 0 (meaning a random ephemeral free port will be chosen)
- DEFAULT_PORT - Static variable in class io.vertx.core.net.ProxyOptions
-
The default port for proxy connect = 3128
3128 is the default port for e.g.
- DEFAULT_PORT - Static variable in class io.vertx.db2client.DB2ConnectOptions
-
- DEFAULT_PORT - Static variable in interface io.vertx.ext.asyncsql.MySQLClient
-
The default port.
- DEFAULT_PORT - Static variable in interface io.vertx.ext.asyncsql.PostgreSQLClient
-
The default port.
- DEFAULT_PORT - Static variable in class io.vertx.ext.shell.term.SSHTermOptions
-
- DEFAULT_PORT - Static variable in class io.vertx.mqtt.MqttClientOptions
-
- DEFAULT_PORT - Static variable in class io.vertx.mqtt.MqttServerOptions
-
- DEFAULT_PORT - Static variable in class io.vertx.mysqlclient.MySQLConnectOptions
-
- DEFAULT_PORT - Static variable in class io.vertx.pgclient.PgConnectOptions
-
- DEFAULT_PORT - Static variable in class io.vertx.rabbitmq.RabbitMQOptions
-
The default port = - 1 - 5671 for SSL otherwise 5672
- DEFAULT_PORT - Static variable in class io.vertx.reactivex.ext.asyncsql.MySQLClient
-
The default port.
- DEFAULT_PORT - Static variable in class io.vertx.reactivex.ext.asyncsql.PostgreSQLClient
-
The default port.
- DEFAULT_PORT - Static variable in class io.vertx.rxjava.ext.asyncsql.MySQLClient
-
The default port.
- DEFAULT_PORT - Static variable in class io.vertx.rxjava.ext.asyncsql.PostgreSQLClient
-
The default port.
- DEFAULT_PREALLOCATE_BODY_BUFFER - Static variable in interface io.vertx.ext.web.handler.BodyHandler
-
Default value of whether to pre-allocate the body buffer size according to the content-length HTTP request header
- DEFAULT_PREALLOCATE_BODY_BUFFER - Static variable in class io.vertx.reactivex.ext.web.handler.BodyHandler
-
Default value of whether to pre-allocate the body buffer size according to the content-length HTTP request header
- DEFAULT_PREALLOCATE_BODY_BUFFER - Static variable in class io.vertx.rxjava.ext.web.handler.BodyHandler
-
Default value of whether to pre-allocate the body buffer size according to the content-length HTTP request header
- DEFAULT_PREFER_NATIVE_TRANSPORT - Static variable in class io.vertx.core.VertxOptions
-
The default value for preferring native transport = false
- DEFAULT_PREPARED_STATEMENT_CACHE_FILTER - Static variable in class io.vertx.sqlclient.SqlConnectOptions
-
- DEFAULT_PREPARED_STATEMENT_CACHE_MAX_SIZE - Static variable in class io.vertx.sqlclient.SqlConnectOptions
-
- DEFAULT_PREPARED_STATEMENT_CACHE_SQL_LIMIT - Static variable in class io.vertx.sqlclient.SqlConnectOptions
-
- DEFAULT_PROPERTIES - Static variable in class io.vertx.pgclient.PgConnectOptions
-
- DEFAULT_PROTOCOL_VERSION - Static variable in class io.vertx.core.http.HttpClientOptions
-
The default protocol version = HTTP/1.1
- DEFAULT_PROVIDER_CLASS - Static variable in interface io.vertx.ext.jdbc.JDBCClient
-
The default data source provider is C3P0
- DEFAULT_PROVIDER_CLASS - Static variable in class io.vertx.reactivex.ext.jdbc.JDBCClient
-
The default data source provider is C3P0
- DEFAULT_PROVIDER_CLASS - Static variable in class io.vertx.rxjava.ext.jdbc.JDBCClient
-
The default data source provider is C3P0
- DEFAULT_PUBLISH - Static variable in class io.vertx.camel.InboundMapping
-
The default value of the "publish" property.
- DEFAULT_PUBLISH_QUANTILES - Static variable in class io.vertx.micrometer.VertxPrometheusOptions
-
Default value for publishing histogram quantiles = false.
- DEFAULT_QUERY_TIMEOUT - Static variable in class io.vertx.core.dns.AddressResolverOptions
-
The default value for the query timeout in millis = 5000
- DEFAULT_QUERY_TIMEOUT - Static variable in class io.vertx.core.dns.DnsClientOptions
-
The default value for the query timeout in millis = 5000
- DEFAULT_QUORUM_SIZE - Static variable in class io.vertx.core.VertxOptions
-
The default value of quorum size = 1
- DEFAULT_RANGE_SUPPORT - Static variable in interface io.vertx.ext.web.handler.StaticHandler
-
Default of whether Range request handling support should be used
- DEFAULT_RANGE_SUPPORT - Static variable in class io.vertx.reactivex.ext.web.handler.StaticHandler
-
Default of whether Range request handling support should be used
- DEFAULT_RANGE_SUPPORT - Static variable in class io.vertx.rxjava.ext.web.handler.StaticHandler
-
Default of whether Range request handling support should be used
- DEFAULT_RD_FLAG - Static variable in class io.vertx.core.dns.AddressResolverOptions
-
The default value of the rd flag = true
- DEFAULT_READ - Static variable in class io.vertx.core.file.OpenOptions
-
- DEFAULT_READ_TIMEOUT - Static variable in class io.vertx.micrometer.VertxInfluxDbOptions
-
The default read timeout (seconds) = 10.
- DEFAULT_REALM - Static variable in interface io.vertx.ext.web.handler.BasicAuthHandler
-
The default realm to use
- DEFAULT_REALM - Static variable in class io.vertx.reactivex.ext.web.handler.BasicAuthHandler
-
The default realm to use
- DEFAULT_REALM - Static variable in class io.vertx.rxjava.ext.web.handler.BasicAuthHandler
-
The default realm to use
- DEFAULT_REAPER_INTERVAL - Static variable in class io.vertx.ext.shell.ShellServerOptions
-
Default of how often, in ms, to check for expired sessions
- DEFAULT_REAPER_INTERVAL - Static variable in interface io.vertx.ext.web.sstore.LocalSessionStore
-
Default of how often, in ms, to check for expired sessions
- DEFAULT_REAPER_INTERVAL - Static variable in class io.vertx.reactivex.ext.web.sstore.LocalSessionStore
-
Default of how often, in ms, to check for expired sessions
- DEFAULT_REAPER_INTERVAL - Static variable in class io.vertx.rxjava.ext.web.sstore.LocalSessionStore
-
Default of how often, in ms, to check for expired sessions
- DEFAULT_RECEIVE_BUFFER_SIZE - Static variable in class io.vertx.core.net.NetworkOptions
-
The default value of TCP receive buffer size
- DEFAULT_RECONNECT_ATTEMPTS - Static variable in class io.vertx.core.eventbus.EventBusOptions
-
The default value for reconnect attempts = 0
- DEFAULT_RECONNECT_ATTEMPTS - Static variable in class io.vertx.core.net.NetClientOptions
-
The default value for reconnect attempts = 0
- DEFAULT_RECONNECT_INTERVAL - Static variable in class io.vertx.core.eventbus.EventBusOptions
-
The default value for reconnect interval = 1000 ms
- DEFAULT_RECONNECT_INTERVAL - Static variable in class io.vertx.core.net.NetClientOptions
-
The default value for reconnect interval = 1000 ms
- DEFAULT_RECURSION_DESIRED - Static variable in class io.vertx.core.dns.DnsClientOptions
-
The default value for the recursion desired flag (RD) = true
- DEFAULT_REGISTRY_NAME - Static variable in class io.vertx.micrometer.MicrometerMetricsOptions
-
Default registry name is 'default'
- DEFAULT_REMOVEDCOUNT - Static variable in class io.vertx.ext.mongo.MongoClientDeleteResult
-
The default value is 0, signifying no document is removed
- DEFAULT_REPLACE_EXISTING - Static variable in class io.vertx.core.file.CopyOptions
-
Whether an existing file, empty directory, or link should be replaced by default = false.
- DEFAULT_REPLY_TIMEOUT - Static variable in class io.vertx.ext.web.handler.sockjs.SockJSBridgeOptions
-
Default value for reply timeout = 30000
- DEFAULT_REQUEST_BATCHING_ENABLED - Static variable in class io.vertx.ext.web.handler.graphql.GraphQLHandlerOptions
-
Whether request batching should be enabled by default = false.
- DEFAULT_REQUESTED_CHANNEL_MAX - Static variable in class io.vertx.rabbitmq.RabbitMQOptions
-
The default requested channel max = 0
- DEFAULT_REQUESTED_HEARTBEAT - Static variable in class io.vertx.rabbitmq.RabbitMQOptions
-
The default connection timeout = 60
- DEFAULT_REQUIRE_SECURITY_HANDLERS - Static variable in class io.vertx.ext.web.api.contract.RouterFactoryOptions
-
By default, RouterFactory requires security handlers
to be defined while calling getRouter() or it will throw an Exception
- DEFAULT_REQUIRED_AUTHORITY - Static variable in class io.vertx.ext.bridge.PermittedOptions
-
The default permitted required authority : null.
- DEFAULT_RESET_TIMEOUT - Static variable in class io.vertx.circuitbreaker.CircuitBreakerOptions
-
Default time before it attempts to re-close the circuit (half-open state) in milliseconds.
- DEFAULT_RESPONSE_BODY - Static variable in interface io.vertx.ext.web.handler.CSRFHandler
-
- DEFAULT_RESPONSE_BODY - Static variable in class io.vertx.reactivex.ext.web.handler.CSRFHandler
-
- DEFAULT_RESPONSE_BODY - Static variable in class io.vertx.rxjava.ext.web.handler.CSRFHandler
-
- DEFAULT_RETRY_TIMEOUT - Static variable in interface io.vertx.ext.web.sstore.ClusteredSessionStore
-
Default retry time out, in ms, for a session not found in this store.
- DEFAULT_RETRY_TIMEOUT - Static variable in class io.vertx.reactivex.ext.web.sstore.ClusteredSessionStore
-
Default retry time out, in ms, for a session not found in this store.
- DEFAULT_RETRY_TIMEOUT - Static variable in class io.vertx.rxjava.ext.web.sstore.ClusteredSessionStore
-
Default retry time out, in ms, for a session not found in this store.
- DEFAULT_RETURN_NEW_DOCUMENT - Static variable in class io.vertx.ext.mongo.UpdateOptions
-
The default value of returning new document = false
- DEFAULT_RETURN_URL_PARAM - Static variable in interface io.vertx.ext.web.handler.FormLoginHandler
-
The default value of the session attribute which will contain the return url
- DEFAULT_RETURN_URL_PARAM - Static variable in interface io.vertx.ext.web.handler.RedirectAuthHandler
-
Default name of param used to store return url information in session
- DEFAULT_RETURN_URL_PARAM - Static variable in class io.vertx.reactivex.ext.web.handler.FormLoginHandler
-
The default value of the session attribute which will contain the return url
- DEFAULT_RETURN_URL_PARAM - Static variable in class io.vertx.reactivex.ext.web.handler.RedirectAuthHandler
-
Default name of param used to store return url information in session
- DEFAULT_RETURN_URL_PARAM - Static variable in class io.vertx.rxjava.ext.web.handler.FormLoginHandler
-
The default value of the session attribute which will contain the return url
- DEFAULT_RETURN_URL_PARAM - Static variable in class io.vertx.rxjava.ext.web.handler.RedirectAuthHandler
-
Default name of param used to store return url information in session
- DEFAULT_REUSE_ADDRESS - Static variable in class io.vertx.core.datagram.DatagramSocketOptions
-
The default value of reuse address = false
- DEFAULT_REUSE_ADDRESS - Static variable in class io.vertx.core.net.NetworkOptions
-
The default value of reuse address
- DEFAULT_REUSE_PORT - Static variable in class io.vertx.core.net.NetworkOptions
-
The default value of reuse port
- DEFAULT_ROLE_FIELD - Static variable in interface io.vertx.ext.auth.mongo.MongoAuth
-
The default name of the property for the roles, like it is stored in mongodb.
- DEFAULT_ROLE_FIELD - Static variable in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
-
The default name of the property for the roles, like it is stored in mongodb.
- DEFAULT_ROLE_FIELD - Static variable in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
-
The default name of the property for the roles, like it is stored in mongodb.
- DEFAULT_ROLE_PREFIX - Static variable in interface io.vertx.ext.auth.jdbc.JDBCAuth
-
The default role prefix
- DEFAULT_ROLE_PREFIX - Static variable in interface io.vertx.ext.auth.shiro.ShiroAuth
-
Deprecated.
The default role prefix
- DEFAULT_ROLE_PREFIX - Static variable in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuth
-
The default role prefix
- DEFAULT_ROLE_PREFIX - Static variable in class io.vertx.reactivex.ext.auth.shiro.ShiroAuth
-
The default role prefix
- DEFAULT_ROLE_PREFIX - Static variable in class io.vertx.rxjava.ext.auth.jdbc.JDBCAuth
-
The default role prefix
- DEFAULT_ROLE_PREFIX - Static variable in class io.vertx.rxjava.ext.auth.shiro.ShiroAuth
-
The default role prefix
- DEFAULT_ROLES_QUERY - Static variable in interface io.vertx.ext.auth.jdbc.JDBCAuth
-
The default query to retrieve all roles for the user
- DEFAULT_ROLES_QUERY - Static variable in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuth
-
The default query to retrieve all roles for the user
- DEFAULT_ROLES_QUERY - Static variable in class io.vertx.rxjava.ext.auth.jdbc.JDBCAuth
-
The default query to retrieve all roles for the user
- DEFAULT_ROOT - Static variable in class io.vertx.servicediscovery.rest.ServiceDiscoveryRestEndpoint
-
- DEFAULT_ROOT_FILESYSTEM_ACCESS - Static variable in interface io.vertx.ext.web.handler.StaticHandler
-
Default of whether access to the root of the file system should be allowed or just allow from the current working
directory.
- DEFAULT_ROOT_FILESYSTEM_ACCESS - Static variable in class io.vertx.reactivex.ext.web.handler.StaticHandler
-
Default of whether access to the root of the file system should be allowed or just allow from the current working
directory.
- DEFAULT_ROOT_FILESYSTEM_ACCESS - Static variable in class io.vertx.rxjava.ext.web.handler.StaticHandler
-
Default of whether access to the root of the file system should be allowed or just allow from the current working
directory.
- DEFAULT_ROTATE_SERVERS - Static variable in class io.vertx.core.dns.AddressResolverOptions
-
The default servers rotate value = loads the value from the OS on Linux otherwise use the value false
- DEFAULT_ROUND_ROBIN_INET_ADDRESS - Static variable in class io.vertx.core.dns.AddressResolverOptions
-
The default round robin inet address = false
- DEFAULT_SALT_FIELD - Static variable in interface io.vertx.ext.auth.mongo.MongoAuth
-
The default name of the property for the salt field
- DEFAULT_SALT_FIELD - Static variable in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
-
The default name of the property for the salt field
- DEFAULT_SALT_FIELD - Static variable in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
-
The default name of the property for the salt field
- DEFAULT_SCHEMA - Static variable in class io.vertx.mysqlclient.MySQLConnectOptions
-
- DEFAULT_SEACH_DOMAINS - Static variable in class io.vertx.core.dns.AddressResolverOptions
-
The default value of search domains = null
- DEFAULT_SEND_BUFFER_SIZE - Static variable in class io.vertx.core.net.NetworkOptions
-
The default value of TCP send buffer size
- DEFAULT_SEND_UNMASKED_FRAMES - Static variable in class io.vertx.core.http.HttpClientOptions
-
Default WebSocket masked bit is true as depicted by RFC = false
- DEFAULT_SEND_VARY_HEADER - Static variable in interface io.vertx.ext.web.handler.StaticHandler
-
Default of whether vary header should be sent.
- DEFAULT_SEND_VARY_HEADER - Static variable in class io.vertx.reactivex.ext.web.handler.StaticHandler
-
Default of whether vary header should be sent.
- DEFAULT_SEND_VARY_HEADER - Static variable in class io.vertx.rxjava.ext.web.handler.StaticHandler
-
Default of whether vary header should be sent.
- DEFAULT_SERVERS - Static variable in class io.vertx.core.dns.AddressResolverOptions
-
The default list of DNS servers = null (uses system name server's list like resolve.conf otherwise Google Public DNS)
- DEFAULT_SESSION_CACHE_ENABLED - Static variable in class io.vertx.core.net.OpenSSLEngineOptions
-
Default value of whether session cache is enabled in open SSL session server context = true
- DEFAULT_SESSION_COOKIE_NAME - Static variable in interface io.vertx.ext.web.handler.SessionHandler
-
Default name of session cookie
- DEFAULT_SESSION_COOKIE_NAME - Static variable in class io.vertx.reactivex.ext.web.handler.SessionHandler
-
Default name of session cookie
- DEFAULT_SESSION_COOKIE_NAME - Static variable in class io.vertx.rxjava.ext.web.handler.SessionHandler
-
Default name of session cookie
- DEFAULT_SESSION_COOKIE_PATH - Static variable in interface io.vertx.ext.web.handler.SessionHandler
-
Default path of session cookie
- DEFAULT_SESSION_COOKIE_PATH - Static variable in class io.vertx.reactivex.ext.web.handler.SessionHandler
-
Default path of session cookie
- DEFAULT_SESSION_COOKIE_PATH - Static variable in class io.vertx.rxjava.ext.web.handler.SessionHandler
-
Default path of session cookie
- DEFAULT_SESSION_MAP_NAME - Static variable in interface io.vertx.ext.web.sstore.ClusteredSessionStore
-
The default name used for the session map
- DEFAULT_SESSION_MAP_NAME - Static variable in interface io.vertx.ext.web.sstore.LocalSessionStore
-
Default name for map used to store sessions
- DEFAULT_SESSION_MAP_NAME - Static variable in class io.vertx.reactivex.ext.web.sstore.ClusteredSessionStore
-
The default name used for the session map
- DEFAULT_SESSION_MAP_NAME - Static variable in class io.vertx.reactivex.ext.web.sstore.LocalSessionStore
-
Default name for map used to store sessions
- DEFAULT_SESSION_MAP_NAME - Static variable in class io.vertx.rxjava.ext.web.sstore.ClusteredSessionStore
-
The default name used for the session map
- DEFAULT_SESSION_MAP_NAME - Static variable in class io.vertx.rxjava.ext.web.sstore.LocalSessionStore
-
Default name for map used to store sessions
- DEFAULT_SESSION_TIMEOUT - Static variable in class io.vertx.ext.shell.ShellServerOptions
-
Default time, in ms, that a shell session lasts for without being accessed before expiring.
- DEFAULT_SESSION_TIMEOUT - Static variable in interface io.vertx.ext.web.handler.SessionHandler
-
Default time, in ms, that a session lasts for without being accessed before
expiring.
- DEFAULT_SESSION_TIMEOUT - Static variable in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
-
- DEFAULT_SESSION_TIMEOUT - Static variable in class io.vertx.reactivex.ext.web.handler.SessionHandler
-
Default time, in ms, that a session lasts for without being accessed before
expiring.
- DEFAULT_SESSION_TIMEOUT - Static variable in class io.vertx.rxjava.ext.web.handler.SessionHandler
-
Default time, in ms, that a session lasts for without being accessed before
expiring.
- DEFAULT_SESSIONID_LENGTH - Static variable in interface io.vertx.ext.web.sstore.SessionStore
-
Default length for a session id.
- DEFAULT_SESSIONID_LENGTH - Static variable in class io.vertx.reactivex.ext.web.sstore.ClusteredSessionStore
-
Default length for a session id.
- DEFAULT_SESSIONID_LENGTH - Static variable in class io.vertx.reactivex.ext.web.sstore.LocalSessionStore
-
Default length for a session id.
- DEFAULT_SESSIONID_LENGTH - Static variable in class io.vertx.reactivex.ext.web.sstore.SessionStore
-
Default length for a session id.
- DEFAULT_SESSIONID_LENGTH - Static variable in class io.vertx.rxjava.ext.web.sstore.ClusteredSessionStore
-
Default length for a session id.
- DEFAULT_SESSIONID_LENGTH - Static variable in class io.vertx.rxjava.ext.web.sstore.LocalSessionStore
-
Default length for a session id.
- DEFAULT_SESSIONID_LENGTH - Static variable in class io.vertx.rxjava.ext.web.sstore.SessionStore
-
Default length for a session id.
- DEFAULT_SESSIONID_MIN_LENGTH - Static variable in interface io.vertx.ext.web.handler.SessionHandler
-
Default min length for a session id.
- DEFAULT_SESSIONID_MIN_LENGTH - Static variable in class io.vertx.reactivex.ext.web.handler.SessionHandler
-
Default min length for a session id.
- DEFAULT_SESSIONID_MIN_LENGTH - Static variable in class io.vertx.rxjava.ext.web.handler.SessionHandler
-
Default min length for a session id.
- DEFAULT_SHARED_CLIENT_NAME - Static variable in interface io.vertx.cassandra.CassandraClient
-
The default shared client name.
- DEFAULT_SHARED_CLIENT_NAME - Static variable in class io.vertx.reactivex.cassandra.CassandraClient
-
The default shared client name.
- DEFAULT_SHARED_CLIENT_NAME - Static variable in class io.vertx.rxjava.cassandra.CassandraClient
-
The default shared client name.
- DEFAULT_SKIP - Static variable in class io.vertx.ext.mongo.FindOptions
-
The default value of skip = 0
- DEFAULT_SNI - Static variable in class io.vertx.core.net.NetServerOptions
-
Default value of whether the server supports SNI = false
- DEFAULT_SO_LINGER - Static variable in class io.vertx.core.net.TCPSSLOptions
-
The default value of SO_linger = -1
- DEFAULT_SPARSE - Static variable in class io.vertx.core.file.OpenOptions
-
- DEFAULT_SPARSE - Static variable in class io.vertx.ext.mongo.IndexOptions
-
- DEFAULT_SSL - Static variable in class io.vertx.core.http.RequestOptions
-
SSL enabled by default = false
- DEFAULT_SSL - Static variable in class io.vertx.core.net.TCPSSLOptions
-
SSL enable by default = false
- DEFAULT_SSL_ENGINE - Static variable in class io.vertx.core.net.TCPSSLOptions
-
The default SSL engine options = null (autoguess)
- DEFAULT_SSL_HANDSHAKE_TIMEOUT - Static variable in class io.vertx.core.net.TCPSSLOptions
-
The default value of SSL handshake timeout = 10
- DEFAULT_SSL_HANDSHAKE_TIMEOUT_TIME_UNIT - Static variable in class io.vertx.core.net.TCPSSLOptions
-
Default SSL handshake time unit = SECONDS
- DEFAULT_SSL_MODE - Static variable in class io.vertx.mysqlclient.MySQLConnectOptions
-
- DEFAULT_SSLMODE - Static variable in class io.vertx.pgclient.PgConnectOptions
-
- DEFAULT_START_EMBEDDED_SERVER - Static variable in class io.vertx.micrometer.VertxPrometheusOptions
-
Default value for starting an embedded server = false.
- DEFAULT_STEP - Static variable in class io.vertx.micrometer.VertxInfluxDbOptions
-
Default value for metric collection interval (in seconds) = 10.
- DEFAULT_STEP - Static variable in class io.vertx.micrometer.VertxJmxMetricsOptions
-
Default value for metric collection interval (in seconds) = 10.
- DEFAULT_STOMP_HEARTBEAT - Static variable in interface io.vertx.ext.stomp.StompOptions
-
- DEFAULT_STOMP_HOST - Static variable in interface io.vertx.ext.stomp.StompOptions
-
- DEFAULT_STOMP_PORT - Static variable in interface io.vertx.ext.stomp.StompOptions
-
- DEFAULT_SUB_PROTOCOLS - Static variable in class io.vertx.core.http.WebSocketConnectOptions
-
The default WebSocket sub protocols = null
- DEFAULT_SUPPORTED_VERSIONS - Static variable in interface io.vertx.ext.stomp.StompOptions
-
- DEFAULT_SYNC - Static variable in class io.vertx.core.file.OpenOptions
-
- DEFAULT_TCP_CORK - Static variable in class io.vertx.core.net.TCPSSLOptions
-
The default TCP_CORK value = false
- DEFAULT_TCP_FAST_OPEN - Static variable in class io.vertx.core.net.TCPSSLOptions
-
The default TCP_FASTOPEN value = false
- DEFAULT_TCP_KEEP_ALIVE - Static variable in class io.vertx.core.net.TCPSSLOptions
-
The default value of TCP keep alive = false
- DEFAULT_TCP_NO_DELAY - Static variable in class io.vertx.core.net.TCPSSLOptions
-
The default value of TCP-no-delay = true (Nagle disabled)
- DEFAULT_TCP_QUICKACK - Static variable in class io.vertx.core.net.TCPSSLOptions
-
The default TCP_QUICKACK value = false
- DEFAULT_TCP_USER_TIMEOUT - Static variable in class io.vertx.core.net.TCPSSLOptions
-
The default TCP_USER_TIMEOUT value in milliseconds = 0
When the default value of 0 is used, TCP will use the system default.
- DEFAULT_TEMPLATE_DIRECTORY - Static variable in interface io.vertx.ext.web.handler.TemplateHandler
-
The default directory where templates will be looked for
- DEFAULT_TEMPLATE_DIRECTORY - Static variable in class io.vertx.reactivex.ext.web.handler.TemplateHandler
-
The default directory where templates will be looked for
- DEFAULT_TEMPLATE_DIRECTORY - Static variable in class io.vertx.rxjava.ext.web.handler.TemplateHandler
-
The default directory where templates will be looked for
- DEFAULT_TEMPLATE_EXTENSION - Static variable in interface io.vertx.ext.web.templ.freemarker.FreeMarkerTemplateEngine
-
Deprecated.
- DEFAULT_TEMPLATE_EXTENSION - Static variable in interface io.vertx.ext.web.templ.handlebars.HandlebarsTemplateEngine
-
Deprecated.
- DEFAULT_TEMPLATE_EXTENSION - Static variable in interface io.vertx.ext.web.templ.jade.JadeTemplateEngine
-
Deprecated.
- DEFAULT_TEMPLATE_EXTENSION - Static variable in interface io.vertx.ext.web.templ.mvel.MVELTemplateEngine
-
Deprecated.
- DEFAULT_TEMPLATE_EXTENSION - Static variable in interface io.vertx.ext.web.templ.pebble.PebbleTemplateEngine
-
Deprecated.
- DEFAULT_TEMPLATE_EXTENSION - Static variable in interface io.vertx.ext.web.templ.rocker.RockerTemplateEngine
-
Deprecated.
- DEFAULT_TEMPLATE_EXTENSION - Static variable in class io.vertx.reactivex.ext.web.templ.freemarker.FreeMarkerTemplateEngine
-
Default template extension
- DEFAULT_TEMPLATE_EXTENSION - Static variable in class io.vertx.reactivex.ext.web.templ.handlebars.HandlebarsTemplateEngine
-
Default template extension
- DEFAULT_TEMPLATE_EXTENSION - Static variable in class io.vertx.reactivex.ext.web.templ.jade.JadeTemplateEngine
-
Default template extension
- DEFAULT_TEMPLATE_EXTENSION - Static variable in class io.vertx.reactivex.ext.web.templ.mvel.MVELTemplateEngine
-
Default template extension
- DEFAULT_TEMPLATE_EXTENSION - Static variable in class io.vertx.reactivex.ext.web.templ.pebble.PebbleTemplateEngine
-
Default template extension
- DEFAULT_TEMPLATE_EXTENSION - Static variable in class io.vertx.reactivex.ext.web.templ.rocker.RockerTemplateEngine
-
Default template extension
- DEFAULT_TEMPLATE_EXTENSION - Static variable in class io.vertx.rxjava.ext.web.templ.freemarker.FreeMarkerTemplateEngine
-
Default template extension
- DEFAULT_TEMPLATE_EXTENSION - Static variable in class io.vertx.rxjava.ext.web.templ.handlebars.HandlebarsTemplateEngine
-
Default template extension
- DEFAULT_TEMPLATE_EXTENSION - Static variable in class io.vertx.rxjava.ext.web.templ.jade.JadeTemplateEngine
-
Default template extension
- DEFAULT_TEMPLATE_EXTENSION - Static variable in class io.vertx.rxjava.ext.web.templ.mvel.MVELTemplateEngine
-
Default template extension
- DEFAULT_TEMPLATE_EXTENSION - Static variable in class io.vertx.rxjava.ext.web.templ.pebble.PebbleTemplateEngine
-
Default template extension
- DEFAULT_TEMPLATE_EXTENSION - Static variable in class io.vertx.rxjava.ext.web.templ.rocker.RockerTemplateEngine
-
Default template extension
- DEFAULT_TEMPLATE_MODE - Static variable in interface io.vertx.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
-
- DEFAULT_TEMPLATE_MODE - Static variable in class io.vertx.reactivex.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
-
- DEFAULT_TEMPLATE_MODE - Static variable in class io.vertx.rxjava.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
-
- DEFAULT_TEST_TIMEOUT - Static variable in interface io.vertx.ext.asyncsql.MySQLClient
-
The default timeout for tests.
- DEFAULT_TEST_TIMEOUT - Static variable in interface io.vertx.ext.asyncsql.PostgreSQLClient
-
The default timeout for tests.
- DEFAULT_TEST_TIMEOUT - Static variable in class io.vertx.reactivex.ext.asyncsql.MySQLClient
-
The default timeout for tests.
- DEFAULT_TEST_TIMEOUT - Static variable in class io.vertx.reactivex.ext.asyncsql.PostgreSQLClient
-
The default timeout for tests.
- DEFAULT_TEST_TIMEOUT - Static variable in class io.vertx.rxjava.ext.asyncsql.MySQLClient
-
The default timeout for tests.
- DEFAULT_TEST_TIMEOUT - Static variable in class io.vertx.rxjava.ext.asyncsql.PostgreSQLClient
-
The default timeout for tests.
- DEFAULT_TIMEOUT - Static variable in class io.vertx.circuitbreaker.CircuitBreakerOptions
-
Default timeout in milliseconds.
- DEFAULT_TIMEOUT - Static variable in class io.vertx.core.eventbus.DeliveryOptions
-
The default send timeout.
- DEFAULT_TIMEOUT - Static variable in class io.vertx.ext.unit.TestOptions
-
The default time out value in milliseconds: 2 minutes.
- DEFAULT_TIMEOUT - Static variable in interface io.vertx.ext.web.handler.TimeoutHandler
-
The default timeout, in ms
- DEFAULT_TIMEOUT - Static variable in class io.vertx.reactivex.ext.web.handler.TimeoutHandler
-
The default timeout, in ms
- DEFAULT_TIMEOUT - Static variable in class io.vertx.rxjava.ext.web.handler.TimeoutHandler
-
The default timeout, in ms
- DEFAULT_TIMEOUT_ON_CONNECT - Static variable in class io.vertx.mqtt.MqttServerOptions
-
- DEFAULT_TLS_PORT - Static variable in class io.vertx.mqtt.MqttServerOptions
-
- DEFAULT_TO - Static variable in class io.vertx.ext.unit.report.ReportOptions
-
The console is the default to value.
- DEFAULT_TRAFFIC_CLASS - Static variable in class io.vertx.core.net.NetworkOptions
-
The default value of traffic class
- DEFAULT_TRAILING_LINE - Static variable in interface io.vertx.ext.stomp.StompOptions
-
- DEFAULT_TRANSACTION_CHUNK_SIZE - Static variable in class io.vertx.ext.stomp.StompServerOptions
-
- DEFAULT_TRUNCATEEXISTING - Static variable in class io.vertx.core.file.OpenOptions
-
- DEFAULT_TRUST_ALL - Static variable in class io.vertx.core.eventbus.EventBusOptions
-
The default value of whether all servers (SSL/TLS) should be trusted = true
- DEFAULT_TRUST_ALL - Static variable in class io.vertx.core.net.ClientOptionsBase
-
The default value of whether all servers (SSL/TLS) should be trusted = false
- DEFAULT_TRY_USE_COMPRESSION - Static variable in class io.vertx.core.http.HttpClientOptions
-
Default value of whether the client will attempt to use compression = false
- DEFAULT_TRY_USE_PER_FRAME_WEBSOCKET_COMPRESSION - Static variable in class io.vertx.core.http.HttpClientOptions
-
Default offer WebSocket per-frame deflate compression extension = false
- DEFAULT_TRY_USE_PER_MESSAGE_WEBSOCKET_COMPRESSION - Static variable in class io.vertx.core.http.HttpClientOptions
-
Default offer WebSocket per-message deflate compression extension = false
- DEFAULT_TSL_PORT - Static variable in class io.vertx.mqtt.MqttClientOptions
-
- DEFAULT_TYPE - Static variable in class io.vertx.core.net.ProxyOptions
-
The default proxy type (HTTP)
- DEFAULT_TYPE - Static variable in class io.vertx.ext.auth.shiro.ShiroAuthOptions
-
- DEFAULT_TYPE - Static variable in class io.vertx.ext.dropwizard.Match
-
- DEFAULT_TYPE - Static variable in class io.vertx.micrometer.Match
-
- DEFAULT_UNIQUE - Static variable in class io.vertx.ext.mongo.IndexOptions
-
- DEFAULT_UPLOADS_DIRECTORY - Static variable in interface io.vertx.ext.web.handler.BodyHandler
-
Default uploads directory on server for file uploads
- DEFAULT_UPLOADS_DIRECTORY - Static variable in class io.vertx.reactivex.ext.web.handler.BodyHandler
-
Default uploads directory on server for file uploads
- DEFAULT_UPLOADS_DIRECTORY - Static variable in class io.vertx.rxjava.ext.web.handler.BodyHandler
-
Default uploads directory on server for file uploads
- DEFAULT_UPSERT - Static variable in class io.vertx.ext.mongo.UpdateOptions
-
The default value of upsert = false
- DEFAULT_URI - Static variable in class io.vertx.core.http.RequestOptions
-
The default relative request URI = ""
- DEFAULT_URI - Static variable in class io.vertx.micrometer.VertxInfluxDbOptions
-
The default InfluxDb server URI = http://localhost:8086.
- DEFAULT_USAGE_ADDRESS - Static variable in class io.vertx.servicediscovery.ServiceDiscoveryOptions
-
- DEFAULT_USAGE_PREFIX - Static variable in class io.vertx.core.cli.UsageMessageFormatter
-
the string to display at the beginning of the usage statement
- DEFAULT_USE_AFFECTED_ROWS - Static variable in class io.vertx.db2client.DB2ConnectOptions
-
- DEFAULT_USE_AFFECTED_ROWS - Static variable in class io.vertx.mysqlclient.MySQLConnectOptions
-
- DEFAULT_USE_ALPN - Static variable in class io.vertx.core.net.TCPSSLOptions
-
Default use alpn = false
- DEFAULT_USE_EVENT_LOOP - Static variable in class io.vertx.ext.unit.TestOptions
-
The default value for using or not the event loop: null.
- DEFAULT_USE_POOLED_BUFFERS - Static variable in class io.vertx.core.net.TCPSSLOptions
-
The default value of Netty use pooled buffers = false
- DEFAULT_USER - Static variable in interface io.vertx.ext.asyncsql.MySQLClient
-
The default database user.
- DEFAULT_USER - Static variable in interface io.vertx.ext.asyncsql.PostgreSQLClient
-
The default database user.
- DEFAULT_USER - Static variable in class io.vertx.mysqlclient.MySQLConnectOptions
-
- DEFAULT_USER - Static variable in class io.vertx.pgclient.PgConnectOptions
-
- DEFAULT_USER - Static variable in class io.vertx.rabbitmq.RabbitMQOptions
-
The default user = guest
- DEFAULT_USER - Static variable in class io.vertx.reactivex.ext.asyncsql.MySQLClient
-
The default database user.
- DEFAULT_USER - Static variable in class io.vertx.reactivex.ext.asyncsql.PostgreSQLClient
-
The default database user.
- DEFAULT_USER - Static variable in class io.vertx.rxjava.ext.asyncsql.MySQLClient
-
The default database user.
- DEFAULT_USER - Static variable in class io.vertx.rxjava.ext.asyncsql.PostgreSQLClient
-
The default database user.
- DEFAULT_USER_AGENT - Static variable in class io.vertx.ext.web.client.WebClientOptions
-
The default user agent string = Vert.x-WebClient/<version>.
- DEFAULT_USER_AGENT_ENABLED - Static variable in class io.vertx.ext.web.client.WebClientOptions
-
The default value of whether the Web Client should send a user agent header = true.
- DEFAULT_USERNAME_FIELD - Static variable in interface io.vertx.ext.auth.mongo.MongoAuth
-
The default name of the property for the username, like it is stored in mongodb
- DEFAULT_USERNAME_FIELD - Static variable in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
-
The default name of the property for the username, like it is stored in mongodb
- DEFAULT_USERNAME_FIELD - Static variable in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
-
The default name of the property for the username, like it is stored in mongodb
- DEFAULT_USERNAME_PARAM - Static variable in interface io.vertx.ext.web.handler.FormLoginHandler
-
The default value of the form attribute which will contain the username
- DEFAULT_USERNAME_PARAM - Static variable in class io.vertx.reactivex.ext.web.handler.FormLoginHandler
-
The default value of the form attribute which will contain the username
- DEFAULT_USERNAME_PARAM - Static variable in class io.vertx.rxjava.ext.web.handler.FormLoginHandler
-
The default value of the form attribute which will contain the username
- DEFAULT_VERIFY_HOST - Static variable in class io.vertx.core.http.HttpClientOptions
-
Default value of whether hostname verification (for SSL/TLS) is enabled = true
- DEFAULT_VERSION - Static variable in class io.vertx.core.http.WebSocketConnectOptions
-
- DEFAULT_VIRTUAL_HOST - Static variable in class io.vertx.rabbitmq.RabbitMQOptions
-
The default virtual host = /
- DEFAULT_WARNING_EXCEPTION_TIME_UNIT - Static variable in class io.vertx.core.VertxOptions
-
- DEFAULT_WEB_ROOT - Static variable in interface io.vertx.ext.web.handler.StaticHandler
-
Default value of the web-root, where files are served from
- DEFAULT_WEB_ROOT - Static variable in class io.vertx.reactivex.ext.web.handler.StaticHandler
-
Default value of the web-root, where files are served from
- DEFAULT_WEB_ROOT - Static variable in class io.vertx.rxjava.ext.web.handler.StaticHandler
-
Default value of the web-root, where files are served from
- DEFAULT_WEBSOCKET_ALLOW_CLIENT_NO_CONTEXT - Static variable in class io.vertx.core.http.HttpClientOptions
-
Default offering of the server_no_context_takeover WebSocket parameter deflate compression extension = false
- DEFAULT_WEBSOCKET_ALLOW_SERVER_NO_CONTEXT - Static variable in class io.vertx.core.http.HttpServerOptions
-
Default allowance of the server_no_context_takeover WebSocket parameter deflate compression extension = false
- DEFAULT_WEBSOCKET_CLOSING_TIMEOUT - Static variable in class io.vertx.core.http.HttpClientOptions
-
Default WebSocket closing timeout = 10 second
- DEFAULT_WEBSOCKET_CLOSING_TIMEOUT - Static variable in class io.vertx.core.http.HttpServerOptions
-
Default WebSocket closing timeout = 10 second)
- DEFAULT_WEBSOCKET_COMPRESSION_LEVEL - Static variable in class io.vertx.core.http.HttpClientOptions
-
Default WebSocket deflate compression level = 6
- DEFAULT_WEBSOCKET_COMPRESSION_LEVEL - Static variable in class io.vertx.core.http.HttpServerOptions
-
Default WebSocket deflate compression level = 6
- DEFAULT_WEBSOCKET_PATH - Static variable in class io.vertx.ext.stomp.StompServerOptions
-
- DEFAULT_WEBSOCKET_PREFERRED_CLIENT_NO_CONTEXT - Static variable in class io.vertx.core.http.HttpServerOptions
-
Default allowance of the client_no_context_takeover WebSocket parameter deflate compression extension = false
- DEFAULT_WEBSOCKET_REQUEST_SERVER_NO_CONTEXT - Static variable in class io.vertx.core.http.HttpClientOptions
-
Default offering of the client_no_context_takeover WebSocket parameter deflate compression extension = false
- DEFAULT_WEIGHT - Static variable in class io.vertx.core.http.StreamPriority
-
- DEFAULT_WEIGHT - Static variable in interface io.vertx.ext.web.ParsedHeaderValue
-
If no "q" parameter is present, the default weight is 1.
- DEFAULT_WEIGHT - Static variable in class io.vertx.reactivex.ext.web.LanguageHeader
-
If no "q" parameter is present, the default weight is 1.
- DEFAULT_WEIGHT - Static variable in class io.vertx.reactivex.ext.web.MIMEHeader
-
If no "q" parameter is present, the default weight is 1.
- DEFAULT_WEIGHT - Static variable in class io.vertx.rxjava.ext.web.LanguageHeader
-
If no "q" parameter is present, the default weight is 1.
- DEFAULT_WEIGHT - Static variable in class io.vertx.rxjava.ext.web.MIMEHeader
-
If no "q" parameter is present, the default weight is 1.
- DEFAULT_WELCOME_MESSAGE - Static variable in class io.vertx.ext.shell.ShellServerOptions
-
- DEFAULT_WIDTH - Static variable in class io.vertx.core.cli.UsageMessageFormatter
-
default number of characters per line
- DEFAULT_WILL_FLAG - Static variable in class io.vertx.mqtt.MqttClientOptions
-
- DEFAULT_WILL_QOS - Static variable in class io.vertx.mqtt.MqttClientOptions
-
- DEFAULT_WILL_RETAIN - Static variable in class io.vertx.mqtt.MqttClientOptions
-
- DEFAULT_WORKER - Static variable in class io.vertx.core.DeploymentOptions
-
- DEFAULT_WORKER_POOL_SIZE - Static variable in class io.vertx.core.VertxOptions
-
The default number of threads in the worker pool = 20
- DEFAULT_WRITE - Static variable in class io.vertx.core.file.OpenOptions
-
- DEFAULT_WRITE_QUEUE_MAX_SIZE - Static variable in interface io.vertx.core.eventbus.MessageProducer
-
- DEFAULT_WRITE_QUEUE_MAX_SIZE - Static variable in interface io.vertx.ext.reactivestreams.ReactiveWriteStream
-
Default write queue max size
- DEFAULT_WRITE_QUEUE_MAX_SIZE - Static variable in class io.vertx.reactivex.core.eventbus.MessageProducer
-
- DEFAULT_WRITE_QUEUE_MAX_SIZE - Static variable in class io.vertx.rxjava.core.eventbus.MessageProducer
-
- DefaultAbortHandler - Class in io.vertx.ext.stomp
-
STOMP compliant actions executed when receiving a ABORT frame.
- DefaultAbortHandler() - Constructor for class io.vertx.ext.stomp.DefaultAbortHandler
-
- DefaultAckHandler - Class in io.vertx.ext.stomp
-
STOMP compliant actions executed when receiving a ACK frame.
- DefaultAckHandler() - Constructor for class io.vertx.ext.stomp.DefaultAckHandler
-
- DefaultBeginHandler - Class in io.vertx.ext.stomp
-
STOMP compliant actions executed when receiving a BEGIN frame.
- DefaultBeginHandler() - Constructor for class io.vertx.ext.stomp.DefaultBeginHandler
-
- DefaultCommand - Class in io.vertx.core.spi.launcher
-
Default implementation of
Command using annotation to define itself.
- DefaultCommand() - Constructor for class io.vertx.core.spi.launcher.DefaultCommand
-
- DefaultCommandFactory<C extends Command> - Class in io.vertx.core.spi.launcher
-
- DefaultCommandFactory(Class<C>) - Constructor for class io.vertx.core.spi.launcher.DefaultCommandFactory
-
- DefaultCommandFactory(Class<C>, Supplier<C>) - Constructor for class io.vertx.core.spi.launcher.DefaultCommandFactory
-
- DefaultCommitHandler - Class in io.vertx.ext.stomp
-
STOMP compliant actions executed when receiving a COMMIT frame.
- DefaultCommitHandler() - Constructor for class io.vertx.ext.stomp.DefaultCommitHandler
-
- DefaultConnectHandler - Class in io.vertx.ext.stomp
-
STOMP compliant actions executed when receiving a CONNECT frame.
- DefaultConnectHandler() - Constructor for class io.vertx.ext.stomp.DefaultConnectHandler
-
- defaultLanguage(String) - Method in class io.vertx.ext.mongo.IndexOptions
-
Sets the language for the text index.
- defaultLoadBalancingPolicy(String) - Method in class io.vertx.grpc.VertxChannelBuilder
-
- DefaultNackHandler - Class in io.vertx.ext.stomp
-
STOMP compliant actions executed when receiving a NACK sf.frame().
- DefaultNackHandler() - Constructor for class io.vertx.ext.stomp.DefaultNackHandler
-
- DefaultSendHandler - Class in io.vertx.ext.stomp
-
STOMP compliant actions executed when receiving a SEND sf.frame().
- DefaultSendHandler() - Constructor for class io.vertx.ext.stomp.DefaultSendHandler
-
- defaultServiceConfig(Map<String, ?>) - Method in class io.vertx.grpc.VertxChannelBuilder
-
- defaultShellHtmlResource() - Static method in class io.vertx.ext.shell.term.HttpTermOptions
-
- DefaultSubscribeHandler - Class in io.vertx.ext.stomp
-
STOMP compliant actions executed when receiving a SUBSCRIBE frame.
- DefaultSubscribeHandler() - Constructor for class io.vertx.ext.stomp.DefaultSubscribeHandler
-
- defaultTermJsResource() - Static method in class io.vertx.ext.shell.term.HttpTermOptions
-
- DefaultUnsubscribeHandler - Class in io.vertx.ext.stomp
-
STOMP compliant actions executed when receiving a UNSUBSCRIBE frame.
- DefaultUnsubscribeHandler() - Constructor for class io.vertx.ext.stomp.DefaultUnsubscribeHandler
-
- DefaultValue - Annotation Type in io.vertx.core.cli.annotations
-
Annotation to set a default value to an option.
- defaultValue - Variable in class io.vertx.core.cli.Argument
-
The optional default value of this argument.
- defaultValue - Variable in class io.vertx.core.cli.Option
-
the option default value.
- defaultVertxShellJsResource() - Static method in class io.vertx.ext.shell.term.HttpTermOptions
-
- define(Class<?>) - Static method in class io.vertx.core.cli.annotations.CLIConfigurator
-
Creates an instance of the given class, and extracts the metadata from the given class.
- define() - Method in interface io.vertx.core.spi.launcher.CommandFactory
-
Creates a new
CLI instance.
- define() - Method in class io.vertx.core.spi.launcher.DefaultCommandFactory
-
- DEFLATE_GZIP - Static variable in class io.vertx.core.http.HttpHeaders
-
deflate,gzip header value
- DEL - Static variable in class io.vertx.reactivex.redis.client.Command
-
- del(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
- del(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
-
Delete a key
- del(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
-
Delete a key
- DEL - Static variable in interface io.vertx.redis.client.Command
-
- del(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- del(String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Deprecated.
Delete a key
- del(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Deprecated.
Delete a key
- DEL - Static variable in class io.vertx.rxjava.redis.client.Command
-
- del(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
-
- del(String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Delete a key
- del(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Delete a key
- delete(List<Object>, Handler<AsyncResult<Void>>) - Method in interface io.vertx.cassandra.Mapper
-
Asynchronous delete method based on the column values of the primary key.
- delete(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.config.vault.client.SlimVaultClient
-
Deletes a secret from `path`.
- delete(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
-
Deletes the file represented by the specified path, asynchronously.
- delete(RequestOptions) - Method in interface io.vertx.core.http.HttpClient
-
Create an HTTP DELETE request to send to the server with the specified options.
- delete(int, String, String) - Method in interface io.vertx.core.http.HttpClient
-
Create an HTTP DELETE request to send to the server at the specified host and port.
- delete(String, String) - Method in interface io.vertx.core.http.HttpClient
-
Create an HTTP DELETE request to send to the server at the specified host and default port.
- delete(RequestOptions, Handler<HttpClientResponse>) - Method in interface io.vertx.core.http.HttpClient
-
- delete(int, String, String, Handler<HttpClientResponse>) - Method in interface io.vertx.core.http.HttpClient
-
- delete(String, String, Handler<HttpClientResponse>) - Method in interface io.vertx.core.http.HttpClient
-
- delete(String) - Method in interface io.vertx.core.http.HttpClient
-
Create an HTTP DELETE request to send to the server at the default host and port.
- delete(String, Handler<HttpClientResponse>) - Method in interface io.vertx.core.http.HttpClient
-
- delete() - Method in interface io.vertx.core.net.SelfSignedCertificate
-
Delete the private key and certificate files.
- delete(String) - Method in interface io.vertx.ext.web.client.WebClient
-
Create an HTTP DELETE request to send to the server at the default host and port.
- delete(int, String, String) - Method in interface io.vertx.ext.web.client.WebClient
-
Create an HTTP DELETE request to send to the server at the specified host and port.
- delete(String, String) - Method in interface io.vertx.ext.web.client.WebClient
-
Create an HTTP DELETE request to send to the server at the specified host and default port.
- delete() - Method in interface io.vertx.ext.web.Router
-
Add a route that matches any HTTP DELETE request
- delete(String) - Method in interface io.vertx.ext.web.Router
-
Add a route that matches a HTTP DELETE request and the specified path
- delete(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.web.sstore.SessionStore
-
Delete the session with the specified ID.
- delete(List<Object>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.cassandra.Mapper
-
Asynchronous delete method based on the column values of the primary key.
- delete(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Deletes the file represented by the specified path, asynchronously.
- delete(RequestOptions) - Method in class io.vertx.reactivex.core.http.HttpClient
-
Create an HTTP DELETE request to send to the server with the specified options.
- delete(int, String, String) - Method in class io.vertx.reactivex.core.http.HttpClient
-
Create an HTTP DELETE request to send to the server at the specified host and port.
- delete(String, String) - Method in class io.vertx.reactivex.core.http.HttpClient
-
Create an HTTP DELETE request to send to the server at the specified host and default port.
- delete(RequestOptions, Handler<HttpClientResponse>) - Method in class io.vertx.reactivex.core.http.HttpClient
-
Deprecated.
- delete(int, String, String, Handler<HttpClientResponse>) - Method in class io.vertx.reactivex.core.http.HttpClient
-
Deprecated.
- delete(String, String, Handler<HttpClientResponse>) - Method in class io.vertx.reactivex.core.http.HttpClient
-
Deprecated.
- delete(String) - Method in class io.vertx.reactivex.core.http.HttpClient
-
Create an HTTP DELETE request to send to the server at the default host and port.
- delete(String, Handler<HttpClientResponse>) - Method in class io.vertx.reactivex.core.http.HttpClient
-
Deprecated.
- delete() - Method in class io.vertx.reactivex.core.net.SelfSignedCertificate
-
Delete the private key and certificate files.
- delete(String) - Method in class io.vertx.reactivex.ext.web.client.WebClient
-
Create an HTTP DELETE request to send to the server at the default host and port.
- delete(int, String, String) - Method in class io.vertx.reactivex.ext.web.client.WebClient
-
Create an HTTP DELETE request to send to the server at the specified host and port.
- delete(String, String) - Method in class io.vertx.reactivex.ext.web.client.WebClient
-
Create an HTTP DELETE request to send to the server at the specified host and default port.
- delete() - Method in class io.vertx.reactivex.ext.web.Router
-
Add a route that matches any HTTP DELETE request
- delete(String) - Method in class io.vertx.reactivex.ext.web.Router
-
Add a route that matches a HTTP DELETE request and the specified path
- delete(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.web.sstore.SessionStore
-
Delete the session with the specified ID.
- delete(List<Object>, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.cassandra.Mapper
-
Asynchronous delete method based on the column values of the primary key.
- delete(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
-
Deletes the file represented by the specified path, asynchronously.
- delete(RequestOptions) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Create an HTTP DELETE request to send to the server with the specified options.
- delete(int, String, String) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Create an HTTP DELETE request to send to the server at the specified host and port.
- delete(String, String) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Create an HTTP DELETE request to send to the server at the specified host and default port.
- delete(RequestOptions, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Deprecated.
- delete(int, String, String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Deprecated.
- delete(String, String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Deprecated.
- delete(String) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Create an HTTP DELETE request to send to the server at the default host and port.
- delete(String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Deprecated.
- delete() - Method in class io.vertx.rxjava.core.net.SelfSignedCertificate
-
Delete the private key and certificate files.
- delete(String) - Method in class io.vertx.rxjava.ext.web.client.WebClient
-
Create an HTTP DELETE request to send to the server at the default host and port.
- delete(int, String, String) - Method in class io.vertx.rxjava.ext.web.client.WebClient
-
Create an HTTP DELETE request to send to the server at the specified host and port.
- delete(String, String) - Method in class io.vertx.rxjava.ext.web.client.WebClient
-
Create an HTTP DELETE request to send to the server at the specified host and default port.
- delete() - Method in class io.vertx.rxjava.ext.web.Router
-
Add a route that matches any HTTP DELETE request
- delete(String) - Method in class io.vertx.rxjava.ext.web.Router
-
Add a route that matches a HTTP DELETE request and the specified path
- delete(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
-
Delete the session with the specified ID.
- deleteAbs(String) - Method in interface io.vertx.core.http.HttpClient
-
Create an HTTP DELETE request to send to the server using an absolute URI
- deleteAbs(String, Handler<HttpClientResponse>) - Method in interface io.vertx.core.http.HttpClient
-
- deleteAbs(String) - Method in interface io.vertx.ext.web.client.WebClient
-
Create an HTTP DELETE request to send to the server using an absolute URI, specifying a response handler to receive
the response
- deleteAbs(String) - Method in class io.vertx.reactivex.core.http.HttpClient
-
Create an HTTP DELETE request to send to the server using an absolute URI
- deleteAbs(String, Handler<HttpClientResponse>) - Method in class io.vertx.reactivex.core.http.HttpClient
-
Deprecated.
- deleteAbs(String) - Method in class io.vertx.reactivex.ext.web.client.WebClient
-
Create an HTTP DELETE request to send to the server using an absolute URI, specifying a response handler to receive
the response
- deleteAbs(String) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Create an HTTP DELETE request to send to the server using an absolute URI
- deleteAbs(String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Deprecated.
- deleteAbs(String) - Method in class io.vertx.rxjava.ext.web.client.WebClient
-
Create an HTTP DELETE request to send to the server using an absolute URI, specifying a response handler to receive
the response
- deleteBlocking(String) - Method in interface io.vertx.core.file.FileSystem
-
- deleteBlocking(String) - Method in class io.vertx.reactivex.core.file.FileSystem
-
- deleteBlocking(String) - Method in class io.vertx.rxjava.core.file.FileSystem
-
- deleteConsumerGroupOffsets(String, Set<TopicPartition>, Handler<AsyncResult<Void>>) - Method in interface io.vertx.kafka.admin.KafkaAdminClient
-
Delete committed offsets for a set of partitions in a consumer group.
- deleteConsumerGroupOffsets(String, Set<TopicPartition>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
-
Delete committed offsets for a set of partitions in a consumer group.
- deleteConsumerGroupOffsets(String, Set<TopicPartition>, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.kafka.admin.KafkaAdminClient
-
Delete committed offsets for a set of partitions in a consumer group.
- deleteConsumerGroups(List<String>, Handler<AsyncResult<Void>>) - Method in interface io.vertx.kafka.admin.KafkaAdminClient
-
Delete consumer groups from the cluster.
- deleteConsumerGroups(List<String>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
-
Delete consumer groups from the cluster.
- deleteConsumerGroups(List<String>, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.kafka.admin.KafkaAdminClient
-
Delete consumer groups from the cluster.
- DELETED_COUNT - Static variable in class io.vertx.ext.mongo.MongoClientBulkWriteResult
-
Constant to be used when storing and retrieving Json for documents deleted.
- deleteObservable(String) - Method in class io.vertx.rxjava.core.file.FileSystem
-
- deleteObservable(String) - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
-
- deletePreparedQuery(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.consul.ConsulClient
-
Deletes an existing prepared query
- deletePreparedQuery(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.consul.ConsulService
-
- deletePreparedQuery(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Deletes an existing prepared query
- deletePreparedQuery(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.consul.ConsulService
-
- deletePreparedQuery(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
-
Deletes an existing prepared query
- deleteRecursive(String, boolean, Handler<AsyncResult<Void>>) - Method in interface io.vertx.core.file.FileSystem
-
Deletes the file represented by the specified path, asynchronously.
- deleteRecursive(String, boolean, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.core.file.FileSystem
-
Deletes the file represented by the specified path, asynchronously.
- deleteRecursive(String, boolean, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.core.file.FileSystem
-
Deletes the file represented by the specified path, asynchronously.
- deleteRecursiveBlocking(String, boolean) - Method in interface io.vertx.core.file.FileSystem
-
- deleteRecursiveBlocking(String, boolean) - Method in class io.vertx.reactivex.core.file.FileSystem
-
- deleteRecursiveBlocking(String, boolean) - Method in class io.vertx.rxjava.core.file.FileSystem
-
- deleteRecursiveObservable(String, boolean) - Method in class io.vertx.rxjava.core.file.FileSystem
-
- deleteTopics(List<String>, Handler<AsyncResult<Void>>) - Method in interface io.vertx.kafka.admin.KafkaAdminClient
-
Deletes a batch of Kafka topics
- deleteTopics(List<String>, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
-
Deletes a batch of Kafka topics
- deleteTopics(List<String>, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.kafka.admin.KafkaAdminClient
-
Deletes a batch of Kafka topics
- deleteValue(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.consul.ConsulClient
-
Remove the key/value pair that corresponding to the specified key
- deleteValue(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.consul.ConsulService
-
- deleteValue(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Remove the key/value pair that corresponding to the specified key
- deleteValue(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.consul.ConsulService
-
- deleteValue(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
-
Remove the key/value pair that corresponding to the specified key
- deleteValues(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.consul.ConsulClient
-
Removes all the key/value pair that corresponding to the specified key prefix
- deleteValues(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.consul.ConsulService
-
- deleteValues(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Removes all the key/value pair that corresponding to the specified key prefix
- deleteValues(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.consul.ConsulService
-
- deleteValues(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
-
Removes all the key/value pair that corresponding to the specified key prefix
- deleteWithRegex(String) - Method in interface io.vertx.ext.web.Router
-
Add a route that matches a HTTP DELETE request and the specified path regex
- deleteWithRegex(String) - Method in class io.vertx.reactivex.ext.web.Router
-
Add a route that matches a HTTP DELETE request and the specified path regex
- deleteWithRegex(String) - Method in class io.vertx.rxjava.ext.web.Router
-
Add a route that matches a HTTP DELETE request and the specified path regex
- delimitedMode(String) - Method in interface io.vertx.core.parsetools.RecordParser
-
Flip the parser into delimited mode, and where the delimiter can be represented
by the String delim encoded in latin-1 .
- delimitedMode(Buffer) - Method in interface io.vertx.core.parsetools.RecordParser
-
Flip the parser into delimited mode, and where the delimiter can be represented
by the delimiter delim.
- delimitedMode(String) - Method in class io.vertx.reactivex.core.parsetools.RecordParser
-
Flip the parser into delimited mode, and where the delimiter can be represented
by the String delim encoded in latin-1 .
- delimitedMode(Buffer) - Method in class io.vertx.reactivex.core.parsetools.RecordParser
-
Flip the parser into delimited mode, and where the delimiter can be represented
by the delimiter delim.
- delimitedMode(String) - Method in class io.vertx.rxjava.core.parsetools.RecordParser
-
Flip the parser into delimited mode, and where the delimiter can be represented
by the String delim encoded in latin-1 .
- delimitedMode(Buffer) - Method in class io.vertx.rxjava.core.parsetools.RecordParser
-
Flip the parser into delimited mode, and where the delimiter can be represented
by the delimiter delim.
- deliver(int) - Method in interface io.vertx.ext.shell.term.SignalHandler
-
- deliver(int) - Method in class io.vertx.reactivex.ext.shell.term.SignalHandler
-
- deliver(int) - Method in class io.vertx.rxjava.ext.shell.term.SignalHandler
-
- DeliveryContext<T> - Interface in io.vertx.core.eventbus
-
Encapsulates a message being delivered by Vert.x as well as providing control over the message delivery.
- DeliveryContext<T> - Class in io.vertx.reactivex.core.eventbus
-
Encapsulates a message being delivered by Vert.x as well as providing control over the message delivery.
- DeliveryContext(DeliveryContext) - Constructor for class io.vertx.reactivex.core.eventbus.DeliveryContext
-
- DeliveryContext(Object, TypeArg<T>) - Constructor for class io.vertx.reactivex.core.eventbus.DeliveryContext
-
- DeliveryContext<T> - Class in io.vertx.rxjava.core.eventbus
-
Encapsulates a message being delivered by Vert.x as well as providing control over the message delivery.
- DeliveryContext(DeliveryContext) - Constructor for class io.vertx.rxjava.core.eventbus.DeliveryContext
-
- DeliveryContext(Object, TypeArg<T>) - Constructor for class io.vertx.rxjava.core.eventbus.DeliveryContext
-
- deliveryCount() - Method in interface io.vertx.amqp.AmqpMessage
-
- deliveryCount(int) - Method in interface io.vertx.amqp.AmqpMessageBuilder
-
- deliveryCount() - Method in class io.vertx.reactivex.amqp.AmqpMessage
-
- deliveryCount(int) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
-
- deliveryCount() - Method in class io.vertx.rxjava.amqp.AmqpMessage
-
- deliveryCount(int) - Method in class io.vertx.rxjava.amqp.AmqpMessageBuilder
-
- deliveryMode() - Method in interface io.vertx.rabbitmq.BasicProperties
-
- deliveryMode() - Method in class io.vertx.reactivex.rabbitmq.BasicProperties
-
- deliveryMode() - Method in class io.vertx.rxjava.rabbitmq.BasicProperties
-
- DeliveryOptions - Class in io.vertx.core.eventbus
-
Delivery options are used to configure message delivery.
- DeliveryOptions() - Constructor for class io.vertx.core.eventbus.DeliveryOptions
-
Default constructor
- DeliveryOptions(DeliveryOptions) - Constructor for class io.vertx.core.eventbus.DeliveryOptions
-
Copy constructor
- DeliveryOptions(JsonObject) - Constructor for class io.vertx.core.eventbus.DeliveryOptions
-
Create a delivery options from JSON
- deliveryOptions(DeliveryOptions) - Method in interface io.vertx.core.eventbus.MessageProducer
-
Update the delivery options of this producer.
- deliveryOptions(DeliveryOptions) - Method in class io.vertx.reactivex.core.eventbus.MessageProducer
-
Update the delivery options of this producer.
- deliveryOptions(DeliveryOptions) - Method in class io.vertx.rxjava.core.eventbus.MessageProducer
-
Update the delivery options of this producer.
- deliveryTag() - Method in interface io.vertx.rabbitmq.Envelope
-
Get the delivery tag included in this parameter envelope
- deliveryTag() - Method in class io.vertx.reactivex.rabbitmq.Envelope
-
Get the delivery tag included in this parameter envelope
- deliveryTag() - Method in class io.vertx.rxjava.rabbitmq.Envelope
-
Get the delivery tag included in this parameter envelope
- delMany(List<String>, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
-
Delete many keys
- delMany(List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
-
Delete many keys
- delMany(List<String>, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Deprecated.
Delete many keys
- delMany(List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Deprecated.
Delete many keys
- delMany(List<String>, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Delete many keys
- delMany(List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Delete many keys
- delManyObservable(List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
-
- delManyObservable(List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
- delObservable(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
-
- delObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
-
- delObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
- demand() - Method in interface io.vertx.kafka.client.consumer.KafkaConsumer
-
Returns the current demand.
- demand() - Method in interface io.vertx.kafka.client.consumer.KafkaReadStream
-
Returns the current demand.
- demand() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
-
Returns the current demand.
- demand() - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
-
Returns the current demand.
- DEPLOYMENT_OPTIONS_PROP_PREFIX - Static variable in class io.vertx.core.Starter
-
Deprecated.
- deploymentID() - Method in class io.vertx.core.AbstractVerticle
-
Get the deployment ID of the verticle deployment
- deploymentID() - Method in interface io.vertx.core.Context
-
If the context is associated with a Verticle deployment, this returns the deployment ID of that deployment.
- deploymentID() - Method in class io.vertx.reactivex.core.Context
-
If the context is associated with a Verticle deployment, this returns the deployment ID of that deployment.
- deploymentID() - Method in class io.vertx.rxjava.core.Context
-
If the context is associated with a Verticle deployment, this returns the deployment ID of that deployment.
- deploymentIDs() - Method in interface io.vertx.core.Vertx
-
Return a Set of deployment IDs for the currently deployed deploymentIDs.
- deploymentIDs() - Method in class io.vertx.reactivex.core.Vertx
-
Return a Set of deployment IDs for the currently deployed deploymentIDs.
- deploymentIDs() - Method in class io.vertx.rxjava.core.Vertx
-
Return a Set of deployment IDs for the currently deployed deploymentIDs.
- DeploymentOptions - Class in io.vertx.core
-
Options for configuring a verticle deployment.
- DeploymentOptions() - Constructor for class io.vertx.core.DeploymentOptions
-
Default constructor
- DeploymentOptions(DeploymentOptions) - Constructor for class io.vertx.core.DeploymentOptions
-
Copy constructor
- DeploymentOptions(JsonObject) - Constructor for class io.vertx.core.DeploymentOptions
-
Constructor for creating a instance from JSON
- deploymentOptions - Variable in class io.vertx.core.Starter
-
Deprecated.
- deployVerticle(Verticle) - Method in interface io.vertx.core.Vertx
-
Deploy a verticle instance that you have created yourself.
- deployVerticle(Verticle, Handler<AsyncResult<String>>) - Method in interface io.vertx.core.Vertx
-
- deployVerticle(Verticle, DeploymentOptions) - Method in interface io.vertx.core.Vertx
-
- deployVerticle(Class<? extends Verticle>, DeploymentOptions) - Method in interface io.vertx.core.Vertx
-
- deployVerticle(Supplier<Verticle>, DeploymentOptions) - Method in interface io.vertx.core.Vertx
-
- deployVerticle(Verticle, DeploymentOptions, Handler<AsyncResult<String>>) - Method in interface io.vertx.core.Vertx
-
- deployVerticle(Class<? extends Verticle>, DeploymentOptions, Handler<AsyncResult<String>>) - Method in interface io.vertx.core.Vertx
-
- deployVerticle(Supplier<Verticle>, DeploymentOptions, Handler<AsyncResult<String>>) - Method in interface io.vertx.core.Vertx
-
- deployVerticle(String) - Method in interface io.vertx.core.Vertx
-
Deploy a verticle instance given a name.
- deployVerticle(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.core.Vertx
-
- deployVerticle(String, DeploymentOptions) - Method in interface io.vertx.core.Vertx
-
- deployVerticle(String, DeploymentOptions, Handler<AsyncResult<String>>) - Method in interface io.vertx.core.Vertx
-
- deployVerticle(Vertx, Verticle) - Static method in class io.vertx.reactivex.core.RxHelper
-
Deploy a verticle you have created yourself, using an
RxJava vertx instance.
- deployVerticle(Vertx, Verticle, DeploymentOptions) - Static method in class io.vertx.reactivex.core.RxHelper
-
- deployVerticle(String) - Method in class io.vertx.reactivex.core.Vertx
-
Deploy a verticle instance given a name.
- deployVerticle(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.core.Vertx
-
- deployVerticle(String, DeploymentOptions) - Method in class io.vertx.reactivex.core.Vertx
-
- deployVerticle(String, DeploymentOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.core.Vertx
-
- deployVerticle(Verticle) - Method in class io.vertx.reactivex.core.Vertx
-
Deploy a verticle instance that you have created yourself.
- deployVerticle(Verticle, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.core.Vertx
-
- deployVerticle(Verticle, DeploymentOptions) - Method in class io.vertx.reactivex.core.Vertx
-
- deployVerticle(Supplier<Verticle>, DeploymentOptions) - Method in class io.vertx.reactivex.core.Vertx
-
- deployVerticle(Verticle, DeploymentOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.core.Vertx
-
- deployVerticle(Supplier<Verticle>, DeploymentOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.core.Vertx
-
- deployVerticle(Vertx, Verticle) - Static method in class io.vertx.rxjava.core.RxHelper
-
Deploy a verticle you have created yourself, using an
RxJava vertx instance.
- deployVerticle(Vertx, Verticle, DeploymentOptions) - Static method in class io.vertx.rxjava.core.RxHelper
-
- deployVerticle(String) - Method in class io.vertx.rxjava.core.Vertx
-
Deploy a verticle instance given a name.
- deployVerticle(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.core.Vertx
-
- deployVerticle(String, DeploymentOptions) - Method in class io.vertx.rxjava.core.Vertx
-
- deployVerticle(String, DeploymentOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.core.Vertx
-
- deployVerticle(Verticle) - Method in class io.vertx.rxjava.core.Vertx
-
Deploy a verticle instance that you have created yourself.
- deployVerticle(Verticle, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.core.Vertx
-
- deployVerticle(Verticle, DeploymentOptions) - Method in class io.vertx.rxjava.core.Vertx
-
- deployVerticle(Supplier<Verticle>, DeploymentOptions) - Method in class io.vertx.rxjava.core.Vertx
-
- deployVerticle(Verticle, DeploymentOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.core.Vertx
-
- deployVerticle(Supplier<Verticle>, DeploymentOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.core.Vertx
-
- deployVerticleObservable(String) - Method in class io.vertx.rxjava.core.Vertx
-
- deployVerticleObservable(String, DeploymentOptions) - Method in class io.vertx.rxjava.core.Vertx
-
- deployVerticleObservable(Verticle) - Method in class io.vertx.rxjava.core.Vertx
-
- deployVerticleObservable(Verticle, DeploymentOptions) - Method in class io.vertx.rxjava.core.Vertx
-
- deployVerticleObservable(Supplier<Verticle>, DeploymentOptions) - Method in class io.vertx.rxjava.core.Vertx
-
- dequeueRequest(E, T) - Method in interface io.vertx.core.spi.metrics.HttpClientMetrics
-
Called when a request for connection is satisfied.
- deregisterCheck(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.consul.ConsulClient
-
Remove a check from the local agent.
- deregisterCheck(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.consul.ConsulService
-
- deregisterCheck(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Remove a check from the local agent.
- deregisterCheck(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.consul.ConsulService
-
- deregisterCheck(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
-
Remove a check from the local agent.
- deregisterService(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.consul.ConsulClient
-
Remove a service from the local agent.
- deregisterService(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.consul.ConsulService
-
- deregisterService(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Remove a service from the local agent.
- deregisterService(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.consul.ConsulService
-
- deregisterService(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
-
Remove a service from the local agent.
- describeCluster(Handler<AsyncResult<ClusterDescription>>) - Method in interface io.vertx.kafka.admin.KafkaAdminClient
-
Describe the nodes in the cluster with the default options
- describeCluster(Handler<AsyncResult<ClusterDescription>>) - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
-
Describe the nodes in the cluster with the default options
- describeCluster(Handler<AsyncResult<ClusterDescription>>) - Method in class io.vertx.rxjava.kafka.admin.KafkaAdminClient
-
Describe the nodes in the cluster with the default options
- describeConfigs(List<ConfigResource>, Handler<AsyncResult<Map<ConfigResource, Config>>>) - Method in interface io.vertx.kafka.admin.KafkaAdminClient
-
Get the configuration for the specified resources with the default options
- describeConsumerGroups(List<String>, Handler<AsyncResult<Map<String, ConsumerGroupDescription>>>) - Method in interface io.vertx.kafka.admin.KafkaAdminClient
-
Describe some group ids in the cluster, with the default options
- describeTopics(List<String>, Handler<AsyncResult<Map<String, TopicDescription>>>) - Method in interface io.vertx.kafka.admin.KafkaAdminClient
-
Describe some topics in the cluster, with the default options.
- Description - Annotation Type in io.vertx.core.cli.annotations
-
Annotation used to write the option or command documentation.
- description - Variable in class io.vertx.core.cli.Argument
-
The argument description.
- description - Variable in class io.vertx.core.cli.Option
-
The option description.
- deserialize(String, byte[]) - Method in class io.vertx.kafka.client.serialization.BufferDeserializer
-
- deserialize(String, byte[]) - Method in class io.vertx.kafka.client.serialization.JsonArrayDeserializer
-
- deserialize(String, byte[]) - Method in class io.vertx.kafka.client.serialization.JsonObjectDeserializer
-
- deserializeArray(String) - Method in interface io.vertx.ext.web.api.validation.ContainerDeserializer
-
- deserializeArray(String) - Method in class io.vertx.reactivex.ext.web.api.validation.ContainerDeserializer
-
- deserializeArray(String) - Method in class io.vertx.rxjava.ext.web.api.validation.ContainerDeserializer
-
- deserializeObject(String) - Method in interface io.vertx.ext.web.api.validation.ContainerDeserializer
-
- deserializeObject(String) - Method in class io.vertx.reactivex.ext.web.api.validation.ContainerDeserializer
-
- deserializeObject(String) - Method in class io.vertx.rxjava.ext.web.api.validation.ContainerDeserializer
-
- deserializer() - Method in enum io.vertx.ext.web.api.validation.ContainerSerializationStyle
-
- Destination - Interface in io.vertx.ext.stomp
-
Represents a STOMP destination.
- destination() - Method in interface io.vertx.ext.stomp.Destination
-
- DESTINATION - Static variable in class io.vertx.ext.stomp.Frame
-
- Destination - Class in io.vertx.reactivex.ext.stomp
-
Represents a STOMP destination.
- Destination(Destination) - Constructor for class io.vertx.reactivex.ext.stomp.Destination
-
- Destination(Object) - Constructor for class io.vertx.reactivex.ext.stomp.Destination
-
- destination() - Method in class io.vertx.reactivex.ext.stomp.Destination
-
- Destination - Class in io.vertx.rxjava.ext.stomp
-
Represents a STOMP destination.
- Destination(Destination) - Constructor for class io.vertx.rxjava.ext.stomp.Destination
-
- Destination(Object) - Constructor for class io.vertx.rxjava.ext.stomp.Destination
-
- destination() - Method in class io.vertx.rxjava.ext.stomp.Destination
-
- DestinationFactory - Interface in io.vertx.ext.stomp
-
Interface implemented to customize the destination creation.
- destinationFactory(DestinationFactory) - Method in interface io.vertx.ext.stomp.StompServerHandler
-
- DestinationFactory - Class in io.vertx.reactivex.ext.stomp
-
Interface implemented to customize the destination creation.
- DestinationFactory(DestinationFactory) - Constructor for class io.vertx.reactivex.ext.stomp.DestinationFactory
-
- DestinationFactory(Object) - Constructor for class io.vertx.reactivex.ext.stomp.DestinationFactory
-
- destinationFactory(DestinationFactory) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
-
- DestinationFactory - Class in io.vertx.rxjava.ext.stomp
-
Interface implemented to customize the destination creation.
- DestinationFactory(DestinationFactory) - Constructor for class io.vertx.rxjava.ext.stomp.DestinationFactory
-
- DestinationFactory(Object) - Constructor for class io.vertx.rxjava.ext.stomp.DestinationFactory
-
- destinationFactory(DestinationFactory) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
-
- destroy() - Method in interface io.vertx.ext.web.Session
-
Destroy the session
- destroy() - Method in class io.vertx.ext.web.sstore.AbstractSession
-
- destroy() - Method in class io.vertx.reactivex.ext.web.Session
-
Destroy the session
- destroy() - Method in class io.vertx.rxjava.ext.web.Session
-
Destroy the session
- destroyAclToken(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.consul.ConsulClient
-
Destroy Acl token
- destroyAclToken(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.consul.ConsulService
-
- destroyAclToken(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Destroy Acl token
- destroyAclToken(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.consul.ConsulService
-
- destroyAclToken(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
-
Destroy Acl token
- destroySession(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.consul.ConsulClient
-
Destroys the given session
- destroySession(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.consul.ConsulService
-
- destroySession(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Destroys the given session
- destroySession(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.consul.ConsulService
-
- destroySession(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
-
Destroys the given session
- development() - Static method in interface io.vertx.ext.web.common.WebEnvironment
-
Will return true if the mode is not null and equals ignoring case the string "dev"
- development() - Static method in class io.vertx.reactivex.ext.web.common.WebEnvironment
-
Will return true if the mode is not null and equals ignoring case the string "dev"
- development() - Static method in class io.vertx.rxjava.ext.web.common.WebEnvironment
-
Will return true if the mode is not null and equals ignoring case the string "dev"
- DigestAuthHandler - Interface in io.vertx.ext.web.handler
-
An auth handler that provides HTTP Basic Authentication support.
- DigestAuthHandler - Class in io.vertx.reactivex.ext.web.handler
-
An auth handler that provides HTTP Basic Authentication support.
- DigestAuthHandler(DigestAuthHandler) - Constructor for class io.vertx.reactivex.ext.web.handler.DigestAuthHandler
-
- DigestAuthHandler(Object) - Constructor for class io.vertx.reactivex.ext.web.handler.DigestAuthHandler
-
- DigestAuthHandler - Class in io.vertx.rxjava.ext.web.handler
-
An auth handler that provides HTTP Basic Authentication support.
- DigestAuthHandler(DigestAuthHandler) - Constructor for class io.vertx.rxjava.ext.web.handler.DigestAuthHandler
-
- DigestAuthHandler(Object) - Constructor for class io.vertx.rxjava.ext.web.handler.DigestAuthHandler
-
- directBuffer(String, String) - Method in interface io.vertx.core.spi.BufferFactory
-
- directBuffer(byte[]) - Method in interface io.vertx.core.spi.BufferFactory
-
Create a direct buffer, use this with care as Vert.x buffers are not releasable (unpooled) and you would need
to release the underlying Netty wrapped ByteBuf.
- directExecutor() - Method in class io.vertx.grpc.VertxChannelBuilder
-
- directExecutor() - Method in class io.vertx.grpc.VertxServerBuilder
-
- disable() - Method in interface io.vertx.ext.web.Route
-
Disable this route.
- disable() - Method in class io.vertx.reactivex.ext.web.Route
-
Disable this route.
- disable() - Method in class io.vertx.rxjava.ext.web.Route
-
Disable this route.
- DISABLE_DNS_RESOLVER_PROP_NAME - Static variable in interface io.vertx.core.spi.resolver.ResolverProvider
-
- DISABLE_HTTP_HEADERS_VALIDATION - Static variable in class io.vertx.core.http.HttpHeaders
-
Constant that disables HTTP headers validation, this is a constant so the JIT can eliminate validation code.
- DISABLE_METRICS_PROPERTY_NAME - Static variable in interface io.vertx.core.spi.metrics.Metrics
-
- disableRetry() - Method in class io.vertx.grpc.VertxChannelBuilder
-
- disableServiceConfigLookUp() - Method in class io.vertx.grpc.VertxChannelBuilder
-
- DISCARD - Static variable in class io.vertx.reactivex.redis.client.Command
-
- discard(Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
- discard(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
-
Discard all commands issued after MULTI
- DISCARD - Static variable in interface io.vertx.redis.client.Command
-
- discard(Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- discard(Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Deprecated.
Discard all commands issued after MULTI
- DISCARD - Static variable in class io.vertx.rxjava.redis.client.Command
-
- discard(Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
-
- discard(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Discard all commands issued after MULTI
- discardMessage(H, boolean, Message<?>) - Method in interface io.vertx.core.spi.metrics.EventBusMetrics
-
Discard a message.
- discardObservable() - Method in class io.vertx.rxjava.redis.client.RedisAPI
-
- discardObservable() - Method in class io.vertx.rxjava.redis.RedisTransaction
-
- disconnect() - Method in interface io.vertx.ext.stomp.StompClientConnection
-
Disconnects the client.
- disconnect(Handler<Frame>) - Method in interface io.vertx.ext.stomp.StompClientConnection
-
Disconnects the client.
- disconnect(Frame) - Method in interface io.vertx.ext.stomp.StompClientConnection
-
Disconnects the client.
- disconnect(Frame, Handler<Frame>) - Method in interface io.vertx.ext.stomp.StompClientConnection
-
Disconnects the client.
- disconnect() - Method in interface io.vertx.mqtt.MqttClient
-
Disconnects from the MQTT server
- disconnect(Handler<AsyncResult<Void>>) - Method in interface io.vertx.mqtt.MqttClient
-
Disconnects from the MQTT server calling disconnectHandler after disconnection
- disconnect() - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
-
Disconnects the client.
- disconnect(Handler<Frame>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
-
Disconnects the client.
- disconnect(Frame) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
-
Disconnects the client.
- disconnect(Frame, Handler<Frame>) - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
-
Disconnects the client.
- disconnect() - Method in class io.vertx.reactivex.mqtt.MqttClient
-
Disconnects from the MQTT server
- disconnect(Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.mqtt.MqttClient
-
Disconnects from the MQTT server calling disconnectHandler after disconnection
- disconnect() - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
-
Disconnects the client.
- disconnect(Handler<Frame>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
-
Disconnects the client.
- disconnect(Frame) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
-
Disconnects the client.
- disconnect(Frame, Handler<Frame>) - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
-
Disconnects the client.
- disconnect() - Method in class io.vertx.rxjava.mqtt.MqttClient
-
Disconnects from the MQTT server
- disconnect(Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.mqtt.MqttClient
-
Disconnects from the MQTT server calling disconnectHandler after disconnection
- disconnected(W) - Method in interface io.vertx.core.spi.metrics.HttpClientMetrics
-
Called when the web socket has disconnected.
- disconnected(W) - Method in interface io.vertx.core.spi.metrics.HttpServerMetrics
-
Called when the server web socket has disconnected.
- disconnected(S, SocketAddress) - Method in interface io.vertx.core.spi.metrics.TCPMetrics
-
Called when a client has disconnected, which is applicable for TCP connections.
- disconnectHandler(Handler<ServerFrame>) - Method in interface io.vertx.ext.stomp.StompServerHandler
-
Configures the action to execute when a DISCONNECT frame is received.
- disconnectHandler(Handler<Void>) - Method in interface io.vertx.mqtt.MqttEndpoint
-
Set a disconnect handler on the MQTT endpoint.
- disconnectHandler(Handler<ServerFrame>) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
-
Configures the action to execute when a DISCONNECT frame is received.
- disconnectHandler(Handler<Void>) - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
-
Set a disconnect handler on the MQTT endpoint.
- disconnectHandler(Handler<ServerFrame>) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
-
Configures the action to execute when a DISCONNECT frame is received.
- disconnectHandler(Handler<Void>) - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
-
Set a disconnect handler on the MQTT endpoint.
- discover(Vertx, OAuth2ClientOptions, Handler<AsyncResult<OAuth2Auth>>) - Static method in interface io.vertx.ext.auth.oauth2.providers.AzureADAuth
-
Create a OAuth2Auth provider for OpenID Connect Discovery.
- discover(Vertx, OAuth2ClientOptions, Handler<AsyncResult<OAuth2Auth>>) - Static method in interface io.vertx.ext.auth.oauth2.providers.GoogleAuth
-
Create a OAuth2Auth provider for OpenID Connect Discovery.
- discover(Vertx, OAuth2ClientOptions, Handler<AsyncResult<OAuth2Auth>>) - Static method in interface io.vertx.ext.auth.oauth2.providers.KeycloakAuth
-
Create a OAuth2Auth provider for OpenID Connect Discovery.
- discover(Vertx, OAuth2ClientOptions, Handler<AsyncResult<OAuth2Auth>>) - Static method in interface io.vertx.ext.auth.oauth2.providers.OpenIDConnectAuth
-
Create a OAuth2Auth provider for OpenID Connect Discovery.
- discover(Vertx, OAuth2ClientOptions, Handler<AsyncResult<OAuth2Auth>>) - Static method in interface io.vertx.ext.auth.oauth2.providers.SalesforceAuth
-
Create a OAuth2Auth provider for OpenID Connect Discovery.
- discover(Vertx, OAuth2ClientOptions, Handler<AsyncResult<OAuth2Auth>>) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.AzureADAuth
-
Create a OAuth2Auth provider for OpenID Connect Discovery.
- discover(Vertx, OAuth2ClientOptions, Handler<AsyncResult<OAuth2Auth>>) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.GoogleAuth
-
Create a OAuth2Auth provider for OpenID Connect Discovery.
- discover(Vertx, OAuth2ClientOptions, Handler<AsyncResult<OAuth2Auth>>) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.KeycloakAuth
-
Create a OAuth2Auth provider for OpenID Connect Discovery.
- discover(Vertx, OAuth2ClientOptions, Handler<AsyncResult<OAuth2Auth>>) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.OpenIDConnectAuth
-
Create a OAuth2Auth provider for OpenID Connect Discovery.
- discover(Vertx, OAuth2ClientOptions, Handler<AsyncResult<OAuth2Auth>>) - Static method in class io.vertx.reactivex.ext.auth.oauth2.providers.SalesforceAuth
-
Create a OAuth2Auth provider for OpenID Connect Discovery.
- discover(Vertx, OAuth2ClientOptions, Handler<AsyncResult<OAuth2Auth>>) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.AzureADAuth
-
Create a OAuth2Auth provider for OpenID Connect Discovery.
- discover(Vertx, OAuth2ClientOptions, Handler<AsyncResult<OAuth2Auth>>) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.GoogleAuth
-
Create a OAuth2Auth provider for OpenID Connect Discovery.
- discover(Vertx, OAuth2ClientOptions, Handler<AsyncResult<OAuth2Auth>>) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.KeycloakAuth
-
Create a OAuth2Auth provider for OpenID Connect Discovery.
- discover(Vertx, OAuth2ClientOptions, Handler<AsyncResult<OAuth2Auth>>) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.OpenIDConnectAuth
-
Create a OAuth2Auth provider for OpenID Connect Discovery.
- discover(Vertx, OAuth2ClientOptions, Handler<AsyncResult<OAuth2Auth>>) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.SalesforceAuth
-
Create a OAuth2Auth provider for OpenID Connect Discovery.
- discoverObservable(Vertx, OAuth2ClientOptions) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.AzureADAuth
-
- discoverObservable(Vertx, OAuth2ClientOptions) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.GoogleAuth
-
- discoverObservable(Vertx, OAuth2ClientOptions) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.KeycloakAuth
-
- discoverObservable(Vertx, OAuth2ClientOptions) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.OpenIDConnectAuth
-
- discoverObservable(Vertx, OAuth2ClientOptions) - Static method in class io.vertx.rxjava.ext.auth.oauth2.providers.SalesforceAuth
-
- dispatch(StompServerConnection, Frame) - Method in interface io.vertx.ext.stomp.Destination
-
Dispatches the given frame.
- dispatch(StompServerConnection, Frame) - Method in class io.vertx.reactivex.ext.stomp.Destination
-
Dispatches the given frame.
- dispatch(StompServerConnection, Frame) - Method in class io.vertx.rxjava.ext.stomp.Destination
-
Dispatches the given frame.
- distinct(String, String, String, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.ext.mongo.MongoClient
-
Gets the distinct values of the specified field name.
- distinct(String, String, String, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.ext.mongo.MongoService
-
- distinct(String, String, String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Gets the distinct values of the specified field name.
- distinct(String, String, String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.ext.mongo.MongoService
-
- distinct(String, String, String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Gets the distinct values of the specified field name.
- distinct(String, String, String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.ext.mongo.MongoService
-
- distinctBatch(String, String, String) - Method in interface io.vertx.ext.mongo.MongoClient
-
Gets the distinct values of the specified field name.
- distinctBatch(String, String, String) - Method in interface io.vertx.ext.mongo.MongoService
-
- distinctBatch(String, String, String) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Gets the distinct values of the specified field name.
- distinctBatch(String, String, String) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Gets the distinct values of the specified field name.
- distinctBatchWithQuery(String, String, String, JsonObject) - Method in interface io.vertx.ext.mongo.MongoClient
-
Gets the distinct values of the specified field name filtered by specified query.
- distinctBatchWithQuery(String, String, String, JsonObject, int) - Method in interface io.vertx.ext.mongo.MongoClient
-
Gets the distinct values of the specified field name filtered by specified query.
- distinctBatchWithQuery(String, String, String, JsonObject) - Method in interface io.vertx.ext.mongo.MongoService
-
- distinctBatchWithQuery(String, String, String, JsonObject, int) - Method in interface io.vertx.ext.mongo.MongoService
-
- distinctBatchWithQuery(String, String, String, JsonObject) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Gets the distinct values of the specified field name filtered by specified query.
- distinctBatchWithQuery(String, String, String, JsonObject, int) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Gets the distinct values of the specified field name filtered by specified query.
- distinctBatchWithQuery(String, String, String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Gets the distinct values of the specified field name filtered by specified query.
- distinctBatchWithQuery(String, String, String, JsonObject, int) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Gets the distinct values of the specified field name filtered by specified query.
- distinctObservable(String, String, String) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
- distinctObservable(String, String, String) - Method in class io.vertx.rxjava.ext.mongo.MongoService
-
Deprecated.
- distinctWithQuery(String, String, String, JsonObject, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.ext.mongo.MongoClient
-
Gets the distinct values of the specified field name filtered by specified query.
- distinctWithQuery(String, String, String, JsonObject, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.ext.mongo.MongoService
-
- distinctWithQuery(String, String, String, JsonObject, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Gets the distinct values of the specified field name filtered by specified query.
- distinctWithQuery(String, String, String, JsonObject, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.ext.mongo.MongoService
-
- distinctWithQuery(String, String, String, JsonObject, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Gets the distinct values of the specified field name filtered by specified query.
- distinctWithQuery(String, String, String, JsonObject, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.ext.mongo.MongoService
-
- distinctWithQueryObservable(String, String, String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
- distinctWithQueryObservable(String, String, String, JsonObject) - Method in class io.vertx.rxjava.ext.mongo.MongoService
-
Deprecated.
- DnsClient - Interface in io.vertx.core.dns
-
Provides a way to asynchronously lookup information from DNS servers.
- DnsClient - Class in io.vertx.reactivex.core.dns
-
Provides a way to asynchronously lookup information from DNS servers.
- DnsClient(DnsClient) - Constructor for class io.vertx.reactivex.core.dns.DnsClient
-
- DnsClient(Object) - Constructor for class io.vertx.reactivex.core.dns.DnsClient
-
- DnsClient - Class in io.vertx.rxjava.core.dns
-
Provides a way to asynchronously lookup information from DNS servers.
- DnsClient(DnsClient) - Constructor for class io.vertx.rxjava.core.dns.DnsClient
-
- DnsClient(Object) - Constructor for class io.vertx.rxjava.core.dns.DnsClient
-
- DnsClientOptions - Class in io.vertx.core.dns
-
Configuration options for Vert.x DNS client.
- DnsClientOptions() - Constructor for class io.vertx.core.dns.DnsClientOptions
-
- DnsClientOptions(JsonObject) - Constructor for class io.vertx.core.dns.DnsClientOptions
-
- DnsClientOptions(DnsClientOptions) - Constructor for class io.vertx.core.dns.DnsClientOptions
-
- DnsClientOptionsConverter - Class in io.vertx.core.dns
-
- DnsClientOptionsConverter() - Constructor for class io.vertx.core.dns.DnsClientOptionsConverter
-
- DnsException - Class in io.vertx.core.dns
-
- DnsException(DnsResponseCode) - Constructor for class io.vertx.core.dns.DnsException
-
- DnsResponseCode - Enum in io.vertx.core.dns
-
Represents the possible response codes a server may send after receiving a
query.
- DOC_MATCHED - Static variable in class io.vertx.ext.mongo.MongoClientUpdateResult
-
Constant to be used when storing and retrieving Json for documents matched.
- DOC_MODIFIED - Static variable in class io.vertx.ext.mongo.MongoClientUpdateResult
-
Constant to be used when storing and retrieving Json for documents modified.
- DockerLinksServiceImporter - Class in io.vertx.servicediscovery.docker
-
A discovery bridge analyzing environment variables to detect Docker links.
- DockerLinksServiceImporter() - Constructor for class io.vertx.servicediscovery.docker.DockerLinksServiceImporter
-
- doIsPermitted(String, Handler<AsyncResult<Boolean>>) - Method in class io.vertx.ext.auth.AbstractUser
-
Deprecated.
- domainSocketAddress(String) - Static method in interface io.vertx.core.net.SocketAddress
-
Create a domain socket address.
- domainSocketAddress(String) - Static method in class io.vertx.reactivex.core.net.SocketAddress
-
Create a domain socket address.
- domainSocketAddress(String) - Static method in class io.vertx.rxjava.core.net.SocketAddress
-
Create a domain socket address.
- doRequest(HttpClient, File, URI, File, URI, Handler<AsyncResult<HttpServiceFactory.Result>>) - Method in class io.vertx.ext.httpservicefactory.HttpServiceFactory
-
- doSetExtension(String) - Method in class io.vertx.ext.web.common.template.CachingTemplateEngine
-
Deprecated.
- doSetExtension(String) - Method in class io.vertx.ext.web.templ.CachingTemplateEngine
-
- doubleValue() - Method in interface io.vertx.core.parsetools.JsonEvent
-
- doubleValue() - Method in class io.vertx.reactivex.core.parsetools.JsonEvent
-
- doubleValue() - Method in class io.vertx.rxjava.core.parsetools.JsonEvent
-
- doubleValue() - Method in class io.vertx.sqlclient.data.Numeric
-
- drainHandler(Handler<Void>) - Method in interface io.vertx.core.eventbus.MessageProducer
-
- drainHandler(Handler<Void>) - Method in interface io.vertx.core.file.AsyncFile
-
- drainHandler(Handler<Void>) - Method in interface io.vertx.core.http.HttpClientRequest
-
- drainHandler(Handler<Void>) - Method in interface io.vertx.core.http.HttpServerResponse
-
- drainHandler(Handler<Void>) - Method in interface io.vertx.core.http.ServerWebSocket
-
- drainHandler(Handler<Void>) - Method in interface io.vertx.core.http.WebSocket
-
- drainHandler(Handler<Void>) - Method in interface io.vertx.core.http.WebSocketBase
-
- drainHandler(Handler<Void>) - Method in interface io.vertx.core.net.NetSocket
-
- drainHandler(Handler<Void>) - Method in interface io.vertx.core.streams.WriteStream
-
Set a drain handler on the stream.
- drainHandler(Handler<Void>) - Method in interface io.vertx.ext.reactivestreams.ReactiveWriteStream
-
- drainHandler(Handler<Void>) - Method in interface io.vertx.ext.web.handler.sockjs.SockJSSocket
-
- drainHandler(Handler<Void>) - Method in interface io.vertx.grpc.GrpcBidiExchange
-
- drainHandler(Handler<Void>) - Method in interface io.vertx.grpc.GrpcUniExchange
-
- drainHandler(Handler<Void>) - Method in interface io.vertx.grpc.GrpcWriteStream
-
Set a drain handler on the stream.
- drainHandler(Handler<Void>) - Method in interface io.vertx.kafka.client.producer.KafkaProducer
-
- drainHandler(Handler<Void>) - Method in class io.vertx.reactivex.amqp.AmqpSender
-
Set a drain handler on the stream.
- drainHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.eventbus.MessageProducer
-
- drainHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.file.AsyncFile
-
- drainHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.http.HttpClientRequest
-
- drainHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.http.HttpServerResponse
-
- drainHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.http.ServerWebSocket
-
- drainHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.http.WebSocket
-
- drainHandler(Handler<Void>) - Method in interface io.vertx.reactivex.core.http.WebSocketBase
-
- drainHandler(Handler<Void>) - Method in class io.vertx.reactivex.core.net.NetSocket
-
- drainHandler(Handler<Void>) - Method in interface io.vertx.reactivex.core.streams.WriteStream
-
Set a drain handler on the stream.
- drainHandler(Handler<Void>) - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
-
- drainHandler(Handler<Void>) - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
-
- drainHandler(Handler<Void>) - Method in class io.vertx.rxjava.amqp.AmqpSender
-
Set a drain handler on the stream.
- drainHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.eventbus.MessageProducer
-
- drainHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.file.AsyncFile
-
- drainHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.http.HttpClientRequest
-
- drainHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.http.HttpServerResponse
-
- drainHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.http.ServerWebSocket
-
- drainHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.http.WebSocket
-
- drainHandler(Handler<Void>) - Method in interface io.vertx.rxjava.core.http.WebSocketBase
-
- drainHandler(Handler<Void>) - Method in class io.vertx.rxjava.core.net.NetSocket
-
- drainHandler(Handler<Void>) - Method in interface io.vertx.rxjava.core.streams.WriteStream
-
Set a drain handler on the stream.
- drainHandler(Handler<Void>) - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
-
- drainHandler(Handler<Void>) - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
-
- Driver - Interface in io.vertx.sqlclient.spi
-
An entry point to the Vertx Reactive SQL Client
Every driver must implement this interface.
- DropboxAuth - Interface in io.vertx.ext.auth.oauth2.providers
-
Simplified factory to create an
OAuth2Auth for Dropbox.
- DropboxAuth - Class in io.vertx.reactivex.ext.auth.oauth2.providers
-
Simplified factory to create an for Dropbox.
- DropboxAuth(DropboxAuth) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.DropboxAuth
-
- DropboxAuth(Object) - Constructor for class io.vertx.reactivex.ext.auth.oauth2.providers.DropboxAuth
-
- DropboxAuth - Class in io.vertx.rxjava.ext.auth.oauth2.providers
-
Simplified factory to create an for Dropbox.
- DropboxAuth(DropboxAuth) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.providers.DropboxAuth
-
- DropboxAuth(Object) - Constructor for class io.vertx.rxjava.ext.auth.oauth2.providers.DropboxAuth
-
- dropCollection(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.mongo.MongoClient
-
Drop a collection
- dropCollection(String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.mongo.MongoService
-
- dropCollection(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Drop a collection
- dropCollection(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.mongo.MongoService
-
- dropCollection(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Drop a collection
- dropCollection(String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.mongo.MongoService
-
- dropCollectionObservable(String) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
- dropCollectionObservable(String) - Method in class io.vertx.rxjava.ext.mongo.MongoService
-
Deprecated.
- dropIndex(String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.mongo.MongoClient
-
Drops the index given its name.
- dropIndex(String, String, Handler<AsyncResult<Void>>) - Method in interface io.vertx.ext.mongo.MongoService
-
- dropIndex(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Drops the index given its name.
- dropIndex(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.reactivex.ext.mongo.MongoService
-
- dropIndex(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Drops the index given its name.
- dropIndex(String, String, Handler<AsyncResult<Void>>) - Method in class io.vertx.rxjava.ext.mongo.MongoService
-
- dropIndexObservable(String, String) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
- dropIndexObservable(String, String) - Method in class io.vertx.rxjava.ext.mongo.MongoService
-
Deprecated.
- DropwizardMetricsOptions - Class in io.vertx.ext.dropwizard
-
Vert.x Dropwizard metrics configuration.
- DropwizardMetricsOptions() - Constructor for class io.vertx.ext.dropwizard.DropwizardMetricsOptions
-
Default constructor
- DropwizardMetricsOptions(MetricsOptions) - Constructor for class io.vertx.ext.dropwizard.DropwizardMetricsOptions
-
Copy constructor with base metrics options
- DropwizardMetricsOptions(DropwizardMetricsOptions) - Constructor for class io.vertx.ext.dropwizard.DropwizardMetricsOptions
-
Copy constructor
- DropwizardMetricsOptions(JsonObject) - Constructor for class io.vertx.ext.dropwizard.DropwizardMetricsOptions
-
- DropwizardMetricsOptionsConverter - Class in io.vertx.ext.dropwizard
-
- DropwizardMetricsOptionsConverter() - Constructor for class io.vertx.ext.dropwizard.DropwizardMetricsOptionsConverter
-
- DUMP - Static variable in class io.vertx.reactivex.redis.client.Command
-
- dump(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
- dump(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisClient
-
Return a serialized version of the value stored at the specified key.
- dump(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
-
Return a serialized version of the value stored at the specified key.
- DUMP - Static variable in interface io.vertx.redis.client.Command
-
- dump(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- dump(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Deprecated.
Return a serialized version of the value stored at the specified key.
- dump(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Deprecated.
Return a serialized version of the value stored at the specified key.
- DUMP - Static variable in class io.vertx.rxjava.redis.client.Command
-
- dump(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
-
- dump(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Return a serialized version of the value stored at the specified key.
- dump(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Return a serialized version of the value stored at the specified key.
- dumpObservable(String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
-
- dumpObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
-
- dumpObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
- durable(boolean) - Method in interface io.vertx.amqp.AmqpMessageBuilder
-
- durable(boolean) - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
-
- durable(boolean) - Method in class io.vertx.rxjava.amqp.AmqpMessageBuilder
-
- durationTime() - Method in interface io.vertx.ext.unit.report.TestResult
-
How long the test lasted in millis.
- durationTime() - Method in class io.vertx.reactivex.ext.unit.report.TestResult
-
How long the test lasted in millis.
- durationTime() - Method in class io.vertx.rxjava.ext.unit.report.TestResult
-
How long the test lasted in millis.
- generateActionSwitchEntry(ProxyMethodInfo, CodeWriter) - Method in class io.vertx.serviceproxy.generator.ServiceProxyHandlerGen
-
- generateDeserializationError(String) - Static method in class io.vertx.ext.web.api.validation.ValidationException.ValidationExceptionFactory
-
- generateFileNotFoundValidationException(String, String) - Static method in class io.vertx.ext.web.api.validation.ValidationException.ValidationExceptionFactory
-
- generateHandler(ParamInfo) - Method in class io.vertx.serviceproxy.generator.ServiceProxyHandlerGen
-
- generateInvalidJsonBodyException(String, String, String) - Static method in class io.vertx.ext.web.api.validation.ValidationException.ValidationExceptionFactory
-
- generateInvalidXMLBodyException(String) - Static method in class io.vertx.ext.web.api.validation.ValidationException.ValidationExceptionFactory
-
- generateJsonParamExtract(ParamInfo) - Method in class io.vertx.serviceproxy.generator.ServiceProxyHandlerGen
-
- generateNotFoundValidationException(String, ParameterLocation) - Static method in class io.vertx.ext.web.api.validation.ValidationException.ValidationExceptionFactory
-
- generateNotMatchValidationException(String) - Static method in class io.vertx.ext.web.api.validation.ValidationException.ValidationExceptionFactory
-
- generateNotParsableJsonBodyException(String) - Static method in class io.vertx.ext.web.api.validation.ValidationException.ValidationExceptionFactory
-
- generateObjectFieldNotFound(String) - Static method in class io.vertx.ext.web.api.validation.ValidationException.ValidationExceptionFactory
-
- generateSalt() - Method in interface io.vertx.ext.auth.jdbc.JDBCAuth
-
Compute a salt string.
- generateSalt() - Method in interface io.vertx.ext.auth.jdbc.JDBCHashStrategy
-
Deprecated.
Compute a random salt.
- generateSalt() - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuth
-
Compute a salt string.
- generateSalt() - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCHashStrategy
-
Compute a random salt.
- generateSalt() - Method in class io.vertx.rxjava.ext.auth.jdbc.JDBCAuth
-
Compute a salt string.
- generateSalt() - Method in class io.vertx.rxjava.ext.auth.jdbc.JDBCHashStrategy
-
Compute a random salt.
- generateToken(JsonObject, JWTOptions) - Method in interface io.vertx.ext.auth.jwt.JWTAuth
-
Generate a new JWT token.
- generateToken(JsonObject) - Method in interface io.vertx.ext.auth.jwt.JWTAuth
-
Generate a new JWT token.
- generateToken(JsonObject, JWTOptions) - Method in class io.vertx.reactivex.ext.auth.jwt.JWTAuth
-
Generate a new JWT token.
- generateToken(JsonObject) - Method in class io.vertx.reactivex.ext.auth.jwt.JWTAuth
-
Generate a new JWT token.
- generateToken(JsonObject, JWTOptions) - Method in class io.vertx.rxjava.ext.auth.jwt.JWTAuth
-
Generate a new JWT token.
- generateToken(JsonObject) - Method in class io.vertx.rxjava.ext.auth.jwt.JWTAuth
-
Generate a new JWT token.
- generateUnexpectedArraySizeValidationException(Integer, Integer, Integer) - Static method in class io.vertx.ext.web.api.validation.ValidationException.ValidationExceptionFactory
-
- generateUnexpectedArrayValidationException() - Static method in class io.vertx.ext.web.api.validation.ValidationException.ValidationExceptionFactory
-
- generateWrongContentTypeExpected(String, String) - Static method in class io.vertx.ext.web.api.validation.ValidationException.ValidationExceptionFactory
-
- generateWrongContentTypeExpected(String) - Static method in class io.vertx.ext.web.api.validation.ValidationException.ValidationExceptionFactory
-
- GeneratorUtils - Class in io.vertx.serviceproxy.generator
-
- GeneratorUtils() - Constructor for class io.vertx.serviceproxy.generator.GeneratorUtils
-
- GEOADD - Static variable in class io.vertx.reactivex.redis.client.Command
-
- geoadd(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
- geoadd(String, double, double, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
-
Add one or more geospatial items in the geospatial index represented using a sorted set.
- geoadd(String, double, double, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
-
Add one or more geospatial items in the geospatial index represented using a sorted set.
- GEOADD - Static variable in interface io.vertx.redis.client.Command
-
- geoadd(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- geoadd(String, double, double, String, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Deprecated.
Add one or more geospatial items in the geospatial index represented using a sorted set.
- geoadd(String, double, double, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Deprecated.
Add one or more geospatial items in the geospatial index represented using a sorted set.
- GEOADD - Static variable in class io.vertx.rxjava.redis.client.Command
-
- geoadd(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
-
- geoadd(String, double, double, String, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Add one or more geospatial items in the geospatial index represented using a sorted set.
- geoadd(String, double, double, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Add one or more geospatial items in the geospatial index represented using a sorted set.
- geoaddMany(String, List<GeoMember>, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
-
Add one or more geospatial items in the geospatial index represented using a sorted set.
- geoaddMany(String, List<GeoMember>, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
-
Add one or more geospatial items in the geospatial index represented using a sorted set.
- geoaddMany(String, List<GeoMember>, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Deprecated.
Add one or more geospatial items in the geospatial index represented using a sorted set.
- geoaddMany(String, List<GeoMember>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Deprecated.
Add one or more geospatial items in the geospatial index represented using a sorted set.
- geoaddMany(String, List<GeoMember>, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Add one or more geospatial items in the geospatial index represented using a sorted set.
- geoaddMany(String, List<GeoMember>, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Add one or more geospatial items in the geospatial index represented using a sorted set.
- geoaddManyObservable(String, List<GeoMember>) - Method in class io.vertx.rxjava.redis.RedisClient
-
- geoaddManyObservable(String, List<GeoMember>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
- geoaddObservable(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
-
- geoaddObservable(String, double, double, String) - Method in class io.vertx.rxjava.redis.RedisClient
-
- geoaddObservable(String, double, double, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
- GEODIST - Static variable in class io.vertx.reactivex.redis.client.Command
-
- geodist(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
- geodist(String, String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisClient
-
Return the distance between two members in the geospatial index represented by the sorted set.
- geodist(String, String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
-
Return the distance between two members in the geospatial index represented by the sorted set.
- GEODIST - Static variable in interface io.vertx.redis.client.Command
-
- geodist(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- geodist(String, String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Deprecated.
Return the distance between two members in the geospatial index represented by the sorted set.
- geodist(String, String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Deprecated.
Return the distance between two members in the geospatial index represented by the sorted set.
- GEODIST - Static variable in class io.vertx.rxjava.redis.client.Command
-
- geodist(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
-
- geodist(String, String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Return the distance between two members in the geospatial index represented by the sorted set.
- geodist(String, String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Return the distance between two members in the geospatial index represented by the sorted set.
- geodistObservable(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
-
- geodistObservable(String, String, String) - Method in class io.vertx.rxjava.redis.RedisClient
-
- geodistObservable(String, String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
- geodistWithUnit(String, String, String, GeoUnit, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisClient
-
Return the distance between two members in the geospatial index represented by the sorted set.
- geodistWithUnit(String, String, String, GeoUnit, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
-
Return the distance between two members in the geospatial index represented by the sorted set.
- geodistWithUnit(String, String, String, GeoUnit, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Deprecated.
Return the distance between two members in the geospatial index represented by the sorted set.
- geodistWithUnit(String, String, String, GeoUnit, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Deprecated.
Return the distance between two members in the geospatial index represented by the sorted set.
- geodistWithUnit(String, String, String, GeoUnit, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Return the distance between two members in the geospatial index represented by the sorted set.
- geodistWithUnit(String, String, String, GeoUnit, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Return the distance between two members in the geospatial index represented by the sorted set.
- geodistWithUnitObservable(String, String, String, GeoUnit) - Method in class io.vertx.rxjava.redis.RedisClient
-
- geodistWithUnitObservable(String, String, String, GeoUnit) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
- GEOHASH - Static variable in class io.vertx.reactivex.redis.client.Command
-
- geohash(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
- geohash(String, String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.RedisClient
-
Return valid Geohash strings representing the position of one or more elements in a sorted set value representing
a geospatial index (where elements were added using GEOADD).
- geohash(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
-
Return valid Geohash strings representing the position of one or more elements in a sorted set value representing
a geospatial index (where elements were added using GEOADD).
- GEOHASH - Static variable in interface io.vertx.redis.client.Command
-
- geohash(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- geohash(String, String, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
Deprecated.
Return valid Geohash strings representing the position of one or more elements in a sorted set value representing
a geospatial index (where elements were added using GEOADD).
- geohash(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Deprecated.
Return valid Geohash strings representing the position of one or more elements in a sorted set value representing
a geospatial index (where elements were added using GEOADD).
- GEOHASH - Static variable in class io.vertx.rxjava.redis.client.Command
-
- geohash(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
-
- geohash(String, String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Return valid Geohash strings representing the position of one or more elements in a sorted set value representing
a geospatial index (where elements were added using GEOADD).
- geohash(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Return valid Geohash strings representing the position of one or more elements in a sorted set value representing
a geospatial index (where elements were added using GEOADD).
- geohashMany(String, List<String>, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.RedisClient
-
Return valid Geohash strings representing the position of one or more elements in a sorted set value representing
a geospatial index (where elements were added using GEOADD).
- geohashMany(String, List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
-
Return valid Geohash strings representing the position of one or more elements in a sorted set value representing
a geospatial index (where elements were added using GEOADD).
- geohashMany(String, List<String>, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
Deprecated.
Return valid Geohash strings representing the position of one or more elements in a sorted set value representing
a geospatial index (where elements were added using GEOADD).
- geohashMany(String, List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Deprecated.
Return valid Geohash strings representing the position of one or more elements in a sorted set value representing
a geospatial index (where elements were added using GEOADD).
- geohashMany(String, List<String>, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Return valid Geohash strings representing the position of one or more elements in a sorted set value representing
a geospatial index (where elements were added using GEOADD).
- geohashMany(String, List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Return valid Geohash strings representing the position of one or more elements in a sorted set value representing
a geospatial index (where elements were added using GEOADD).
- geohashManyObservable(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
-
- geohashManyObservable(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
- geohashObservable(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
-
- geohashObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
-
- geohashObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
- GeoMember - Class in io.vertx.redis.op
-
- GeoMember() - Constructor for class io.vertx.redis.op.GeoMember
-
Deprecated.
- GeoMember(GeoMember) - Constructor for class io.vertx.redis.op.GeoMember
-
Deprecated.
- GeoMember(JsonObject) - Constructor for class io.vertx.redis.op.GeoMember
-
Deprecated.
- GEOPOS - Static variable in class io.vertx.reactivex.redis.client.Command
-
- geopos(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
- geopos(String, String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.RedisClient
-
Return the positions (longitude,latitude) of all the specified members of the geospatial index represented by the
sorted set at key.
- geopos(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
-
Return the positions (longitude,latitude) of all the specified members of the geospatial index represented by the
sorted set at key.
- GEOPOS - Static variable in interface io.vertx.redis.client.Command
-
- geopos(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- geopos(String, String, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
Deprecated.
Return the positions (longitude,latitude) of all the specified members of the geospatial index represented by the
sorted set at key.
- geopos(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Deprecated.
Return the positions (longitude,latitude) of all the specified members of the geospatial index represented by the
sorted set at key.
- GEOPOS - Static variable in class io.vertx.rxjava.redis.client.Command
-
- geopos(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
-
- geopos(String, String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Return the positions (longitude,latitude) of all the specified members of the geospatial index represented by the
sorted set at key.
- geopos(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Return the positions (longitude,latitude) of all the specified members of the geospatial index represented by the
sorted set at key.
- geoposMany(String, List<String>, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.RedisClient
-
Return the positions (longitude,latitude) of all the specified members of the geospatial index represented by the
sorted set at key.
- geoposMany(String, List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
-
Return the positions (longitude,latitude) of all the specified members of the geospatial index represented by the
sorted set at key.
- geoposMany(String, List<String>, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
Deprecated.
Return the positions (longitude,latitude) of all the specified members of the geospatial index represented by the
sorted set at key.
- geoposMany(String, List<String>, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Deprecated.
Return the positions (longitude,latitude) of all the specified members of the geospatial index represented by the
sorted set at key.
- geoposMany(String, List<String>, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Return the positions (longitude,latitude) of all the specified members of the geospatial index represented by the
sorted set at key.
- geoposMany(String, List<String>, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Return the positions (longitude,latitude) of all the specified members of the geospatial index represented by the
sorted set at key.
- geoposManyObservable(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisClient
-
- geoposManyObservable(String, List<String>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
- geoposObservable(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
-
- geoposObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
-
- geoposObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
- GEORADIUS - Static variable in class io.vertx.reactivex.redis.client.Command
-
- georadius(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
- georadius(String, double, double, double, GeoUnit, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.RedisClient
-
Return the members of a sorted set populated with geospatial information using GEOADD, which are within the borders
of the area specified with the center location and the maximum distance from the center (the radius).
- georadius(String, double, double, double, GeoUnit, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
-
Return the members of a sorted set populated with geospatial information using GEOADD, which are within the borders
of the area specified with the center location and the maximum distance from the center (the radius).
- GEORADIUS - Static variable in interface io.vertx.redis.client.Command
-
- georadius(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- georadius(String, double, double, double, GeoUnit, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
Deprecated.
Return the members of a sorted set populated with geospatial information using GEOADD, which are within the borders
of the area specified with the center location and the maximum distance from the center (the radius).
- georadius(String, double, double, double, GeoUnit, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Deprecated.
Return the members of a sorted set populated with geospatial information using GEOADD, which are within the borders
of the area specified with the center location and the maximum distance from the center (the radius).
- GEORADIUS - Static variable in class io.vertx.rxjava.redis.client.Command
-
- georadius(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
-
- georadius(String, double, double, double, GeoUnit, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Return the members of a sorted set populated with geospatial information using GEOADD, which are within the borders
of the area specified with the center location and the maximum distance from the center (the radius).
- georadius(String, double, double, double, GeoUnit, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Return the members of a sorted set populated with geospatial information using GEOADD, which are within the borders
of the area specified with the center location and the maximum distance from the center (the radius).
- GEORADIUS_RO - Static variable in class io.vertx.reactivex.redis.client.Command
-
- GEORADIUS_RO - Static variable in interface io.vertx.redis.client.Command
-
- GEORADIUS_RO - Static variable in class io.vertx.rxjava.redis.client.Command
-
- GEORADIUSBYMEMBER - Static variable in class io.vertx.reactivex.redis.client.Command
-
- georadiusbymember(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
- georadiusbymember(String, String, double, GeoUnit, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.RedisClient
-
This command is exactly like GEORADIUS with the sole difference that instead of taking, as the center of the area
to query, a longitude and latitude value, it takes the name of a member already existing inside the geospatial
index represented by the sorted set.
- georadiusbymember(String, String, double, GeoUnit, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
-
This command is exactly like GEORADIUS with the sole difference that instead of taking, as the center of the area
to query, a longitude and latitude value, it takes the name of a member already existing inside the geospatial
index represented by the sorted set.
- GEORADIUSBYMEMBER - Static variable in interface io.vertx.redis.client.Command
-
- georadiusbymember(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- georadiusbymember(String, String, double, GeoUnit, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
Deprecated.
This command is exactly like GEORADIUS with the sole difference that instead of taking, as the center of the area
to query, a longitude and latitude value, it takes the name of a member already existing inside the geospatial
index represented by the sorted set.
- georadiusbymember(String, String, double, GeoUnit, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Deprecated.
This command is exactly like GEORADIUS with the sole difference that instead of taking, as the center of the area
to query, a longitude and latitude value, it takes the name of a member already existing inside the geospatial
index represented by the sorted set.
- GEORADIUSBYMEMBER - Static variable in class io.vertx.rxjava.redis.client.Command
-
- georadiusbymember(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
-
- georadiusbymember(String, String, double, GeoUnit, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
This command is exactly like GEORADIUS with the sole difference that instead of taking, as the center of the area
to query, a longitude and latitude value, it takes the name of a member already existing inside the geospatial
index represented by the sorted set.
- georadiusbymember(String, String, double, GeoUnit, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
This command is exactly like GEORADIUS with the sole difference that instead of taking, as the center of the area
to query, a longitude and latitude value, it takes the name of a member already existing inside the geospatial
index represented by the sorted set.
- GEORADIUSBYMEMBER_RO - Static variable in class io.vertx.reactivex.redis.client.Command
-
- GEORADIUSBYMEMBER_RO - Static variable in interface io.vertx.redis.client.Command
-
- GEORADIUSBYMEMBER_RO - Static variable in class io.vertx.rxjava.redis.client.Command
-
- georadiusbymemberObservable(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
-
- georadiusbymemberObservable(String, String, double, GeoUnit) - Method in class io.vertx.rxjava.redis.RedisClient
-
- georadiusbymemberObservable(String, String, double, GeoUnit) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
- georadiusbymemberRo(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
- georadiusbymemberRo(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- georadiusbymemberRo(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
-
- georadiusbymemberRoObservable(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
-
- georadiusbymemberWithOptions(String, String, double, GeoUnit, GeoRadiusOptions, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.RedisClient
-
This command is exactly like GEORADIUS with the sole difference that instead of taking, as the center of the area
to query, a longitude and latitude value, it takes the name of a member already existing inside the geospatial
index represented by the sorted set.
- georadiusbymemberWithOptions(String, String, double, GeoUnit, GeoRadiusOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
-
This command is exactly like GEORADIUS with the sole difference that instead of taking, as the center of the area
to query, a longitude and latitude value, it takes the name of a member already existing inside the geospatial
index represented by the sorted set.
- georadiusbymemberWithOptions(String, String, double, GeoUnit, GeoRadiusOptions, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
Deprecated.
This command is exactly like GEORADIUS with the sole difference that instead of taking, as the center of the area
to query, a longitude and latitude value, it takes the name of a member already existing inside the geospatial
index represented by the sorted set.
- georadiusbymemberWithOptions(String, String, double, GeoUnit, GeoRadiusOptions, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Deprecated.
This command is exactly like GEORADIUS with the sole difference that instead of taking, as the center of the area
to query, a longitude and latitude value, it takes the name of a member already existing inside the geospatial
index represented by the sorted set.
- georadiusbymemberWithOptions(String, String, double, GeoUnit, GeoRadiusOptions, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
This command is exactly like GEORADIUS with the sole difference that instead of taking, as the center of the area
to query, a longitude and latitude value, it takes the name of a member already existing inside the geospatial
index represented by the sorted set.
- georadiusbymemberWithOptions(String, String, double, GeoUnit, GeoRadiusOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
This command is exactly like GEORADIUS with the sole difference that instead of taking, as the center of the area
to query, a longitude and latitude value, it takes the name of a member already existing inside the geospatial
index represented by the sorted set.
- georadiusbymemberWithOptionsObservable(String, String, double, GeoUnit, GeoRadiusOptions) - Method in class io.vertx.rxjava.redis.RedisClient
-
- georadiusbymemberWithOptionsObservable(String, String, double, GeoUnit, GeoRadiusOptions) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
- georadiusObservable(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
-
- georadiusObservable(String, double, double, double, GeoUnit) - Method in class io.vertx.rxjava.redis.RedisClient
-
- georadiusObservable(String, double, double, double, GeoUnit) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
- GeoRadiusOptions - Class in io.vertx.redis.op
-
- GeoRadiusOptions() - Constructor for class io.vertx.redis.op.GeoRadiusOptions
-
Deprecated.
- GeoRadiusOptions(GeoRadiusOptions) - Constructor for class io.vertx.redis.op.GeoRadiusOptions
-
Deprecated.
- GeoRadiusOptions(JsonObject) - Constructor for class io.vertx.redis.op.GeoRadiusOptions
-
Deprecated.
- georadiusRo(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
- georadiusRo(List<String>, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- georadiusRo(List<String>, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
-
- georadiusRoObservable(List<String>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
-
- georadiusWithOptions(String, double, double, double, GeoUnit, GeoRadiusOptions, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.RedisClient
-
Return the members of a sorted set populated with geospatial information using GEOADD, which are within the borders
of the area specified with the center location and the maximum distance from the center (the radius).
- georadiusWithOptions(String, double, double, double, GeoUnit, GeoRadiusOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
-
Return the members of a sorted set populated with geospatial information using GEOADD, which are within the borders
of the area specified with the center location and the maximum distance from the center (the radius).
- georadiusWithOptions(String, double, double, double, GeoUnit, GeoRadiusOptions, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.RedisClient
-
Deprecated.
Return the members of a sorted set populated with geospatial information using GEOADD, which are within the borders
of the area specified with the center location and the maximum distance from the center (the radius).
- georadiusWithOptions(String, double, double, double, GeoUnit, GeoRadiusOptions, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Deprecated.
Return the members of a sorted set populated with geospatial information using GEOADD, which are within the borders
of the area specified with the center location and the maximum distance from the center (the radius).
- georadiusWithOptions(String, double, double, double, GeoUnit, GeoRadiusOptions, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Return the members of a sorted set populated with geospatial information using GEOADD, which are within the borders
of the area specified with the center location and the maximum distance from the center (the radius).
- georadiusWithOptions(String, double, double, double, GeoUnit, GeoRadiusOptions, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Return the members of a sorted set populated with geospatial information using GEOADD, which are within the borders
of the area specified with the center location and the maximum distance from the center (the radius).
- georadiusWithOptionsObservable(String, double, double, double, GeoUnit, GeoRadiusOptions) - Method in class io.vertx.rxjava.redis.RedisClient
-
- georadiusWithOptionsObservable(String, double, double, double, GeoUnit, GeoRadiusOptions) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
- GeoUnit - Enum in io.vertx.redis.op
-
- get(List<Object>, Handler<AsyncResult<T>>) - Method in interface io.vertx.cassandra.Mapper
-
Asynchronous get method based on the column values of the primary key.
- get(Handler<AsyncResult<Buffer>>) - Method in class io.vertx.config.consul.ConsulConfigStore
-
- get(Handler<AsyncResult<Buffer>>) - Method in class io.vertx.config.git.GitConfigStore
-
- get(Handler<AsyncResult<Buffer>>) - Method in class io.vertx.config.kubernetes.ConfigMapStore
-
- get(Handler<AsyncResult<Buffer>>) - Method in class io.vertx.config.redis.RedisConfigStore
-
- get(Handler<AsyncResult<Buffer>>) - Method in interface io.vertx.config.spi.ConfigStore
-
Retrieves the configuration store in this store.
- get(String) - Static method in class io.vertx.config.spi.utils.Processors
-
Gets a configuration processor matching with the given format.
- get(Handler<AsyncResult<Buffer>>) - Method in class io.vertx.config.vault.VaultConfigStore
-
- get(Handler<AsyncResult<Buffer>>) - Method in class io.vertx.config.zookeeper.ZookeeperConfigStore
-
- get(String) - Method in interface io.vertx.core.Context
-
Get some data from the context.
- get(String) - Method in class io.vertx.core.http.CaseInsensitiveHeaders
-
Deprecated.
- get(CharSequence) - Method in class io.vertx.core.http.CaseInsensitiveHeaders
-
Deprecated.
- get(int) - Method in class io.vertx.core.http.Http2Settings
-
Return a setting value according to its identifier.
- get(RequestOptions) - Method in interface io.vertx.core.http.HttpClient
-
Create an HTTP GET request to send to the server with the specified options.
- get(int, String, String) - Method in interface io.vertx.core.http.HttpClient
-
Create an HTTP GET request to send to the server at the specified host and port.
- get(String, String) - Method in interface io.vertx.core.http.HttpClient
-
Create an HTTP GET request to send to the server at the specified host and default port.
- get(RequestOptions, Handler<HttpClientResponse>) - Method in interface io.vertx.core.http.HttpClient
-
- get(int, String, String, Handler<HttpClientResponse>) - Method in interface io.vertx.core.http.HttpClient
-
- get(String, String, Handler<HttpClientResponse>) - Method in interface io.vertx.core.http.HttpClient
-
- get(String) - Method in interface io.vertx.core.http.HttpClient
-
Create an HTTP GET request to send to the server at the default host and port.
- get(String, Handler<HttpClientResponse>) - Method in interface io.vertx.core.http.HttpClient
-
- GET - Static variable in class io.vertx.core.http.HttpHeaders
-
GET header value
- get(CharSequence) - Method in interface io.vertx.core.MultiMap
-
- get(String) - Method in interface io.vertx.core.MultiMap
-
Returns the value of with the specified name.
- get(K, Handler<AsyncResult<V>>) - Method in interface io.vertx.core.shareddata.AsyncMap
-
Get a value from the map, asynchronously.
- get(Handler<AsyncResult<Long>>) - Method in interface io.vertx.core.shareddata.Counter
-
Get the current value of the counter
- get(Object) - Method in interface io.vertx.core.shareddata.LocalMap
-
Get a value from the map
- get(K, Handler<AsyncResult<ChoosableIterable<V>>>) - Method in interface io.vertx.core.spi.cluster.AsyncMultiMap
-
Get the values from the map for the key.
- get(String) - Method in interface io.vertx.ext.auth.HashingStrategy
-
Get an algorithm interface by its Id
- get(String) - Method in interface io.vertx.ext.shell.session.Session
-
Get some data from the session
- get(String) - Method in interface io.vertx.ext.unit.TestContext
-
Get some data from the context.
- get(Boolean, String, String) - Method in interface io.vertx.ext.web.client.spi.CookieStore
-
Returns and
Iterable of cookies satisfying the filters passed as paraemters.
- get(String) - Method in interface io.vertx.ext.web.client.WebClient
-
Create an HTTP GET request to send to the server at the default host and port.
- get(int, String, String) - Method in interface io.vertx.ext.web.client.WebClient
-
Create an HTTP GET request to send to the server at the specified host and port.
- get(String, String) - Method in interface io.vertx.ext.web.client.WebClient
-
Create an HTTP GET request to send to the server at the specified host and default port.
- get(DataFetchingEnvironment) - Method in class io.vertx.ext.web.handler.graphql.VertxDataFetcher
-
- get(DataFetchingEnvironment) - Method in class io.vertx.ext.web.handler.graphql.VertxPropertyDataFetcher
-
- get() - Method in interface io.vertx.ext.web.Router
-
Add a route that matches any HTTP GET request
- get(String) - Method in interface io.vertx.ext.web.Router
-
Add a route that matches a HTTP GET request and the specified path
- get(String) - Method in interface io.vertx.ext.web.RoutingContext
-
Get some data from the context.
- get(String) - Method in interface io.vertx.ext.web.Session
-
Get some data from the session
- get(String) - Method in class io.vertx.ext.web.sstore.AbstractSession
-
- get(String, Handler<AsyncResult<Session>>) - Method in interface io.vertx.ext.web.sstore.SessionStore
-
Get the session with the specified ID.
- get(List<Object>, Handler<AsyncResult<T>>) - Method in class io.vertx.reactivex.cassandra.Mapper
-
Asynchronous get method based on the column values of the primary key.
- get(String) - Method in class io.vertx.reactivex.core.Context
-
Get some data from the context.
- get(RequestOptions) - Method in class io.vertx.reactivex.core.http.HttpClient
-
Create an HTTP GET request to send to the server with the specified options.
- get(int, String, String) - Method in class io.vertx.reactivex.core.http.HttpClient
-
Create an HTTP GET request to send to the server at the specified host and port.
- get(String, String) - Method in class io.vertx.reactivex.core.http.HttpClient
-
Create an HTTP GET request to send to the server at the specified host and default port.
- get(RequestOptions, Handler<HttpClientResponse>) - Method in class io.vertx.reactivex.core.http.HttpClient
-
Deprecated.
- get(int, String, String, Handler<HttpClientResponse>) - Method in class io.vertx.reactivex.core.http.HttpClient
-
Deprecated.
- get(String, String, Handler<HttpClientResponse>) - Method in class io.vertx.reactivex.core.http.HttpClient
-
Deprecated.
- get(String) - Method in class io.vertx.reactivex.core.http.HttpClient
-
Create an HTTP GET request to send to the server at the default host and port.
- get(String, Handler<HttpClientResponse>) - Method in class io.vertx.reactivex.core.http.HttpClient
-
Deprecated.
- get(String) - Method in class io.vertx.reactivex.core.MultiMap
-
Returns the value of with the specified name.
- get(CharSequence) - Method in class io.vertx.reactivex.core.MultiMap
-
- get(K, Handler<AsyncResult<V>>) - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
-
Get a value from the map, asynchronously.
- get(Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.core.shareddata.Counter
-
Get the current value of the counter
- get(Object) - Method in class io.vertx.reactivex.core.shareddata.LocalMap
-
Get a value from the map
- get(String) - Method in class io.vertx.reactivex.ext.auth.HashingStrategy
-
Get an algorithm interface by its Id
- get(String) - Method in class io.vertx.reactivex.ext.shell.session.Session
-
Get some data from the session
- get(String) - Method in class io.vertx.reactivex.ext.unit.TestContext
-
Get some data from the context.
- get(String) - Method in class io.vertx.reactivex.ext.web.client.WebClient
-
Create an HTTP GET request to send to the server at the default host and port.
- get(int, String, String) - Method in class io.vertx.reactivex.ext.web.client.WebClient
-
Create an HTTP GET request to send to the server at the specified host and port.
- get(String, String) - Method in class io.vertx.reactivex.ext.web.client.WebClient
-
Create an HTTP GET request to send to the server at the specified host and default port.
- get() - Method in class io.vertx.reactivex.ext.web.Router
-
Add a route that matches any HTTP GET request
- get(String) - Method in class io.vertx.reactivex.ext.web.Router
-
Add a route that matches a HTTP GET request and the specified path
- get(String) - Method in class io.vertx.reactivex.ext.web.RoutingContext
-
Get some data from the context.
- get(String) - Method in class io.vertx.reactivex.ext.web.Session
-
Get some data from the session
- get(String, Handler<AsyncResult<Session>>) - Method in class io.vertx.reactivex.ext.web.sstore.SessionStore
-
Get the session with the specified ID.
- GET - Static variable in class io.vertx.reactivex.redis.client.Command
-
- get(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
- get(int) - Method in class io.vertx.reactivex.redis.client.Response
-
Get this multi response value at a numerical index.
- get(String) - Method in class io.vertx.reactivex.redis.client.Response
-
Get this multi response value at a string key.
- get(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisClient
-
Get the value of a key
- get(String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
-
Get the value of a key
- get() - Method in class io.vertx.reactivex.servicediscovery.ServiceReference
-
Gets the object to access the service.
- get(Class<T>, int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
- GET - Static variable in interface io.vertx.redis.client.Command
-
- get(String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- get(int) - Method in interface io.vertx.redis.client.Response
-
Get this multi response value at a numerical index.
- get(String) - Method in interface io.vertx.redis.client.Response
-
Get this multi response value at a string key.
- get(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Deprecated.
Get the value of a key
- get(String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Deprecated.
Get the value of a key
- get(List<Object>, Handler<AsyncResult<T>>) - Method in class io.vertx.rxjava.cassandra.Mapper
-
Asynchronous get method based on the column values of the primary key.
- get(String) - Method in class io.vertx.rxjava.core.Context
-
Get some data from the context.
- get(RequestOptions) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Create an HTTP GET request to send to the server with the specified options.
- get(int, String, String) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Create an HTTP GET request to send to the server at the specified host and port.
- get(String, String) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Create an HTTP GET request to send to the server at the specified host and default port.
- get(RequestOptions, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Deprecated.
- get(int, String, String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Deprecated.
- get(String, String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Deprecated.
- get(String) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Create an HTTP GET request to send to the server at the default host and port.
- get(String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Deprecated.
- get(String) - Method in class io.vertx.rxjava.core.MultiMap
-
Returns the value of with the specified name.
- get(CharSequence) - Method in class io.vertx.rxjava.core.MultiMap
-
- get(HttpClient, String) - Static method in class io.vertx.rxjava.core.RxHelper
-
- get(HttpClient, String, String) - Static method in class io.vertx.rxjava.core.RxHelper
-
- get(HttpClient, int, String, String) - Static method in class io.vertx.rxjava.core.RxHelper
-
- get(HttpClient, int, String, String, MultiMap) - Static method in class io.vertx.rxjava.core.RxHelper
-
Returns an Observable<HttpClientResponse> that performs a get request each time it is subscribed.
- get(K, Handler<AsyncResult<V>>) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
-
Get a value from the map, asynchronously.
- get(Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.core.shareddata.Counter
-
Get the current value of the counter
- get(Object) - Method in class io.vertx.rxjava.core.shareddata.LocalMap
-
Get a value from the map
- get(String) - Method in class io.vertx.rxjava.ext.auth.HashingStrategy
-
Get an algorithm interface by its Id
- get(String) - Method in class io.vertx.rxjava.ext.shell.session.Session
-
Get some data from the session
- get(String) - Method in class io.vertx.rxjava.ext.unit.TestContext
-
Get some data from the context.
- get(String) - Method in class io.vertx.rxjava.ext.web.client.WebClient
-
Create an HTTP GET request to send to the server at the default host and port.
- get(int, String, String) - Method in class io.vertx.rxjava.ext.web.client.WebClient
-
Create an HTTP GET request to send to the server at the specified host and port.
- get(String, String) - Method in class io.vertx.rxjava.ext.web.client.WebClient
-
Create an HTTP GET request to send to the server at the specified host and default port.
- get() - Method in class io.vertx.rxjava.ext.web.Router
-
Add a route that matches any HTTP GET request
- get(String) - Method in class io.vertx.rxjava.ext.web.Router
-
Add a route that matches a HTTP GET request and the specified path
- get(String) - Method in class io.vertx.rxjava.ext.web.RoutingContext
-
Get some data from the context.
- get(String) - Method in class io.vertx.rxjava.ext.web.Session
-
Get some data from the session
- get(String, Handler<AsyncResult<Session>>) - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
-
Get the session with the specified ID.
- GET - Static variable in class io.vertx.rxjava.redis.client.Command
-
- get(String, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
-
- get(int) - Method in class io.vertx.rxjava.redis.client.Response
-
Get this multi response value at a numerical index.
- get(String) - Method in class io.vertx.rxjava.redis.client.Response
-
Get this multi response value at a string key.
- get(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get the value of a key
- get(String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Get the value of a key
- get() - Method in class io.vertx.rxjava.servicediscovery.ServiceReference
-
Gets the object to access the service.
- get(Class<T>, int) - Method in class io.vertx.rxjava.sqlclient.Tuple
-
- get() - Method in interface io.vertx.servicediscovery.ServiceReference
-
Gets the object to access the service.
- get(Vertx, ServiceDiscovery, Record, JsonObject) - Method in interface io.vertx.servicediscovery.spi.ServiceType
-
Gets the `service` for the given record.
- get() - Method in class io.vertx.servicediscovery.types.AbstractServiceReference
-
Gets the service object.
- get(Class<T>, int) - Method in interface io.vertx.sqlclient.Tuple
-
- get50thPercentile() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxHistogramMBean
-
- get50thPercentile() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxTimerMBean
-
- get75thPercentile() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxHistogramMBean
-
- get75thPercentile() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxTimerMBean
-
- get95thPercentile() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxHistogramMBean
-
- get95thPercentile() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxTimerMBean
-
- get98thPercentile() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxHistogramMBean
-
- get98thPercentile() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxTimerMBean
-
- get999thPercentile() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxHistogramMBean
-
- get999thPercentile() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxTimerMBean
-
- get99thPercentile() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxHistogramMBean
-
- get99thPercentile() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxTimerMBean
-
- getA() - Method in class io.vertx.pgclient.data.Line
-
- getAbs(String) - Method in interface io.vertx.core.http.HttpClient
-
Create an HTTP GET request to send to the server using an absolute URI
- getAbs(String, Handler<HttpClientResponse>) - Method in interface io.vertx.core.http.HttpClient
-
- getAbs(String) - Method in interface io.vertx.ext.web.client.WebClient
-
Create an HTTP GET request to send to the server using an absolute URI, specifying a response handler to receive
the response
- getAbs(String) - Method in class io.vertx.reactivex.core.http.HttpClient
-
Create an HTTP GET request to send to the server using an absolute URI
- getAbs(String, Handler<HttpClientResponse>) - Method in class io.vertx.reactivex.core.http.HttpClient
-
Deprecated.
- getAbs(String) - Method in class io.vertx.reactivex.ext.web.client.WebClient
-
Create an HTTP GET request to send to the server using an absolute URI, specifying a response handler to receive
the response
- getAbs(String) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Create an HTTP GET request to send to the server using an absolute URI
- getAbs(String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Deprecated.
- getAbs(String) - Method in class io.vertx.rxjava.ext.web.client.WebClient
-
Create an HTTP GET request to send to the server using an absolute URI, specifying a response handler to receive
the response
- getAcceptableContentType() - Method in interface io.vertx.ext.web.RoutingContext
-
If the route specifies produces matches, e.g.
- getAcceptableContentType() - Method in class io.vertx.reactivex.ext.web.RoutingContext
-
If the route specifies produces matches, e.g.
- getAcceptableContentType() - Method in class io.vertx.rxjava.ext.web.RoutingContext
-
If the route specifies produces matches, e.g.
- getAcceptBacklog() - Method in class io.vertx.core.eventbus.EventBusOptions
-
- getAcceptBacklog() - Method in class io.vertx.core.net.NetServerOptions
-
- getAcceptedVersions() - Method in class io.vertx.ext.stomp.StompClientOptions
-
Gets the list of STOMP protocol versions accepted by the client.
- getAccessor() - Method in class io.vertx.config.vault.client.Auth
-
- getAccessor() - Method in class io.vertx.config.vault.client.Lookup
-
- getAck() - Method in class io.vertx.ext.stomp.Frame
-
Gets the value of the ack header.
- getAckTimeout() - Method in class io.vertx.mqtt.MqttClientOptions
-
Gets the time in seconds after which the client stops waiting for a PUBACK, PUBREC
or PUBCOMP packet from the server in response to a packet it has sent.
- getAclToken() - Method in class io.vertx.ext.consul.ConsulClientOptions
-
Get the ACL token.
- getAcquireSession() - Method in class io.vertx.ext.consul.KeyValueOptions
-
Get session ID for lock acquisition operation.
- getAddress() - Method in class io.vertx.camel.CamelMapping
-
- getAddress() - Method in class io.vertx.ext.bridge.PermittedOptions
-
- getAddress() - Method in class io.vertx.ext.consul.Node
-
Get node address
- getAddress() - Method in class io.vertx.ext.consul.Service
-
Get service address
- getAddress() - Method in class io.vertx.ext.consul.ServiceOptions
-
Get service address
- getAddress() - Method in class io.vertx.redis.RedisOptions
-
Deprecated.
Get the default `PUB/SUB` eventbus address prefix, default `io.vertx.redis`.
- getAddresses() - Method in class io.vertx.rabbitmq.RabbitMQOptions
-
- getAddressRegex() - Method in class io.vertx.ext.bridge.PermittedOptions
-
- getAddressResolverOptions() - Method in class io.vertx.core.VertxOptions
-
- getAdj() - Method in class io.vertx.ext.consul.Coordinate
-
Get adjustment
- getAlgorithm() - Method in class io.vertx.ext.auth.JWTOptions
-
- getAlgorithm() - Method in class io.vertx.ext.auth.PubSecKeyOptions
-
- getAlias() - Method in class io.vertx.ext.dropwizard.Match
-
- getAlias() - Method in class io.vertx.micrometer.Match
-
- getAll(String) - Method in class io.vertx.core.http.CaseInsensitiveHeaders
-
Deprecated.
- getAll(CharSequence) - Method in class io.vertx.core.http.CaseInsensitiveHeaders
-
Deprecated.
- getAll(String) - Method in interface io.vertx.core.MultiMap
-
Returns the values with the specified name
- getAll(CharSequence) - Method in interface io.vertx.core.MultiMap
-
- getAll(String) - Method in class io.vertx.reactivex.core.MultiMap
-
Returns the values with the specified name
- getAll(CharSequence) - Method in class io.vertx.reactivex.core.MultiMap
-
- getAll(String) - Method in class io.vertx.rxjava.core.MultiMap
-
Returns the values with the specified name
- getAll(CharSequence) - Method in class io.vertx.rxjava.core.MultiMap
-
- getAllExecutionInfo() - Method in interface io.vertx.cassandra.ResultSet
-
- getAllExecutionInfo() - Method in class io.vertx.reactivex.cassandra.ResultSet
-
- getAllExecutionInfo() - Method in class io.vertx.rxjava.cassandra.ResultSet
-
- getAllowDiskUse() - Method in class io.vertx.ext.mongo.AggregateOptions
-
Get the flag if writing to temporary files is enabled.
- getAllPreparedQueries(Handler<AsyncResult<List<PreparedQueryDefinition>>>) - Method in interface io.vertx.ext.consul.ConsulClient
-
Returns a list of all prepared queries.
- getAllPreparedQueries(Handler<AsyncResult<List<PreparedQueryDefinition>>>) - Method in interface io.vertx.ext.consul.ConsulService
-
- getAllPreparedQueries(Handler<AsyncResult<List<PreparedQueryDefinition>>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Returns a list of all prepared queries.
- getAllPreparedQueries(Handler<AsyncResult<List<PreparedQueryDefinition>>>) - Method in class io.vertx.reactivex.ext.consul.ConsulService
-
- getAllPreparedQueries(Handler<AsyncResult<List<PreparedQueryDefinition>>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
-
Returns a list of all prepared queries.
- getAlpnVersions() - Method in class io.vertx.core.http.HttpClientOptions
-
- getAlpnVersions() - Method in class io.vertx.core.http.HttpServerOptions
-
- getAndAdd(long, Handler<AsyncResult<Long>>) - Method in interface io.vertx.core.shareddata.Counter
-
Add the value to the counter atomically and return the value before the add
- getAndAdd(long, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.core.shareddata.Counter
-
Add the value to the counter atomically and return the value before the add
- getAndAdd(long, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.core.shareddata.Counter
-
Add the value to the counter atomically and return the value before the add
- getAndAddObservable(long) - Method in class io.vertx.rxjava.core.shareddata.Counter
-
- getAndIncrement(Handler<AsyncResult<Long>>) - Method in interface io.vertx.core.shareddata.Counter
-
Increment the counter atomically and return the value before the increment.
- getAndIncrement(Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.core.shareddata.Counter
-
Increment the counter atomically and return the value before the increment.
- getAndIncrement(Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.core.shareddata.Counter
-
Increment the counter atomically and return the value before the increment.
- getAndIncrementObservable() - Method in class io.vertx.rxjava.core.shareddata.Counter
-
- getAnnounceAddress() - Method in class io.vertx.servicediscovery.ServiceDiscoveryOptions
-
- getApplicationId() - Method in class io.vertx.config.vault.client.Auth
-
- getArgName() - Method in class io.vertx.core.cli.Argument
-
- getArgName() - Method in class io.vertx.core.cli.Option
-
- getArgName() - Method in class io.vertx.core.cli.UsageMessageFormatter
-
- getArgument(String) - Method in interface io.vertx.core.cli.CLI
-
Gets an
Argument based on its name (argument name).
- getArgument(int) - Method in interface io.vertx.core.cli.CLI
-
- getArgument() - Method in exception io.vertx.core.cli.InvalidValueException
-
- getArgument() - Method in exception io.vertx.core.cli.MissingValueException
-
- getArgument(String) - Method in class io.vertx.reactivex.core.cli.CLI
-
Gets an
Argument based on its name (argument name).
- getArgument(int) - Method in class io.vertx.reactivex.core.cli.CLI
-
- getArgument(String) - Method in class io.vertx.rxjava.core.cli.CLI
-
Gets an
Argument based on its name (argument name).
- getArgument(int) - Method in class io.vertx.rxjava.core.cli.CLI
-
- getArguments() - Method in interface io.vertx.core.cli.CLI
-
Gets the list of defined arguments.
- getArguments() - Method in class io.vertx.reactivex.core.cli.CLI
-
Gets the list of defined arguments.
- getArguments() - Method in class io.vertx.rxjava.core.cli.CLI
-
Gets the list of defined arguments.
- getArgumentValue(String) - Method in interface io.vertx.core.cli.CommandLine
-
Gets the value of an argument with the matching name (arg name).
- getArgumentValue(int) - Method in interface io.vertx.core.cli.CommandLine
-
Gets the value of an argument with the given index.
- getArgumentValue(String) - Method in class io.vertx.reactivex.core.cli.CommandLine
-
Gets the value of an argument with the matching name (arg name).
- getArgumentValue(int) - Method in class io.vertx.reactivex.core.cli.CommandLine
-
Gets the value of an argument with the given index.
- getArgumentValue(String) - Method in class io.vertx.rxjava.core.cli.CommandLine
-
Gets the value of an argument with the matching name (arg name).
- getArgumentValue(int) - Method in class io.vertx.rxjava.core.cli.CommandLine
-
Gets the value of an argument with the given index.
- getArgumentValues(int) - Method in interface io.vertx.core.cli.CommandLine
-
Gets the values of an argument with the matching index.
- getArity() - Method in class io.vertx.reactivex.redis.client.Command
-
- getArity() - Method in interface io.vertx.redis.client.Command
-
- getArity() - Method in class io.vertx.rxjava.redis.client.Command
-
- getArray() - Method in interface io.vertx.ext.web.api.RequestParameter
-
Returns null if value is not a list, otherwise it returns value
- getArray() - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
-
Returns null if value is not a list, otherwise it returns value
- getArray() - Method in class io.vertx.rxjava.ext.web.api.RequestParameter
-
Returns null if value is not a list, otherwise it returns value
- getArrayElement(Object, int) - Method in interface io.vertx.core.json.pointer.JsonPointerIterator
-
Move the iterator the the array element at specified index
- getArrayElement(Object, int) - Method in class io.vertx.reactivex.core.json.pointer.JsonPointerIterator
-
Move the iterator the the array element at specified index
- getArrayElement(Object, int) - Method in class io.vertx.rxjava.core.json.pointer.JsonPointerIterator
-
Move the iterator the the array element at specified index
- getArrayOfBigDecimals(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Get an array of value for the given column.
- getArrayOfBigDecimals(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Get an array of value at pos.
- getArrayOfBigDecimals(String) - Method in class io.vertx.rxjava.sqlclient.Row
-
Get an array of value for the given column.
- getArrayOfBigDecimals(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
-
Get an array of value at pos.
- getArrayOfBigDecimals(String) - Method in interface io.vertx.sqlclient.Row
-
Get an array of
BigDecimal value for the given
column.
- getArrayOfBigDecimals(int) - Method in interface io.vertx.sqlclient.Tuple
-
- getArrayOfBooleans(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Get an array of
Boolean value for the given
column.
- getArrayOfBooleans(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Get an array of
Boolean value at
pos.
- getArrayOfBooleans(String) - Method in class io.vertx.rxjava.sqlclient.Row
-
Get an array of
Boolean value for the given
column.
- getArrayOfBooleans(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
-
Get an array of
Boolean value at
pos.
- getArrayOfBooleans(String) - Method in interface io.vertx.sqlclient.Row
-
Get an array of
Boolean value for the given
column.
- getArrayOfBooleans(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get an array of
Boolean value at
pos.
- getArrayOfBuffers(String) - Method in interface io.vertx.sqlclient.Row
-
Get an array of
Buffer value for the given
column.
- getArrayOfBuffers(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get an array of
Buffer value at
pos.
- getArrayOfDoubles(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Get an array of
Double value for the given
column.
- getArrayOfDoubles(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Get an array of
Double value at
pos.
- getArrayOfDoubles(String) - Method in class io.vertx.rxjava.sqlclient.Row
-
Get an array of
Double value for the given
column.
- getArrayOfDoubles(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
-
Get an array of
Double value at
pos.
- getArrayOfDoubles(String) - Method in interface io.vertx.sqlclient.Row
-
Get an array of
Double value for the given
column.
- getArrayOfDoubles(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get an array of
Double value at
pos.
- getArrayOfFloats(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Get an array of
Float value for the given
column.
- getArrayOfFloats(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Get an array of
Float value at
pos.
- getArrayOfFloats(String) - Method in class io.vertx.rxjava.sqlclient.Row
-
Get an array of
Float value for the given
column.
- getArrayOfFloats(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
-
Get an array of
Float value at
pos.
- getArrayOfFloats(String) - Method in interface io.vertx.sqlclient.Row
-
Get an array of
Float value for the given
column.
- getArrayOfFloats(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get an array of
Float value at
pos.
- getArrayOfIntegers(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Get an array of
Integer value for the given
column.
- getArrayOfIntegers(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Get an array of
Integer value at
pos.
- getArrayOfIntegers(String) - Method in class io.vertx.rxjava.sqlclient.Row
-
Get an array of
Integer value for the given
column.
- getArrayOfIntegers(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
-
Get an array of
Integer value at
pos.
- getArrayOfIntegers(String) - Method in interface io.vertx.sqlclient.Row
-
Get an array of
Integer value for the given
column.
- getArrayOfIntegers(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get an array of
Integer value at
pos.
- getArrayOfJsons(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Get an array of JSON elements for the given
column, the element might be
#JSON_NULL null or one of the following types:
String
Number
JsonObject
JsonArray
Boolean
- getArrayOfJsons(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Get an array of JSON elements at
pos, the element might be
#JSON_NULL null or one of the following types:
String
Number
JsonObject
JsonArray
Boolean
- getArrayOfJsons(String) - Method in class io.vertx.rxjava.sqlclient.Row
-
Get an array of JSON elements for the given
column, the element might be
#JSON_NULL null or one of the following types:
String
Number
JsonObject
JsonArray
Boolean
- getArrayOfJsons(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
-
Get an array of JSON elements at
pos, the element might be
#JSON_NULL null or one of the following types:
String
Number
JsonObject
JsonArray
Boolean
- getArrayOfJsons(String) - Method in interface io.vertx.sqlclient.Row
-
Get an array of JSON elements for the given
column, the element might be
null or one of the following types:
String
Number
JsonObject
JsonArray
Boolean
- getArrayOfJsons(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get an array of JSON elements at
pos, the element might be
null or one of the following types:
String
Number
JsonObject
JsonArray
Boolean
- getArrayOfLocalDates(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Get an array of value for the given column.
- getArrayOfLocalDates(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Get an array of value at pos.
- getArrayOfLocalDates(String) - Method in class io.vertx.rxjava.sqlclient.Row
-
Get an array of value for the given column.
- getArrayOfLocalDates(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
-
Get an array of value at pos.
- getArrayOfLocalDates(String) - Method in interface io.vertx.sqlclient.Row
-
Get an array of LocalDate value for the given column.
- getArrayOfLocalDates(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get an array of LocalDate value at pos.
- getArrayOfLocalDateTimes(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Get an array of value for the given column.
- getArrayOfLocalDateTimes(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Get an array of value at pos.
- getArrayOfLocalDateTimes(String) - Method in class io.vertx.rxjava.sqlclient.Row
-
Get an array of value for the given column.
- getArrayOfLocalDateTimes(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
-
Get an array of value at pos.
- getArrayOfLocalDateTimes(String) - Method in interface io.vertx.sqlclient.Row
-
Get an array of LocalDateTime value for the given column.
- getArrayOfLocalDateTimes(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get an array of LocalDateTime value at pos.
- getArrayOfLocalTimes(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Get an array of value for the given column.
- getArrayOfLocalTimes(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Get an array of value at pos.
- getArrayOfLocalTimes(String) - Method in class io.vertx.rxjava.sqlclient.Row
-
Get an array of value for the given column.
- getArrayOfLocalTimes(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
-
Get an array of value at pos.
- getArrayOfLocalTimes(String) - Method in interface io.vertx.sqlclient.Row
-
Get an array of LocalTime value for the given column.
- getArrayOfLocalTimes(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get an array of LocalTime value at pos.
- getArrayOfLongs(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Get an array of
Long value for the given
column.
- getArrayOfLongs(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Get an array of
Long value at
pos.
- getArrayOfLongs(String) - Method in class io.vertx.rxjava.sqlclient.Row
-
Get an array of
Long value for the given
column.
- getArrayOfLongs(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
-
Get an array of
Long value at
pos.
- getArrayOfLongs(String) - Method in interface io.vertx.sqlclient.Row
-
Get an array of
Long value for the given
column.
- getArrayOfLongs(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get an array of
Long value at
pos.
- getArrayOfNumerics(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Get an array of value for the given column.
- getArrayOfNumerics(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Get an array of value at pos.
- getArrayOfNumerics(String) - Method in class io.vertx.rxjava.sqlclient.Row
-
Get an array of value for the given column.
- getArrayOfNumerics(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
-
Get an array of value at pos.
- getArrayOfNumerics(String) - Method in interface io.vertx.sqlclient.Row
-
Get an array of
Numeric value for the given
column.
- getArrayOfNumerics(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get an array of
Numeric value at
pos.
- getArrayOfOffsetDateTimes(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Get an array of value for the given column.
- getArrayOfOffsetDateTimes(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Get an array of value at pos.
- getArrayOfOffsetDateTimes(String) - Method in class io.vertx.rxjava.sqlclient.Row
-
Get an array of value for the given column.
- getArrayOfOffsetDateTimes(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
-
Get an array of value at pos.
- getArrayOfOffsetDateTimes(String) - Method in interface io.vertx.sqlclient.Row
-
Get an array of OffsetDateTime value for the given column.
- getArrayOfOffsetDateTimes(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get an array of OffsetDateTime value at pos.
- getArrayOfOffsetTimes(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Get an array of value for the given column.
- getArrayOfOffsetTimes(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Get an array of value at pos.
- getArrayOfOffsetTimes(String) - Method in class io.vertx.rxjava.sqlclient.Row
-
Get an array of value for the given column.
- getArrayOfOffsetTimes(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
-
Get an array of value at pos.
- getArrayOfOffsetTimes(String) - Method in interface io.vertx.sqlclient.Row
-
Get an array of OffsetTime value for the given column.
- getArrayOfOffsetTimes(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get an array of OffsetTime value at pos.
- getArrayOfShorts(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Get an array of
Short value for the given
column.
- getArrayOfShorts(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Get an array of
Short value at
pos.
- getArrayOfShorts(String) - Method in class io.vertx.rxjava.sqlclient.Row
-
Get an array of
Short value for the given
column.
- getArrayOfShorts(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
-
Get an array of
Short value at
pos.
- getArrayOfShorts(String) - Method in interface io.vertx.sqlclient.Row
-
Get an array of
Short value for the given
column.
- getArrayOfShorts(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get an array of
Short value at
pos.
- getArrayOfStrings(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Get an array of
String value for the given
column.
- getArrayOfStrings(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Get an array of
String value at
pos.
- getArrayOfStrings(String) - Method in class io.vertx.rxjava.sqlclient.Row
-
Get an array of
String value for the given
column.
- getArrayOfStrings(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
-
Get an array of
String value at
pos.
- getArrayOfStrings(String) - Method in interface io.vertx.sqlclient.Row
-
Get an array of
String value for the given
column.
- getArrayOfStrings(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get an array of
String value at
pos.
- getArrayOfTemporals(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Get an array of value for the given column.
- getArrayOfTemporals(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Get an array of value at pos.
- getArrayOfTemporals(String) - Method in class io.vertx.rxjava.sqlclient.Row
-
Get an array of value for the given column.
- getArrayOfTemporals(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
-
Get an array of value at pos.
- getArrayOfTemporals(String) - Method in interface io.vertx.sqlclient.Row
-
Get an array of Temporal value for the given column.
- getArrayOfTemporals(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get an array of Temporal value at pos.
- getArrayOfUUIDs(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Get an array of value for the given column.
- getArrayOfUUIDs(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Get an array of value at pos.
- getArrayOfUUIDs(String) - Method in class io.vertx.rxjava.sqlclient.Row
-
Get an array of value for the given column.
- getArrayOfUUIDs(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
-
Get an array of value at pos.
- getArrayOfUUIDs(String) - Method in interface io.vertx.sqlclient.Row
-
Get an array of
UUID value for the given
column.
- getArrayOfUUIDs(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get an array of
UUID value at
pos.
- getAs(Class<X>) - Method in class io.vertx.reactivex.servicediscovery.ServiceReference
-
Gets the object to access the service.
- getAs(Class<X>) - Method in class io.vertx.rxjava.servicediscovery.ServiceReference
-
Gets the object to access the service.
- getAs(Class<X>) - Method in interface io.vertx.servicediscovery.ServiceReference
-
Gets the object to access the service.
- getAs(Class<X>) - Method in class io.vertx.servicediscovery.types.AbstractServiceReference
-
Gets the service object.
- getAssignment() - Method in class io.vertx.kafka.admin.MemberDescription
-
- getAsyncMap(String, Handler<AsyncResult<AsyncMap<K, V>>>) - Method in interface io.vertx.core.shareddata.SharedData
-
Get the
AsyncMap with the specified name.
- getAsyncMap(String, Handler<AsyncResult<AsyncMap<K, V>>>) - Method in interface io.vertx.core.spi.cluster.ClusterManager
-
Return an async map for the given name
- getAsyncMap(String, Handler<AsyncResult<AsyncMap<K, V>>>) - Method in class io.vertx.ext.cluster.infinispan.InfinispanClusterManager
-
- getAsyncMap(String, Handler<AsyncResult<AsyncMap<K, V>>>) - Method in class io.vertx.reactivex.core.shareddata.SharedData
-
Get the
AsyncMap with the specified name.
- getAsyncMap(String, Handler<AsyncResult<AsyncMap<K, V>>>) - Method in class io.vertx.rxjava.core.shareddata.SharedData
-
Get the
AsyncMap with the specified name.
- getAsyncMap(String, Handler<AsyncResult<AsyncMap<K, V>>>) - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
-
- getAsyncMap(String, Handler<AsyncResult<AsyncMap<K, V>>>) - Method in class io.vertx.spi.cluster.ignite.IgniteClusterManager
-
- getAsyncMap(String, Handler<AsyncResult<AsyncMap<K, V>>>) - Method in class io.vertx.spi.cluster.zookeeper.ZookeeperClusterManager
-
- getAsyncMapObservable(String) - Method in class io.vertx.rxjava.core.shareddata.SharedData
-
- getAsyncMultiMap(String, Handler<AsyncResult<AsyncMultiMap<K, V>>>) - Method in interface io.vertx.core.spi.cluster.ClusterManager
-
Return an async multi-map for the given name
- getAsyncMultiMap(String, Handler<AsyncResult<AsyncMultiMap<K, V>>>) - Method in class io.vertx.ext.cluster.infinispan.InfinispanClusterManager
-
- getAsyncMultiMap(String, Handler<AsyncResult<AsyncMultiMap<K, V>>>) - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
-
Every eventbus handler has an ID.
- getAsyncMultiMap(String, Handler<AsyncResult<AsyncMultiMap<K, V>>>) - Method in class io.vertx.spi.cluster.ignite.IgniteClusterManager
-
- getAsyncMultiMap(String, Handler<AsyncResult<AsyncMultiMap<K, V>>>) - Method in class io.vertx.spi.cluster.zookeeper.ZookeeperClusterManager
-
Every eventbus handler has an ID.
- getAttachment() - Method in class io.vertx.ext.mail.MailMessage
-
get the list of attachments of this mail
- getAudience() - Method in class io.vertx.ext.auth.JWTOptions
-
- getAuth() - Method in class io.vertx.redis.RedisOptions
-
Deprecated.
Get the password for authentication at connection time.
- getAuthenticationPlugin() - Method in class io.vertx.mysqlclient.MySQLConnectOptions
-
Get the default authentication plugin for connecting the server.
- getAuthenticationQuery() - Method in class io.vertx.ext.auth.jdbc.JDBCAuthOptions
-
Deprecated.
- getAuthMethods() - Method in class io.vertx.ext.mail.MailConfig
-
get string of allowed auth methods, if set only these methods will be used
if the server supports them.
- getAuthOptions() - Method in class io.vertx.ext.shell.term.HttpTermOptions
-
- getAuthOptions() - Method in class io.vertx.ext.shell.term.SSHTermOptions
-
- getAuthorizationPath() - Method in class io.vertx.ext.auth.oauth2.OAuth2ClientOptions
-
Get the Oauth2 authorization resource path.
- getAutoGeneratedKeysIndexes() - Method in class io.vertx.ext.sql.SQLOptions
-
- getAvailableWithoutFetching() - Method in interface io.vertx.cassandra.ResultSet
-
- getAvailableWithoutFetching() - Method in class io.vertx.reactivex.cassandra.ResultSet
-
- getAvailableWithoutFetching() - Method in class io.vertx.rxjava.cassandra.ResultSet
-
- getB() - Method in class io.vertx.pgclient.data.Line
-
- getBackendConfiguration() - Method in class io.vertx.servicediscovery.ServiceDiscoveryOptions
-
- getBaseName() - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
-
- getBaseName(Measured) - Method in interface io.vertx.ext.dropwizard.MetricsService
-
- getBaseName() - Method in interface io.vertx.micrometer.MetricsService
-
- getBaseName(Measured) - Method in class io.vertx.reactivex.ext.dropwizard.MetricsService
-
- getBaseName() - Method in class io.vertx.reactivex.micrometer.MetricsService
-
- getBaseName(Measured) - Method in class io.vertx.rxjava.ext.dropwizard.MetricsService
-
- getBaseName() - Method in class io.vertx.rxjava.micrometer.MetricsService
-
- getBatchSize() - Method in class io.vertx.ext.mongo.AggregateOptions
-
- getBatchSize() - Method in class io.vertx.ext.mongo.FindOptions
-
- getBatchSize() - Method in class io.vertx.micrometer.VertxInfluxDbOptions
-
Get batch size, which is the maximum number of measurements sent per request to the InfluxDB server.
- getBcc() - Method in class io.vertx.ext.mail.MailMessage
-
get list of bcc addresses
- getBehavior() - Method in class io.vertx.ext.consul.SessionOptions
-
Get the behavior when a session is invalidated.
- getBigDecimal(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Get value for the given column.
- getBigDecimal(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Get value at pos.
- getBigDecimal(String) - Method in class io.vertx.rxjava.sqlclient.Row
-
Get value for the given column.
- getBigDecimal(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
-
Get value at pos.
- getBigDecimal(String) - Method in interface io.vertx.sqlclient.Row
-
- getBigDecimal(int) - Method in interface io.vertx.sqlclient.Tuple
-
- getBigDecimalArray(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Deprecated.
- getBigDecimalArray(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Deprecated.
- getBigDecimalArray(String) - Method in class io.vertx.rxjava.sqlclient.Row
-
Deprecated.
- getBigDecimalArray(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
-
Deprecated.
- getBigDecimalArray(String) - Method in interface io.vertx.sqlclient.Row
-
- getBigDecimalArray(int) - Method in interface io.vertx.sqlclient.Tuple
-
- getBinary(int) - Method in class io.vertx.core.json.JsonArray
-
Get the byte[] at position pos in the array.
- getBinary(String) - Method in class io.vertx.core.json.JsonObject
-
Get the binary value with the specified key.
- getBinary(String, byte[]) - Method in class io.vertx.core.json.JsonObject
-
- getBinary(String, Handler<AsyncResult<Buffer>>) - Method in class io.vertx.reactivex.redis.RedisClient
-
Get the value of a key - without decoding as utf-8
- getBinary(String, Handler<AsyncResult<Buffer>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
-
Get the value of a key - without decoding as utf-8
- getBinary(String, Handler<AsyncResult<Buffer>>) - Method in interface io.vertx.redis.RedisClient
-
Deprecated.
Get the value of a key - without decoding as utf-8
- getBinary(String, Handler<AsyncResult<Buffer>>) - Method in interface io.vertx.redis.RedisTransaction
-
Deprecated.
Get the value of a key - without decoding as utf-8
- getBinary(String, Handler<AsyncResult<Buffer>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get the value of a key - without decoding as utf-8
- getBinary(String, Handler<AsyncResult<Buffer>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Get the value of a key - without decoding as utf-8
- getBinaryObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
-
- getBinaryObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
- GETBIT - Static variable in class io.vertx.reactivex.redis.client.Command
-
- getbit(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
- getbit(String, long, Handler<AsyncResult<Long>>) - Method in class io.vertx.reactivex.redis.RedisClient
-
Returns the bit value at offset in the string value stored at key
- getbit(String, long, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
-
Returns the bit value at offset in the string value stored at key
- GETBIT - Static variable in interface io.vertx.redis.client.Command
-
- getbit(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- getbit(String, long, Handler<AsyncResult<Long>>) - Method in interface io.vertx.redis.RedisClient
-
Deprecated.
Returns the bit value at offset in the string value stored at key
- getbit(String, long, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Deprecated.
Returns the bit value at offset in the string value stored at key
- GETBIT - Static variable in class io.vertx.rxjava.redis.client.Command
-
- getbit(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
-
- getbit(String, long, Handler<AsyncResult<Long>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Returns the bit value at offset in the string value stored at key
- getbit(String, long, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Returns the bit value at offset in the string value stored at key
- getbitObservable(String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
-
- getbitObservable(String, long) - Method in class io.vertx.rxjava.redis.RedisClient
-
- getbitObservable(String, long) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
- getBits() - Method in class io.vertx.ext.mongo.IndexOptions
-
Gets the number of precision of the stored geohash value of the location data in 2d indexes.
- getBlockedThreadCheckInterval() - Method in class io.vertx.core.VertxOptions
-
- getBlockedThreadCheckIntervalUnit() - Method in class io.vertx.core.VertxOptions
-
- getBlockingOptions() - Method in class io.vertx.ext.consul.CheckQueryOptions
-
Get options for blocking query
- getBlockingOptions() - Method in class io.vertx.ext.consul.EventListOptions
-
Get options for blocking query
- getBlockingOptions() - Method in class io.vertx.ext.consul.NodeQueryOptions
-
Get options for blocking query
- getBlockingOptions() - Method in class io.vertx.ext.consul.ServiceQueryOptions
-
Get options for blocking query
- getBody() - Method in class io.vertx.ext.stomp.Frame
-
- getBody() - Method in interface io.vertx.ext.web.RoutingContext
-
- getBody() - Method in class io.vertx.reactivex.ext.web.RoutingContext
-
- getBody() - Method in class io.vertx.rxjava.ext.web.RoutingContext
-
- getBodyAsByteArray() - Method in class io.vertx.ext.stomp.Frame
-
- getBodyAsJson() - Method in interface io.vertx.ext.web.RoutingContext
-
- getBodyAsJson() - Method in class io.vertx.reactivex.ext.web.RoutingContext
-
- getBodyAsJson() - Method in class io.vertx.rxjava.ext.web.RoutingContext
-
- getBodyAsJsonArray() - Method in interface io.vertx.ext.web.RoutingContext
-
- getBodyAsJsonArray() - Method in class io.vertx.reactivex.ext.web.RoutingContext
-
- getBodyAsJsonArray() - Method in class io.vertx.rxjava.ext.web.RoutingContext
-
- getBodyAsString(String) - Method in class io.vertx.ext.stomp.Frame
-
Gets the body of the frames as a String encoded in the given encoding.
- getBodyAsString() - Method in class io.vertx.ext.stomp.Frame
-
Gets the body of the frames as a String encoded in the frame encoding.
- getBodyAsString() - Method in interface io.vertx.ext.web.RoutingContext
-
- getBodyAsString(String) - Method in interface io.vertx.ext.web.RoutingContext
-
Get the entire HTTP request body as a string, assuming the specified encoding.
- getBodyAsString() - Method in class io.vertx.reactivex.ext.web.RoutingContext
-
- getBodyAsString(String) - Method in class io.vertx.reactivex.ext.web.RoutingContext
-
Get the entire HTTP request body as a string, assuming the specified encoding.
- getBodyAsString() - Method in class io.vertx.rxjava.ext.web.RoutingContext
-
- getBodyAsString(String) - Method in class io.vertx.rxjava.ext.web.RoutingContext
-
Get the entire HTTP request body as a string, assuming the specified encoding.
- getBodyType() - Method in class io.vertx.camel.InboundMapping
-
- getBoolean(int) - Method in class io.vertx.core.json.JsonArray
-
Get the Boolean at position pos in the array,
- getBoolean(String) - Method in class io.vertx.core.json.JsonObject
-
Get the Boolean value with the specified key
- getBoolean(String, Boolean) - Method in class io.vertx.core.json.JsonObject
-
- getBoolean() - Method in interface io.vertx.ext.web.api.RequestParameter
-
Returns null if value is not a Boolean, otherwise it returns value
- getBoolean() - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
-
Returns null if value is not a Boolean, otherwise it returns value
- getBoolean(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Get a boolean value for the given column.
- getBoolean(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Get a boolean value at pos.
- getBoolean() - Method in class io.vertx.rxjava.ext.web.api.RequestParameter
-
Returns null if value is not a Boolean, otherwise it returns value
- getBoolean(String) - Method in class io.vertx.rxjava.sqlclient.Row
-
Get a boolean value for the given column.
- getBoolean(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
-
Get a boolean value at pos.
- getBoolean(String) - Method in interface io.vertx.sqlclient.Row
-
Get a boolean value for the given column.
- getBoolean(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get a boolean value at pos.
- getBooleanArray(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Deprecated.
- getBooleanArray(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Deprecated.
- getBooleanArray(String) - Method in class io.vertx.rxjava.sqlclient.Row
-
Deprecated.
- getBooleanArray(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
-
Deprecated.
- getBooleanArray(String) - Method in interface io.vertx.sqlclient.Row
-
- getBooleanArray(int) - Method in interface io.vertx.sqlclient.Tuple
-
- getBounceAddress() - Method in class io.vertx.ext.mail.MailMessage
-
get bounce address of this mail
- getBucketSize() - Method in class io.vertx.ext.mongo.IndexOptions
-
Gets the specified the number of units within which to group the location values for geoHaystack Indexes
- getBuffer(int, int) - Method in interface io.vertx.core.buffer.Buffer
-
Returns a copy of a sub-sequence the Buffer as a
Buffer starting at position
start
and ending at position
end - 1
- getBuffer(int, int) - Method in class io.vertx.reactivex.core.buffer.Buffer
-
Returns a copy of a sub-sequence the Buffer as a
Buffer starting at position
start
and ending at position
end - 1
- getBuffer(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Get a buffer value for the given column.
- getBuffer(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Get a buffer value at pos.
- getBuffer(int, int) - Method in class io.vertx.rxjava.core.buffer.Buffer
-
Returns a copy of a sub-sequence the Buffer as a
Buffer starting at position
start
and ending at position
end - 1
- getBuffer(String) - Method in class io.vertx.rxjava.sqlclient.Row
-
Get a buffer value for the given column.
- getBuffer(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
-
Get a buffer value at pos.
- getBuffer(String) - Method in interface io.vertx.sqlclient.Row
-
Get a buffer value for the given column.
- getBuffer(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get a buffer value at pos.
- getBufferArray(String) - Method in interface io.vertx.sqlclient.Row
-
- getBufferArray(int) - Method in interface io.vertx.sqlclient.Tuple
-
- getByte(int) - Method in interface io.vertx.core.buffer.Buffer
-
Returns the byte at position pos in the Buffer.
- getByte(int) - Method in class io.vertx.reactivex.core.buffer.Buffer
-
Returns the byte at position pos in the Buffer.
- getByte(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
-
Returns the byte at position pos in the Buffer.
- getByteBuf() - Method in interface io.vertx.core.buffer.Buffer
-
Returns the Buffer as a Netty ByteBuf.
- getByteBuf() - Method in class io.vertx.reactivex.core.buffer.Buffer
-
Returns the Buffer as a Netty ByteBuf.
- getByteBuf() - Method in class io.vertx.rxjava.core.buffer.Buffer
-
Returns the Buffer as a Netty ByteBuf.
- getBytes() - Method in interface io.vertx.core.buffer.Buffer
-
Returns a copy of the entire Buffer as a byte[]
- getBytes(int, int) - Method in interface io.vertx.core.buffer.Buffer
-
Returns a copy of a sub-sequence the Buffer as a byte[] starting at position start
and ending at position end - 1
- getBytes(byte[]) - Method in interface io.vertx.core.buffer.Buffer
-
Transfers the content of the Buffer into a byte[].
- getBytes(byte[], int) - Method in interface io.vertx.core.buffer.Buffer
-
Transfers the content of the Buffer into a byte[] at the specific destination.
- getBytes(int, int, byte[]) - Method in interface io.vertx.core.buffer.Buffer
-
Transfers the content of the Buffer starting at position start and ending at position end - 1
into a byte[].
- getBytes(int, int, byte[], int) - Method in interface io.vertx.core.buffer.Buffer
-
Transfers the content of the Buffer starting at position start and ending at position end - 1
into a byte[] at the specific destination.
- getBytes() - Method in class io.vertx.reactivex.core.buffer.Buffer
-
Returns a copy of the entire Buffer as a byte[]
- getBytes(int, int) - Method in class io.vertx.reactivex.core.buffer.Buffer
-
Returns a copy of a sub-sequence the Buffer as a byte[] starting at position start
and ending at position end - 1
- getBytes(byte[]) - Method in class io.vertx.reactivex.core.buffer.Buffer
-
Transfers the content of the Buffer into a byte[].
- getBytes(byte[], int) - Method in class io.vertx.reactivex.core.buffer.Buffer
-
Transfers the content of the Buffer into a byte[] at the specific destination.
- getBytes(int, int, byte[]) - Method in class io.vertx.reactivex.core.buffer.Buffer
-
Transfers the content of the Buffer starting at position start and ending at position end - 1
into a byte[].
- getBytes(int, int, byte[], int) - Method in class io.vertx.reactivex.core.buffer.Buffer
-
Transfers the content of the Buffer starting at position start and ending at position end - 1
into a byte[] at the specific destination.
- getBytes() - Method in class io.vertx.reactivex.redis.client.Command
-
- getBytes() - Method in interface io.vertx.redis.client.Command
-
- getBytes() - Method in class io.vertx.rxjava.core.buffer.Buffer
-
Returns a copy of the entire Buffer as a byte[]
- getBytes(int, int) - Method in class io.vertx.rxjava.core.buffer.Buffer
-
Returns a copy of a sub-sequence the Buffer as a byte[] starting at position start
and ending at position end - 1
- getBytes(byte[]) - Method in class io.vertx.rxjava.core.buffer.Buffer
-
Transfers the content of the Buffer into a byte[].
- getBytes(byte[], int) - Method in class io.vertx.rxjava.core.buffer.Buffer
-
Transfers the content of the Buffer into a byte[] at the specific destination.
- getBytes(int, int, byte[]) - Method in class io.vertx.rxjava.core.buffer.Buffer
-
Transfers the content of the Buffer starting at position start and ending at position end - 1
into a byte[].
- getBytes(int, int, byte[], int) - Method in class io.vertx.rxjava.core.buffer.Buffer
-
Transfers the content of the Buffer starting at position start and ending at position end - 1
into a byte[] at the specific destination.
- getBytes() - Method in class io.vertx.rxjava.redis.client.Command
-
- getC() - Method in class io.vertx.pgclient.data.Line
-
- getCacheContainer() - Method in class io.vertx.ext.cluster.infinispan.InfinispanClusterManager
-
- getCachedConfig() - Method in interface io.vertx.config.ConfigRetriever
-
Gets the last computed configuration.
- getCachedConfig() - Method in class io.vertx.reactivex.config.ConfigRetriever
-
Gets the last computed configuration.
- getCachedConfig() - Method in class io.vertx.rxjava.config.ConfigRetriever
-
Gets the last computed configuration.
- getCacheMaxTimeToLive() - Method in class io.vertx.core.dns.AddressResolverOptions
-
- getCacheMinTimeToLive() - Method in class io.vertx.core.dns.AddressResolverOptions
-
- getCacheNegativeTimeToLive() - Method in class io.vertx.core.dns.AddressResolverOptions
-
- getCachePreparedStatements() - Method in class io.vertx.sqlclient.SqlConnectOptions
-
Get whether prepared statements cache is enabled.
- getCamelContext() - Method in class io.vertx.camel.CamelBridgeOptions
-
- getCapabilities() - Method in class io.vertx.amqp.AmqpReceiverOptions
-
Gets the list of capabilities to be set on the receiver source terminus.
- getCapabilities() - Method in class io.vertx.amqp.AmqpSenderOptions
-
Gets the list of capabilities to be set on the sender target terminus.
- getCasIndex() - Method in class io.vertx.ext.consul.KeyValueOptions
-
Get the Check-And-Set index.
- getCatalog() - Method in class io.vertx.ext.sql.SQLOptions
-
- getCc() - Method in class io.vertx.ext.mail.MailMessage
-
get list of cc addresses
- getCenterPoint() - Method in class io.vertx.pgclient.data.Circle
-
- getCertPath() - Method in class io.vertx.core.net.PemKeyCertOptions
-
Get the path to the first certificate file
- getCertPaths() - Method in class io.vertx.core.net.PemKeyCertOptions
-
Get all the paths to the certificates files
- getCertPaths() - Method in class io.vertx.core.net.PemTrustOptions
-
- getCertValue() - Method in class io.vertx.core.net.PemKeyCertOptions
-
Get the first certificate as a buffer
- getCertValues() - Method in class io.vertx.core.net.PemKeyCertOptions
-
Get all the certificates as a list of buffer
- getCertValues() - Method in class io.vertx.core.net.PemTrustOptions
-
- getChannel() - Method in class io.vertx.pgclient.PgNotification
-
- getCharacterEncoding() - Method in class io.vertx.mysqlclient.MySQLConnectOptions
-
Get the Java charset for encoding string values.
- getCharset() - Method in class io.vertx.ext.shell.term.HttpTermOptions
-
- getCharset() - Method in class io.vertx.ext.shell.term.TelnetTermOptions
-
- getCharset() - Method in class io.vertx.mysqlclient.MySQLAuthOptions
-
Get the charset for the connection.
- getCharset() - Method in class io.vertx.mysqlclient.MySQLConnectOptions
-
Get the charset for the connection.
- getCheckListOptions() - Method in class io.vertx.ext.consul.ServiceOptions
-
Get checks options of service
- getCheckOptions() - Method in class io.vertx.ext.consul.ServiceOptions
-
Get check options of service
- getChecks() - Method in class io.vertx.ext.consul.ServiceEntry
-
Get list of checks
- getChecks() - Method in class io.vertx.ext.consul.Session
-
Get the list of associated health checks
- getChecks() - Method in class io.vertx.ext.consul.SessionOptions
-
Get a list of associated health checks.
- getChoices() - Method in class io.vertx.core.cli.Option
-
- getClient(ServiceDiscovery, JsonObject, Handler<AsyncResult<HttpClient>>) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
-
Convenient method that looks for a HTTP endpoint and provides the configured .
- getClient(ServiceDiscovery, JsonObject, JsonObject, Handler<AsyncResult<HttpClient>>) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
-
Convenient method that looks for a HTTP endpoint and provides the configured .
- getClient(ServiceDiscovery, Function<Record, Boolean>, Handler<AsyncResult<HttpClient>>) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
-
Convenient method that looks for a HTTP endpoint and provides the configured .
- getClient(ServiceDiscovery, Function<Record, Boolean>, JsonObject, Handler<AsyncResult<HttpClient>>) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
-
Convenient method that looks for a HTTP endpoint and provides the configured .
- getClient(ServiceDiscovery, JsonObject, Handler<AsyncResult<HttpClient>>) - Static method in class io.vertx.rxjava.servicediscovery.types.HttpEndpoint
-
Convenient method that looks for a HTTP endpoint and provides the configured .
- getClient(ServiceDiscovery, JsonObject, JsonObject, Handler<AsyncResult<HttpClient>>) - Static method in class io.vertx.rxjava.servicediscovery.types.HttpEndpoint
-
Convenient method that looks for a HTTP endpoint and provides the configured .
- getClient(ServiceDiscovery, Function<Record, Boolean>, Handler<AsyncResult<HttpClient>>) - Static method in class io.vertx.rxjava.servicediscovery.types.HttpEndpoint
-
Convenient method that looks for a HTTP endpoint and provides the configured .
- getClient(ServiceDiscovery, Function<Record, Boolean>, JsonObject, Handler<AsyncResult<HttpClient>>) - Static method in class io.vertx.rxjava.servicediscovery.types.HttpEndpoint
-
Convenient method that looks for a HTTP endpoint and provides the configured .
- getClient(ServiceDiscovery, JsonObject, Handler<AsyncResult<HttpClient>>) - Static method in interface io.vertx.servicediscovery.types.HttpEndpoint
-
Convenient method that looks for a HTTP endpoint and provides the configured
HttpClient.
- getClient(ServiceDiscovery, JsonObject, JsonObject, Handler<AsyncResult<HttpClient>>) - Static method in interface io.vertx.servicediscovery.types.HttpEndpoint
-
Convenient method that looks for a HTTP endpoint and provides the configured
HttpClient.
- getClient(ServiceDiscovery, Function<Record, Boolean>, Handler<AsyncResult<HttpClient>>) - Static method in interface io.vertx.servicediscovery.types.HttpEndpoint
-
Convenient method that looks for a HTTP endpoint and provides the configured
HttpClient.
- getClient(ServiceDiscovery, Function<Record, Boolean>, JsonObject, Handler<AsyncResult<HttpClient>>) - Static method in interface io.vertx.servicediscovery.types.HttpEndpoint
-
Convenient method that looks for a HTTP endpoint and provides the configured
HttpClient.
- getClientAuth() - Method in class io.vertx.core.eventbus.EventBusOptions
-
- getClientAuth() - Method in class io.vertx.core.net.NetServerOptions
-
- getClientID() - Method in class io.vertx.ext.auth.oauth2.OAuth2ClientOptions
-
Get the provider client id
- getClientId() - Method in class io.vertx.kafka.admin.MemberDescription
-
- getClientId() - Method in class io.vertx.mqtt.MqttClientOptions
-
- getClientSecret() - Method in class io.vertx.ext.auth.oauth2.OAuth2ClientOptions
-
Get the provider client secret
- getClientSecretParameterName() - Method in class io.vertx.ext.auth.oauth2.OAuth2ClientOptions
-
When a provider uses a non standard HTTP form field name, the client secret can be overriden here.
- getClusterHost() - Method in class io.vertx.core.VertxOptions
-
- getClusterId() - Method in class io.vertx.kafka.admin.ClusterDescription
-
- getClusterManager() - Method in class io.vertx.core.VertxOptions
-
Get the cluster manager to be used when clustering.
- getClusterPingInterval() - Method in class io.vertx.core.eventbus.EventBusOptions
-
Get the value of cluster ping reply interval, in ms.
- getClusterPingInterval() - Method in class io.vertx.core.VertxOptions
-
- getClusterPingReplyInterval() - Method in class io.vertx.core.eventbus.EventBusOptions
-
Get the value of cluster ping reply interval, in ms.
- getClusterPingReplyInterval() - Method in class io.vertx.core.VertxOptions
-
- getClusterPort() - Method in class io.vertx.core.VertxOptions
-
- getClusterPublicHost() - Method in class io.vertx.core.eventbus.EventBusOptions
-
Get the public facing host to be used when clustering.
- getClusterPublicHost() - Method in class io.vertx.core.VertxOptions
-
- getClusterPublicPort() - Method in class io.vertx.core.eventbus.EventBusOptions
-
Gets the public facing port to be used when clustering.
- getClusterPublicPort() - Method in class io.vertx.core.VertxOptions
-
- getClusterWideMap(String, Handler<AsyncResult<AsyncMap<K, V>>>) - Method in interface io.vertx.core.shareddata.SharedData
-
Get the cluster wide map with the specified name.
- getClusterWideMap(String, Handler<AsyncResult<AsyncMap<K, V>>>) - Method in class io.vertx.reactivex.core.shareddata.SharedData
-
Get the cluster wide map with the specified name.
- getClusterWideMap(String, Handler<AsyncResult<AsyncMap<K, V>>>) - Method in class io.vertx.rxjava.core.shareddata.SharedData
-
Get the cluster wide map with the specified name.
- getClusterWideMapObservable(String) - Method in class io.vertx.rxjava.core.shareddata.SharedData
-
- getCode() - Method in exception io.vertx.core.http.StreamResetException
-
- getCode() - Method in exception io.vertx.pgclient.PgException
-
- getCodecName() - Method in class io.vertx.core.eventbus.DeliveryOptions
-
Get the codec name.
- getCollation() - Method in class io.vertx.mysqlclient.MySQLAuthOptions
-
Get the collation for the connection.
- getCollation() - Method in class io.vertx.mysqlclient.MySQLConnectOptions
-
Get the collation for the connection.
- getCollectionName() - Method in interface io.vertx.ext.auth.mongo.MongoAuth
-
The name of the collection used to store User objects inside.
- getCollectionName() - Method in class io.vertx.ext.auth.mongo.MongoAuthOptions
-
- getCollectionName() - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
-
The name of the collection used to store User objects inside.
- getCollectionName() - Method in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
-
The name of the collection used to store User objects inside.
- getCollections(Handler<AsyncResult<List<String>>>) - Method in interface io.vertx.ext.mongo.MongoClient
-
Get a list of all collections in the database.
- getCollections(Handler<AsyncResult<List<String>>>) - Method in interface io.vertx.ext.mongo.MongoService
-
- getCollections(Handler<AsyncResult<List<String>>>) - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
Get a list of all collections in the database.
- getCollections(Handler<AsyncResult<List<String>>>) - Method in class io.vertx.reactivex.ext.mongo.MongoService
-
- getCollections(Handler<AsyncResult<List<String>>>) - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
Get a list of all collections in the database.
- getCollections(Handler<AsyncResult<List<String>>>) - Method in class io.vertx.rxjava.ext.mongo.MongoService
-
- getCollectionsObservable() - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
- getCollectionsObservable() - Method in class io.vertx.rxjava.ext.mongo.MongoService
-
Deprecated.
- getColumnDefinitions() - Method in interface io.vertx.cassandra.ResultSet
-
- getColumnDefinitions() - Method in class io.vertx.reactivex.cassandra.ResultSet
-
- getColumnDefinitions() - Method in class io.vertx.rxjava.cassandra.ResultSet
-
- getColumnIndex(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Get a column position for the given column name.
- getColumnIndex(String) - Method in class io.vertx.rxjava.sqlclient.Row
-
Get a column position for the given column name.
- getColumnIndex(String) - Method in interface io.vertx.sqlclient.Row
-
Get a column position for the given column name.
- getColumnName(int) - Method in class io.vertx.reactivex.sqlclient.Row
-
Get a column name for the given column.
- getColumnName(int) - Method in class io.vertx.rxjava.sqlclient.Row
-
Get a column name for the given column.
- getColumnName(int) - Method in interface io.vertx.sqlclient.Row
-
Get a column name for the given column.
- getColumnNames() - Method in class io.vertx.ext.sql.ResultSet
-
Get the column names
- getCommand(String) - Method in interface io.vertx.ext.shell.command.CommandResolver
-
Returns a single command by its name.
- getCommand() - Method in class io.vertx.ext.stomp.Frame
-
- getCommand(String) - Method in class io.vertx.reactivex.ext.shell.command.CommandResolver
-
Returns a single command by its name.
- getCommand(String) - Method in class io.vertx.rxjava.ext.shell.command.CommandResolver
-
Returns a single command by its name.
- getCompressionLevel() - Method in class io.vertx.core.http.HttpServerOptions
-
- getConfig(Handler<AsyncResult<JsonObject>>) - Method in interface io.vertx.config.ConfigRetriever
-
Reads the configuration from the different
ConfigStore
and computes the final configuration.
- getConfig() - Method in class io.vertx.config.ConfigStoreOptions
-
- getConfig() - Method in class io.vertx.core.DeploymentOptions
-
Get the JSON configuration that will be passed to the verticle(s) when deployed.
- getConfig() - Method in class io.vertx.ext.auth.jdbc.JDBCAuthOptions
-
Deprecated.
- getConfig() - Method in class io.vertx.ext.auth.mongo.MongoAuthOptions
-
- getConfig() - Method in class io.vertx.ext.auth.shiro.ShiroAuthOptions
-
- getConfig() - Method in class io.vertx.kafka.admin.NewTopic
-
- getConfig(Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.reactivex.config.ConfigRetriever
-
Reads the configuration from the different
and computes the final configuration.
- getConfig(Handler<AsyncResult<JsonObject>>) - Method in class io.vertx.rxjava.config.ConfigRetriever
-
Reads the configuration from the different
and computes the final configuration.
- getConfig() - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
-
Get the Hazelcast config.
- getConfig() - Method in class io.vertx.spi.cluster.zookeeper.ZookeeperClusterManager
-
- getConfigAsFuture(ConfigRetriever) - Static method in interface io.vertx.config.ConfigRetriever
-
- getConfigAsFuture(ConfigRetriever) - Static method in class io.vertx.reactivex.config.ConfigRetriever
-
Deprecated.
- getConfigAsFuture(ConfigRetriever) - Static method in class io.vertx.rxjava.config.ConfigRetriever
-
Deprecated.
- getConfigPath() - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
-
- getConnection(Handler<AsyncResult<SQLConnection>>) - Method in interface io.vertx.ext.sql.SQLClient
-
Returns a connection that can be used to perform SQL operations on.
- getConnection(Handler<AsyncResult<SQLConnection>>) - Method in class io.vertx.reactivex.ext.sql.SQLClient
-
Returns a connection that can be used to perform SQL operations on.
- getConnection(Handler<AsyncResult<SqlConnection>>) - Method in class io.vertx.reactivex.sqlclient.Pool
-
Get a connection from the pool.
- getConnection(Handler<AsyncResult<SQLConnection>>) - Method in class io.vertx.rxjava.ext.sql.SQLClient
-
Returns a connection that can be used to perform SQL operations on.
- getConnection(Handler<AsyncResult<SqlConnection>>) - Method in class io.vertx.rxjava.sqlclient.Pool
-
Get a connection from the pool.
- getConnection(Handler<AsyncResult<SqlConnection>>) - Method in interface io.vertx.sqlclient.Pool
-
Get a connection from the pool.
- getConnectionHostname() - Method in class io.vertx.amqp.AmqpClientOptions
-
Get the connection hostname override for the AMQP Open frame hostname
- getConnectionName() - Method in class io.vertx.rabbitmq.RabbitMQOptions
-
- getConnectionObservable() - Method in class io.vertx.rxjava.ext.sql.SQLClient
-
- getConnectionRetries() - Method in class io.vertx.rabbitmq.RabbitMQOptions
-
- getConnectionRetryDelay() - Method in class io.vertx.rabbitmq.RabbitMQOptions
-
- getConnectionTimeout() - Method in class io.vertx.rabbitmq.RabbitMQOptions
-
- getConnectTimeout() - Method in class io.vertx.core.eventbus.EventBusOptions
-
- getConnectTimeout() - Method in class io.vertx.core.net.ClientOptionsBase
-
- getConnectTimeout() - Method in class io.vertx.micrometer.VertxInfluxDbOptions
-
Get the connection timeout for InfluxDB server connections, in seconds.
- getConsumer(ServiceDiscovery, JsonObject, Handler<AsyncResult<MessageConsumer<T>>>) - Static method in class io.vertx.reactivex.servicediscovery.types.MessageSource
-
Convenient method that looks for a message source and provides the configured .
- getConsumer(ServiceDiscovery, Function<Record, Boolean>, Handler<AsyncResult<MessageConsumer<T>>>) - Static method in class io.vertx.reactivex.servicediscovery.types.MessageSource
-
Convenient method that looks for a message source and provides the configured .
- getConsumer(ServiceDiscovery, JsonObject, Handler<AsyncResult<MessageConsumer<T>>>) - Static method in class io.vertx.rxjava.servicediscovery.types.MessageSource
-
Convenient method that looks for a message source and provides the configured .
- getConsumer(ServiceDiscovery, Function<Record, Boolean>, Handler<AsyncResult<MessageConsumer<T>>>) - Static method in class io.vertx.rxjava.servicediscovery.types.MessageSource
-
Convenient method that looks for a message source and provides the configured .
- getConsumer(ServiceDiscovery, JsonObject, Handler<AsyncResult<MessageConsumer<T>>>) - Static method in interface io.vertx.servicediscovery.types.MessageSource
-
Convenient method that looks for a message source and provides the configured
MessageConsumer.
- getConsumer(ServiceDiscovery, Function<Record, Boolean>, Handler<AsyncResult<MessageConsumer<T>>>) - Static method in interface io.vertx.servicediscovery.types.MessageSource
-
Convenient method that looks for a message source and provides the configured
MessageConsumer.
- getConsumerId() - Method in class io.vertx.kafka.admin.MemberDescription
-
- getContactPoints() - Method in class io.vertx.cassandra.CassandraClientOptions
-
- getContainerId() - Method in class io.vertx.amqp.AmqpClientOptions
-
- getContainerId() - Method in class io.vertx.amqpbridge.AmqpBridgeOptions
-
Gets the value to use as the container-id field in the AMQP Open frame.
- getContainerStyle(String) - Static method in enum io.vertx.ext.web.api.validation.ContainerSerializationStyle
-
- getContentId() - Method in class io.vertx.ext.mail.MailAttachment
-
get the Content-ID field
- getContentType() - Method in class io.vertx.ext.mail.MailAttachment
-
get the Content-Type
- getContextScheduler() - Static method in class io.vertx.ext.sync.Sync
-
Get the `FiberScheduler` for the current context.
- getController() - Method in class io.vertx.kafka.admin.ClusterDescription
-
- getConverter() - Method in class io.vertx.core.cli.TypedArgument
-
- getConverter() - Method in class io.vertx.core.cli.TypedOption
-
- getCookie(String) - Method in interface io.vertx.core.http.HttpServerRequest
-
Get the cookie with the specified name.
- getCookie(String) - Method in interface io.vertx.ext.web.RoutingContext
-
Get the cookie with the specified name.
- getCookie(String) - Method in class io.vertx.reactivex.core.http.HttpServerRequest
-
Get the cookie with the specified name.
- getCookie(String) - Method in class io.vertx.reactivex.ext.web.RoutingContext
-
Get the cookie with the specified name.
- getCookie(String) - Method in class io.vertx.rxjava.core.http.HttpServerRequest
-
Get the cookie with the specified name.
- getCookie(String) - Method in class io.vertx.rxjava.ext.web.RoutingContext
-
Get the cookie with the specified name.
- getCoordinator() - Method in class io.vertx.kafka.admin.ConsumerGroupDescription
-
- getCount() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxCounterMBean
-
- getCount() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxHistogramMBean
-
- getCount() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxMeterMBean
-
- getCounter(String, Handler<AsyncResult<Counter>>) - Method in interface io.vertx.core.shareddata.SharedData
-
Get an asynchronous counter.
- getCounter(String, Handler<AsyncResult<Counter>>) - Method in interface io.vertx.core.spi.cluster.ClusterManager
-
- getCounter(String, Handler<AsyncResult<Counter>>) - Method in class io.vertx.ext.cluster.infinispan.InfinispanClusterManager
-
- getCounter(String, Handler<AsyncResult<Counter>>) - Method in class io.vertx.reactivex.core.shareddata.SharedData
-
Get an asynchronous counter.
- getCounter(String, Handler<AsyncResult<Counter>>) - Method in class io.vertx.rxjava.core.shareddata.SharedData
-
Get an asynchronous counter.
- getCounter(String, Handler<AsyncResult<Counter>>) - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
-
- getCounter(String, Handler<AsyncResult<Counter>>) - Method in class io.vertx.spi.cluster.ignite.IgniteClusterManager
-
- getCounter(String, Handler<AsyncResult<Counter>>) - Method in class io.vertx.spi.cluster.zookeeper.ZookeeperClusterManager
-
- getCounterObservable(String) - Method in class io.vertx.rxjava.core.shareddata.SharedData
-
- getCreateIndex() - Method in class io.vertx.ext.consul.KeyValue
-
Get the internal index value that represents when the entry was created.
- getCreateIndex() - Method in class io.vertx.ext.consul.Session
-
Get the create index of session
- getCreationTime() - Method in class io.vertx.config.vault.client.Lookup
-
- getCreationTTL() - Method in class io.vertx.config.vault.client.Lookup
-
- getCrlPaths() - Method in class io.vertx.core.net.TCPSSLOptions
-
- getCrlValues() - Method in class io.vertx.core.net.TCPSSLOptions
-
Get the CRL values
- getCuratorFramework() - Method in class io.vertx.spi.cluster.zookeeper.ZookeeperClusterManager
-
- getCwd() - Method in class io.vertx.core.spi.launcher.DefaultCommand
-
- getData() - Method in class io.vertx.config.vault.client.Secret
-
- getData() - Method in class io.vertx.ext.healthchecks.Status
-
- getData() - Method in class io.vertx.ext.mail.MailAttachment
-
get the data
- getDatabase() - Method in class io.vertx.mysqlclient.MySQLAuthOptions
-
Get the database name for the re-authentication.
- getDatabase() - Method in class io.vertx.sqlclient.SqlConnectOptions
-
Get the default database name for the connection.
- getDatacenter() - Method in class io.vertx.ext.consul.DcCoordinates
-
Get datacenter
- getDataSource(JsonObject) - Method in interface io.vertx.ext.jdbc.spi.DataSourceProvider
-
- getDatasourceName() - Method in class io.vertx.ext.auth.jdbc.JDBCAuthOptions
-
Deprecated.
- getDatasourceName() - Method in class io.vertx.ext.auth.mongo.MongoAuthOptions
-
- getDays() - Method in class io.vertx.pgclient.data.Interval
-
- getDb() - Method in class io.vertx.micrometer.VertxInfluxDbOptions
-
Get the InfluxDB database name used to store metrics
- getDc() - Method in class io.vertx.ext.consul.ConsulClientOptions
-
Get the datacenter name
- getDc() - Method in class io.vertx.ext.consul.PreparedQueryExecuteResponse
-
Get the datacenter that ultimately provided the list of nodes
- getDcs() - Method in class io.vertx.ext.consul.PreparedQueryDefinition
-
Specifies a fixed list of remote datacenters to forward the query to if there are no healthy nodes
in the local datacenter.
- getDebugData() - Method in class io.vertx.core.http.GoAway
-
- getDebugInfo() - Method in exception io.vertx.serviceproxy.ServiceException
-
Get the Debugging information provided to this ServiceException
- getDecoderInitialBufferSize() - Method in class io.vertx.core.http.HttpClientOptions
-
- getDecoderInitialBufferSize() - Method in class io.vertx.core.http.HttpServerOptions
-
- getDefault() - Method in interface io.vertx.ext.web.api.validation.ParameterTypeValidator
-
Returns default value of parameter
- getDefault() - Method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
-
Returns default value of parameter
- getDefault() - Method in class io.vertx.rxjava.ext.web.api.validation.ParameterTypeValidator
-
Returns default value of parameter
- getDefaultCharset() - Method in class io.vertx.ext.shell.term.SSHTermOptions
-
- getDefaultHost() - Method in class io.vertx.core.http.HttpClientOptions
-
Get the default host name to be used by this client in requests if none is provided when making the request.
- getDefaultLanguage() - Method in class io.vertx.ext.mongo.IndexOptions
-
Gets the language for a text index.
- getDefaultNow() - Static method in class io.vertx.micrometer.backends.BackendRegistries
-
Get the default micrometer registry.
- getDefaultPort() - Method in class io.vertx.core.http.HttpClientOptions
-
Get the default port to be used by this client in requests if none is provided when making the request.
- getDefaultValue() - Method in class io.vertx.core.cli.Argument
-
- getDefaultValue() - Method in class io.vertx.core.cli.Option
-
- getDelegate() - Method in class io.vertx.core.logging.Logger
-
- getDelegate() - Method in class io.vertx.reactivex.amqp.AmqpClient
-
- getDelegate() - Method in class io.vertx.reactivex.amqp.AmqpConnection
-
- getDelegate() - Method in class io.vertx.reactivex.amqp.AmqpMessage
-
- getDelegate() - Method in class io.vertx.reactivex.amqp.AmqpMessageBuilder
-
- getDelegate() - Method in class io.vertx.reactivex.amqp.AmqpReceiver
-
- getDelegate() - Method in class io.vertx.reactivex.amqp.AmqpSender
-
- getDelegate() - Method in class io.vertx.reactivex.amqpbridge.AmqpBridge
-
- getDelegate() - Method in class io.vertx.reactivex.cassandra.CassandraClient
-
- getDelegate() - Method in class io.vertx.reactivex.cassandra.CassandraRowStream
-
- getDelegate() - Method in class io.vertx.reactivex.cassandra.Mapper
-
- getDelegate() - Method in class io.vertx.reactivex.cassandra.MappingManager
-
- getDelegate() - Method in class io.vertx.reactivex.cassandra.ResultSet
-
- getDelegate() - Method in class io.vertx.reactivex.circuitbreaker.CircuitBreaker
-
- getDelegate() - Method in class io.vertx.reactivex.circuitbreaker.HystrixMetricHandler
-
- getDelegate() - Method in class io.vertx.reactivex.config.ConfigRetriever
-
- getDelegate() - Method in class io.vertx.reactivex.core.buffer.Buffer
-
- getDelegate() - Method in class io.vertx.reactivex.core.cli.CLI
-
- getDelegate() - Method in class io.vertx.reactivex.core.cli.CommandLine
-
- getDelegate() - Method in class io.vertx.reactivex.core.CompositeFuture
-
- getDelegate() - Method in class io.vertx.reactivex.core.Context
-
- getDelegate() - Method in class io.vertx.reactivex.core.datagram.DatagramPacket
-
- getDelegate() - Method in class io.vertx.reactivex.core.datagram.DatagramSocket
-
- getDelegate() - Method in class io.vertx.reactivex.core.dns.DnsClient
-
- getDelegate() - Method in class io.vertx.reactivex.core.dns.MxRecord
-
- getDelegate() - Method in class io.vertx.reactivex.core.dns.SrvRecord
-
- getDelegate() - Method in class io.vertx.reactivex.core.eventbus.DeliveryContext
-
- getDelegate() - Method in class io.vertx.reactivex.core.eventbus.EventBus
-
- getDelegate() - Method in class io.vertx.reactivex.core.eventbus.Message
-
- getDelegate() - Method in class io.vertx.reactivex.core.eventbus.MessageConsumer
-
- getDelegate() - Method in class io.vertx.reactivex.core.eventbus.MessageProducer
-
- getDelegate() - Method in class io.vertx.reactivex.core.file.AsyncFile
-
- getDelegate() - Method in class io.vertx.reactivex.core.file.FileProps
-
- getDelegate() - Method in class io.vertx.reactivex.core.file.FileSystem
-
- getDelegate() - Method in class io.vertx.reactivex.core.file.FileSystemProps
-
- getDelegate() - Method in class io.vertx.reactivex.core.Future
-
- getDelegate() - Method in class io.vertx.reactivex.core.http.Cookie
-
- getDelegate() - Method in class io.vertx.reactivex.core.http.HttpClient
-
- getDelegate() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
-
- getDelegate() - Method in class io.vertx.reactivex.core.http.HttpClientResponse
-
- getDelegate() - Method in class io.vertx.reactivex.core.http.HttpConnection
-
- getDelegate() - Method in class io.vertx.reactivex.core.http.HttpFrame
-
- getDelegate() - Method in class io.vertx.reactivex.core.http.HttpServer
-
- getDelegate() - Method in class io.vertx.reactivex.core.http.HttpServerFileUpload
-
- getDelegate() - Method in class io.vertx.reactivex.core.http.HttpServerRequest
-
- getDelegate() - Method in class io.vertx.reactivex.core.http.HttpServerResponse
-
- getDelegate() - Method in class io.vertx.reactivex.core.http.ServerWebSocket
-
- getDelegate() - Method in class io.vertx.reactivex.core.http.WebSocket
-
- getDelegate() - Method in interface io.vertx.reactivex.core.http.WebSocketBase
-
- getDelegate() - Method in class io.vertx.reactivex.core.http.WebSocketFrame
-
- getDelegate() - Method in class io.vertx.reactivex.core.json.pointer.JsonPointer
-
- getDelegate() - Method in class io.vertx.reactivex.core.json.pointer.JsonPointerIterator
-
- getDelegate() - Method in interface io.vertx.reactivex.core.metrics.Measured
-
- getDelegate() - Method in class io.vertx.reactivex.core.MultiMap
-
- getDelegate() - Method in class io.vertx.reactivex.core.net.NetClient
-
- getDelegate() - Method in class io.vertx.reactivex.core.net.NetServer
-
- getDelegate() - Method in class io.vertx.reactivex.core.net.NetSocket
-
- getDelegate() - Method in class io.vertx.reactivex.core.net.SelfSignedCertificate
-
- getDelegate() - Method in class io.vertx.reactivex.core.net.SocketAddress
-
- getDelegate() - Method in class io.vertx.reactivex.core.parsetools.JsonEvent
-
- getDelegate() - Method in class io.vertx.reactivex.core.parsetools.JsonParser
-
- getDelegate() - Method in class io.vertx.reactivex.core.parsetools.RecordParser
-
- getDelegate() - Method in class io.vertx.reactivex.core.Promise
-
- getDelegate() - Method in class io.vertx.reactivex.core.shareddata.AsyncMap
-
- getDelegate() - Method in class io.vertx.reactivex.core.shareddata.Counter
-
- getDelegate() - Method in class io.vertx.reactivex.core.shareddata.LocalMap
-
- getDelegate() - Method in class io.vertx.reactivex.core.shareddata.Lock
-
- getDelegate() - Method in class io.vertx.reactivex.core.shareddata.SharedData
-
- getDelegate() - Method in class io.vertx.reactivex.core.streams.Pipe
-
- getDelegate() - Method in class io.vertx.reactivex.core.streams.Pump
-
- getDelegate() - Method in interface io.vertx.reactivex.core.streams.ReadStream
-
- getDelegate() - Method in interface io.vertx.reactivex.core.streams.StreamBase
-
- getDelegate() - Method in interface io.vertx.reactivex.core.streams.WriteStream
-
- getDelegate() - Method in class io.vertx.reactivex.core.TimeoutStream
-
- getDelegate() - Method in class io.vertx.reactivex.core.Vertx
-
- getDelegate() - Method in class io.vertx.reactivex.core.WorkerExecutor
-
- getDelegate() - Method in class io.vertx.reactivex.db2client.DB2Connection
-
- getDelegate() - Method in class io.vertx.reactivex.db2client.DB2Pool
-
- getDelegate() - Method in class io.vertx.reactivex.ext.asyncsql.AsyncSQLClient
-
- getDelegate() - Method in class io.vertx.reactivex.ext.asyncsql.MySQLClient
-
- getDelegate() - Method in class io.vertx.reactivex.ext.asyncsql.PostgreSQLClient
-
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.AuthProvider
-
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.ChainAuth
-
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.HashingAlgorithm
-
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.HashingStrategy
-
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.htdigest.HtdigestAuth
-
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.htpasswd.HtpasswdAuth
-
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCAuth
-
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCHashStrategy
-
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.jwt.JWTAuth
-
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.mongo.HashStrategy
-
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
-
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.AccessToken
-
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.KeycloakHelper
-
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
-
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2RBAC
-
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Response
-
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.AzureADAuth
-
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.BoxAuth
-
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.CloudFoundryAuth
-
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.DropboxAuth
-
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.FacebookAuth
-
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.FoursquareAuth
-
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.GithubAuth
-
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.GoogleAuth
-
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.HerokuAuth
-
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.InstagramAuth
-
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.KeycloakAuth
-
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.LinkedInAuth
-
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.LiveAuth
-
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.MailchimpAuth
-
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.OpenIDConnectAuth
-
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.SalesforceAuth
-
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.ShopifyAuth
-
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.SoundcloudAuth
-
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.StripeAuth
-
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.providers.TwitterAuth
-
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.rbac.KeycloakRBAC
-
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.oauth2.rbac.MicroProfileRBAC
-
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.shiro.ShiroAuth
-
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.User
-
- getDelegate() - Method in class io.vertx.reactivex.ext.auth.VertxContextPRNG
-
- getDelegate() - Method in class io.vertx.reactivex.ext.bridge.BaseBridgeEvent
-
- getDelegate() - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
- getDelegate() - Method in class io.vertx.reactivex.ext.consul.ConsulService
-
- getDelegate() - Method in class io.vertx.reactivex.ext.consul.Watch
-
- getDelegate() - Method in class io.vertx.reactivex.ext.consul.WatchResult
-
- getDelegate() - Method in class io.vertx.reactivex.ext.dropwizard.MetricsService
-
- getDelegate() - Method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.BridgeEvent
-
- getDelegate() - Method in class io.vertx.reactivex.ext.eventbus.bridge.tcp.TcpEventBusBridge
-
- getDelegate() - Method in class io.vertx.reactivex.ext.healthchecks.HealthCheckHandler
-
- getDelegate() - Method in class io.vertx.reactivex.ext.healthchecks.HealthChecks
-
- getDelegate() - Method in class io.vertx.reactivex.ext.jdbc.JDBCClient
-
- getDelegate() - Method in class io.vertx.reactivex.ext.mail.MailClient
-
- getDelegate() - Method in class io.vertx.reactivex.ext.mail.MailService
-
- getDelegate() - Method in class io.vertx.reactivex.ext.mongo.MongoClient
-
- getDelegate() - Method in class io.vertx.reactivex.ext.mongo.MongoService
-
- getDelegate() - Method in class io.vertx.reactivex.ext.shell.cli.CliToken
-
- getDelegate() - Method in class io.vertx.reactivex.ext.shell.cli.Completion
-
- getDelegate() - Method in class io.vertx.reactivex.ext.shell.command.Command
-
- getDelegate() - Method in class io.vertx.reactivex.ext.shell.command.CommandBuilder
-
- getDelegate() - Method in class io.vertx.reactivex.ext.shell.command.CommandProcess
-
- getDelegate() - Method in class io.vertx.reactivex.ext.shell.command.CommandRegistry
-
- getDelegate() - Method in class io.vertx.reactivex.ext.shell.command.CommandResolver
-
- getDelegate() - Method in class io.vertx.reactivex.ext.shell.session.Session
-
- getDelegate() - Method in class io.vertx.reactivex.ext.shell.Shell
-
- getDelegate() - Method in class io.vertx.reactivex.ext.shell.ShellServer
-
- getDelegate() - Method in class io.vertx.reactivex.ext.shell.ShellService
-
- getDelegate() - Method in class io.vertx.reactivex.ext.shell.system.Job
-
- getDelegate() - Method in class io.vertx.reactivex.ext.shell.system.JobController
-
- getDelegate() - Method in class io.vertx.reactivex.ext.shell.system.Process
-
- getDelegate() - Method in class io.vertx.reactivex.ext.shell.term.Pty
-
- getDelegate() - Method in class io.vertx.reactivex.ext.shell.term.SignalHandler
-
- getDelegate() - Method in class io.vertx.reactivex.ext.shell.term.SockJSTermHandler
-
- getDelegate() - Method in class io.vertx.reactivex.ext.shell.term.Term
-
- getDelegate() - Method in class io.vertx.reactivex.ext.shell.term.TermServer
-
- getDelegate() - Method in class io.vertx.reactivex.ext.shell.term.Tty
-
- getDelegate() - Method in class io.vertx.reactivex.ext.sql.SQLClient
-
- getDelegate() - Method in class io.vertx.reactivex.ext.sql.SQLConnection
-
- getDelegate() - Method in interface io.vertx.reactivex.ext.sql.SQLOperations
-
- getDelegate() - Method in class io.vertx.reactivex.ext.sql.SQLRowStream
-
- getDelegate() - Method in class io.vertx.reactivex.ext.stomp.Acknowledgement
-
- getDelegate() - Method in class io.vertx.reactivex.ext.stomp.Destination
-
- getDelegate() - Method in class io.vertx.reactivex.ext.stomp.DestinationFactory
-
- getDelegate() - Method in class io.vertx.reactivex.ext.stomp.Frames
-
- getDelegate() - Method in class io.vertx.reactivex.ext.stomp.ServerFrame
-
- getDelegate() - Method in class io.vertx.reactivex.ext.stomp.StompClient
-
- getDelegate() - Method in class io.vertx.reactivex.ext.stomp.StompClientConnection
-
- getDelegate() - Method in class io.vertx.reactivex.ext.stomp.StompServer
-
- getDelegate() - Method in class io.vertx.reactivex.ext.stomp.StompServerConnection
-
- getDelegate() - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
-
- getDelegate() - Method in class io.vertx.reactivex.ext.unit.Async
-
- getDelegate() - Method in class io.vertx.reactivex.ext.unit.collect.EventBusCollector
-
- getDelegate() - Method in class io.vertx.reactivex.ext.unit.Completion
-
- getDelegate() - Method in class io.vertx.reactivex.ext.unit.report.Failure
-
- getDelegate() - Method in class io.vertx.reactivex.ext.unit.report.TestCaseReport
-
- getDelegate() - Method in class io.vertx.reactivex.ext.unit.report.TestResult
-
- getDelegate() - Method in class io.vertx.reactivex.ext.unit.report.TestSuiteReport
-
- getDelegate() - Method in class io.vertx.reactivex.ext.unit.TestCase
-
- getDelegate() - Method in class io.vertx.reactivex.ext.unit.TestCompletion
-
- getDelegate() - Method in class io.vertx.reactivex.ext.unit.TestContext
-
- getDelegate() - Method in class io.vertx.reactivex.ext.unit.TestSuite
-
- getDelegate() - Method in interface io.vertx.reactivex.ext.web.api.contract.HTTPOperationRequestValidationHandler
-
- getDelegate() - Method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RequestValidationHandler
-
- getDelegate() - Method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
-
- getDelegate() - Method in interface io.vertx.reactivex.ext.web.api.contract.RouterFactory
-
- getDelegate() - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
-
- getDelegate() - Method in class io.vertx.reactivex.ext.web.api.RequestParameters
-
- getDelegate() - Method in class io.vertx.reactivex.ext.web.api.validation.ContainerDeserializer
-
- getDelegate() - Method in class io.vertx.reactivex.ext.web.api.validation.CustomValidator
-
- getDelegate() - Method in class io.vertx.reactivex.ext.web.api.validation.HTTPRequestValidationHandler
-
- getDelegate() - Method in class io.vertx.reactivex.ext.web.api.validation.ParameterTypeValidator
-
- getDelegate() - Method in class io.vertx.reactivex.ext.web.api.validation.ParameterValidationRule
-
- getDelegate() - Method in interface io.vertx.reactivex.ext.web.api.validation.ValidationHandler
-
- getDelegate() - Method in class io.vertx.reactivex.ext.web.client.HttpRequest
-
- getDelegate() - Method in class io.vertx.reactivex.ext.web.client.HttpResponse
-
- getDelegate() - Method in class io.vertx.reactivex.ext.web.client.predicate.ErrorConverter
-
- getDelegate() - Method in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicate
-
- getDelegate() - Method in class io.vertx.reactivex.ext.web.client.predicate.ResponsePredicateResult
-
- getDelegate() - Method in class io.vertx.reactivex.ext.web.client.WebClient
-
- getDelegate() - Method in class io.vertx.reactivex.ext.web.client.WebClientSession
-
- getDelegate() - Method in class io.vertx.reactivex.ext.web.codec.BodyCodec
-
- getDelegate() - Method in class io.vertx.reactivex.ext.web.common.template.TemplateEngine
-
- getDelegate() - Method in class io.vertx.reactivex.ext.web.common.WebEnvironment
-
- getDelegate() - Method in class io.vertx.reactivex.ext.web.Cookie
-
- getDelegate() - Method in class io.vertx.reactivex.ext.web.FileUpload
-
- getDelegate() - Method in interface io.vertx.reactivex.ext.web.handler.AuthHandler
-
- getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.BasicAuthHandler
-
- getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.BodyHandler
-
- getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.ChainAuthHandler
-
- getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.CookieHandler
-
- getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.CorsHandler
-
- getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.CSRFHandler
-
- getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.DigestAuthHandler
-
- getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.ErrorHandler
-
- getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.FaviconHandler
-
- getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.FormLoginHandler
-
- getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSHandler
-
- getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.graphql.ApolloWSMessage
-
- getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.graphql.GraphiQLHandler
-
- getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.graphql.GraphQLHandler
-
- getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.JWTAuthHandler
-
- getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.LoggerHandler
-
- getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.MultiTenantHandler
-
- getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.OAuth2AuthHandler
-
- getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.RedirectAuthHandler
-
- getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.ResponseContentTypeHandler
-
- getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.ResponseTimeHandler
-
- getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.SessionHandler
-
- getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.sockjs.BridgeEvent
-
- getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSHandler
-
- getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.sockjs.SockJSSocket
-
- getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.StaticHandler
-
- getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.TemplateHandler
-
- getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.TimeoutHandler
-
- getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.UserSessionHandler
-
- getDelegate() - Method in class io.vertx.reactivex.ext.web.handler.VirtualHostHandler
-
- getDelegate() - Method in class io.vertx.reactivex.ext.web.LanguageHeader
-
- getDelegate() - Method in class io.vertx.reactivex.ext.web.Locale
-
- getDelegate() - Method in class io.vertx.reactivex.ext.web.MIMEHeader
-
- getDelegate() - Method in class io.vertx.reactivex.ext.web.multipart.FormDataPart
-
- getDelegate() - Method in class io.vertx.reactivex.ext.web.multipart.MultipartForm
-
- getDelegate() - Method in interface io.vertx.reactivex.ext.web.ParsedHeaderValue
-
- getDelegate() - Method in class io.vertx.reactivex.ext.web.ParsedHeaderValues
-
- getDelegate() - Method in class io.vertx.reactivex.ext.web.Route
-
- getDelegate() - Method in class io.vertx.reactivex.ext.web.Router
-
- getDelegate() - Method in class io.vertx.reactivex.ext.web.RoutingContext
-
- getDelegate() - Method in class io.vertx.reactivex.ext.web.Session
-
- getDelegate() - Method in class io.vertx.reactivex.ext.web.sstore.ClusteredSessionStore
-
- getDelegate() - Method in class io.vertx.reactivex.ext.web.sstore.LocalSessionStore
-
- getDelegate() - Method in class io.vertx.reactivex.ext.web.sstore.SessionStore
-
- getDelegate() - Method in class io.vertx.reactivex.ext.web.templ.freemarker.FreeMarkerTemplateEngine
-
- getDelegate() - Method in class io.vertx.reactivex.ext.web.templ.handlebars.HandlebarsTemplateEngine
-
- getDelegate() - Method in class io.vertx.reactivex.ext.web.templ.jade.JadeTemplateEngine
-
- getDelegate() - Method in class io.vertx.reactivex.ext.web.templ.mvel.MVELTemplateEngine
-
- getDelegate() - Method in class io.vertx.reactivex.ext.web.templ.pebble.PebbleTemplateEngine
-
- getDelegate() - Method in class io.vertx.reactivex.ext.web.templ.rocker.RockerTemplateEngine
-
- getDelegate() - Method in class io.vertx.reactivex.ext.web.templ.TemplateEngine
-
- getDelegate() - Method in class io.vertx.reactivex.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
-
- getDelegate() - Method in class io.vertx.reactivex.kafka.admin.KafkaAdminClient
-
- getDelegate() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumer
-
- getDelegate() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumerRecord
-
- getDelegate() - Method in class io.vertx.reactivex.kafka.client.consumer.KafkaConsumerRecords
-
- getDelegate() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaHeader
-
- getDelegate() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducer
-
- getDelegate() - Method in class io.vertx.reactivex.kafka.client.producer.KafkaProducerRecord
-
- getDelegate() - Method in class io.vertx.reactivex.micrometer.MetricsService
-
- getDelegate() - Method in class io.vertx.reactivex.micrometer.PrometheusScrapingHandler
-
- getDelegate() - Method in class io.vertx.reactivex.mqtt.messages.MqttConnAckMessage
-
- getDelegate() - Method in interface io.vertx.reactivex.mqtt.messages.MqttMessage
-
- getDelegate() - Method in class io.vertx.reactivex.mqtt.messages.MqttPublishMessage
-
- getDelegate() - Method in class io.vertx.reactivex.mqtt.messages.MqttSubAckMessage
-
- getDelegate() - Method in class io.vertx.reactivex.mqtt.messages.MqttSubscribeMessage
-
- getDelegate() - Method in class io.vertx.reactivex.mqtt.messages.MqttUnsubscribeMessage
-
- getDelegate() - Method in class io.vertx.reactivex.mqtt.MqttClient
-
- getDelegate() - Method in class io.vertx.reactivex.mqtt.MqttEndpoint
-
- getDelegate() - Method in class io.vertx.reactivex.mqtt.MqttServer
-
- getDelegate() - Method in class io.vertx.reactivex.mqtt.MqttTopicSubscription
-
- getDelegate() - Method in class io.vertx.reactivex.mysqlclient.MySQLClient
-
- getDelegate() - Method in class io.vertx.reactivex.mysqlclient.MySQLConnection
-
- getDelegate() - Method in class io.vertx.reactivex.mysqlclient.MySQLPool
-
- getDelegate() - Method in class io.vertx.reactivex.pgclient.PgConnection
-
- getDelegate() - Method in class io.vertx.reactivex.pgclient.PgPool
-
- getDelegate() - Method in class io.vertx.reactivex.pgclient.pubsub.PgChannel
-
- getDelegate() - Method in class io.vertx.reactivex.pgclient.pubsub.PgSubscriber
-
- getDelegate() - Method in class io.vertx.reactivex.rabbitmq.BasicProperties
-
- getDelegate() - Method in class io.vertx.reactivex.rabbitmq.Envelope
-
- getDelegate() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQClient
-
- getDelegate() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQConsumer
-
- getDelegate() - Method in class io.vertx.reactivex.rabbitmq.RabbitMQMessage
-
- getDelegate() - Method in class io.vertx.reactivex.redis.client.Command
-
- getDelegate() - Method in class io.vertx.reactivex.redis.client.Redis
-
- getDelegate() - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
- getDelegate() - Method in class io.vertx.reactivex.redis.client.RedisConnection
-
- getDelegate() - Method in class io.vertx.reactivex.redis.client.Request
-
- getDelegate() - Method in class io.vertx.reactivex.redis.client.Response
-
- getDelegate() - Method in class io.vertx.reactivex.redis.RedisClient
-
- getDelegate() - Method in class io.vertx.reactivex.redis.RedisTransaction
-
- getDelegate() - Method in class io.vertx.reactivex.redis.Script
-
- getDelegate() - Method in class io.vertx.reactivex.redis.sentinel.RedisSentinel
-
- getDelegate() - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
-
- getDelegate() - Method in class io.vertx.reactivex.servicediscovery.ServiceReference
-
- getDelegate() - Method in class io.vertx.reactivex.servicediscovery.spi.ServiceExporter
-
- getDelegate() - Method in class io.vertx.reactivex.servicediscovery.spi.ServiceImporter
-
- getDelegate() - Method in class io.vertx.reactivex.servicediscovery.spi.ServicePublisher
-
- getDelegate() - Method in class io.vertx.reactivex.servicediscovery.types.EventBusService
-
- getDelegate() - Method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
-
- getDelegate() - Method in class io.vertx.reactivex.servicediscovery.types.JDBCDataSource
-
- getDelegate() - Method in class io.vertx.reactivex.servicediscovery.types.MessageSource
-
- getDelegate() - Method in class io.vertx.reactivex.servicediscovery.types.MongoDataSource
-
- getDelegate() - Method in class io.vertx.reactivex.servicediscovery.types.RedisDataSource
-
- getDelegate() - Method in class io.vertx.reactivex.sqlclient.Cursor
-
- getDelegate() - Method in class io.vertx.reactivex.sqlclient.desc.ColumnDescriptor
-
- getDelegate() - Method in class io.vertx.reactivex.sqlclient.Pool
-
- getDelegate() - Method in class io.vertx.reactivex.sqlclient.PreparedQuery
-
- getDelegate() - Method in class io.vertx.reactivex.sqlclient.PreparedStatement
-
- getDelegate() - Method in class io.vertx.reactivex.sqlclient.PropertyKind
-
- getDelegate() - Method in class io.vertx.reactivex.sqlclient.Query
-
- getDelegate() - Method in class io.vertx.reactivex.sqlclient.Row
-
- getDelegate() - Method in class io.vertx.reactivex.sqlclient.RowIterator
-
- getDelegate() - Method in class io.vertx.reactivex.sqlclient.RowSet
-
- getDelegate() - Method in class io.vertx.reactivex.sqlclient.RowStream
-
- getDelegate() - Method in class io.vertx.reactivex.sqlclient.spi.DatabaseMetadata
-
- getDelegate() - Method in class io.vertx.reactivex.sqlclient.SqlClient
-
- getDelegate() - Method in class io.vertx.reactivex.sqlclient.SqlConnection
-
- getDelegate() - Method in class io.vertx.reactivex.sqlclient.SqlResult
-
- getDelegate() - Method in class io.vertx.reactivex.sqlclient.Transaction
-
- getDelegate() - Method in class io.vertx.reactivex.sqlclient.Tuple
-
- getDelegate() - Method in class io.vertx.rxjava.amqp.AmqpClient
-
- getDelegate() - Method in class io.vertx.rxjava.amqp.AmqpConnection
-
- getDelegate() - Method in class io.vertx.rxjava.amqp.AmqpMessage
-
- getDelegate() - Method in class io.vertx.rxjava.amqp.AmqpMessageBuilder
-
- getDelegate() - Method in class io.vertx.rxjava.amqp.AmqpReceiver
-
- getDelegate() - Method in class io.vertx.rxjava.amqp.AmqpSender
-
- getDelegate() - Method in class io.vertx.rxjava.amqpbridge.AmqpBridge
-
- getDelegate() - Method in class io.vertx.rxjava.cassandra.CassandraClient
-
- getDelegate() - Method in class io.vertx.rxjava.cassandra.CassandraRowStream
-
- getDelegate() - Method in class io.vertx.rxjava.cassandra.Mapper
-
- getDelegate() - Method in class io.vertx.rxjava.cassandra.MappingManager
-
- getDelegate() - Method in class io.vertx.rxjava.cassandra.ResultSet
-
- getDelegate() - Method in class io.vertx.rxjava.circuitbreaker.CircuitBreaker
-
- getDelegate() - Method in class io.vertx.rxjava.circuitbreaker.HystrixMetricHandler
-
- getDelegate() - Method in class io.vertx.rxjava.config.ConfigRetriever
-
- getDelegate() - Method in class io.vertx.rxjava.core.buffer.Buffer
-
- getDelegate() - Method in class io.vertx.rxjava.core.cli.CLI
-
- getDelegate() - Method in class io.vertx.rxjava.core.cli.CommandLine
-
- getDelegate() - Method in class io.vertx.rxjava.core.CompositeFuture
-
- getDelegate() - Method in class io.vertx.rxjava.core.Context
-
- getDelegate() - Method in class io.vertx.rxjava.core.datagram.DatagramPacket
-
- getDelegate() - Method in class io.vertx.rxjava.core.datagram.DatagramSocket
-
- getDelegate() - Method in class io.vertx.rxjava.core.dns.DnsClient
-
- getDelegate() - Method in class io.vertx.rxjava.core.dns.MxRecord
-
- getDelegate() - Method in class io.vertx.rxjava.core.dns.SrvRecord
-
- getDelegate() - Method in class io.vertx.rxjava.core.eventbus.DeliveryContext
-
- getDelegate() - Method in class io.vertx.rxjava.core.eventbus.EventBus
-
- getDelegate() - Method in class io.vertx.rxjava.core.eventbus.Message
-
- getDelegate() - Method in class io.vertx.rxjava.core.eventbus.MessageConsumer
-
- getDelegate() - Method in class io.vertx.rxjava.core.eventbus.MessageProducer
-
- getDelegate() - Method in class io.vertx.rxjava.core.file.AsyncFile
-
- getDelegate() - Method in class io.vertx.rxjava.core.file.FileProps
-
- getDelegate() - Method in class io.vertx.rxjava.core.file.FileSystem
-
- getDelegate() - Method in class io.vertx.rxjava.core.file.FileSystemProps
-
- getDelegate() - Method in class io.vertx.rxjava.core.Future
-
- getDelegate() - Method in class io.vertx.rxjava.core.http.Cookie
-
- getDelegate() - Method in class io.vertx.rxjava.core.http.HttpClient
-
- getDelegate() - Method in class io.vertx.rxjava.core.http.HttpClientRequest
-
- getDelegate() - Method in class io.vertx.rxjava.core.http.HttpClientResponse
-
- getDelegate() - Method in class io.vertx.rxjava.core.http.HttpConnection
-
- getDelegate() - Method in class io.vertx.rxjava.core.http.HttpFrame
-
- getDelegate() - Method in class io.vertx.rxjava.core.http.HttpServer
-
- getDelegate() - Method in class io.vertx.rxjava.core.http.HttpServerFileUpload
-
- getDelegate() - Method in class io.vertx.rxjava.core.http.HttpServerRequest
-
- getDelegate() - Method in class io.vertx.rxjava.core.http.HttpServerResponse
-
- getDelegate() - Method in class io.vertx.rxjava.core.http.ServerWebSocket
-
- getDelegate() - Method in class io.vertx.rxjava.core.http.WebSocket
-
- getDelegate() - Method in interface io.vertx.rxjava.core.http.WebSocketBase
-
- getDelegate() - Method in class io.vertx.rxjava.core.http.WebSocketFrame
-
- getDelegate() - Method in class io.vertx.rxjava.core.json.pointer.JsonPointer
-
- getDelegate() - Method in class io.vertx.rxjava.core.json.pointer.JsonPointerIterator
-
- getDelegate() - Method in interface io.vertx.rxjava.core.metrics.Measured
-
- getDelegate() - Method in class io.vertx.rxjava.core.MultiMap
-
- getDelegate() - Method in class io.vertx.rxjava.core.net.NetClient
-
- getDelegate() - Method in class io.vertx.rxjava.core.net.NetServer
-
- getDelegate() - Method in class io.vertx.rxjava.core.net.NetSocket
-
- getDelegate() - Method in class io.vertx.rxjava.core.net.SelfSignedCertificate
-
- getDelegate() - Method in class io.vertx.rxjava.core.net.SocketAddress
-
- getDelegate() - Method in class io.vertx.rxjava.core.parsetools.JsonEvent
-
- getDelegate() - Method in class io.vertx.rxjava.core.parsetools.JsonParser
-
- getDelegate() - Method in class io.vertx.rxjava.core.parsetools.RecordParser
-
- getDelegate() - Method in class io.vertx.rxjava.core.Promise
-
- getDelegate() - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
-
- getDelegate() - Method in class io.vertx.rxjava.core.shareddata.Counter
-
- getDelegate() - Method in class io.vertx.rxjava.core.shareddata.LocalMap
-
- getDelegate() - Method in class io.vertx.rxjava.core.shareddata.Lock
-
- getDelegate() - Method in class io.vertx.rxjava.core.shareddata.SharedData
-
- getDelegate() - Method in class io.vertx.rxjava.core.streams.Pipe
-
- getDelegate() - Method in class io.vertx.rxjava.core.streams.Pump
-
- getDelegate() - Method in interface io.vertx.rxjava.core.streams.ReadStream
-
- getDelegate() - Method in interface io.vertx.rxjava.core.streams.StreamBase
-
- getDelegate() - Method in interface io.vertx.rxjava.core.streams.WriteStream
-
- getDelegate() - Method in class io.vertx.rxjava.core.TimeoutStream
-
- getDelegate() - Method in class io.vertx.rxjava.core.Vertx
-
- getDelegate() - Method in class io.vertx.rxjava.core.WorkerExecutor
-
- getDelegate() - Method in class io.vertx.rxjava.db2client.DB2Connection
-
- getDelegate() - Method in class io.vertx.rxjava.db2client.DB2Pool
-
- getDelegate() - Method in class io.vertx.rxjava.ext.asyncsql.AsyncSQLClient
-
- getDelegate() - Method in class io.vertx.rxjava.ext.asyncsql.MySQLClient
-
- getDelegate() - Method in class io.vertx.rxjava.ext.asyncsql.PostgreSQLClient
-
- getDelegate() - Method in class io.vertx.rxjava.ext.auth.AuthProvider
-
- getDelegate() - Method in class io.vertx.rxjava.ext.auth.ChainAuth
-
- getDelegate() - Method in class io.vertx.rxjava.ext.auth.HashingAlgorithm
-
- getDelegate() - Method in class io.vertx.rxjava.ext.auth.HashingStrategy
-
- getDelegate() - Method in class io.vertx.rxjava.ext.auth.htdigest.HtdigestAuth
-
- getDelegate() - Method in class io.vertx.rxjava.ext.auth.htpasswd.HtpasswdAuth
-
- getDelegate() - Method in class io.vertx.rxjava.ext.auth.jdbc.JDBCAuth
-
- getDelegate() - Method in class io.vertx.rxjava.ext.auth.jdbc.JDBCHashStrategy
-
- getDelegate() - Method in class io.vertx.rxjava.ext.auth.jwt.JWTAuth
-
- getDelegate() - Method in class io.vertx.rxjava.ext.auth.mongo.HashStrategy
-
- getDelegate() - Method in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
-
- getDelegate() - Method in class io.vertx.rxjava.ext.auth.oauth2.AccessToken
-
- getDelegate() - Method in class io.vertx.rxjava.ext.auth.oauth2.KeycloakHelper
-
- getDelegate() - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
-
- getDelegate() - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2RBAC
-
- getDelegate() - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Response
-
- getDelegate() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.AzureADAuth
-
- getDelegate() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.BoxAuth
-
- getDelegate() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.CloudFoundryAuth
-
- getDelegate() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.DropboxAuth
-
- getDelegate() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.FacebookAuth
-
- getDelegate() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.FoursquareAuth
-
- getDelegate() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.GithubAuth
-
- getDelegate() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.GoogleAuth
-
- getDelegate() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.HerokuAuth
-
- getDelegate() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.InstagramAuth
-
- getDelegate() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.KeycloakAuth
-
- getDelegate() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.LinkedInAuth
-
- getDelegate() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.LiveAuth
-
- getDelegate() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.MailchimpAuth
-
- getDelegate() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.OpenIDConnectAuth
-
- getDelegate() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.SalesforceAuth
-
- getDelegate() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.ShopifyAuth
-
- getDelegate() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.SoundcloudAuth
-
- getDelegate() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.StripeAuth
-
- getDelegate() - Method in class io.vertx.rxjava.ext.auth.oauth2.providers.TwitterAuth
-
- getDelegate() - Method in class io.vertx.rxjava.ext.auth.oauth2.rbac.KeycloakRBAC
-
- getDelegate() - Method in class io.vertx.rxjava.ext.auth.oauth2.rbac.MicroProfileRBAC
-
- getDelegate() - Method in class io.vertx.rxjava.ext.auth.shiro.ShiroAuth
-
- getDelegate() - Method in class io.vertx.rxjava.ext.auth.User
-
- getDelegate() - Method in class io.vertx.rxjava.ext.auth.VertxContextPRNG
-
- getDelegate() - Method in class io.vertx.rxjava.ext.bridge.BaseBridgeEvent
-
- getDelegate() - Method in class io.vertx.rxjava.ext.consul.ConsulClient
-
- getDelegate() - Method in class io.vertx.rxjava.ext.consul.Watch
-
- getDelegate() - Method in class io.vertx.rxjava.ext.consul.WatchResult
-
- getDelegate() - Method in class io.vertx.rxjava.ext.dropwizard.MetricsService
-
- getDelegate() - Method in class io.vertx.rxjava.ext.eventbus.bridge.tcp.BridgeEvent
-
- getDelegate() - Method in class io.vertx.rxjava.ext.eventbus.bridge.tcp.TcpEventBusBridge
-
- getDelegate() - Method in class io.vertx.rxjava.ext.healthchecks.HealthCheckHandler
-
- getDelegate() - Method in class io.vertx.rxjava.ext.healthchecks.HealthChecks
-
- getDelegate() - Method in class io.vertx.rxjava.ext.jdbc.JDBCClient
-
- getDelegate() - Method in class io.vertx.rxjava.ext.mail.MailClient
-
- getDelegate() - Method in class io.vertx.rxjava.ext.mongo.MongoClient
-
- getDelegate() - Method in class io.vertx.rxjava.ext.mongo.MongoService
-
- getDelegate() - Method in class io.vertx.rxjava.ext.shell.cli.CliToken
-
- getDelegate() - Method in class io.vertx.rxjava.ext.shell.cli.Completion
-
- getDelegate() - Method in class io.vertx.rxjava.ext.shell.command.Command
-
- getDelegate() - Method in class io.vertx.rxjava.ext.shell.command.CommandBuilder
-
- getDelegate() - Method in class io.vertx.rxjava.ext.shell.command.CommandProcess
-
- getDelegate() - Method in class io.vertx.rxjava.ext.shell.command.CommandRegistry
-
- getDelegate() - Method in class io.vertx.rxjava.ext.shell.command.CommandResolver
-
- getDelegate() - Method in class io.vertx.rxjava.ext.shell.session.Session
-
- getDelegate() - Method in class io.vertx.rxjava.ext.shell.Shell
-
- getDelegate() - Method in class io.vertx.rxjava.ext.shell.ShellServer
-
- getDelegate() - Method in class io.vertx.rxjava.ext.shell.ShellService
-
- getDelegate() - Method in class io.vertx.rxjava.ext.shell.system.Job
-
- getDelegate() - Method in class io.vertx.rxjava.ext.shell.system.JobController
-
- getDelegate() - Method in class io.vertx.rxjava.ext.shell.system.Process
-
- getDelegate() - Method in class io.vertx.rxjava.ext.shell.term.Pty
-
- getDelegate() - Method in class io.vertx.rxjava.ext.shell.term.SignalHandler
-
- getDelegate() - Method in class io.vertx.rxjava.ext.shell.term.SockJSTermHandler
-
- getDelegate() - Method in class io.vertx.rxjava.ext.shell.term.Term
-
- getDelegate() - Method in class io.vertx.rxjava.ext.shell.term.TermServer
-
- getDelegate() - Method in class io.vertx.rxjava.ext.shell.term.Tty
-
- getDelegate() - Method in class io.vertx.rxjava.ext.sql.SQLClient
-
- getDelegate() - Method in class io.vertx.rxjava.ext.sql.SQLConnection
-
- getDelegate() - Method in interface io.vertx.rxjava.ext.sql.SQLOperations
-
- getDelegate() - Method in class io.vertx.rxjava.ext.sql.SQLRowStream
-
- getDelegate() - Method in class io.vertx.rxjava.ext.stomp.Acknowledgement
-
- getDelegate() - Method in class io.vertx.rxjava.ext.stomp.Destination
-
- getDelegate() - Method in class io.vertx.rxjava.ext.stomp.DestinationFactory
-
- getDelegate() - Method in class io.vertx.rxjava.ext.stomp.Frames
-
- getDelegate() - Method in class io.vertx.rxjava.ext.stomp.ServerFrame
-
- getDelegate() - Method in class io.vertx.rxjava.ext.stomp.StompClient
-
- getDelegate() - Method in class io.vertx.rxjava.ext.stomp.StompClientConnection
-
- getDelegate() - Method in class io.vertx.rxjava.ext.stomp.StompServer
-
- getDelegate() - Method in class io.vertx.rxjava.ext.stomp.StompServerConnection
-
- getDelegate() - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
-
- getDelegate() - Method in class io.vertx.rxjava.ext.unit.Async
-
- getDelegate() - Method in class io.vertx.rxjava.ext.unit.collect.EventBusCollector
-
- getDelegate() - Method in class io.vertx.rxjava.ext.unit.Completion
-
- getDelegate() - Method in class io.vertx.rxjava.ext.unit.report.Failure
-
- getDelegate() - Method in class io.vertx.rxjava.ext.unit.report.TestCaseReport
-
- getDelegate() - Method in class io.vertx.rxjava.ext.unit.report.TestResult
-
- getDelegate() - Method in class io.vertx.rxjava.ext.unit.report.TestSuiteReport
-
- getDelegate() - Method in class io.vertx.rxjava.ext.unit.TestCase
-
- getDelegate() - Method in class io.vertx.rxjava.ext.unit.TestCompletion
-
- getDelegate() - Method in class io.vertx.rxjava.ext.unit.TestContext
-
- getDelegate() - Method in class io.vertx.rxjava.ext.unit.TestSuite
-
- getDelegate() - Method in interface io.vertx.rxjava.ext.web.api.contract.HTTPOperationRequestValidationHandler
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.api.contract.openapi3.OpenAPI3RequestValidationHandler
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
-
- getDelegate() - Method in interface io.vertx.rxjava.ext.web.api.contract.RouterFactory
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.api.RequestParameter
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.api.RequestParameters
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.api.validation.ContainerDeserializer
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.api.validation.CustomValidator
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.api.validation.HTTPRequestValidationHandler
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.api.validation.ParameterTypeValidator
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.api.validation.ParameterValidationRule
-
- getDelegate() - Method in interface io.vertx.rxjava.ext.web.api.validation.ValidationHandler
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.client.HttpRequest
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.client.HttpResponse
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.client.predicate.ErrorConverter
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicate
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.client.predicate.ResponsePredicateResult
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.client.WebClient
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.client.WebClientSession
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.codec.BodyCodec
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.common.template.TemplateEngine
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.common.WebEnvironment
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.Cookie
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.FileUpload
-
- getDelegate() - Method in interface io.vertx.rxjava.ext.web.handler.AuthHandler
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.BasicAuthHandler
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.BodyHandler
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.ChainAuthHandler
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.CookieHandler
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.CorsHandler
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.CSRFHandler
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.DigestAuthHandler
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.ErrorHandler
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.FaviconHandler
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.FormLoginHandler
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.graphql.ApolloWSHandler
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.graphql.ApolloWSMessage
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.graphql.GraphiQLHandler
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.graphql.GraphQLHandler
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.JWTAuthHandler
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.LoggerHandler
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.MultiTenantHandler
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.OAuth2AuthHandler
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.RedirectAuthHandler
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.ResponseContentTypeHandler
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.ResponseTimeHandler
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.SessionHandler
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.BridgeEvent
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSHandler
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.sockjs.SockJSSocket
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.StaticHandler
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.TemplateHandler
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.TimeoutHandler
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.UserSessionHandler
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.handler.VirtualHostHandler
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.LanguageHeader
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.Locale
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.MIMEHeader
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.multipart.FormDataPart
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.multipart.MultipartForm
-
- getDelegate() - Method in interface io.vertx.rxjava.ext.web.ParsedHeaderValue
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.ParsedHeaderValues
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.Route
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.Router
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.RoutingContext
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.Session
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.sstore.ClusteredSessionStore
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.sstore.LocalSessionStore
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.templ.freemarker.FreeMarkerTemplateEngine
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.templ.handlebars.HandlebarsTemplateEngine
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.templ.jade.JadeTemplateEngine
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.templ.mvel.MVELTemplateEngine
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.templ.pebble.PebbleTemplateEngine
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.templ.rocker.RockerTemplateEngine
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.templ.TemplateEngine
-
- getDelegate() - Method in class io.vertx.rxjava.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
-
- getDelegate() - Method in class io.vertx.rxjava.kafka.admin.KafkaAdminClient
-
- getDelegate() - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumer
-
- getDelegate() - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumerRecord
-
- getDelegate() - Method in class io.vertx.rxjava.kafka.client.consumer.KafkaConsumerRecords
-
- getDelegate() - Method in class io.vertx.rxjava.kafka.client.producer.KafkaHeader
-
- getDelegate() - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducer
-
- getDelegate() - Method in class io.vertx.rxjava.kafka.client.producer.KafkaProducerRecord
-
- getDelegate() - Method in class io.vertx.rxjava.micrometer.MetricsService
-
- getDelegate() - Method in class io.vertx.rxjava.micrometer.PrometheusScrapingHandler
-
- getDelegate() - Method in class io.vertx.rxjava.mqtt.messages.MqttConnAckMessage
-
- getDelegate() - Method in interface io.vertx.rxjava.mqtt.messages.MqttMessage
-
- getDelegate() - Method in class io.vertx.rxjava.mqtt.messages.MqttPublishMessage
-
- getDelegate() - Method in class io.vertx.rxjava.mqtt.messages.MqttSubAckMessage
-
- getDelegate() - Method in class io.vertx.rxjava.mqtt.messages.MqttSubscribeMessage
-
- getDelegate() - Method in class io.vertx.rxjava.mqtt.messages.MqttUnsubscribeMessage
-
- getDelegate() - Method in class io.vertx.rxjava.mqtt.MqttClient
-
- getDelegate() - Method in class io.vertx.rxjava.mqtt.MqttEndpoint
-
- getDelegate() - Method in class io.vertx.rxjava.mqtt.MqttServer
-
- getDelegate() - Method in class io.vertx.rxjava.mqtt.MqttTopicSubscription
-
- getDelegate() - Method in class io.vertx.rxjava.mysqlclient.MySQLClient
-
- getDelegate() - Method in class io.vertx.rxjava.mysqlclient.MySQLConnection
-
- getDelegate() - Method in class io.vertx.rxjava.mysqlclient.MySQLPool
-
- getDelegate() - Method in class io.vertx.rxjava.pgclient.PgConnection
-
- getDelegate() - Method in class io.vertx.rxjava.pgclient.PgPool
-
- getDelegate() - Method in class io.vertx.rxjava.pgclient.pubsub.PgChannel
-
- getDelegate() - Method in class io.vertx.rxjava.pgclient.pubsub.PgSubscriber
-
- getDelegate() - Method in class io.vertx.rxjava.rabbitmq.BasicProperties
-
- getDelegate() - Method in class io.vertx.rxjava.rabbitmq.Envelope
-
- getDelegate() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQClient
-
- getDelegate() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQConsumer
-
- getDelegate() - Method in class io.vertx.rxjava.rabbitmq.RabbitMQMessage
-
- getDelegate() - Method in class io.vertx.rxjava.redis.client.Command
-
- getDelegate() - Method in class io.vertx.rxjava.redis.client.Redis
-
- getDelegate() - Method in class io.vertx.rxjava.redis.client.RedisAPI
-
- getDelegate() - Method in class io.vertx.rxjava.redis.client.RedisConnection
-
- getDelegate() - Method in class io.vertx.rxjava.redis.client.Request
-
- getDelegate() - Method in class io.vertx.rxjava.redis.client.Response
-
- getDelegate() - Method in class io.vertx.rxjava.redis.RedisClient
-
- getDelegate() - Method in class io.vertx.rxjava.redis.RedisTransaction
-
- getDelegate() - Method in class io.vertx.rxjava.redis.Script
-
- getDelegate() - Method in class io.vertx.rxjava.redis.sentinel.RedisSentinel
-
- getDelegate() - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
-
- getDelegate() - Method in class io.vertx.rxjava.servicediscovery.ServiceReference
-
- getDelegate() - Method in class io.vertx.rxjava.servicediscovery.spi.ServiceExporter
-
- getDelegate() - Method in class io.vertx.rxjava.servicediscovery.spi.ServiceImporter
-
- getDelegate() - Method in class io.vertx.rxjava.servicediscovery.spi.ServicePublisher
-
- getDelegate() - Method in class io.vertx.rxjava.servicediscovery.types.EventBusService
-
- getDelegate() - Method in class io.vertx.rxjava.servicediscovery.types.HttpEndpoint
-
- getDelegate() - Method in class io.vertx.rxjava.servicediscovery.types.JDBCDataSource
-
- getDelegate() - Method in class io.vertx.rxjava.servicediscovery.types.MessageSource
-
- getDelegate() - Method in class io.vertx.rxjava.servicediscovery.types.MongoDataSource
-
- getDelegate() - Method in class io.vertx.rxjava.servicediscovery.types.RedisDataSource
-
- getDelegate() - Method in class io.vertx.rxjava.sqlclient.Cursor
-
- getDelegate() - Method in class io.vertx.rxjava.sqlclient.desc.ColumnDescriptor
-
- getDelegate() - Method in class io.vertx.rxjava.sqlclient.Pool
-
- getDelegate() - Method in class io.vertx.rxjava.sqlclient.PreparedQuery
-
- getDelegate() - Method in class io.vertx.rxjava.sqlclient.PreparedStatement
-
- getDelegate() - Method in class io.vertx.rxjava.sqlclient.PropertyKind
-
- getDelegate() - Method in class io.vertx.rxjava.sqlclient.Query
-
- getDelegate() - Method in class io.vertx.rxjava.sqlclient.Row
-
- getDelegate() - Method in class io.vertx.rxjava.sqlclient.RowIterator
-
- getDelegate() - Method in class io.vertx.rxjava.sqlclient.RowSet
-
- getDelegate() - Method in class io.vertx.rxjava.sqlclient.RowStream
-
- getDelegate() - Method in class io.vertx.rxjava.sqlclient.spi.DatabaseMetadata
-
- getDelegate() - Method in class io.vertx.rxjava.sqlclient.SqlClient
-
- getDelegate() - Method in class io.vertx.rxjava.sqlclient.SqlConnection
-
- getDelegate() - Method in class io.vertx.rxjava.sqlclient.SqlResult
-
- getDelegate() - Method in class io.vertx.rxjava.sqlclient.Transaction
-
- getDelegate() - Method in class io.vertx.rxjava.sqlclient.Tuple
-
- getDeletedCount() - Method in class io.vertx.ext.mongo.MongoClientBulkWriteResult
-
Returns the number of deleted documents
- getDependency() - Method in class io.vertx.core.http.StreamPriority
-
- getDeploymentOptions() - Method in class io.vertx.ext.shell.command.base.VerticleDeploy
-
- getDeregisterAfter() - Method in class io.vertx.ext.consul.CheckOptions
-
Get deregister timeout
- getDescPadding() - Method in class io.vertx.core.cli.UsageMessageFormatter
-
- getDescription() - Method in class io.vertx.core.cli.Argument
-
- getDescription() - Method in interface io.vertx.core.cli.CLI
-
- getDescription() - Method in class io.vertx.core.cli.Option
-
- getDescription() - Method in class io.vertx.ext.mail.MailAttachment
-
get the description field
- getDescription() - Method in class io.vertx.reactivex.core.cli.CLI
-
- getDescription() - Method in class io.vertx.rxjava.core.cli.CLI
-
- getDestination() - Method in class io.vertx.ext.stomp.Frame
-
- getDestination(String) - Method in interface io.vertx.ext.stomp.StompServerHandler
-
Gets the destination with the given name.
- getDestination(String) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
-
Gets the destination with the given name.
- getDestination(String) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
-
Gets the destination with the given name.
- getDestinations() - Method in interface io.vertx.ext.stomp.StompServerHandler
-
- getDestinations() - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
-
- getDestinations() - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
-
- getDetail() - Method in exception io.vertx.pgclient.PgException
-
- getDisabledMetricsCategories() - Method in class io.vertx.micrometer.MicrometerMetricsOptions
-
- getDisabledTransports() - Method in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
-
- getDisplayName() - Method in class io.vertx.config.vault.client.Lookup
-
- getDisplayName() - Method in class io.vertx.config.vault.client.TokenRequest
-
- getDisposition() - Method in class io.vertx.ext.mail.MailAttachment
-
get the disposition field
- getDnsTtl() - Method in class io.vertx.ext.consul.PreparedQueryDefinition
-
Get the TTL duration when query results are served over DNS.
- getDnsTtl() - Method in class io.vertx.ext.consul.PreparedQueryExecuteResponse
-
Get the TTL duration when query results are served over DNS.
- getDocMatched() - Method in class io.vertx.ext.mongo.MongoClientUpdateResult
-
Get the number of documents that're matched
- getDocModified() - Method in class io.vertx.ext.mongo.MongoClientUpdateResult
-
Get the number of documents that're modified
- getDocument() - Method in class io.vertx.ext.mongo.BulkOperation
-
Returns the document, used by insert, replace, and update operations
- getDocUpsertedId() - Method in class io.vertx.ext.mongo.MongoClientUpdateResult
-
Get the document id that's upserted
- getDomain() - Method in interface io.vertx.core.http.Cookie
-
- getDomain() - Method in class io.vertx.micrometer.Match
-
- getDomain() - Method in class io.vertx.micrometer.VertxJmxMetricsOptions
-
Get the JMX domain under which metrics are published
- getDomain() - Method in class io.vertx.reactivex.core.http.Cookie
-
- getDomain() - Method in class io.vertx.rxjava.core.http.Cookie
-
- getDomainSocketAddress() - Method in class io.vertx.redis.RedisOptions
-
Deprecated.
Get the domain socket address for the Redis server.
- getDouble(int) - Method in interface io.vertx.core.buffer.Buffer
-
Returns the double at position pos in the Buffer.
- getDouble(int) - Method in class io.vertx.core.json.JsonArray
-
Get the Double at position pos in the array,
- getDouble(String) - Method in class io.vertx.core.json.JsonObject
-
Get the Double value with the specified key
- getDouble(String, Double) - Method in class io.vertx.core.json.JsonObject
-
- getDouble() - Method in interface io.vertx.ext.web.api.RequestParameter
-
Returns null if value is not a Double, otherwise it returns value
- getDouble(int) - Method in class io.vertx.reactivex.core.buffer.Buffer
-
Returns the double at position pos in the Buffer.
- getDouble() - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
-
Returns null if value is not a Double, otherwise it returns value
- getDouble(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Get a double value for the given column.
- getDouble(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Get a double value at pos.
- getDouble(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
-
Returns the double at position pos in the Buffer.
- getDouble() - Method in class io.vertx.rxjava.ext.web.api.RequestParameter
-
Returns null if value is not a Double, otherwise it returns value
- getDouble(String) - Method in class io.vertx.rxjava.sqlclient.Row
-
Get a double value for the given column.
- getDouble(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
-
Get a double value at pos.
- getDouble(String) - Method in interface io.vertx.sqlclient.Row
-
Get a double value for the given column.
- getDouble(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get a double value at pos.
- getDoubleArray(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Deprecated.
- getDoubleArray(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Deprecated.
- getDoubleArray(String) - Method in class io.vertx.rxjava.sqlclient.Row
-
Deprecated.
- getDoubleArray(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
-
Deprecated.
- getDoubleArray(String) - Method in interface io.vertx.sqlclient.Row
-
- getDoubleArray(int) - Method in interface io.vertx.sqlclient.Tuple
-
- getDurationUnit() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxTimerMBean
-
- getEmail() - Method in class io.vertx.ext.mail.mailencoder.EmailAddress
-
get the email part of the address
- getEmbeddedServerEndpoint() - Method in class io.vertx.micrometer.VertxPrometheusOptions
-
Get the HTTP endpoint used if an embedded server is configured
- getEmbeddedServerOptions() - Method in class io.vertx.micrometer.VertxPrometheusOptions
-
Get the HTTP server options of the embedded server, if any
- getEnabledCipherSuites() - Method in class io.vertx.core.net.TCPSSLOptions
-
- getEnabledSecureTransportProtocols() - Method in class io.vertx.core.net.TCPSSLOptions
-
Returns the enabled SSL/TLS protocols
- getEnabledSecureTransportProtocols() - Method in class io.vertx.ext.mail.MailConfig
-
Returns the enabled SSL/TLS protocols
- getEncoding() - Method in class io.vertx.redis.RedisOptions
-
Deprecated.
Return the character encoding for Strings, default `UTF-8`.
- getEndpoint() - Method in class io.vertx.redis.client.RedisOptions
-
Gets the redis endpoint to use
- getEndpoint() - Method in class io.vertx.servicediscovery.types.HttpLocation
-
- getEndpoints() - Method in class io.vertx.redis.client.RedisOptions
-
Gets the list of redis endpoints to use (mostly used while connecting to a cluster)
- getEntries() - Method in class io.vertx.kafka.admin.Config
-
- getErr() - Method in class io.vertx.ext.consul.Coordinate
-
Get error
- getError(int) - Method in class io.vertx.ext.consul.TxnResponse
-
Returns the errors at the specified position in this list
- getErrorCode() - Method in class io.vertx.core.http.GoAway
-
- getErrorCode() - Method in exception io.vertx.db2client.DB2Exception
-
Get the error code in the error message sent from DB2 server.
- getErrorCode() - Method in exception io.vertx.mysqlclient.MySQLException
-
Get the error code in the error message sent from MySQL server.
- getErrors() - Method in class io.vertx.ext.consul.TxnResponse
-
Returns list of transaction errors
- getErrorsSize() - Method in class io.vertx.ext.consul.TxnResponse
-
Returns the number of errors in this response
- getEventBusOptions() - Method in class io.vertx.core.VertxOptions
-
- getEventLoopPoolSize() - Method in class io.vertx.core.VertxOptions
-
Get the number of event loop threads to be used by the Vert.x instance.
- getExclusions() - Method in class io.vertx.maven.resolver.ResolutionOptions
-
- getExecutionInfo() - Method in interface io.vertx.cassandra.ResultSet
-
- getExecutionInfo() - Method in class io.vertx.reactivex.cassandra.ResultSet
-
- getExecutionInfo() - Method in class io.vertx.rxjava.cassandra.ResultSet
-
- getExpected() - Method in exception io.vertx.core.cli.MissingOptionException
-
- getExpireAfter(TimeUnit) - Method in class io.vertx.ext.mongo.IndexOptions
-
Gets the time to live for documents in the collection
- getExpiresInSeconds() - Method in class io.vertx.ext.auth.JWTOptions
-
- getExplicitMaxTTL() - Method in class io.vertx.config.vault.client.Lookup
-
- getExtensionTarget() - Method in class io.vertx.ext.web.Http2PushMapping
-
- getExtra() - Method in class io.vertx.ext.web.api.OperationRequest
-
Get extra payload
- getExtraClasspath() - Method in class io.vertx.core.DeploymentOptions
-
Get any extra classpath to be used when deploying the verticle.
- getExtraParameters() - Method in class io.vertx.ext.auth.oauth2.OAuth2ClientOptions
-
Extra parameters to send to the provider
- getExtraSettings() - Method in class io.vertx.core.http.Http2Settings
-
- getFactory() - Method in class io.vertx.core.metrics.MetricsOptions
-
Get the metrics factory to be used when metrics are enabled.
- getFailovers() - Method in class io.vertx.ext.consul.PreparedQueryExecuteResponse
-
Get the number of remote datacenters that were queried while executing the query.
- getFailuresRollingWindow() - Method in class io.vertx.circuitbreaker.CircuitBreakerOptions
-
- getFetchDirection() - Method in class io.vertx.ext.sql.SQLOptions
-
- getFetchSize() - Method in class io.vertx.ext.sql.SQLOptions
-
- getFields() - Method in class io.vertx.ext.mongo.FindOptions
-
Get the fields
- getFifteenMinuteRate() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxMeterMBean
-
- getFileCacheDir() - Method in class io.vertx.core.file.FileSystemOptions
-
- getFilePath() - Method in class io.vertx.ext.web.Http2PushMapping
-
- getFileSystemOptions() - Method in class io.vertx.core.VertxOptions
-
- getFilter() - Method in class io.vertx.ext.mongo.BulkOperation
-
Returns the filter document, used by replace, update, and delete operations
- getFirstKey() - Method in class io.vertx.reactivex.redis.client.Command
-
- getFirstKey() - Method in interface io.vertx.redis.client.Command
-
- getFirstKey() - Method in class io.vertx.rxjava.redis.client.Command
-
- getFiveMinuteRate() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxMeterMBean
-
- getFlags() - Method in class io.vertx.ext.consul.KeyValue
-
Get the flags attached to this entry.
- getFlags() - Method in class io.vertx.ext.consul.KeyValueOptions
-
Get the flags.
- getFlags() - Method in class io.vertx.ext.consul.TxnKVOperation
-
Get the flags attached to this entry.
- getFloat(int) - Method in interface io.vertx.core.buffer.Buffer
-
Returns the float at position pos in the Buffer.
- getFloat(int) - Method in class io.vertx.core.json.JsonArray
-
Get the Float at position pos in the array,
- getFloat(String) - Method in class io.vertx.core.json.JsonObject
-
Get the Float value with the specified key
- getFloat(String, Float) - Method in class io.vertx.core.json.JsonObject
-
- getFloat() - Method in interface io.vertx.ext.web.api.RequestParameter
-
Returns null if value is not a Float, otherwise it returns value
- getFloat(int) - Method in class io.vertx.reactivex.core.buffer.Buffer
-
Returns the float at position pos in the Buffer.
- getFloat() - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
-
Returns null if value is not a Float, otherwise it returns value
- getFloat(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Get a float value for the given column.
- getFloat(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Get a float value at pos.
- getFloat(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
-
Returns the float at position pos in the Buffer.
- getFloat() - Method in class io.vertx.rxjava.ext.web.api.RequestParameter
-
Returns null if value is not a Float, otherwise it returns value
- getFloat(String) - Method in class io.vertx.rxjava.sqlclient.Row
-
Get a float value for the given column.
- getFloat(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
-
Get a float value at pos.
- getFloat(String) - Method in interface io.vertx.sqlclient.Row
-
Get a float value for the given column.
- getFloat(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get a float value at pos.
- getFloatArray(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Deprecated.
- getFloatArray(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Deprecated.
- getFloatArray(String) - Method in class io.vertx.rxjava.sqlclient.Row
-
Deprecated.
- getFloatArray(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
-
Deprecated.
- getFloatArray(String) - Method in interface io.vertx.sqlclient.Row
-
- getFloatArray(int) - Method in interface io.vertx.sqlclient.Tuple
-
- getFlow() - Method in class io.vertx.ext.auth.oauth2.OAuth2ClientOptions
-
- getFlowType() - Method in interface io.vertx.ext.auth.oauth2.OAuth2Auth
-
Deprecated.
- getFlowType() - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
-
Deprecated.
- getFlowType() - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
-
Deprecated.
- getFormat() - Method in class io.vertx.config.ConfigStoreOptions
-
- getFormat() - Method in class io.vertx.ext.unit.report.ReportOptions
-
- getFormAttribute(String) - Method in interface io.vertx.core.http.HttpServerRequest
-
Return the first form attribute value with the specified name
- getFormAttribute(String) - Method in class io.vertx.reactivex.core.http.HttpServerRequest
-
Return the first form attribute value with the specified name
- getFormAttribute(String) - Method in class io.vertx.rxjava.core.http.HttpServerRequest
-
Return the first form attribute value with the specified name
- getFrom() - Method in class io.vertx.ext.mail.MailMessage
-
get from address of this mail
- getGet() - Method in class io.vertx.redis.op.BitFieldOptions
-
Deprecated.
- getGraphQLUri() - Method in class io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions
-
- getGroupId() - Method in class io.vertx.kafka.admin.ConsumerGroupDescription
-
- getGroupId() - Method in class io.vertx.kafka.admin.ConsumerGroupListing
-
- getGrpc() - Method in class io.vertx.ext.consul.CheckOptions
-
- getHAGroup() - Method in class io.vertx.core.VertxOptions
-
Get the HA group to be used when HA is enabled.
- getHandlebars() - Method in interface io.vertx.ext.web.templ.handlebars.HandlebarsTemplateEngine
-
Get a reference to the internal Handlebars object so it
can be configured.
- getHandshakeTimeout() - Method in class io.vertx.rabbitmq.RabbitMQOptions
-
- getHashedStoredPwd(JsonArray) - Method in interface io.vertx.ext.auth.jdbc.JDBCHashStrategy
-
Deprecated.
Retrieve the hashed password from the result of the authentication query
- getHashedStoredPwd(JsonArray) - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCHashStrategy
-
Retrieve the hashed password from the result of the authentication query
- getHashedStoredPwd(JsonArray) - Method in class io.vertx.rxjava.ext.auth.jdbc.JDBCHashStrategy
-
Retrieve the hashed password from the result of the authentication query
- getHashStrategy() - Method in interface io.vertx.ext.auth.mongo.MongoAuth
-
The HashStrategy which is used by the current instance
- getHashStrategy() - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
-
The HashStrategy which is used by the current instance
- getHashStrategy() - Method in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
-
The HashStrategy which is used by the current instance
- getHazelcastInstance() - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
-
- getHeader(String) - Method in interface io.vertx.core.http.HttpClientResponse
-
Return the first header value with the specified name
- getHeader(CharSequence) - Method in interface io.vertx.core.http.HttpClientResponse
-
Return the first header value with the specified name
- getHeader(String) - Method in interface io.vertx.core.http.HttpServerRequest
-
Return the first header value with the specified name
- getHeader(CharSequence) - Method in interface io.vertx.core.http.HttpServerRequest
-
Return the first header value with the specified name
- getHeader() - Method in class io.vertx.ext.auth.JWTOptions
-
- getHeader(String) - Method in interface io.vertx.ext.auth.oauth2.OAuth2Response
-
Looks up a HTTP response header by name, in case where the response is a list of headers,
the first one is returned.
- getHeader(String) - Method in class io.vertx.ext.stomp.Frame
-
Gets the value of the header with the given name.
- getHeader(String) - Method in interface io.vertx.ext.web.client.HttpResponse
-
Return the first header value with the specified name
- getHeader(String) - Method in class io.vertx.reactivex.core.http.HttpClientResponse
-
Return the first header value with the specified name
- getHeader(CharSequence) - Method in class io.vertx.reactivex.core.http.HttpClientResponse
-
Return the first header value with the specified name
- getHeader(String) - Method in class io.vertx.reactivex.core.http.HttpServerRequest
-
Return the first header value with the specified name
- getHeader(CharSequence) - Method in class io.vertx.reactivex.core.http.HttpServerRequest
-
Return the first header value with the specified name
- getHeader(String) - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Response
-
Looks up a HTTP response header by name, in case where the response is a list of headers,
the first one is returned.
- getHeader(String) - Method in class io.vertx.reactivex.ext.web.client.HttpResponse
-
Return the first header value with the specified name
- getHeader(String) - Method in class io.vertx.rxjava.core.http.HttpClientResponse
-
Return the first header value with the specified name
- getHeader(CharSequence) - Method in class io.vertx.rxjava.core.http.HttpClientResponse
-
Return the first header value with the specified name
- getHeader(String) - Method in class io.vertx.rxjava.core.http.HttpServerRequest
-
Return the first header value with the specified name
- getHeader(CharSequence) - Method in class io.vertx.rxjava.core.http.HttpServerRequest
-
Return the first header value with the specified name
- getHeader(String) - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Response
-
Looks up a HTTP response header by name, in case where the response is a list of headers,
the first one is returned.
- getHeader(String) - Method in class io.vertx.rxjava.ext.web.client.HttpResponse
-
Return the first header value with the specified name
- getHeaders() - Method in class io.vertx.core.eventbus.DeliveryOptions
-
Get the message headers
- getHeaders() - Method in class io.vertx.core.http.RequestOptions
-
Get the request headers
- getHeaders() - Method in class io.vertx.ext.auth.oauth2.OAuth2ClientOptions
-
Custom headers to send along with every request.
- getHeaders() - Method in class io.vertx.ext.mail.MailAttachment
-
Get the headers to be added for this attachment.
- getHeaders() - Method in class io.vertx.ext.mail.MailMessage
-
Get the headers.
- getHeaders() - Method in class io.vertx.ext.stomp.Frame
-
Gets the frame headers.
- getHeaders() - Method in class io.vertx.ext.web.api.OperationRequest
-
Get request headers
- getHeaders() - Method in class io.vertx.ext.web.api.OperationResponse
-
- getHeaders() - Method in class io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions
-
- getHeaderTableSize() - Method in class io.vertx.core.http.Http2Settings
-
- getHeartbeat() - Method in class io.vertx.ext.stomp.StompClientOptions
-
Gets the heartbeat configuration.
- getHeartbeat() - Method in class io.vertx.ext.stomp.StompServerOptions
-
Gets the heartbeat configuration.
- getHeartbeatInterval() - Method in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
-
- getHeight() - Method in class io.vertx.ext.consul.Coordinate
-
Get height
- getHost() - Method in class io.vertx.amqp.AmqpClientOptions
-
- getHost() - Method in class io.vertx.core.dns.DnsClientOptions
-
Get the host name to be used by this client in requests.
- getHost() - Method in class io.vertx.core.eventbus.EventBusOptions
-
- getHost() - Method in interface io.vertx.core.http.HttpClientRequest
-
- getHost() - Method in class io.vertx.core.http.RequestOptions
-
Get the host name to be used by the client request.
- getHost() - Method in class io.vertx.core.net.NetServerOptions
-
- getHost() - Method in class io.vertx.core.net.ProxyOptions
-
Get proxy host.
- getHost() - Method in class io.vertx.ext.consul.ConsulClientOptions
-
Get Consul host.
- getHost() - Method in class io.vertx.ext.shell.term.SSHTermOptions
-
- getHost() - Method in class io.vertx.ext.stomp.StompClientOptions
-
Gets the STOMP server host.
- getHost() - Method in class io.vertx.kafka.admin.MemberDescription
-
- getHost() - Method in class io.vertx.kafka.client.common.Node
-
- getHost() - Method in class io.vertx.rabbitmq.RabbitMQOptions
-
- getHost() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
-
- getHost() - Method in class io.vertx.redis.RedisOptions
-
Deprecated.
Get the host name for the Redis server, default `localhost`.
- getHost() - Method in class io.vertx.rxjava.core.http.HttpClientRequest
-
- getHost() - Method in class io.vertx.servicediscovery.types.HttpLocation
-
- getHost() - Method in class io.vertx.sqlclient.SqlConnectOptions
-
Get the host for connecting to the server.
- getHostname() - Method in class io.vertx.ext.mail.MailConfig
-
get the hostname of the mailserver
- getHostnameVerificationAlgorithm() - Method in class io.vertx.core.net.NetClientOptions
-
- getHostsPath() - Method in class io.vertx.core.dns.AddressResolverOptions
-
- getHostsValue() - Method in class io.vertx.core.dns.AddressResolverOptions
-
- getHours() - Method in class io.vertx.pgclient.data.Interval
-
- getHtml() - Method in class io.vertx.ext.mail.MailMessage
-
get the html text of this mail
- getHtpasswdFile() - Method in class io.vertx.ext.auth.htpasswd.HtpasswdAuthOptions
-
- getHttp() - Method in class io.vertx.ext.consul.CheckOptions
-
Get HTTP address
- getHttp2ConnectionWindowSize() - Method in class io.vertx.core.http.HttpClientOptions
-
- getHttp2ConnectionWindowSize() - Method in class io.vertx.core.http.HttpServerOptions
-
- getHttp2KeepAliveTimeout() - Method in class io.vertx.core.http.HttpClientOptions
-
- getHttp2MaxPoolSize() - Method in class io.vertx.core.http.HttpClientOptions
-
Get the maximum pool size for HTTP/2 connections
- getHttp2MultiplexingLimit() - Method in class io.vertx.core.http.HttpClientOptions
-
- getHttpOptions() - Method in class io.vertx.ext.shell.ShellServiceOptions
-
- getHttpProxy() - Method in class io.vertx.maven.ResolverOptions
-
- getHttpsProxy() - Method in class io.vertx.maven.ResolverOptions
-
- getId() - Method in class io.vertx.config.vault.client.Lookup
-
- getId() - Method in class io.vertx.config.vault.client.TokenRequest
-
- getId() - Method in class io.vertx.ext.consul.AclToken
-
Get ID of token
- getId() - Method in class io.vertx.ext.consul.Check
-
Get the ID of check
- getId() - Method in class io.vertx.ext.consul.CheckOptions
-
Get check ID
- getId() - Method in class io.vertx.ext.consul.Event
-
Get ID of event
- getId() - Method in class io.vertx.ext.consul.MaintenanceOptions
-
Get the ID of service
- getId() - Method in class io.vertx.ext.consul.PreparedQueryDefinition
-
Get ID of the query
- getId() - Method in class io.vertx.ext.consul.Service
-
Get ID of service
- getId() - Method in class io.vertx.ext.consul.ServiceOptions
-
Get the ID of session
- getId() - Method in class io.vertx.ext.consul.Session
-
Get the ID of session
- getId() - Method in class io.vertx.ext.stomp.Frame
-
- getId() - Method in class io.vertx.kafka.client.common.Node
-
- getIdleTimeout() - Method in class io.vertx.core.net.TCPSSLOptions
-
- getIdleTimeout() - Method in class io.vertx.sqlclient.PoolOptions
-
- getIdleTimeoutUnit() - Method in class io.vertx.core.net.TCPSSLOptions
-
- getIdleTimeoutUnit() - Method in class io.vertx.sqlclient.PoolOptions
-
- getIdString() - Method in class io.vertx.kafka.client.common.Node
-
- getIfEligible(Class<T>) - Static method in class io.vertx.core.cli.converters.ConstructorBasedConverter
-
- getIfEligible(Class<T>) - Static method in class io.vertx.core.cli.converters.FromBasedConverter
-
- getIfEligible(Class<T>) - Static method in class io.vertx.core.cli.converters.FromStringBasedConverter
-
- getIfEligible(Class<T>) - Static method in class io.vertx.core.cli.converters.ValueOfBasedConverter
-
- getIgniteInstance() - Method in class io.vertx.spi.cluster.ignite.IgniteClusterManager
-
Returns instance of Ignite.
- getInBinary() - Method in class io.vertx.ext.shell.term.TelnetTermOptions
-
- getInboundMappings() - Method in class io.vertx.camel.CamelBridgeOptions
-
- getInboundPermitteds() - Method in class io.vertx.ext.bridge.BridgeOptions
-
- getInboundPermitteds() - Method in class io.vertx.ext.web.handler.sockjs.SockJSBridgeOptions
-
- getIncludeProperties() - Method in class io.vertx.rabbitmq.RabbitMQOptions
-
- getIncrby() - Method in class io.vertx.redis.op.BitFieldOptions
-
Deprecated.
- getIncrement() - Method in class io.vertx.redis.op.BitFieldIncrbyCommand
-
Deprecated.
- getIndex() - Method in class io.vertx.core.cli.Argument
-
- getIndex() - Method in class io.vertx.ext.consul.BlockingQueryOptions
-
Get index
- getIndex() - Method in class io.vertx.ext.consul.CheckList
-
Get Consul index
- getIndex() - Method in class io.vertx.ext.consul.CoordinateList
-
Get Consul index
- getIndex() - Method in class io.vertx.ext.consul.EventList
-
Get Consul index
- getIndex() - Method in class io.vertx.ext.consul.KeyValueList
-
Get Consul index
- getIndex() - Method in class io.vertx.ext.consul.NodeList
-
Get Consul index
- getIndex() - Method in class io.vertx.ext.consul.ServiceEntryList
-
Get Consul index
- getIndex() - Method in class io.vertx.ext.consul.ServiceList
-
Get Consul index
- getIndex() - Method in class io.vertx.ext.consul.Session
-
Get Consul index
- getIndex() - Method in class io.vertx.ext.consul.SessionList
-
Get Consul index
- getIndex() - Method in class io.vertx.ext.consul.TxnKVOperation
-
Get the index used for locking, unlocking, and check-and-set operations.
- getInfluxDbOptions() - Method in class io.vertx.micrometer.MicrometerMetricsOptions
-
Get the specific options for InfluxDB reporting.
- getInitialSettings() - Method in class io.vertx.core.http.HttpClientOptions
-
- getInitialSettings() - Method in class io.vertx.core.http.HttpServerOptions
-
- getInitialWindowSize() - Method in class io.vertx.core.http.Http2Settings
-
- getInlineAttachment() - Method in class io.vertx.ext.mail.MailMessage
-
get the list of inline attachments of this mail
- getInsertedCount() - Method in class io.vertx.ext.mongo.MongoClientBulkWriteResult
-
Returns the number of inserted documents
- getInstanceCount() - Method in interface io.vertx.core.Context
-
- getInstanceCount() - Method in class io.vertx.reactivex.core.Context
-
- getInstanceCount() - Method in class io.vertx.rxjava.core.Context
-
- getInstances() - Method in class io.vertx.core.DeploymentOptions
-
Get the number of instances that should be deployed.
- getInstant(int) - Method in class io.vertx.core.json.JsonArray
-
Get the Instant at position pos in the array.
- getInstant(String) - Method in class io.vertx.core.json.JsonObject
-
Get the instant value with the specified key.
- getInstant(String, Instant) - Method in class io.vertx.core.json.JsonObject
-
- getInstantThroughput() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxThroughputMeterMBean
-
- getInstantThroughput() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxThroughputTimerMBean
-
- getInSyncReplicas() - Method in class io.vertx.kafka.client.common.PartitionInfo
-
- getInt(int) - Method in interface io.vertx.core.buffer.Buffer
-
Returns the int at position pos in the Buffer.
- getInt(int) - Method in class io.vertx.reactivex.core.buffer.Buffer
-
Returns the int at position pos in the Buffer.
- getInt(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
-
Returns the int at position pos in the Buffer.
- getInteger(int) - Method in class io.vertx.core.json.JsonArray
-
Get the Integer at position pos in the array,
- getInteger(String) - Method in class io.vertx.core.json.JsonObject
-
Get the Integer value with the specified key
- getInteger(String, Integer) - Method in class io.vertx.core.json.JsonObject
-
- getInteger() - Method in interface io.vertx.ext.web.api.RequestParameter
-
Returns null if value is not an Integer, otherwise it returns value
- getInteger() - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
-
Returns null if value is not an Integer, otherwise it returns value
- getInteger(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Get an integer value for the given column.
- getInteger(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Get an integer value at pos.
- getInteger() - Method in class io.vertx.rxjava.ext.web.api.RequestParameter
-
Returns null if value is not an Integer, otherwise it returns value
- getInteger(String) - Method in class io.vertx.rxjava.sqlclient.Row
-
Get an integer value for the given column.
- getInteger(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
-
Get an integer value at pos.
- getInteger(String) - Method in interface io.vertx.sqlclient.Row
-
Get an integer value for the given column.
- getInteger(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get an integer value at pos.
- getIntegerArray(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Deprecated.
- getIntegerArray(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Deprecated.
- getIntegerArray(String) - Method in class io.vertx.rxjava.sqlclient.Row
-
Deprecated.
- getIntegerArray(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
-
Deprecated.
- getIntegerArray(String) - Method in interface io.vertx.sqlclient.Row
-
- getIntegerArray(int) - Method in interface io.vertx.sqlclient.Tuple
-
- getInternalBlockingPoolSize() - Method in class io.vertx.core.VertxOptions
-
Get the value of internal blocking pool size.
- getInternalStatistics(Handler<AsyncResult<String>>) - Method in interface io.vertx.mysqlclient.MySQLConnection
-
Send a STATISTICS command to get a human readable string of the server internal status.
- getInternalStatistics(Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.mysqlclient.MySQLConnection
-
Send a STATISTICS command to get a human readable string of the server internal status.
- getInternalStatistics(Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.mysqlclient.MySQLConnection
-
Send a STATISTICS command to get a human readable string of the server internal status.
- getInterval() - Method in class io.vertx.ext.consul.CheckOptions
-
Get checking interval
- getInterval() - Method in class io.vertx.reactivex.redis.client.Command
-
- getInterval() - Method in interface io.vertx.redis.client.Command
-
- getInterval() - Method in class io.vertx.rxjava.redis.client.Command
-
- getIntLE(int) - Method in interface io.vertx.core.buffer.Buffer
-
Gets a 32-bit integer at the specified absolute index in this buffer with Little Endian Byte Order.
- getIntLE(int) - Method in class io.vertx.reactivex.core.buffer.Buffer
-
Gets a 32-bit integer at the specified absolute index in this buffer with Little Endian Byte Order.
- getIntLE(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
-
Gets a 32-bit integer at the specified absolute index in this buffer with Little Endian Byte Order.
- getIntputrc() - Method in class io.vertx.ext.shell.term.HttpTermOptions
-
- getIntputrc() - Method in class io.vertx.ext.shell.term.SSHTermOptions
-
- getIntputrc() - Method in class io.vertx.ext.shell.term.TelnetTermOptions
-
- getIntrospectionPath() - Method in class io.vertx.ext.auth.oauth2.OAuth2ClientOptions
-
The provider token introspection resource path
- getIsolatedClasses() - Method in class io.vertx.core.DeploymentOptions
-
Get the list of isolated class names, the names can be a Java class fully qualified name such as
'com.mycompany.myproject.engine.MyClass' or a wildcard matching such as `com.mycompany.myproject.*`.
- getIsolationGroup() - Method in class io.vertx.core.DeploymentOptions
-
Get the isolation group that will be used when deploying the verticle(s)
- getIsr() - Method in class io.vertx.kafka.client.common.TopicPartitionInfo
-
- getIssuer() - Method in class io.vertx.ext.auth.JWTOptions
-
- getJadeConfiguration() - Method in interface io.vertx.ext.web.templ.jade.JadeTemplateEngine
-
Get a reference to the internal JadeConfiguration object so it
can be configured.
- getJDBCClient(ServiceDiscovery, JsonObject, Handler<AsyncResult<JDBCClient>>) - Static method in class io.vertx.reactivex.servicediscovery.types.JDBCDataSource
-
Convenient method that looks for a JDBC datasource source and provides the configured
JDBCClient.
- getJDBCClient(ServiceDiscovery, Function<Record, Boolean>, Handler<AsyncResult<JDBCClient>>) - Static method in class io.vertx.reactivex.servicediscovery.types.JDBCDataSource
-
Convenient method that looks for a JDBC datasource source and provides the configured
JDBCClient.
- getJDBCClient(ServiceDiscovery, JsonObject, JsonObject, Handler<AsyncResult<JDBCClient>>) - Static method in class io.vertx.reactivex.servicediscovery.types.JDBCDataSource
-
Convenient method that looks for a JDBC datasource source and provides the configured
JDBCClient.
- getJDBCClient(ServiceDiscovery, Function<Record, Boolean>, JsonObject, Handler<AsyncResult<JDBCClient>>) - Static method in class io.vertx.reactivex.servicediscovery.types.JDBCDataSource
-
Convenient method that looks for a JDBC datasource source and provides the configured
JDBCClient.
- getJDBCClient(ServiceDiscovery, JsonObject, Handler<AsyncResult<JDBCClient>>) - Static method in class io.vertx.rxjava.servicediscovery.types.JDBCDataSource
-
Convenient method that looks for a JDBC datasource source and provides the configured
JDBCClient.
- getJDBCClient(ServiceDiscovery, Function<Record, Boolean>, Handler<AsyncResult<JDBCClient>>) - Static method in class io.vertx.rxjava.servicediscovery.types.JDBCDataSource
-
Convenient method that looks for a JDBC datasource source and provides the configured
JDBCClient.
- getJDBCClient(ServiceDiscovery, JsonObject, JsonObject, Handler<AsyncResult<JDBCClient>>) - Static method in class io.vertx.rxjava.servicediscovery.types.JDBCDataSource
-
Convenient method that looks for a JDBC datasource source and provides the configured
JDBCClient.
- getJDBCClient(ServiceDiscovery, Function<Record, Boolean>, JsonObject, Handler<AsyncResult<JDBCClient>>) - Static method in class io.vertx.rxjava.servicediscovery.types.JDBCDataSource
-
Convenient method that looks for a JDBC datasource source and provides the configured
JDBCClient.
- getJDBCClient(ServiceDiscovery, JsonObject, Handler<AsyncResult<JDBCClient>>) - Static method in interface io.vertx.servicediscovery.types.JDBCDataSource
-
Convenient method that looks for a JDBC datasource source and provides the configured
JDBCClient.
- getJDBCClient(ServiceDiscovery, Function<Record, Boolean>, Handler<AsyncResult<JDBCClient>>) - Static method in interface io.vertx.servicediscovery.types.JDBCDataSource
-
Convenient method that looks for a JDBC datasource source and provides the configured
JDBCClient.
- getJDBCClient(ServiceDiscovery, JsonObject, JsonObject, Handler<AsyncResult<JDBCClient>>) - Static method in interface io.vertx.servicediscovery.types.JDBCDataSource
-
Convenient method that looks for a JDBC datasource source and provides the configured
JDBCClient.
- getJDBCClient(ServiceDiscovery, Function<Record, Boolean>, JsonObject, Handler<AsyncResult<JDBCClient>>) - Static method in interface io.vertx.servicediscovery.types.JDBCDataSource
-
Convenient method that looks for a JDBC datasource source and provides the configured
JDBCClient.
- getJdkSslEngineOptions() - Method in class io.vertx.core.net.TCPSSLOptions
-
- getJmxDomain() - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
-
Get the JMX domain to use when JMX metrics are enabled.
- getJmxMetricsOptions() - Method in class io.vertx.micrometer.MicrometerMetricsOptions
-
Get the specific options for JMX reporting.
- getJob(int) - Method in interface io.vertx.ext.shell.system.JobController
-
Returns an active job in this session by its id.
- getJob(int) - Method in class io.vertx.reactivex.ext.shell.system.JobController
-
Returns an active job in this session by its .
- getJob(int) - Method in class io.vertx.rxjava.ext.shell.system.JobController
-
Returns an active job in this session by its .
- getJson(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Get a JSON element for the given
column, the element might be
#JSON_NULL null or one of the following types:
String
Number
JsonObject
JsonArray
Boolean
- getJson(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Get a JSON element at
pos, the element might be
#JSON_NULL null or one of the following types:
String
Number
JsonObject
JsonArray
Boolean
- getJson(String) - Method in class io.vertx.rxjava.sqlclient.Row
-
Get a JSON element for the given
column, the element might be
#JSON_NULL null or one of the following types:
String
Number
JsonObject
JsonArray
Boolean
- getJson(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
-
Get a JSON element at
pos, the element might be
#JSON_NULL null or one of the following types:
String
Number
JsonObject
JsonArray
Boolean
- getJson(String) - Method in interface io.vertx.sqlclient.Row
-
Get a JSON element for the given
column, the element might be
null or one of the following types:
String
Number
JsonObject
JsonArray
Boolean
- getJson(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get a JSON element at
pos, the element might be
null or one of the following types:
String
Number
JsonObject
JsonArray
Boolean
- getJsonArray(int) - Method in class io.vertx.core.json.JsonArray
-
Get the JsonArray at position pos in the array.
- getJsonArray(String) - Method in class io.vertx.core.json.JsonObject
-
Get the JsonArray value with the specified key
- getJsonArray(String, JsonArray) - Method in class io.vertx.core.json.JsonObject
-
- getJsonArray() - Method in interface io.vertx.ext.web.api.RequestParameter
-
Returns null if value is not a JsonArray, otherwise it returns value
- getJsonArray() - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
-
Returns null if value is not a JsonArray, otherwise it returns value
- getJsonArray() - Method in class io.vertx.rxjava.ext.web.api.RequestParameter
-
Returns null if value is not a JsonArray, otherwise it returns value
- getJsonObject(int) - Method in class io.vertx.core.json.JsonArray
-
Get the JsonObject at position pos in the array.
- getJsonObject(String) - Method in class io.vertx.core.json.JsonObject
-
Get the JsonObject value with the specified key
- getJsonObject(String, JsonObject) - Method in class io.vertx.core.json.JsonObject
-
- getJsonObject() - Method in interface io.vertx.ext.web.api.RequestParameter
-
Returns null if value is not a JsonObject, otherwise it returns value
- getJsonObject() - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
-
Returns null if value is not a JsonObject, otherwise it returns value
- getJsonObject() - Method in class io.vertx.rxjava.ext.web.api.RequestParameter
-
Returns null if value is not a JsonObject, otherwise it returns value
- getJwkPath() - Method in class io.vertx.ext.auth.oauth2.OAuth2ClientOptions
-
- getJwks() - Method in class io.vertx.ext.auth.jwt.JWTAuthOptions
-
- getJWTOptions() - Method in class io.vertx.ext.auth.jwt.JWTAuthOptions
-
- getJWTOptions() - Method in class io.vertx.ext.auth.oauth2.OAuth2ClientOptions
-
- getKeepAlive() - Method in class io.vertx.ext.web.handler.graphql.ApolloWSOptions
-
- getKeepAliveInterval() - Method in class io.vertx.mqtt.MqttClientOptions
-
- getKeepAliveTimeout() - Method in class io.vertx.core.http.HttpClientOptions
-
- getKeepAliveTimeSeconds() - Method in class io.vertx.mqtt.MqttClientOptions
-
- getKey() - Method in class io.vertx.ext.consul.KeyValue
-
Get the key
- getKey() - Method in class io.vertx.ext.consul.TxnKVOperation
-
Get the key
- getKeyCertOptions() - Method in class io.vertx.core.net.TCPSSLOptions
-
- getKeyManagerFactory(Vertx) - Method in interface io.vertx.core.net.KeyCertOptions
-
Create and return the key manager factory for these options.
- getKeyManagerFactory(Vertx) - Method in class io.vertx.core.net.KeyStoreOptionsBase
-
- getKeyManagerFactory(Vertx) - Method in class io.vertx.core.net.PemKeyCertOptions
-
- getKeyPairOptions() - Method in class io.vertx.ext.shell.term.SSHTermOptions
-
- getKeyPath() - Method in class io.vertx.core.net.PemKeyCertOptions
-
Get the path to the first key file
- getKeyPaths() - Method in class io.vertx.core.net.PemKeyCertOptions
-
Get all the paths to the key files
- getKeys(String, Handler<AsyncResult<List<String>>>) - Method in interface io.vertx.ext.consul.ConsulClient
-
Returns the list of keys that corresponding to the specified key prefix.
- getKeys(String, Handler<AsyncResult<List<String>>>) - Method in interface io.vertx.ext.consul.ConsulService
-
- getKeys() - Method in class io.vertx.ext.sql.UpdateResult
-
Get any generated keys
- getKeys(String, Handler<AsyncResult<List<String>>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Returns the list of keys that corresponding to the specified key prefix.
- getKeys(String, Handler<AsyncResult<List<String>>>) - Method in class io.vertx.reactivex.ext.consul.ConsulService
-
- getKeys() - Method in class io.vertx.reactivex.redis.client.Response
-
Get this multi response keys from a hash.
- getKeys() - Method in interface io.vertx.redis.client.Response
-
Get this multi response keys from a hash.
- getKeys(String, Handler<AsyncResult<List<String>>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
-
Returns the list of keys that corresponding to the specified key prefix.
- getKeys() - Method in class io.vertx.rxjava.redis.client.Response
-
Get this multi response keys from a hash.
- getKeyspace() - Method in class io.vertx.cassandra.CassandraClientOptions
-
- getKeyStore() - Method in class io.vertx.ext.auth.jwt.JWTAuthOptions
-
- getKeyStore() - Method in class io.vertx.ext.mail.MailConfig
-
get the key store filename to be used when opening SMTP connections
- getKeyStoreOptions() - Method in class io.vertx.core.net.TCPSSLOptions
-
Get the key/cert options in jks format, aka Java keystore.
- getKeyStorePassword() - Method in class io.vertx.ext.mail.MailConfig
-
get the key store password to be used when opening SMTP connections
- getKeysWithOptions(String, BlockingQueryOptions, Handler<AsyncResult<List<String>>>) - Method in interface io.vertx.ext.consul.ConsulClient
-
Returns the list of keys that corresponding to the specified key prefix.
- getKeysWithOptions(String, BlockingQueryOptions, Handler<AsyncResult<List<String>>>) - Method in interface io.vertx.ext.consul.ConsulService
-
- getKeysWithOptions(String, BlockingQueryOptions, Handler<AsyncResult<List<String>>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Returns the list of keys that corresponding to the specified key prefix.
- getKeysWithOptions(String, BlockingQueryOptions, Handler<AsyncResult<List<String>>>) - Method in class io.vertx.reactivex.ext.consul.ConsulService
-
- getKeysWithOptions(String, BlockingQueryOptions, Handler<AsyncResult<List<String>>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
-
Returns the list of keys that corresponding to the specified key prefix.
- getKeyValue() - Method in class io.vertx.core.net.PemKeyCertOptions
-
Get the first key as a buffer
- getKeyValues() - Method in class io.vertx.core.net.PemKeyCertOptions
-
Get all the keys as a list of buffer
- getKind() - Method in class io.vertx.serviceproxy.generator.model.ProxyModel
-
- getLabel() - Method in class io.vertx.micrometer.Match
-
- getLabelMatches() - Method in class io.vertx.micrometer.MicrometerMetricsOptions
-
- getLabels() - Method in class io.vertx.micrometer.MicrometerMetricsOptions
-
- getLanAddress() - Method in class io.vertx.ext.consul.Node
-
Get node lan address
- getLanguageOverride() - Method in class io.vertx.ext.mongo.IndexOptions
-
Gets the name of the field that contains the language string.
- getLastKey() - Method in class io.vertx.reactivex.redis.client.Command
-
- getLastKey() - Method in interface io.vertx.redis.client.Command
-
- getLastKey() - Method in class io.vertx.rxjava.redis.client.Command
-
- getLastRenewalTime() - Method in class io.vertx.config.vault.client.Lookup
-
- getLastStreamId() - Method in class io.vertx.core.http.GoAway
-
- getLeader() - Method in class io.vertx.kafka.client.common.PartitionInfo
-
- getLeader() - Method in class io.vertx.kafka.client.common.TopicPartitionInfo
-
- getLeaderEpoch() - Method in class io.vertx.kafka.admin.ListOffsetsResultInfo
-
- getLeaseDuration() - Method in class io.vertx.config.vault.client.Auth
-
- getLeaseDuration() - Method in class io.vertx.config.vault.client.Secret
-
- getLeaseId() - Method in class io.vertx.config.vault.client.Secret
-
- getLeeway() - Method in class io.vertx.ext.auth.JWTOptions
-
- getLeftPadding() - Method in class io.vertx.core.cli.UsageMessageFormatter
-
- getLibraryURL() - Method in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
-
- getLimit() - Method in class io.vertx.ext.consul.PreparedQueryExecuteOptions
-
Get the size of the list to the given number of nodes.
- getLimit() - Method in class io.vertx.ext.mongo.FindOptions
-
Get the limit - this determines the max number of rows to return
- getLinkName() - Method in class io.vertx.amqp.AmqpReceiverOptions
-
- getLinkName() - Method in class io.vertx.amqp.AmqpSenderOptions
-
- getList() - Method in class io.vertx.core.json.JsonArray
-
Get the unerlying List
- getList() - Method in class io.vertx.ext.consul.CheckList
-
Get list of checks
- getList() - Method in class io.vertx.ext.consul.CoordinateList
-
Get list of coordinates
- getList() - Method in class io.vertx.ext.consul.EventList
-
Get list of events
- getList() - Method in class io.vertx.ext.consul.KeyValueList
-
Get list of key/value pairs
- getList() - Method in class io.vertx.ext.consul.NodeList
-
Get list of nodes
- getList() - Method in class io.vertx.ext.consul.ServiceEntryList
-
Get list of services
- getList() - Method in class io.vertx.ext.consul.ServiceList
-
Get list of services
- getList() - Method in class io.vertx.ext.consul.SessionList
-
Get list of sessions
- getListSeparator() - Method in class io.vertx.core.cli.TypedOption
-
- getLocalAddress() - Method in class io.vertx.core.net.ClientOptionsBase
-
- getLocalAsyncMap(String, Handler<AsyncResult<AsyncMap<K, V>>>) - Method in interface io.vertx.core.shareddata.SharedData
-
Get the
AsyncMap with the specified name.
- getLocalAsyncMap(String, Handler<AsyncResult<AsyncMap<K, V>>>) - Method in class io.vertx.reactivex.core.shareddata.SharedData
-
Get the
AsyncMap with the specified name.
- getLocalAsyncMap(String, Handler<AsyncResult<AsyncMap<K, V>>>) - Method in class io.vertx.rxjava.core.shareddata.SharedData
-
Get the
AsyncMap with the specified name.
- getLocalAsyncMapObservable(String) - Method in class io.vertx.rxjava.core.shareddata.SharedData
-
- getLocalCounter(String, Handler<AsyncResult<Counter>>) - Method in interface io.vertx.core.shareddata.SharedData
-
Get an asynchronous local counter.
- getLocalCounter(String, Handler<AsyncResult<Counter>>) - Method in class io.vertx.reactivex.core.shareddata.SharedData
-
Get an asynchronous local counter.
- getLocalCounter(String, Handler<AsyncResult<Counter>>) - Method in class io.vertx.rxjava.core.shareddata.SharedData
-
Get an asynchronous local counter.
- getLocalCounterObservable(String) - Method in class io.vertx.rxjava.core.shareddata.SharedData
-
- getLocalDate(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Get LocalDate value for the given column.
- getLocalDate(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Get LocalDate value at pos.
- getLocalDate(String) - Method in class io.vertx.rxjava.sqlclient.Row
-
Get LocalDate value for the given column.
- getLocalDate(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
-
Get LocalDate value at pos.
- getLocalDate(String) - Method in interface io.vertx.sqlclient.Row
-
Get LocalDate value for the given column.
- getLocalDate(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get LocalDate value at pos.
- getLocalDateArray(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Deprecated.
- getLocalDateArray(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Deprecated.
- getLocalDateArray(String) - Method in class io.vertx.rxjava.sqlclient.Row
-
Deprecated.
- getLocalDateArray(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
-
Deprecated.
- getLocalDateArray(String) - Method in interface io.vertx.sqlclient.Row
-
- getLocalDateArray(int) - Method in interface io.vertx.sqlclient.Tuple
-
- getLocalDateTime(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Get LocalDateTime value for the given column.
- getLocalDateTime(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Get LocalDateTime value at pos.
- getLocalDateTime(String) - Method in class io.vertx.rxjava.sqlclient.Row
-
Get LocalDateTime value for the given column.
- getLocalDateTime(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
-
Get LocalDateTime value at pos.
- getLocalDateTime(String) - Method in interface io.vertx.sqlclient.Row
-
Get LocalDateTime value for the given column.
- getLocalDateTime(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get LocalDateTime value at pos.
- getLocalDateTimeArray(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Deprecated.
- getLocalDateTimeArray(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Deprecated.
- getLocalDateTimeArray(String) - Method in class io.vertx.rxjava.sqlclient.Row
-
Deprecated.
- getLocalDateTimeArray(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
-
Deprecated.
- getLocalDateTimeArray(String) - Method in interface io.vertx.sqlclient.Row
-
- getLocalDateTimeArray(int) - Method in interface io.vertx.sqlclient.Tuple
-
- getLocalLock(String, Handler<AsyncResult<Lock>>) - Method in interface io.vertx.core.shareddata.SharedData
-
Get an asynchronous local lock with the specified name.
- getLocalLock(String, Handler<AsyncResult<Lock>>) - Method in class io.vertx.reactivex.core.shareddata.SharedData
-
Get an asynchronous local lock with the specified name.
- getLocalLock(String, Handler<AsyncResult<Lock>>) - Method in class io.vertx.rxjava.core.shareddata.SharedData
-
Get an asynchronous local lock with the specified name.
- getLocalLockObservable(String) - Method in class io.vertx.rxjava.core.shareddata.SharedData
-
- getLocalLockWithTimeout(String, long, Handler<AsyncResult<Lock>>) - Method in interface io.vertx.core.shareddata.SharedData
-
- getLocalLockWithTimeout(String, long, Handler<AsyncResult<Lock>>) - Method in class io.vertx.reactivex.core.shareddata.SharedData
-
- getLocalLockWithTimeout(String, long, Handler<AsyncResult<Lock>>) - Method in class io.vertx.rxjava.core.shareddata.SharedData
-
- getLocalLockWithTimeoutObservable(String, long) - Method in class io.vertx.rxjava.core.shareddata.SharedData
-
- getLocalMap(String) - Method in interface io.vertx.core.shareddata.SharedData
-
Return a LocalMap with the specific name.
- getLocalMap(String) - Method in class io.vertx.reactivex.core.shareddata.SharedData
-
Return a LocalMap with the specific name.
- getLocalMap(String) - Method in class io.vertx.rxjava.core.shareddata.SharedData
-
Return a LocalMap with the specific name.
- getLocalRepository() - Method in class io.vertx.maven.ResolverOptions
-
- getLocalTime(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Get LocalTime value for the given column.
- getLocalTime(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Get LocalTime value at pos.
- getLocalTime(String) - Method in class io.vertx.rxjava.sqlclient.Row
-
Get LocalTime value for the given column.
- getLocalTime(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
-
Get LocalTime value at pos.
- getLocalTime(String) - Method in interface io.vertx.sqlclient.Row
-
Get LocalTime value for the given column.
- getLocalTime(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get LocalTime value at pos.
- getLocalTimeArray(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Deprecated.
- getLocalTimeArray(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Deprecated.
- getLocalTimeArray(String) - Method in class io.vertx.rxjava.sqlclient.Row
-
Deprecated.
- getLocalTimeArray(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
-
Deprecated.
- getLocalTimeArray(String) - Method in interface io.vertx.sqlclient.Row
-
- getLocalTimeArray(int) - Method in interface io.vertx.sqlclient.Tuple
-
- getLocation() - Method in class io.vertx.servicediscovery.Record
-
- getLock(String, Handler<AsyncResult<Lock>>) - Method in interface io.vertx.core.shareddata.SharedData
-
Get an asynchronous lock with the specified name.
- getLock(String, Handler<AsyncResult<Lock>>) - Method in class io.vertx.reactivex.core.shareddata.SharedData
-
Get an asynchronous lock with the specified name.
- getLock(String, Handler<AsyncResult<Lock>>) - Method in class io.vertx.rxjava.core.shareddata.SharedData
-
Get an asynchronous lock with the specified name.
- getLockDelay() - Method in class io.vertx.ext.consul.Session
-
Lock delay is a time duration, between 0 and 60 seconds.
- getLockDelay() - Method in class io.vertx.ext.consul.SessionOptions
-
Get the lock-delay period.
- getLockIndex() - Method in class io.vertx.ext.consul.KeyValue
-
Get the number of times this key has successfully been acquired in a lock.
- getLockObservable(String) - Method in class io.vertx.rxjava.core.shareddata.SharedData
-
- getLockWithTimeout(String, long, Handler<AsyncResult<Lock>>) - Method in interface io.vertx.core.shareddata.SharedData
-
- getLockWithTimeout(String, long, Handler<AsyncResult<Lock>>) - Method in interface io.vertx.core.spi.cluster.ClusterManager
-
- getLockWithTimeout(String, long, Handler<AsyncResult<Lock>>) - Method in class io.vertx.ext.cluster.infinispan.InfinispanClusterManager
-
- getLockWithTimeout(String, long, Handler<AsyncResult<Lock>>) - Method in class io.vertx.reactivex.core.shareddata.SharedData
-
- getLockWithTimeout(String, long, Handler<AsyncResult<Lock>>) - Method in class io.vertx.rxjava.core.shareddata.SharedData
-
- getLockWithTimeout(String, long, Handler<AsyncResult<Lock>>) - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
-
- getLockWithTimeout(String, long, Handler<AsyncResult<Lock>>) - Method in class io.vertx.spi.cluster.ignite.IgniteClusterManager
-
- getLockWithTimeout(String, long, Handler<AsyncResult<Lock>>) - Method in class io.vertx.spi.cluster.zookeeper.ZookeeperClusterManager
-
- getLockWithTimeoutObservable(String, long) - Method in class io.vertx.rxjava.core.shareddata.SharedData
-
- getLogActivity() - Method in class io.vertx.core.dns.DnsClientOptions
-
- getLogActivity() - Method in class io.vertx.core.net.NetworkOptions
-
- getLogger(Class<?>) - Static method in class io.vertx.core.logging.LoggerFactory
-
- getLogger(String) - Static method in class io.vertx.core.logging.LoggerFactory
-
- getLogin() - Method in class io.vertx.ext.mail.MailConfig
-
get login options
- getLogin() - Method in class io.vertx.ext.stomp.StompClientOptions
-
Gets the configured login.
- getLogoutPath() - Method in class io.vertx.ext.auth.oauth2.OAuth2ClientOptions
-
The provider logout path
- getLong(int) - Method in interface io.vertx.core.buffer.Buffer
-
Returns the long at position pos in the Buffer.
- getLong(int) - Method in class io.vertx.core.json.JsonArray
-
Get the Long at position pos in the array,
- getLong(String) - Method in class io.vertx.core.json.JsonObject
-
Get the Long value with the specified key
- getLong(String, Long) - Method in class io.vertx.core.json.JsonObject
-
- getLong() - Method in interface io.vertx.ext.web.api.RequestParameter
-
Returns null if value is not a Long, otherwise it returns value
- getLong(int) - Method in class io.vertx.reactivex.core.buffer.Buffer
-
Returns the long at position pos in the Buffer.
- getLong() - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
-
Returns null if value is not a Long, otherwise it returns value
- getLong(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Get a long value for the given column.
- getLong(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Get a long value at pos.
- getLong(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
-
Returns the long at position pos in the Buffer.
- getLong() - Method in class io.vertx.rxjava.ext.web.api.RequestParameter
-
Returns null if value is not a Long, otherwise it returns value
- getLong(String) - Method in class io.vertx.rxjava.sqlclient.Row
-
Get a long value for the given column.
- getLong(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
-
Get a long value at pos.
- getLong(String) - Method in interface io.vertx.sqlclient.Row
-
Get a long value for the given column.
- getLong(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get a long value at pos.
- getLongArray(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Deprecated.
- getLongArray(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Deprecated.
- getLongArray(String) - Method in class io.vertx.rxjava.sqlclient.Row
-
Deprecated.
- getLongArray(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
-
Deprecated.
- getLongArray(String) - Method in interface io.vertx.sqlclient.Row
-
- getLongArray(int) - Method in interface io.vertx.sqlclient.Tuple
-
- getLongLE(int) - Method in interface io.vertx.core.buffer.Buffer
-
Gets a 64-bit long integer at the specified absolute index in this buffer in Little Endian Byte Order.
- getLongLE(int) - Method in class io.vertx.reactivex.core.buffer.Buffer
-
Gets a 64-bit long integer at the specified absolute index in this buffer in Little Endian Byte Order.
- getLongLE(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
-
Gets a 64-bit long integer at the specified absolute index in this buffer in Little Endian Byte Order.
- getLongName() - Method in class io.vertx.core.cli.Option
-
- getLongOptionPrefix() - Method in class io.vertx.core.cli.UsageMessageFormatter
-
- getLongOptionSeparator() - Method in class io.vertx.core.cli.UsageMessageFormatter
-
Returns the separator displayed between a long option and its value.
- getLowerLeftCorner() - Method in class io.vertx.pgclient.data.Box
-
- getLTime() - Method in class io.vertx.ext.consul.Event
-
Get the Lamport clock time
- getMap() - Method in class io.vertx.core.json.JsonObject
-
Get the underlying Map as is.
- getMasterAddrByName(String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.reactivex.redis.sentinel.RedisSentinel
-
Return the ip and port number of the master with that name.
- getMasterAddrByName(String, Handler<AsyncResult<JsonArray>>) - Method in interface io.vertx.redis.sentinel.RedisSentinel
-
Deprecated.
Return the ip and port number of the master with that name.
- getMasterAddrByName(String, Handler<AsyncResult<JsonArray>>) - Method in class io.vertx.rxjava.redis.sentinel.RedisSentinel
-
Return the ip and port number of the master with that name.
- getMasterAddrByNameObservable(String) - Method in class io.vertx.rxjava.redis.sentinel.RedisSentinel
-
- getMasterName() - Method in class io.vertx.redis.client.RedisOptions
-
Get the master name (only considered in HA mode).
- getMasterName() - Method in class io.vertx.redis.RedisOptions
-
Deprecated.
Get name of Redis master.
- getMatch() - Method in class io.vertx.ext.bridge.PermittedOptions
-
- getMatchedCount() - Method in class io.vertx.ext.mongo.MongoClientBulkWriteResult
-
Returns the number of matched documents
- getMax() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxHistogramMBean
-
- getMax() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxTimerMBean
-
- getMax() - Method in class io.vertx.ext.mongo.IndexOptions
-
Gets the upper inclusive boundary for the longitude and latitude values for 2d indexes..
- getMaxAddressLength() - Method in class io.vertx.ext.web.handler.sockjs.SockJSBridgeOptions
-
- getMaxAwaitTime() - Method in class io.vertx.ext.mongo.AggregateOptions
-
- getMaxBodyLength() - Method in class io.vertx.ext.stomp.StompServerOptions
-
Gets the max length of the frame body accepted by the server.
- getMaxBufferedMessages() - Method in class io.vertx.amqp.AmqpReceiverOptions
-
- getMaxBufferedMessages() - Method in interface io.vertx.core.eventbus.MessageConsumer
-
- getMaxBufferedMessages() - Method in class io.vertx.reactivex.core.eventbus.MessageConsumer
-
- getMaxBufferedMessages() - Method in class io.vertx.rxjava.core.eventbus.MessageConsumer
-
- getMaxBytesStreaming() - Method in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
-
- getMaxChunkSize() - Method in class io.vertx.core.http.HttpClientOptions
-
Returns the maximum HTTP chunk size
- getMaxChunkSize() - Method in class io.vertx.core.http.HttpServerOptions
-
- getMaxConcurrentStreams() - Method in class io.vertx.core.http.Http2Settings
-
- getMaxEventLoopExecuteTime() - Method in class io.vertx.core.VertxOptions
-
- getMaxEventLoopExecuteTimeUnit() - Method in class io.vertx.core.VertxOptions
-
- getMaxFailures() - Method in class io.vertx.circuitbreaker.CircuitBreakerOptions
-
- getMaxFormAttributeSize() - Method in class io.vertx.core.http.HttpServerOptions
-
- getMaxFrameInTransaction() - Method in class io.vertx.ext.stomp.StompServerOptions
-
Gets the maximum number of frames that can be added to a transaction.
- getMaxFrameSize() - Method in class io.vertx.core.http.Http2Settings
-
- getMaxHandlersPerSocket() - Method in class io.vertx.ext.web.handler.sockjs.SockJSBridgeOptions
-
- getMaxHeaderLength() - Method in class io.vertx.ext.stomp.StompServerOptions
-
Gets the max length of header's value.
- getMaxHeaderListSize() - Method in class io.vertx.core.http.Http2Settings
-
- getMaxHeaders() - Method in class io.vertx.ext.stomp.StompServerOptions
-
Gets the maximum number of headers supported by the server.
- getMaxHeaderSize() - Method in class io.vertx.core.http.HttpClientOptions
-
- getMaxHeaderSize() - Method in class io.vertx.core.http.HttpServerOptions
-
- getMaxInflightQueue() - Method in class io.vertx.mqtt.MqttClientOptions
-
- getMaxInitialLineLength() - Method in class io.vertx.core.http.HttpClientOptions
-
- getMaxInitialLineLength() - Method in class io.vertx.core.http.HttpServerOptions
-
- getMaxMessageSize() - Method in class io.vertx.mqtt.MqttClientOptions
-
- getMaxMessageSize() - Method in class io.vertx.mqtt.MqttServerOptions
-
- getMaxNestedArrays() - Method in class io.vertx.redis.client.RedisOptions
-
Tune how much nested arrays are allowed on a redis response.
- getMaxPoolSize() - Method in class io.vertx.core.http.HttpClientOptions
-
Get the maximum pool size for connections
- getMaxPoolSize() - Method in class io.vertx.ext.mail.MailConfig
-
get the max allowed number of open connections to the mailserver
if not set the default is 10
- getMaxPoolSize() - Method in class io.vertx.redis.client.RedisOptions
-
Tune the maximum size of the connection pool.
- getMaxPoolWaiting() - Method in class io.vertx.redis.client.RedisOptions
-
Tune the maximum waiting requests for a connection from the pool.
- getMaxQueries() - Method in class io.vertx.core.dns.AddressResolverOptions
-
- getMaxRedirects() - Method in class io.vertx.core.http.HttpClientOptions
-
- getMaxRetries() - Method in class io.vertx.circuitbreaker.CircuitBreakerOptions
-
- getMaxRows() - Method in class io.vertx.ext.sql.SQLOptions
-
- getMaxSize() - Method in class io.vertx.sqlclient.PoolOptions
-
- getMaxSubscriptionsByClient() - Method in class io.vertx.ext.stomp.StompServerOptions
-
Gets the maximum of subscriptions a client is allowed to register.
- getMaxTime() - Method in class io.vertx.ext.mongo.AggregateOptions
-
Get the specified time limit in milliseconds for processing operations on a cursor.
- getMaxWaitingHandlers() - Method in class io.vertx.redis.client.RedisOptions
-
The client will always work on pipeline mode, this means that messages can start queueing.
- getMaxWaitQueueSize() - Method in class io.vertx.core.http.HttpClientOptions
-
Returns the maximum wait queue size
- getMaxWaitQueueSize() - Method in class io.vertx.sqlclient.PoolOptions
-
- getMaxWebsocketFrameSize() - Method in class io.vertx.core.http.HttpClientOptions
-
- getMaxWebSocketFrameSize() - Method in class io.vertx.core.http.HttpClientOptions
-
Get the maximum WebSocket frame size to use
- getMaxWebsocketFrameSize() - Method in class io.vertx.core.http.HttpServerOptions
-
- getMaxWebSocketFrameSize() - Method in class io.vertx.core.http.HttpServerOptions
-
- getMaxWebsocketMessageSize() - Method in class io.vertx.core.http.HttpClientOptions
-
- getMaxWebSocketMessageSize() - Method in class io.vertx.core.http.HttpClientOptions
-
Get the maximum WebSocket message size to use
- getMaxWebsocketMessageSize() - Method in class io.vertx.core.http.HttpServerOptions
-
- getMaxWebSocketMessageSize() - Method in class io.vertx.core.http.HttpServerOptions
-
- getMaxWorkerExecuteTime() - Method in class io.vertx.core.DeploymentOptions
-
- getMaxWorkerExecuteTime() - Method in class io.vertx.core.VertxOptions
-
- getMaxWorkerExecuteTimeUnit() - Method in class io.vertx.core.DeploymentOptions
-
- getMaxWorkerExecuteTimeUnit() - Method in class io.vertx.core.VertxOptions
-
- getMean() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxHistogramMBean
-
- getMean() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxTimerMBean
-
- getMeanRate() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxMeterMBean
-
- getMedium(int) - Method in interface io.vertx.core.buffer.Buffer
-
Gets a 24-bit medium integer at the specified absolute index in this buffer.
- getMedium(int) - Method in class io.vertx.reactivex.core.buffer.Buffer
-
Gets a 24-bit medium integer at the specified absolute index in this buffer.
- getMedium(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
-
Gets a 24-bit medium integer at the specified absolute index in this buffer.
- getMediumLE(int) - Method in interface io.vertx.core.buffer.Buffer
-
Gets a 24-bit medium integer at the specified absolute index in this buffer in the Little Endian Byte Order.
- getMediumLE(int) - Method in class io.vertx.reactivex.core.buffer.Buffer
-
Gets a 24-bit medium integer at the specified absolute index in this buffer in the Little Endian Byte Order.
- getMediumLE(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
-
Gets a 24-bit medium integer at the specified absolute index in this buffer in the Little Endian Byte Order.
- getMembers() - Method in class io.vertx.kafka.admin.ConsumerGroupDescription
-
- getMessage() - Method in exception io.vertx.db2client.DB2Exception
-
Get the error message in the error message sent from DB2 server.
- getMessage() - Method in exception io.vertx.ext.web.api.validation.ValidationException
-
- getMessage() - Method in exception io.vertx.mysqlclient.MySQLException
-
Get the error message in the error message sent from MySQL server.
- getMessageID() - Method in class io.vertx.ext.mail.mailencoder.MailEncoder
-
- getMessageID() - Method in class io.vertx.ext.mail.MailResult
-
- getMeta() - Method in class io.vertx.config.vault.client.TokenRequest
-
- getMeta() - Method in class io.vertx.ext.consul.PreparedQueryDefinition
-
Get a list of user-defined key/value pairs that will be used for filtering the query results to nodes
with the given metadata values present.
- getMeta() - Method in class io.vertx.ext.consul.Service
-
Get arbitrary KV metadata linked to the service instance.
- getMeta() - Method in class io.vertx.ext.consul.ServiceOptions
-
Get arbitrary KV metadata linked to the service instance.
- getMetadata() - Method in class io.vertx.config.vault.client.Auth
-
- getMetadata() - Method in class io.vertx.config.vault.client.Lookup
-
- getMetadata() - Method in class io.vertx.kafka.client.consumer.OffsetAndMetadata
-
- getMetadata() - Method in class io.vertx.servicediscovery.Record
-
Gets the metadata attached to the record.
- getMeterRegistry() - Method in interface io.vertx.micrometer.backends.BackendRegistry
-
- getMeterRegistry() - Method in class io.vertx.micrometer.backends.InfluxDbBackendRegistry
-
- getMeterRegistry() - Method in class io.vertx.micrometer.backends.JmxBackendRegistry
-
- getMeterRegistry() - Method in enum io.vertx.micrometer.backends.NoopBackendRegistry
-
- getMeterRegistry() - Method in class io.vertx.micrometer.backends.PrometheusBackendRegistry
-
- getMetricRegistry() - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
-
An optional metric registry used instead of the Dropwizard shared registry.
- getMetrics() - Method in interface io.vertx.core.spi.metrics.MetricsProvider
-
Returns the metrics implementation.
- getMetricsName() - Method in class io.vertx.core.net.ClientOptionsBase
-
- getMetricsOptions() - Method in class io.vertx.core.VertxOptions
-
- getMetricsRollingBuckets() - Method in class io.vertx.circuitbreaker.CircuitBreakerOptions
-
- getMetricsRollingWindow() - Method in class io.vertx.circuitbreaker.CircuitBreakerOptions
-
- getMetricsSnapshot(Measured) - Method in interface io.vertx.ext.dropwizard.MetricsService
-
Will return the metrics that correspond with the
measured object, null if no metrics is available.
Note: in the case of scaled servers, the JsonObject returns an aggregation of the metrics as the
dropwizard backend reports to a single server.
- getMetricsSnapshot(String) - Method in interface io.vertx.ext.dropwizard.MetricsService
-
Will return the metrics that begins with the
baseName, null if no metrics is available.
Note: in the case of scaled servers, the JsonObject returns an aggregation of the metrics as the
dropwizard backend reports to a single server.
- getMetricsSnapshot() - Method in interface io.vertx.micrometer.MetricsService
-
Will return the metrics that correspond with the
measured object, null if no metrics is available.
- getMetricsSnapshot(String) - Method in interface io.vertx.micrometer.MetricsService
-
Will return the metrics that begins with the
baseName, null if no metrics is available.
- getMetricsSnapshot(Measured) - Method in class io.vertx.reactivex.ext.dropwizard.MetricsService
-
Will return the metrics that correspond with the
measured object, null if no metrics is available.
Note: in the case of scaled servers, the JsonObject returns an aggregation of the metrics as the
dropwizard backend reports to a single server.
- getMetricsSnapshot(String) - Method in class io.vertx.reactivex.ext.dropwizard.MetricsService
-
Will return the metrics that begins with the
baseName, null if no metrics is available.
Note: in the case of scaled servers, the JsonObject returns an aggregation of the metrics as the
dropwizard backend reports to a single server.
- getMetricsSnapshot() - Method in class io.vertx.reactivex.micrometer.MetricsService
-
Will return the metrics that correspond with the
measured object, null if no metrics is available.
- getMetricsSnapshot(String) - Method in class io.vertx.reactivex.micrometer.MetricsService
-
Will return the metrics that begins with the
baseName, null if no metrics is available.
- getMetricsSnapshot(Measured) - Method in class io.vertx.rxjava.ext.dropwizard.MetricsService
-
Will return the metrics that correspond with the
measured object, null if no metrics is available.
Note: in the case of scaled servers, the JsonObject returns an aggregation of the metrics as the
dropwizard backend reports to a single server.
- getMetricsSnapshot(String) - Method in class io.vertx.rxjava.ext.dropwizard.MetricsService
-
Will return the metrics that begins with the
baseName, null if no metrics is available.
Note: in the case of scaled servers, the JsonObject returns an aggregation of the metrics as the
dropwizard backend reports to a single server.
- getMetricsSnapshot() - Method in class io.vertx.rxjava.micrometer.MetricsService
-
Will return the metrics that correspond with the
measured object, null if no metrics is available.
- getMetricsSnapshot(String) - Method in class io.vertx.rxjava.micrometer.MetricsService
-
Will return the metrics that begins with the
baseName, null if no metrics is available.
- getMicrometerRegistry() - Method in class io.vertx.micrometer.MicrometerMetricsOptions
-
Get the Micrometer MeterRegistry to be used by Vert.x, that has been previously set programmatically
- getMicroseconds() - Method in class io.vertx.pgclient.data.Interval
-
- getMin() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxHistogramMBean
-
- getMin() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxTimerMBean
-
- getMin() - Method in class io.vertx.ext.mongo.IndexOptions
-
Gets the lower inclusive boundary for the longitude and latitude values for 2d indexes..
- getMinutes() - Method in class io.vertx.pgclient.data.Interval
-
- getModel(ProcessingEnvironment, TypeElement) - Method in class io.vertx.serviceproxy.generator.model.ProxyModelProvider
-
- getModifiedCount() - Method in class io.vertx.ext.mongo.MongoClientBulkWriteResult
-
Returns the number of modified documents
- getModifyIndex() - Method in class io.vertx.ext.consul.KeyValue
-
Get the last index that modified this key.
- getMongoClient(ServiceDiscovery, JsonObject, Handler<AsyncResult<MongoClient>>) - Static method in class io.vertx.reactivex.servicediscovery.types.MongoDataSource
-
Convenient method that looks for a Mongo datasource source and provides the configured
MongoClient.
- getMongoClient(ServiceDiscovery, Function<Record, Boolean>, Handler<AsyncResult<MongoClient>>) - Static method in class io.vertx.reactivex.servicediscovery.types.MongoDataSource
-
Convenient method that looks for a Mongo datasource source and provides the configured
MongoClient.
- getMongoClient(ServiceDiscovery, JsonObject, JsonObject, Handler<AsyncResult<MongoClient>>) - Static method in class io.vertx.reactivex.servicediscovery.types.MongoDataSource
-
Convenient method that looks for a Mongo datasource source and provides the configured
MongoClient.
- getMongoClient(ServiceDiscovery, JsonObject, Handler<AsyncResult<MongoClient>>) - Static method in class io.vertx.rxjava.servicediscovery.types.MongoDataSource
-
Convenient method that looks for a Mongo datasource source and provides the configured
MongoClient.
- getMongoClient(ServiceDiscovery, Function<Record, Boolean>, Handler<AsyncResult<MongoClient>>) - Static method in class io.vertx.rxjava.servicediscovery.types.MongoDataSource
-
Convenient method that looks for a Mongo datasource source and provides the configured
MongoClient.
- getMongoClient(ServiceDiscovery, JsonObject, JsonObject, Handler<AsyncResult<MongoClient>>) - Static method in class io.vertx.rxjava.servicediscovery.types.MongoDataSource
-
Convenient method that looks for a Mongo datasource source and provides the configured
MongoClient.
- getMongoClient(ServiceDiscovery, JsonObject, Handler<AsyncResult<MongoClient>>) - Static method in interface io.vertx.servicediscovery.types.MongoDataSource
-
Convenient method that looks for a Mongo datasource source and provides the configured
MongoClient.
- getMongoClient(ServiceDiscovery, Function<Record, Boolean>, Handler<AsyncResult<MongoClient>>) - Static method in interface io.vertx.servicediscovery.types.MongoDataSource
-
Convenient method that looks for a Mongo datasource source and provides the configured
MongoClient.
- getMongoClient(ServiceDiscovery, JsonObject, JsonObject, Handler<AsyncResult<MongoClient>>) - Static method in interface io.vertx.servicediscovery.types.MongoDataSource
-
Convenient method that looks for a Mongo datasource source and provides the configured
MongoClient.
- getMonitoredEventBusHandlers() - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
-
- getMonitoredHttpClientEndpoint() - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
-
- getMonitoredHttpClientUris() - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
-
- getMonitoredHttpServerUris() - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
-
- getMonths() - Method in class io.vertx.pgclient.data.Interval
-
- getMulticastNetworkInterface() - Method in class io.vertx.core.datagram.DatagramSocketOptions
-
Get the multicast network interface address
- getMulticastTimeToLive() - Method in class io.vertx.core.datagram.DatagramSocketOptions
-
- getName() - Method in interface io.vertx.core.cli.CLI
-
- getName() - Method in class io.vertx.core.cli.Option
-
- getName() - Method in interface io.vertx.core.http.Cookie
-
- getName() - Method in class io.vertx.ext.consul.AclToken
-
Get name of token
- getName() - Method in class io.vertx.ext.consul.Check
-
Get the name of check
- getName() - Method in class io.vertx.ext.consul.CheckOptions
-
Get check name
- getName() - Method in class io.vertx.ext.consul.Event
-
Get name of event
- getName() - Method in class io.vertx.ext.consul.EventListOptions
-
Get event name for filtering on events
- getName() - Method in class io.vertx.ext.consul.Node
-
Get node name
- getName() - Method in class io.vertx.ext.consul.PreparedQueryDefinition
-
Get an optional friendly name that can be used to execute a query instead of using its ID
- getName() - Method in class io.vertx.ext.consul.Service
-
Get service name
- getName() - Method in class io.vertx.ext.consul.ServiceOptions
-
Get service name
- getName() - Method in class io.vertx.ext.consul.SessionOptions
-
Get the human-readable name for the Session
- getName() - Method in class io.vertx.ext.mail.MailAttachment
-
get the name
- getName() - Method in class io.vertx.ext.mail.mailencoder.EmailAddress
-
get the name part of the address
- getName() - Method in class io.vertx.ext.mongo.IndexOptions
-
Gets the name of the index.
- getName() - Method in class io.vertx.ext.unit.junit.VertxUnitRunnerWithParameters
-
- getName() - Method in interface io.vertx.ext.web.api.RequestParameter
-
Get parameter name
- getName() - Method in interface io.vertx.ext.web.api.validation.ParameterValidationRule
-
This function return the name of the parameter expected into parameter lists
- getName() - Method in class io.vertx.kafka.admin.ConfigEntry
-
- getName() - Method in class io.vertx.kafka.admin.ConfigSynonym
-
- getName() - Method in class io.vertx.kafka.admin.NewTopic
-
- getName() - Method in class io.vertx.kafka.admin.TopicDescription
-
- getName() - Method in class io.vertx.kafka.client.common.ConfigResource
-
- getName() - Method in class io.vertx.reactivex.core.cli.CLI
-
- getName() - Method in class io.vertx.reactivex.core.http.Cookie
-
- getName() - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
-
Get parameter name
- getName() - Method in class io.vertx.reactivex.ext.web.api.validation.ParameterValidationRule
-
This function return the name of the parameter expected into parameter lists
- getName() - Method in class io.vertx.rxjava.core.cli.CLI
-
- getName() - Method in class io.vertx.rxjava.core.http.Cookie
-
- getName() - Method in class io.vertx.rxjava.ext.web.api.RequestParameter
-
Get parameter name
- getName() - Method in class io.vertx.rxjava.ext.web.api.validation.ParameterValidationRule
-
This function return the name of the parameter expected into parameter lists
- getName() - Method in class io.vertx.servicediscovery.Record
-
Gets the name of the service.
- getName() - Method in class io.vertx.servicediscovery.ServiceDiscoveryOptions
-
Gets the service discovery name used in service usage events.
- getNdots() - Method in class io.vertx.core.dns.AddressResolverOptions
-
- getNear() - Method in class io.vertx.ext.consul.CheckQueryOptions
-
Get node name for sorting the list in ascending order based on the estimated round trip time from that node.
- getNear() - Method in class io.vertx.ext.consul.NodeQueryOptions
-
Get node name for sorting the list in ascending order based on the estimated round trip time from that node.
- getNear() - Method in class io.vertx.ext.consul.PreparedQueryExecuteOptions
-
Get node name for sorting the list in ascending order based on the estimated round trip time from that node.
- getNear() - Method in class io.vertx.ext.consul.ServiceQueryOptions
-
Get node name for sorting the list in ascending order based on the estimated round trip time from that node.
- getNearestN() - Method in class io.vertx.ext.consul.PreparedQueryDefinition
-
Specifies that the query will be forwarded to up to NearestN other datacenters based on their estimated network
round trip time using Network Coordinates from the WAN gossip pool.
- getNetClientOptions() - Method in class io.vertx.redis.client.RedisOptions
-
Get the net client options used to connect to the server.
- getNetworkRecoveryInterval() - Method in class io.vertx.rabbitmq.RabbitMQOptions
-
- getNewConfiguration() - Method in class io.vertx.config.ConfigChange
-
- getNewLine() - Method in class io.vertx.core.cli.UsageMessageFormatter
-
- getNext() - Method in class io.vertx.ext.sql.ResultSet
-
Get the next result set
- getNode() - Method in class io.vertx.ext.consul.Coordinate
-
Get name of node
- getNode() - Method in class io.vertx.ext.consul.Event
-
Get regular expression to filter by node name
- getNode() - Method in class io.vertx.ext.consul.EventOptions
-
Get regular expression to filter by node name
- getNode() - Method in class io.vertx.ext.consul.Service
-
Get none name
- getNode() - Method in class io.vertx.ext.consul.ServiceEntry
-
Get node
- getNode() - Method in class io.vertx.ext.consul.Session
-
Get the ID of node
- getNode() - Method in class io.vertx.ext.consul.SessionOptions
-
Get the node to which the session will be assigned
- getNodeAddress() - Method in class io.vertx.ext.consul.Service
-
Get node address
- getNodeID() - Method in interface io.vertx.core.spi.cluster.ClusterManager
-
Return the unique node ID for this node
- getNodeID() - Method in class io.vertx.ext.cluster.infinispan.InfinispanClusterManager
-
- getNodeID() - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
-
- getNodeID() - Method in class io.vertx.spi.cluster.ignite.IgniteClusterManager
-
- getNodeID() - Method in class io.vertx.spi.cluster.zookeeper.ZookeeperClusterManager
-
- getNodeName() - Method in class io.vertx.ext.consul.Check
-
Get the name of node
- getNodes() - Method in interface io.vertx.core.spi.cluster.ClusterManager
-
Return a list of node IDs corresponding to the nodes in the cluster
- getNodes() - Method in class io.vertx.ext.cluster.infinispan.InfinispanClusterManager
-
- getNodes() - Method in class io.vertx.ext.consul.PreparedQueryExecuteResponse
-
Get the list of healthy nodes providing the given service, as specified by the constraints of the prepared query.
- getNodes() - Method in class io.vertx.kafka.admin.ClusterDescription
-
- getNodes() - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
-
- getNodes() - Method in class io.vertx.spi.cluster.ignite.IgniteClusterManager
-
- getNodes() - Method in class io.vertx.spi.cluster.zookeeper.ZookeeperClusterManager
-
- getNotes() - Method in class io.vertx.ext.consul.Check
-
Get the human-readable note of check
- getNotes() - Method in class io.vertx.ext.consul.CheckOptions
-
Get check notes
- getNotificationAddress() - Method in class io.vertx.circuitbreaker.CircuitBreakerOptions
-
- getNotificationPeriod() - Method in class io.vertx.circuitbreaker.CircuitBreakerOptions
-
- getNow(RequestOptions, Handler<HttpClientResponse>) - Method in interface io.vertx.core.http.HttpClient
-
- getNow(int, String, String, Handler<HttpClientResponse>) - Method in interface io.vertx.core.http.HttpClient
-
- getNow(String, String, Handler<HttpClientResponse>) - Method in interface io.vertx.core.http.HttpClient
-
- getNow(String, Handler<HttpClientResponse>) - Method in interface io.vertx.core.http.HttpClient
-
- getNow(String) - Static method in class io.vertx.micrometer.backends.BackendRegistries
-
Get the micrometer registry of the given name.
- getNow(RequestOptions, Handler<HttpClientResponse>) - Method in class io.vertx.reactivex.core.http.HttpClient
-
Deprecated.
- getNow(int, String, String, Handler<HttpClientResponse>) - Method in class io.vertx.reactivex.core.http.HttpClient
-
Deprecated.
- getNow(String, String, Handler<HttpClientResponse>) - Method in class io.vertx.reactivex.core.http.HttpClient
-
Deprecated.
- getNow(String, Handler<HttpClientResponse>) - Method in class io.vertx.reactivex.core.http.HttpClient
-
Deprecated.
- getNow(RequestOptions, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Deprecated.
- getNow(int, String, String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Deprecated.
- getNow(String, String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Deprecated.
- getNow(String, Handler<HttpClientResponse>) - Method in class io.vertx.rxjava.core.http.HttpClient
-
Deprecated.
- getNumber(int) - Method in class io.vertx.core.json.JsonArray
-
Get the Number at position pos in the array,
- getNumber(String) - Method in class io.vertx.core.json.JsonObject
-
Get the Number value with the specified key
- getNumber(String, Number) - Method in class io.vertx.core.json.JsonObject
-
- getNumColumns() - Method in class io.vertx.ext.sql.ResultSet
-
Return the number of columns in the result set
- getNumeric(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Get a numeric value for the given column.
- getNumeric(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Get value at pos.
- getNumeric(String) - Method in class io.vertx.rxjava.sqlclient.Row
-
Get a numeric value for the given column.
- getNumeric(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
-
Get value at pos.
- getNumeric(String) - Method in interface io.vertx.sqlclient.Row
-
Get a numeric value for the given column.
- getNumeric(int) - Method in interface io.vertx.sqlclient.Tuple
-
- getNumericArray(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Deprecated.
- getNumericArray(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Deprecated.
- getNumericArray(String) - Method in class io.vertx.rxjava.sqlclient.Row
-
Deprecated.
- getNumericArray(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
-
Deprecated.
- getNumericArray(String) - Method in interface io.vertx.sqlclient.Row
-
- getNumericArray(int) - Method in interface io.vertx.sqlclient.Tuple
-
- getNumPartitions() - Method in class io.vertx.kafka.admin.NewTopic
-
- getNumRows() - Method in class io.vertx.ext.sql.ResultSet
-
Return the number of rows in the result set
- getNumThreads() - Method in class io.vertx.micrometer.VertxInfluxDbOptions
-
Get the number of threads used by the push scheduler
- getNumUses() - Method in class io.vertx.config.vault.client.Lookup
-
- getNumUses() - Method in class io.vertx.config.vault.client.TokenRequest
-
- getObjectKeys() - Method in interface io.vertx.ext.web.api.RequestParameter
-
If value is a map of fields, it returns keys of map, otherwise it returns null
- getObjectKeys() - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
-
If value is a map of fields, it returns keys of map, otherwise it returns null
- getObjectKeys() - Method in class io.vertx.rxjava.ext.web.api.RequestParameter
-
If value is a map of fields, it returns keys of map, otherwise it returns null
- getObjectParameter(Object, String, boolean) - Method in interface io.vertx.core.json.pointer.JsonPointerIterator
-
Returns the object parameter with specified key.
- getObjectParameter(Object, String, boolean) - Method in class io.vertx.reactivex.core.json.pointer.JsonPointerIterator
-
Returns the object parameter with specified key.
- getObjectParameter(Object, String, boolean) - Method in class io.vertx.rxjava.core.json.pointer.JsonPointerIterator
-
Returns the object parameter with specified key.
- getObjectValue(String) - Method in interface io.vertx.ext.web.api.RequestParameter
-
If value is a map of fields, it returns value of field with key provided, otherwise it returns null
- getObjectValue(String) - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
-
If value is a map of fields, it returns value of field with key provided, otherwise it returns null
- getObjectValue(String) - Method in class io.vertx.rxjava.ext.web.api.RequestParameter
-
If value is a map of fields, it returns value of field with key provided, otherwise it returns null
- getObservable(K) - Method in class io.vertx.rxjava.core.shareddata.AsyncMap
-
- getObservable() - Method in class io.vertx.rxjava.core.shareddata.Counter
-
- getObservable(String) - Method in class io.vertx.rxjava.ext.web.sstore.SessionStore
-
- getObservable(String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
-
- getObservable(String) - Method in class io.vertx.rxjava.redis.RedisClient
-
- getObservable(String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
- getOffset() - Method in class io.vertx.kafka.admin.ListOffsetsResultInfo
-
- getOffset() - Method in class io.vertx.kafka.client.consumer.OffsetAndMetadata
-
- getOffset() - Method in class io.vertx.kafka.client.consumer.OffsetAndTimestamp
-
- getOffset() - Method in class io.vertx.kafka.client.producer.RecordMetadata
-
- getOffset() - Method in class io.vertx.redis.op.BitFieldGetCommand
-
Deprecated.
- getOffset() - Method in class io.vertx.redis.op.BitFieldIncrbyCommand
-
Deprecated.
- getOffset() - Method in class io.vertx.redis.op.BitFieldSetCommand
-
Deprecated.
- getOffsetDateTime(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Get OffsetDateTime value for the given column.
- getOffsetDateTime(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Get OffsetDateTime value at pos.
- getOffsetDateTime(String) - Method in class io.vertx.rxjava.sqlclient.Row
-
Get OffsetDateTime value for the given column.
- getOffsetDateTime(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
-
Get OffsetDateTime value at pos.
- getOffsetDateTime(String) - Method in interface io.vertx.sqlclient.Row
-
Get OffsetDateTime value for the given column.
- getOffsetDateTime(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get OffsetDateTime value at pos.
- getOffsetDateTimeArray(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Deprecated.
- getOffsetDateTimeArray(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Deprecated.
- getOffsetDateTimeArray(String) - Method in class io.vertx.rxjava.sqlclient.Row
-
Deprecated.
- getOffsetDateTimeArray(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
-
Deprecated.
- getOffsetDateTimeArray(String) - Method in interface io.vertx.sqlclient.Row
-
- getOffsetDateTimeArray(int) - Method in interface io.vertx.sqlclient.Tuple
-
- getOffsetTime(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Get OffsetTime value for the given column.
- getOffsetTime(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Get OffsetTime value at pos.
- getOffsetTime(String) - Method in class io.vertx.rxjava.sqlclient.Row
-
Get OffsetTime value for the given column.
- getOffsetTime(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
-
Get OffsetTime value at pos.
- getOffsetTime(String) - Method in interface io.vertx.sqlclient.Row
-
Get OffsetTime value for the given column.
- getOffsetTime(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get OffsetTime value at pos.
- getOffsetTimeArray(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Deprecated.
- getOffsetTimeArray(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Deprecated.
- getOffsetTimeArray(String) - Method in class io.vertx.rxjava.sqlclient.Row
-
Deprecated.
- getOffsetTimeArray(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
-
Deprecated.
- getOffsetTimeArray(String) - Method in interface io.vertx.sqlclient.Row
-
- getOffsetTimeArray(int) - Method in interface io.vertx.sqlclient.Tuple
-
- getOneMinuteRate() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxMeterMBean
-
- getOpenSslEngineOptions() - Method in class io.vertx.core.net.TCPSSLOptions
-
- getOperationModelKey() - Method in class io.vertx.ext.web.api.contract.RouterFactoryOptions
-
- getOperations() - Method in class io.vertx.ext.consul.TxnRequest
-
Returns list of transaction operations
- getOperations(int) - Method in class io.vertx.ext.consul.TxnRequest
-
Returns the operation at the specified position in this list
- getOperationsSize() - Method in class io.vertx.ext.consul.TxnRequest
-
Returns the number of operations in this request
- getOperationType() - Method in class io.vertx.ext.consul.KeyValue
-
- getOperationType() - Method in class io.vertx.ext.consul.TxnKVOperation
-
- getOperationType() - Method in interface io.vertx.ext.consul.TxnOperation
-
Returns the type of operation in a transaction
- getOperationType() - Method in interface io.vertx.ext.consul.TxnResult
-
- getOpIndex() - Method in class io.vertx.ext.consul.TxnError
-
Get the index of the failed operation in the transaction
- getOption(String) - Method in interface io.vertx.core.cli.CLI
-
Gets an
Option based on its name (short name, long name or argument name).
- getOption() - Method in exception io.vertx.core.cli.InvalidValueException
-
- getOption() - Method in exception io.vertx.core.cli.MissingValueException
-
- getOption(String) - Method in class io.vertx.reactivex.core.cli.CLI
-
Gets an
Option based on its name (short name, long name or argument name).
- getOption(String) - Method in class io.vertx.rxjava.core.cli.CLI
-
Gets an
Option based on its name (short name, long name or argument name).
- getOptionComparator() - Method in class io.vertx.core.cli.UsageMessageFormatter
-
Comparator used to sort the options when they output in help text.
- getOptionPrefix() - Method in class io.vertx.core.cli.UsageMessageFormatter
-
- getOptions() - Method in exception io.vertx.core.cli.AmbiguousOptionException
-
- getOptions() - Method in interface io.vertx.core.cli.CLI
-
Gets the list of options.
- getOptions() - Method in interface io.vertx.ext.web.api.contract.RouterFactory
-
Get options of router factory.
- getOptions() - Method in class io.vertx.reactivex.core.cli.CLI
-
Gets the list of options.
- getOptions() - Method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
-
Get options of router factory.
- getOptions() - Method in interface io.vertx.reactivex.ext.web.api.contract.RouterFactory
-
Get options of router factory.
- getOptions() - Method in class io.vertx.rxjava.core.cli.CLI
-
Gets the list of options.
- getOptions() - Method in class io.vertx.rxjava.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
-
Get options of router factory.
- getOptions() - Method in interface io.vertx.rxjava.ext.web.api.contract.RouterFactory
-
Get options of router factory.
- getOptionValue(String) - Method in interface io.vertx.core.cli.CommandLine
-
Gets the value of an option with the matching name (can be the long name, short name or arg name).
- getOptionValue(String) - Method in class io.vertx.reactivex.core.cli.CommandLine
-
Gets the value of an option with the matching name (can be the long name, short name or arg name).
- getOptionValue(String) - Method in class io.vertx.rxjava.core.cli.CommandLine
-
Gets the value of an option with the matching name (can be the long name, short name or arg name).
- getOptionValues(String) - Method in interface io.vertx.core.cli.CommandLine
-
Gets the values of an option with the matching name (can be the long name, short name or arg name).
- getOrCreateContext() - Method in interface io.vertx.core.Vertx
-
Gets the current context, or creates one if there isn't one
- getOrCreateContext() - Method in class io.vertx.reactivex.core.Vertx
-
Gets the current context, or creates one if there isn't one
- getOrCreateContext() - Method in class io.vertx.rxjava.core.Vertx
-
Gets the current context, or creates one if there isn't one
- getOrCreateDestination(String) - Method in interface io.vertx.ext.stomp.StompServerHandler
-
Gets a
Destination object if existing, or create a new one.
- getOrCreateDestination(String) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
-
Gets a
Destination object if existing, or create a new one.
- getOrCreateDestination(String) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
-
Gets a
Destination object if existing, or create a new one.
- getOrDefault(Object, V) - Method in interface io.vertx.core.shareddata.LocalMap
-
Returns the value to which the specified key is mapped, or
defaultValue if this map contains no mapping for the key.
- getOrDefault(Object, V) - Method in class io.vertx.reactivex.core.shareddata.LocalMap
-
Returns the value to which the specified key is mapped, or
defaultValue if this map contains no mapping for the key.
- getOrDefault(Object, V) - Method in class io.vertx.rxjava.core.shareddata.LocalMap
-
Returns the value to which the specified key is mapped, or
defaultValue if this map contains no mapping for the key.
- getOutBinary() - Method in class io.vertx.ext.shell.term.TelnetTermOptions
-
- getOutboundMappings() - Method in class io.vertx.camel.CamelBridgeOptions
-
- getOutboundPermitteds() - Method in class io.vertx.ext.bridge.BridgeOptions
-
- getOutboundPermitteds() - Method in class io.vertx.ext.web.handler.sockjs.SockJSBridgeOptions
-
- getOutput() - Method in class io.vertx.ext.consul.Check
-
Get the output of check
- getOutput() - Method in class io.vertx.ext.sql.ResultSet
-
Get the registered outputs
- getOwnHostname() - Method in class io.vertx.ext.mail.MailConfig
-
get the hostname to be used for HELO/EHLO and the Message-ID
- getP1() - Method in class io.vertx.pgclient.data.LineSegment
-
- getP2() - Method in class io.vertx.pgclient.data.LineSegment
-
- getParam(String) - Method in interface io.vertx.core.http.HttpServerRequest
-
Return the first param value with the specified name
- getParam(String) - Method in class io.vertx.reactivex.core.http.HttpServerRequest
-
Return the first param value with the specified name
- getParam(String) - Method in class io.vertx.rxjava.core.http.HttpServerRequest
-
Return the first param value with the specified name
- getParams() - Method in class io.vertx.ext.web.api.OperationRequest
-
Get request parsedParameters as JSON
- getPartialFilterExpression() - Method in class io.vertx.ext.mongo.IndexOptions
-
Get the filter expression for the documents to be included in the index or null if not set
- getPartition() - Method in class io.vertx.kafka.client.common.PartitionInfo
-
- getPartition() - Method in class io.vertx.kafka.client.common.TopicPartition
-
- getPartition() - Method in class io.vertx.kafka.client.common.TopicPartitionInfo
-
- getPartition() - Method in class io.vertx.kafka.client.producer.RecordMetadata
-
- getPartitionAssignor() - Method in class io.vertx.kafka.admin.ConsumerGroupDescription
-
- getPartitions() - Method in class io.vertx.kafka.admin.TopicDescription
-
- getPasscode() - Method in class io.vertx.ext.stomp.StompClientOptions
-
Gets the configured passcode.
- getPassing() - Method in class io.vertx.ext.consul.PreparedQueryDefinition
-
Specifies the behavior of the query's health check filtering.
- getPassword() - Method in class io.vertx.amqp.AmqpClientOptions
-
- getPassword() - Method in class io.vertx.core.net.KeyStoreOptionsBase
-
- getPassword() - Method in class io.vertx.core.net.ProxyOptions
-
Get proxy password.
- getPassword() - Method in class io.vertx.ext.auth.jwt.JWTKeyStoreOptions
-
Deprecated.
- getPassword() - Method in class io.vertx.ext.auth.KeyStoreOptions
-
Deprecated.
- getPassword() - Method in class io.vertx.ext.mail.MailConfig
-
get password
- getPassword() - Method in class io.vertx.micrometer.VertxInfluxDbOptions
-
Get the password used for authenticated connections
- getPassword() - Method in class io.vertx.mqtt.MqttAuth
-
- getPassword() - Method in class io.vertx.mqtt.MqttClientOptions
-
- getPassword() - Method in class io.vertx.mysqlclient.MySQLAuthOptions
-
Get the user password to be used for the authentication.
- getPassword() - Method in class io.vertx.rabbitmq.RabbitMQOptions
-
- getPassword() - Method in class io.vertx.sqlclient.SqlConnectOptions
-
Get the user password to be used for the authentication.
- getPasswordCredentialField() - Method in interface io.vertx.ext.auth.mongo.MongoAuth
-
- getPasswordCredentialField() - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
-
- getPasswordCredentialField() - Method in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
-
- getPasswordField() - Method in interface io.vertx.ext.auth.mongo.MongoAuth
-
- getPasswordField() - Method in class io.vertx.ext.auth.mongo.MongoAuthOptions
-
- getPasswordField() - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
-
Get the name of the field to be used for the password Defaults to
MongoAuth
- getPasswordField() - Method in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
-
Get the name of the field to be used for the password Defaults to
MongoAuth
- getPath() - Method in class io.vertx.config.vault.client.Lookup
-
- getPath() - Method in interface io.vertx.core.http.Cookie
-
- getPath() - Method in class io.vertx.core.net.KeyStoreOptionsBase
-
Get the path to the ksy store
- getPath() - Method in class io.vertx.ext.auth.jwt.JWTKeyStoreOptions
-
Deprecated.
- getPath() - Method in class io.vertx.ext.auth.KeyStoreOptions
-
Deprecated.
- getPath() - Method in interface io.vertx.ext.web.Route
-
- getPath() - Method in class io.vertx.reactivex.core.http.Cookie
-
- getPath() - Method in class io.vertx.reactivex.ext.web.Route
-
- getPath() - Method in class io.vertx.rxjava.core.http.Cookie
-
- getPath() - Method in class io.vertx.rxjava.ext.web.Route
-
- getPayload() - Method in class io.vertx.ext.consul.Event
-
Get payload of event
- getPayload() - Method in class io.vertx.ext.consul.EventOptions
-
Get payload of event
- getPayload() - Method in class io.vertx.ext.web.api.OperationResponse
-
- getPayload() - Method in class io.vertx.pgclient.PgNotification
-
- getPemKeyCertOptions() - Method in class io.vertx.core.net.TCPSSLOptions
-
Get the key/cert store options in pem format.
- getPemTrustOptions() - Method in class io.vertx.core.net.TCPSSLOptions
-
Get the trust options in pem format
- getPerFrameWebsocketCompressionSupported() - Method in class io.vertx.core.http.HttpServerOptions
-
- getPerFrameWebSocketCompressionSupported() - Method in class io.vertx.core.http.HttpServerOptions
-
Get whether WebSocket the per-frame deflate compression extension is supported.
- getPerMessageWebsocketCompressionSupported() - Method in class io.vertx.core.http.HttpServerOptions
-
- getPerMessageWebSocketCompressionSupported() - Method in class io.vertx.core.http.HttpServerOptions
-
Get whether WebSocket per-message deflate compression extension is supported.
- getPermissionField() - Method in interface io.vertx.ext.auth.mongo.MongoAuth
-
Get the name of the field to be used for the permissions.
- getPermissionField() - Method in class io.vertx.ext.auth.mongo.MongoAuthOptions
-
- getPermissionField() - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
-
Get the name of the field to be used for the permissions.
- getPermissionField() - Method in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
-
Get the name of the field to be used for the permissions.
- getPermissions() - Method in class io.vertx.ext.auth.JWTOptions
-
- getPermissionsClaimKey() - Method in class io.vertx.ext.auth.jwt.JWTAuthOptions
-
- getPermissionsQuery() - Method in class io.vertx.ext.auth.jdbc.JDBCAuthOptions
-
Deprecated.
- getPerms() - Method in class io.vertx.core.file.OpenOptions
-
Get the permissions string to be used if creating a file
- getPfxKeyCertOptions() - Method in class io.vertx.core.net.TCPSSLOptions
-
Get the key/cert options in pfx format.
- getPfxTrustOptions() - Method in class io.vertx.core.net.TCPSSLOptions
-
Get the trust options in pfx format
- getPingTimeout() - Method in class io.vertx.ext.web.handler.sockjs.SockJSBridgeOptions
-
- getPipeliningLimit() - Method in class io.vertx.core.http.HttpClientOptions
-
- getPipeliningLimit() - Method in class io.vertx.db2client.DB2ConnectOptions
-
- getPipeliningLimit() - Method in class io.vertx.pgclient.PgConnectOptions
-
- getPoints() - Method in class io.vertx.pgclient.data.Path
-
- getPoints() - Method in class io.vertx.pgclient.data.Polygon
-
- getPolicies() - Method in class io.vertx.config.vault.client.Auth
-
- getPolicies() - Method in class io.vertx.config.vault.client.Lookup
-
- getPolicies() - Method in class io.vertx.config.vault.client.TokenRequest
-
- getPoolCleanerInterval() - Method in class io.vertx.redis.client.RedisOptions
-
Tune how often in milliseconds should the connection pool cleaner execute.
- getPoolCleanerPeriod() - Method in class io.vertx.core.http.HttpClientOptions
-
- getPoolRecycleTimeout() - Method in class io.vertx.redis.client.RedisOptions
-
Tune when a connection should be recycled in milliseconds.
- getPort() - Method in class io.vertx.amqp.AmqpClientOptions
-
- getPort() - Method in class io.vertx.core.dns.DnsClientOptions
-
Get the port to be used by this client in requests.
- getPort() - Method in class io.vertx.core.eventbus.EventBusOptions
-
- getPort() - Method in class io.vertx.core.http.RequestOptions
-
Get the port to be used by the client request.
- getPort() - Method in class io.vertx.core.net.NetServerOptions
-
- getPort() - Method in class io.vertx.core.net.ProxyOptions
-
Get proxy port.
- getPort() - Method in class io.vertx.ext.consul.ConsulClientOptions
-
Get Consul HTTP API port.
- getPort() - Method in class io.vertx.ext.consul.Service
-
Get service port
- getPort() - Method in class io.vertx.ext.consul.ServiceOptions
-
Get service port
- getPort() - Method in class io.vertx.ext.mail.MailConfig
-
get the port of the mailserver
- getPort() - Method in class io.vertx.ext.shell.term.SSHTermOptions
-
- getPort() - Method in class io.vertx.ext.stomp.StompClientOptions
-
Gets the STOMP server port.
- getPort() - Method in class io.vertx.ext.stomp.StompServerOptions
-
- getPort() - Method in class io.vertx.grpc.VertxServer
-
- getPort() - Method in class io.vertx.kafka.client.common.Node
-
- getPort() - Method in class io.vertx.rabbitmq.RabbitMQOptions
-
- getPort() - Method in class io.vertx.redis.RedisOptions
-
Deprecated.
Get the tcp port where the Redis server is listening, default 6379.
- getPort() - Method in class io.vertx.servicediscovery.types.HttpLocation
-
- getPort() - Method in class io.vertx.sqlclient.SqlConnectOptions
-
Get the port for connecting to the server.
- getPreferNativeTransport() - Method in class io.vertx.core.VertxOptions
-
- getPrefix() - Method in enum io.vertx.micrometer.MetricsDomain
-
- getPreparedQuery(String, Handler<AsyncResult<PreparedQueryDefinition>>) - Method in interface io.vertx.ext.consul.ConsulClient
-
Returns an existing prepared query
- getPreparedQuery(String, Handler<AsyncResult<PreparedQueryDefinition>>) - Method in interface io.vertx.ext.consul.ConsulService
-
- getPreparedQuery(String, Handler<AsyncResult<PreparedQueryDefinition>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Returns an existing prepared query
- getPreparedQuery(String, Handler<AsyncResult<PreparedQueryDefinition>>) - Method in class io.vertx.reactivex.ext.consul.ConsulService
-
- getPreparedQuery(String, Handler<AsyncResult<PreparedQueryDefinition>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
-
Returns an existing prepared query
- getPreparedStatementCacheMaxSize() - Method in class io.vertx.sqlclient.SqlConnectOptions
-
Get the maximum number of prepared statements that the connection will cache.
- getPreparedStatementCacheSqlFilter() - Method in class io.vertx.sqlclient.SqlConnectOptions
-
Get the predicate filtering prepared statements that the connection will cache.
- getPreviousConfiguration() - Method in class io.vertx.config.ConfigChange
-
- getPrintStream() - Method in class io.vertx.core.spi.launcher.ExecutionContext
-
- getPriority() - Method in interface io.vertx.core.cli.CLI
-
- getPriority() - Method in class io.vertx.reactivex.core.cli.CLI
-
- getPriority() - Method in class io.vertx.rxjava.core.cli.CLI
-
- getProcessId() - Method in class io.vertx.pgclient.PgNotification
-
- getPrometheusOptions() - Method in class io.vertx.micrometer.MicrometerMetricsOptions
-
Get the specific options for Prometheus reporting.
- getProperties() - Method in class io.vertx.mysqlclient.MySQLAuthOptions
-
- getProperties() - Method in class io.vertx.sqlclient.SqlConnectOptions
-
- getProtocolVersion() - Method in class io.vertx.core.http.HttpClientOptions
-
Get the protocol version.
- getProvider() - Method in class io.vertx.core.net.KeyStoreOptions
-
- getProvider() - Method in class io.vertx.core.net.KeyStoreOptionsBase
-
- getProxy(ServiceDiscovery, Class<T>, Handler<AsyncResult<T>>) - Static method in interface io.vertx.servicediscovery.types.EventBusService
-
Lookup for a service record and if found, retrieve it and return the service object (used to consume the service).
- getProxy(ServiceDiscovery, Class<T>, JsonObject, Handler<AsyncResult<T>>) - Static method in interface io.vertx.servicediscovery.types.EventBusService
-
Lookup for a service record and if found, retrieve it and return the service object (used to consume the service).
- getProxyOptions() - Method in class io.vertx.core.net.ClientOptionsBase
-
Get proxy options for connections
- getPublicKey() - Method in class io.vertx.ext.auth.PubSecKeyOptions
-
Deprecated.
- getPublicKey(byte[], long) - Static method in class io.vertx.ext.httpservicefactory.PGPHelper
-
Get a public key from a public key block.
- getPubSecKeys() - Method in class io.vertx.ext.auth.jwt.JWTAuthOptions
-
- getPubSecKeys() - Method in class io.vertx.ext.auth.oauth2.OAuth2ClientOptions
-
The provider PubSec key options
- getQos() - Method in class io.vertx.amqp.AmqpReceiverOptions
-
Gets the local QOS config, values can be null, AT_MOST_ONCE or AT_LEAST_ONCE.
- getQuery() - Method in class io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions
-
- getQueryTimeout() - Method in class io.vertx.core.dns.AddressResolverOptions
-
- getQueryTimeout() - Method in class io.vertx.core.dns.DnsClientOptions
-
- getQueryTimeout() - Method in class io.vertx.ext.sql.SQLOptions
-
- getQuorumSize() - Method in class io.vertx.core.VertxOptions
-
Get the quorum size to be used when HA is enabled.
- getRadius() - Method in class io.vertx.pgclient.data.Circle
-
- GETRANGE - Static variable in class io.vertx.reactivex.redis.client.Command
-
- getrange(String, String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
- getrange(String, long, long, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisClient
-
Get a substring of the string stored at a key
- getrange(String, long, long, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
-
Get a substring of the string stored at a key
- GETRANGE - Static variable in interface io.vertx.redis.client.Command
-
- getrange(String, String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- getrange(String, long, long, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Deprecated.
Get a substring of the string stored at a key
- getrange(String, long, long, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Deprecated.
Get a substring of the string stored at a key
- GETRANGE - Static variable in class io.vertx.rxjava.redis.client.Command
-
- getrange(String, String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
-
- getrange(String, long, long, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Get a substring of the string stored at a key
- getrange(String, long, long, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Get a substring of the string stored at a key
- getrangeObservable(String, String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
-
- getrangeObservable(String, long, long) - Method in class io.vertx.rxjava.redis.RedisClient
-
- getrangeObservable(String, long, long) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
- getRateUnit() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxMeterMBean
-
- getRawMessage() - Method in interface io.vertx.ext.bridge.BaseBridgeEvent
-
Get the raw JSON message for the event.
- getRawMessage() - Method in class io.vertx.reactivex.ext.bridge.BaseBridgeEvent
-
Get the raw JSON message for the event.
- getRawMessage() - Method in class io.vertx.rxjava.ext.bridge.BaseBridgeEvent
-
Get the raw JSON message for the event.
- getRawMethod() - Method in interface io.vertx.core.http.HttpClientRequest
-
- getRawMethod() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
-
- getRawMethod() - Method in class io.vertx.rxjava.core.http.HttpClientRequest
-
- getRawServer() - Method in class io.vertx.grpc.VertxServer
-
- getRawValueForArgument(Argument) - Method in interface io.vertx.core.cli.CommandLine
-
Gets the raw value of the given argument.
- getRawValueForArgument(Argument) - Method in class io.vertx.reactivex.core.cli.CommandLine
-
Gets the raw value of the given argument.
- getRawValueForArgument(Argument) - Method in class io.vertx.rxjava.core.cli.CommandLine
-
Gets the raw value of the given argument.
- getRawValueForOption(Option) - Method in interface io.vertx.core.cli.CommandLine
-
Gets the raw value of the given option.
- getRawValueForOption(Option) - Method in class io.vertx.reactivex.core.cli.CommandLine
-
Gets the raw value of the given option.
- getRawValueForOption(Option) - Method in class io.vertx.rxjava.core.cli.CommandLine
-
Gets the raw value of the given option.
- getRawValues(Option) - Method in interface io.vertx.core.cli.CommandLine
-
- getRawValues(Option) - Method in class io.vertx.reactivex.core.cli.CommandLine
-
Deprecated.
- getRawValues(Option) - Method in class io.vertx.rxjava.core.cli.CommandLine
-
Deprecated.
- getRawValuesForArgument(Argument) - Method in interface io.vertx.core.cli.CommandLine
-
Gets the raw values of the given argument.
- getRawValuesForArgument(Argument) - Method in class io.vertx.reactivex.core.cli.CommandLine
-
Gets the raw values of the given argument.
- getRawValuesForArgument(Argument) - Method in class io.vertx.rxjava.core.cli.CommandLine
-
Gets the raw values of the given argument.
- getRawValuesForOption(Option) - Method in interface io.vertx.core.cli.CommandLine
-
Gets the raw values of the given option.
- getRawValuesForOption(Option) - Method in class io.vertx.reactivex.core.cli.CommandLine
-
Gets the raw values of the given option.
- getRawValuesForOption(Option) - Method in class io.vertx.rxjava.core.cli.CommandLine
-
Gets the raw values of the given option.
- getRdFlag() - Method in class io.vertx.core.dns.AddressResolverOptions
-
- getReadTimeout() - Method in class io.vertx.micrometer.VertxInfluxDbOptions
-
Get the read timeout for InfluxDB server connections, in seconds.
- getReaperInterval() - Method in class io.vertx.ext.shell.ShellServerOptions
-
- getReason() - Method in class io.vertx.ext.consul.MaintenanceOptions
-
Get the reason message
- getReceipt() - Method in class io.vertx.ext.stomp.Frame
-
- getReceiveBufferSize() - Method in class io.vertx.core.datagram.DatagramSocketOptions
-
- getReceiveBufferSize() - Method in class io.vertx.core.net.NetworkOptions
-
Return the TCP receive buffer size, in bytes
- getRecipients() - Method in class io.vertx.ext.mail.MailResult
-
- getReconnectAttempts() - Method in class io.vertx.core.eventbus.EventBusOptions
-
- getReconnectAttempts() - Method in class io.vertx.core.net.NetClientOptions
-
- getReconnectInterval() - Method in class io.vertx.core.eventbus.EventBusOptions
-
- getReconnectInterval() - Method in class io.vertx.core.net.NetClientOptions
-
- getRecord(JsonObject, Handler<AsyncResult<Record>>) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
-
Lookups for a single record.
- getRecord(Function<Record, Boolean>, Handler<AsyncResult<Record>>) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
-
Lookups for a single record.
- getRecord(Function<Record, Boolean>, boolean, Handler<AsyncResult<Record>>) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
-
Lookups for a single record.
- getRecord(JsonObject, Handler<AsyncResult<Record>>) - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
-
Lookups for a single record.
- getRecord(Function<Record, Boolean>, Handler<AsyncResult<Record>>) - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
-
Lookups for a single record.
- getRecord(Function<Record, Boolean>, boolean, Handler<AsyncResult<Record>>) - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
-
Lookups for a single record.
- getRecord(String, Handler<AsyncResult<Record>>) - Method in class io.vertx.servicediscovery.backend.redis.RedisBackendService
-
- getRecord(JsonObject, Handler<AsyncResult<Record>>) - Method in interface io.vertx.servicediscovery.ServiceDiscovery
-
Lookups for a single record.
- getRecord(Function<Record, Boolean>, Handler<AsyncResult<Record>>) - Method in interface io.vertx.servicediscovery.ServiceDiscovery
-
Lookups for a single record.
- getRecord(Function<Record, Boolean>, boolean, Handler<AsyncResult<Record>>) - Method in interface io.vertx.servicediscovery.ServiceDiscovery
-
Lookups for a single record.
- getRecord(String, Handler<AsyncResult<Record>>) - Method in interface io.vertx.servicediscovery.spi.ServiceDiscoveryBackend
-
Get the record with the given uuid.
- getRecords(JsonObject, Handler<AsyncResult<List<Record>>>) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
-
Lookups for a set of records.
- getRecords(Function<Record, Boolean>, Handler<AsyncResult<List<Record>>>) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
-
Lookups for a set of records.
- getRecords(Function<Record, Boolean>, boolean, Handler<AsyncResult<List<Record>>>) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
-
Lookups for a set of records.
- getRecords(JsonObject, Handler<AsyncResult<List<Record>>>) - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
-
Lookups for a set of records.
- getRecords(Function<Record, Boolean>, Handler<AsyncResult<List<Record>>>) - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
-
Lookups for a set of records.
- getRecords(Function<Record, Boolean>, boolean, Handler<AsyncResult<List<Record>>>) - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
-
Lookups for a set of records.
- getRecords(Handler<AsyncResult<List<Record>>>) - Method in class io.vertx.servicediscovery.backend.redis.RedisBackendService
-
- getRecords(JsonObject, Handler<AsyncResult<List<Record>>>) - Method in interface io.vertx.servicediscovery.ServiceDiscovery
-
Lookups for a set of records.
- getRecords(Function<Record, Boolean>, Handler<AsyncResult<List<Record>>>) - Method in interface io.vertx.servicediscovery.ServiceDiscovery
-
Lookups for a set of records.
- getRecords(Function<Record, Boolean>, boolean, Handler<AsyncResult<List<Record>>>) - Method in interface io.vertx.servicediscovery.ServiceDiscovery
-
Lookups for a set of records.
- getRecords(Handler<AsyncResult<List<Record>>>) - Method in interface io.vertx.servicediscovery.spi.ServiceDiscoveryBackend
-
Gets all the records
- getRedisClient(ServiceDiscovery, JsonObject, Handler<AsyncResult<RedisClient>>) - Static method in class io.vertx.reactivex.servicediscovery.types.RedisDataSource
-
Convenient method that looks for a Redis data source and provides the configured
RedisClient.
- getRedisClient(ServiceDiscovery, Function<Record, Boolean>, Handler<AsyncResult<RedisClient>>) - Static method in class io.vertx.reactivex.servicediscovery.types.RedisDataSource
-
Convenient method that looks for a Redis data source and provides the configured
RedisClient.
- getRedisClient(ServiceDiscovery, JsonObject, JsonObject, Handler<AsyncResult<RedisClient>>) - Static method in class io.vertx.reactivex.servicediscovery.types.RedisDataSource
-
Convenient method that looks for a Redis data source and provides the configured
RedisClient.
- getRedisClient(ServiceDiscovery, Function<Record, Boolean>, JsonObject, Handler<AsyncResult<RedisClient>>) - Static method in class io.vertx.reactivex.servicediscovery.types.RedisDataSource
-
Convenient method that looks for a Redis data source and provides the configured
RedisClient.
- getRedisClient(ServiceDiscovery, JsonObject, Handler<AsyncResult<RedisClient>>) - Static method in class io.vertx.rxjava.servicediscovery.types.RedisDataSource
-
Convenient method that looks for a Redis data source and provides the configured
RedisClient.
- getRedisClient(ServiceDiscovery, Function<Record, Boolean>, Handler<AsyncResult<RedisClient>>) - Static method in class io.vertx.rxjava.servicediscovery.types.RedisDataSource
-
Convenient method that looks for a Redis data source and provides the configured
RedisClient.
- getRedisClient(ServiceDiscovery, JsonObject, JsonObject, Handler<AsyncResult<RedisClient>>) - Static method in class io.vertx.rxjava.servicediscovery.types.RedisDataSource
-
Convenient method that looks for a Redis data source and provides the configured
RedisClient.
- getRedisClient(ServiceDiscovery, Function<Record, Boolean>, JsonObject, Handler<AsyncResult<RedisClient>>) - Static method in class io.vertx.rxjava.servicediscovery.types.RedisDataSource
-
Convenient method that looks for a Redis data source and provides the configured
RedisClient.
- getRedisClient(ServiceDiscovery, JsonObject, Handler<AsyncResult<RedisClient>>) - Static method in interface io.vertx.servicediscovery.types.RedisDataSource
-
Convenient method that looks for a Redis data source and provides the configured
RedisClient.
- getRedisClient(ServiceDiscovery, Function<Record, Boolean>, Handler<AsyncResult<RedisClient>>) - Static method in interface io.vertx.servicediscovery.types.RedisDataSource
-
Convenient method that looks for a Redis data source and provides the configured
RedisClient.
- getRedisClient(ServiceDiscovery, JsonObject, JsonObject, Handler<AsyncResult<RedisClient>>) - Static method in interface io.vertx.servicediscovery.types.RedisDataSource
-
Convenient method that looks for a Redis data source and provides the configured
RedisClient.
- getRedisClient(ServiceDiscovery, Function<Record, Boolean>, JsonObject, Handler<AsyncResult<RedisClient>>) - Static method in interface io.vertx.servicediscovery.types.RedisDataSource
-
Convenient method that looks for a Redis data source and provides the configured
RedisClient.
- getReference(Record) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
-
Gets a service reference from the given record.
- getReference(Record) - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
-
Gets a service reference from the given record.
- getReference(Record) - Method in interface io.vertx.servicediscovery.ServiceDiscovery
-
Gets a service reference from the given record.
- getReferenceWithConfiguration(Record, JsonObject) - Method in class io.vertx.reactivex.servicediscovery.ServiceDiscovery
-
Gets a service reference from the given record, the reference is configured with the given json object.
- getReferenceWithConfiguration(Record, JsonObject) - Method in class io.vertx.rxjava.servicediscovery.ServiceDiscovery
-
Gets a service reference from the given record, the reference is configured with the given json object.
- getReferenceWithConfiguration(Record, JsonObject) - Method in interface io.vertx.servicediscovery.ServiceDiscovery
-
Gets a service reference from the given record, the reference is configured with the given json object.
- getRegistration() - Method in class io.vertx.servicediscovery.Record
-
Gets the registration id if any.
- getRegistryName() - Method in class io.vertx.ext.dropwizard.DropwizardMetricsOptions
-
An optional name used for registering the metrics in the Dropwizard shared registry.
- getRegistryName() - Method in class io.vertx.micrometer.MicrometerMetricsOptions
-
Get the metrics registry name set in these options
- getReleaseSession() - Method in class io.vertx.ext.consul.KeyValueOptions
-
Get session ID for lock release operation.
- getRemoteRepositories() - Method in class io.vertx.maven.ResolverOptions
-
- getRemoteSnapshotPolicy() - Method in class io.vertx.maven.ResolverOptions
-
Gets the remote snapshot policy.
- getRemovedCount() - Method in class io.vertx.ext.mongo.MongoClientDeleteResult
-
Get the number of removed documents
- getReplicas() - Method in class io.vertx.kafka.client.common.PartitionInfo
-
- getReplicas() - Method in class io.vertx.kafka.client.common.TopicPartitionInfo
-
- getReplicasAssignments() - Method in class io.vertx.kafka.admin.NewTopic
-
- getReplicationFactor() - Method in class io.vertx.kafka.admin.NewTopic
-
- getReplyTimeout() - Method in class io.vertx.ext.web.handler.sockjs.SockJSBridgeOptions
-
- getReporters() - Method in class io.vertx.ext.unit.report.ReportingOptions
-
- getRequestedChannelMax() - Method in class io.vertx.rabbitmq.RabbitMQOptions
-
- getRequestedHeartbeat() - Method in class io.vertx.rabbitmq.RabbitMQOptions
-
- getRequestId() - Method in class io.vertx.config.vault.client.Secret
-
- getRequiredAuthority() - Method in class io.vertx.ext.bridge.PermittedOptions
-
- getResetTimeout() - Method in class io.vertx.circuitbreaker.CircuitBreakerOptions
-
- getResolver() - Method in class io.vertx.maven.MavenVerticleFactory
-
- getResolvers() - Method in interface io.vertx.ext.web.templ.handlebars.HandlebarsTemplateEngine
-
Return the array of configured handlebars context value resolvers.
- getResult(int) - Method in class io.vertx.ext.consul.TxnResponse
-
Returns the result at the specified position in this list
- getResults() - Method in class io.vertx.ext.consul.TxnResponse
-
Returns list of transaction results
- getResults() - Method in class io.vertx.ext.sql.ResultSet
-
Get the results
- getResultSetConcurrency() - Method in class io.vertx.ext.sql.SQLOptions
-
- getResultSetType() - Method in class io.vertx.ext.sql.SQLOptions
-
- getResultsSize() - Method in class io.vertx.ext.consul.TxnResponse
-
Returns the number of results in this response
- getRetentionPolicy() - Method in class io.vertx.micrometer.VertxInfluxDbOptions
-
Get the InfluxDB retention policy
- getRevocationPath() - Method in class io.vertx.ext.auth.oauth2.OAuth2ClientOptions
-
Get the Oauth2 revocation resource path.
- getRole() - Method in class io.vertx.config.vault.client.TokenRequest
-
- getRole() - Method in class io.vertx.redis.client.RedisOptions
-
Get the role name (only considered in HA mode).
- getRoleField() - Method in interface io.vertx.ext.auth.mongo.MongoAuth
-
Get the name of the field to be used for the roles.
- getRoleField() - Method in class io.vertx.ext.auth.mongo.MongoAuthOptions
-
- getRoleField() - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
-
Get the name of the field to be used for the roles.
- getRoleField() - Method in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
-
Get the name of the field to be used for the roles.
- getRolesPrefix() - Method in class io.vertx.ext.auth.jdbc.JDBCAuthOptions
-
Deprecated.
- getRolesQuery() - Method in class io.vertx.ext.auth.jdbc.JDBCAuthOptions
-
Deprecated.
- getRoot() - Method in class io.vertx.servicediscovery.types.HttpLocation
-
- getRouter() - Method in interface io.vertx.ext.web.api.contract.RouterFactory
-
Construct a new router based on spec.
- getRouter() - Method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
-
Construct a new router based on spec.
- getRouter() - Method in interface io.vertx.reactivex.ext.web.api.contract.RouterFactory
-
Construct a new router based on spec.
- getRouter() - Method in class io.vertx.rxjava.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
-
Construct a new router based on spec.
- getRouter() - Method in interface io.vertx.rxjava.ext.web.api.contract.RouterFactory
-
Construct a new router based on spec.
- getRoutes() - Method in interface io.vertx.ext.web.Router
-
- getRoutes() - Method in class io.vertx.reactivex.ext.web.Router
-
- getRoutes() - Method in class io.vertx.rxjava.ext.web.Router
-
- getRows() - Method in class io.vertx.ext.sql.ResultSet
-
Get the rows - each row represented as a JsonObject where the keys are the column names and the values are
the column values.
- getRows(boolean) - Method in class io.vertx.ext.sql.ResultSet
-
Get the rows - each row represented as a JsonObject where the keys are the column names and the values are
the column values.
- getRules() - Method in class io.vertx.ext.consul.AclToken
-
Get rules for token
- getRunnerAnnotations() - Method in class io.vertx.ext.unit.junit.VertxUnitRunnerWithParameters
-
- getSalt(JsonArray) - Method in interface io.vertx.ext.auth.jdbc.JDBCHashStrategy
-
Deprecated.
Retrieve the salt from the result of the authentication query
- getSalt(User) - Method in interface io.vertx.ext.auth.mongo.HashStrategy
-
Retrieve the salt.
- getSalt(JsonArray) - Method in class io.vertx.reactivex.ext.auth.jdbc.JDBCHashStrategy
-
Retrieve the salt from the result of the authentication query
- getSalt(User) - Method in class io.vertx.reactivex.ext.auth.mongo.HashStrategy
-
Retrieve the salt.
- getSalt(JsonArray) - Method in class io.vertx.rxjava.ext.auth.jdbc.JDBCHashStrategy
-
Retrieve the salt from the result of the authentication query
- getSalt(User) - Method in class io.vertx.rxjava.ext.auth.mongo.HashStrategy
-
Retrieve the salt.
- getSaltField() - Method in interface io.vertx.ext.auth.mongo.MongoAuth
-
Get the name of the field to be used for the salt.
- getSaltField() - Method in class io.vertx.ext.auth.mongo.MongoAuthOptions
-
- getSaltField() - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
-
Get the name of the field to be used for the salt.
- getSaltField() - Method in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
-
Get the name of the field to be used for the salt.
- getSaltStyle() - Method in interface io.vertx.ext.auth.mongo.HashStrategy
-
- getSaltStyle() - Method in class io.vertx.ext.auth.mongo.MongoAuthOptions
-
- getSaltStyle() - Method in class io.vertx.reactivex.ext.auth.mongo.HashStrategy
-
- getSaltStyle() - Method in class io.vertx.rxjava.ext.auth.mongo.HashStrategy
-
- getSameSite() - Method in interface io.vertx.core.http.Cookie
-
- getSameSite() - Method in class io.vertx.reactivex.core.http.Cookie
-
- getSameSite() - Method in class io.vertx.rxjava.core.http.Cookie
-
- getScanPeriod() - Method in class io.vertx.config.ConfigRetrieverOptions
-
- getSchema() - Method in class io.vertx.ext.sql.SQLOptions
-
- getScopeSeparator() - Method in interface io.vertx.ext.auth.oauth2.OAuth2Auth
-
Deprecated.
- getScopeSeparator() - Method in class io.vertx.ext.auth.oauth2.OAuth2ClientOptions
-
Deprecated.
- getScopeSeparator() - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
-
Deprecated.
- getScopeSeparator() - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
-
Deprecated.
- getScript() - Method in class io.vertx.reactivex.redis.Script
-
- getScript() - Method in interface io.vertx.redis.Script
-
Deprecated.
- getScript() - Method in class io.vertx.rxjava.redis.Script
-
- getScriptArgs() - Method in class io.vertx.ext.consul.CheckOptions
-
Get scriptArgs
- getSearchDomains() - Method in class io.vertx.core.dns.AddressResolverOptions
-
- getSeconds() - Method in class io.vertx.pgclient.data.Interval
-
- getSecret() - Method in class io.vertx.ext.auth.SecretOptions
-
Deprecated.
- getSecretKey() - Method in class io.vertx.ext.auth.PubSecKeyOptions
-
Deprecated.
- getSecrets() - Method in class io.vertx.ext.auth.jwt.JWTAuthOptions
-
Deprecated.
- getSelect() - Method in class io.vertx.redis.RedisOptions
-
Deprecated.
Get the database to select at connection time.
- getSendBufferSize() - Method in class io.vertx.core.datagram.DatagramSocketOptions
-
- getSendBufferSize() - Method in class io.vertx.core.net.NetworkOptions
-
Return the TCP send buffer size, in bytes.
- getSendTimeout() - Method in class io.vertx.core.eventbus.DeliveryOptions
-
Get the send timeout.
- getSentinels() - Method in class io.vertx.redis.RedisOptions
-
Deprecated.
Get list of Sentinels.
- getServerRsaPublicKeyPath() - Method in class io.vertx.mysqlclient.MySQLAuthOptions
-
Get the path of the server RSA public key.
- getServerRsaPublicKeyPath() - Method in class io.vertx.mysqlclient.MySQLConnectOptions
-
Get the path of the server RSA public key.
- getServerRsaPublicKeyValue() - Method in class io.vertx.mysqlclient.MySQLAuthOptions
-
Get the value of the server RSA public key.
- getServerRsaPublicKeyValue() - Method in class io.vertx.mysqlclient.MySQLConnectOptions
-
Get the value of the server RSA public key.
- getServers() - Method in class io.vertx.core.dns.AddressResolverOptions
-
- getServers() - Method in class io.vertx.ext.consul.DcCoordinates
-
Get list of servers in datacenter
- getService() - Method in class io.vertx.ext.consul.Event
-
Get regular expression to filter by service
- getService() - Method in class io.vertx.ext.consul.EventOptions
-
Get regular expression to filter by service
- getService() - Method in class io.vertx.ext.consul.PreparedQueryDefinition
-
Get the name of the service to query
- getService() - Method in class io.vertx.ext.consul.PreparedQueryExecuteResponse
-
Get the service name that the query was selecting.
- getService() - Method in class io.vertx.ext.consul.ServiceEntry
-
Get service
- getServiceId() - Method in class io.vertx.ext.consul.Check
-
Get the ID of service with which this check associated
- getServiceId() - Method in class io.vertx.ext.consul.CheckOptions
-
Get the service ID to associate the registered check with an existing service provided by the agent.
- getServiceName() - Method in class io.vertx.ext.consul.Check
-
Get the name of service with which this check associated
- getServiceProxy(ServiceDiscovery, Function<Record, Boolean>, Class<T>, Handler<AsyncResult<T>>) - Static method in class io.vertx.reactivex.servicediscovery.types.EventBusService
-
Lookup for a service record and if found, retrieve it and return the service object (used to consume the service).
- getServiceProxy(ServiceDiscovery, Function<Record, Boolean>, Class<T>, JsonObject, Handler<AsyncResult<T>>) - Static method in class io.vertx.reactivex.servicediscovery.types.EventBusService
-
Lookup for a service record and if found, retrieve it and return the service object (used to consume the service).
- getServiceProxy(ServiceDiscovery, Function<Record, Boolean>, Class<T>, Handler<AsyncResult<T>>) - Static method in class io.vertx.rxjava.servicediscovery.types.EventBusService
-
Lookup for a service record and if found, retrieve it and return the service object (used to consume the service).
- getServiceProxy(ServiceDiscovery, Function<Record, Boolean>, Class<T>, JsonObject, Handler<AsyncResult<T>>) - Static method in class io.vertx.rxjava.servicediscovery.types.EventBusService
-
Lookup for a service record and if found, retrieve it and return the service object (used to consume the service).
- getServiceProxy(ServiceDiscovery, Function<Record, Boolean>, Class<T>, Handler<AsyncResult<T>>) - Static method in interface io.vertx.servicediscovery.types.EventBusService
-
Lookup for a service record and if found, retrieve it and return the service object (used to consume the service).
- getServiceProxy(ServiceDiscovery, Function<Record, Boolean>, Class<T>, JsonObject, Handler<AsyncResult<T>>) - Static method in interface io.vertx.servicediscovery.types.EventBusService
-
Lookup for a service record and if found, retrieve it and return the service object (used to consume the service).
- getServiceProxyWithJsonFilter(ServiceDiscovery, JsonObject, Class<T>, Handler<AsyncResult<T>>) - Static method in class io.vertx.reactivex.servicediscovery.types.EventBusService
-
Lookup for a service record and if found, retrieve it and return the service object (used to consume the service).
- getServiceProxyWithJsonFilter(ServiceDiscovery, JsonObject, Class<T>, JsonObject, Handler<AsyncResult<T>>) - Static method in class io.vertx.reactivex.servicediscovery.types.EventBusService
-
Lookup for a service record and if found, retrieve it and return the service object (used to consume the service).
- getServiceProxyWithJsonFilter(ServiceDiscovery, JsonObject, Class<T>, Handler<AsyncResult<T>>) - Static method in class io.vertx.rxjava.servicediscovery.types.EventBusService
-
Lookup for a service record and if found, retrieve it and return the service object (used to consume the service).
- getServiceProxyWithJsonFilter(ServiceDiscovery, JsonObject, Class<T>, JsonObject, Handler<AsyncResult<T>>) - Static method in class io.vertx.rxjava.servicediscovery.types.EventBusService
-
Lookup for a service record and if found, retrieve it and return the service object (used to consume the service).
- getServiceProxyWithJsonFilter(ServiceDiscovery, JsonObject, Class<T>, Handler<AsyncResult<T>>) - Static method in interface io.vertx.servicediscovery.types.EventBusService
-
Lookup for a service record and if found, retrieve it and return the service object (used to consume the service).
- getServiceProxyWithJsonFilter(ServiceDiscovery, JsonObject, Class<T>, JsonObject, Handler<AsyncResult<T>>) - Static method in interface io.vertx.servicediscovery.types.EventBusService
-
Lookup for a service record and if found, retrieve it and return the service object (used to consume the service).
- getSession() - Method in class io.vertx.ext.consul.KeyValue
-
Get the session that owns the lock
- getSession() - Method in class io.vertx.ext.consul.PreparedQueryDefinition
-
Get the ID of an existing session.
- getSession() - Method in class io.vertx.ext.consul.TxnKVOperation
-
Get the session used for locking, unlocking, and check-and-set operations.
- getSession() - Method in interface io.vertx.ext.shell.system.Process
-
- getSession() - Method in class io.vertx.reactivex.ext.shell.system.Process
-
- getSession() - Method in class io.vertx.rxjava.ext.shell.system.Process
-
- getSessionTimeout() - Method in class io.vertx.ext.shell.ShellServerOptions
-
- getSessionTimeout() - Method in class io.vertx.ext.web.handler.sockjs.SockJSHandlerOptions
-
- GETSET - Static variable in class io.vertx.reactivex.redis.client.Command
-
- getset(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.reactivex.redis.client.RedisAPI
-
- getset(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisClient
-
Set the string value of a key and return its old value
- getset(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.reactivex.redis.RedisTransaction
-
Set the string value of a key and return its old value
- GETSET - Static variable in interface io.vertx.redis.client.Command
-
- getset(String, String, Handler<AsyncResult<Response>>) - Method in interface io.vertx.redis.client.RedisAPI
-
- getSet() - Method in class io.vertx.redis.op.BitFieldOptions
-
Deprecated.
- getset(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisClient
-
Deprecated.
Set the string value of a key and return its old value
- getset(String, String, Handler<AsyncResult<String>>) - Method in interface io.vertx.redis.RedisTransaction
-
Deprecated.
Set the string value of a key and return its old value
- GETSET - Static variable in class io.vertx.rxjava.redis.client.Command
-
- getset(String, String, Handler<AsyncResult<Response>>) - Method in class io.vertx.rxjava.redis.client.RedisAPI
-
- getset(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisClient
-
Set the string value of a key and return its old value
- getset(String, String, Handler<AsyncResult<String>>) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
Set the string value of a key and return its old value
- getsetObservable(String, String) - Method in class io.vertx.rxjava.redis.client.RedisAPI
-
- getsetObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisClient
-
- getsetObservable(String, String) - Method in class io.vertx.rxjava.redis.RedisTransaction
-
- getSeverity() - Method in exception io.vertx.pgclient.PgException
-
- getSha1() - Method in class io.vertx.reactivex.redis.Script
-
- getSha1() - Method in interface io.vertx.redis.Script
-
Deprecated.
- getSha1() - Method in class io.vertx.rxjava.redis.Script
-
- getShared() - Method in class io.vertx.ext.auth.mongo.MongoAuthOptions
-
- getShared(Vertx) - Static method in interface io.vertx.ext.shell.command.CommandRegistry
-
Get the shared registry for the Vert.x instance.
- getShared(Vertx) - Static method in class io.vertx.reactivex.ext.shell.command.CommandRegistry
-
Get the shared registry for the Vert.x instance.
- getShared(Vertx) - Static method in class io.vertx.rxjava.ext.shell.command.CommandRegistry
-
Get the shared registry for the Vert.x instance.
- getShellHtmlResource() - Method in class io.vertx.ext.shell.term.HttpTermOptions
-
- getShort(int) - Method in interface io.vertx.core.buffer.Buffer
-
Returns the short at position pos in the Buffer.
- getShort(int) - Method in class io.vertx.reactivex.core.buffer.Buffer
-
Returns the short at position pos in the Buffer.
- getShort(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Get a short value for the given column.
- getShort(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Get a short value at pos.
- getShort(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
-
Returns the short at position pos in the Buffer.
- getShort(String) - Method in class io.vertx.rxjava.sqlclient.Row
-
Get a short value for the given column.
- getShort(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
-
Get a short value at pos.
- getShort(String) - Method in interface io.vertx.sqlclient.Row
-
Get a short value for the given column.
- getShort(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get a short value at pos.
- getShortArray(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Deprecated.
- getShortArray(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Deprecated.
- getShortArray(String) - Method in class io.vertx.rxjava.sqlclient.Row
-
Deprecated.
- getShortArray(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
-
Deprecated.
- getShortArray(String) - Method in interface io.vertx.sqlclient.Row
-
- getShortArray(int) - Method in interface io.vertx.sqlclient.Tuple
-
- getShortLE(int) - Method in interface io.vertx.core.buffer.Buffer
-
Gets a 16-bit short integer at the specified absolute index in this buffer in Little Endian Byte Order.
- getShortLE(int) - Method in class io.vertx.reactivex.core.buffer.Buffer
-
Gets a 16-bit short integer at the specified absolute index in this buffer in Little Endian Byte Order.
- getShortLE(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
-
Gets a 16-bit short integer at the specified absolute index in this buffer in Little Endian Byte Order.
- getShortName() - Method in class io.vertx.core.cli.Option
-
- getSignature(byte[]) - Static method in class io.vertx.ext.httpservicefactory.PGPHelper
-
Get a signature from its bytes
- getSite() - Method in class io.vertx.ext.auth.oauth2.OAuth2ClientOptions
-
- getSkip() - Method in class io.vertx.ext.mongo.FindOptions
-
Get the skip.
- getSocketAddress() - Method in class io.vertx.mysqlclient.MySQLConnectOptions
-
- getSockJSHandlerOptions() - Method in class io.vertx.ext.shell.term.HttpTermOptions
-
- getSockJSPath() - Method in class io.vertx.ext.shell.term.HttpTermOptions
-
- getSoLinger() - Method in class io.vertx.core.net.TCPSSLOptions
-
- getSort() - Method in class io.vertx.ext.mongo.FindOptions
-
Get the sort document
- getSource() - Method in class io.vertx.kafka.admin.ConfigEntry
-
- getSource() - Method in class io.vertx.kafka.admin.ConfigSynonym
-
- getSpec() - Method in class io.vertx.kafka.admin.OffsetSpec
-
- getSphereVersion() - Method in class io.vertx.ext.mongo.IndexOptions
-
Gets the 2dsphere index version number.
- getSqlState() - Method in exception io.vertx.db2client.DB2Exception
-
Get the SQL state in the error message sent from DB2 server.
- getSqlState() - Method in exception io.vertx.mysqlclient.MySQLException
-
Get the SQL state in the error message sent from MySQL server.
- getSSHOptions() - Method in class io.vertx.ext.shell.ShellServiceOptions
-
- getSslEngineOptions() - Method in class io.vertx.core.net.TCPSSLOptions
-
- getSslHandshakeTimeout() - Method in class io.vertx.core.net.TCPSSLOptions
-
- getSslHandshakeTimeoutUnit() - Method in class io.vertx.core.net.TCPSSLOptions
-
- getSslMode() - Method in class io.vertx.mysqlclient.MySQLConnectOptions
-
Get the value of the configured SSL mode.
- getSslMode() - Method in class io.vertx.pgclient.PgConnectOptions
-
- getStarttls() - Method in class io.vertx.ext.mail.MailConfig
-
get security (TLS) options
- getState() - Method in class io.vertx.kafka.admin.ConsumerGroupDescription
-
- getStatus() - Method in exception io.vertx.core.http.UpgradeRejectedException
-
- getStatus() - Method in class io.vertx.ext.consul.Check
-
Get the status of check
- getStatus() - Method in class io.vertx.ext.consul.CheckOptions
-
Get the check status to specify the initial state of the health check.
- getStatus() - Method in class io.vertx.servicediscovery.Record
-
Gets the current status of the service.
- getStatusCode() - Method in exception io.vertx.config.vault.client.VaultException
-
- getStatusCode() - Method in interface io.vertx.core.http.HttpServerResponse
-
- getStatusCode() - Method in class io.vertx.ext.web.api.OperationResponse
-
- getStatusCode() - Method in class io.vertx.reactivex.core.http.HttpServerResponse
-
- getStatusCode() - Method in class io.vertx.rxjava.core.http.HttpServerResponse
-
- getStatusMessage() - Method in interface io.vertx.core.http.HttpServerResponse
-
- getStatusMessage() - Method in class io.vertx.ext.web.api.OperationResponse
-
- getStatusMessage() - Method in class io.vertx.reactivex.core.http.HttpServerResponse
-
- getStatusMessage() - Method in class io.vertx.rxjava.core.http.HttpServerResponse
-
- getStdDev() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxHistogramMBean
-
- getStdDev() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxTimerMBean
-
- getStep() - Method in class io.vertx.micrometer.VertxInfluxDbOptions
-
Get the step of push intervals, in seconds
- getStep() - Method in class io.vertx.micrometer.VertxJmxMetricsOptions
-
Get the step of push intervals, in seconds
- getStorageEngine() - Method in class io.vertx.ext.mongo.IndexOptions
-
Gets the storage engine options document for this index.
- getStoredPwd(User) - Method in interface io.vertx.ext.auth.mongo.HashStrategy
-
Retrieve the password from the user, or as clear text or as hashed version, depending on the definition
- getStoredPwd(User) - Method in class io.vertx.reactivex.ext.auth.mongo.HashStrategy
-
Retrieve the password from the user, or as clear text or as hashed version, depending on the definition
- getStoredPwd(User) - Method in class io.vertx.rxjava.ext.auth.mongo.HashStrategy
-
Retrieve the password from the user, or as clear text or as hashed version, depending on the definition
- getStores() - Method in class io.vertx.config.ConfigRetrieverOptions
-
- getStreamPriority() - Method in interface io.vertx.core.http.HttpClientRequest
-
- getStreamPriority() - Method in class io.vertx.reactivex.core.http.HttpClientRequest
-
- getStreamPriority() - Method in class io.vertx.rxjava.core.http.HttpClientRequest
-
- getString(int, int, String) - Method in interface io.vertx.core.buffer.Buffer
-
Returns a copy of a sub-sequence the Buffer as a String starting at position start
and ending at position end - 1 interpreted as a String in the specified encoding
- getString(int, int) - Method in interface io.vertx.core.buffer.Buffer
-
Returns a copy of a sub-sequence the Buffer as a String starting at position start
and ending at position end - 1 interpreted as a String in UTF-8 encoding
- getString(int) - Method in class io.vertx.core.json.JsonArray
-
Get the String at position pos in the array,
- getString(String) - Method in class io.vertx.core.json.JsonObject
-
Get the string value with the specified key
- getString(String, String) - Method in class io.vertx.core.json.JsonObject
-
- getString() - Method in interface io.vertx.ext.web.api.RequestParameter
-
Returns null if value is not a String, otherwise it returns value
- getString(int, int, String) - Method in class io.vertx.reactivex.core.buffer.Buffer
-
Returns a copy of a sub-sequence the Buffer as a String starting at position start
and ending at position end - 1 interpreted as a String in the specified encoding
- getString(int, int) - Method in class io.vertx.reactivex.core.buffer.Buffer
-
Returns a copy of a sub-sequence the Buffer as a String starting at position start
and ending at position end - 1 interpreted as a String in UTF-8 encoding
- getString() - Method in class io.vertx.reactivex.ext.web.api.RequestParameter
-
Returns null if value is not a String, otherwise it returns value
- getString(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Get a string value for the given column.
- getString(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Get a string value at pos.
- getString(int, int, String) - Method in class io.vertx.rxjava.core.buffer.Buffer
-
Returns a copy of a sub-sequence the Buffer as a String starting at position start
and ending at position end - 1 interpreted as a String in the specified encoding
- getString(int, int) - Method in class io.vertx.rxjava.core.buffer.Buffer
-
Returns a copy of a sub-sequence the Buffer as a String starting at position start
and ending at position end - 1 interpreted as a String in UTF-8 encoding
- getString() - Method in class io.vertx.rxjava.ext.web.api.RequestParameter
-
Returns null if value is not a String, otherwise it returns value
- getString(String) - Method in class io.vertx.rxjava.sqlclient.Row
-
Get a string value for the given column.
- getString(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
-
Get a string value at pos.
- getString(String) - Method in interface io.vertx.sqlclient.Row
-
Get a string value for the given column.
- getString(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get a string value at pos.
- getStringArray(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Deprecated.
- getStringArray(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Deprecated.
- getStringArray(String) - Method in class io.vertx.rxjava.sqlclient.Row
-
Deprecated.
- getStringArray(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
-
Deprecated.
- getStringArray(String) - Method in interface io.vertx.sqlclient.Row
-
- getStringArray(int) - Method in interface io.vertx.sqlclient.Tuple
-
- getSubject() - Method in class io.vertx.ext.auth.JWTOptions
-
- getSubject() - Method in class io.vertx.ext.mail.MailMessage
-
get the subject of this mail
- getSubProtocols() - Method in class io.vertx.core.http.WebSocketConnectOptions
-
- getSubscriptions(StompServerConnection) - Method in interface io.vertx.ext.stomp.Destination
-
Gets all subscription ids for the given destination hold by the given client
- getSubscriptions(StompServerConnection) - Method in class io.vertx.reactivex.ext.stomp.Destination
-
Gets all subscription ids for the given destination hold by the given client
- getSubscriptions(StompServerConnection) - Method in class io.vertx.rxjava.ext.stomp.Destination
-
Gets all subscription ids for the given destination hold by the given client
- getSummary() - Method in interface io.vertx.core.cli.CLI
-
- getSummary() - Method in class io.vertx.reactivex.core.cli.CLI
-
- getSummary() - Method in class io.vertx.rxjava.core.cli.CLI
-
- getSupportedFormats() - Static method in class io.vertx.config.spi.utils.Processors
-
- getSupportedVersions() - Method in class io.vertx.ext.stomp.StompServerOptions
-
Gets the STOMP protocol versions supported by the server.
- getSyncMap(String) - Method in interface io.vertx.core.spi.cluster.ClusterManager
-
Return a synchronous map for the given name
- getSyncMap(String) - Method in class io.vertx.ext.cluster.infinispan.InfinispanClusterManager
-
- getSyncMap(String) - Method in class io.vertx.spi.cluster.hazelcast.HazelcastClusterManager
-
- getSyncMap(String) - Method in class io.vertx.spi.cluster.ignite.IgniteClusterManager
-
- getSyncMap(String) - Method in class io.vertx.spi.cluster.zookeeper.ZookeeperClusterManager
-
- getSynonyms() - Method in class io.vertx.kafka.admin.ConfigEntry
-
- getTag() - Method in class io.vertx.ext.consul.Event
-
Get regular expression to filter by tag
- getTag() - Method in class io.vertx.ext.consul.EventOptions
-
Get regular expression to filter by tag
- getTag() - Method in class io.vertx.ext.consul.ServiceQueryOptions
-
Get tag for filtering request results
- getTags() - Method in class io.vertx.ext.consul.PreparedQueryDefinition
-
Get a list of service tags to filter the query results.
- getTags() - Method in class io.vertx.ext.consul.Service
-
Set list of service tags
- getTags() - Method in class io.vertx.ext.consul.ServiceOptions
-
Get list of tags associated with service
- getTcp() - Method in class io.vertx.ext.consul.CheckOptions
-
Get TCP address.
- getTcpUserTimeout() - Method in class io.vertx.core.net.TCPSSLOptions
-
- getTelnetOptions() - Method in class io.vertx.ext.shell.ShellServiceOptions
-
- getTemplateRegexp() - Method in class io.vertx.ext.consul.PreparedQueryDefinition
-
Get regular expression which is used to extract fields from the entire name, once this template is selected.
- getTemplateType() - Method in class io.vertx.ext.consul.PreparedQueryDefinition
-
The template type, which must be name_prefix_match.
- getTemporal(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Get a temporal value for the given column.
- getTemporal(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Get a Temporal value at pos.
- getTemporal(String) - Method in class io.vertx.rxjava.sqlclient.Row
-
Get a temporal value for the given column.
- getTemporal(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
-
Get a Temporal value at pos.
- getTemporal(String) - Method in interface io.vertx.sqlclient.Row
-
Get a temporal value for the given column.
- getTemporal(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get a Temporal value at pos.
- getTemporalArray(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Deprecated.
- getTemporalArray(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Deprecated.
- getTemporalArray(String) - Method in class io.vertx.rxjava.sqlclient.Row
-
Deprecated.
- getTemporalArray(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
-
Deprecated.
- getTemporalArray(String) - Method in interface io.vertx.sqlclient.Row
-
- getTemporalArray(int) - Method in interface io.vertx.sqlclient.Tuple
-
- getTermJsResource() - Method in class io.vertx.ext.shell.term.HttpTermOptions
-
- getText() - Method in class io.vertx.ext.mail.MailMessage
-
get the plain text of this mail
- getText() - Method in enum io.vertx.ext.web.handler.graphql.ApolloWSMessageType
-
- getTextVersion() - Method in class io.vertx.ext.mongo.IndexOptions
-
The text index version number.
- getThymeleafTemplateEngine() - Method in interface io.vertx.ext.web.templ.thymeleaf.ThymeleafTemplateEngine
-
Get a reference to the internal Thymeleaf TemplateEngine object so it
can be configured.
- getTimeFactor() - Method in class io.vertx.ext.stomp.StompServerOptions
-
Gets the time factor, i.e.
- getTimeout() - Method in class io.vertx.camel.InboundMapping
-
- getTimeout() - Method in class io.vertx.circuitbreaker.CircuitBreakerOptions
-
- getTimeout() - Method in class io.vertx.ext.consul.ConsulClientOptions
-
Get timeout in milliseconds
- getTimeout() - Method in class io.vertx.ext.unit.TestOptions
-
- getTimestamp() - Method in class io.vertx.kafka.admin.ListOffsetsResultInfo
-
- getTimestamp() - Method in class io.vertx.kafka.client.consumer.OffsetAndTimestamp
-
- getTimestamp() - Method in class io.vertx.kafka.client.producer.RecordMetadata
-
- getTo() - Method in class io.vertx.ext.mail.MailMessage
-
get list of to addresses
- getTo() - Method in class io.vertx.ext.unit.report.ReportOptions
-
- getToken() - Method in class io.vertx.config.vault.client.Auth
-
- getToken() - Method in class io.vertx.config.vault.client.SlimVaultClient
-
- getToken() - Method in exception io.vertx.core.cli.AmbiguousOptionException
-
- getToken(JsonObject, Handler<AsyncResult<AccessToken>>) - Method in interface io.vertx.ext.auth.oauth2.OAuth2Auth
-
- getToken() - Method in class io.vertx.ext.consul.PreparedQueryDefinition
-
Get the ACL token to use each time the query is executed.
- getToken(JsonObject, Handler<AsyncResult<AccessToken>>) - Method in class io.vertx.reactivex.ext.auth.oauth2.OAuth2Auth
-
Deprecated.
- getToken(JsonObject, Handler<AsyncResult<AccessToken>>) - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
-
Deprecated.
- getTokenObservable(JsonObject) - Method in class io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth
-
- getTokenPath() - Method in class io.vertx.ext.auth.oauth2.OAuth2ClientOptions
-
Get the Oauth2 token resource path.
- getTopic() - Method in class io.vertx.kafka.client.common.PartitionInfo
-
- getTopic() - Method in class io.vertx.kafka.client.common.TopicPartition
-
- getTopic() - Method in class io.vertx.kafka.client.producer.RecordMetadata
-
- getTopicPartitions() - Method in class io.vertx.kafka.admin.MemberAssignment
-
- getTrafficClass() - Method in class io.vertx.core.datagram.DatagramSocketOptions
-
- getTrafficClass() - Method in class io.vertx.core.net.NetworkOptions
-
- getTrailer(String) - Method in interface io.vertx.core.http.HttpClientResponse
-
Return the first trailer value with the specified name
- getTrailer(String) - Method in interface io.vertx.ext.web.client.HttpResponse
-
Return the first trailer value with the specified name
- getTrailer(String) - Method in class io.vertx.reactivex.core.http.HttpClientResponse
-
Return the first trailer value with the specified name
- getTrailer(String) - Method in class io.vertx.reactivex.ext.web.client.HttpResponse
-
Return the first trailer value with the specified name
- getTrailer(String) - Method in class io.vertx.rxjava.core.http.HttpClientResponse
-
Return the first trailer value with the specified name
- getTrailer(String) - Method in class io.vertx.rxjava.ext.web.client.HttpResponse
-
Return the first trailer value with the specified name
- getTransaction() - Method in class io.vertx.ext.stomp.Frame
-
- getTransactionChunkSize() - Method in class io.vertx.ext.stomp.StompServerOptions
-
Gets the chunk size when replaying a transaction.
- getTransactionIsolation(Handler<AsyncResult<TransactionIsolation>>) - Method in interface io.vertx.ext.sql.SQLConnection
-
Attempts to return the transaction isolation level for this Connection object to the one given.
- getTransactionIsolation() - Method in class io.vertx.ext.sql.SQLOptions
-
- getTransactionIsolation(Handler<AsyncResult<TransactionIsolation>>) - Method in class io.vertx.reactivex.ext.sql.SQLConnection
-
Attempts to return the transaction isolation level for this Connection object to the one given.
- getTransactionIsolation(Handler<AsyncResult<TransactionIsolation>>) - Method in class io.vertx.rxjava.ext.sql.SQLConnection
-
Attempts to return the transaction isolation level for this Connection object to the one given.
- getTransactionIsolationObservable() - Method in class io.vertx.rxjava.ext.sql.SQLConnection
-
- getTrustManagerFactory(Vertx) - Method in class io.vertx.core.net.KeyStoreOptionsBase
-
- getTrustManagerFactory(Vertx) - Method in class io.vertx.core.net.PemTrustOptions
-
- getTrustManagerFactory(Vertx) - Method in interface io.vertx.core.net.TrustOptions
-
Create and return the trust manager factory for these options.
- getTrustOptions() - Method in class io.vertx.core.net.TCPSSLOptions
-
- getTrustStoreOptions() - Method in class io.vertx.core.net.TCPSSLOptions
-
Get the trust options in jks format, aka Java truststore
- getTryUsePerMessageWebsocketCompression() - Method in class io.vertx.core.http.HttpClientOptions
-
- getTryUsePerMessageWebSocketCompression() - Method in class io.vertx.core.http.HttpClientOptions
-
- getTryWebsocketDeflateFrameCompression() - Method in class io.vertx.core.http.HttpClientOptions
-
- getTryWebSocketDeflateFrameCompression() - Method in class io.vertx.core.http.HttpClientOptions
-
- getTTL() - Method in class io.vertx.config.vault.client.Lookup
-
- getTtl() - Method in class io.vertx.config.vault.client.TokenRequest
-
- getTtl() - Method in class io.vertx.ext.consul.CheckOptions
-
Get Time to Live of check
- getTtl() - Method in class io.vertx.ext.consul.SessionOptions
-
Get the TTL interval.
- getTty() - Method in interface io.vertx.ext.shell.system.Process
-
- getTty() - Method in class io.vertx.reactivex.ext.shell.system.Process
-
- getTty() - Method in class io.vertx.rxjava.ext.shell.system.Process
-
- getType() - Method in class io.vertx.config.ConfigStoreOptions
-
- getType() - Method in class io.vertx.core.cli.TypedArgument
-
- getType() - Method in class io.vertx.core.cli.TypedOption
-
- getType() - Method in class io.vertx.core.net.KeyStoreOptions
-
- getType() - Method in class io.vertx.core.net.KeyStoreOptionsBase
-
- getType() - Method in class io.vertx.core.net.ProxyOptions
-
Get proxy type.
- getType() - Method in class io.vertx.ext.auth.jwt.JWTKeyStoreOptions
-
Deprecated.
- getType() - Method in class io.vertx.ext.auth.KeyStoreOptions
-
Deprecated.
- getType() - Method in class io.vertx.ext.auth.SecretOptions
-
Deprecated.
- getType() - Method in class io.vertx.ext.auth.shiro.ShiroAuthOptions
-
- getType() - Method in class io.vertx.ext.consul.AclToken
-
Get type of token
- getType() - Method in class io.vertx.ext.consul.TxnKVOperation
-
Get the type of operation to perform
- getType() - Method in class io.vertx.ext.dropwizard.Match
-
- getType() - Method in class io.vertx.ext.mongo.BulkOperation
-
Returns the operation type
- getType() - Method in enum io.vertx.ext.sql.FetchDirection
-
- getType() - Method in enum io.vertx.ext.sql.ResultSetConcurrency
-
- getType() - Method in enum io.vertx.ext.sql.ResultSetType
-
- getType() - Method in enum io.vertx.ext.sql.TransactionIsolation
-
- getType() - Method in class io.vertx.kafka.client.common.ConfigResource
-
- getType() - Method in class io.vertx.micrometer.Match
-
- getType() - Method in class io.vertx.redis.client.RedisOptions
-
Get the type of client to be created.
- getType() - Method in class io.vertx.redis.op.BitFieldGetCommand
-
Deprecated.
- getType() - Method in class io.vertx.redis.op.BitFieldIncrbyCommand
-
Deprecated.
- getType() - Method in class io.vertx.redis.op.BitFieldSetCommand
-
Deprecated.
- getType() - Method in class io.vertx.servicediscovery.Record
-
Gets the service type.
- getUnsignedByte(int) - Method in interface io.vertx.core.buffer.Buffer
-
Returns the unsigned byte at position pos in the Buffer, as a short.
- getUnsignedByte(int) - Method in class io.vertx.reactivex.core.buffer.Buffer
-
Returns the unsigned byte at position pos in the Buffer, as a short.
- getUnsignedByte(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
-
Returns the unsigned byte at position pos in the Buffer, as a short.
- getUnsignedInt(int) - Method in interface io.vertx.core.buffer.Buffer
-
Returns the unsigned int at position pos in the Buffer, as a long.
- getUnsignedInt(int) - Method in class io.vertx.reactivex.core.buffer.Buffer
-
Returns the unsigned int at position pos in the Buffer, as a long.
- getUnsignedInt(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
-
Returns the unsigned int at position pos in the Buffer, as a long.
- getUnsignedIntLE(int) - Method in interface io.vertx.core.buffer.Buffer
-
Returns the unsigned int at position pos in the Buffer, as a long in Little Endian Byte Order.
- getUnsignedIntLE(int) - Method in class io.vertx.reactivex.core.buffer.Buffer
-
Returns the unsigned int at position pos in the Buffer, as a long in Little Endian Byte Order.
- getUnsignedIntLE(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
-
Returns the unsigned int at position pos in the Buffer, as a long in Little Endian Byte Order.
- getUnsignedMedium(int) - Method in interface io.vertx.core.buffer.Buffer
-
Gets an unsigned 24-bit medium integer at the specified absolute index in this buffer.
- getUnsignedMedium(int) - Method in class io.vertx.reactivex.core.buffer.Buffer
-
Gets an unsigned 24-bit medium integer at the specified absolute index in this buffer.
- getUnsignedMedium(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
-
Gets an unsigned 24-bit medium integer at the specified absolute index in this buffer.
- getUnsignedMediumLE(int) - Method in interface io.vertx.core.buffer.Buffer
-
Gets an unsigned 24-bit medium integer at the specified absolute index in this buffer in Little Endian Byte Order.
- getUnsignedMediumLE(int) - Method in class io.vertx.reactivex.core.buffer.Buffer
-
Gets an unsigned 24-bit medium integer at the specified absolute index in this buffer in Little Endian Byte Order.
- getUnsignedMediumLE(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
-
Gets an unsigned 24-bit medium integer at the specified absolute index in this buffer in Little Endian Byte Order.
- getUnsignedShort(int) - Method in interface io.vertx.core.buffer.Buffer
-
Returns the unsigned short at position pos in the Buffer, as an int.
- getUnsignedShort(int) - Method in class io.vertx.reactivex.core.buffer.Buffer
-
Returns the unsigned short at position pos in the Buffer, as an int.
- getUnsignedShort(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
-
Returns the unsigned short at position pos in the Buffer, as an int.
- getUnsignedShortLE(int) - Method in interface io.vertx.core.buffer.Buffer
-
Gets an unsigned 16-bit short integer at the specified absolute index in this buffer in Little Endian Byte Order.
- getUnsignedShortLE(int) - Method in class io.vertx.reactivex.core.buffer.Buffer
-
Gets an unsigned 16-bit short integer at the specified absolute index in this buffer in Little Endian Byte Order.
- getUnsignedShortLE(int) - Method in class io.vertx.rxjava.core.buffer.Buffer
-
Gets an unsigned 16-bit short integer at the specified absolute index in this buffer in Little Endian Byte Order.
- getUpdated() - Method in class io.vertx.ext.sql.UpdateResult
-
Get the number of rows updated
- getUpperRightCorner() - Method in class io.vertx.pgclient.data.Box
-
- getUpserts() - Method in class io.vertx.ext.mongo.MongoClientBulkWriteResult
-
An unmodifiable list of upsert data.
- getUri() - Method in class io.vertx.camel.CamelMapping
-
- getURI() - Method in class io.vertx.core.http.RequestOptions
-
- getUri() - Method in class io.vertx.micrometer.VertxInfluxDbOptions
-
Get the InfluxDB server URI
- getUri() - Method in class io.vertx.rabbitmq.RabbitMQOptions
-
- getURIWithoutFragment() - Method in interface io.vertx.core.json.pointer.JsonPointer
-
Return the underlying URI without the fragment
- getURIWithoutFragment() - Method in class io.vertx.reactivex.core.json.pointer.JsonPointer
-
Return the underlying URI without the fragment
- getURIWithoutFragment() - Method in class io.vertx.rxjava.core.json.pointer.JsonPointer
-
Return the underlying URI without the fragment
- getUsageAddress() - Method in class io.vertx.servicediscovery.ServiceDiscoveryOptions
-
- getUsagePrefix() - Method in class io.vertx.core.cli.UsageMessageFormatter
-
- getUser() - Method in class io.vertx.ext.web.api.OperationRequest
-
Get request principal user as routingContext.user().principal(), null if no user is authenticated
- getUser() - Method in class io.vertx.mysqlclient.MySQLAuthOptions
-
Get the user account to be used for the authentication.
- getUser() - Method in class io.vertx.rabbitmq.RabbitMQOptions
-
- getUser() - Method in class io.vertx.sqlclient.SqlConnectOptions
-
Get the user account to be used for the authentication.
- getUserAgent() - Method in class io.vertx.ext.auth.oauth2.OAuth2ClientOptions
-
The User-Agent header to use when communicating with a provider
- getUserAgent() - Method in class io.vertx.ext.web.client.WebClientOptions
-
- getUserBySession(String) - Method in interface io.vertx.ext.stomp.StompServerHandler
-
Provides for authorization matches on a destination level, this will return the User created by the
AuthProvider.
- getUserBySession(String) - Method in class io.vertx.reactivex.ext.stomp.StompServerHandler
-
Provides for authorization matches on a destination level, this will return the User created by the .
- getUserBySession(String) - Method in class io.vertx.rxjava.ext.stomp.StompServerHandler
-
Provides for authorization matches on a destination level, this will return the User created by the .
- getUserId() - Method in class io.vertx.config.vault.client.Auth
-
- getUserInfoParameters() - Method in class io.vertx.ext.auth.oauth2.OAuth2ClientOptions
-
Set the provider custom userInfo parameters to send when requesting them.
- getUserInfoPath() - Method in class io.vertx.ext.auth.oauth2.OAuth2ClientOptions
-
The provider userInfo resource path
- getUsername() - Method in class io.vertx.amqp.AmqpClientOptions
-
- getUsername() - Method in class io.vertx.config.vault.client.Auth
-
- getUsername() - Method in class io.vertx.config.vault.client.Lookup
-
- getUsername() - Method in class io.vertx.core.net.ProxyOptions
-
Get proxy username.
- getUsername() - Method in class io.vertx.ext.mail.MailConfig
-
get username
- getUserName() - Method in class io.vertx.micrometer.VertxInfluxDbOptions
-
Get the username used for authenticated connections
- getUsername() - Method in class io.vertx.mqtt.MqttAuth
-
- getUsername() - Method in class io.vertx.mqtt.MqttClientOptions
-
- getUsernameCredentialField() - Method in interface io.vertx.ext.auth.mongo.MongoAuth
-
- getUsernameCredentialField() - Method in class io.vertx.ext.auth.mongo.MongoAuthOptions
-
- getUsernameCredentialField() - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
-
- getUsernameCredentialField() - Method in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
-
- getUsernameField() - Method in interface io.vertx.ext.auth.mongo.MongoAuth
-
Get the name of the field to be used for the username.
- getUsernameField() - Method in class io.vertx.ext.auth.mongo.MongoAuthOptions
-
- getUsernameField() - Method in class io.vertx.reactivex.ext.auth.mongo.MongoAuth
-
Get the name of the field to be used for the username.
- getUsernameField() - Method in class io.vertx.rxjava.ext.auth.mongo.MongoAuth
-
Get the name of the field to be used for the username.
- getUseSlave() - Method in class io.vertx.redis.client.RedisOptions
-
Get whether or not to use slave nodes (only considered in Cluster mode).
- getUUID(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Get
UUID value for the given
column.
- getUUID(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
- getUUID(String) - Method in class io.vertx.rxjava.sqlclient.Row
-
Get
UUID value for the given
column.
- getUUID(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
-
- getUUID(String) - Method in interface io.vertx.sqlclient.Row
-
Get
UUID value for the given
column.
- getUUID(int) - Method in interface io.vertx.sqlclient.Tuple
-
- getUUIDArray(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Deprecated.
- getUUIDArray(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Deprecated.
- getUUIDArray(String) - Method in class io.vertx.rxjava.sqlclient.Row
-
Deprecated.
- getUUIDArray(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
-
Deprecated.
- getUUIDArray(String) - Method in interface io.vertx.sqlclient.Row
-
- getUUIDArray(int) - Method in interface io.vertx.sqlclient.Tuple
-
- getValidationFailureHandler() - Method in interface io.vertx.ext.web.api.contract.RouterFactory
-
- getValidationFailureHandler() - Method in class io.vertx.reactivex.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
-
Deprecated.
- getValidationFailureHandler() - Method in interface io.vertx.reactivex.ext.web.api.contract.RouterFactory
-
Deprecated.
- getValidationFailureHandler() - Method in class io.vertx.rxjava.ext.web.api.contract.openapi3.OpenAPI3RouterFactory
-
Deprecated.
- getValidationFailureHandler() - Method in interface io.vertx.rxjava.ext.web.api.contract.RouterFactory
-
Deprecated.
- getValue() - Method in exception io.vertx.core.cli.InvalidValueException
-
- getValue() - Method in interface io.vertx.core.http.Cookie
-
- getValue(int) - Method in class io.vertx.core.json.JsonArray
-
Get the Object value at position pos in the array.
- getValue(String) - Method in class io.vertx.core.json.JsonObject
-
Get the value with the specified key, as an Object
- getValue(String, Object) - Method in class io.vertx.core.json.JsonObject
-
- getValue() - Method in class io.vertx.core.net.KeyStoreOptionsBase
-
Get the key store as a buffer
- getValue(String, Handler<AsyncResult<KeyValue>>) - Method in interface io.vertx.ext.consul.ConsulClient
-
Returns key/value pair that corresponding to the specified key.
- getValue(String, Handler<AsyncResult<KeyValue>>) - Method in interface io.vertx.ext.consul.ConsulService
-
- getValue() - Method in class io.vertx.ext.consul.KeyValue
-
Get the value.
- getValue() - Method in class io.vertx.ext.consul.TxnKVOperation
-
Get the value
- getValue() - Method in class io.vertx.ext.dropwizard.Match
-
- getValue() - Method in interface io.vertx.ext.dropwizard.reporters.JmxReporter.JmxGaugeMBean
-
- getValue() - Method in class io.vertx.ext.dropwizard.ThroughputMeter
-
- getValue() - Method in class io.vertx.ext.dropwizard.ThroughputTimer
-
- getValue() - Method in class io.vertx.kafka.admin.ConfigEntry
-
- getValue() - Method in class io.vertx.kafka.admin.ConfigSynonym
-
- getValue() - Method in class io.vertx.micrometer.Match
-
- getValue() - Method in class io.vertx.reactivex.core.http.Cookie
-
- getValue(String, Handler<AsyncResult<KeyValue>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Returns key/value pair that corresponding to the specified key.
- getValue(String, Handler<AsyncResult<KeyValue>>) - Method in class io.vertx.reactivex.ext.consul.ConsulService
-
- getValue(String) - Method in class io.vertx.reactivex.sqlclient.Row
-
Get an object value for the given column.
- getValue(int) - Method in class io.vertx.reactivex.sqlclient.Tuple
-
Get an object value at pos.
- getValue() - Method in class io.vertx.redis.op.BitFieldSetCommand
-
Deprecated.
- getValue() - Method in class io.vertx.rxjava.core.http.Cookie
-
- getValue(String, Handler<AsyncResult<KeyValue>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
-
Returns key/value pair that corresponding to the specified key.
- getValue(String) - Method in class io.vertx.rxjava.sqlclient.Row
-
Get an object value for the given column.
- getValue(int) - Method in class io.vertx.rxjava.sqlclient.Tuple
-
Get an object value at pos.
- getValue(String) - Method in interface io.vertx.sqlclient.Row
-
Get an object value for the given column.
- getValue(int) - Method in interface io.vertx.sqlclient.Tuple
-
Get an object value at pos.
- getValues(String, Handler<AsyncResult<KeyValueList>>) - Method in interface io.vertx.ext.consul.ConsulClient
-
Returns the list of key/value pairs that corresponding to the specified key prefix.
- getValues(String, Handler<AsyncResult<KeyValueList>>) - Method in interface io.vertx.ext.consul.ConsulService
-
- getValues(String, Handler<AsyncResult<KeyValueList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Returns the list of key/value pairs that corresponding to the specified key prefix.
- getValues(String, Handler<AsyncResult<KeyValueList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulService
-
- getValues(String, Handler<AsyncResult<KeyValueList>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
-
Returns the list of key/value pairs that corresponding to the specified key prefix.
- getValues(Class<T>, int) - Method in interface io.vertx.sqlclient.Row
-
- getValues(Class<T>, int) - Method in interface io.vertx.sqlclient.Tuple
-
- getValuesWithOptions(String, BlockingQueryOptions, Handler<AsyncResult<KeyValueList>>) - Method in interface io.vertx.ext.consul.ConsulClient
-
Returns the list of key/value pairs that corresponding to the specified key prefix.
- getValuesWithOptions(String, BlockingQueryOptions, Handler<AsyncResult<KeyValueList>>) - Method in interface io.vertx.ext.consul.ConsulService
-
- getValuesWithOptions(String, BlockingQueryOptions, Handler<AsyncResult<KeyValueList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Returns the list of key/value pairs that corresponding to the specified key prefix.
- getValuesWithOptions(String, BlockingQueryOptions, Handler<AsyncResult<KeyValueList>>) - Method in class io.vertx.reactivex.ext.consul.ConsulService
-
- getValuesWithOptions(String, BlockingQueryOptions, Handler<AsyncResult<KeyValueList>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
-
Returns the list of key/value pairs that corresponding to the specified key prefix.
- getValueWithOptions(String, BlockingQueryOptions, Handler<AsyncResult<KeyValue>>) - Method in interface io.vertx.ext.consul.ConsulClient
-
Returns key/value pair that corresponding to the specified key.
- getValueWithOptions(String, BlockingQueryOptions, Handler<AsyncResult<KeyValue>>) - Method in interface io.vertx.ext.consul.ConsulService
-
- getValueWithOptions(String, BlockingQueryOptions, Handler<AsyncResult<KeyValue>>) - Method in class io.vertx.reactivex.ext.consul.ConsulClient
-
Returns key/value pair that corresponding to the specified key.
- getValueWithOptions(String, BlockingQueryOptions, Handler<AsyncResult<KeyValue>>) - Method in class io.vertx.reactivex.ext.consul.ConsulService
-
- getValueWithOptions(String, BlockingQueryOptions, Handler<AsyncResult<KeyValue>>) - Method in class io.vertx.rxjava.ext.consul.ConsulClient
-
Returns key/value pair that corresponding to the specified key.
- getVariables() - Method in class io.vertx.ext.web.handler.graphql.GraphiQLHandlerOptions
-
- getVaultClient() - Method in class io.vertx.config.vault.VaultConfigStore
-
- getVec() - Method in class io.vertx.ext.consul.Coordinate
-
Get vector
- getVerb() - Method in enum io.vertx.ext.consul.TxnKVVerb
-
- getVersion() - Method in class io.vertx.core.http.WebSocketConnectOptions
-
- getVersion() - Method in class io.vertx.core.Starter
-
Deprecated.
- getVersion() - Method in class io.vertx.ext.consul.Event
-
Get version
- getVersion() - Method in class io.vertx.ext.mongo.IndexOptions
-
Gets the index version number.
- getVertsShellJsResource() - Method in class io.vertx.ext.shell.term.HttpTermOptions
-
- getVertx() - Method in class io.vertx.core.AbstractVerticle
-
Get the Vert.x instance
- getVertx() - Method in interface io.vertx.core.Verticle
-
Get a reference to the Vert.x instance that deployed this verticle
- getVhost() - Method in class io.vertx.amqpbridge.AmqpBridgeOptions
-
- getVirtualHost() - Method in class io.vertx.ext.stomp.StompClientOptions
-
Gets the virtual host that would be use a "host" header value in the `CONNECT` frame.
- getVirtualHost() - Method in class io.vertx.rabbitmq.RabbitMQOptions
-
- getWait() - Method in class io.vertx.ext.consul.BlockingQueryOptions
-
Get wait period
- getWanAddress() - Method in class io.vertx.ext.consul.Node
-
Get node wan address
- getWarningExceptionTime() - Method in class io.vertx.core.VertxOptions
-
Get the threshold value above this, the blocked warning contains a stack trace.
- getWarningExceptionTimeUnit() - Method in class io.vertx.core.VertxOptions
-
- getWebClient(ServiceDiscovery, JsonObject, Handler<AsyncResult<WebClient>>) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
-
Convenient method that looks for a HTTP endpoint and provides the configured .
- getWebClient(ServiceDiscovery, JsonObject, JsonObject, Handler<AsyncResult<WebClient>>) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
-
Convenient method that looks for a HTTP endpoint and provides the configured .
- getWebClient(ServiceDiscovery, Function<Record, Boolean>, Handler<AsyncResult<WebClient>>) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
-
Convenient method that looks for a HTTP endpoint and provides the configured .
- getWebClient(ServiceDiscovery, Function<Record, Boolean>, JsonObject, Handler<AsyncResult<WebClient>>) - Static method in class io.vertx.reactivex.servicediscovery.types.HttpEndpoint
-
Convenient method that looks for a HTTP endpoint and provides the configured .
- getWebClient(ServiceDiscovery, JsonObject, Handler<AsyncResult<WebClient>>) - Static method in class io.vertx.rxjava.servicediscovery.types.HttpEndpoint
-
Convenient method that looks for a HTTP endpoint and provides the configured .
- getWebClient(ServiceDiscovery, JsonObject, JsonObject, Handler<AsyncResult<WebClient>>) - Static method in class io.vertx.rxjava.servicediscovery.types.HttpEndpoint
-
Convenient method that looks for a HTTP endpoint and provides the configured .
- getWebClient(ServiceDiscovery, Function<Record, Boolean>, Handler<AsyncResult<WebClient>>) - Static method in class io.vertx.rxjava.servicediscovery.types.HttpEndpoint
-
Convenient method that looks for a HTTP endpoint and provides the configured .
- getWebClient(ServiceDiscovery, Function<Record, Boolean>, JsonObject, Handler<AsyncResult<WebClient>>) - Static method in class io.vertx.rxjava.servicediscovery.types.HttpEndpoint
-
Convenient method that looks for a HTTP endpoint and provides the configured .
- getWebClient(ServiceDiscovery, JsonObject, Handler<AsyncResult<WebClient>>) - Static method in interface io.vertx.servicediscovery.types.HttpEndpoint
-
Convenient method that looks for a HTTP endpoint and provides the configured .
- getWebClient(ServiceDiscovery, JsonObject, JsonObject, Handler<AsyncResult<WebClient>>) - Static method in interface io.vertx.servicediscovery.types.HttpEndpoint
-
Convenient method that looks for a HTTP endpoint and provides the configured
WebClient.
- getWebClient(ServiceDiscovery, Function<Record, Boolean>, Handler<AsyncResult<WebClient>>) - Static method in interface io.vertx.servicediscovery.types.HttpEndpoint
-
Convenient method that looks for a HTTP endpoint and provides the configured
WebClient.
- getWebClient(ServiceDiscovery, Function<Record, Boolean>, JsonObject, Handler<AsyncResult<WebClient>>) - Static method in interface io.vertx.servicediscovery.types.HttpEndpoint
-
Convenient method that looks for a HTTP endpoint and provides the configured
WebClient.
- getWebsocketAllowServerNoContext() - Method in class io.vertx.core.http.HttpServerOptions
-
- getWebSocketAllowServerNoContext() - Method in class io.vertx.core.http.HttpServerOptions
-
- getWebSocketClosingTimeout() - Method in class io.vertx.core.http.HttpClientOptions
-
- getWebSocketClosingTimeout() - Method in class io.vertx.core.http.HttpServerOptions
-
- getWebsocketCompressionAllowClientNoContext() - Method in class io.vertx.core.http.HttpClientOptions
-
- getWebSocketCompressionAllowClientNoContext() - Method in class io.vertx.core.http.HttpClientOptions
-
- getWebsocketCompressionLevel() - Method in class io.vertx.core.http.HttpClientOptions
-
- getWebSocketCompressionLevel() - Method in class io.vertx.core.http.HttpClientOptions
-
- getWebsocketCompressionLevel() - Method in class io.vertx.core.http.HttpServerOptions
-
- getWebSocketCompressionLevel() - Method in class io.vertx.core.http.HttpServerOptions
-
- getWebsocketCompressionRequestServerNoContext() - Method in class io.vertx.core.http.HttpClientOptions
-
- getWebSocketCompressionRequestServerNoContext() - Method in class io.vertx.core.http.HttpClientOptions
-
- getWebsocketPath() - Method in class io.vertx.ext.stomp.StompServerOptions
-
Gets the path for the web socket.
- getWebsocketPreferredClientNoContext() - Method in class io.vertx.core.http.HttpServerOptions
-
- getWebSocketPreferredClientNoContext() - Method in class io.vertx.core.http.HttpServerOptions
-
- getWebsocketSubProtocols() - Method in class io.vertx.core.http.HttpServerOptions
-
- getWebSocketSubProtocols() - Method in class io.vertx.core.http.HttpServerOptions
-
- getWeight() - Method in class io.vertx.core.http.StreamPriority
-
- getWeights() - Method in class io.vertx.ext.mongo.IndexOptions
-
Gets the weighting object for use with a text index
- getWelcomeMessage() - Method in class io.vertx.ext.shell.ShellServerOptions
-
- getWhat() - Method in class io.vertx.ext.consul.TxnError
-
Get error message about why that operation failed.
- getWidth() - Method in class io.vertx.core.cli.UsageMessageFormatter
-
- getWillMessage() - Method in class io.vertx.mqtt.MqttClientOptions
-